[ASTERIXDB-2083][COMP][RT][IDX][SITE] Budget-Constrained Inverted index search

- user-model changes: add text.searchmemory parameter
- storage format changes: no
- interface changes: IInvertedIndexSearcher, IInPlaceInvertedIndex,
                     IInvertedIndexAccessor, IInvertedListCursor
                     IObjectFactory, IPartitionedInvertedIndex,
                     IIndexAccessor

Details:
- Introduce text.searchmemory parameter in the configuration
  to conduct budget-constrained inverted index search to prevent
  a possible OOM exception
- Remove non-standard hyracks task context from the inverted-index-search

Change-Id: Ib2b2ef7c0b8c55ef66a5322be5d97ebbbf287bf5
Reviewed-on: https://asterix-gerrit.ics.uci.edu/2251
Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Contrib: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Reviewed-by: abdullah alamoudi <bamousaa@gmail.com>
Integration-Tests: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
diff --git a/asterixdb/asterix-algebra/src/main/java/org/apache/asterix/algebra/operators/physical/InvertedIndexPOperator.java b/asterixdb/asterix-algebra/src/main/java/org/apache/asterix/algebra/operators/physical/InvertedIndexPOperator.java
index c3cc0ae..eeb6688 100644
--- a/asterixdb/asterix-algebra/src/main/java/org/apache/asterix/algebra/operators/physical/InvertedIndexPOperator.java
+++ b/asterixdb/asterix-algebra/src/main/java/org/apache/asterix/algebra/operators/physical/InvertedIndexPOperator.java
@@ -18,6 +18,7 @@
  */
 package org.apache.asterix.algebra.operators.physical;
 
+import org.apache.asterix.common.config.OptimizationConfUtil;
 import org.apache.asterix.metadata.MetadataManager;
 import org.apache.asterix.metadata.declared.DataSourceId;
 import org.apache.asterix.metadata.declared.MetadataProvider;
@@ -109,13 +110,16 @@
             // tuples.
             retainNull = true;
         }
+        // In-memory budget (frame limit) for inverted-index search operations
+        int frameLimit = OptimizationConfUtil.getPhysicalOptimizationConfig().getMaxFramesForTextSearch();
+
         // Build runtime.
         Pair<IOperatorDescriptor, AlgebricksPartitionConstraint> invIndexSearch =
                 buildInvertedIndexRuntime(metadataProvider, context, builder.getJobSpec(), unnestMapOp, opSchema,
                         jobGenParams.getRetainInput(), retainNull, jobGenParams.getDatasetName(), dataset,
                         jobGenParams.getIndexName(), jobGenParams.getSearchKeyType(), keyIndexes,
                         jobGenParams.getSearchModifierType(), jobGenParams.getSimilarityThreshold(),
-                        minFilterFieldIndexes, maxFilterFieldIndexes, jobGenParams.getIsFullTextSearch());
+                        minFilterFieldIndexes, maxFilterFieldIndexes, jobGenParams.getIsFullTextSearch(), frameLimit);
 
         // Contribute operator in hyracks job.
         builder.contributeHyracksOperator(unnestMapOp, invIndexSearch.first);
@@ -129,7 +133,7 @@
             AbstractUnnestMapOperator unnestMap, IOperatorSchema opSchema, boolean retainInput, boolean retainMissing,
             String datasetName, Dataset dataset, String indexName, ATypeTag searchKeyType, int[] keyFields,
             SearchModifierType searchModifierType, IAlgebricksConstantValue similarityThreshold,
-            int[] minFilterFieldIndexes, int[] maxFilterFieldIndexes, boolean isFullTextSearchQuery)
+            int[] minFilterFieldIndexes, int[] maxFilterFieldIndexes, boolean isFullTextSearchQuery, int frameLimit)
             throws AlgebricksException {
         boolean propagateIndexFilter = unnestMap.propagateIndexFilter();
         IAObject simThresh = ((AsterixConstantValue) similarityThreshold).getObject();
@@ -159,7 +163,7 @@
                 dataset.getSearchCallbackFactory(metadataProvider.getStorageComponentProvider(), secondaryIndex,
                         IndexOperation.SEARCH, null),
                 minFilterFieldIndexes, maxFilterFieldIndexes, isFullTextSearchQuery, numPrimaryKeys,
-                propagateIndexFilter);
+                propagateIndexFilter, frameLimit);
         return new Pair<>(invIndexSearchOp, secondarySplitsAndConstraint.second);
     }
 }
diff --git a/asterixdb/asterix-app/data/csv/fragile_sample.csv b/asterixdb/asterix-app/data/csv/fragile_sample.csv
new file mode 100644
index 0000000..4a14083
--- /dev/null
+++ b/asterixdb/asterix-app/data/csv/fragile_sample.csv
@@ -0,0 +1,20000 @@
+1,1,20130417,1,9:58:59,84,0.714285714
+2,1,20130417,1,9:59:00,77,0.779220779
+3,1,20130417,1,9:59:00,77,0.779220779
+4,1,20130417,1,9:59:01,83,0.722891566
+5,1,20130417,1,9:59:02,81,0.740740741
+6,1,20130417,1,9:59:03,78,0.769230769
+7,1,20130417,1,9:59:03,78,0.769230769
+8,1,20130417,1,9:59:04,81,0.740740741
+9,1,20130417,1,9:59:05,79,0.759493671
+10,1,20130417,1,9:59:06,78,0.769230769
+11,1,20130417,1,9:59:06,78,0.769230769
+12,1,20130417,1,9:59:07,82,0.731707317
+13,1,20130417,1,9:59:08,81,0.740740741
+14,1,20130417,1,9:59:09,82,0.731707317
+15,1,20130417,1,9:59:09,87,0.689655172
+16,1,20130417,1,9:59:10,87,0.689655172
+17,1,20130417,1,9:59:11,88,0.681818182
+18,1,20130417,1,9:59:12,89,0.674157303
+19,1,20130417,1,9:59:12,91,0.659340659
+20,1,20130417,1,9:59:13,87,0.689655172
+21,1,20130417,1,9:59:14,80,0.75
+22,1,20130417,1,9:59:14,81,0.740740741
+23,1,20130417,1,9:59:15,81,0.740740741
+24,1,20130417,1,9:59:16,78,0.769230769
+25,1,20130417,1,9:59:17,82,0.731707317
+26,1,20130417,1,9:59:17,86,0.697674419
+27,1,20130417,1,9:59:18,89,0.674157303
+28,1,20130417,1,9:59:19,91,0.659340659
+29,1,20130417,1,9:59:19,93,0.64516129
+30,1,20130417,1,9:59:20,94,0.638297872
+31,1,20130417,1,9:59:21,94,0.638297872
+32,1,20130417,1,9:59:21,94,0.638297872
+33,1,20130417,1,9:59:22,90,0.666666667
+34,1,20130417,1,9:59:23,85,0.705882353
+35,1,20130417,1,9:59:23,83,0.722891566
+36,1,20130417,1,9:59:24,72,0.833333333
+37,1,20130417,1,9:59:25,76,0.789473684
+38,1,20130417,1,9:59:26,76,0.789473684
+39,1,20130417,1,9:59:26,73,0.821917808
+40,1,20130417,1,9:59:27,80,0.75
+41,1,20130417,1,9:59:28,80,0.75
+42,1,20130417,1,9:59:29,84,0.714285714
+43,1,20130417,1,9:59:29,88,0.681818182
+44,1,20130417,1,9:59:30,92,0.652173913
+45,1,20130417,1,9:59:31,93,0.64516129
+46,1,20130417,1,9:59:31,94,0.638297872
+47,1,20130417,1,9:59:32,95,0.631578947
+48,1,20130417,1,9:59:33,98,0.612244898
+49,1,20130417,1,9:59:33,92,0.652173913
+50,1,20130417,1,9:59:34,98,0.612244898
+51,1,20130417,1,9:59:35,98,0.612244898
+52,1,20130417,1,9:59:35,96,0.625
+53,1,20130417,1,9:59:36,99,0.606060606
+54,1,20130417,1,9:59:36,101,0.594059406
+55,1,20130417,1,9:59:37,99,0.606060606
+56,1,20130417,1,9:59:38,99,0.606060606
+57,1,20130417,1,9:59:38,100,0.6
+58,1,20130417,1,9:59:39,102,0.588235294
+59,1,20130417,1,9:59:39,99,0.606060606
+60,1,20130417,1,9:59:40,99,0.606060606
+61,1,20130417,1,9:59:41,96,0.625
+62,1,20130417,1,9:59:41,83,0.722891566
+63,1,20130417,1,9:59:42,80,0.75
+64,1,20130417,1,9:59:43,84,0.714285714
+65,1,20130417,1,9:59:43,81,0.740740741
+66,1,20130417,1,9:59:44,78,0.769230769
+67,1,20130417,1,9:59:45,83,0.722891566
+68,1,20130417,1,9:59:46,83,0.722891566
+69,1,20130417,1,9:59:46,83,0.722891566
+70,1,20130417,1,9:59:47,87,0.689655172
+71,1,20130417,1,9:59:48,91,0.659340659
+72,1,20130417,1,9:59:48,85,0.705882353
+73,1,20130417,1,9:59:49,86,0.697674419
+74,1,20130417,1,9:59:50,88,0.681818182
+75,1,20130417,1,9:59:51,83,0.722891566
+76,1,20130417,1,9:59:51,84,0.714285714
+77,1,20130417,1,9:59:52,84,0.714285714
+78,1,20130417,1,9:59:53,82,0.731707317
+79,1,20130417,1,9:59:53,87,0.689655172
+80,1,20130417,1,9:59:54,83,0.722891566
+81,1,20130417,1,9:59:55,83,0.722891566
+82,1,20130417,1,9:59:56,85,0.705882353
+83,1,20130417,1,9:59:56,82,0.731707317
+84,1,20130417,1,9:59:57,88,0.681818182
+85,1,20130417,1,9:59:58,92,0.652173913
+86,1,20130417,1,9:59:58,90,0.666666667
+87,1,20130417,1,9:59:59,92,0.652173913
+88,1,20130417,1,10:00:00,96,0.625
+89,1,20130417,1,10:00:00,94,0.638297872
+90,1,20130417,1,10:00:01,93,0.64516129
+91,1,20130417,1,10:00:02,93,0.64516129
+92,1,20130417,1,10:00:02,96,0.625
+93,1,20130417,1,10:00:03,91,0.659340659
+94,1,20130417,1,10:00:03,92,0.652173913
+95,1,20130417,1,10:00:04,94,0.638297872
+96,1,20130417,1,10:00:05,83,0.722891566
+97,1,20130417,1,10:00:05,87,0.689655172
+98,1,20130417,1,10:00:06,91,0.659340659
+99,1,20130417,1,10:00:07,87,0.689655172
+100,1,20130417,1,10:00:08,92,0.652173913
+101,1,20130417,1,10:00:08,86,0.697674419
+102,1,20130417,1,10:00:09,86,0.697674419
+103,1,20130417,1,10:00:10,85,0.705882353
+104,1,20130417,1,10:00:10,91,0.659340659
+105,1,20130417,1,10:00:11,89,0.674157303
+106,1,20130417,1,10:00:12,89,0.674157303
+107,1,20130417,1,10:00:12,88,0.681818182
+108,1,20130417,1,10:00:13,91,0.659340659
+109,1,20130417,1,10:00:14,87,0.689655172
+110,1,20130417,1,10:00:14,90,0.666666667
+111,1,20130417,1,10:00:15,91,0.659340659
+112,1,20130417,1,10:00:16,88,0.681818182
+113,1,20130417,1,10:00:16,84,0.714285714
+114,1,20130417,1,10:00:17,82,0.731707317
+115,1,20130417,1,10:00:18,85,0.705882353
+116,1,20130417,1,10:00:18,84,0.714285714
+117,1,20130417,1,10:00:19,83,0.722891566
+118,1,20130417,1,10:00:20,86,0.697674419
+119,1,20130417,1,10:00:21,86,0.697674419
+120,1,20130417,1,10:00:21,86,0.697674419
+121,1,20130417,1,10:00:22,83,0.722891566
+122,1,20130417,1,10:00:23,83,0.722891566
+123,1,20130417,1,10:00:23,72,0.833333333
+124,1,20130417,1,10:00:24,70,0.857142857
+125,1,20130417,1,10:00:25,76,0.789473684
+126,1,20130417,1,10:00:26,74,0.810810811
+127,1,20130417,1,10:00:27,74,0.810810811
+128,1,20130417,1,10:00:28,76,0.789473684
+129,1,20130417,1,10:00:28,82,0.731707317
+130,1,20130417,1,10:00:29,86,0.697674419
+131,1,20130417,1,10:00:30,86,0.697674419
+132,1,20130417,1,10:00:30,88,0.681818182
+133,1,20130417,1,10:00:31,89,0.674157303
+134,1,20130417,1,10:00:32,91,0.659340659
+135,1,20130417,1,10:00:32,89,0.674157303
+136,1,20130417,1,10:00:33,85,0.705882353
+137,1,20130417,1,10:00:34,84,0.714285714
+138,1,20130417,1,10:00:35,88,0.681818182
+139,1,20130417,1,10:00:35,87,0.689655172
+140,1,20130417,1,10:00:36,92,0.652173913
+141,1,20130417,1,10:00:37,91,0.659340659
+142,1,20130417,1,10:00:37,86,0.697674419
+143,1,20130417,1,10:00:38,87,0.689655172
+144,1,20130417,1,10:00:39,88,0.681818182
+145,1,20130417,1,10:00:39,85,0.705882353
+146,1,20130417,1,10:00:40,80,0.75
+147,1,20130417,1,10:00:41,82,0.731707317
+148,1,20130417,1,10:00:42,85,0.705882353
+149,1,20130417,1,10:00:42,81,0.740740741
+150,1,20130417,1,10:00:43,81,0.740740741
+151,1,20130417,1,10:00:44,81,0.740740741
+152,1,20130417,1,10:00:44,86,0.697674419
+153,1,20130417,1,10:00:45,84,0.714285714
+154,1,20130417,1,10:00:46,88,0.681818182
+155,1,20130417,1,10:00:47,93,0.64516129
+156,1,20130417,1,10:00:47,93,0.64516129
+157,1,20130417,1,10:00:48,88,0.681818182
+158,1,20130417,1,10:00:49,82,0.731707317
+159,1,20130417,1,10:00:49,82,0.731707317
+160,1,20130417,1,10:00:50,77,0.779220779
+161,1,20130417,1,10:00:51,75,0.8
+162,1,20130417,1,10:00:52,77,0.779220779
+163,1,20130417,1,10:00:52,82,0.731707317
+164,1,20130417,1,10:00:53,82,0.731707317
+165,1,20130417,1,10:00:54,86,0.697674419
+166,1,20130417,1,10:00:54,85,0.705882353
+167,1,20130417,1,10:00:55,86,0.697674419
+168,1,20130417,1,10:00:56,87,0.689655172
+169,1,20130417,1,10:00:57,83,0.722891566
+170,1,20130417,1,10:00:57,82,0.731707317
+171,1,20130417,1,10:00:58,83,0.722891566
+172,1,20130417,1,10:00:59,81,0.740740741
+173,1,20130417,1,10:01:00,83,0.722891566
+174,1,20130417,1,10:01:00,81,0.740740741
+175,1,20130417,1,10:01:01,85,0.705882353
+176,1,20130417,1,10:01:02,80,0.75
+177,1,20130417,1,10:01:02,82,0.731707317
+178,1,20130417,1,10:01:03,87,0.689655172
+179,1,20130417,1,10:01:04,87,0.689655172
+180,1,20130417,1,10:01:05,81,0.740740741
+181,1,20130417,1,10:01:05,80,0.75
+182,1,20130417,1,10:01:06,82,0.731707317
+183,1,20130417,1,10:01:07,81,0.740740741
+184,1,20130417,1,10:01:08,77,0.779220779
+185,1,20130417,1,10:01:08,73,0.821917808
+186,1,20130417,1,10:01:09,77,0.779220779
+187,1,20130417,1,10:01:10,75,0.8
+188,1,20130417,1,10:01:11,74,0.810810811
+189,1,20130417,1,10:01:12,75,0.8
+190,1,20130417,1,10:01:12,80,0.75
+191,1,20130417,1,10:01:13,76,0.789473684
+192,1,20130417,1,10:01:14,76,0.789473684
+193,1,20130417,1,10:01:15,78,0.769230769
+194,1,20130417,1,10:01:15,80,0.75
+195,1,20130417,1,10:01:16,83,0.722891566
+196,1,20130417,1,10:01:17,85,0.705882353
+197,1,20130417,1,10:01:18,91,0.659340659
+198,1,20130417,1,10:01:18,92,0.652173913
+199,1,20130417,1,10:01:19,81,0.740740741
+200,1,20130417,1,10:01:20,91,0.659340659
+201,1,20130417,1,10:01:20,80,0.75
+202,1,20130417,1,10:01:21,80,0.75
+203,1,20130417,1,10:01:22,83,0.722891566
+204,1,20130417,1,10:01:23,88,0.681818182
+205,1,20130417,1,10:01:23,88,0.681818182
+206,1,20130417,1,10:01:24,86,0.697674419
+207,1,20130417,1,10:01:25,86,0.697674419
+208,1,20130417,1,10:01:25,87,0.689655172
+209,1,20130417,1,10:01:26,88,0.681818182
+210,1,20130417,1,10:01:27,88,0.681818182
+211,1,20130417,1,10:01:27,82,0.731707317
+212,1,20130417,1,10:01:28,78,0.769230769
+213,1,20130417,1,10:01:29,80,0.75
+214,1,20130417,1,10:01:30,77,0.779220779
+215,1,20130417,1,10:01:30,76,0.789473684
+216,1,20130417,1,10:01:31,78,0.769230769
+217,1,20130417,1,10:01:32,79,0.759493671
+218,1,20130417,1,10:01:33,72,0.833333333
+219,1,20130417,1,10:01:34,75,0.8
+220,1,20130417,1,10:01:34,75,0.8
+221,1,20130417,1,10:01:35,69,0.869565217
+222,1,20130417,1,10:01:36,72,0.833333333
+223,1,20130417,1,10:01:37,79,0.759493671
+224,1,20130417,1,10:01:38,71,0.845070423
+225,1,20130417,1,10:01:38,74,0.810810811
+226,1,20130417,1,10:01:39,84,0.714285714
+227,1,20130417,1,10:01:40,82,0.731707317
+228,1,20130417,1,10:01:41,82,0.731707317
+229,1,20130417,1,10:01:41,84,0.714285714
+230,1,20130417,1,10:01:42,89,0.674157303
+231,1,20130417,1,10:01:43,85,0.705882353
+232,1,20130417,1,10:01:44,84,0.714285714
+233,1,20130417,1,10:01:44,85,0.705882353
+234,1,20130417,1,10:01:45,83,0.722891566
+235,1,20130417,1,10:01:46,82,0.731707317
+236,1,20130417,1,10:01:46,92,0.652173913
+237,1,20130417,1,10:01:47,84,0.714285714
+238,1,20130417,1,10:01:48,83,0.722891566
+239,1,20130417,1,10:01:48,86,0.697674419
+240,1,20130417,1,10:01:49,91,0.659340659
+241,1,20130417,1,10:01:50,90,0.666666667
+242,1,20130417,1,10:01:51,92,0.652173913
+243,1,20130417,1,10:01:51,93,0.64516129
+244,1,20130417,1,10:01:52,93,0.64516129
+245,1,20130417,1,10:01:52,92,0.652173913
+246,1,20130417,1,10:01:53,93,0.64516129
+247,1,20130417,1,10:01:54,96,0.625
+248,1,20130417,1,10:01:54,96,0.625
+249,1,20130417,1,10:01:55,94,0.638297872
+250,1,20130417,1,10:01:56,93,0.64516129
+251,1,20130417,1,10:01:56,96,0.625
+252,1,20130417,1,10:01:57,86,0.697674419
+253,1,20130417,1,10:01:58,88,0.681818182
+254,1,20130417,1,10:01:58,90,0.666666667
+255,1,20130417,1,10:01:59,86,0.697674419
+256,1,20130417,1,10:02:00,83,0.722891566
+257,1,20130417,1,10:02:00,89,0.674157303
+258,1,20130417,1,10:02:01,89,0.674157303
+259,1,20130417,1,10:02:02,89,0.674157303
+260,1,20130417,1,10:02:02,92,0.652173913
+261,1,20130417,1,10:02:03,87,0.689655172
+262,1,20130417,1,10:02:04,87,0.689655172
+263,1,20130417,1,10:02:04,93,0.64516129
+264,1,20130417,1,10:02:05,97,0.618556701
+265,1,20130417,1,10:02:06,96,0.625
+266,1,20130417,1,10:02:06,101,0.594059406
+267,1,20130417,1,10:02:07,100,0.6
+268,1,20130417,1,10:02:08,100,0.6
+269,1,20130417,1,10:02:08,101,0.594059406
+270,1,20130417,1,10:02:09,99,0.606060606
+271,1,20130417,1,10:02:09,98,0.612244898
+272,1,20130417,1,10:02:10,99,0.606060606
+273,1,20130417,1,10:02:11,100,0.6
+274,1,20130417,1,10:02:11,99,0.606060606
+275,1,20130417,1,10:02:12,99,0.606060606
+276,1,20130417,1,10:02:12,97,0.618556701
+277,1,20130417,1,10:02:13,104,0.576923077
+278,1,20130417,1,10:02:14,103,0.582524272
+279,1,20130417,1,10:02:14,105,0.571428571
+280,1,20130417,1,10:02:15,107,0.560747664
+281,1,20130417,1,10:02:15,102,0.588235294
+282,1,20130417,1,10:02:16,98,0.612244898
+283,1,20130417,1,10:02:16,105,0.571428571
+284,1,20130417,1,10:02:17,100,0.6
+285,1,20130417,1,10:02:18,101,0.594059406
+286,1,20130417,1,10:02:18,102,0.588235294
+287,1,20130417,1,10:02:19,105,0.571428571
+288,1,20130417,1,10:02:19,102,0.588235294
+289,1,20130417,1,10:02:20,101,0.594059406
+290,1,20130417,1,10:02:21,104,0.576923077
+291,1,20130417,1,10:02:21,102,0.588235294
+292,1,20130417,1,10:02:22,103,0.582524272
+293,1,20130417,1,10:02:22,104,0.576923077
+294,1,20130417,1,10:02:23,106,0.566037736
+295,1,20130417,1,10:02:23,103,0.582524272
+296,1,20130417,1,10:02:24,101,0.594059406
+297,1,20130417,1,10:02:25,99,0.606060606
+298,1,20130417,1,10:02:25,104,0.576923077
+299,1,20130417,1,10:02:26,99,0.606060606
+300,1,20130417,1,10:02:26,95,0.631578947
+301,1,20130417,1,10:02:27,96,0.625
+302,1,20130417,1,10:02:28,97,0.618556701
+303,1,20130417,1,10:02:28,87,0.689655172
+304,1,20130417,1,10:02:29,85,0.705882353
+305,1,20130417,1,10:02:30,89,0.674157303
+306,1,20130417,1,10:02:30,86,0.697674419
+307,1,20130417,1,10:02:31,88,0.681818182
+308,1,20130417,1,10:02:32,97,0.618556701
+309,1,20130417,1,10:02:32,91,0.659340659
+310,1,20130417,1,10:02:33,91,0.659340659
+311,1,20130417,1,10:02:34,95,0.631578947
+312,1,20130417,1,10:02:34,91,0.659340659
+313,1,20130417,1,10:02:35,90,0.666666667
+314,1,20130417,1,10:02:36,94,0.638297872
+315,1,20130417,1,10:02:36,96,0.625
+316,1,20130417,1,10:02:37,93,0.64516129
+317,1,20130417,1,10:02:38,95,0.631578947
+318,1,20130417,1,10:02:38,94,0.638297872
+319,1,20130417,1,10:02:39,97,0.618556701
+320,1,20130417,1,10:02:39,93,0.64516129
+321,1,20130417,1,10:02:40,92,0.652173913
+322,1,20130417,1,10:02:41,96,0.625
+323,1,20130417,1,10:02:41,95,0.631578947
+324,1,20130417,1,10:02:42,94,0.638297872
+325,1,20130417,1,10:02:43,97,0.618556701
+326,1,20130417,1,10:02:43,94,0.638297872
+327,1,20130417,1,10:02:44,91,0.659340659
+328,1,20130417,1,10:02:45,97,0.618556701
+329,1,20130417,1,10:02:45,91,0.659340659
+330,1,20130417,1,10:02:46,90,0.666666667
+331,1,20130417,1,10:02:46,94,0.638297872
+332,1,20130417,1,10:02:47,93,0.64516129
+333,1,20130417,1,10:02:48,90,0.666666667
+334,1,20130417,1,10:02:48,95,0.631578947
+335,1,20130417,1,10:02:49,96,0.625
+336,1,20130417,1,10:02:50,93,0.64516129
+337,1,20130417,1,10:02:50,100,0.6
+338,1,20130417,1,10:02:51,97,0.618556701
+339,1,20130417,1,10:02:52,99,0.606060606
+340,1,20130417,1,10:02:52,103,0.582524272
+341,1,20130417,1,10:02:53,100,0.6
+342,1,20130417,1,10:02:53,99,0.606060606
+343,1,20130417,1,10:02:54,102,0.588235294
+344,1,20130417,1,10:02:55,100,0.6
+345,1,20130417,1,10:02:55,98,0.612244898
+346,1,20130417,1,10:02:56,99,0.606060606
+347,1,20130417,1,10:02:56,100,0.6
+348,1,20130417,1,10:02:57,95,0.631578947
+349,1,20130417,1,10:02:58,94,0.638297872
+350,1,20130417,1,10:02:58,96,0.625
+351,1,20130417,1,10:02:59,90,0.666666667
+352,1,20130417,1,10:03:00,91,0.659340659
+353,1,20130417,1,10:03:00,96,0.625
+354,1,20130417,1,10:03:01,94,0.638297872
+355,1,20130417,1,10:03:01,94,0.638297872
+356,1,20130417,1,10:03:02,98,0.612244898
+357,1,20130417,1,10:03:03,92,0.652173913
+358,1,20130417,1,10:03:03,91,0.659340659
+359,1,20130417,1,10:03:04,98,0.612244898
+360,1,20130417,1,10:03:05,95,0.631578947
+361,1,20130417,1,10:03:05,94,0.638297872
+362,1,20130417,1,10:03:06,97,0.618556701
+363,1,20130417,1,10:03:07,96,0.625
+364,1,20130417,1,10:03:07,92,0.652173913
+365,1,20130417,1,10:03:08,92,0.652173913
+366,1,20130417,1,10:03:08,94,0.638297872
+367,1,20130417,1,10:03:09,90,0.666666667
+368,1,20130417,1,10:03:10,94,0.638297872
+369,1,20130417,1,10:03:10,92,0.652173913
+370,1,20130417,1,10:03:11,93,0.64516129
+371,1,20130417,1,10:03:12,95,0.631578947
+372,1,20130417,1,10:03:12,93,0.64516129
+373,1,20130417,1,10:03:13,96,0.625
+374,1,20130417,1,10:03:14,97,0.618556701
+375,1,20130417,1,10:03:14,96,0.625
+376,1,20130417,1,10:03:15,97,0.618556701
+377,1,20130417,1,10:03:15,102,0.588235294
+378,1,20130417,1,10:03:16,99,0.606060606
+379,1,20130417,1,10:03:17,99,0.606060606
+380,1,20130417,1,10:03:17,100,0.6
+381,1,20130417,1,10:03:18,99,0.606060606
+382,1,20130417,1,10:03:18,94,0.638297872
+383,1,20130417,1,10:03:19,89,0.674157303
+384,1,20130417,1,10:03:20,95,0.631578947
+385,1,20130417,1,10:03:20,87,0.689655172
+386,1,20130417,1,10:03:21,90,0.666666667
+387,1,20130417,1,10:03:22,94,0.638297872
+388,1,20130417,1,10:03:22,92,0.652173913
+389,1,20130417,1,10:03:23,89,0.674157303
+390,1,20130417,1,10:03:24,94,0.638297872
+391,1,20130417,1,10:03:24,92,0.652173913
+392,1,20130417,1,10:03:25,90,0.666666667
+393,1,20130417,1,10:03:26,94,0.638297872
+394,1,20130417,1,10:03:26,98,0.612244898
+395,1,20130417,1,10:03:27,100,0.6
+396,1,20130417,1,10:03:28,99,0.606060606
+397,1,20130417,1,10:03:28,100,0.6
+398,1,20130417,1,10:03:29,96,0.625
+399,1,20130417,1,10:03:29,97,0.618556701
+400,1,20130417,1,10:03:30,102,0.588235294
+401,1,20130417,1,10:03:31,99,0.606060606
+402,1,20130417,1,10:03:31,96,0.625
+403,1,20130417,1,10:03:32,101,0.594059406
+404,1,20130417,1,10:03:32,102,0.588235294
+405,1,20130417,1,10:03:33,100,0.6
+406,1,20130417,1,10:03:34,94,0.638297872
+407,1,20130417,1,10:03:34,98,0.612244898
+408,1,20130417,1,10:03:35,102,0.588235294
+409,1,20130417,1,10:03:35,96,0.625
+410,1,20130417,1,10:03:36,96,0.625
+411,1,20130417,1,10:03:37,100,0.6
+412,1,20130417,1,10:03:37,102,0.588235294
+413,1,20130417,1,10:03:38,101,0.594059406
+414,1,20130417,1,10:03:38,91,0.659340659
+415,1,20130417,1,10:03:39,93,0.64516129
+416,1,20130417,1,10:03:40,100,0.6
+417,1,20130417,1,10:03:40,99,0.606060606
+418,1,20130417,1,10:03:41,100,0.6
+419,1,20130417,1,10:03:42,101,0.594059406
+420,1,20130417,1,10:03:42,96,0.625
+421,1,20130417,1,10:03:43,96,0.625
+422,1,20130417,1,10:03:43,93,0.64516129
+423,1,20130417,1,10:03:44,86,0.697674419
+424,1,20130417,1,10:03:45,93,0.64516129
+425,1,20130417,1,10:03:45,98,0.612244898
+426,1,20130417,1,10:03:46,104,0.576923077
+427,1,20130417,1,10:03:47,99,0.606060606
+428,1,20130417,1,10:03:47,100,0.6
+429,1,20130417,1,10:03:48,95,0.631578947
+430,1,20130417,1,10:03:48,100,0.6
+431,1,20130417,1,10:03:49,101,0.594059406
+432,1,20130417,1,10:03:50,99,0.606060606
+433,1,20130417,1,10:03:50,102,0.588235294
+434,1,20130417,1,10:03:51,106,0.566037736
+435,1,20130417,1,10:03:51,108,0.555555556
+436,1,20130417,1,10:03:52,109,0.550458716
+437,1,20130417,1,10:03:52,112,0.535714286
+438,1,20130417,1,10:03:53,110,0.545454545
+439,1,20130417,1,10:03:54,104,0.576923077
+440,1,20130417,1,10:03:54,102,0.588235294
+441,1,20130417,1,10:03:55,104,0.576923077
+442,1,20130417,1,10:03:55,107,0.560747664
+443,1,20130417,1,10:03:56,103,0.582524272
+444,1,20130417,1,10:03:56,104,0.576923077
+445,1,20130417,1,10:03:57,103,0.582524272
+446,1,20130417,1,10:03:58,101,0.594059406
+447,1,20130417,1,10:03:58,99,0.606060606
+448,1,20130417,1,10:03:59,103,0.582524272
+449,1,20130417,1,10:03:59,101,0.594059406
+450,1,20130417,1,10:04:00,98,0.612244898
+451,1,20130417,1,10:04:01,100,0.6
+452,1,20130417,1,10:04:01,96,0.625
+453,1,20130417,1,10:04:02,96,0.625
+454,1,20130417,1,10:04:02,98,0.612244898
+455,1,20130417,1,10:04:03,99,0.606060606
+456,1,20130417,1,10:04:04,93,0.64516129
+457,1,20130417,1,10:04:04,98,0.612244898
+458,1,20130417,1,10:04:05,92,0.652173913
+459,1,20130417,1,10:04:06,90,0.666666667
+460,1,20130417,1,10:04:06,97,0.618556701
+461,1,20130417,1,10:04:07,96,0.625
+462,1,20130417,1,10:04:07,94,0.638297872
+463,1,20130417,1,10:04:08,99,0.606060606
+464,1,20130417,1,10:04:09,100,0.6
+465,1,20130417,1,10:04:09,99,0.606060606
+466,1,20130417,1,10:04:10,99,0.606060606
+467,1,20130417,1,10:04:11,101,0.594059406
+468,1,20130417,1,10:04:11,93,0.64516129
+469,1,20130417,1,10:04:12,98,0.612244898
+470,1,20130417,1,10:04:12,102,0.588235294
+471,1,20130417,1,10:04:13,96,0.625
+472,1,20130417,1,10:04:14,91,0.659340659
+473,1,20130417,1,10:04:14,98,0.612244898
+474,1,20130417,1,10:04:15,95,0.631578947
+475,1,20130417,1,10:04:16,91,0.659340659
+476,1,20130417,1,10:04:16,95,0.631578947
+477,1,20130417,1,10:04:17,96,0.625
+478,1,20130417,1,10:04:17,93,0.64516129
+479,1,20130417,1,10:04:18,96,0.625
+480,1,20130417,1,10:04:19,100,0.6
+481,1,20130417,1,10:04:19,100,0.6
+482,1,20130417,1,10:04:20,96,0.625
+483,1,20130417,1,10:04:21,99,0.606060606
+484,1,20130417,1,10:04:21,100,0.6
+485,1,20130417,1,10:04:22,97,0.618556701
+486,1,20130417,1,10:04:22,98,0.612244898
+487,1,20130417,1,10:04:23,101,0.594059406
+488,1,20130417,1,10:04:24,94,0.638297872
+489,1,20130417,1,10:04:24,97,0.618556701
+490,1,20130417,1,10:04:25,99,0.606060606
+491,1,20130417,1,10:04:25,94,0.638297872
+492,1,20130417,1,10:04:26,95,0.631578947
+493,1,20130417,1,10:04:27,99,0.606060606
+494,1,20130417,1,10:04:27,94,0.638297872
+495,1,20130417,1,10:04:28,96,0.625
+496,1,20130417,1,10:04:29,99,0.606060606
+497,1,20130417,1,10:04:29,96,0.625
+498,1,20130417,1,10:04:30,91,0.659340659
+499,1,20130417,1,10:04:30,100,0.6
+500,1,20130417,1,10:04:31,94,0.638297872
+501,1,20130417,1,10:04:32,98,0.612244898
+502,1,20130417,1,10:04:32,102,0.588235294
+503,1,20130417,1,10:04:33,102,0.588235294
+504,1,20130417,1,10:04:33,103,0.582524272
+505,1,20130417,1,10:04:34,104,0.576923077
+506,1,20130417,1,10:04:35,107,0.560747664
+507,1,20130417,1,10:04:35,106,0.566037736
+508,1,20130417,1,10:04:36,97,0.618556701
+509,1,20130417,1,10:04:36,99,0.606060606
+510,1,20130417,1,10:04:37,94,0.638297872
+511,1,20130417,1,10:04:38,99,0.606060606
+512,1,20130417,1,10:04:38,98,0.612244898
+513,1,20130417,1,10:04:39,99,0.606060606
+514,1,20130417,1,10:04:39,99,0.606060606
+515,1,20130417,1,10:04:40,100,0.6
+516,1,20130417,1,10:04:41,97,0.618556701
+517,1,20130417,1,10:04:41,99,0.606060606
+518,1,20130417,1,10:04:42,98,0.612244898
+519,1,20130417,1,10:04:42,98,0.612244898
+520,1,20130417,1,10:04:43,100,0.6
+521,1,20130417,1,10:04:44,99,0.606060606
+522,1,20130417,1,10:04:44,94,0.638297872
+523,1,20130417,1,10:04:45,101,0.594059406
+524,1,20130417,1,10:04:46,98,0.612244898
+525,1,20130417,1,10:04:46,97,0.618556701
+526,1,20130417,1,10:04:47,96,0.625
+527,1,20130417,1,10:04:47,99,0.606060606
+528,1,20130417,1,10:04:48,92,0.652173913
+529,1,20130417,1,10:04:49,91,0.659340659
+530,1,20130417,1,10:04:49,97,0.618556701
+531,1,20130417,1,10:04:50,87,0.689655172
+532,1,20130417,1,10:04:51,87,0.689655172
+533,1,20130417,1,10:04:51,93,0.64516129
+534,1,20130417,1,10:04:52,90,0.666666667
+535,1,20130417,1,10:04:53,90,0.666666667
+536,1,20130417,1,10:04:53,96,0.625
+537,1,20130417,1,10:04:54,95,0.631578947
+538,1,20130417,1,10:04:55,97,0.618556701
+539,1,20130417,1,10:04:55,102,0.588235294
+540,1,20130417,1,10:04:56,103,0.582524272
+541,1,20130417,1,10:04:56,102,0.588235294
+542,1,20130417,1,10:04:57,100,0.6
+543,1,20130417,1,10:04:58,104,0.576923077
+544,1,20130417,1,10:04:58,98,0.612244898
+545,1,20130417,1,10:04:59,96,0.625
+546,1,20130417,1,10:04:59,99,0.606060606
+547,1,20130417,1,10:05:00,90,0.666666667
+548,1,20130417,1,10:05:01,95,0.631578947
+549,1,20130417,1,10:05:01,97,0.618556701
+550,1,20130417,1,10:05:02,92,0.652173913
+551,1,20130417,1,10:05:03,90,0.666666667
+552,1,20130417,1,10:05:03,96,0.625
+553,1,20130417,1,10:05:04,90,0.666666667
+554,1,20130417,1,10:05:04,87,0.689655172
+555,1,20130417,1,10:05:05,96,0.625
+556,1,20130417,1,10:05:06,96,0.625
+557,1,20130417,1,10:05:06,92,0.652173913
+558,1,20130417,1,10:05:07,94,0.638297872
+559,1,20130417,1,10:05:08,99,0.606060606
+560,1,20130417,1,10:05:08,89,0.674157303
+561,1,20130417,1,10:05:09,88,0.681818182
+562,1,20130417,1,10:05:10,96,0.625
+563,1,20130417,1,10:05:10,92,0.652173913
+564,1,20130417,1,10:05:11,90,0.666666667
+565,1,20130417,1,10:05:12,97,0.618556701
+566,1,20130417,1,10:05:12,98,0.612244898
+567,1,20130417,1,10:05:13,89,0.674157303
+568,1,20130417,1,10:05:14,92,0.652173913
+569,1,20130417,1,10:05:14,96,0.625
+570,1,20130417,1,10:05:15,92,0.652173913
+571,1,20130417,1,10:05:15,90,0.666666667
+572,1,20130417,1,10:05:16,91,0.659340659
+573,1,20130417,1,10:05:17,98,0.612244898
+574,1,20130417,1,10:05:17,91,0.659340659
+575,1,20130417,1,10:05:18,94,0.638297872
+576,1,20130417,1,10:05:19,98,0.612244898
+577,1,20130417,1,10:05:19,92,0.652173913
+578,1,20130417,1,10:05:20,91,0.659340659
+579,1,20130417,1,10:05:21,93,0.64516129
+580,1,20130417,1,10:05:21,93,0.64516129
+581,1,20130417,1,10:05:22,89,0.674157303
+582,1,20130417,1,10:05:23,90,0.666666667
+583,1,20130417,1,10:05:23,97,0.618556701
+584,1,20130417,1,10:05:24,90,0.666666667
+585,1,20130417,1,10:05:25,91,0.659340659
+586,1,20130417,1,10:05:25,95,0.631578947
+587,1,20130417,1,10:05:26,91,0.659340659
+588,1,20130417,1,10:05:26,92,0.652173913
+589,1,20130417,1,10:05:27,95,0.631578947
+590,1,20130417,1,10:05:28,92,0.652173913
+591,1,20130417,1,10:05:28,91,0.659340659
+592,1,20130417,1,10:05:29,94,0.638297872
+593,1,20130417,1,10:05:30,96,0.625
+594,1,20130417,1,10:05:30,91,0.659340659
+595,1,20130417,1,10:05:31,96,0.625
+596,1,20130417,1,10:05:32,99,0.606060606
+597,1,20130417,1,10:05:32,98,0.612244898
+598,1,20130417,1,10:05:33,92,0.652173913
+599,1,20130417,1,10:05:33,97,0.618556701
+600,1,20130417,1,10:05:34,98,0.612244898
+601,1,20130417,1,10:05:35,92,0.652173913
+602,1,20130417,1,10:05:35,96,0.625
+603,1,20130417,1,10:05:36,98,0.612244898
+604,1,20130417,1,10:05:37,91,0.659340659
+605,1,20130417,1,10:05:37,93,0.64516129
+606,1,20130417,1,10:05:38,99,0.606060606
+607,1,20130417,1,10:05:39,96,0.625
+608,1,20130417,1,10:05:39,94,0.638297872
+609,1,20130417,1,10:05:40,100,0.6
+610,1,20130417,1,10:05:40,101,0.594059406
+611,1,20130417,1,10:05:41,102,0.588235294
+612,1,20130417,1,10:05:42,98,0.612244898
+613,1,20130417,1,10:05:42,103,0.582524272
+614,1,20130417,1,10:05:43,108,0.555555556
+615,1,20130417,1,10:05:43,101,0.594059406
+616,1,20130417,1,10:05:44,101,0.594059406
+617,1,20130417,1,10:05:45,92,0.652173913
+618,1,20130417,1,10:05:45,94,0.638297872
+619,1,20130417,1,10:05:46,94,0.638297872
+620,1,20130417,1,10:05:46,98,0.612244898
+621,1,20130417,1,10:05:47,103,0.582524272
+622,1,20130417,1,10:05:48,102,0.588235294
+623,1,20130417,1,10:05:48,105,0.571428571
+624,1,20130417,1,10:05:49,100,0.6
+625,1,20130417,1,10:05:49,99,0.606060606
+626,1,20130417,1,10:05:50,98,0.612244898
+627,1,20130417,1,10:05:51,99,0.606060606
+628,1,20130417,1,10:05:51,92,0.652173913
+629,1,20130417,1,10:05:52,90,0.666666667
+630,1,20130417,1,10:05:53,93,0.64516129
+631,1,20130417,1,10:05:53,97,0.618556701
+632,1,20130417,1,10:05:54,91,0.659340659
+633,1,20130417,1,10:05:54,91,0.659340659
+634,1,20130417,1,10:05:55,93,0.64516129
+635,1,20130417,1,10:05:56,98,0.612244898
+636,1,20130417,1,10:05:56,99,0.606060606
+637,1,20130417,1,10:05:57,96,0.625
+638,1,20130417,1,10:05:58,95,0.631578947
+639,1,20130417,1,10:05:58,99,0.606060606
+640,1,20130417,1,10:05:59,90,0.666666667
+641,1,20130417,1,10:06:00,88,0.681818182
+642,1,20130417,1,10:06:00,97,0.618556701
+643,1,20130417,1,10:06:01,92,0.652173913
+644,1,20130417,1,10:06:01,88,0.681818182
+645,1,20130417,1,10:06:02,92,0.652173913
+646,1,20130417,1,10:06:03,99,0.606060606
+647,1,20130417,1,10:06:03,91,0.659340659
+648,1,20130417,1,10:06:04,91,0.659340659
+649,1,20130417,1,10:06:05,96,0.625
+650,1,20130417,1,10:06:05,98,0.612244898
+651,1,20130417,1,10:06:06,96,0.625
+652,1,20130417,1,10:06:07,98,0.612244898
+653,1,20130417,1,10:06:07,94,0.638297872
+654,1,20130417,1,10:06:08,93,0.64516129
+655,1,20130417,1,10:06:08,98,0.612244898
+656,1,20130417,1,10:06:09,92,0.652173913
+657,1,20130417,1,10:06:10,91,0.659340659
+658,1,20130417,1,10:06:10,94,0.638297872
+659,1,20130417,1,10:06:11,88,0.681818182
+660,1,20130417,1,10:06:12,90,0.666666667
+661,1,20130417,1,10:06:12,96,0.625
+662,1,20130417,1,10:06:13,88,0.681818182
+663,1,20130417,1,10:06:14,95,0.631578947
+664,1,20130417,1,10:06:14,96,0.625
+665,1,20130417,1,10:06:15,94,0.638297872
+666,1,20130417,1,10:06:16,90,0.666666667
+667,1,20130417,1,10:06:16,89,0.674157303
+668,1,20130417,1,10:06:17,90,0.666666667
+669,1,20130417,1,10:06:18,85,0.705882353
+670,1,20130417,1,10:06:18,84,0.714285714
+671,1,20130417,1,10:06:19,90,0.666666667
+672,1,20130417,1,10:06:20,83,0.722891566
+673,1,20130417,1,10:06:20,84,0.714285714
+674,1,20130417,1,10:06:21,92,0.652173913
+675,1,20130417,1,10:06:22,88,0.681818182
+676,1,20130417,1,10:06:22,88,0.681818182
+677,1,20130417,1,10:06:23,85,0.705882353
+678,1,20130417,1,10:06:24,89,0.674157303
+679,1,20130417,1,10:06:25,83,0.722891566
+680,1,20130417,1,10:06:25,83,0.722891566
+681,1,20130417,1,10:06:26,89,0.674157303
+682,1,20130417,1,10:06:27,90,0.666666667
+683,1,20130417,1,10:06:27,90,0.666666667
+684,1,20130417,1,10:06:28,94,0.638297872
+685,1,20130417,1,10:06:29,95,0.631578947
+686,1,20130417,1,10:06:29,102,0.588235294
+687,1,20130417,1,10:06:30,99,0.606060606
+688,1,20130417,1,10:06:30,99,0.606060606
+689,1,20130417,1,10:06:31,104,0.576923077
+690,1,20130417,1,10:06:32,102,0.588235294
+691,1,20130417,1,10:06:32,106,0.566037736
+692,1,20130417,1,10:06:33,107,0.560747664
+693,1,20130417,1,10:06:33,107,0.560747664
+694,1,20130417,1,10:06:34,107,0.560747664
+695,1,20130417,1,10:06:34,109,0.550458716
+696,1,20130417,1,10:06:35,109,0.550458716
+697,1,20130417,1,10:06:36,107,0.560747664
+698,1,20130417,1,10:06:36,112,0.535714286
+699,1,20130417,1,10:06:37,109,0.550458716
+700,1,20130417,1,10:06:37,109,0.550458716
+701,1,20130417,1,10:06:38,112,0.535714286
+702,1,20130417,1,10:06:38,111,0.540540541
+703,1,20130417,1,10:06:39,110,0.545454545
+704,1,20130417,1,10:06:39,111,0.540540541
+705,1,20130417,1,10:06:40,108,0.555555556
+706,1,20130417,1,10:06:40,106,0.566037736
+707,1,20130417,1,10:06:41,108,0.555555556
+708,1,20130417,1,10:06:42,107,0.560747664
+709,1,20130417,1,10:06:42,102,0.588235294
+710,1,20130417,1,10:06:43,102,0.588235294
+711,1,20130417,1,10:06:43,100,0.6
+712,1,20130417,1,10:06:44,107,0.560747664
+713,1,20130417,1,10:06:45,96,0.625
+714,1,20130417,1,10:06:45,101,0.594059406
+715,1,20130417,1,10:06:46,105,0.571428571
+716,1,20130417,1,10:06:46,96,0.625
+717,1,20130417,1,10:06:47,103,0.582524272
+718,1,20130417,1,10:06:48,105,0.571428571
+719,1,20130417,1,10:06:48,105,0.571428571
+720,1,20130417,1,10:06:49,104,0.576923077
+721,1,20130417,1,10:06:49,106,0.566037736
+722,1,20130417,1,10:06:50,106,0.566037736
+723,1,20130417,1,10:06:50,105,0.571428571
+724,1,20130417,1,10:06:51,105,0.571428571
+725,1,20130417,1,10:06:52,108,0.555555556
+726,1,20130417,1,10:06:52,105,0.571428571
+727,1,20130417,1,10:06:53,103,0.582524272
+728,1,20130417,1,10:06:53,98,0.612244898
+729,1,20130417,1,10:06:54,103,0.582524272
+730,1,20130417,1,10:06:54,105,0.571428571
+731,1,20130417,1,10:06:55,105,0.571428571
+732,1,20130417,1,10:06:56,105,0.571428571
+733,1,20130417,1,10:06:56,107,0.560747664
+734,1,20130417,1,10:06:57,107,0.560747664
+735,1,20130417,1,10:06:57,92,0.652173913
+736,1,20130417,1,10:06:58,87,0.689655172
+737,1,20130417,1,10:06:59,83,0.722891566
+738,1,20130417,1,10:06:59,70,0.857142857
+739,1,20130417,1,10:07:00,70,0.857142857
+740,1,20130417,1,10:07:01,73,0.821917808
+741,1,20130417,1,10:07:02,77,0.779220779
+742,1,20130417,1,10:07:03,82,0.731707317
+743,1,20130417,1,10:07:03,89,0.674157303
+744,1,20130417,1,10:07:04,87,0.689655172
+745,1,20130417,1,10:07:05,82,0.731707317
+746,1,20130417,1,10:07:05,88,0.681818182
+747,1,20130417,1,10:07:06,85,0.705882353
+748,1,20130417,1,10:07:07,74,0.810810811
+749,1,20130417,1,10:07:08,72,0.833333333
+750,1,20130417,1,10:07:08,73,0.821917808
+751,1,20130417,1,10:07:09,68,0.882352941
+752,1,20130417,1,10:07:10,70,0.857142857
+753,1,20130417,1,10:07:11,81,0.740740741
+754,1,20130417,1,10:07:12,81,0.740740741
+755,1,20130417,1,10:07:13,77,0.779220779
+756,1,20130417,1,10:07:13,78,0.769230769
+757,1,20130417,1,10:07:14,85,0.705882353
+758,1,20130417,1,10:07:15,83,0.722891566
+759,1,20130417,1,10:07:16,72,0.833333333
+760,1,20130417,1,10:07:16,69,0.869565217
+761,1,20130417,1,10:07:17,76,0.789473684
+762,1,20130417,1,10:07:18,75,0.8
+763,1,20130417,1,10:07:19,69,0.869565217
+764,1,20130417,1,10:07:20,71,0.845070423
+765,1,20130417,1,10:07:21,82,0.731707317
+766,1,20130417,1,10:07:21,79,0.759493671
+767,1,20130417,1,10:07:22,74,0.810810811
+768,1,20130417,1,10:07:23,74,0.810810811
+769,1,20130417,1,10:07:24,78,0.769230769
+770,1,20130417,1,10:07:24,65,0.923076923
+771,1,20130417,1,10:07:25,64,0.9375
+772,1,20130417,1,10:07:26,75,0.8
+773,1,20130417,1,10:07:27,70,0.857142857
+774,1,20130417,1,10:07:28,67,0.895522388
+775,1,20130417,1,10:07:29,74,0.810810811
+776,1,20130417,1,10:07:30,74,0.810810811
+777,1,20130417,1,10:07:30,72,0.833333333
+778,1,20130417,1,10:07:31,80,0.75
+779,1,20130417,1,10:07:32,81,0.740740741
+780,1,20130417,1,10:07:33,73,0.821917808
+781,1,20130417,1,10:07:34,69,0.869565217
+782,1,20130417,1,10:07:34,79,0.759493671
+783,1,20130417,1,10:07:35,77,0.779220779
+784,1,20130417,1,10:07:36,72,0.833333333
+785,1,20130417,1,10:07:37,79,0.759493671
+786,1,20130417,1,10:07:38,87,0.689655172
+787,1,20130417,1,10:07:38,87,0.689655172
+788,1,20130417,1,10:07:39,88,0.681818182
+789,1,20130417,1,10:07:40,87,0.689655172
+790,1,20130417,1,10:07:40,79,0.759493671
+791,1,20130417,1,10:07:41,75,0.8
+792,1,20130417,1,10:07:42,68,0.882352941
+793,1,20130417,1,10:07:43,72,0.833333333
+794,1,20130417,1,10:07:44,64,0.9375
+795,1,20130417,1,10:07:45,69,0.869565217
+796,1,20130417,1,10:07:45,76,0.789473684
+797,1,20130417,1,10:07:46,73,0.821917808
+798,1,20130417,1,10:07:47,65,0.923076923
+799,1,20130417,1,10:07:48,75,0.8
+800,1,20130417,1,10:07:49,74,0.810810811
+801,1,20130417,1,10:07:50,71,0.845070423
+802,1,20130417,1,10:07:50,78,0.769230769
+803,1,20130417,1,10:07:51,82,0.731707317
+804,1,20130417,1,10:07:52,68,0.882352941
+805,1,20130417,1,10:07:53,71,0.845070423
+806,1,20130417,1,10:07:54,72,0.833333333
+807,1,20130417,1,10:07:54,67,0.895522388
+808,1,20130417,1,10:07:55,66,0.909090909
+809,1,20130417,1,10:07:56,68,0.882352941
+810,1,20130417,1,10:07:57,70,0.857142857
+811,1,20130417,1,10:07:58,68,0.882352941
+812,1,20130417,1,10:07:59,73,0.821917808
+813,1,20130417,1,10:08:00,80,0.75
+814,1,20130417,1,10:08:00,72,0.833333333
+815,1,20130417,1,10:08:01,70,0.857142857
+816,1,20130417,1,10:08:02,74,0.810810811
+817,1,20130417,1,10:08:03,81,0.740740741
+818,1,20130417,1,10:08:04,83,0.722891566
+819,1,20130417,1,10:08:04,75,0.8
+820,1,20130417,1,10:08:05,65,0.923076923
+821,1,20130417,1,10:08:06,67,0.895522388
+822,1,20130417,1,10:08:07,65,0.923076923
+823,1,20130417,1,10:08:08,65,0.923076923
+824,1,20130417,1,10:08:09,68,0.882352941
+825,1,20130417,1,10:08:10,70,0.857142857
+826,1,20130417,1,10:08:11,67,0.895522388
+827,1,20130417,1,10:08:12,67,0.895522388
+828,1,20130417,1,10:08:12,75,0.8
+829,1,20130417,1,10:08:13,76,0.789473684
+830,1,20130417,1,10:08:14,73,0.821917808
+831,1,20130417,1,10:08:15,74,0.810810811
+832,1,20130417,1,10:08:16,74,0.810810811
+833,1,20130417,1,10:08:16,70,0.857142857
+834,1,20130417,1,10:08:17,71,0.845070423
+835,1,20130417,1,10:08:18,75,0.8
+836,1,20130417,1,10:08:19,70,0.857142857
+837,1,20130417,1,10:08:20,67,0.895522388
+838,1,20130417,1,10:08:21,77,0.779220779
+839,1,20130417,1,10:08:22,80,0.75
+840,1,20130417,1,10:08:22,84,0.714285714
+841,1,20130417,1,10:08:23,88,0.681818182
+842,1,20130417,1,10:08:24,92,0.652173913
+843,1,20130417,1,10:08:24,90,0.666666667
+844,1,20130417,1,10:08:25,93,0.64516129
+845,1,20130417,1,10:08:26,78,0.769230769
+846,1,20130417,1,10:08:26,78,0.769230769
+847,1,20130417,1,10:08:27,79,0.759493671
+848,1,20130417,1,10:08:28,73,0.821917808
+849,1,20130417,1,10:08:29,68,0.882352941
+850,1,20130417,1,10:08:30,76,0.789473684
+851,1,20130417,1,10:08:30,74,0.810810811
+852,1,20130417,1,10:08:31,71,0.845070423
+853,1,20130417,1,10:08:32,75,0.8
+854,1,20130417,1,10:08:33,76,0.789473684
+855,1,20130417,1,10:08:34,72,0.833333333
+856,1,20130417,1,10:08:34,67,0.895522388
+857,1,20130417,1,10:08:35,74,0.810810811
+858,1,20130417,1,10:08:36,69,0.869565217
+859,1,20130417,1,10:08:37,67,0.895522388
+860,1,20130417,1,10:08:38,68,0.882352941
+861,1,20130417,1,10:08:39,72,0.833333333
+862,1,20130417,1,10:08:40,67,0.895522388
+863,1,20130417,1,10:08:41,66,0.909090909
+864,1,20130417,1,10:08:41,72,0.833333333
+865,1,20130417,1,10:08:42,71,0.845070423
+866,1,20130417,1,10:08:43,68,0.882352941
+867,1,20130417,1,10:08:44,72,0.833333333
+868,1,20130417,1,10:08:45,77,0.779220779
+869,1,20130417,1,10:08:46,74,0.810810811
+870,1,20130417,1,10:08:46,75,0.8
+871,1,20130417,1,10:08:47,77,0.779220779
+872,1,20130417,1,10:08:48,64,0.9375
+873,1,20130417,1,10:08:49,62,0.967741935
+874,1,20130417,1,10:08:50,70,0.857142857
+875,1,20130417,1,10:08:51,68,0.882352941
+876,1,20130417,1,10:08:52,75,0.8
+877,1,20130417,1,10:08:52,71,0.845070423
+878,1,20130417,1,10:08:53,67,0.895522388
+879,1,20130417,1,10:08:54,66,0.909090909
+880,1,20130417,1,10:08:55,74,0.810810811
+881,1,20130417,1,10:08:56,67,0.895522388
+882,1,20130417,1,10:08:57,68,0.882352941
+883,1,20130417,1,10:08:58,72,0.833333333
+884,1,20130417,1,10:08:59,65,0.923076923
+885,1,20130417,1,10:08:59,61,0.983606557
+886,1,20130417,1,10:09:00,68,0.882352941
+887,1,20130417,1,10:09:01,70,0.857142857
+888,1,20130417,1,10:09:02,67,0.895522388
+889,1,20130417,1,10:09:03,67,0.895522388
+890,1,20130417,1,10:09:04,74,0.810810811
+891,1,20130417,1,10:09:05,70,0.857142857
+892,1,20130417,1,10:09:06,67,0.895522388
+893,1,20130417,1,10:09:07,73,0.821917808
+894,1,20130417,1,10:09:07,77,0.779220779
+895,1,20130417,1,10:09:08,74,0.810810811
+896,1,20130417,1,10:09:09,77,0.779220779
+897,1,20130417,1,10:09:10,68,0.882352941
+898,1,20130417,1,10:09:11,61,0.983606557
+899,1,20130417,1,10:09:12,69,0.869565217
+900,1,20130417,1,10:09:12,72,0.833333333
+901,1,20130417,1,10:09:13,67,0.895522388
+902,1,20130417,1,10:09:14,66,0.909090909
+903,1,20130417,1,10:09:15,70,0.857142857
+904,1,20130417,1,10:09:16,72,0.833333333
+905,1,20130417,1,10:09:17,68,0.882352941
+906,1,20130417,1,10:09:18,68,0.882352941
+907,1,20130417,1,10:09:19,73,0.821917808
+908,1,20130417,1,10:09:19,71,0.845070423
+909,1,20130417,1,10:09:20,64,0.9375
+910,1,20130417,1,10:09:21,70,0.857142857
+911,1,20130417,1,10:09:22,68,0.882352941
+912,1,20130417,1,10:09:23,63,0.952380952
+913,1,20130417,1,10:09:24,64,0.9375
+914,1,20130417,1,10:09:25,76,0.789473684
+915,1,20130417,1,10:09:26,76,0.789473684
+916,1,20130417,1,10:09:26,75,0.8
+917,1,20130417,1,10:09:27,79,0.759493671
+918,1,20130417,1,10:09:28,80,0.75
+919,1,20130417,1,10:09:29,68,0.882352941
+920,1,20130417,1,10:09:30,66,0.909090909
+921,1,20130417,1,10:09:30,69,0.869565217
+922,1,20130417,1,10:09:31,66,0.909090909
+923,1,20130417,1,10:09:32,62,0.967741935
+924,1,20130417,1,10:09:33,67,0.895522388
+925,1,20130417,1,10:09:34,73,0.821917808
+926,1,20130417,1,10:09:35,71,0.845070423
+927,1,20130417,1,10:09:36,67,0.895522388
+928,1,20130417,1,10:09:37,74,0.810810811
+929,1,20130417,1,10:09:37,68,0.882352941
+930,1,20130417,1,10:09:38,61,0.983606557
+931,1,20130417,1,10:09:39,74,0.810810811
+932,1,20130417,1,10:09:40,69,0.869565217
+933,1,20130417,1,10:09:41,64,0.9375
+934,1,20130417,1,10:09:42,66,0.909090909
+935,1,20130417,1,10:09:43,74,0.810810811
+936,1,20130417,1,10:09:44,64,0.9375
+937,1,20130417,1,10:09:45,63,0.952380952
+938,1,20130417,1,10:09:46,68,0.882352941
+939,1,20130417,1,10:09:46,76,0.789473684
+940,1,20130417,1,10:09:47,69,0.869565217
+941,1,20130417,1,10:09:48,59,1.016949153
+942,1,20130417,1,10:09:49,67,0.895522388
+943,1,20130417,1,10:09:50,73,0.821917808
+944,1,20130417,1,10:09:51,69,0.869565217
+945,1,20130417,1,10:09:52,65,0.923076923
+946,1,20130417,1,10:09:53,65,0.923076923
+947,1,20130417,1,10:09:54,71,0.845070423
+948,1,20130417,1,10:09:54,64,0.9375
+949,1,20130417,1,10:09:55,63,0.952380952
+950,1,20130417,1,10:09:56,68,0.882352941
+951,1,20130417,1,10:09:57,69,0.869565217
+952,1,20130417,1,10:09:58,65,0.923076923
+953,1,20130417,1,10:09:59,64,0.9375
+954,1,20130417,1,10:10:00,72,0.833333333
+955,1,20130417,1,10:10:01,68,0.882352941
+956,1,20130417,1,10:10:02,67,0.895522388
+957,1,20130417,1,10:10:03,70,0.857142857
+958,1,20130417,1,10:10:03,69,0.869565217
+959,1,20130417,1,10:10:04,64,0.9375
+960,1,20130417,1,10:10:05,65,0.923076923
+961,1,20130417,1,10:10:06,72,0.833333333
+962,1,20130417,1,10:10:07,69,0.869565217
+963,1,20130417,1,10:10:08,65,0.923076923
+964,1,20130417,1,10:10:09,67,0.895522388
+965,1,20130417,1,10:10:10,71,0.845070423
+966,1,20130417,1,10:10:10,65,0.923076923
+967,1,20130417,1,10:10:11,66,0.909090909
+968,1,20130417,1,10:10:12,68,0.882352941
+969,1,20130417,1,10:10:13,68,0.882352941
+970,1,20130417,1,10:10:14,66,0.909090909
+971,1,20130417,1,10:10:15,70,0.857142857
+972,1,20130417,1,10:10:16,73,0.821917808
+973,1,20130417,1,10:10:17,69,0.869565217
+974,1,20130417,1,10:10:18,68,0.882352941
+975,1,20130417,1,10:10:18,75,0.8
+976,1,20130417,1,10:10:19,73,0.821917808
+977,1,20130417,1,10:10:20,72,0.833333333
+978,1,20130417,1,10:10:21,75,0.8
+979,1,20130417,1,10:10:22,78,0.769230769
+980,1,20130417,1,10:10:22,69,0.869565217
+981,1,20130417,1,10:10:23,65,0.923076923
+982,1,20130417,1,10:10:24,71,0.845070423
+983,1,20130417,1,10:10:25,69,0.869565217
+984,1,20130417,1,10:10:26,69,0.869565217
+985,1,20130417,1,10:10:27,77,0.779220779
+986,1,20130417,1,10:10:28,79,0.759493671
+987,1,20130417,1,10:10:28,75,0.8
+988,1,20130417,1,10:10:29,72,0.833333333
+989,1,20130417,1,10:10:30,76,0.789473684
+990,1,20130417,1,10:10:31,71,0.845070423
+991,1,20130417,1,10:10:32,65,0.923076923
+992,1,20130417,1,10:10:33,71,0.845070423
+993,1,20130417,1,10:10:33,77,0.779220779
+994,1,20130417,1,10:10:34,73,0.821917808
+995,1,20130417,1,10:10:35,78,0.769230769
+996,1,20130417,1,10:10:36,80,0.75
+997,1,20130417,1,10:10:37,83,0.722891566
+998,1,20130417,1,10:10:37,82,0.731707317
+999,1,20130417,1,10:10:38,83,0.722891566
+1000,1,20130417,1,10:10:39,79,0.759493671
+1001,1,20130417,1,10:10:39,81,0.740740741
+1002,1,20130417,1,10:10:40,82,0.731707317
+1003,1,20130417,1,10:10:41,83,0.722891566
+1004,1,20130417,1,10:10:42,80,0.75
+1005,1,20130417,1,10:10:42,67,0.895522388
+1006,1,20130417,1,10:10:43,72,0.833333333
+1007,1,20130417,1,10:10:44,77,0.779220779
+1008,1,20130417,1,10:10:45,76,0.789473684
+1009,1,20130417,1,10:10:46,74,0.810810811
+1010,1,20130417,1,10:10:47,73,0.821917808
+1011,1,20130417,1,10:10:47,77,0.779220779
+1012,1,20130417,1,10:10:48,74,0.810810811
+1013,1,20130417,1,10:10:49,70,0.857142857
+1014,1,20130417,1,10:10:50,67,0.895522388
+1015,1,20130417,1,10:10:51,74,0.810810811
+1016,1,20130417,1,10:10:52,72,0.833333333
+1017,1,20130417,1,10:10:52,68,0.882352941
+1018,1,20130417,1,10:10:53,67,0.895522388
+1019,1,20130417,1,10:10:54,70,0.857142857
+1020,1,20130417,1,10:10:55,67,0.895522388
+1021,1,20130417,1,10:10:56,66,0.909090909
+1022,1,20130417,1,10:10:57,67,0.895522388
+1023,1,20130417,1,10:10:58,74,0.810810811
+1024,1,20130417,1,10:10:59,72,0.833333333
+1025,1,20130417,1,10:10:59,69,0.869565217
+1026,1,20130417,1,10:11:00,71,0.845070423
+1027,1,20130417,1,10:11:01,74,0.810810811
+1028,1,20130417,1,10:11:02,72,0.833333333
+1029,1,20130417,1,10:11:03,75,0.8
+1030,1,20130417,1,10:11:03,78,0.769230769
+1031,1,20130417,1,10:11:04,85,0.705882353
+1032,1,20130417,1,10:11:05,82,0.731707317
+1033,1,20130417,1,10:11:06,80,0.75
+1034,1,20130417,1,10:11:06,78,0.769230769
+1035,1,20130417,1,10:11:07,79,0.759493671
+1036,1,20130417,1,10:11:08,79,0.759493671
+1037,1,20130417,1,10:11:09,81,0.740740741
+1038,1,20130417,1,10:11:09,82,0.731707317
+1039,1,20130417,1,10:11:10,82,0.731707317
+1040,1,20130417,1,10:11:11,82,0.731707317
+1041,1,20130417,1,10:11:12,83,0.722891566
+1042,1,20130417,1,10:11:12,84,0.714285714
+1043,1,20130417,1,10:11:13,78,0.769230769
+1044,1,20130417,1,10:11:14,72,0.833333333
+1045,1,20130417,1,10:11:15,71,0.845070423
+1046,1,20130417,1,10:11:16,71,0.845070423
+1047,1,20130417,1,10:11:16,70,0.857142857
+1048,1,20130417,1,10:11:17,70,0.857142857
+1049,1,20130417,1,10:11:18,71,0.845070423
+1050,1,20130417,1,10:11:19,76,0.789473684
+1051,1,20130417,1,10:11:20,78,0.769230769
+1052,1,20130417,1,10:11:21,78,0.769230769
+1053,1,20130417,1,10:11:21,74,0.810810811
+1054,1,20130417,1,10:11:22,72,0.833333333
+1055,1,20130417,1,10:11:23,70,0.857142857
+1056,1,20130417,1,10:11:24,75,0.8
+1057,1,20130417,1,10:11:25,78,0.769230769
+1058,1,20130417,1,10:11:25,81,0.740740741
+1059,1,20130417,1,10:11:26,82,0.731707317
+1060,1,20130417,1,10:11:27,83,0.722891566
+1061,1,20130417,1,10:11:28,87,0.689655172
+1062,1,20130417,1,10:11:28,86,0.697674419
+1063,1,20130417,1,10:11:29,83,0.722891566
+1064,1,20130417,1,10:11:30,84,0.714285714
+1065,1,20130417,1,10:11:30,83,0.722891566
+1066,1,20130417,1,10:11:31,78,0.769230769
+1067,1,20130417,1,10:11:32,74,0.810810811
+1068,1,20130417,1,10:11:33,75,0.8
+1069,1,20130417,1,10:11:33,74,0.810810811
+1070,1,20130417,1,10:11:34,80,0.75
+1071,1,20130417,1,10:11:35,81,0.740740741
+1072,1,20130417,1,10:11:36,81,0.740740741
+1073,1,20130417,1,10:11:37,78,0.769230769
+1074,1,20130417,1,10:11:37,73,0.821917808
+1075,1,20130417,1,10:11:38,78,0.769230769
+1076,1,20130417,1,10:11:39,76,0.789473684
+1077,1,20130417,1,10:11:40,73,0.821917808
+1078,1,20130417,1,10:11:40,71,0.845070423
+1079,1,20130417,1,10:11:41,72,0.833333333
+1080,1,20130417,1,10:11:42,76,0.789473684
+1081,1,20130417,1,10:11:43,75,0.8
+1082,1,20130417,1,10:11:44,78,0.769230769
+1083,1,20130417,1,10:11:45,78,0.769230769
+1084,1,20130417,1,10:11:45,84,0.714285714
+1085,1,20130417,1,10:11:46,84,0.714285714
+1086,1,20130417,1,10:11:47,82,0.731707317
+1087,1,20130417,1,10:11:47,76,0.789473684
+1088,1,20130417,1,10:11:48,76,0.789473684
+1089,1,20130417,1,10:11:49,80,0.75
+1090,1,20130417,1,10:11:50,82,0.731707317
+1091,1,20130417,1,10:11:51,77,0.779220779
+1092,1,20130417,1,10:11:51,70,0.857142857
+1093,1,20130417,1,10:11:52,80,0.75
+1094,1,20130417,1,10:11:53,81,0.740740741
+1095,1,20130417,1,10:11:54,81,0.740740741
+1096,1,20130417,1,10:11:54,84,0.714285714
+1097,1,20130417,1,10:11:55,86,0.697674419
+1098,1,20130417,1,10:11:56,89,0.674157303
+1099,1,20130417,1,10:11:56,88,0.681818182
+1100,1,20130417,1,10:11:57,87,0.689655172
+1101,1,20130417,1,10:11:58,85,0.705882353
+1102,1,20130417,1,10:11:59,88,0.681818182
+1103,1,20130417,1,10:11:59,90,0.666666667
+1104,1,20130417,1,10:12:00,90,0.666666667
+1105,1,20130417,1,10:12:01,88,0.681818182
+1106,1,20130417,1,10:12:01,85,0.705882353
+1107,1,20130417,1,10:12:02,84,0.714285714
+1108,1,20130417,1,10:12:03,86,0.697674419
+1109,1,20130417,1,10:12:03,87,0.689655172
+1110,1,20130417,1,10:12:04,84,0.714285714
+1111,1,20130417,1,10:12:05,81,0.740740741
+1112,1,20130417,1,10:12:06,77,0.779220779
+1113,1,20130417,1,10:12:06,76,0.789473684
+1114,1,20130417,1,10:12:07,81,0.740740741
+1115,1,20130417,1,10:12:08,82,0.731707317
+1116,1,20130417,1,10:12:09,78,0.769230769
+1117,1,20130417,1,10:12:09,75,0.8
+1118,1,20130417,1,10:12:10,73,0.821917808
+1119,1,20130417,1,10:12:11,76,0.789473684
+1120,1,20130417,1,10:12:12,76,0.789473684
+1121,1,20130417,1,10:12:13,72,0.833333333
+1122,1,20130417,1,10:12:13,70,0.857142857
+1123,1,20130417,1,10:12:14,75,0.8
+1124,1,20130417,1,10:12:15,83,0.722891566
+1125,1,20130417,1,10:12:16,85,0.705882353
+1126,1,20130417,1,10:12:16,86,0.697674419
+1127,1,20130417,1,10:12:17,89,0.674157303
+1128,1,20130417,1,10:12:18,84,0.714285714
+1129,1,20130417,1,10:12:19,77,0.779220779
+1130,1,20130417,1,10:12:19,79,0.759493671
+1131,1,20130417,1,10:12:20,78,0.769230769
+1132,1,20130417,1,10:12:21,71,0.845070423
+1133,1,20130417,1,10:12:22,67,0.895522388
+1134,1,20130417,1,10:12:23,74,0.810810811
+1135,1,20130417,1,10:12:23,78,0.769230769
+1136,1,20130417,1,10:12:24,76,0.789473684
+1137,1,20130417,1,10:12:25,72,0.833333333
+1138,1,20130417,1,10:12:26,71,0.845070423
+1139,1,20130417,1,10:12:27,76,0.789473684
+1140,1,20130417,1,10:12:27,70,0.857142857
+1141,1,20130417,1,10:12:28,61,0.983606557
+1142,1,20130417,1,10:12:29,66,0.909090909
+1143,1,20130417,1,10:12:30,72,0.833333333
+1144,1,20130417,1,10:12:31,65,0.923076923
+1145,1,20130417,1,10:12:32,62,0.967741935
+1146,1,20130417,1,10:12:33,71,0.845070423
+1147,1,20130417,1,10:12:34,77,0.779220779
+1148,1,20130417,1,10:12:35,75,0.8
+1149,1,20130417,1,10:12:35,74,0.810810811
+1150,1,20130417,1,10:12:36,71,0.845070423
+1151,1,20130417,1,10:12:37,77,0.779220779
+1152,1,20130417,1,10:12:38,73,0.821917808
+1153,1,20130417,1,10:12:39,71,0.845070423
+1154,1,20130417,1,10:12:39,67,0.895522388
+1155,1,20130417,1,10:12:40,73,0.821917808
+1156,1,20130417,1,10:12:41,69,0.869565217
+1157,1,20130417,1,10:12:42,66,0.909090909
+1158,1,20130417,1,10:12:43,71,0.845070423
+1159,1,20130417,1,10:12:44,77,0.779220779
+1160,1,20130417,1,10:12:45,77,0.779220779
+1161,1,20130417,1,10:12:45,72,0.833333333
+1162,1,20130417,1,10:12:46,71,0.845070423
+1163,1,20130417,1,10:12:47,72,0.833333333
+1164,1,20130417,1,10:12:48,69,0.869565217
+1165,1,20130417,1,10:12:49,63,0.952380952
+1166,1,20130417,1,10:12:50,67,0.895522388
+1167,1,20130417,1,10:12:51,71,0.845070423
+1168,1,20130417,1,10:12:51,66,0.909090909
+1169,1,20130417,1,10:12:52,67,0.895522388
+1170,1,20130417,1,10:12:53,72,0.833333333
+1171,1,20130417,1,10:12:54,73,0.821917808
+1172,1,20130417,1,10:12:55,69,0.869565217
+1173,1,20130417,1,10:12:56,63,0.952380952
+1174,1,20130417,1,10:12:57,71,0.845070423
+1175,1,20130417,1,10:12:58,79,0.759493671
+1176,1,20130417,1,10:12:58,74,0.810810811
+1177,1,20130417,1,10:12:59,62,0.967741935
+1178,1,20130417,1,10:13:00,62,0.967741935
+1179,1,20130417,1,10:13:01,70,0.857142857
+1180,1,20130417,1,10:13:02,66,0.909090909
+1181,1,20130417,1,10:13:03,64,0.9375
+1182,1,20130417,1,10:13:04,62,0.967741935
+1183,1,20130417,1,10:13:05,69,0.869565217
+1184,1,20130417,1,10:13:06,67,0.895522388
+1185,1,20130417,1,10:13:07,60,1
+1186,1,20130417,1,10:13:08,64,0.9375
+1187,1,20130417,1,10:13:08,71,0.845070423
+1188,1,20130417,1,10:13:09,71,0.845070423
+1189,1,20130417,1,10:13:10,65,0.923076923
+1190,1,20130417,1,10:13:11,67,0.895522388
+1191,1,20130417,1,10:13:12,57,1.052631579
+1192,1,20130417,1,10:13:13,61,0.983606557
+1193,1,20130417,1,10:13:14,67,0.895522388
+1194,1,20130417,1,10:13:15,71,0.845070423
+1195,1,20130417,1,10:13:16,64,0.9375
+1196,1,20130417,1,10:13:17,61,0.983606557
+1197,1,20130417,1,10:13:18,65,0.923076923
+1198,1,20130417,1,10:13:19,73,0.821917808
+1199,1,20130417,1,10:13:19,72,0.833333333
+1200,1,20130417,1,10:13:20,72,0.833333333
+1201,1,20130417,1,10:13:21,70,0.857142857
+1202,1,20130417,1,10:13:22,72,0.833333333
+1203,1,20130417,1,10:13:23,65,0.923076923
+1204,1,20130417,1,10:13:24,64,0.9375
+1205,1,20130417,1,10:13:25,66,0.909090909
+1206,1,20130417,1,10:13:26,72,0.833333333
+1207,1,20130417,1,10:13:26,71,0.845070423
+1208,1,20130417,1,10:13:27,69,0.869565217
+1209,1,20130417,1,10:13:28,69,0.869565217
+1210,1,20130417,1,10:13:29,76,0.789473684
+1211,1,20130417,1,10:13:30,72,0.833333333
+1212,1,20130417,1,10:13:31,65,0.923076923
+1213,1,20130417,1,10:13:31,60,1
+1214,1,20130417,1,10:13:32,67,0.895522388
+1215,1,20130417,1,10:13:33,73,0.821917808
+1216,1,20130417,1,10:13:34,69,0.869565217
+1217,1,20130417,1,10:13:35,66,0.909090909
+1218,1,20130417,1,10:13:36,73,0.821917808
+1219,1,20130417,1,10:13:37,73,0.821917808
+1220,1,20130417,1,10:13:38,68,0.882352941
+1221,1,20130417,1,10:13:39,69,0.869565217
+1222,1,20130417,1,10:13:39,71,0.845070423
+1223,1,20130417,1,10:13:40,66,0.909090909
+1224,1,20130417,1,10:13:41,77,0.779220779
+1225,1,20130417,1,10:13:42,81,0.740740741
+1226,1,20130417,1,10:13:43,74,0.810810811
+1227,1,20130417,1,10:13:43,70,0.857142857
+1228,1,20130417,1,10:13:44,61,0.983606557
+1229,1,20130417,1,10:13:45,63,0.952380952
+1230,1,20130417,1,10:13:46,71,0.845070423
+1231,1,20130417,1,10:13:47,76,0.789473684
+1232,1,20130417,1,10:13:48,81,0.740740741
+1233,1,20130417,1,10:13:49,84,0.714285714
+1234,1,20130417,1,10:13:49,87,0.689655172
+1235,1,20130417,1,10:13:50,83,0.722891566
+1236,1,20130417,1,10:13:51,83,0.722891566
+1237,1,20130417,1,10:13:52,76,0.789473684
+1238,1,20130417,1,10:13:52,65,0.923076923
+1239,1,20130417,1,10:13:53,61,0.983606557
+1240,1,20130417,1,10:13:54,61,0.983606557
+1241,1,20130417,1,10:13:55,63,0.952380952
+1242,1,20130417,1,10:13:56,61,0.983606557
+1243,1,20130417,1,10:13:57,63,0.952380952
+1244,1,20130417,1,10:13:58,62,0.967741935
+1245,1,20130417,1,10:13:59,65,0.923076923
+1246,1,20130417,1,10:14:00,64,0.9375
+1247,1,20130417,1,10:14:01,63,0.952380952
+1248,1,20130417,1,10:14:02,74,0.810810811
+1249,1,20130417,1,10:14:03,68,0.882352941
+1250,1,20130417,1,10:14:04,67,0.895522388
+1251,1,20130417,1,10:14:04,69,0.869565217
+1252,1,20130417,1,10:14:05,61,0.983606557
+1253,1,20130417,1,10:14:06,72,0.833333333
+1254,1,20130417,1,10:14:07,68,0.882352941
+1255,1,20130417,1,10:14:08,56,1.071428571
+1256,1,20130417,1,10:14:09,59,1.016949153
+1257,1,20130417,1,10:14:10,61,0.983606557
+1258,1,20130417,1,10:14:11,66,0.909090909
+1259,1,20130417,1,10:14:12,67,0.895522388
+1260,1,20130417,1,10:14:13,65,0.923076923
+1261,1,20130417,1,10:14:14,67,0.895522388
+1262,1,20130417,1,10:14:15,69,0.869565217
+1263,1,20130417,1,10:14:16,78,0.769230769
+1264,1,20130417,1,10:14:16,76,0.789473684
+1265,1,20130417,1,10:14:17,69,0.869565217
+1266,1,20130417,1,10:14:18,65,0.923076923
+1267,1,20130417,1,10:14:19,67,0.895522388
+1268,1,20130417,1,10:14:20,70,0.857142857
+1269,1,20130417,1,10:14:21,64,0.9375
+1270,1,20130417,1,10:14:22,60,1
+1271,1,20130417,1,10:14:23,67,0.895522388
+1272,1,20130417,1,10:14:24,71,0.845070423
+1273,1,20130417,1,10:14:24,73,0.821917808
+1274,1,20130417,1,10:14:25,77,0.779220779
+1275,1,20130417,1,10:14:26,83,0.722891566
+1276,1,20130417,1,10:14:27,84,0.714285714
+1277,1,20130417,1,10:14:27,81,0.740740741
+1278,1,20130417,1,10:14:28,81,0.740740741
+1279,1,20130417,1,10:14:29,83,0.722891566
+1280,1,20130417,1,10:14:30,85,0.705882353
+1281,1,20130417,1,10:14:30,83,0.722891566
+1282,1,20130417,1,10:14:31,80,0.75
+1283,1,20130417,1,10:14:32,77,0.779220779
+1284,1,20130417,1,10:14:33,82,0.731707317
+1285,1,20130417,1,10:14:33,82,0.731707317
+1286,1,20130417,1,10:14:34,80,0.75
+1287,1,20130417,1,10:14:35,68,0.882352941
+1288,1,20130417,1,10:14:36,77,0.779220779
+1289,1,20130417,1,10:14:36,75,0.8
+1290,1,20130417,1,10:14:37,68,0.882352941
+1291,1,20130417,1,10:14:38,66,0.909090909
+1292,1,20130417,1,10:14:39,72,0.833333333
+1293,1,20130417,1,10:14:40,67,0.895522388
+1294,1,20130417,1,10:14:41,63,0.952380952
+1295,1,20130417,1,10:14:42,69,0.869565217
+1296,1,20130417,1,10:14:43,69,0.869565217
+1297,1,20130417,1,10:14:43,67,0.895522388
+1298,1,20130417,1,10:14:44,67,0.895522388
+1299,1,20130417,1,10:14:45,71,0.845070423
+1300,1,20130417,1,10:14:46,64,0.9375
+1301,1,20130417,1,10:14:47,59,1.016949153
+1302,1,20130417,1,10:14:48,66,0.909090909
+1303,1,20130417,1,10:14:49,62,0.967741935
+1304,1,20130417,1,10:14:50,61,0.983606557
+1305,1,20130417,1,10:14:51,69,0.869565217
+1306,1,20130417,1,10:14:52,65,0.923076923
+1307,1,20130417,1,10:14:53,62,0.967741935
+1308,1,20130417,1,10:14:54,67,0.895522388
+1309,1,20130417,1,10:14:55,65,0.923076923
+1310,1,20130417,1,10:14:55,60,1
+1311,1,20130417,1,10:14:56,60,1
+1312,1,20130417,1,10:14:57,67,0.895522388
+1313,1,20130417,1,10:14:58,61,0.983606557
+1314,1,20130417,1,10:14:59,61,0.983606557
+1315,1,20130417,1,10:15:00,67,0.895522388
+1316,1,20130417,1,10:15:01,67,0.895522388
+1317,1,20130417,1,10:15:02,61,0.983606557
+1318,1,20130417,1,10:15:03,62,0.967741935
+1319,1,20130417,1,10:15:04,67,0.895522388
+1320,1,20130417,1,10:15:05,63,0.952380952
+1321,1,20130417,1,10:15:06,60,1
+1322,1,20130417,1,10:15:07,67,0.895522388
+1323,1,20130417,1,10:15:08,68,0.882352941
+1324,1,20130417,1,10:15:09,67,0.895522388
+1325,1,20130417,1,10:15:10,70,0.857142857
+1326,1,20130417,1,10:15:10,73,0.821917808
+1327,1,20130417,1,10:15:11,63,0.952380952
+1328,1,20130417,1,10:15:12,57,1.052631579
+1329,1,20130417,1,10:15:13,67,0.895522388
+1330,1,20130417,1,10:15:14,62,0.967741935
+1331,1,20130417,1,10:15:15,62,0.967741935
+1332,1,20130417,1,10:15:16,66,0.909090909
+1333,1,20130417,1,10:15:17,64,0.9375
+1334,1,20130417,1,10:15:18,55,1.090909091
+1335,1,20130417,1,10:15:19,62,0.967741935
+1336,1,20130417,1,10:15:20,71,0.845070423
+1337,1,20130417,1,10:15:21,66,0.909090909
+1338,1,20130417,1,10:15:22,63,0.952380952
+1339,1,20130417,1,10:15:23,69,0.869565217
+1340,1,20130417,1,10:15:24,68,0.882352941
+1341,1,20130417,1,10:15:24,65,0.923076923
+1342,1,20130417,1,10:15:25,68,0.882352941
+1343,1,20130417,1,10:15:26,71,0.845070423
+1344,1,20130417,1,10:15:27,60,1
+1345,1,20130417,1,10:15:28,59,1.016949153
+1346,1,20130417,1,10:15:29,66,0.909090909
+1347,1,20130417,1,10:15:30,63,0.952380952
+1348,1,20130417,1,10:15:31,60,1
+1349,1,20130417,1,10:15:32,65,0.923076923
+1350,1,20130417,1,10:15:33,64,0.9375
+1351,1,20130417,1,10:15:34,60,1
+1352,1,20130417,1,10:15:35,63,0.952380952
+1353,1,20130417,1,10:15:36,69,0.869565217
+1354,1,20130417,1,10:15:37,62,0.967741935
+1355,1,20130417,1,10:15:38,58,1.034482759
+1356,1,20130417,1,10:15:39,64,0.9375
+1357,1,20130417,1,10:15:40,71,0.845070423
+1358,1,20130417,1,10:15:40,66,0.909090909
+1359,1,20130417,1,10:15:41,61,0.983606557
+1360,1,20130417,1,10:15:42,64,0.9375
+1361,1,20130417,1,10:15:43,69,0.869565217
+1362,1,20130417,1,10:15:44,62,0.967741935
+1363,1,20130417,1,10:15:45,59,1.016949153
+1364,1,20130417,1,10:15:46,62,0.967741935
+1365,1,20130417,1,10:15:47,70,0.857142857
+1366,1,20130417,1,10:15:48,63,0.952380952
+1367,1,20130417,1,10:15:49,62,0.967741935
+1368,1,20130417,1,10:15:50,71,0.845070423
+1369,1,20130417,1,10:15:51,76,0.789473684
+1370,1,20130417,1,10:15:52,68,0.882352941
+1371,1,20130417,1,10:15:52,66,0.909090909
+1372,1,20130417,1,10:15:53,69,0.869565217
+1373,1,20130417,1,10:15:54,69,0.869565217
+1374,1,20130417,1,10:15:55,62,0.967741935
+1375,1,20130417,1,10:15:56,62,0.967741935
+1376,1,20130417,1,10:15:57,69,0.869565217
+1377,1,20130417,1,10:15:58,73,0.821917808
+1378,1,20130417,1,10:15:59,71,0.845070423
+1379,1,20130417,1,10:16:00,68,0.882352941
+1380,1,20130417,1,10:16:00,70,0.857142857
+1381,1,20130417,1,10:16:01,68,0.882352941
+1382,1,20130417,1,10:16:02,61,0.983606557
+1383,1,20130417,1,10:16:03,63,0.952380952
+1384,1,20130417,1,10:16:04,70,0.857142857
+1385,1,20130417,1,10:16:05,67,0.895522388
+1386,1,20130417,1,10:16:06,63,0.952380952
+1387,1,20130417,1,10:16:07,65,0.923076923
+1388,1,20130417,1,10:16:08,75,0.8
+1389,1,20130417,1,10:16:09,72,0.833333333
+1390,1,20130417,1,10:16:09,71,0.845070423
+1391,1,20130417,1,10:16:10,76,0.789473684
+1392,1,20130417,1,10:16:11,70,0.857142857
+1393,1,20130417,1,10:16:12,66,0.909090909
+1394,1,20130417,1,10:16:13,74,0.810810811
+1395,1,20130417,1,10:16:14,75,0.8
+1396,1,20130417,1,10:16:14,66,0.909090909
+1397,1,20130417,1,10:16:15,67,0.895522388
+1398,1,20130417,1,10:16:16,70,0.857142857
+1399,1,20130417,1,10:16:17,77,0.779220779
+1400,1,20130417,1,10:16:18,72,0.833333333
+1401,1,20130417,1,10:16:19,64,0.9375
+1402,1,20130417,1,10:16:20,66,0.909090909
+1403,1,20130417,1,10:16:20,75,0.8
+1404,1,20130417,1,10:16:21,72,0.833333333
+1405,1,20130417,1,10:16:22,70,0.857142857
+1406,1,20130417,1,10:16:23,68,0.882352941
+1407,1,20130417,1,10:16:24,76,0.789473684
+1408,1,20130417,1,10:16:25,77,0.779220779
+1409,1,20130417,1,10:16:25,72,0.833333333
+1410,1,20130417,1,10:16:26,75,0.8
+1411,1,20130417,1,10:16:27,78,0.769230769
+1412,1,20130417,1,10:16:28,82,0.731707317
+1413,1,20130417,1,10:16:29,81,0.740740741
+1414,1,20130417,1,10:16:29,67,0.895522388
+1415,1,20130417,1,10:16:30,76,0.789473684
+1416,1,20130417,1,10:16:31,76,0.789473684
+1417,1,20130417,1,10:16:32,80,0.75
+1418,1,20130417,1,10:16:33,79,0.759493671
+1419,1,20130417,1,10:16:33,79,0.759493671
+1420,1,20130417,1,10:16:34,79,0.759493671
+1421,1,20130417,1,10:16:35,72,0.833333333
+1422,1,20130417,1,10:16:36,65,0.923076923
+1423,1,20130417,1,10:16:37,72,0.833333333
+1424,1,20130417,1,10:16:37,73,0.821917808
+1425,1,20130417,1,10:16:38,67,0.895522388
+1426,1,20130417,1,10:16:39,69,0.869565217
+1427,1,20130417,1,10:16:40,76,0.789473684
+1428,1,20130417,1,10:16:41,73,0.821917808
+1429,1,20130417,1,10:16:42,67,0.895522388
+1430,1,20130417,1,10:16:43,66,0.909090909
+1431,1,20130417,1,10:16:43,73,0.821917808
+1432,1,20130417,1,10:16:44,65,0.923076923
+1433,1,20130417,1,10:16:45,65,0.923076923
+1434,1,20130417,1,10:16:46,71,0.845070423
+1435,1,20130417,1,10:16:47,71,0.845070423
+1436,1,20130417,1,10:16:48,65,0.923076923
+1437,1,20130417,1,10:16:49,62,0.967741935
+1438,1,20130417,1,10:16:50,73,0.821917808
+1439,1,20130417,1,10:16:50,68,0.882352941
+1440,1,20130417,1,10:16:51,65,0.923076923
+1441,1,20130417,1,10:16:52,67,0.895522388
+1442,1,20130417,1,10:16:53,73,0.821917808
+1443,1,20130417,1,10:16:54,64,0.9375
+1444,1,20130417,1,10:16:55,60,1
+1445,1,20130417,1,10:16:56,65,0.923076923
+1446,1,20130417,1,10:16:57,63,0.952380952
+1447,1,20130417,1,10:16:58,69,0.869565217
+1448,1,20130417,1,10:16:59,61,0.983606557
+1449,1,20130417,1,10:17:00,60,1
+1450,1,20130417,1,10:17:01,70,0.857142857
+1451,1,20130417,1,10:17:02,68,0.882352941
+1452,1,20130417,1,10:17:02,67,0.895522388
+1453,1,20130417,1,10:17:03,76,0.789473684
+1454,1,20130417,1,10:17:04,76,0.789473684
+1455,1,20130417,1,10:17:05,72,0.833333333
+1456,1,20130417,1,10:17:06,73,0.821917808
+1457,1,20130417,1,10:17:07,71,0.845070423
+1458,1,20130417,1,10:17:07,67,0.895522388
+1459,1,20130417,1,10:17:08,59,1.016949153
+1460,1,20130417,1,10:17:09,70,0.857142857
+1461,1,20130417,1,10:17:10,66,0.909090909
+1462,1,20130417,1,10:17:11,63,0.952380952
+1463,1,20130417,1,10:17:12,64,0.9375
+1464,1,20130417,1,10:17:13,70,0.857142857
+1465,1,20130417,1,10:17:14,68,0.882352941
+1466,1,20130417,1,10:17:15,69,0.869565217
+1467,1,20130417,1,10:17:16,70,0.857142857
+1468,1,20130417,1,10:17:16,76,0.789473684
+1469,1,20130417,1,10:17:17,75,0.8
+1470,1,20130417,1,10:17:18,77,0.779220779
+1471,1,20130417,1,10:17:19,71,0.845070423
+1472,1,20130417,1,10:17:20,69,0.869565217
+1473,1,20130417,1,10:17:21,78,0.769230769
+1474,1,20130417,1,10:17:21,77,0.779220779
+1475,1,20130417,1,10:17:22,70,0.857142857
+1476,1,20130417,1,10:17:23,69,0.869565217
+1477,1,20130417,1,10:17:24,77,0.779220779
+1478,1,20130417,1,10:17:25,82,0.731707317
+1479,1,20130417,1,10:17:25,85,0.705882353
+1480,1,20130417,1,10:17:26,77,0.779220779
+1481,1,20130417,1,10:17:27,72,0.833333333
+1482,1,20130417,1,10:17:28,72,0.833333333
+1483,1,20130417,1,10:17:28,69,0.869565217
+1484,1,20130417,1,10:17:29,67,0.895522388
+1485,1,20130417,1,10:17:30,67,0.895522388
+1486,1,20130417,1,10:17:31,68,0.882352941
+1487,1,20130417,1,10:17:32,68,0.882352941
+1488,1,20130417,1,10:17:33,74,0.810810811
+1489,1,20130417,1,10:17:34,78,0.769230769
+1490,1,20130417,1,10:17:34,74,0.810810811
+1491,1,20130417,1,10:17:35,69,0.869565217
+1492,1,20130417,1,10:17:36,68,0.882352941
+1493,1,20130417,1,10:17:37,72,0.833333333
+1494,1,20130417,1,10:17:38,67,0.895522388
+1495,1,20130417,1,10:17:39,60,1
+1496,1,20130417,1,10:17:40,58,1.034482759
+1497,1,20130417,1,10:17:41,59,1.016949153
+1498,1,20130417,1,10:17:42,66,0.909090909
+1499,1,20130417,1,10:17:43,68,0.882352941
+1500,1,20130417,1,10:17:44,65,0.923076923
+1501,1,20130417,1,10:17:45,67,0.895522388
+1502,1,20130417,1,10:17:45,72,0.833333333
+1503,1,20130417,1,10:17:46,66,0.909090909
+1504,1,20130417,1,10:17:47,62,0.967741935
+1505,1,20130417,1,10:17:48,65,0.923076923
+1506,1,20130417,1,10:17:49,72,0.833333333
+1507,1,20130417,1,10:17:50,68,0.882352941
+1508,1,20130417,1,10:17:51,67,0.895522388
+1509,1,20130417,1,10:17:52,69,0.869565217
+1510,1,20130417,1,10:17:53,71,0.845070423
+1511,1,20130417,1,10:17:53,79,0.759493671
+1512,1,20130417,1,10:17:54,75,0.8
+1513,1,20130417,1,10:17:55,60,1
+1514,1,20130417,1,10:17:56,59,1.016949153
+1515,1,20130417,1,10:17:57,67,0.895522388
+1516,1,20130417,1,10:17:58,70,0.857142857
+1517,1,20130417,1,10:17:59,66,0.909090909
+1518,1,20130417,1,10:18:00,65,0.923076923
+1519,1,20130417,1,10:18:01,67,0.895522388
+1520,1,20130417,1,10:18:01,71,0.845070423
+1521,1,20130417,1,10:18:02,70,0.857142857
+1522,1,20130417,1,10:18:03,75,0.8
+1523,1,20130417,1,10:18:04,77,0.779220779
+1524,1,20130417,1,10:18:05,78,0.769230769
+1525,1,20130417,1,10:18:05,68,0.882352941
+1526,1,20130417,1,10:18:06,65,0.923076923
+1527,1,20130417,1,10:18:07,67,0.895522388
+1528,1,20130417,1,10:18:08,66,0.909090909
+1529,1,20130417,1,10:18:09,65,0.923076923
+1530,1,20130417,1,10:18:10,67,0.895522388
+1531,1,20130417,1,10:18:11,72,0.833333333
+1532,1,20130417,1,10:18:12,69,0.869565217
+1533,1,20130417,1,10:18:13,65,0.923076923
+1534,1,20130417,1,10:18:14,74,0.810810811
+1535,1,20130417,1,10:18:14,73,0.821917808
+1536,1,20130417,1,10:18:15,69,0.869565217
+1537,1,20130417,1,10:18:16,63,0.952380952
+1538,1,20130417,1,10:18:17,70,0.857142857
+1539,1,20130417,1,10:18:18,68,0.882352941
+1540,1,20130417,1,10:18:19,63,0.952380952
+1541,1,20130417,1,10:18:20,65,0.923076923
+1542,1,20130417,1,10:18:21,70,0.857142857
+1543,1,20130417,1,10:18:21,68,0.882352941
+1544,1,20130417,1,10:18:22,66,0.909090909
+1545,1,20130417,1,10:18:23,71,0.845070423
+1546,1,20130417,1,10:18:24,73,0.821917808
+1547,1,20130417,1,10:18:25,63,0.952380952
+1548,1,20130417,1,10:18:26,61,0.983606557
+1549,1,20130417,1,10:18:27,70,0.857142857
+1550,1,20130417,1,10:18:28,69,0.869565217
+1551,1,20130417,1,10:18:29,61,0.983606557
+1552,1,20130417,1,10:18:30,65,0.923076923
+1553,1,20130417,1,10:18:30,71,0.845070423
+1554,1,20130417,1,10:18:31,65,0.923076923
+1555,1,20130417,1,10:18:32,60,1
+1556,1,20130417,1,10:18:33,61,0.983606557
+1557,1,20130417,1,10:18:34,66,0.909090909
+1558,1,20130417,1,10:18:35,65,0.923076923
+1559,1,20130417,1,10:18:36,67,0.895522388
+1560,1,20130417,1,10:18:37,71,0.845070423
+1561,1,20130417,1,10:18:38,69,0.869565217
+1562,1,20130417,1,10:18:39,62,0.967741935
+1563,1,20130417,1,10:18:40,70,0.857142857
+1564,1,20130417,1,10:18:41,66,0.909090909
+1565,1,20130417,1,10:18:41,63,0.952380952
+1566,1,20130417,1,10:18:42,70,0.857142857
+1567,1,20130417,1,10:18:43,77,0.779220779
+1568,1,20130417,1,10:18:44,75,0.8
+1569,1,20130417,1,10:18:45,70,0.857142857
+1570,1,20130417,1,10:18:46,66,0.909090909
+1571,1,20130417,1,10:18:47,73,0.821917808
+1572,1,20130417,1,10:18:47,69,0.869565217
+1573,1,20130417,1,10:18:48,66,0.909090909
+1574,1,20130417,1,10:18:49,72,0.833333333
+1575,1,20130417,1,10:18:50,73,0.821917808
+1576,1,20130417,1,10:18:51,67,0.895522388
+1577,1,20130417,1,10:18:52,67,0.895522388
+1578,1,20130417,1,10:18:53,74,0.810810811
+1579,1,20130417,1,10:18:53,69,0.869565217
+1580,1,20130417,1,10:18:54,65,0.923076923
+1581,1,20130417,1,10:18:55,69,0.869565217
+1582,1,20130417,1,10:18:56,78,0.769230769
+1583,1,20130417,1,10:18:57,78,0.769230769
+1584,1,20130417,1,10:18:58,81,0.740740741
+1585,1,20130417,1,10:18:58,83,0.722891566
+1586,1,20130417,1,10:18:59,89,0.674157303
+1587,1,20130417,1,10:19:00,90,0.666666667
+1588,1,20130417,1,10:19:00,82,0.731707317
+1589,1,20130417,1,10:19:01,76,0.789473684
+1590,1,20130417,1,10:19:02,75,0.8
+1591,1,20130417,1,10:19:03,81,0.740740741
+1592,1,20130417,1,10:19:03,78,0.769230769
+1593,1,20130417,1,10:19:04,74,0.810810811
+1594,1,20130417,1,10:19:05,73,0.821917808
+1595,1,20130417,1,10:19:06,78,0.769230769
+1596,1,20130417,1,10:19:07,74,0.810810811
+1597,1,20130417,1,10:19:07,70,0.857142857
+1598,1,20130417,1,10:19:08,70,0.857142857
+1599,1,20130417,1,10:19:09,76,0.789473684
+1600,1,20130417,1,10:19:10,78,0.769230769
+1601,1,20130417,1,10:19:11,75,0.8
+1602,1,20130417,1,10:19:12,72,0.833333333
+1603,1,20130417,1,10:19:12,71,0.845070423
+1604,1,20130417,1,10:19:13,77,0.779220779
+1605,1,20130417,1,10:19:14,67,0.895522388
+1606,1,20130417,1,10:19:15,60,1
+1607,1,20130417,1,10:19:16,63,0.952380952
+1608,1,20130417,1,10:19:17,71,0.845070423
+1609,1,20130417,1,10:19:18,69,0.869565217
+1610,1,20130417,1,10:19:19,66,0.909090909
+1611,1,20130417,1,10:19:19,63,0.952380952
+1612,1,20130417,1,10:19:20,72,0.833333333
+1613,1,20130417,1,10:19:21,70,0.857142857
+1614,1,20130417,1,10:19:22,66,0.909090909
+1615,1,20130417,1,10:19:23,68,0.882352941
+1616,1,20130417,1,10:19:24,75,0.8
+1617,1,20130417,1,10:19:25,70,0.857142857
+1618,1,20130417,1,10:19:26,67,0.895522388
+1619,1,20130417,1,10:19:26,71,0.845070423
+1620,1,20130417,1,10:19:27,73,0.821917808
+1621,1,20130417,1,10:19:28,71,0.845070423
+1622,1,20130417,1,10:19:29,63,0.952380952
+1623,1,20130417,1,10:19:30,69,0.869565217
+1624,1,20130417,1,10:19:31,71,0.845070423
+1625,1,20130417,1,10:19:32,61,0.983606557
+1626,1,20130417,1,10:19:33,63,0.952380952
+1627,1,20130417,1,10:19:34,70,0.857142857
+1628,1,20130417,1,10:19:34,68,0.882352941
+1629,1,20130417,1,10:19:35,73,0.821917808
+1630,1,20130417,1,10:19:36,76,0.789473684
+1631,1,20130417,1,10:19:37,74,0.810810811
+1632,1,20130417,1,10:19:38,68,0.882352941
+1633,1,20130417,1,10:19:39,71,0.845070423
+1634,1,20130417,1,10:19:39,70,0.857142857
+1635,1,20130417,1,10:19:40,64,0.9375
+1636,1,20130417,1,10:19:41,63,0.952380952
+1637,1,20130417,1,10:19:42,73,0.821917808
+1638,1,20130417,1,10:19:43,70,0.857142857
+1639,1,20130417,1,10:19:44,69,0.869565217
+1640,1,20130417,1,10:19:45,74,0.810810811
+1641,1,20130417,1,10:19:46,78,0.769230769
+1642,1,20130417,1,10:19:46,72,0.833333333
+1643,1,20130417,1,10:19:47,67,0.895522388
+1644,1,20130417,1,10:19:48,71,0.845070423
+1645,1,20130417,1,10:19:49,74,0.810810811
+1646,1,20130417,1,10:19:50,69,0.869565217
+1647,1,20130417,1,10:19:51,68,0.882352941
+1648,1,20130417,1,10:19:51,73,0.821917808
+1649,1,20130417,1,10:19:52,73,0.821917808
+1650,1,20130417,1,10:19:53,69,0.869565217
+1651,1,20130417,1,10:19:54,68,0.882352941
+1652,1,20130417,1,10:19:55,74,0.810810811
+1653,1,20130417,1,10:19:56,73,0.821917808
+1654,1,20130417,1,10:19:57,69,0.869565217
+1655,1,20130417,1,10:19:57,67,0.895522388
+1656,1,20130417,1,10:19:58,75,0.8
+1657,1,20130417,1,10:19:59,72,0.833333333
+1658,1,20130417,1,10:20:00,71,0.845070423
+1659,1,20130417,1,10:20:01,70,0.857142857
+1660,1,20130417,1,10:20:02,79,0.759493671
+1661,1,20130417,1,10:20:02,81,0.740740741
+1662,1,20130417,1,10:20:03,78,0.769230769
+1663,1,20130417,1,10:20:04,77,0.779220779
+1664,1,20130417,1,10:20:05,80,0.75
+1665,1,20130417,1,10:20:05,85,0.705882353
+1666,1,20130417,1,10:20:06,84,0.714285714
+1667,1,20130417,1,10:20:07,69,0.869565217
+1668,1,20130417,1,10:20:08,68,0.882352941
+1669,1,20130417,1,10:20:09,76,0.789473684
+1670,1,20130417,1,10:20:09,74,0.810810811
+1671,1,20130417,1,10:20:10,68,0.882352941
+1672,1,20130417,1,10:20:11,78,0.769230769
+1673,1,20130417,1,10:20:12,79,0.759493671
+1674,1,20130417,1,10:20:13,77,0.779220779
+1675,1,20130417,1,10:20:13,83,0.722891566
+1676,1,20130417,1,10:20:14,80,0.75
+1677,1,20130417,1,10:20:15,74,0.810810811
+1678,1,20130417,1,10:20:16,69,0.869565217
+1679,1,20130417,1,10:20:17,78,0.769230769
+1680,1,20130417,1,10:20:17,82,0.731707317
+1681,1,20130417,1,10:20:18,79,0.759493671
+1682,1,20130417,1,10:20:19,76,0.789473684
+1683,1,20130417,1,10:20:20,71,0.845070423
+1684,1,20130417,1,10:20:20,76,0.789473684
+1685,1,20130417,1,10:20:21,73,0.821917808
+1686,1,20130417,1,10:20:22,80,0.75
+1687,1,20130417,1,10:20:23,80,0.75
+1688,1,20130417,1,10:20:24,77,0.779220779
+1689,1,20130417,1,10:20:24,75,0.8
+1690,1,20130417,1,10:20:25,75,0.8
+1691,1,20130417,1,10:20:26,83,0.722891566
+1692,1,20130417,1,10:20:27,85,0.705882353
+1693,1,20130417,1,10:20:27,84,0.714285714
+1694,1,20130417,1,10:20:28,82,0.731707317
+1695,1,20130417,1,10:20:29,84,0.714285714
+1696,1,20130417,1,10:20:30,86,0.697674419
+1697,1,20130417,1,10:20:30,79,0.759493671
+1698,1,20130417,1,10:20:31,67,0.895522388
+1699,1,20130417,1,10:20:32,65,0.923076923
+1700,1,20130417,1,10:20:33,70,0.857142857
+1701,1,20130417,1,10:20:34,72,0.833333333
+1702,1,20130417,1,10:20:34,66,0.909090909
+1703,1,20130417,1,10:20:35,68,0.882352941
+1704,1,20130417,1,10:20:36,68,0.882352941
+1705,1,20130417,1,10:20:37,74,0.810810811
+1706,1,20130417,1,10:20:38,70,0.857142857
+1707,1,20130417,1,10:20:39,62,0.967741935
+1708,1,20130417,1,10:20:40,66,0.909090909
+1709,1,20130417,1,10:20:41,72,0.833333333
+1710,1,20130417,1,10:20:42,63,0.952380952
+1711,1,20130417,1,10:20:42,63,0.952380952
+1712,1,20130417,1,10:20:43,68,0.882352941
+1713,1,20130417,1,10:20:44,66,0.909090909
+1714,1,20130417,1,10:20:45,66,0.909090909
+1715,1,20130417,1,10:20:46,65,0.923076923
+1716,1,20130417,1,10:20:47,70,0.857142857
+1717,1,20130417,1,10:20:48,71,0.845070423
+1718,1,20130417,1,10:20:49,65,0.923076923
+1719,1,20130417,1,10:20:50,63,0.952380952
+1720,1,20130417,1,10:20:51,73,0.821917808
+1721,1,20130417,1,10:20:51,68,0.882352941
+1722,1,20130417,1,10:20:52,65,0.923076923
+1723,1,20130417,1,10:20:53,67,0.895522388
+1724,1,20130417,1,10:20:54,77,0.779220779
+1725,1,20130417,1,10:20:55,73,0.821917808
+1726,1,20130417,1,10:20:56,66,0.909090909
+1727,1,20130417,1,10:20:57,62,0.967741935
+1728,1,20130417,1,10:20:58,67,0.895522388
+1729,1,20130417,1,10:20:59,68,0.882352941
+1730,1,20130417,1,10:20:59,66,0.909090909
+1731,1,20130417,1,10:21:00,67,0.895522388
+1732,1,20130417,1,10:21:01,73,0.821917808
+1733,1,20130417,1,10:21:02,69,0.869565217
+1734,1,20130417,1,10:21:03,65,0.923076923
+1735,1,20130417,1,10:21:04,67,0.895522388
+1736,1,20130417,1,10:21:05,75,0.8
+1737,1,20130417,1,10:21:06,71,0.845070423
+1738,1,20130417,1,10:21:06,68,0.882352941
+1739,1,20130417,1,10:21:07,67,0.895522388
+1740,1,20130417,1,10:21:08,76,0.789473684
+1741,1,20130417,1,10:21:09,72,0.833333333
+1742,1,20130417,1,10:21:10,69,0.869565217
+1743,1,20130417,1,10:21:11,73,0.821917808
+1744,1,20130417,1,10:21:11,77,0.779220779
+1745,1,20130417,1,10:21:12,70,0.857142857
+1746,1,20130417,1,10:21:13,65,0.923076923
+1747,1,20130417,1,10:21:14,70,0.857142857
+1748,1,20130417,1,10:21:15,71,0.845070423
+1749,1,20130417,1,10:21:16,69,0.869565217
+1750,1,20130417,1,10:21:17,72,0.833333333
+1751,1,20130417,1,10:21:17,79,0.759493671
+1752,1,20130417,1,10:21:18,79,0.759493671
+1753,1,20130417,1,10:21:19,76,0.789473684
+1754,1,20130417,1,10:21:20,71,0.845070423
+1755,1,20130417,1,10:21:21,78,0.769230769
+1756,1,20130417,1,10:21:21,79,0.759493671
+1757,1,20130417,1,10:21:22,73,0.821917808
+1758,1,20130417,1,10:21:23,67,0.895522388
+1759,1,20130417,1,10:21:24,77,0.779220779
+1760,1,20130417,1,10:21:25,74,0.810810811
+1761,1,20130417,1,10:21:25,71,0.845070423
+1762,1,20130417,1,10:21:26,69,0.869565217
+1763,1,20130417,1,10:21:27,76,0.789473684
+1764,1,20130417,1,10:21:28,73,0.821917808
+1765,1,20130417,1,10:21:29,70,0.857142857
+1766,1,20130417,1,10:21:30,69,0.869565217
+1767,1,20130417,1,10:21:30,76,0.789473684
+1768,1,20130417,1,10:21:31,74,0.810810811
+1769,1,20130417,1,10:21:32,72,0.833333333
+1770,1,20130417,1,10:21:33,66,0.909090909
+1771,1,20130417,1,10:21:34,73,0.821917808
+1772,1,20130417,1,10:21:35,68,0.882352941
+1773,1,20130417,1,10:21:36,69,0.869565217
+1774,1,20130417,1,10:21:36,65,0.923076923
+1775,1,20130417,1,10:21:37,76,0.789473684
+1776,1,20130417,1,10:21:38,80,0.75
+1777,1,20130417,1,10:21:39,80,0.75
+1778,1,20130417,1,10:21:40,80,0.75
+1779,1,20130417,1,10:21:40,83,0.722891566
+1780,1,20130417,1,10:21:41,85,0.705882353
+1781,1,20130417,1,10:21:42,80,0.75
+1782,1,20130417,1,10:21:43,84,0.714285714
+1783,1,20130417,1,10:21:43,83,0.722891566
+1784,1,20130417,1,10:21:44,78,0.769230769
+1785,1,20130417,1,10:21:45,73,0.821917808
+1786,1,20130417,1,10:21:46,75,0.8
+1787,1,20130417,1,10:21:46,78,0.769230769
+1788,1,20130417,1,10:21:47,75,0.8
+1789,1,20130417,1,10:21:48,74,0.810810811
+1790,1,20130417,1,10:21:49,77,0.779220779
+1791,1,20130417,1,10:21:50,84,0.714285714
+1792,1,20130417,1,10:21:50,87,0.689655172
+1793,1,20130417,1,10:21:51,82,0.731707317
+1794,1,20130417,1,10:21:52,73,0.821917808
+1795,1,20130417,1,10:21:53,71,0.845070423
+1796,1,20130417,1,10:21:53,78,0.769230769
+1797,1,20130417,1,10:21:54,72,0.833333333
+1798,1,20130417,1,10:21:55,67,0.895522388
+1799,1,20130417,1,10:21:56,67,0.895522388
+1800,1,20130417,1,10:21:57,75,0.8
+1801,1,20130417,1,10:21:58,77,0.779220779
+1802,1,20130417,1,10:21:58,70,0.857142857
+1803,1,20130417,1,10:21:59,69,0.869565217
+1804,1,20130417,1,10:22:00,73,0.821917808
+1805,1,20130417,1,10:22:01,73,0.821917808
+1806,1,20130417,1,10:22:02,64,0.9375
+1807,1,20130417,1,10:22:03,64,0.9375
+1808,1,20130417,1,10:22:04,67,0.895522388
+1809,1,20130417,1,10:22:04,73,0.821917808
+1810,1,20130417,1,10:22:05,71,0.845070423
+1811,1,20130417,1,10:22:06,70,0.857142857
+1812,1,20130417,1,10:22:07,68,0.882352941
+1813,1,20130417,1,10:22:08,72,0.833333333
+1814,1,20130417,1,10:22:09,72,0.833333333
+1815,1,20130417,1,10:22:10,65,0.923076923
+1816,1,20130417,1,10:22:10,60,1
+1817,1,20130417,1,10:22:11,63,0.952380952
+1818,1,20130417,1,10:22:12,73,0.821917808
+1819,1,20130417,1,10:22:13,68,0.882352941
+1820,1,20130417,1,10:22:14,63,0.952380952
+1821,1,20130417,1,10:22:15,64,0.9375
+1822,1,20130417,1,10:22:16,72,0.833333333
+1823,1,20130417,1,10:22:17,72,0.833333333
+1824,1,20130417,1,10:22:18,68,0.882352941
+1825,1,20130417,1,10:22:19,64,0.9375
+1826,1,20130417,1,10:22:19,71,0.845070423
+1827,1,20130417,1,10:22:20,69,0.869565217
+1828,1,20130417,1,10:22:21,70,0.857142857
+1829,1,20130417,1,10:22:22,74,0.810810811
+1830,1,20130417,1,10:22:23,82,0.731707317
+1831,1,20130417,1,10:22:24,81,0.740740741
+1832,1,20130417,1,10:22:24,75,0.8
+1833,1,20130417,1,10:22:25,72,0.833333333
+1834,1,20130417,1,10:22:26,72,0.833333333
+1835,1,20130417,1,10:22:27,82,0.731707317
+1836,1,20130417,1,10:22:28,82,0.731707317
+1837,1,20130417,1,10:22:28,80,0.75
+1838,1,20130417,1,10:22:29,80,0.75
+1839,1,20130417,1,10:22:30,85,0.705882353
+1840,1,20130417,1,10:22:30,84,0.714285714
+1841,1,20130417,1,10:22:31,78,0.769230769
+1842,1,20130417,1,10:22:32,71,0.845070423
+1843,1,20130417,1,10:22:33,71,0.845070423
+1844,1,20130417,1,10:22:34,79,0.759493671
+1845,1,20130417,1,10:22:34,77,0.779220779
+1846,1,20130417,1,10:22:35,73,0.821917808
+1847,1,20130417,1,10:22:36,72,0.833333333
+1848,1,20130417,1,10:22:37,74,0.810810811
+1849,1,20130417,1,10:22:38,79,0.759493671
+1850,1,20130417,1,10:22:38,77,0.779220779
+1851,1,20130417,1,10:22:39,76,0.789473684
+1852,1,20130417,1,10:22:40,76,0.789473684
+1853,1,20130417,1,10:22:41,81,0.740740741
+1854,1,20130417,1,10:22:42,78,0.769230769
+1855,1,20130417,1,10:22:42,69,0.869565217
+1856,1,20130417,1,10:22:43,66,0.909090909
+1857,1,20130417,1,10:22:44,67,0.895522388
+1858,1,20130417,1,10:22:45,75,0.8
+1859,1,20130417,1,10:22:46,73,0.821917808
+1860,1,20130417,1,10:22:47,71,0.845070423
+1861,1,20130417,1,10:22:47,70,0.857142857
+1862,1,20130417,1,10:22:48,73,0.821917808
+1863,1,20130417,1,10:22:49,77,0.779220779
+1864,1,20130417,1,10:22:50,68,0.882352941
+1865,1,20130417,1,10:22:51,62,0.967741935
+1866,1,20130417,1,10:22:52,62,0.967741935
+1867,1,20130417,1,10:22:53,72,0.833333333
+1868,1,20130417,1,10:22:54,67,0.895522388
+1869,1,20130417,1,10:22:54,63,0.952380952
+1870,1,20130417,1,10:22:55,64,0.9375
+1871,1,20130417,1,10:22:56,71,0.845070423
+1872,1,20130417,1,10:22:57,68,0.882352941
+1873,1,20130417,1,10:22:58,64,0.9375
+1874,1,20130417,1,10:22:59,62,0.967741935
+1875,1,20130417,1,10:23:00,72,0.833333333
+1876,1,20130417,1,10:23:01,71,0.845070423
+1877,1,20130417,1,10:23:02,69,0.869565217
+1878,1,20130417,1,10:23:02,69,0.869565217
+1879,1,20130417,1,10:23:03,74,0.810810811
+1880,1,20130417,1,10:23:04,68,0.882352941
+1881,1,20130417,1,10:23:05,61,0.983606557
+1882,1,20130417,1,10:23:06,60,1
+1883,1,20130417,1,10:23:07,71,0.845070423
+1884,1,20130417,1,10:23:08,66,0.909090909
+1885,1,20130417,1,10:23:09,72,0.833333333
+1886,1,20130417,1,10:23:10,79,0.759493671
+1887,1,20130417,1,10:23:10,73,0.821917808
+1888,1,20130417,1,10:23:11,68,0.882352941
+1889,1,20130417,1,10:23:12,58,1.034482759
+1890,1,20130417,1,10:23:13,67,0.895522388
+1891,1,20130417,1,10:23:14,64,0.9375
+1892,1,20130417,1,10:23:15,61,0.983606557
+1893,1,20130417,1,10:23:16,67,0.895522388
+1894,1,20130417,1,10:23:17,68,0.882352941
+1895,1,20130417,1,10:23:18,59,1.016949153
+1896,1,20130417,1,10:23:19,64,0.9375
+1897,1,20130417,1,10:23:20,75,0.8
+1898,1,20130417,1,10:23:20,69,0.869565217
+1899,1,20130417,1,10:23:21,72,0.833333333
+1900,1,20130417,1,10:23:22,79,0.759493671
+1901,1,20130417,1,10:23:23,77,0.779220779
+1902,1,20130417,1,10:23:24,79,0.759493671
+1903,1,20130417,1,10:23:24,71,0.845070423
+1904,1,20130417,1,10:23:25,67,0.895522388
+1905,1,20130417,1,10:23:26,72,0.833333333
+1906,1,20130417,1,10:23:27,79,0.759493671
+1907,1,20130417,1,10:23:28,79,0.759493671
+1908,1,20130417,1,10:23:29,81,0.740740741
+1909,1,20130417,1,10:23:29,83,0.722891566
+1910,1,20130417,1,10:23:30,85,0.705882353
+1911,1,20130417,1,10:23:31,78,0.769230769
+1912,1,20130417,1,10:23:32,72,0.833333333
+1913,1,20130417,1,10:23:32,70,0.857142857
+1914,1,20130417,1,10:23:33,75,0.8
+1915,1,20130417,1,10:23:34,76,0.789473684
+1916,1,20130417,1,10:23:35,75,0.8
+1917,1,20130417,1,10:23:36,72,0.833333333
+1918,1,20130417,1,10:23:36,71,0.845070423
+1919,1,20130417,1,10:23:37,74,0.810810811
+1920,1,20130417,1,10:23:38,73,0.821917808
+1921,1,20130417,1,10:23:39,70,0.857142857
+1922,1,20130417,1,10:23:40,67,0.895522388
+1923,1,20130417,1,10:23:41,67,0.895522388
+1924,1,20130417,1,10:23:42,71,0.845070423
+1925,1,20130417,1,10:23:42,73,0.821917808
+1926,1,20130417,1,10:23:43,65,0.923076923
+1927,1,20130417,1,10:23:44,61,0.983606557
+1928,1,20130417,1,10:23:45,64,0.9375
+1929,1,20130417,1,10:23:46,70,0.857142857
+1930,1,20130417,1,10:23:47,73,0.821917808
+1931,1,20130417,1,10:23:48,70,0.857142857
+1932,1,20130417,1,10:23:49,71,0.845070423
+1933,1,20130417,1,10:23:49,70,0.857142857
+1934,1,20130417,1,10:23:50,64,0.9375
+1935,1,20130417,1,10:23:51,57,1.052631579
+1936,1,20130417,1,10:23:52,61,0.983606557
+1937,1,20130417,1,10:23:53,72,0.833333333
+1938,1,20130417,1,10:23:54,73,0.821917808
+1939,1,20130417,1,10:23:55,82,0.731707317
+1940,1,20130417,1,10:23:56,83,0.722891566
+1941,1,20130417,1,10:23:56,83,0.722891566
+1942,1,20130417,1,10:23:57,87,0.689655172
+1943,1,20130417,1,10:23:58,93,0.64516129
+1944,1,20130417,1,10:23:58,90,0.666666667
+1945,1,20130417,1,10:23:59,93,0.64516129
+1946,1,20130417,1,10:24:00,94,0.638297872
+1947,1,20130417,1,10:24:00,94,0.638297872
+1948,1,20130417,1,10:24:01,95,0.631578947
+1949,1,20130417,1,10:24:02,97,0.618556701
+1950,1,20130417,1,10:24:02,93,0.64516129
+1951,1,20130417,1,10:24:03,87,0.689655172
+1952,1,20130417,1,10:24:04,82,0.731707317
+1953,1,20130417,1,10:24:04,82,0.731707317
+1954,1,20130417,1,10:24:05,88,0.681818182
+1955,1,20130417,1,10:24:06,89,0.674157303
+1956,1,20130417,1,10:24:06,87,0.689655172
+1957,1,20130417,1,10:24:07,87,0.689655172
+1958,1,20130417,1,10:24:08,75,0.8
+1959,1,20130417,1,10:24:09,71,0.845070423
+1960,1,20130417,1,10:24:09,68,0.882352941
+1961,1,20130417,1,10:24:10,72,0.833333333
+1962,1,20130417,1,10:24:11,65,0.923076923
+1963,1,20130417,1,10:24:12,57,1.052631579
+1964,1,20130417,1,10:24:13,59,1.016949153
+1965,1,20130417,1,10:24:14,70,0.857142857
+1966,1,20130417,1,10:24:15,65,0.923076923
+1967,1,20130417,1,10:24:16,61,0.983606557
+1968,1,20130417,1,10:24:17,61,0.983606557
+1969,1,20130417,1,10:24:18,72,0.833333333
+1970,1,20130417,1,10:24:19,64,0.9375
+1971,1,20130417,1,10:24:20,64,0.9375
+1972,1,20130417,1,10:24:21,59,1.016949153
+1973,1,20130417,1,10:24:22,63,0.952380952
+1974,1,20130417,1,10:24:23,57,1.052631579
+1975,1,20130417,1,10:24:24,68,0.882352941
+1976,1,20130417,1,10:24:25,63,0.952380952
+1977,1,20130417,1,10:24:25,73,0.821917808
+1978,1,20130417,1,10:24:26,58,1.034482759
+1979,1,20130417,1,10:24:27,57,1.052631579
+1980,1,20130417,1,10:24:28,63,0.952380952
+1981,1,20130417,1,10:24:29,72,0.833333333
+1982,1,20130417,1,10:24:30,79,0.759493671
+1983,1,20130417,1,10:24:31,79,0.759493671
+1984,1,20130417,1,10:24:32,75,0.8
+1985,1,20130417,1,10:24:32,67,0.895522388
+1986,1,20130417,1,10:24:33,71,0.845070423
+1987,1,20130417,1,10:24:34,65,0.923076923
+1988,1,20130417,1,10:24:35,61,0.983606557
+1989,1,20130417,1,10:24:36,68,0.882352941
+1990,1,20130417,1,10:24:37,69,0.869565217
+1991,1,20130417,1,10:24:38,63,0.952380952
+1992,1,20130417,1,10:24:39,64,0.9375
+1993,1,20130417,1,10:24:40,68,0.882352941
+1994,1,20130417,1,10:24:41,71,0.845070423
+1995,1,20130417,1,10:24:41,61,0.983606557
+1996,1,20130417,1,10:24:42,59,1.016949153
+1997,1,20130417,1,10:24:43,65,0.923076923
+1998,1,20130417,1,10:24:44,65,0.923076923
+1999,1,20130417,1,10:24:45,60,1
+2000,1,20130417,1,10:24:46,60,1
+2001,1,20130417,1,10:24:47,67,0.895522388
+2002,1,20130417,1,10:24:48,64,0.9375
+2003,1,20130417,1,10:24:49,64,0.9375
+2004,1,20130417,1,10:24:50,61,0.983606557
+2005,1,20130417,1,10:24:51,67,0.895522388
+2006,1,20130417,1,10:24:52,67,0.895522388
+2007,1,20130417,1,10:24:53,62,0.967741935
+2008,1,20130417,1,10:24:54,61,0.983606557
+2009,1,20130417,1,10:24:55,69,0.869565217
+2010,1,20130417,1,10:24:56,72,0.833333333
+2011,1,20130417,1,10:24:57,66,0.909090909
+2012,1,20130417,1,10:24:57,66,0.909090909
+2013,1,20130417,1,10:24:58,72,0.833333333
+2014,1,20130417,1,10:24:59,69,0.869565217
+2015,1,20130417,1,10:25:00,64,0.9375
+2016,1,20130417,1,10:25:01,60,1
+2017,1,20130417,1,10:25:02,66,0.909090909
+2018,1,20130417,1,10:25:03,59,1.016949153
+2019,1,20130417,1,10:25:04,61,0.983606557
+2020,1,20130417,1,10:25:05,67,0.895522388
+2021,1,20130417,1,10:25:06,68,0.882352941
+2022,1,20130417,1,10:25:07,66,0.909090909
+2023,1,20130417,1,10:25:08,64,0.9375
+2024,1,20130417,1,10:25:09,67,0.895522388
+2025,1,20130417,1,10:25:09,74,0.810810811
+2026,1,20130417,1,10:25:10,72,0.833333333
+2027,1,20130417,1,10:25:11,63,0.952380952
+2028,1,20130417,1,10:25:12,63,0.952380952
+2029,1,20130417,1,10:25:13,69,0.869565217
+2030,1,20130417,1,10:25:14,65,0.923076923
+2031,1,20130417,1,10:25:15,60,1
+2032,1,20130417,1,10:25:16,69,0.869565217
+2033,1,20130417,1,10:25:17,76,0.789473684
+2034,1,20130417,1,10:25:17,76,0.789473684
+2035,1,20130417,1,10:25:18,72,0.833333333
+2036,1,20130417,1,10:25:19,65,0.923076923
+2037,1,20130417,1,10:25:20,65,0.923076923
+2038,1,20130417,1,10:25:21,77,0.779220779
+2039,1,20130417,1,10:25:22,74,0.810810811
+2040,1,20130417,1,10:25:22,70,0.857142857
+2041,1,20130417,1,10:25:23,70,0.857142857
+2042,1,20130417,1,10:25:24,74,0.810810811
+2043,1,20130417,1,10:25:25,74,0.810810811
+2044,1,20130417,1,10:25:26,72,0.833333333
+2045,1,20130417,1,10:25:27,77,0.779220779
+2046,1,20130417,1,10:25:27,82,0.731707317
+2047,1,20130417,1,10:25:28,75,0.8
+2048,1,20130417,1,10:25:29,64,0.9375
+2049,1,20130417,1,10:25:30,59,1.016949153
+2050,1,20130417,1,10:25:31,62,0.967741935
+2051,1,20130417,1,10:25:32,70,0.857142857
+2052,1,20130417,1,10:25:33,63,0.952380952
+2053,1,20130417,1,10:25:34,60,1
+2054,1,20130417,1,10:25:35,61,0.983606557
+2055,1,20130417,1,10:25:36,69,0.869565217
+2056,1,20130417,1,10:25:37,64,0.9375
+2057,1,20130417,1,10:25:38,59,1.016949153
+2058,1,20130417,1,10:25:39,63,0.952380952
+2059,1,20130417,1,10:25:39,70,0.857142857
+2060,1,20130417,1,10:25:40,73,0.821917808
+2061,1,20130417,1,10:25:41,65,0.923076923
+2062,1,20130417,1,10:25:42,59,1.016949153
+2063,1,20130417,1,10:25:43,60,1
+2064,1,20130417,1,10:25:44,70,0.857142857
+2065,1,20130417,1,10:25:45,64,0.9375
+2066,1,20130417,1,10:25:46,68,0.882352941
+2067,1,20130417,1,10:25:47,77,0.779220779
+2068,1,20130417,1,10:25:48,75,0.8
+2069,1,20130417,1,10:25:48,68,0.882352941
+2070,1,20130417,1,10:25:49,61,0.983606557
+2071,1,20130417,1,10:25:50,72,0.833333333
+2072,1,20130417,1,10:25:51,69,0.869565217
+2073,1,20130417,1,10:25:52,60,1
+2074,1,20130417,1,10:25:53,61,0.983606557
+2075,1,20130417,1,10:25:54,72,0.833333333
+2076,1,20130417,1,10:25:55,78,0.769230769
+2077,1,20130417,1,10:25:56,73,0.821917808
+2078,1,20130417,1,10:25:56,69,0.869565217
+2079,1,20130417,1,10:25:57,66,0.909090909
+2080,1,20130417,1,10:25:58,72,0.833333333
+2081,1,20130417,1,10:25:59,72,0.833333333
+2082,1,20130417,1,10:26:00,61,0.983606557
+2083,1,20130417,1,10:26:01,61,0.983606557
+2084,1,20130417,1,10:26:02,75,0.8
+2085,1,20130417,1,10:26:03,76,0.789473684
+2086,1,20130417,1,10:26:03,74,0.810810811
+2087,1,20130417,1,10:26:04,59,1.016949153
+2088,1,20130417,1,10:26:05,68,0.882352941
+2089,1,20130417,1,10:26:06,58,1.034482759
+2090,1,20130417,1,10:26:07,55,1.090909091
+2091,1,20130417,1,10:26:08,60,1
+2092,1,20130417,1,10:26:09,58,1.034482759
+2093,1,20130417,1,10:26:10,61,0.983606557
+2094,1,20130417,1,10:26:11,64,0.9375
+2095,1,20130417,1,10:26:12,60,1
+2096,1,20130417,1,10:26:13,60,1
+2097,1,20130417,1,10:26:14,60,1
+2098,1,20130417,1,10:26:15,57,1.052631579
+2099,1,20130417,1,10:26:16,59,1.016949153
+2100,1,20130417,1,10:26:17,59,1.016949153
+2101,1,20130417,1,10:26:18,72,0.833333333
+2102,1,20130417,1,10:26:19,66,0.909090909
+2103,1,20130417,1,10:26:20,65,0.923076923
+2104,1,20130417,1,10:26:21,61,0.983606557
+2105,1,20130417,1,10:26:22,60,1
+2106,1,20130417,1,10:26:23,60,1
+2107,1,20130417,1,10:26:24,62,0.967741935
+2108,1,20130417,1,10:26:25,73,0.821917808
+2109,1,20130417,1,10:26:26,68,0.882352941
+2110,1,20130417,1,10:26:27,64,0.9375
+2111,1,20130417,1,10:26:28,67,0.895522388
+2112,1,20130417,1,10:26:28,72,0.833333333
+2113,1,20130417,1,10:26:29,66,0.909090909
+2114,1,20130417,1,10:26:30,63,0.952380952
+2115,1,20130417,1,10:26:31,62,0.967741935
+2116,1,20130417,1,10:26:32,65,0.923076923
+2117,1,20130417,1,10:26:33,67,0.895522388
+2118,1,20130417,1,10:26:34,65,0.923076923
+2119,1,20130417,1,10:26:35,67,0.895522388
+2120,1,20130417,1,10:26:36,70,0.857142857
+2121,1,20130417,1,10:26:37,64,0.9375
+2122,1,20130417,1,10:26:38,60,1
+2123,1,20130417,1,10:26:39,63,0.952380952
+2124,1,20130417,1,10:26:39,68,0.882352941
+2125,1,20130417,1,10:26:40,66,0.909090909
+2126,1,20130417,1,10:26:41,64,0.9375
+2127,1,20130417,1,10:26:42,66,0.909090909
+2128,1,20130417,1,10:26:43,74,0.810810811
+2129,1,20130417,1,10:26:44,69,0.869565217
+2130,1,20130417,1,10:26:45,64,0.9375
+2131,1,20130417,1,10:26:46,65,0.923076923
+2132,1,20130417,1,10:26:47,72,0.833333333
+2133,1,20130417,1,10:26:48,65,0.923076923
+2134,1,20130417,1,10:26:48,70,0.857142857
+2135,1,20130417,1,10:26:49,78,0.769230769
+2136,1,20130417,1,10:26:50,70,0.857142857
+2137,1,20130417,1,10:26:51,58,1.034482759
+2138,1,20130417,1,10:26:52,61,0.983606557
+2139,1,20130417,1,10:26:53,64,0.9375
+2140,1,20130417,1,10:26:54,72,0.833333333
+2141,1,20130417,1,10:26:55,77,0.779220779
+2142,1,20130417,1,10:26:55,73,0.821917808
+2143,1,20130417,1,10:26:56,59,1.016949153
+2144,1,20130417,1,10:26:57,70,0.857142857
+2145,1,20130417,1,10:26:58,63,0.952380952
+2146,1,20130417,1,10:26:59,59,1.016949153
+2147,1,20130417,1,10:27:00,61,0.983606557
+2148,1,20130417,1,10:27:01,60,1
+2149,1,20130417,1,10:27:02,60,1
+2150,1,20130417,1,10:27:03,69,0.869565217
+2151,1,20130417,1,10:27:04,72,0.833333333
+2152,1,20130417,1,10:27:05,72,0.833333333
+2153,1,20130417,1,10:27:06,80,0.75
+2154,1,20130417,1,10:27:06,80,0.75
+2155,1,20130417,1,10:27:07,59,1.016949153
+2156,1,20130417,1,10:27:08,59,1.016949153
+2157,1,20130417,1,10:27:09,67,0.895522388
+2158,1,20130417,1,10:27:10,69,0.869565217
+2159,1,20130417,1,10:27:11,67,0.895522388
+2160,1,20130417,1,10:27:12,67,0.895522388
+2161,1,20130417,1,10:27:13,77,0.779220779
+2162,1,20130417,1,10:27:14,71,0.845070423
+2163,1,20130417,1,10:27:14,68,0.882352941
+2164,1,20130417,1,10:27:15,71,0.845070423
+2165,1,20130417,1,10:27:16,71,0.845070423
+2166,1,20130417,1,10:27:17,67,0.895522388
+2167,1,20130417,1,10:27:18,65,0.923076923
+2168,1,20130417,1,10:27:19,64,0.9375
+2169,1,20130417,1,10:27:20,70,0.857142857
+2170,1,20130417,1,10:27:21,71,0.845070423
+2171,1,20130417,1,10:27:21,74,0.810810811
+2172,1,20130417,1,10:27:22,78,0.769230769
+2173,1,20130417,1,10:27:23,74,0.810810811
+2174,1,20130417,1,10:27:24,76,0.789473684
+2175,1,20130417,1,10:27:25,75,0.8
+2176,1,20130417,1,10:27:25,73,0.821917808
+2177,1,20130417,1,10:27:26,71,0.845070423
+2178,1,20130417,1,10:27:27,70,0.857142857
+2179,1,20130417,1,10:27:28,66,0.909090909
+2180,1,20130417,1,10:27:29,64,0.9375
+2181,1,20130417,1,10:27:30,64,0.9375
+2182,1,20130417,1,10:27:31,66,0.909090909
+2183,1,20130417,1,10:27:32,68,0.882352941
+2184,1,20130417,1,10:27:33,71,0.845070423
+2185,1,20130417,1,10:27:33,75,0.8
+2186,1,20130417,1,10:27:34,75,0.8
+2187,1,20130417,1,10:27:35,74,0.810810811
+2188,1,20130417,1,10:27:36,76,0.789473684
+2189,1,20130417,1,10:27:37,76,0.789473684
+2190,1,20130417,1,10:27:37,74,0.810810811
+2191,1,20130417,1,10:27:38,75,0.8
+2192,1,20130417,1,10:27:39,74,0.810810811
+2193,1,20130417,1,10:27:40,71,0.845070423
+2194,1,20130417,1,10:27:41,68,0.882352941
+2195,1,20130417,1,10:27:42,69,0.869565217
+2196,1,20130417,1,10:27:42,73,0.821917808
+2197,1,20130417,1,10:27:43,73,0.821917808
+2198,1,20130417,1,10:27:44,74,0.810810811
+2199,1,20130417,1,10:27:45,70,0.857142857
+2200,1,20130417,1,10:27:46,65,0.923076923
+2201,1,20130417,1,10:27:47,70,0.857142857
+2202,1,20130417,1,10:27:47,66,0.909090909
+2203,1,20130417,1,10:27:48,64,0.9375
+2204,1,20130417,1,10:27:49,66,0.909090909
+2205,1,20130417,1,10:27:50,63,0.952380952
+2206,1,20130417,1,10:27:51,73,0.821917808
+2207,1,20130417,1,10:27:52,73,0.821917808
+2208,1,20130417,1,10:27:53,70,0.857142857
+2209,1,20130417,1,10:27:54,66,0.909090909
+2210,1,20130417,1,10:27:55,62,0.967741935
+2211,1,20130417,1,10:27:56,69,0.869565217
+2212,1,20130417,1,10:27:56,65,0.923076923
+2213,1,20130417,1,10:27:57,59,1.016949153
+2214,1,20130417,1,10:27:58,60,1
+2215,1,20130417,1,10:27:59,67,0.895522388
+2216,1,20130417,1,10:28:00,66,0.909090909
+2217,1,20130417,1,10:28:01,61,0.983606557
+2218,1,20130417,1,10:28:02,59,1.016949153
+2219,1,20130417,1,10:28:03,67,0.895522388
+2220,1,20130417,1,10:28:04,69,0.869565217
+2221,1,20130417,1,10:28:05,66,0.909090909
+2222,1,20130417,1,10:28:06,67,0.895522388
+2223,1,20130417,1,10:28:07,73,0.821917808
+2224,1,20130417,1,10:28:08,70,0.857142857
+2225,1,20130417,1,10:28:08,62,0.967741935
+2226,1,20130417,1,10:28:09,66,0.909090909
+2227,1,20130417,1,10:28:10,76,0.789473684
+2228,1,20130417,1,10:28:11,65,0.923076923
+2229,1,20130417,1,10:28:12,62,0.967741935
+2230,1,20130417,1,10:28:13,59,1.016949153
+2231,1,20130417,1,10:28:14,67,0.895522388
+2232,1,20130417,1,10:28:15,71,0.845070423
+2233,1,20130417,1,10:28:16,67,0.895522388
+2234,1,20130417,1,10:28:17,69,0.869565217
+2235,1,20130417,1,10:28:18,77,0.779220779
+2236,1,20130417,1,10:28:18,76,0.789473684
+2237,1,20130417,1,10:28:19,72,0.833333333
+2238,1,20130417,1,10:28:20,73,0.821917808
+2239,1,20130417,1,10:28:21,80,0.75
+2240,1,20130417,1,10:28:22,82,0.731707317
+2241,1,20130417,1,10:28:22,86,0.697674419
+2242,1,20130417,1,10:28:23,89,0.674157303
+2243,1,20130417,1,10:28:24,90,0.666666667
+2244,1,20130417,1,10:28:24,93,0.64516129
+2245,1,20130417,1,10:28:25,86,0.697674419
+2246,1,20130417,1,10:28:26,87,0.689655172
+2247,1,20130417,1,10:28:26,87,0.689655172
+2248,1,20130417,1,10:28:27,77,0.779220779
+2249,1,20130417,1,10:28:28,71,0.845070423
+2250,1,20130417,1,10:28:29,72,0.833333333
+2251,1,20130417,1,10:28:29,78,0.769230769
+2252,1,20130417,1,10:28:30,73,0.821917808
+2253,1,20130417,1,10:28:31,68,0.882352941
+2254,1,20130417,1,10:28:32,66,0.909090909
+2255,1,20130417,1,10:28:33,62,0.967741935
+2256,1,20130417,1,10:28:34,67,0.895522388
+2257,1,20130417,1,10:28:35,67,0.895522388
+2258,1,20130417,1,10:28:36,64,0.9375
+2259,1,20130417,1,10:28:37,58,1.034482759
+2260,1,20130417,1,10:28:38,64,0.9375
+2261,1,20130417,1,10:28:39,63,0.952380952
+2262,1,20130417,1,10:28:39,55,1.090909091
+2263,1,20130417,1,10:28:41,55,1.090909091
+2264,1,20130417,1,10:28:42,67,0.895522388
+2265,1,20130417,1,10:28:43,62,0.967741935
+2266,1,20130417,1,10:28:43,54,1.111111111
+2267,1,20130417,1,10:28:45,62,0.967741935
+2268,1,20130417,1,10:28:46,62,0.967741935
+2269,1,20130417,1,10:28:47,53,1.132075472
+2270,1,20130417,1,10:28:48,51,1.176470588
+2271,1,20130417,1,10:28:49,63,0.952380952
+2272,1,20130417,1,10:28:50,57,1.052631579
+2273,1,20130417,1,10:28:51,67,0.895522388
+2274,1,20130417,1,10:28:52,51,1.176470588
+2275,1,20130417,1,10:28:53,54,1.111111111
+2276,1,20130417,1,10:28:54,65,0.923076923
+2277,1,20130417,1,10:28:55,57,1.052631579
+2278,1,20130417,1,10:28:56,58,1.034482759
+2279,1,20130417,1,10:28:57,66,0.909090909
+2280,1,20130417,1,10:28:58,72,0.833333333
+2281,1,20130417,1,10:28:59,62,0.967741935
+2282,1,20130417,1,10:29:00,57,1.052631579
+2283,1,20130417,1,10:29:01,60,1
+2284,1,20130417,1,10:29:02,68,0.882352941
+2285,1,20130417,1,10:29:03,64,0.9375
+2286,1,20130417,1,10:29:04,66,0.909090909
+2287,1,20130417,1,10:29:05,72,0.833333333
+2288,1,20130417,1,10:29:05,77,0.779220779
+2289,1,20130417,1,10:29:06,69,0.869565217
+2290,1,20130417,1,10:29:07,63,0.952380952
+2291,1,20130417,1,10:29:08,67,0.895522388
+2292,1,20130417,1,10:29:09,72,0.833333333
+2293,1,20130417,1,10:29:10,63,0.952380952
+2294,1,20130417,1,10:29:11,61,0.983606557
+2295,1,20130417,1,10:29:12,62,0.967741935
+2296,1,20130417,1,10:29:13,72,0.833333333
+2297,1,20130417,1,10:29:13,68,0.882352941
+2298,1,20130417,1,10:29:14,60,1
+2299,1,20130417,1,10:29:15,59,1.016949153
+2300,1,20130417,1,10:29:16,69,0.869565217
+2301,1,20130417,1,10:29:17,67,0.895522388
+2302,1,20130417,1,10:29:18,66,0.909090909
+2303,1,20130417,1,10:29:19,59,1.016949153
+2304,1,20130417,1,10:29:20,63,0.952380952
+2305,1,20130417,1,10:29:21,71,0.845070423
+2306,1,20130417,1,10:29:22,58,1.034482759
+2307,1,20130417,1,10:29:23,57,1.052631579
+2308,1,20130417,1,10:29:24,64,0.9375
+2309,1,20130417,1,10:29:25,68,0.882352941
+2310,1,20130417,1,10:29:26,66,0.909090909
+2311,1,20130417,1,10:29:27,66,0.909090909
+2312,1,20130417,1,10:29:28,71,0.845070423
+2313,1,20130417,1,10:29:28,71,0.845070423
+2314,1,20130417,1,10:29:29,62,0.967741935
+2315,1,20130417,1,10:29:30,56,1.071428571
+2316,1,20130417,1,10:29:31,61,0.983606557
+2317,1,20130417,1,10:29:32,68,0.882352941
+2318,1,20130417,1,10:29:33,64,0.9375
+2319,1,20130417,1,10:29:34,62,0.967741935
+2320,1,20130417,1,10:29:35,72,0.833333333
+2321,1,20130417,1,10:29:36,75,0.8
+2322,1,20130417,1,10:29:37,66,0.909090909
+2323,1,20130417,1,10:29:38,63,0.952380952
+2324,1,20130417,1,10:29:39,66,0.909090909
+2325,1,20130417,1,10:29:40,76,0.789473684
+2326,1,20130417,1,10:29:40,77,0.779220779
+2327,1,20130417,1,10:29:41,71,0.845070423
+2328,1,20130417,1,10:29:42,61,0.983606557
+2329,1,20130417,1,10:29:43,68,0.882352941
+2330,1,20130417,1,10:29:44,67,0.895522388
+2331,1,20130417,1,10:29:45,63,0.952380952
+2332,1,20130417,1,10:29:46,61,0.983606557
+2333,1,20130417,1,10:29:47,66,0.909090909
+2334,1,20130417,1,10:29:48,69,0.869565217
+2335,1,20130417,1,10:29:48,64,0.9375
+2336,1,20130417,1,10:29:49,63,0.952380952
+2337,1,20130417,1,10:29:50,69,0.869565217
+2338,1,20130417,1,10:29:51,76,0.789473684
+2339,1,20130417,1,10:29:52,69,0.869565217
+2340,1,20130417,1,10:29:53,58,1.034482759
+2341,1,20130417,1,10:29:54,59,1.016949153
+2342,1,20130417,1,10:29:55,69,0.869565217
+2343,1,20130417,1,10:29:56,68,0.882352941
+2344,1,20130417,1,10:29:57,66,0.909090909
+2345,1,20130417,1,10:29:58,71,0.845070423
+2346,1,20130417,1,10:29:58,69,0.869565217
+2347,1,20130417,1,10:29:59,78,0.769230769
+2348,1,20130417,1,10:30:00,79,0.759493671
+2349,1,20130417,1,10:30:01,63,0.952380952
+2350,1,20130417,1,10:30:02,62,0.967741935
+2351,1,20130417,1,10:30:03,57,1.052631579
+2352,1,20130417,1,10:30:04,67,0.895522388
+2353,1,20130417,1,10:30:05,59,1.016949153
+2354,1,20130417,1,10:30:06,58,1.034482759
+2355,1,20130417,1,10:30:07,62,0.967741935
+2356,1,20130417,1,10:30:08,72,0.833333333
+2357,1,20130417,1,10:30:09,67,0.895522388
+2358,1,20130417,1,10:30:09,68,0.882352941
+2359,1,20130417,1,10:30:10,72,0.833333333
+2360,1,20130417,1,10:30:11,74,0.810810811
+2361,1,20130417,1,10:30:12,75,0.8
+2362,1,20130417,1,10:30:13,66,0.909090909
+2363,1,20130417,1,10:30:14,60,1
+2364,1,20130417,1,10:30:15,66,0.909090909
+2365,1,20130417,1,10:30:16,69,0.869565217
+2366,1,20130417,1,10:30:16,60,1
+2367,1,20130417,1,10:30:17,57,1.052631579
+2368,1,20130417,1,10:30:18,63,0.952380952
+2369,1,20130417,1,10:30:19,71,0.845070423
+2370,1,20130417,1,10:30:20,72,0.833333333
+2371,1,20130417,1,10:30:21,67,0.895522388
+2372,1,20130417,1,10:30:22,57,1.052631579
+2373,1,20130417,1,10:30:23,59,1.016949153
+2374,1,20130417,1,10:30:24,64,0.9375
+2375,1,20130417,1,10:30:25,69,0.869565217
+2376,1,20130417,1,10:30:26,70,0.857142857
+2377,1,20130417,1,10:30:27,64,0.9375
+2378,1,20130417,1,10:30:28,71,0.845070423
+2379,1,20130417,1,10:30:29,81,0.740740741
+2380,1,20130417,1,10:30:29,82,0.731707317
+2381,1,20130417,1,10:30:30,84,0.714285714
+2382,1,20130417,1,10:30:31,85,0.705882353
+2383,1,20130417,1,10:30:31,83,0.722891566
+2384,1,20130417,1,10:30:32,83,0.722891566
+2385,1,20130417,1,10:30:33,89,0.674157303
+2386,1,20130417,1,10:30:34,90,0.666666667
+2387,1,20130417,1,10:30:34,88,0.681818182
+2388,1,20130417,1,10:30:35,85,0.705882353
+2389,1,20130417,1,10:30:36,80,0.75
+2390,1,20130417,1,10:30:36,82,0.731707317
+2391,1,20130417,1,10:30:37,80,0.75
+2392,1,20130417,1,10:30:38,74,0.810810811
+2393,1,20130417,1,10:30:39,71,0.845070423
+2394,1,20130417,1,10:30:39,72,0.833333333
+2395,1,20130417,1,10:30:40,77,0.779220779
+2396,1,20130417,1,10:30:41,74,0.810810811
+2397,1,20130417,1,10:30:42,64,0.9375
+2398,1,20130417,1,10:30:43,61,0.983606557
+2399,1,20130417,1,10:30:44,61,0.983606557
+2400,1,20130417,1,10:30:45,67,0.895522388
+2401,1,20130417,1,10:30:46,63,0.952380952
+2402,1,20130417,1,10:30:47,69,0.869565217
+2403,1,20130417,1,10:30:48,60,1
+2404,1,20130417,1,10:30:49,59,1.016949153
+2405,1,20130417,1,10:30:50,59,1.016949153
+2406,1,20130417,1,10:30:51,71,0.845070423
+2407,1,20130417,1,10:30:51,67,0.895522388
+2408,1,20130417,1,10:30:52,57,1.052631579
+2409,1,20130417,1,10:30:53,53,1.132075472
+2410,1,20130417,1,10:30:54,54,1.111111111
+2411,1,20130417,1,10:30:56,56,1.071428571
+2412,1,20130417,1,10:30:57,61,0.983606557
+2413,1,20130417,1,10:30:58,62,0.967741935
+2414,1,20130417,1,10:30:59,60,1
+2415,1,20130417,1,10:31:00,62,0.967741935
+2416,1,20130417,1,10:31:01,66,0.909090909
+2417,1,20130417,1,10:31:01,56,1.071428571
+2418,1,20130417,1,10:31:03,54,1.111111111
+2419,1,20130417,1,10:31:04,57,1.052631579
+2420,1,20130417,1,10:31:05,60,1
+2421,1,20130417,1,10:31:06,69,0.869565217
+2422,1,20130417,1,10:31:07,64,0.9375
+2423,1,20130417,1,10:31:08,54,1.111111111
+2424,1,20130417,1,10:31:09,60,1
+2425,1,20130417,1,10:31:10,70,0.857142857
+2426,1,20130417,1,10:31:11,61,0.983606557
+2427,1,20130417,1,10:31:11,60,1
+2428,1,20130417,1,10:31:12,54,1.111111111
+2429,1,20130417,1,10:31:14,65,0.923076923
+2430,1,20130417,1,10:31:15,60,1
+2431,1,20130417,1,10:31:16,53,1.132075472
+2432,1,20130417,1,10:31:17,56,1.071428571
+2433,1,20130417,1,10:31:18,59,1.016949153
+2434,1,20130417,1,10:31:19,69,0.869565217
+2435,1,20130417,1,10:31:20,61,0.983606557
+2436,1,20130417,1,10:31:21,55,1.090909091
+2437,1,20130417,1,10:31:22,58,1.034482759
+2438,1,20130417,1,10:31:23,60,1
+2439,1,20130417,1,10:31:24,67,0.895522388
+2440,1,20130417,1,10:31:25,64,0.9375
+2441,1,20130417,1,10:31:26,59,1.016949153
+2442,1,20130417,1,10:31:27,67,0.895522388
+2443,1,20130417,1,10:31:27,66,0.909090909
+2444,1,20130417,1,10:31:28,57,1.052631579
+2445,1,20130417,1,10:31:29,56,1.071428571
+2446,1,20130417,1,10:31:31,68,0.882352941
+2447,1,20130417,1,10:31:31,76,0.789473684
+2448,1,20130417,1,10:31:32,75,0.8
+2449,1,20130417,1,10:31:33,69,0.869565217
+2450,1,20130417,1,10:31:34,72,0.833333333
+2451,1,20130417,1,10:31:35,77,0.779220779
+2452,1,20130417,1,10:31:35,59,1.016949153
+2453,1,20130417,1,10:31:36,52,1.153846154
+2454,1,20130417,1,10:31:38,58,1.034482759
+2455,1,20130417,1,10:31:39,62,0.967741935
+2456,1,20130417,1,10:31:40,57,1.052631579
+2457,1,20130417,1,10:31:41,57,1.052631579
+2458,1,20130417,1,10:31:42,61,0.983606557
+2459,1,20130417,1,10:31:43,54,1.111111111
+2460,1,20130417,1,10:31:44,58,1.034482759
+2461,1,20130417,1,10:31:45,60,1
+2462,1,20130417,1,10:31:46,65,0.923076923
+2463,1,20130417,1,10:31:47,55,1.090909091
+2464,1,20130417,1,10:31:48,52,1.153846154
+2465,1,20130417,1,10:31:49,56,1.071428571
+2466,1,20130417,1,10:31:50,61,0.983606557
+2467,1,20130417,1,10:31:51,59,1.016949153
+2468,1,20130417,1,10:31:52,61,0.983606557
+2469,1,20130417,1,10:31:53,63,0.952380952
+2470,1,20130417,1,10:31:54,60,1
+2471,1,20130417,1,10:31:55,57,1.052631579
+2472,1,20130417,1,10:31:56,62,0.967741935
+2473,1,20130417,1,10:31:57,60,1
+2474,1,20130417,1,10:31:58,54,1.111111111
+2475,1,20130417,1,10:31:59,57,1.052631579
+2476,1,20130417,1,10:32:00,60,1
+2477,1,20130417,1,10:32:01,66,0.909090909
+2478,1,20130417,1,10:32:02,50,1.2
+2479,1,20130417,1,10:32:03,50,1.2
+2480,1,20130417,1,10:32:05,58,1.034482759
+2481,1,20130417,1,10:32:06,62,0.967741935
+2482,1,20130417,1,10:32:06,66,0.909090909
+2483,1,20130417,1,10:32:07,52,1.153846154
+2484,1,20130417,1,10:32:09,51,1.176470588
+2485,1,20130417,1,10:32:10,58,1.034482759
+2486,1,20130417,1,10:32:11,61,0.983606557
+2487,1,20130417,1,10:32:12,66,0.909090909
+2488,1,20130417,1,10:32:13,60,1
+2489,1,20130417,1,10:32:14,52,1.153846154
+2490,1,20130417,1,10:32:15,56,1.071428571
+2491,1,20130417,1,10:32:16,62,0.967741935
+2492,1,20130417,1,10:32:17,53,1.132075472
+2493,1,20130417,1,10:32:18,53,1.132075472
+2494,1,20130417,1,10:32:19,52,1.153846154
+2495,1,20130417,1,10:32:20,57,1.052631579
+2496,1,20130417,1,10:32:21,62,0.967741935
+2497,1,20130417,1,10:32:22,56,1.071428571
+2498,1,20130417,1,10:32:23,65,0.923076923
+2499,1,20130417,1,10:32:24,47,1.276595745
+2500,1,20130417,1,10:32:26,53,1.132075472
+2501,1,20130417,1,10:32:27,61,0.983606557
+2502,1,20130417,1,10:32:28,52,1.153846154
+2503,1,20130417,1,10:32:29,50,1.2
+2504,1,20130417,1,10:32:30,52,1.153846154
+2505,1,20130417,1,10:32:31,58,1.034482759
+2506,1,20130417,1,10:32:32,64,0.9375
+2507,1,20130417,1,10:32:33,52,1.153846154
+2508,1,20130417,1,10:32:34,50,1.2
+2509,1,20130417,1,10:32:36,53,1.132075472
+2510,1,20130417,1,10:32:37,58,1.034482759
+2511,1,20130417,1,10:32:38,62,0.967741935
+2512,1,20130417,1,10:32:39,49,1.224489796
+2513,1,20130417,1,10:32:40,53,1.132075472
+2514,1,20130417,1,10:32:41,59,1.016949153
+2515,1,20130417,1,10:32:42,67,0.895522388
+2516,1,20130417,1,10:32:43,56,1.071428571
+2517,1,20130417,1,10:32:44,58,1.034482759
+2518,1,20130417,1,10:32:45,48,1.25
+2519,1,20130417,1,10:32:46,48,1.25
+2520,1,20130417,1,10:32:47,55,1.090909091
+2521,1,20130417,1,10:32:49,53,1.132075472
+2522,1,20130417,1,10:32:50,52,1.153846154
+2523,1,20130417,1,10:32:51,56,1.071428571
+2524,1,20130417,1,10:32:52,58,1.034482759
+2525,1,20130417,1,10:32:53,64,0.9375
+2526,1,20130417,1,10:32:54,62,0.967741935
+2527,1,20130417,1,10:32:55,51,1.176470588
+2528,1,20130417,1,10:32:56,60,1
+2529,1,20130417,1,10:32:57,62,0.967741935
+2530,1,20130417,1,10:32:58,60,1
+2531,1,20130417,1,10:32:59,48,1.25
+2532,1,20130417,1,10:33:00,51,1.176470588
+2533,1,20130417,1,10:33:01,57,1.052631579
+2534,1,20130417,1,10:33:03,58,1.034482759
+2535,1,20130417,1,10:33:04,58,1.034482759
+2536,1,20130417,1,10:33:05,53,1.132075472
+2537,1,20130417,1,10:33:06,54,1.111111111
+2538,1,20130417,1,10:33:07,58,1.034482759
+2539,1,20130417,1,10:33:08,65,0.923076923
+2540,1,20130417,1,10:33:09,56,1.071428571
+2541,1,20130417,1,10:33:10,58,1.034482759
+2542,1,20130417,1,10:33:11,63,0.952380952
+2543,1,20130417,1,10:33:12,56,1.071428571
+2544,1,20130417,1,10:33:13,56,1.071428571
+2545,1,20130417,1,10:33:14,50,1.2
+2546,1,20130417,1,10:33:15,54,1.111111111
+2547,1,20130417,1,10:33:16,55,1.090909091
+2548,1,20130417,1,10:33:17,50,1.2
+2549,1,20130417,1,10:33:19,51,1.176470588
+2550,1,20130417,1,10:33:20,56,1.071428571
+2551,1,20130417,1,10:33:21,63,0.952380952
+2552,1,20130417,1,10:33:22,57,1.052631579
+2553,1,20130417,1,10:33:23,54,1.111111111
+2554,1,20130417,1,10:33:24,51,1.176470588
+2555,1,20130417,1,10:33:25,64,0.9375
+2556,1,20130417,1,10:33:26,51,1.176470588
+2557,1,20130417,1,10:33:27,48,1.25
+2558,1,20130417,1,10:33:28,51,1.176470588
+2559,1,20130417,1,10:33:30,59,1.016949153
+2560,1,20130417,1,10:33:31,48,1.25
+2561,1,20130417,1,10:33:32,50,1.2
+2562,1,20130417,1,10:33:33,55,1.090909091
+2563,1,20130417,1,10:33:34,62,0.967741935
+2564,1,20130417,1,10:33:35,65,0.923076923
+2565,1,20130417,1,10:33:36,52,1.153846154
+2566,1,20130417,1,10:33:37,50,1.2
+2567,1,20130417,1,10:33:38,56,1.071428571
+2568,1,20130417,1,10:33:40,58,1.034482759
+2569,1,20130417,1,10:33:41,59,1.016949153
+2570,1,20130417,1,10:33:42,55,1.090909091
+2571,1,20130417,1,10:33:43,48,1.25
+2572,1,20130417,1,10:33:44,51,1.176470588
+2573,1,20130417,1,10:33:45,54,1.111111111
+2574,1,20130417,1,10:33:46,61,0.983606557
+2575,1,20130417,1,10:33:47,50,1.2
+2576,1,20130417,1,10:33:48,51,1.176470588
+2577,1,20130417,1,10:33:50,54,1.111111111
+2578,1,20130417,1,10:33:51,59,1.016949153
+2579,1,20130417,1,10:33:52,52,1.153846154
+2580,1,20130417,1,10:33:53,52,1.153846154
+2581,1,20130417,1,10:33:54,47,1.276595745
+2582,1,20130417,1,10:33:55,49,1.224489796
+2583,1,20130417,1,10:33:56,51,1.176470588
+2584,1,20130417,1,10:33:58,60,1
+2585,1,20130417,1,10:33:59,56,1.071428571
+2586,1,20130417,1,10:34:00,60,1
+2587,1,20130417,1,10:34:01,63,0.952380952
+2588,1,20130417,1,10:34:02,67,0.895522388
+2589,1,20130417,1,10:34:03,65,0.923076923
+2590,1,20130417,1,10:34:04,55,1.090909091
+2591,1,20130417,1,10:34:05,54,1.111111111
+2592,1,20130417,1,10:34:06,64,0.9375
+2593,1,20130417,1,10:34:07,57,1.052631579
+2594,1,20130417,1,10:34:08,49,1.224489796
+2595,1,20130417,1,10:34:09,53,1.132075472
+2596,1,20130417,1,10:34:10,57,1.052631579
+2597,1,20130417,1,10:34:11,53,1.132075472
+2598,1,20130417,1,10:34:12,53,1.132075472
+2599,1,20130417,1,10:34:13,50,1.2
+2600,1,20130417,1,10:34:15,51,1.176470588
+2601,1,20130417,1,10:34:16,55,1.090909091
+2602,1,20130417,1,10:34:17,52,1.153846154
+2603,1,20130417,1,10:34:18,64,0.9375
+2604,1,20130417,1,10:34:19,51,1.176470588
+2605,1,20130417,1,10:34:20,60,1
+2606,1,20130417,1,10:34:21,62,0.967741935
+2607,1,20130417,1,10:34:22,62,0.967741935
+2608,1,20130417,1,10:34:23,68,0.882352941
+2609,1,20130417,1,10:34:24,57,1.052631579
+2610,1,20130417,1,10:34:25,48,1.25
+2611,1,20130417,1,10:34:26,50,1.2
+2612,1,20130417,1,10:34:27,55,1.090909091
+2613,1,20130417,1,10:34:29,58,1.034482759
+2614,1,20130417,1,10:34:30,53,1.132075472
+2615,1,20130417,1,10:34:31,51,1.176470588
+2616,1,20130417,1,10:34:32,54,1.111111111
+2617,1,20130417,1,10:34:33,58,1.034482759
+2618,1,20130417,1,10:34:34,63,0.952380952
+2619,1,20130417,1,10:34:35,55,1.090909091
+2620,1,20130417,1,10:34:36,55,1.090909091
+2621,1,20130417,1,10:34:37,58,1.034482759
+2622,1,20130417,1,10:34:38,67,0.895522388
+2623,1,20130417,1,10:34:39,56,1.071428571
+2624,1,20130417,1,10:34:40,56,1.071428571
+2625,1,20130417,1,10:34:41,56,1.071428571
+2626,1,20130417,1,10:34:42,64,0.9375
+2627,1,20130417,1,10:34:43,63,0.952380952
+2628,1,20130417,1,10:34:44,51,1.176470588
+2629,1,20130417,1,10:34:45,52,1.153846154
+2630,1,20130417,1,10:34:47,55,1.090909091
+2631,1,20130417,1,10:34:48,60,1
+2632,1,20130417,1,10:34:49,54,1.111111111
+2633,1,20130417,1,10:34:50,51,1.176470588
+2634,1,20130417,1,10:34:51,51,1.176470588
+2635,1,20130417,1,10:34:52,53,1.132075472
+2636,1,20130417,1,10:34:53,63,0.952380952
+2637,1,20130417,1,10:34:54,65,0.923076923
+2638,1,20130417,1,10:34:55,57,1.052631579
+2639,1,20130417,1,10:34:56,54,1.111111111
+2640,1,20130417,1,10:34:57,67,0.895522388
+2641,1,20130417,1,10:34:58,54,1.111111111
+2642,1,20130417,1,10:34:59,54,1.111111111
+2643,1,20130417,1,10:35:00,46,1.304347826
+2644,1,20130417,1,10:35:02,51,1.176470588
+2645,1,20130417,1,10:35:03,54,1.111111111
+2646,1,20130417,1,10:35:04,55,1.090909091
+2647,1,20130417,1,10:35:05,61,0.983606557
+2648,1,20130417,1,10:35:06,59,1.016949153
+2649,1,20130417,1,10:35:07,54,1.111111111
+2650,1,20130417,1,10:35:08,54,1.111111111
+2651,1,20130417,1,10:35:09,56,1.071428571
+2652,1,20130417,1,10:35:10,61,0.983606557
+2653,1,20130417,1,10:35:11,57,1.052631579
+2654,1,20130417,1,10:35:12,48,1.25
+2655,1,20130417,1,10:35:14,55,1.090909091
+2656,1,20130417,1,10:35:15,57,1.052631579
+2657,1,20130417,1,10:35:16,52,1.153846154
+2658,1,20130417,1,10:35:17,51,1.176470588
+2659,1,20130417,1,10:35:18,53,1.132075472
+2660,1,20130417,1,10:35:19,59,1.016949153
+2661,1,20130417,1,10:35:20,61,0.983606557
+2662,1,20130417,1,10:35:21,49,1.224489796
+2663,1,20130417,1,10:35:22,56,1.071428571
+2664,1,20130417,1,10:35:24,54,1.111111111
+2665,1,20130417,1,10:35:25,60,1
+2666,1,20130417,1,10:35:26,51,1.176470588
+2667,1,20130417,1,10:35:27,52,1.153846154
+2668,1,20130417,1,10:35:28,52,1.153846154
+2669,1,20130417,1,10:35:29,54,1.111111111
+2670,1,20130417,1,10:35:30,59,1.016949153
+2671,1,20130417,1,10:35:31,49,1.224489796
+2672,1,20130417,1,10:35:32,53,1.132075472
+2673,1,20130417,1,10:35:34,60,1
+2674,1,20130417,1,10:35:35,56,1.071428571
+2675,1,20130417,1,10:35:36,63,0.952380952
+2676,1,20130417,1,10:35:37,53,1.132075472
+2677,1,20130417,1,10:35:38,55,1.090909091
+2678,1,20130417,1,10:35:39,67,0.895522388
+2679,1,20130417,1,10:35:40,55,1.090909091
+2680,1,20130417,1,10:35:41,56,1.071428571
+2681,1,20130417,1,10:35:42,61,0.983606557
+2682,1,20130417,1,10:35:43,67,0.895522388
+2683,1,20130417,1,10:35:44,54,1.111111111
+2684,1,20130417,1,10:35:45,54,1.111111111
+2685,1,20130417,1,10:35:46,46,1.304347826
+2686,1,20130417,1,10:35:47,55,1.090909091
+2687,1,20130417,1,10:35:48,63,0.952380952
+2688,1,20130417,1,10:35:49,55,1.090909091
+2689,1,20130417,1,10:35:50,50,1.2
+2690,1,20130417,1,10:35:52,50,1.2
+2691,1,20130417,1,10:35:53,58,1.034482759
+2692,1,20130417,1,10:35:54,52,1.153846154
+2693,1,20130417,1,10:35:55,49,1.224489796
+2694,1,20130417,1,10:35:56,52,1.153846154
+2695,1,20130417,1,10:35:57,56,1.071428571
+2696,1,20130417,1,10:35:58,66,0.909090909
+2697,1,20130417,1,10:35:59,57,1.052631579
+2698,1,20130417,1,10:36:00,51,1.176470588
+2699,1,20130417,1,10:36:02,54,1.111111111
+2700,1,20130417,1,10:36:03,62,0.967741935
+2701,1,20130417,1,10:36:04,56,1.071428571
+2702,1,20130417,1,10:36:05,51,1.176470588
+2703,1,20130417,1,10:36:06,53,1.132075472
+2704,1,20130417,1,10:36:07,59,1.016949153
+2705,1,20130417,1,10:36:08,66,0.909090909
+2706,1,20130417,1,10:36:09,61,0.983606557
+2707,1,20130417,1,10:36:10,67,0.895522388
+2708,1,20130417,1,10:36:11,54,1.111111111
+2709,1,20130417,1,10:36:12,66,0.909090909
+2710,1,20130417,1,10:36:13,53,1.132075472
+2711,1,20130417,1,10:36:14,49,1.224489796
+2712,1,20130417,1,10:36:15,52,1.153846154
+2713,1,20130417,1,10:36:16,58,1.034482759
+2714,1,20130417,1,10:36:17,51,1.176470588
+2715,1,20130417,1,10:36:19,51,1.176470588
+2716,1,20130417,1,10:36:20,57,1.052631579
+2717,1,20130417,1,10:36:21,58,1.034482759
+2718,1,20130417,1,10:36:22,63,0.952380952
+2719,1,20130417,1,10:36:23,55,1.090909091
+2720,1,20130417,1,10:36:24,53,1.132075472
+2721,1,20130417,1,10:36:25,54,1.111111111
+2722,1,20130417,1,10:36:26,57,1.052631579
+2723,1,20130417,1,10:36:27,62,0.967741935
+2724,1,20130417,1,10:36:28,64,0.9375
+2725,1,20130417,1,10:36:29,55,1.090909091
+2726,1,20130417,1,10:36:30,53,1.132075472
+2727,1,20130417,1,10:36:31,59,1.016949153
+2728,1,20130417,1,10:36:32,58,1.034482759
+2729,1,20130417,1,10:36:33,52,1.153846154
+2730,1,20130417,1,10:36:35,53,1.132075472
+2731,1,20130417,1,10:36:36,57,1.052631579
+2732,1,20130417,1,10:36:37,58,1.034482759
+2733,1,20130417,1,10:36:38,51,1.176470588
+2734,1,20130417,1,10:36:39,52,1.153846154
+2735,1,20130417,1,10:36:40,54,1.111111111
+2736,1,20130417,1,10:36:41,56,1.071428571
+2737,1,20130417,1,10:36:42,52,1.153846154
+2738,1,20130417,1,10:36:43,53,1.132075472
+2739,1,20130417,1,10:36:45,54,1.111111111
+2740,1,20130417,1,10:36:46,65,0.923076923
+2741,1,20130417,1,10:36:47,53,1.132075472
+2742,1,20130417,1,10:36:48,50,1.2
+2743,1,20130417,1,10:36:49,53,1.132075472
+2744,1,20130417,1,10:36:50,65,0.923076923
+2745,1,20130417,1,10:36:51,58,1.034482759
+2746,1,20130417,1,10:36:52,54,1.111111111
+2747,1,20130417,1,10:36:53,57,1.052631579
+2748,1,20130417,1,10:36:54,67,0.895522388
+2749,1,20130417,1,10:36:55,56,1.071428571
+2750,1,20130417,1,10:36:56,50,1.2
+2751,1,20130417,1,10:36:57,56,1.071428571
+2752,1,20130417,1,10:36:58,51,1.176470588
+2753,1,20130417,1,10:37:00,51,1.176470588
+2754,1,20130417,1,10:37:01,44,1.363636364
+2755,1,20130417,1,10:37:02,58,1.034482759
+2756,1,20130417,1,10:37:03,50,1.2
+2757,1,20130417,1,10:37:04,45,1.333333333
+2758,1,20130417,1,10:37:06,48,1.25
+2759,1,20130417,1,10:37:07,58,1.034482759
+2760,1,20130417,1,10:37:08,48,1.25
+2761,1,20130417,1,10:37:09,50,1.2
+2762,1,20130417,1,10:37:10,54,1.111111111
+2763,1,20130417,1,10:37:12,62,0.967741935
+2764,1,20130417,1,10:37:13,54,1.111111111
+2765,1,20130417,1,10:37:14,52,1.153846154
+2766,1,20130417,1,10:37:15,55,1.090909091
+2767,1,20130417,1,10:37:16,54,1.111111111
+2768,1,20130417,1,10:37:17,62,0.967741935
+2769,1,20130417,1,10:37:18,56,1.071428571
+2770,1,20130417,1,10:37:19,52,1.153846154
+2771,1,20130417,1,10:37:20,56,1.071428571
+2772,1,20130417,1,10:37:21,58,1.034482759
+2773,1,20130417,1,10:37:22,65,0.923076923
+2774,1,20130417,1,10:37:23,57,1.052631579
+2775,1,20130417,1,10:37:24,51,1.176470588
+2776,1,20130417,1,10:37:25,60,1
+2777,1,20130417,1,10:37:26,60,1
+2778,1,20130417,1,10:37:27,67,0.895522388
+2779,1,20130417,1,10:37:28,49,1.224489796
+2780,1,20130417,1,10:37:30,52,1.153846154
+2781,1,20130417,1,10:37:31,55,1.090909091
+2782,1,20130417,1,10:37:32,65,0.923076923
+2783,1,20130417,1,10:37:33,54,1.111111111
+2784,1,20130417,1,10:37:34,52,1.153846154
+2785,1,20130417,1,10:37:35,59,1.016949153
+2786,1,20130417,1,10:37:36,52,1.153846154
+2787,1,20130417,1,10:37:37,52,1.153846154
+2788,1,20130417,1,10:37:38,47,1.276595745
+2789,1,20130417,1,10:37:40,50,1.2
+2790,1,20130417,1,10:37:41,53,1.132075472
+2791,1,20130417,1,10:37:42,58,1.034482759
+2792,1,20130417,1,10:37:43,54,1.111111111
+2793,1,20130417,1,10:37:44,51,1.176470588
+2794,1,20130417,1,10:37:45,57,1.052631579
+2795,1,20130417,1,10:37:46,60,1
+2796,1,20130417,1,10:37:47,53,1.132075472
+2797,1,20130417,1,10:37:48,45,1.333333333
+2798,1,20130417,1,10:37:50,53,1.132075472
+2799,1,20130417,1,10:37:51,56,1.071428571
+2800,1,20130417,1,10:37:52,51,1.176470588
+2801,1,20130417,1,10:37:53,50,1.2
+2802,1,20130417,1,10:37:54,57,1.052631579
+2803,1,20130417,1,10:37:55,62,0.967741935
+2804,1,20130417,1,10:37:56,52,1.153846154
+2805,1,20130417,1,10:37:57,52,1.153846154
+2806,1,20130417,1,10:37:59,56,1.071428571
+2807,1,20130417,1,10:38:00,61,0.983606557
+2808,1,20130417,1,10:38:01,58,1.034482759
+2809,1,20130417,1,10:38:02,53,1.132075472
+2810,1,20130417,1,10:38:03,56,1.071428571
+2811,1,20130417,1,10:38:04,62,0.967741935
+2812,1,20130417,1,10:38:05,63,0.952380952
+2813,1,20130417,1,10:38:06,56,1.071428571
+2814,1,20130417,1,10:38:07,55,1.090909091
+2815,1,20130417,1,10:38:08,59,1.016949153
+2816,1,20130417,1,10:38:09,66,0.909090909
+2817,1,20130417,1,10:38:10,56,1.071428571
+2818,1,20130417,1,10:38:11,56,1.071428571
+2819,1,20130417,1,10:38:12,46,1.304347826
+2820,1,20130417,1,10:38:13,53,1.132075472
+2821,1,20130417,1,10:38:15,63,0.952380952
+2822,1,20130417,1,10:38:15,54,1.111111111
+2823,1,20130417,1,10:38:17,50,1.2
+2824,1,20130417,1,10:38:18,51,1.176470588
+2825,1,20130417,1,10:38:19,60,1
+2826,1,20130417,1,10:38:20,56,1.071428571
+2827,1,20130417,1,10:38:21,53,1.132075472
+2828,1,20130417,1,10:38:22,52,1.153846154
+2829,1,20130417,1,10:38:23,53,1.132075472
+2830,1,20130417,1,10:38:24,64,0.9375
+2831,1,20130417,1,10:38:25,68,0.882352941
+2832,1,20130417,1,10:38:26,56,1.071428571
+2833,1,20130417,1,10:38:27,56,1.071428571
+2834,1,20130417,1,10:38:28,59,1.016949153
+2835,1,20130417,1,10:38:29,60,1
+2836,1,20130417,1,10:38:30,63,0.952380952
+2837,1,20130417,1,10:38:31,54,1.111111111
+2838,1,20130417,1,10:38:32,54,1.111111111
+2839,1,20130417,1,10:38:34,55,1.090909091
+2840,1,20130417,1,10:38:35,57,1.052631579
+2841,1,20130417,1,10:38:36,62,0.967741935
+2842,1,20130417,1,10:38:37,53,1.132075472
+2843,1,20130417,1,10:38:38,55,1.090909091
+2844,1,20130417,1,10:38:39,56,1.071428571
+2845,1,20130417,1,10:38:40,61,0.983606557
+2846,1,20130417,1,10:38:41,58,1.034482759
+2847,1,20130417,1,10:38:42,56,1.071428571
+2848,1,20130417,1,10:38:43,56,1.071428571
+2849,1,20130417,1,10:38:44,63,0.952380952
+2850,1,20130417,1,10:38:45,67,0.895522388
+2851,1,20130417,1,10:38:46,54,1.111111111
+2852,1,20130417,1,10:38:47,55,1.090909091
+2853,1,20130417,1,10:38:48,57,1.052631579
+2854,1,20130417,1,10:38:49,65,0.923076923
+2855,1,20130417,1,10:38:50,60,1
+2856,1,20130417,1,10:38:51,49,1.224489796
+2857,1,20130417,1,10:38:52,55,1.090909091
+2858,1,20130417,1,10:38:53,61,0.983606557
+2859,1,20130417,1,10:38:54,50,1.2
+2860,1,20130417,1,10:38:56,55,1.090909091
+2861,1,20130417,1,10:38:57,63,0.952380952
+2862,1,20130417,1,10:38:58,60,1
+2863,1,20130417,1,10:38:59,49,1.224489796
+2864,1,20130417,1,10:39:00,55,1.090909091
+2865,1,20130417,1,10:39:01,60,1
+2866,1,20130417,1,10:39:02,70,0.857142857
+2867,1,20130417,1,10:39:03,77,0.779220779
+2868,1,20130417,1,10:39:04,80,0.75
+2869,1,20130417,1,10:39:04,73,0.821917808
+2870,1,20130417,1,10:39:05,72,0.833333333
+2871,1,20130417,1,10:39:06,69,0.869565217
+2872,1,20130417,1,10:39:07,70,0.857142857
+2873,1,20130417,1,10:39:08,69,0.869565217
+2874,1,20130417,1,10:39:09,66,0.909090909
+2875,1,20130417,1,10:39:10,72,0.833333333
+2876,1,20130417,1,10:39:10,70,0.857142857
+2877,1,20130417,1,10:39:11,49,1.224489796
+2878,1,20130417,1,10:39:12,56,1.071428571
+2879,1,20130417,1,10:39:14,54,1.111111111
+2880,1,20130417,1,10:39:15,48,1.25
+2881,1,20130417,1,10:39:16,48,1.25
+2882,1,20130417,1,10:39:17,52,1.153846154
+2883,1,20130417,1,10:39:18,61,0.983606557
+2884,1,20130417,1,10:39:19,51,1.176470588
+2885,1,20130417,1,10:39:20,50,1.2
+2886,1,20130417,1,10:39:22,49,1.224489796
+2887,1,20130417,1,10:39:23,52,1.153846154
+2888,1,20130417,1,10:39:24,64,0.9375
+2889,1,20130417,1,10:39:25,59,1.016949153
+2890,1,20130417,1,10:39:26,46,1.304347826
+2891,1,20130417,1,10:39:27,57,1.052631579
+2892,1,20130417,1,10:39:28,57,1.052631579
+2893,1,20130417,1,10:39:29,56,1.071428571
+2894,1,20130417,1,10:39:30,45,1.333333333
+2895,1,20130417,1,10:39:32,48,1.25
+2896,1,20130417,1,10:39:33,56,1.071428571
+2897,1,20130417,1,10:39:34,52,1.153846154
+2898,1,20130417,1,10:39:35,57,1.052631579
+2899,1,20130417,1,10:39:36,49,1.224489796
+2900,1,20130417,1,10:39:37,52,1.153846154
+2901,1,20130417,1,10:39:39,63,0.952380952
+2902,1,20130417,1,10:39:40,62,0.967741935
+2903,1,20130417,1,10:39:41,58,1.034482759
+2904,1,20130417,1,10:39:42,47,1.276595745
+2905,1,20130417,1,10:39:43,54,1.111111111
+2906,1,20130417,1,10:39:44,53,1.132075472
+2907,1,20130417,1,10:39:45,56,1.071428571
+2908,1,20130417,1,10:39:46,51,1.176470588
+2909,1,20130417,1,10:39:47,61,0.983606557
+2910,1,20130417,1,10:39:48,54,1.111111111
+2911,1,20130417,1,10:39:50,61,0.983606557
+2912,1,20130417,1,10:39:50,60,1
+2913,1,20130417,1,10:39:51,62,0.967741935
+2914,1,20130417,1,10:39:52,68,0.882352941
+2915,1,20130417,1,10:39:53,55,1.090909091
+2916,1,20130417,1,10:39:54,55,1.090909091
+2917,1,20130417,1,10:39:55,49,1.224489796
+2918,1,20130417,1,10:39:57,54,1.111111111
+2919,1,20130417,1,10:39:58,62,0.967741935
+2920,1,20130417,1,10:39:59,49,1.224489796
+2921,1,20130417,1,10:40:00,51,1.176470588
+2922,1,20130417,1,10:40:01,55,1.090909091
+2923,1,20130417,1,10:40:02,53,1.132075472
+2924,1,20130417,1,10:40:03,61,0.983606557
+2925,1,20130417,1,10:40:04,46,1.304347826
+2926,1,20130417,1,10:40:06,54,1.111111111
+2927,1,20130417,1,10:40:07,63,0.952380952
+2928,1,20130417,1,10:40:08,59,1.016949153
+2929,1,20130417,1,10:40:09,50,1.2
+2930,1,20130417,1,10:40:10,54,1.111111111
+2931,1,20130417,1,10:40:11,63,0.952380952
+2932,1,20130417,1,10:40:12,53,1.132075472
+2933,1,20130417,1,10:40:13,53,1.132075472
+2934,1,20130417,1,10:40:14,51,1.176470588
+2935,1,20130417,1,10:40:16,63,0.952380952
+2936,1,20130417,1,10:40:16,57,1.052631579
+2937,1,20130417,1,10:40:18,61,0.983606557
+2938,1,20130417,1,10:40:18,49,1.224489796
+2939,1,20130417,1,10:40:20,67,0.895522388
+2940,1,20130417,1,10:40:21,53,1.132075472
+2941,1,20130417,1,10:40:22,52,1.153846154
+2942,1,20130417,1,10:40:23,45,1.333333333
+2943,1,20130417,1,10:40:24,50,1.2
+2944,1,20130417,1,10:40:25,54,1.111111111
+2945,1,20130417,1,10:40:27,50,1.2
+2946,1,20130417,1,10:40:28,55,1.090909091
+2947,1,20130417,1,10:40:29,55,1.090909091
+2948,1,20130417,1,10:40:30,59,1.016949153
+2949,1,20130417,1,10:40:31,52,1.153846154
+2950,1,20130417,1,10:40:32,59,1.016949153
+2951,1,20130417,1,10:40:33,48,1.25
+2952,1,20130417,1,10:40:34,48,1.25
+2953,1,20130417,1,10:40:36,50,1.2
+2954,1,20130417,1,10:40:37,54,1.111111111
+2955,1,20130417,1,10:40:38,54,1.111111111
+2956,1,20130417,1,10:40:39,56,1.071428571
+2957,1,20130417,1,10:40:40,53,1.132075472
+2958,1,20130417,1,10:40:41,50,1.2
+2959,1,20130417,1,10:40:42,53,1.132075472
+2960,1,20130417,1,10:40:44,52,1.153846154
+2961,1,20130417,1,10:40:45,54,1.111111111
+2962,1,20130417,1,10:40:46,51,1.176470588
+2963,1,20130417,1,10:40:47,53,1.132075472
+2964,1,20130417,1,10:40:48,57,1.052631579
+2965,1,20130417,1,10:40:49,47,1.276595745
+2966,1,20130417,1,10:40:50,55,1.090909091
+2967,1,20130417,1,10:40:52,60,1
+2968,1,20130417,1,10:40:53,64,0.9375
+2969,1,20130417,1,10:40:53,61,0.983606557
+2970,1,20130417,1,10:40:54,58,1.034482759
+2971,1,20130417,1,10:40:55,51,1.176470588
+2972,1,20130417,1,10:40:57,54,1.111111111
+2973,1,20130417,1,10:40:58,65,0.923076923
+2974,1,20130417,1,10:40:59,64,0.9375
+2975,1,20130417,1,10:41:00,63,0.952380952
+2976,1,20130417,1,10:41:01,65,0.923076923
+2977,1,20130417,1,10:41:02,70,0.857142857
+2978,1,20130417,1,10:41:02,65,0.923076923
+2979,1,20130417,1,10:41:03,65,0.923076923
+2980,1,20130417,1,10:41:04,58,1.034482759
+2981,1,20130417,1,10:41:05,51,1.176470588
+2982,1,20130417,1,10:41:06,57,1.052631579
+2983,1,20130417,1,10:41:07,48,1.25
+2984,1,20130417,1,10:41:09,51,1.176470588
+2985,1,20130417,1,10:41:10,56,1.071428571
+2986,1,20130417,1,10:41:11,53,1.132075472
+2987,1,20130417,1,10:41:12,56,1.071428571
+2988,1,20130417,1,10:41:13,51,1.176470588
+2989,1,20130417,1,10:41:14,55,1.090909091
+2990,1,20130417,1,10:41:15,53,1.132075472
+2991,1,20130417,1,10:41:17,62,0.967741935
+2992,1,20130417,1,10:41:18,46,1.304347826
+2993,1,20130417,1,10:41:19,50,1.2
+2994,1,20130417,1,10:41:20,53,1.132075472
+2995,1,20130417,1,10:41:21,58,1.034482759
+2996,1,20130417,1,10:41:22,55,1.090909091
+2997,1,20130417,1,10:41:23,52,1.153846154
+2998,1,20130417,1,10:41:24,54,1.111111111
+2999,1,20130417,1,10:41:26,59,1.016949153
+3000,1,20130417,1,10:41:27,56,1.071428571
+3001,1,20130417,1,10:41:28,54,1.111111111
+3002,1,20130417,1,10:41:29,55,1.090909091
+3003,1,20130417,1,10:41:30,60,1
+3004,1,20130417,1,10:41:31,67,0.895522388
+3005,1,20130417,1,10:41:32,58,1.034482759
+3006,1,20130417,1,10:41:33,54,1.111111111
+3007,1,20130417,1,10:41:34,62,0.967741935
+3008,1,20130417,1,10:41:35,54,1.111111111
+3009,1,20130417,1,10:41:36,53,1.132075472
+3010,1,20130417,1,10:41:37,47,1.276595745
+3011,1,20130417,1,10:41:38,52,1.153846154
+3012,1,20130417,1,10:41:40,53,1.132075472
+3013,1,20130417,1,10:41:41,61,0.983606557
+3014,1,20130417,1,10:41:42,53,1.132075472
+3015,1,20130417,1,10:41:43,48,1.25
+3016,1,20130417,1,10:41:44,49,1.224489796
+3017,1,20130417,1,10:41:45,53,1.132075472
+3018,1,20130417,1,10:41:46,47,1.276595745
+3019,1,20130417,1,10:41:48,58,1.034482759
+3020,1,20130417,1,10:41:49,61,0.983606557
+3021,1,20130417,1,10:41:50,64,0.9375
+3022,1,20130417,1,10:41:51,65,0.923076923
+3023,1,20130417,1,10:41:52,58,1.034482759
+3024,1,20130417,1,10:41:53,70,0.857142857
+3025,1,20130417,1,10:41:53,78,0.769230769
+3026,1,20130417,1,10:41:54,81,0.740740741
+3027,1,20130417,1,10:41:55,79,0.759493671
+3028,1,20130417,1,10:41:56,75,0.8
+3029,1,20130417,1,10:41:57,75,0.8
+3030,1,20130417,1,10:41:57,67,0.895522388
+3031,1,20130417,1,10:41:58,77,0.779220779
+3032,1,20130417,1,10:41:59,78,0.769230769
+3033,1,20130417,1,10:42:00,73,0.821917808
+3034,1,20130417,1,10:42:01,70,0.857142857
+3035,1,20130417,1,10:42:01,79,0.759493671
+3036,1,20130417,1,10:42:02,80,0.75
+3037,1,20130417,1,10:42:03,76,0.789473684
+3038,1,20130417,1,10:42:04,74,0.810810811
+3039,1,20130417,1,10:42:05,75,0.8
+3040,1,20130417,1,10:42:05,81,0.740740741
+3041,1,20130417,1,10:42:06,83,0.722891566
+3042,1,20130417,1,10:42:07,83,0.722891566
+3043,1,20130417,1,10:42:08,83,0.722891566
+3044,1,20130417,1,10:42:08,81,0.740740741
+3045,1,20130417,1,10:42:09,82,0.731707317
+3046,1,20130417,1,10:42:10,78,0.769230769
+3047,1,20130417,1,10:42:10,77,0.779220779
+3048,1,20130417,1,10:42:11,78,0.769230769
+3049,1,20130417,1,10:42:12,84,0.714285714
+3050,1,20130417,1,10:42:13,87,0.689655172
+3051,1,20130417,1,10:42:13,91,0.659340659
+3052,1,20130417,1,10:42:14,93,0.64516129
+3053,1,20130417,1,10:42:15,95,0.631578947
+3054,1,20130417,1,10:42:15,93,0.64516129
+3055,1,20130417,1,10:42:16,96,0.625
+3056,1,20130417,1,10:42:17,98,0.612244898
+3057,1,20130417,1,10:42:17,98,0.612244898
+3058,1,20130417,1,10:42:18,98,0.612244898
+3059,1,20130417,1,10:42:18,99,0.606060606
+3060,1,20130417,1,10:42:19,102,0.588235294
+3061,1,20130417,1,10:42:20,102,0.588235294
+3062,1,20130417,1,10:42:20,101,0.594059406
+3063,1,20130417,1,10:42:21,103,0.582524272
+3064,1,20130417,1,10:42:21,103,0.582524272
+3065,1,20130417,1,10:42:22,105,0.571428571
+3066,1,20130417,1,10:42:23,107,0.560747664
+3067,1,20130417,1,10:42:23,105,0.571428571
+3068,1,20130417,1,10:42:24,104,0.576923077
+3069,1,20130417,1,10:42:24,100,0.6
+3070,1,20130417,1,10:42:25,91,0.659340659
+3071,1,20130417,1,10:42:26,90,0.666666667
+3072,1,20130417,1,10:42:26,88,0.681818182
+3073,1,20130417,1,10:42:27,84,0.714285714
+3074,1,20130417,1,10:42:28,71,0.845070423
+3075,1,20130417,1,10:42:28,65,0.923076923
+3076,1,20130417,1,10:42:29,66,0.909090909
+3077,1,20130417,1,10:42:30,77,0.779220779
+3078,1,20130417,1,10:42:31,78,0.769230769
+3079,1,20130417,1,10:42:32,75,0.8
+3080,1,20130417,1,10:42:33,78,0.769230769
+3081,1,20130417,1,10:42:33,82,0.731707317
+3082,1,20130417,1,10:42:34,80,0.75
+3083,1,20130417,1,10:42:35,81,0.740740741
+3084,1,20130417,1,10:42:36,86,0.697674419
+3085,1,20130417,1,10:42:36,88,0.681818182
+3086,1,20130417,1,10:42:37,86,0.697674419
+3087,1,20130417,1,10:42:38,84,0.714285714
+3088,1,20130417,1,10:42:38,84,0.714285714
+3089,1,20130417,1,10:42:39,74,0.810810811
+3090,1,20130417,1,10:42:40,65,0.923076923
+3091,1,20130417,1,10:42:41,62,0.967741935
+3092,1,20130417,1,10:42:42,70,0.857142857
+3093,1,20130417,1,10:42:43,63,0.952380952
+3094,1,20130417,1,10:42:44,60,1
+3095,1,20130417,1,10:42:45,60,1
+3096,1,20130417,1,10:42:46,67,0.895522388
+3097,1,20130417,1,10:42:47,63,0.952380952
+3098,1,20130417,1,10:42:48,60,1
+3099,1,20130417,1,10:42:48,61,0.983606557
+3100,1,20130417,1,10:42:49,70,0.857142857
+3101,1,20130417,1,10:42:50,67,0.895522388
+3102,1,20130417,1,10:42:51,65,0.923076923
+3103,1,20130417,1,10:42:52,68,0.882352941
+3104,1,20130417,1,10:42:53,71,0.845070423
+3105,1,20130417,1,10:42:54,58,1.034482759
+3106,1,20130417,1,10:42:55,56,1.071428571
+3107,1,20130417,1,10:42:56,59,1.016949153
+3108,1,20130417,1,10:42:57,73,0.821917808
+3109,1,20130417,1,10:42:58,74,0.810810811
+3110,1,20130417,1,10:42:59,68,0.882352941
+3111,1,20130417,1,10:43:00,73,0.821917808
+3112,1,20130417,1,10:43:00,72,0.833333333
+3113,1,20130417,1,10:43:01,75,0.8
+3114,1,20130417,1,10:43:02,75,0.8
+3115,1,20130417,1,10:43:03,76,0.789473684
+3116,1,20130417,1,10:43:04,83,0.722891566
+3117,1,20130417,1,10:43:04,84,0.714285714
+3118,1,20130417,1,10:43:05,85,0.705882353
+3119,1,20130417,1,10:43:06,87,0.689655172
+3120,1,20130417,1,10:43:06,90,0.666666667
+3121,1,20130417,1,10:43:07,88,0.681818182
+3122,1,20130417,1,10:43:08,89,0.674157303
+3123,1,20130417,1,10:43:08,92,0.652173913
+3124,1,20130417,1,10:43:09,92,0.652173913
+3125,1,20130417,1,10:43:10,89,0.674157303
+3126,1,20130417,1,10:43:10,89,0.674157303
+3127,1,20130417,1,10:43:11,88,0.681818182
+3128,1,20130417,1,10:43:12,90,0.666666667
+3129,1,20130417,1,10:43:12,88,0.681818182
+3130,1,20130417,1,10:43:13,79,0.759493671
+3131,1,20130417,1,10:43:14,85,0.705882353
+3132,1,20130417,1,10:43:15,85,0.705882353
+3133,1,20130417,1,10:43:15,74,0.810810811
+3134,1,20130417,1,10:43:16,71,0.845070423
+3135,1,20130417,1,10:43:17,80,0.75
+3136,1,20130417,1,10:43:18,82,0.731707317
+3137,1,20130417,1,10:43:18,82,0.731707317
+3138,1,20130417,1,10:43:19,86,0.697674419
+3139,1,20130417,1,10:43:20,90,0.666666667
+3140,1,20130417,1,10:43:21,91,0.659340659
+3141,1,20130417,1,10:43:21,94,0.638297872
+3142,1,20130417,1,10:43:22,95,0.631578947
+3143,1,20130417,1,10:43:22,95,0.631578947
+3144,1,20130417,1,10:43:23,94,0.638297872
+3145,1,20130417,1,10:43:24,95,0.631578947
+3146,1,20130417,1,10:43:24,92,0.652173913
+3147,1,20130417,1,10:43:25,92,0.652173913
+3148,1,20130417,1,10:43:26,94,0.638297872
+3149,1,20130417,1,10:43:26,94,0.638297872
+3150,1,20130417,1,10:43:27,89,0.674157303
+3151,1,20130417,1,10:43:28,86,0.697674419
+3152,1,20130417,1,10:43:28,88,0.681818182
+3153,1,20130417,1,10:43:29,85,0.705882353
+3154,1,20130417,1,10:43:30,82,0.731707317
+3155,1,20130417,1,10:43:30,82,0.731707317
+3156,1,20130417,1,10:43:31,87,0.689655172
+3157,1,20130417,1,10:43:32,87,0.689655172
+3158,1,20130417,1,10:43:33,82,0.731707317
+3159,1,20130417,1,10:43:33,80,0.75
+3160,1,20130417,1,10:43:34,84,0.714285714
+3161,1,20130417,1,10:43:35,80,0.75
+3162,1,20130417,1,10:43:36,76,0.789473684
+3163,1,20130417,1,10:43:36,70,0.857142857
+3164,1,20130417,1,10:43:37,76,0.789473684
+3165,1,20130417,1,10:43:38,74,0.810810811
+3166,1,20130417,1,10:43:39,73,0.821917808
+3167,1,20130417,1,10:43:40,77,0.779220779
+3168,1,20130417,1,10:43:40,76,0.789473684
+3169,1,20130417,1,10:43:41,77,0.779220779
+3170,1,20130417,1,10:43:42,77,0.779220779
+3171,1,20130417,1,10:43:43,82,0.731707317
+3172,1,20130417,1,10:43:43,76,0.789473684
+3173,1,20130417,1,10:43:44,72,0.833333333
+3174,1,20130417,1,10:43:45,73,0.821917808
+3175,1,20130417,1,10:43:46,71,0.845070423
+3176,1,20130417,1,10:43:47,70,0.857142857
+3177,1,20130417,1,10:43:48,74,0.810810811
+3178,1,20130417,1,10:43:48,76,0.789473684
+3179,1,20130417,1,10:43:49,74,0.810810811
+3180,1,20130417,1,10:43:50,74,0.810810811
+3181,1,20130417,1,10:43:51,80,0.75
+3182,1,20130417,1,10:43:52,80,0.75
+3183,1,20130417,1,10:43:52,75,0.8
+3184,1,20130417,1,10:43:53,74,0.810810811
+3185,1,20130417,1,10:43:54,78,0.769230769
+3186,1,20130417,1,10:43:55,74,0.810810811
+3187,1,20130417,1,10:43:56,75,0.8
+3188,1,20130417,1,10:43:56,80,0.75
+3189,1,20130417,1,10:43:57,78,0.769230769
+3190,1,20130417,1,10:43:58,75,0.8
+3191,1,20130417,1,10:43:59,72,0.833333333
+3192,1,20130417,1,10:43:59,77,0.779220779
+3193,1,20130417,1,10:44:00,74,0.810810811
+3194,1,20130417,1,10:44:01,73,0.821917808
+3195,1,20130417,1,10:44:02,76,0.789473684
+3196,1,20130417,1,10:44:03,80,0.75
+3197,1,20130417,1,10:44:03,78,0.769230769
+3198,1,20130417,1,10:44:04,82,0.731707317
+3199,1,20130417,1,10:44:05,80,0.75
+3200,1,20130417,1,10:44:06,85,0.705882353
+3201,1,20130417,1,10:44:06,84,0.714285714
+3202,1,20130417,1,10:44:07,82,0.731707317
+3203,1,20130417,1,10:44:08,84,0.714285714
+3204,1,20130417,1,10:44:09,84,0.714285714
+3205,1,20130417,1,10:44:09,87,0.689655172
+3206,1,20130417,1,10:44:10,86,0.697674419
+3207,1,20130417,1,10:44:11,83,0.722891566
+3208,1,20130417,1,10:44:11,87,0.689655172
+3209,1,20130417,1,10:44:12,83,0.722891566
+3210,1,20130417,1,10:44:13,81,0.740740741
+3211,1,20130417,1,10:44:14,81,0.740740741
+3212,1,20130417,1,10:44:14,84,0.714285714
+3213,1,20130417,1,10:44:15,77,0.779220779
+3214,1,20130417,1,10:44:16,73,0.821917808
+3215,1,20130417,1,10:44:17,73,0.821917808
+3216,1,20130417,1,10:44:17,77,0.779220779
+3217,1,20130417,1,10:44:18,75,0.8
+3218,1,20130417,1,10:44:19,73,0.821917808
+3219,1,20130417,1,10:44:20,75,0.8
+3220,1,20130417,1,10:44:21,77,0.779220779
+3221,1,20130417,1,10:44:21,75,0.8
+3222,1,20130417,1,10:44:22,70,0.857142857
+3223,1,20130417,1,10:44:23,70,0.857142857
+3224,1,20130417,1,10:44:24,78,0.769230769
+3225,1,20130417,1,10:44:25,74,0.810810811
+3226,1,20130417,1,10:44:25,73,0.821917808
+3227,1,20130417,1,10:44:26,73,0.821917808
+3228,1,20130417,1,10:44:27,78,0.769230769
+3229,1,20130417,1,10:44:28,71,0.845070423
+3230,1,20130417,1,10:44:29,72,0.833333333
+3231,1,20130417,1,10:44:30,79,0.759493671
+3232,1,20130417,1,10:44:30,79,0.759493671
+3233,1,20130417,1,10:44:31,76,0.789473684
+3234,1,20130417,1,10:44:32,72,0.833333333
+3235,1,20130417,1,10:44:33,71,0.845070423
+3236,1,20130417,1,10:44:34,75,0.8
+3237,1,20130417,1,10:44:34,75,0.8
+3238,1,20130417,1,10:44:35,71,0.845070423
+3239,1,20130417,1,10:44:36,69,0.869565217
+3240,1,20130417,1,10:44:37,73,0.821917808
+3241,1,20130417,1,10:44:38,69,0.869565217
+3242,1,20130417,1,10:44:39,72,0.833333333
+3243,1,20130417,1,10:44:39,72,0.833333333
+3244,1,20130417,1,10:44:40,77,0.779220779
+3245,1,20130417,1,10:44:41,74,0.810810811
+3246,1,20130417,1,10:44:42,70,0.857142857
+3247,1,20130417,1,10:44:43,74,0.810810811
+3248,1,20130417,1,10:44:43,79,0.759493671
+3249,1,20130417,1,10:44:44,79,0.759493671
+3250,1,20130417,1,10:44:45,82,0.731707317
+3251,1,20130417,1,10:44:46,86,0.697674419
+3252,1,20130417,1,10:44:46,87,0.689655172
+3253,1,20130417,1,10:44:47,89,0.674157303
+3254,1,20130417,1,10:44:48,88,0.681818182
+3255,1,20130417,1,10:44:49,91,0.659340659
+3256,1,20130417,1,10:44:49,91,0.659340659
+3257,1,20130417,1,10:44:50,89,0.674157303
+3258,1,20130417,1,10:44:50,82,0.731707317
+3259,1,20130417,1,10:44:51,80,0.75
+3260,1,20130417,1,10:44:52,81,0.740740741
+3261,1,20130417,1,10:44:53,86,0.697674419
+3262,1,20130417,1,10:44:53,84,0.714285714
+3263,1,20130417,1,10:44:54,84,0.714285714
+3264,1,20130417,1,10:44:55,87,0.689655172
+3265,1,20130417,1,10:44:56,87,0.689655172
+3266,1,20130417,1,10:44:56,84,0.714285714
+3267,1,20130417,1,10:44:57,73,0.821917808
+3268,1,20130417,1,10:44:58,74,0.810810811
+3269,1,20130417,1,10:44:59,82,0.731707317
+3270,1,20130417,1,10:44:59,77,0.779220779
+3271,1,20130417,1,10:45:00,70,0.857142857
+3272,1,20130417,1,10:45:01,66,0.909090909
+3273,1,20130417,1,10:45:02,73,0.821917808
+3274,1,20130417,1,10:45:03,73,0.821917808
+3275,1,20130417,1,10:45:03,68,0.882352941
+3276,1,20130417,1,10:45:04,66,0.909090909
+3277,1,20130417,1,10:45:05,66,0.909090909
+3278,1,20130417,1,10:45:06,71,0.845070423
+3279,1,20130417,1,10:45:07,73,0.821917808
+3280,1,20130417,1,10:45:08,71,0.845070423
+3281,1,20130417,1,10:45:09,67,0.895522388
+3282,1,20130417,1,10:45:10,77,0.779220779
+3283,1,20130417,1,10:45:10,73,0.821917808
+3284,1,20130417,1,10:45:11,72,0.833333333
+3285,1,20130417,1,10:45:12,70,0.857142857
+3286,1,20130417,1,10:45:13,76,0.789473684
+3287,1,20130417,1,10:45:14,72,0.833333333
+3288,1,20130417,1,10:45:14,68,0.882352941
+3289,1,20130417,1,10:45:15,67,0.895522388
+3290,1,20130417,1,10:45:16,72,0.833333333
+3291,1,20130417,1,10:45:17,68,0.882352941
+3292,1,20130417,1,10:45:18,67,0.895522388
+3293,1,20130417,1,10:45:19,70,0.857142857
+3294,1,20130417,1,10:45:20,74,0.810810811
+3295,1,20130417,1,10:45:21,71,0.845070423
+3296,1,20130417,1,10:45:21,73,0.821917808
+3297,1,20130417,1,10:45:22,78,0.769230769
+3298,1,20130417,1,10:45:23,72,0.833333333
+3299,1,20130417,1,10:45:24,63,0.952380952
+3300,1,20130417,1,10:45:25,65,0.923076923
+3301,1,20130417,1,10:45:26,72,0.833333333
+3302,1,20130417,1,10:45:27,68,0.882352941
+3303,1,20130417,1,10:45:27,65,0.923076923
+3304,1,20130417,1,10:45:28,70,0.857142857
+3305,1,20130417,1,10:45:29,74,0.810810811
+3306,1,20130417,1,10:45:30,68,0.882352941
+3307,1,20130417,1,10:45:31,62,0.967741935
+3308,1,20130417,1,10:45:32,64,0.9375
+3309,1,20130417,1,10:45:33,70,0.857142857
+3310,1,20130417,1,10:45:34,66,0.909090909
+3311,1,20130417,1,10:45:35,63,0.952380952
+3312,1,20130417,1,10:45:35,75,0.8
+3313,1,20130417,1,10:45:36,70,0.857142857
+3314,1,20130417,1,10:45:37,68,0.882352941
+3315,1,20130417,1,10:45:38,65,0.923076923
+3316,1,20130417,1,10:45:39,75,0.8
+3317,1,20130417,1,10:45:40,73,0.821917808
+3318,1,20130417,1,10:45:41,72,0.833333333
+3319,1,20130417,1,10:45:41,64,0.9375
+3320,1,20130417,1,10:45:42,70,0.857142857
+3321,1,20130417,1,10:45:43,68,0.882352941
+3322,1,20130417,1,10:45:44,63,0.952380952
+3323,1,20130417,1,10:45:45,65,0.923076923
+3324,1,20130417,1,10:45:46,75,0.8
+3325,1,20130417,1,10:45:47,73,0.821917808
+3326,1,20130417,1,10:45:48,71,0.845070423
+3327,1,20130417,1,10:45:48,64,0.9375
+3328,1,20130417,1,10:45:49,73,0.821917808
+3329,1,20130417,1,10:45:50,67,0.895522388
+3330,1,20130417,1,10:45:51,66,0.909090909
+3331,1,20130417,1,10:45:52,67,0.895522388
+3332,1,20130417,1,10:45:53,74,0.810810811
+3333,1,20130417,1,10:45:54,71,0.845070423
+3334,1,20130417,1,10:45:55,67,0.895522388
+3335,1,20130417,1,10:45:55,69,0.869565217
+3336,1,20130417,1,10:45:56,77,0.779220779
+3337,1,20130417,1,10:45:57,74,0.810810811
+3338,1,20130417,1,10:45:58,69,0.869565217
+3339,1,20130417,1,10:45:59,66,0.909090909
+3340,1,20130417,1,10:46:00,75,0.8
+3341,1,20130417,1,10:46:00,70,0.857142857
+3342,1,20130417,1,10:46:01,68,0.882352941
+3343,1,20130417,1,10:46:02,67,0.895522388
+3344,1,20130417,1,10:46:03,76,0.789473684
+3345,1,20130417,1,10:46:04,72,0.833333333
+3346,1,20130417,1,10:46:05,72,0.833333333
+3347,1,20130417,1,10:46:06,71,0.845070423
+3348,1,20130417,1,10:46:06,75,0.8
+3349,1,20130417,1,10:46:07,67,0.895522388
+3350,1,20130417,1,10:46:08,67,0.895522388
+3351,1,20130417,1,10:46:09,74,0.810810811
+3352,1,20130417,1,10:46:10,70,0.857142857
+3353,1,20130417,1,10:46:11,68,0.882352941
+3354,1,20130417,1,10:46:12,69,0.869565217
+3355,1,20130417,1,10:46:12,76,0.789473684
+3356,1,20130417,1,10:46:13,70,0.857142857
+3357,1,20130417,1,10:46:14,70,0.857142857
+3358,1,20130417,1,10:46:15,70,0.857142857
+3359,1,20130417,1,10:46:16,79,0.759493671
+3360,1,20130417,1,10:46:17,81,0.740740741
+3361,1,20130417,1,10:46:17,80,0.75
+3362,1,20130417,1,10:46:18,75,0.8
+3363,1,20130417,1,10:46:19,74,0.810810811
+3364,1,20130417,1,10:46:20,79,0.759493671
+3365,1,20130417,1,10:46:20,85,0.705882353
+3366,1,20130417,1,10:46:21,82,0.731707317
+3367,1,20130417,1,10:46:22,78,0.769230769
+3368,1,20130417,1,10:46:23,70,0.857142857
+3369,1,20130417,1,10:46:23,72,0.833333333
+3370,1,20130417,1,10:46:24,79,0.759493671
+3371,1,20130417,1,10:46:25,77,0.779220779
+3372,1,20130417,1,10:46:26,73,0.821917808
+3373,1,20130417,1,10:46:27,70,0.857142857
+3374,1,20130417,1,10:46:28,77,0.779220779
+3375,1,20130417,1,10:46:28,75,0.8
+3376,1,20130417,1,10:46:29,71,0.845070423
+3377,1,20130417,1,10:46:30,67,0.895522388
+3378,1,20130417,1,10:46:31,72,0.833333333
+3379,1,20130417,1,10:46:32,72,0.833333333
+3380,1,20130417,1,10:46:33,68,0.882352941
+3381,1,20130417,1,10:46:33,70,0.857142857
+3382,1,20130417,1,10:46:34,75,0.8
+3383,1,20130417,1,10:46:35,75,0.8
+3384,1,20130417,1,10:46:36,69,0.869565217
+3385,1,20130417,1,10:46:37,64,0.9375
+3386,1,20130417,1,10:46:38,63,0.952380952
+3387,1,20130417,1,10:46:39,69,0.869565217
+3388,1,20130417,1,10:46:40,69,0.869565217
+3389,1,20130417,1,10:46:40,67,0.895522388
+3390,1,20130417,1,10:46:41,68,0.882352941
+3391,1,20130417,1,10:46:42,73,0.821917808
+3392,1,20130417,1,10:46:43,71,0.845070423
+3393,1,20130417,1,10:46:44,72,0.833333333
+3394,1,20130417,1,10:46:45,68,0.882352941
+3395,1,20130417,1,10:46:46,75,0.8
+3396,1,20130417,1,10:46:46,73,0.821917808
+3397,1,20130417,1,10:46:47,68,0.882352941
+3398,1,20130417,1,10:46:48,63,0.952380952
+3399,1,20130417,1,10:46:49,66,0.909090909
+3400,1,20130417,1,10:46:50,72,0.833333333
+3401,1,20130417,1,10:46:51,70,0.857142857
+3402,1,20130417,1,10:46:52,77,0.779220779
+3403,1,20130417,1,10:46:52,82,0.731707317
+3404,1,20130417,1,10:46:53,81,0.740740741
+3405,1,20130417,1,10:46:54,77,0.779220779
+3406,1,20130417,1,10:46:55,64,0.9375
+3407,1,20130417,1,10:46:56,75,0.8
+3408,1,20130417,1,10:46:56,65,0.923076923
+3409,1,20130417,1,10:46:57,61,0.983606557
+3410,1,20130417,1,10:46:58,63,0.952380952
+3411,1,20130417,1,10:46:59,69,0.869565217
+3412,1,20130417,1,10:47:00,69,0.869565217
+3413,1,20130417,1,10:47:01,65,0.923076923
+3414,1,20130417,1,10:47:02,69,0.869565217
+3415,1,20130417,1,10:47:03,72,0.833333333
+3416,1,20130417,1,10:47:04,65,0.923076923
+3417,1,20130417,1,10:47:05,62,0.967741935
+3418,1,20130417,1,10:47:05,70,0.857142857
+3419,1,20130417,1,10:47:06,68,0.882352941
+3420,1,20130417,1,10:47:07,65,0.923076923
+3421,1,20130417,1,10:47:08,64,0.9375
+3422,1,20130417,1,10:47:09,73,0.821917808
+3423,1,20130417,1,10:47:10,66,0.909090909
+3424,1,20130417,1,10:47:11,66,0.909090909
+3425,1,20130417,1,10:47:12,70,0.857142857
+3426,1,20130417,1,10:47:13,67,0.895522388
+3427,1,20130417,1,10:47:13,63,0.952380952
+3428,1,20130417,1,10:47:14,61,0.983606557
+3429,1,20130417,1,10:47:15,69,0.869565217
+3430,1,20130417,1,10:47:16,69,0.869565217
+3431,1,20130417,1,10:47:17,67,0.895522388
+3432,1,20130417,1,10:47:18,65,0.923076923
+3433,1,20130417,1,10:47:19,73,0.821917808
+3434,1,20130417,1,10:47:20,66,0.909090909
+3435,1,20130417,1,10:47:21,59,1.016949153
+3436,1,20130417,1,10:47:22,68,0.882352941
+3437,1,20130417,1,10:47:23,72,0.833333333
+3438,1,20130417,1,10:47:23,67,0.895522388
+3439,1,20130417,1,10:47:24,66,0.909090909
+3440,1,20130417,1,10:47:25,72,0.833333333
+3441,1,20130417,1,10:47:26,65,0.923076923
+3442,1,20130417,1,10:47:27,67,0.895522388
+3443,1,20130417,1,10:47:28,75,0.8
+3444,1,20130417,1,10:47:29,71,0.845070423
+3445,1,20130417,1,10:47:30,65,0.923076923
+3446,1,20130417,1,10:47:30,64,0.9375
+3447,1,20130417,1,10:47:31,71,0.845070423
+3448,1,20130417,1,10:47:32,64,0.9375
+3449,1,20130417,1,10:47:33,64,0.9375
+3450,1,20130417,1,10:47:34,76,0.789473684
+3451,1,20130417,1,10:47:35,73,0.821917808
+3452,1,20130417,1,10:47:36,66,0.909090909
+3453,1,20130417,1,10:47:37,68,0.882352941
+3454,1,20130417,1,10:47:38,78,0.769230769
+3455,1,20130417,1,10:47:38,71,0.845070423
+3456,1,20130417,1,10:47:39,63,0.952380952
+3457,1,20130417,1,10:47:40,69,0.869565217
+3458,1,20130417,1,10:47:41,70,0.857142857
+3459,1,20130417,1,10:47:42,66,0.909090909
+3460,1,20130417,1,10:47:43,64,0.9375
+3461,1,20130417,1,10:47:44,75,0.8
+3462,1,20130417,1,10:47:44,75,0.8
+3463,1,20130417,1,10:47:45,71,0.845070423
+3464,1,20130417,1,10:47:46,66,0.909090909
+3465,1,20130417,1,10:47:47,65,0.923076923
+3466,1,20130417,1,10:47:48,62,0.967741935
+3467,1,20130417,1,10:47:49,67,0.895522388
+3468,1,20130417,1,10:47:50,69,0.869565217
+3469,1,20130417,1,10:47:51,67,0.895522388
+3470,1,20130417,1,10:47:52,64,0.9375
+3471,1,20130417,1,10:47:53,69,0.869565217
+3472,1,20130417,1,10:47:53,67,0.895522388
+3473,1,20130417,1,10:47:54,63,0.952380952
+3474,1,20130417,1,10:47:55,67,0.895522388
+3475,1,20130417,1,10:47:56,66,0.909090909
+3476,1,20130417,1,10:47:57,63,0.952380952
+3477,1,20130417,1,10:47:58,68,0.882352941
+3478,1,20130417,1,10:47:59,73,0.821917808
+3479,1,20130417,1,10:48:00,67,0.895522388
+3480,1,20130417,1,10:48:01,70,0.857142857
+3481,1,20130417,1,10:48:01,75,0.8
+3482,1,20130417,1,10:48:02,70,0.857142857
+3483,1,20130417,1,10:48:03,67,0.895522388
+3484,1,20130417,1,10:48:04,70,0.857142857
+3485,1,20130417,1,10:48:05,71,0.845070423
+3486,1,20130417,1,10:48:06,62,0.967741935
+3487,1,20130417,1,10:48:07,61,0.983606557
+3488,1,20130417,1,10:48:08,71,0.845070423
+3489,1,20130417,1,10:48:09,69,0.869565217
+3490,1,20130417,1,10:48:09,67,0.895522388
+3491,1,20130417,1,10:48:10,73,0.821917808
+3492,1,20130417,1,10:48:11,68,0.882352941
+3493,1,20130417,1,10:48:12,62,0.967741935
+3494,1,20130417,1,10:48:13,68,0.882352941
+3495,1,20130417,1,10:48:14,66,0.909090909
+3496,1,20130417,1,10:48:15,63,0.952380952
+3497,1,20130417,1,10:48:16,69,0.869565217
+3498,1,20130417,1,10:48:17,67,0.895522388
+3499,1,20130417,1,10:48:17,64,0.9375
+3500,1,20130417,1,10:48:18,64,0.9375
+3501,1,20130417,1,10:48:19,75,0.8
+3502,1,20130417,1,10:48:20,73,0.821917808
+3503,1,20130417,1,10:48:21,78,0.769230769
+3504,1,20130417,1,10:48:22,81,0.740740741
+3505,1,20130417,1,10:48:22,81,0.740740741
+3506,1,20130417,1,10:48:23,72,0.833333333
+3507,1,20130417,1,10:48:24,77,0.779220779
+3508,1,20130417,1,10:48:25,69,0.869565217
+3509,1,20130417,1,10:48:26,64,0.9375
+3510,1,20130417,1,10:48:27,74,0.810810811
+3511,1,20130417,1,10:48:27,64,0.9375
+3512,1,20130417,1,10:48:28,59,1.016949153
+3513,1,20130417,1,10:48:29,61,0.983606557
+3514,1,20130417,1,10:48:30,65,0.923076923
+3515,1,20130417,1,10:48:31,63,0.952380952
+3516,1,20130417,1,10:48:32,63,0.952380952
+3517,1,20130417,1,10:48:33,70,0.857142857
+3518,1,20130417,1,10:48:34,64,0.9375
+3519,1,20130417,1,10:48:35,58,1.034482759
+3520,1,20130417,1,10:48:36,70,0.857142857
+3521,1,20130417,1,10:48:37,65,0.923076923
+3522,1,20130417,1,10:48:38,62,0.967741935
+3523,1,20130417,1,10:48:39,61,0.983606557
+3524,1,20130417,1,10:48:40,66,0.909090909
+3525,1,20130417,1,10:48:41,60,1
+3526,1,20130417,1,10:48:42,57,1.052631579
+3527,1,20130417,1,10:48:43,69,0.869565217
+3528,1,20130417,1,10:48:44,66,0.909090909
+3529,1,20130417,1,10:48:44,62,0.967741935
+3530,1,20130417,1,10:48:45,69,0.869565217
+3531,1,20130417,1,10:48:46,64,0.9375
+3532,1,20130417,1,10:48:47,59,1.016949153
+3533,1,20130417,1,10:48:48,63,0.952380952
+3534,1,20130417,1,10:48:49,68,0.882352941
+3535,1,20130417,1,10:48:50,65,0.923076923
+3536,1,20130417,1,10:48:51,64,0.9375
+3537,1,20130417,1,10:48:52,69,0.869565217
+3538,1,20130417,1,10:48:53,65,0.923076923
+3539,1,20130417,1,10:48:54,59,1.016949153
+3540,1,20130417,1,10:48:55,60,1
+3541,1,20130417,1,10:48:56,69,0.869565217
+3542,1,20130417,1,10:48:57,63,0.952380952
+3543,1,20130417,1,10:48:58,63,0.952380952
+3544,1,20130417,1,10:48:59,69,0.869565217
+3545,1,20130417,1,10:48:59,69,0.869565217
+3546,1,20130417,1,10:49:00,65,0.923076923
+3547,1,20130417,1,10:49:01,68,0.882352941
+3548,1,20130417,1,10:49:02,70,0.857142857
+3549,1,20130417,1,10:49:03,68,0.882352941
+3550,1,20130417,1,10:49:04,68,0.882352941
+3551,1,20130417,1,10:49:05,76,0.789473684
+3552,1,20130417,1,10:49:06,68,0.882352941
+3553,1,20130417,1,10:49:06,63,0.952380952
+3554,1,20130417,1,10:49:07,60,1
+3555,1,20130417,1,10:49:08,67,0.895522388
+3556,1,20130417,1,10:49:09,61,0.983606557
+3557,1,20130417,1,10:49:10,58,1.034482759
+3558,1,20130417,1,10:49:11,65,0.923076923
+3559,1,20130417,1,10:49:12,63,0.952380952
+3560,1,20130417,1,10:49:13,60,1
+3561,1,20130417,1,10:49:14,64,0.9375
+3562,1,20130417,1,10:49:15,67,0.895522388
+3563,1,20130417,1,10:49:16,61,0.983606557
+3564,1,20130417,1,10:49:17,59,1.016949153
+3565,1,20130417,1,10:49:18,65,0.923076923
+3566,1,20130417,1,10:49:19,60,1
+3567,1,20130417,1,10:49:20,62,0.967741935
+3568,1,20130417,1,10:49:21,68,0.882352941
+3569,1,20130417,1,10:49:22,64,0.9375
+3570,1,20130417,1,10:49:23,62,0.967741935
+3571,1,20130417,1,10:49:24,64,0.9375
+3572,1,20130417,1,10:49:25,64,0.9375
+3573,1,20130417,1,10:49:26,60,1
+3574,1,20130417,1,10:49:27,62,0.967741935
+3575,1,20130417,1,10:49:27,66,0.909090909
+3576,1,20130417,1,10:49:28,59,1.016949153
+3577,1,20130417,1,10:49:29,65,0.923076923
+3578,1,20130417,1,10:49:30,67,0.895522388
+3579,1,20130417,1,10:49:31,66,0.909090909
+3580,1,20130417,1,10:49:32,68,0.882352941
+3581,1,20130417,1,10:49:33,72,0.833333333
+3582,1,20130417,1,10:49:34,75,0.8
+3583,1,20130417,1,10:49:35,71,0.845070423
+3584,1,20130417,1,10:49:36,71,0.845070423
+3585,1,20130417,1,10:49:36,75,0.8
+3586,1,20130417,1,10:49:37,68,0.882352941
+3587,1,20130417,1,10:49:38,66,0.909090909
+3588,1,20130417,1,10:49:39,70,0.857142857
+3589,1,20130417,1,10:49:40,66,0.909090909
+3590,1,20130417,1,10:49:41,62,0.967741935
+3591,1,20130417,1,10:49:42,64,0.9375
+3592,1,20130417,1,10:49:43,74,0.810810811
+3593,1,20130417,1,10:49:43,70,0.857142857
+3594,1,20130417,1,10:49:44,68,0.882352941
+3595,1,20130417,1,10:49:45,66,0.909090909
+3596,1,20130417,1,10:49:46,71,0.845070423
+3597,1,20130417,1,10:49:47,67,0.895522388
+3598,1,20130417,1,10:49:48,69,0.869565217
+3599,1,20130417,1,10:49:49,77,0.779220779
+3600,1,20130417,1,10:49:49,81,0.740740741
+3601,1,20130417,1,10:49:50,76,0.789473684
+3602,1,20130417,1,10:49:51,69,0.869565217
+3603,1,20130417,1,10:49:52,65,0.923076923
+3604,1,20130417,1,10:49:53,73,0.821917808
+3605,1,20130417,1,10:49:54,73,0.821917808
+3606,1,20130417,1,10:49:54,73,0.821917808
+3607,1,20130417,1,10:49:55,74,0.810810811
+3608,1,20130417,1,10:49:56,77,0.779220779
+3609,1,20130417,1,10:49:57,73,0.821917808
+3610,1,20130417,1,10:49:58,70,0.857142857
+3611,1,20130417,1,10:49:59,66,0.909090909
+3612,1,20130417,1,10:49:59,72,0.833333333
+3613,1,20130417,1,10:50:00,73,0.821917808
+3614,1,20130417,1,10:50:01,71,0.845070423
+3615,1,20130417,1,10:50:02,74,0.810810811
+3616,1,20130417,1,10:50:03,80,0.75
+3617,1,20130417,1,10:50:04,79,0.759493671
+3618,1,20130417,1,10:50:04,74,0.810810811
+3619,1,20130417,1,10:50:05,67,0.895522388
+3620,1,20130417,1,10:50:06,67,0.895522388
+3621,1,20130417,1,10:50:07,73,0.821917808
+3622,1,20130417,1,10:50:08,68,0.882352941
+3623,1,20130417,1,10:50:09,68,0.882352941
+3624,1,20130417,1,10:50:09,71,0.845070423
+3625,1,20130417,1,10:50:10,69,0.869565217
+3626,1,20130417,1,10:50:11,68,0.882352941
+3627,1,20130417,1,10:50:12,73,0.821917808
+3628,1,20130417,1,10:50:13,77,0.779220779
+3629,1,20130417,1,10:50:14,75,0.8
+3630,1,20130417,1,10:50:14,69,0.869565217
+3631,1,20130417,1,10:50:15,74,0.810810811
+3632,1,20130417,1,10:50:16,71,0.845070423
+3633,1,20130417,1,10:50:17,68,0.882352941
+3634,1,20130417,1,10:50:18,72,0.833333333
+3635,1,20130417,1,10:50:19,73,0.821917808
+3636,1,20130417,1,10:50:20,66,0.909090909
+3637,1,20130417,1,10:50:20,66,0.909090909
+3638,1,20130417,1,10:50:21,76,0.789473684
+3639,1,20130417,1,10:50:22,76,0.789473684
+3640,1,20130417,1,10:50:23,74,0.810810811
+3641,1,20130417,1,10:50:24,76,0.789473684
+3642,1,20130417,1,10:50:25,83,0.722891566
+3643,1,20130417,1,10:50:25,76,0.789473684
+3644,1,20130417,1,10:50:26,71,0.845070423
+3645,1,20130417,1,10:50:27,68,0.882352941
+3646,1,20130417,1,10:50:28,78,0.769230769
+3647,1,20130417,1,10:50:29,83,0.722891566
+3648,1,20130417,1,10:50:29,80,0.75
+3649,1,20130417,1,10:50:30,76,0.789473684
+3650,1,20130417,1,10:50:31,67,0.895522388
+3651,1,20130417,1,10:50:32,67,0.895522388
+3652,1,20130417,1,10:50:33,72,0.833333333
+3653,1,20130417,1,10:50:33,79,0.759493671
+3654,1,20130417,1,10:50:34,78,0.769230769
+3655,1,20130417,1,10:50:35,78,0.769230769
+3656,1,20130417,1,10:50:36,76,0.789473684
+3657,1,20130417,1,10:50:37,81,0.740740741
+3658,1,20130417,1,10:50:37,82,0.731707317
+3659,1,20130417,1,10:50:38,75,0.8
+3660,1,20130417,1,10:50:39,67,0.895522388
+3661,1,20130417,1,10:50:40,77,0.779220779
+3662,1,20130417,1,10:50:40,80,0.75
+3663,1,20130417,1,10:50:41,76,0.789473684
+3664,1,20130417,1,10:50:42,75,0.8
+3665,1,20130417,1,10:50:43,73,0.821917808
+3666,1,20130417,1,10:50:44,79,0.759493671
+3667,1,20130417,1,10:50:44,75,0.8
+3668,1,20130417,1,10:50:45,76,0.789473684
+3669,1,20130417,1,10:50:46,78,0.769230769
+3670,1,20130417,1,10:50:47,83,0.722891566
+3671,1,20130417,1,10:50:47,79,0.759493671
+3672,1,20130417,1,10:50:48,76,0.789473684
+3673,1,20130417,1,10:50:49,74,0.810810811
+3674,1,20130417,1,10:50:50,76,0.789473684
+3675,1,20130417,1,10:50:51,73,0.821917808
+3676,1,20130417,1,10:50:51,74,0.810810811
+3677,1,20130417,1,10:50:52,81,0.740740741
+3678,1,20130417,1,10:50:53,82,0.731707317
+3679,1,20130417,1,10:50:54,85,0.705882353
+3680,1,20130417,1,10:50:54,81,0.740740741
+3681,1,20130417,1,10:50:55,82,0.731707317
+3682,1,20130417,1,10:50:56,82,0.731707317
+3683,1,20130417,1,10:50:57,80,0.75
+3684,1,20130417,1,10:50:57,82,0.731707317
+3685,1,20130417,1,10:50:58,87,0.689655172
+3686,1,20130417,1,10:50:59,87,0.689655172
+3687,1,20130417,1,10:51:00,87,0.689655172
+3688,1,20130417,1,10:51:00,87,0.689655172
+3689,1,20130417,1,10:51:01,91,0.659340659
+3690,1,20130417,1,10:51:02,88,0.681818182
+3691,1,20130417,1,10:51:02,89,0.674157303
+3692,1,20130417,1,10:51:03,89,0.674157303
+3693,1,20130417,1,10:51:04,93,0.64516129
+3694,1,20130417,1,10:51:04,92,0.652173913
+3695,1,20130417,1,10:51:05,89,0.674157303
+3696,1,20130417,1,10:51:06,83,0.722891566
+3697,1,20130417,1,10:51:06,79,0.759493671
+3698,1,20130417,1,10:51:07,82,0.731707317
+3699,1,20130417,1,10:51:08,75,0.8
+3700,1,20130417,1,10:51:09,69,0.869565217
+3701,1,20130417,1,10:51:09,70,0.857142857
+3702,1,20130417,1,10:51:10,78,0.769230769
+3703,1,20130417,1,10:51:11,68,0.882352941
+3704,1,20130417,1,10:51:12,64,0.9375
+3705,1,20130417,1,10:51:13,68,0.882352941
+3706,1,20130417,1,10:51:14,77,0.779220779
+3707,1,20130417,1,10:51:15,70,0.857142857
+3708,1,20130417,1,10:51:15,68,0.882352941
+3709,1,20130417,1,10:51:16,71,0.845070423
+3710,1,20130417,1,10:51:17,72,0.833333333
+3711,1,20130417,1,10:51:18,65,0.923076923
+3712,1,20130417,1,10:51:19,69,0.869565217
+3713,1,20130417,1,10:51:20,78,0.769230769
+3714,1,20130417,1,10:51:21,75,0.8
+3715,1,20130417,1,10:51:21,73,0.821917808
+3716,1,20130417,1,10:51:22,76,0.789473684
+3717,1,20130417,1,10:51:23,78,0.769230769
+3718,1,20130417,1,10:51:24,66,0.909090909
+3719,1,20130417,1,10:51:25,61,0.983606557
+3720,1,20130417,1,10:51:26,70,0.857142857
+3721,1,20130417,1,10:51:26,63,0.952380952
+3722,1,20130417,1,10:51:27,63,0.952380952
+3723,1,20130417,1,10:51:28,72,0.833333333
+3724,1,20130417,1,10:51:29,65,0.923076923
+3725,1,20130417,1,10:51:30,63,0.952380952
+3726,1,20130417,1,10:51:31,76,0.789473684
+3727,1,20130417,1,10:51:32,81,0.740740741
+3728,1,20130417,1,10:51:33,79,0.759493671
+3729,1,20130417,1,10:51:33,81,0.740740741
+3730,1,20130417,1,10:51:34,85,0.705882353
+3731,1,20130417,1,10:51:35,82,0.731707317
+3732,1,20130417,1,10:51:36,85,0.705882353
+3733,1,20130417,1,10:51:36,67,0.895522388
+3734,1,20130417,1,10:51:37,69,0.869565217
+3735,1,20130417,1,10:51:38,78,0.769230769
+3736,1,20130417,1,10:51:39,71,0.845070423
+3737,1,20130417,1,10:51:40,71,0.845070423
+3738,1,20130417,1,10:51:40,74,0.810810811
+3739,1,20130417,1,10:51:41,79,0.759493671
+3740,1,20130417,1,10:51:42,73,0.821917808
+3741,1,20130417,1,10:51:43,71,0.845070423
+3742,1,20130417,1,10:51:44,78,0.769230769
+3743,1,20130417,1,10:51:44,77,0.779220779
+3744,1,20130417,1,10:51:45,78,0.769230769
+3745,1,20130417,1,10:51:46,85,0.705882353
+3746,1,20130417,1,10:51:47,85,0.705882353
+3747,1,20130417,1,10:51:47,83,0.722891566
+3748,1,20130417,1,10:51:48,80,0.75
+3749,1,20130417,1,10:51:49,78,0.769230769
+3750,1,20130417,1,10:51:50,78,0.769230769
+3751,1,20130417,1,10:51:50,83,0.722891566
+3752,1,20130417,1,10:51:51,79,0.759493671
+3753,1,20130417,1,10:51:52,80,0.75
+3754,1,20130417,1,10:51:53,87,0.689655172
+3755,1,20130417,1,10:51:53,94,0.638297872
+3756,1,20130417,1,10:51:54,96,0.625
+3757,1,20130417,1,10:51:55,95,0.631578947
+3758,1,20130417,1,10:51:55,101,0.594059406
+3759,1,20130417,1,10:51:56,99,0.606060606
+3760,1,20130417,1,10:51:56,99,0.606060606
+3761,1,20130417,1,10:51:57,99,0.606060606
+3762,1,20130417,1,10:51:58,101,0.594059406
+3763,1,20130417,1,10:51:58,105,0.571428571
+3764,1,20130417,1,10:51:59,107,0.560747664
+3765,1,20130417,1,10:51:59,107,0.560747664
+3766,1,20130417,1,10:52:00,109,0.550458716
+3767,1,20130417,1,10:52:01,108,0.555555556
+3768,1,20130417,1,10:52:01,109,0.550458716
+3769,1,20130417,1,10:52:02,112,0.535714286
+3770,1,20130417,1,10:52:02,114,0.526315789
+3771,1,20130417,1,10:52:03,113,0.530973451
+3772,1,20130417,1,10:52:03,116,0.517241379
+3773,1,20130417,1,10:52:04,117,0.512820513
+3774,1,20130417,1,10:52:04,118,0.508474576
+3775,1,20130417,1,10:52:05,117,0.512820513
+3776,1,20130417,1,10:52:05,117,0.512820513
+3777,1,20130417,1,10:52:06,119,0.504201681
+3778,1,20130417,1,10:52:06,118,0.508474576
+3779,1,20130417,1,10:52:07,108,0.555555556
+3780,1,20130417,1,10:52:07,108,0.555555556
+3781,1,20130417,1,10:52:08,101,0.594059406
+3782,1,20130417,1,10:52:08,105,0.571428571
+3783,1,20130417,1,10:52:09,107,0.560747664
+3784,1,20130417,1,10:52:10,105,0.571428571
+3785,1,20130417,1,10:52:10,102,0.588235294
+3786,1,20130417,1,10:52:11,109,0.550458716
+3787,1,20130417,1,10:52:11,101,0.594059406
+3788,1,20130417,1,10:52:12,100,0.6
+3789,1,20130417,1,10:52:13,100,0.6
+3790,1,20130417,1,10:52:13,104,0.576923077
+3791,1,20130417,1,10:52:14,102,0.588235294
+3792,1,20130417,1,10:52:14,97,0.618556701
+3793,1,20130417,1,10:52:15,101,0.594059406
+3794,1,20130417,1,10:52:16,101,0.594059406
+3795,1,20130417,1,10:52:16,96,0.625
+3796,1,20130417,1,10:52:17,96,0.625
+3797,1,20130417,1,10:52:17,97,0.618556701
+3798,1,20130417,1,10:52:18,104,0.576923077
+3799,1,20130417,1,10:52:19,102,0.588235294
+3800,1,20130417,1,10:52:19,105,0.571428571
+3801,1,20130417,1,10:52:20,108,0.555555556
+3802,1,20130417,1,10:52:20,107,0.560747664
+3803,1,20130417,1,10:52:21,102,0.588235294
+3804,1,20130417,1,10:52:21,97,0.618556701
+3805,1,20130417,1,10:52:22,100,0.6
+3806,1,20130417,1,10:52:23,90,0.666666667
+3807,1,20130417,1,10:52:23,90,0.666666667
+3808,1,20130417,1,10:52:24,91,0.659340659
+3809,1,20130417,1,10:52:25,95,0.631578947
+3810,1,20130417,1,10:52:25,94,0.638297872
+3811,1,20130417,1,10:52:26,96,0.625
+3812,1,20130417,1,10:52:27,96,0.625
+3813,1,20130417,1,10:52:27,102,0.588235294
+3814,1,20130417,1,10:52:28,101,0.594059406
+3815,1,20130417,1,10:52:28,92,0.652173913
+3816,1,20130417,1,10:52:29,85,0.705882353
+3817,1,20130417,1,10:52:30,82,0.731707317
+3818,1,20130417,1,10:52:30,82,0.731707317
+3819,1,20130417,1,10:52:31,85,0.705882353
+3820,1,20130417,1,10:52:32,84,0.714285714
+3821,1,20130417,1,10:52:33,84,0.714285714
+3822,1,20130417,1,10:52:33,85,0.705882353
+3823,1,20130417,1,10:52:34,87,0.689655172
+3824,1,20130417,1,10:52:35,88,0.681818182
+3825,1,20130417,1,10:52:35,87,0.689655172
+3826,1,20130417,1,10:52:36,88,0.681818182
+3827,1,20130417,1,10:52:37,84,0.714285714
+3828,1,20130417,1,10:52:37,78,0.769230769
+3829,1,20130417,1,10:52:38,78,0.769230769
+3830,1,20130417,1,10:52:39,72,0.833333333
+3831,1,20130417,1,10:52:40,78,0.769230769
+3832,1,20130417,1,10:52:41,72,0.833333333
+3833,1,20130417,1,10:52:41,66,0.909090909
+3834,1,20130417,1,10:52:42,67,0.895522388
+3835,1,20130417,1,10:52:43,70,0.857142857
+3836,1,20130417,1,10:52:44,75,0.8
+3837,1,20130417,1,10:52:45,79,0.759493671
+3838,1,20130417,1,10:52:46,83,0.722891566
+3839,1,20130417,1,10:52:46,90,0.666666667
+3840,1,20130417,1,10:52:47,93,0.64516129
+3841,1,20130417,1,10:52:48,94,0.638297872
+3842,1,20130417,1,10:52:48,93,0.64516129
+3843,1,20130417,1,10:52:49,88,0.681818182
+3844,1,20130417,1,10:52:50,87,0.689655172
+3845,1,20130417,1,10:52:50,86,0.697674419
+3846,1,20130417,1,10:52:51,90,0.666666667
+3847,1,20130417,1,10:52:52,88,0.681818182
+3848,1,20130417,1,10:52:52,87,0.689655172
+3849,1,20130417,1,10:52:53,97,0.618556701
+3850,1,20130417,1,10:52:54,93,0.64516129
+3851,1,20130417,1,10:52:54,96,0.625
+3852,1,20130417,1,10:52:55,102,0.588235294
+3853,1,20130417,1,10:52:56,103,0.582524272
+3854,1,20130417,1,10:52:56,104,0.576923077
+3855,1,20130417,1,10:52:57,102,0.588235294
+3856,1,20130417,1,10:52:57,80,0.75
+3857,1,20130417,1,10:52:58,77,0.779220779
+3858,1,20130417,1,10:52:59,80,0.75
+3859,1,20130417,1,10:53:00,88,0.681818182
+3860,1,20130417,1,10:53:00,81,0.740740741
+3861,1,20130417,1,10:53:01,87,0.689655172
+3862,1,20130417,1,10:53:02,85,0.705882353
+3863,1,20130417,1,10:53:02,79,0.759493671
+3864,1,20130417,1,10:53:03,76,0.789473684
+3865,1,20130417,1,10:53:04,84,0.714285714
+3866,1,20130417,1,10:53:05,83,0.722891566
+3867,1,20130417,1,10:53:05,75,0.8
+3868,1,20130417,1,10:53:06,76,0.789473684
+3869,1,20130417,1,10:53:07,75,0.8
+3870,1,20130417,1,10:53:08,71,0.845070423
+3871,1,20130417,1,10:53:09,74,0.810810811
+3872,1,20130417,1,10:53:09,79,0.759493671
+3873,1,20130417,1,10:53:10,82,0.731707317
+3874,1,20130417,1,10:53:11,79,0.759493671
+3875,1,20130417,1,10:53:12,72,0.833333333
+3876,1,20130417,1,10:53:12,59,1.016949153
+3877,1,20130417,1,10:53:14,61,0.983606557
+3878,1,20130417,1,10:53:14,69,0.869565217
+3879,1,20130417,1,10:53:15,76,0.789473684
+3880,1,20130417,1,10:53:16,72,0.833333333
+3881,1,20130417,1,10:53:17,62,0.967741935
+3882,1,20130417,1,10:53:18,61,0.983606557
+3883,1,20130417,1,10:53:19,59,1.016949153
+3884,1,20130417,1,10:53:20,69,0.869565217
+3885,1,20130417,1,10:53:21,66,0.909090909
+3886,1,20130417,1,10:53:22,56,1.071428571
+3887,1,20130417,1,10:53:23,57,1.052631579
+3888,1,20130417,1,10:53:24,60,1
+3889,1,20130417,1,10:53:25,69,0.869565217
+3890,1,20130417,1,10:53:26,62,0.967741935
+3891,1,20130417,1,10:53:27,60,1
+3892,1,20130417,1,10:53:28,70,0.857142857
+3893,1,20130417,1,10:53:29,68,0.882352941
+3894,1,20130417,1,10:53:29,69,0.869565217
+3895,1,20130417,1,10:53:30,69,0.869565217
+3896,1,20130417,1,10:53:31,77,0.779220779
+3897,1,20130417,1,10:53:32,74,0.810810811
+3898,1,20130417,1,10:53:33,77,0.779220779
+3899,1,20130417,1,10:53:34,78,0.769230769
+3900,1,20130417,1,10:53:34,73,0.821917808
+3901,1,20130417,1,10:53:35,78,0.769230769
+3902,1,20130417,1,10:53:36,80,0.75
+3903,1,20130417,1,10:53:37,79,0.759493671
+3904,1,20130417,1,10:53:37,84,0.714285714
+3905,1,20130417,1,10:53:38,90,0.666666667
+3906,1,20130417,1,10:53:39,74,0.810810811
+3907,1,20130417,1,10:53:40,79,0.759493671
+3908,1,20130417,1,10:53:40,82,0.731707317
+3909,1,20130417,1,10:53:41,85,0.705882353
+3910,1,20130417,1,10:53:42,87,0.689655172
+3911,1,20130417,1,10:53:42,92,0.652173913
+3912,1,20130417,1,10:53:43,84,0.714285714
+3913,1,20130417,1,10:53:44,78,0.769230769
+3914,1,20130417,1,10:53:45,72,0.833333333
+3915,1,20130417,1,10:53:45,69,0.869565217
+3916,1,20130417,1,10:53:46,71,0.845070423
+3917,1,20130417,1,10:53:47,80,0.75
+3918,1,20130417,1,10:53:48,80,0.75
+3919,1,20130417,1,10:53:49,75,0.8
+3920,1,20130417,1,10:53:49,66,0.909090909
+3921,1,20130417,1,10:53:50,70,0.857142857
+3922,1,20130417,1,10:53:51,69,0.869565217
+3923,1,20130417,1,10:53:52,61,0.983606557
+3924,1,20130417,1,10:53:53,60,1
+3925,1,20130417,1,10:53:54,70,0.857142857
+3926,1,20130417,1,10:53:55,63,0.952380952
+3927,1,20130417,1,10:53:56,61,0.983606557
+3928,1,20130417,1,10:53:57,63,0.952380952
+3929,1,20130417,1,10:53:58,72,0.833333333
+3930,1,20130417,1,10:53:59,65,0.923076923
+3931,1,20130417,1,10:54:00,59,1.016949153
+3932,1,20130417,1,10:54:01,63,0.952380952
+3933,1,20130417,1,10:54:02,64,0.9375
+3934,1,20130417,1,10:54:02,59,1.016949153
+3935,1,20130417,1,10:54:03,60,1
+3936,1,20130417,1,10:54:04,71,0.845070423
+3937,1,20130417,1,10:54:05,66,0.909090909
+3938,1,20130417,1,10:54:06,57,1.052631579
+3939,1,20130417,1,10:54:07,61,0.983606557
+3940,1,20130417,1,10:54:08,66,0.909090909
+3941,1,20130417,1,10:54:09,59,1.016949153
+3942,1,20130417,1,10:54:10,59,1.016949153
+3943,1,20130417,1,10:54:11,72,0.833333333
+3944,1,20130417,1,10:54:12,67,0.895522388
+3945,1,20130417,1,10:54:13,66,0.909090909
+3946,1,20130417,1,10:54:14,73,0.821917808
+3947,1,20130417,1,10:54:15,74,0.810810811
+3948,1,20130417,1,10:54:15,70,0.857142857
+3949,1,20130417,1,10:54:16,64,0.9375
+3950,1,20130417,1,10:54:17,75,0.8
+3951,1,20130417,1,10:54:18,72,0.833333333
+3952,1,20130417,1,10:54:19,58,1.034482759
+3953,1,20130417,1,10:54:20,64,0.9375
+3954,1,20130417,1,10:54:21,68,0.882352941
+3955,1,20130417,1,10:54:22,59,1.016949153
+3956,1,20130417,1,10:54:23,62,0.967741935
+3957,1,20130417,1,10:54:24,75,0.8
+3958,1,20130417,1,10:54:25,67,0.895522388
+3959,1,20130417,1,10:54:25,63,0.952380952
+3960,1,20130417,1,10:54:26,71,0.845070423
+3961,1,20130417,1,10:54:27,68,0.882352941
+3962,1,20130417,1,10:54:28,55,1.090909091
+3963,1,20130417,1,10:54:29,57,1.052631579
+3964,1,20130417,1,10:54:30,69,0.869565217
+3965,1,20130417,1,10:54:31,66,0.909090909
+3966,1,20130417,1,10:54:32,60,1
+3967,1,20130417,1,10:54:33,59,1.016949153
+3968,1,20130417,1,10:54:34,70,0.857142857
+3969,1,20130417,1,10:54:35,62,0.967741935
+3970,1,20130417,1,10:54:36,59,1.016949153
+3971,1,20130417,1,10:54:37,66,0.909090909
+3972,1,20130417,1,10:54:38,70,0.857142857
+3973,1,20130417,1,10:54:39,69,0.869565217
+3974,1,20130417,1,10:54:40,71,0.845070423
+3975,1,20130417,1,10:54:40,75,0.8
+3976,1,20130417,1,10:54:41,75,0.8
+3977,1,20130417,1,10:54:42,69,0.869565217
+3978,1,20130417,1,10:54:43,65,0.923076923
+3979,1,20130417,1,10:54:44,73,0.821917808
+3980,1,20130417,1,10:54:45,72,0.833333333
+3981,1,20130417,1,10:54:45,65,0.923076923
+3982,1,20130417,1,10:54:46,61,0.983606557
+3983,1,20130417,1,10:54:47,67,0.895522388
+3984,1,20130417,1,10:54:48,67,0.895522388
+3985,1,20130417,1,10:54:49,61,0.983606557
+3986,1,20130417,1,10:54:50,60,1
+3987,1,20130417,1,10:54:51,68,0.882352941
+3988,1,20130417,1,10:54:52,65,0.923076923
+3989,1,20130417,1,10:54:53,63,0.952380952
+3990,1,20130417,1,10:54:54,67,0.895522388
+3991,1,20130417,1,10:54:55,69,0.869565217
+3992,1,20130417,1,10:54:56,61,0.983606557
+3993,1,20130417,1,10:54:57,57,1.052631579
+3994,1,20130417,1,10:54:58,60,1
+3995,1,20130417,1,10:54:59,62,0.967741935
+3996,1,20130417,1,10:55:00,57,1.052631579
+3997,1,20130417,1,10:55:01,56,1.071428571
+3998,1,20130417,1,10:55:02,65,0.923076923
+3999,1,20130417,1,10:55:03,64,0.9375
+4000,1,20130417,1,10:55:04,60,1
+4001,1,20130417,1,10:55:05,58,1.034482759
+4002,1,20130417,1,10:55:06,64,0.9375
+4003,1,20130417,1,10:55:07,60,1
+4004,1,20130417,1,10:55:08,59,1.016949153
+4005,1,20130417,1,10:55:09,61,0.983606557
+4006,1,20130417,1,10:55:10,67,0.895522388
+4007,1,20130417,1,10:55:11,67,0.895522388
+4008,1,20130417,1,10:55:11,69,0.869565217
+4009,1,20130417,1,10:55:12,74,0.810810811
+4010,1,20130417,1,10:55:13,68,0.882352941
+4011,1,20130417,1,10:55:14,68,0.882352941
+4012,1,20130417,1,10:55:15,73,0.821917808
+4013,1,20130417,1,10:55:16,71,0.845070423
+4014,1,20130417,1,10:55:17,63,0.952380952
+4015,1,20130417,1,10:55:17,62,0.967741935
+4016,1,20130417,1,10:55:18,67,0.895522388
+4017,1,20130417,1,10:55:19,63,0.952380952
+4018,1,20130417,1,10:55:20,61,0.983606557
+4019,1,20130417,1,10:55:21,62,0.967741935
+4020,1,20130417,1,10:55:22,71,0.845070423
+4021,1,20130417,1,10:55:23,72,0.833333333
+4022,1,20130417,1,10:55:24,67,0.895522388
+4023,1,20130417,1,10:55:25,67,0.895522388
+4024,1,20130417,1,10:55:26,72,0.833333333
+4025,1,20130417,1,10:55:27,74,0.810810811
+4026,1,20130417,1,10:55:27,72,0.833333333
+4027,1,20130417,1,10:55:28,68,0.882352941
+4028,1,20130417,1,10:55:29,68,0.882352941
+4029,1,20130417,1,10:55:30,74,0.810810811
+4030,1,20130417,1,10:55:31,76,0.789473684
+4031,1,20130417,1,10:55:32,77,0.779220779
+4032,1,20130417,1,10:55:32,80,0.75
+4033,1,20130417,1,10:55:33,75,0.8
+4034,1,20130417,1,10:55:34,75,0.8
+4035,1,20130417,1,10:55:35,78,0.769230769
+4036,1,20130417,1,10:55:35,78,0.769230769
+4037,1,20130417,1,10:55:36,63,0.952380952
+4038,1,20130417,1,10:55:37,65,0.923076923
+4039,1,20130417,1,10:55:38,63,0.952380952
+4040,1,20130417,1,10:55:39,66,0.909090909
+4041,1,20130417,1,10:55:40,70,0.857142857
+4042,1,20130417,1,10:55:41,72,0.833333333
+4043,1,20130417,1,10:55:42,80,0.75
+4044,1,20130417,1,10:55:42,83,0.722891566
+4045,1,20130417,1,10:55:43,78,0.769230769
+4046,1,20130417,1,10:55:44,71,0.845070423
+4047,1,20130417,1,10:55:45,64,0.9375
+4048,1,20130417,1,10:55:46,65,0.923076923
+4049,1,20130417,1,10:55:47,74,0.810810811
+4050,1,20130417,1,10:55:47,73,0.821917808
+4051,1,20130417,1,10:55:48,77,0.779220779
+4052,1,20130417,1,10:55:49,72,0.833333333
+4053,1,20130417,1,10:55:50,76,0.789473684
+4054,1,20130417,1,10:55:51,68,0.882352941
+4055,1,20130417,1,10:55:52,59,1.016949153
+4056,1,20130417,1,10:55:53,67,0.895522388
+4057,1,20130417,1,10:55:53,71,0.845070423
+4058,1,20130417,1,10:55:54,66,0.909090909
+4059,1,20130417,1,10:55:55,70,0.857142857
+4060,1,20130417,1,10:55:56,76,0.789473684
+4061,1,20130417,1,10:55:57,64,0.9375
+4062,1,20130417,1,10:55:58,60,1
+4063,1,20130417,1,10:55:59,61,0.983606557
+4064,1,20130417,1,10:56:00,72,0.833333333
+4065,1,20130417,1,10:56:01,68,0.882352941
+4066,1,20130417,1,10:56:02,64,0.9375
+4067,1,20130417,1,10:56:02,65,0.923076923
+4068,1,20130417,1,10:56:03,68,0.882352941
+4069,1,20130417,1,10:56:04,62,0.967741935
+4070,1,20130417,1,10:56:05,60,1
+4071,1,20130417,1,10:56:06,69,0.869565217
+4072,1,20130417,1,10:56:07,74,0.810810811
+4073,1,20130417,1,10:56:08,68,0.882352941
+4074,1,20130417,1,10:56:09,69,0.869565217
+4075,1,20130417,1,10:56:10,79,0.759493671
+4076,1,20130417,1,10:56:10,74,0.810810811
+4077,1,20130417,1,10:56:11,70,0.857142857
+4078,1,20130417,1,10:56:12,77,0.779220779
+4079,1,20130417,1,10:56:13,79,0.759493671
+4080,1,20130417,1,10:56:14,81,0.740740741
+4081,1,20130417,1,10:56:14,83,0.722891566
+4082,1,20130417,1,10:56:15,81,0.740740741
+4083,1,20130417,1,10:56:16,83,0.722891566
+4084,1,20130417,1,10:56:17,84,0.714285714
+4085,1,20130417,1,10:56:17,77,0.779220779
+4086,1,20130417,1,10:56:18,77,0.779220779
+4087,1,20130417,1,10:56:19,73,0.821917808
+4088,1,20130417,1,10:56:20,72,0.833333333
+4089,1,20130417,1,10:56:21,71,0.845070423
+4090,1,20130417,1,10:56:21,70,0.857142857
+4091,1,20130417,1,10:56:22,77,0.779220779
+4092,1,20130417,1,10:56:23,78,0.769230769
+4093,1,20130417,1,10:56:24,73,0.821917808
+4094,1,20130417,1,10:56:25,68,0.882352941
+4095,1,20130417,1,10:56:25,67,0.895522388
+4096,1,20130417,1,10:56:26,70,0.857142857
+4097,1,20130417,1,10:56:27,68,0.882352941
+4098,1,20130417,1,10:56:28,67,0.895522388
+4099,1,20130417,1,10:56:29,65,0.923076923
+4100,1,20130417,1,10:56:30,66,0.909090909
+4101,1,20130417,1,10:56:31,72,0.833333333
+4102,1,20130417,1,10:56:32,64,0.9375
+4103,1,20130417,1,10:56:33,58,1.034482759
+4104,1,20130417,1,10:56:34,61,0.983606557
+4105,1,20130417,1,10:56:35,71,0.845070423
+4106,1,20130417,1,10:56:35,76,0.789473684
+4107,1,20130417,1,10:56:36,75,0.8
+4108,1,20130417,1,10:56:37,80,0.75
+4109,1,20130417,1,10:56:38,84,0.714285714
+4110,1,20130417,1,10:56:39,85,0.705882353
+4111,1,20130417,1,10:56:39,83,0.722891566
+4112,1,20130417,1,10:56:40,85,0.705882353
+4113,1,20130417,1,10:56:41,87,0.689655172
+4114,1,20130417,1,10:56:41,90,0.666666667
+4115,1,20130417,1,10:56:42,80,0.75
+4116,1,20130417,1,10:56:43,70,0.857142857
+4117,1,20130417,1,10:56:44,62,0.967741935
+4118,1,20130417,1,10:56:45,62,0.967741935
+4119,1,20130417,1,10:56:46,63,0.952380952
+4120,1,20130417,1,10:56:47,67,0.895522388
+4121,1,20130417,1,10:56:47,69,0.869565217
+4122,1,20130417,1,10:56:48,73,0.821917808
+4123,1,20130417,1,10:56:49,78,0.769230769
+4124,1,20130417,1,10:56:50,85,0.705882353
+4125,1,20130417,1,10:56:51,85,0.705882353
+4126,1,20130417,1,10:56:51,80,0.75
+4127,1,20130417,1,10:56:52,81,0.740740741
+4128,1,20130417,1,10:56:53,81,0.740740741
+4129,1,20130417,1,10:56:54,86,0.697674419
+4130,1,20130417,1,10:56:54,71,0.845070423
+4131,1,20130417,1,10:56:55,85,0.705882353
+4132,1,20130417,1,10:56:56,78,0.769230769
+4133,1,20130417,1,10:56:57,72,0.833333333
+4134,1,20130417,1,10:56:57,76,0.789473684
+4135,1,20130417,1,10:56:58,72,0.833333333
+4136,1,20130417,1,10:56:59,79,0.759493671
+4137,1,20130417,1,10:57:00,73,0.821917808
+4138,1,20130417,1,10:57:01,69,0.869565217
+4139,1,20130417,1,10:57:01,66,0.909090909
+4140,1,20130417,1,10:57:02,64,0.9375
+4141,1,20130417,1,10:57:03,65,0.923076923
+4142,1,20130417,1,10:57:04,73,0.821917808
+4143,1,20130417,1,10:57:05,80,0.75
+4144,1,20130417,1,10:57:06,78,0.769230769
+4145,1,20130417,1,10:57:07,68,0.882352941
+4146,1,20130417,1,10:57:07,59,1.016949153
+4147,1,20130417,1,10:57:08,66,0.909090909
+4148,1,20130417,1,10:57:09,61,0.983606557
+4149,1,20130417,1,10:57:10,65,0.923076923
+4150,1,20130417,1,10:57:11,73,0.821917808
+4151,1,20130417,1,10:57:12,67,0.895522388
+4152,1,20130417,1,10:57:13,62,0.967741935
+4153,1,20130417,1,10:57:14,67,0.895522388
+4154,1,20130417,1,10:57:15,67,0.895522388
+4155,1,20130417,1,10:57:16,76,0.789473684
+4156,1,20130417,1,10:57:17,75,0.8
+4157,1,20130417,1,10:57:17,70,0.857142857
+4158,1,20130417,1,10:57:18,68,0.882352941
+4159,1,20130417,1,10:57:19,68,0.882352941
+4160,1,20130417,1,10:57:20,66,0.909090909
+4161,1,20130417,1,10:57:21,66,0.909090909
+4162,1,20130417,1,10:57:22,67,0.895522388
+4163,1,20130417,1,10:57:23,70,0.857142857
+4164,1,20130417,1,10:57:23,73,0.821917808
+4165,1,20130417,1,10:57:24,75,0.8
+4166,1,20130417,1,10:57:25,73,0.821917808
+4167,1,20130417,1,10:57:26,79,0.759493671
+4168,1,20130417,1,10:57:27,77,0.779220779
+4169,1,20130417,1,10:57:27,72,0.833333333
+4170,1,20130417,1,10:57:28,74,0.810810811
+4171,1,20130417,1,10:57:29,72,0.833333333
+4172,1,20130417,1,10:57:30,72,0.833333333
+4173,1,20130417,1,10:57:31,77,0.779220779
+4174,1,20130417,1,10:57:32,72,0.833333333
+4175,1,20130417,1,10:57:32,68,0.882352941
+4176,1,20130417,1,10:57:33,70,0.857142857
+4177,1,20130417,1,10:57:34,71,0.845070423
+4178,1,20130417,1,10:57:35,73,0.821917808
+4179,1,20130417,1,10:57:36,72,0.833333333
+4180,1,20130417,1,10:57:37,74,0.810810811
+4181,1,20130417,1,10:57:37,84,0.714285714
+4182,1,20130417,1,10:57:38,87,0.689655172
+4183,1,20130417,1,10:57:39,89,0.674157303
+4184,1,20130417,1,10:57:40,89,0.674157303
+4185,1,20130417,1,10:57:40,81,0.740740741
+4186,1,20130417,1,10:57:41,69,0.869565217
+4187,1,20130417,1,10:57:42,75,0.8
+4188,1,20130417,1,10:57:43,76,0.789473684
+4189,1,20130417,1,10:57:43,77,0.779220779
+4190,1,20130417,1,10:57:44,79,0.759493671
+4191,1,20130417,1,10:57:45,86,0.697674419
+4192,1,20130417,1,10:57:46,89,0.674157303
+4193,1,20130417,1,10:57:46,90,0.666666667
+4194,1,20130417,1,10:57:47,84,0.714285714
+4195,1,20130417,1,10:57:48,74,0.810810811
+4196,1,20130417,1,10:57:49,74,0.810810811
+4197,1,20130417,1,10:57:49,74,0.810810811
+4198,1,20130417,1,10:57:50,81,0.740740741
+4199,1,20130417,1,10:57:51,81,0.740740741
+4200,1,20130417,1,10:57:52,87,0.689655172
+4201,1,20130417,1,10:57:52,87,0.689655172
+4202,1,20130417,1,10:57:53,87,0.689655172
+4203,1,20130417,1,10:57:54,80,0.75
+4204,1,20130417,1,10:57:54,73,0.821917808
+4205,1,20130417,1,10:57:55,76,0.789473684
+4206,1,20130417,1,10:57:56,68,0.882352941
+4207,1,20130417,1,10:57:57,68,0.882352941
+4208,1,20130417,1,10:57:58,72,0.833333333
+4209,1,20130417,1,10:57:59,75,0.8
+4210,1,20130417,1,10:57:59,80,0.75
+4211,1,20130417,1,10:58:00,88,0.681818182
+4212,1,20130417,1,10:58:01,88,0.681818182
+4213,1,20130417,1,10:58:02,92,0.652173913
+4214,1,20130417,1,10:58:02,85,0.705882353
+4215,1,20130417,1,10:58:03,75,0.8
+4216,1,20130417,1,10:58:04,66,0.909090909
+4217,1,20130417,1,10:58:05,68,0.882352941
+4218,1,20130417,1,10:58:05,65,0.923076923
+4219,1,20130417,1,10:58:06,64,0.9375
+4220,1,20130417,1,10:58:07,65,0.923076923
+4221,1,20130417,1,10:58:08,74,0.810810811
+4222,1,20130417,1,10:58:09,71,0.845070423
+4223,1,20130417,1,10:58:10,78,0.769230769
+4224,1,20130417,1,10:58:11,80,0.75
+4225,1,20130417,1,10:58:11,89,0.674157303
+4226,1,20130417,1,10:58:12,92,0.652173913
+4227,1,20130417,1,10:58:13,89,0.674157303
+4228,1,20130417,1,10:58:13,74,0.810810811
+4229,1,20130417,1,10:58:14,76,0.789473684
+4230,1,20130417,1,10:58:15,65,0.923076923
+4231,1,20130417,1,10:58:16,75,0.8
+4232,1,20130417,1,10:58:17,76,0.789473684
+4233,1,20130417,1,10:58:18,74,0.810810811
+4234,1,20130417,1,10:58:18,72,0.833333333
+4235,1,20130417,1,10:58:19,56,1.071428571
+4236,1,20130417,1,10:58:20,59,1.016949153
+4237,1,20130417,1,10:58:21,63,0.952380952
+4238,1,20130417,1,10:58:22,68,0.882352941
+4239,1,20130417,1,10:58:23,70,0.857142857
+4240,1,20130417,1,10:58:24,65,0.923076923
+4241,1,20130417,1,10:58:25,73,0.821917808
+4242,1,20130417,1,10:58:26,73,0.821917808
+4243,1,20130417,1,10:58:27,77,0.779220779
+4244,1,20130417,1,10:58:27,75,0.8
+4245,1,20130417,1,10:58:28,78,0.769230769
+4246,1,20130417,1,10:58:29,75,0.8
+4247,1,20130417,1,10:58:30,73,0.821917808
+4248,1,20130417,1,10:58:31,75,0.8
+4249,1,20130417,1,10:58:31,79,0.759493671
+4250,1,20130417,1,10:58:32,77,0.779220779
+4251,1,20130417,1,10:58:33,78,0.769230769
+4252,1,20130417,1,10:58:34,79,0.759493671
+4253,1,20130417,1,10:58:34,79,0.759493671
+4254,1,20130417,1,10:58:35,79,0.759493671
+4255,1,20130417,1,10:58:36,79,0.759493671
+4256,1,20130417,1,10:58:37,76,0.789473684
+4257,1,20130417,1,10:58:37,78,0.769230769
+4258,1,20130417,1,10:58:38,74,0.810810811
+4259,1,20130417,1,10:58:39,74,0.810810811
+4260,1,20130417,1,10:58:40,75,0.8
+4261,1,20130417,1,10:58:41,75,0.8
+4262,1,20130417,1,10:58:41,71,0.845070423
+4263,1,20130417,1,10:58:42,69,0.869565217
+4264,1,20130417,1,10:58:43,72,0.833333333
+4265,1,20130417,1,10:58:44,74,0.810810811
+4266,1,20130417,1,10:58:45,69,0.869565217
+4267,1,20130417,1,10:58:46,67,0.895522388
+4268,1,20130417,1,10:58:47,69,0.869565217
+4269,1,20130417,1,10:58:47,78,0.769230769
+4270,1,20130417,1,10:58:48,74,0.810810811
+4271,1,20130417,1,10:58:49,73,0.821917808
+4272,1,20130417,1,10:58:50,75,0.8
+4273,1,20130417,1,10:58:51,73,0.821917808
+4274,1,20130417,1,10:58:51,65,0.923076923
+4275,1,20130417,1,10:58:52,62,0.967741935
+4276,1,20130417,1,10:58:53,71,0.845070423
+4277,1,20130417,1,10:58:54,66,0.909090909
+4278,1,20130417,1,10:58:55,64,0.9375
+4279,1,20130417,1,10:58:56,73,0.821917808
+4280,1,20130417,1,10:58:57,74,0.810810811
+4281,1,20130417,1,10:58:58,73,0.821917808
+4282,1,20130417,1,10:58:59,72,0.833333333
+4283,1,20130417,1,10:58:59,78,0.769230769
+4284,1,20130417,1,10:59:00,69,0.869565217
+4285,1,20130417,1,10:59:01,65,0.923076923
+4286,1,20130417,1,10:59:02,76,0.789473684
+4287,1,20130417,1,10:59:03,71,0.845070423
+4288,1,20130417,1,10:59:04,71,0.845070423
+4289,1,20130417,1,10:59:04,77,0.779220779
+4290,1,20130417,1,10:59:05,74,0.810810811
+4291,1,20130417,1,10:59:06,74,0.810810811
+4292,1,20130417,1,10:59:07,74,0.810810811
+4293,1,20130417,1,10:59:08,80,0.75
+4294,1,20130417,1,10:59:08,77,0.779220779
+4295,1,20130417,1,10:59:09,70,0.857142857
+4296,1,20130417,1,10:59:10,65,0.923076923
+4297,1,20130417,1,10:59:11,75,0.8
+4298,1,20130417,1,10:59:12,74,0.810810811
+4299,1,20130417,1,10:59:13,74,0.810810811
+4300,1,20130417,1,10:59:13,80,0.75
+4301,1,20130417,1,10:59:14,76,0.789473684
+4302,1,20130417,1,10:59:15,75,0.8
+4303,1,20130417,1,10:59:16,78,0.769230769
+4304,1,20130417,1,10:59:16,84,0.714285714
+4305,1,20130417,1,10:59:17,84,0.714285714
+4306,1,20130417,1,10:59:18,76,0.789473684
+4307,1,20130417,1,10:59:19,72,0.833333333
+4308,1,20130417,1,10:59:20,78,0.769230769
+4309,1,20130417,1,10:59:20,83,0.722891566
+4310,1,20130417,1,10:59:21,84,0.714285714
+4311,1,20130417,1,10:59:22,82,0.731707317
+4312,1,20130417,1,10:59:22,85,0.705882353
+4313,1,20130417,1,10:59:23,88,0.681818182
+4314,1,20130417,1,10:59:24,75,0.8
+4315,1,20130417,1,10:59:25,76,0.789473684
+4316,1,20130417,1,10:59:25,70,0.857142857
+4317,1,20130417,1,10:59:26,72,0.833333333
+4318,1,20130417,1,10:59:27,79,0.759493671
+4319,1,20130417,1,10:59:28,82,0.731707317
+4320,1,20130417,1,10:59:29,77,0.779220779
+4321,1,20130417,1,10:59:29,75,0.8
+4322,1,20130417,1,10:59:30,74,0.810810811
+4323,1,20130417,1,10:59:31,74,0.810810811
+4324,1,20130417,1,10:59:32,72,0.833333333
+4325,1,20130417,1,10:59:33,78,0.769230769
+4326,1,20130417,1,10:59:33,76,0.789473684
+4327,1,20130417,1,10:59:34,70,0.857142857
+4328,1,20130417,1,10:59:35,65,0.923076923
+4329,1,20130417,1,10:59:36,67,0.895522388
+4330,1,20130417,1,10:59:37,61,0.983606557
+4331,1,20130417,1,10:59:38,64,0.9375
+4332,1,20130417,1,10:59:39,59,1.016949153
+4333,1,20130417,1,10:59:40,61,0.983606557
+4334,1,20130417,1,10:59:41,64,0.9375
+4335,1,20130417,1,10:59:42,64,0.9375
+4336,1,20130417,1,10:59:43,69,0.869565217
+4337,1,20130417,1,10:59:44,77,0.779220779
+4338,1,20130417,1,10:59:44,72,0.833333333
+4339,1,20130417,1,10:59:45,62,0.967741935
+4340,1,20130417,1,10:59:46,65,0.923076923
+4341,1,20130417,1,10:59:47,66,0.909090909
+4342,1,20130417,1,10:59:48,64,0.9375
+4343,1,20130417,1,10:59:49,70,0.857142857
+4344,1,20130417,1,10:59:50,70,0.857142857
+4345,1,20130417,1,10:59:51,66,0.909090909
+4346,1,20130417,1,10:59:52,68,0.882352941
+4347,1,20130417,1,10:59:52,73,0.821917808
+4348,1,20130417,1,10:59:53,76,0.789473684
+4349,1,20130417,1,10:59:54,76,0.789473684
+4350,1,20130417,1,10:59:55,73,0.821917808
+4351,1,20130417,1,10:59:56,72,0.833333333
+4352,1,20130417,1,10:59:56,74,0.810810811
+4353,1,20130417,1,10:59:57,68,0.882352941
+4354,1,20130417,1,10:59:58,63,0.952380952
+4355,1,20130417,1,10:59:59,68,0.882352941
+4356,1,20130417,1,11:00:00,67,0.895522388
+4357,1,20130417,1,11:00:01,67,0.895522388
+4358,1,20130417,1,11:00:02,67,0.895522388
+4359,1,20130417,1,11:00:03,75,0.8
+4360,1,20130417,1,11:00:04,73,0.821917808
+4361,1,20130417,1,11:00:04,70,0.857142857
+4362,1,20130417,1,11:00:05,77,0.779220779
+4363,1,20130417,1,11:00:06,72,0.833333333
+4364,1,20130417,1,11:00:07,70,0.857142857
+4365,1,20130417,1,11:00:08,78,0.769230769
+4366,1,20130417,1,11:00:08,73,0.821917808
+4367,1,20130417,1,11:00:09,70,0.857142857
+4368,1,20130417,1,11:00:10,69,0.869565217
+4369,1,20130417,1,11:00:11,78,0.769230769
+4370,1,20130417,1,11:00:12,75,0.8
+4371,1,20130417,1,11:00:13,76,0.789473684
+4372,1,20130417,1,11:00:13,77,0.779220779
+4373,1,20130417,1,11:00:14,81,0.740740741
+4374,1,20130417,1,11:00:15,75,0.8
+4375,1,20130417,1,11:00:16,71,0.845070423
+4376,1,20130417,1,11:00:16,77,0.779220779
+4377,1,20130417,1,11:00:17,76,0.789473684
+4378,1,20130417,1,11:00:18,71,0.845070423
+4379,1,20130417,1,11:00:19,72,0.833333333
+4380,1,20130417,1,11:00:20,78,0.769230769
+4381,1,20130417,1,11:00:20,73,0.821917808
+4382,1,20130417,1,11:00:21,81,0.740740741
+4383,1,20130417,1,11:00:22,84,0.714285714
+4384,1,20130417,1,11:00:23,84,0.714285714
+4385,1,20130417,1,11:00:23,86,0.697674419
+4386,1,20130417,1,11:00:24,82,0.731707317
+4387,1,20130417,1,11:00:25,84,0.714285714
+4388,1,20130417,1,11:00:26,88,0.681818182
+4389,1,20130417,1,11:00:26,85,0.705882353
+4390,1,20130417,1,11:00:27,77,0.779220779
+4391,1,20130417,1,11:00:28,76,0.789473684
+4392,1,20130417,1,11:00:29,81,0.740740741
+4393,1,20130417,1,11:00:29,81,0.740740741
+4394,1,20130417,1,11:00:30,77,0.779220779
+4395,1,20130417,1,11:00:31,80,0.75
+4396,1,20130417,1,11:00:32,76,0.789473684
+4397,1,20130417,1,11:00:32,74,0.810810811
+4398,1,20130417,1,11:00:33,77,0.779220779
+4399,1,20130417,1,11:00:34,84,0.714285714
+4400,1,20130417,1,11:00:35,80,0.75
+4401,1,20130417,1,11:00:35,68,0.882352941
+4402,1,20130417,1,11:00:36,62,0.967741935
+4403,1,20130417,1,11:00:37,69,0.869565217
+4404,1,20130417,1,11:00:38,67,0.895522388
+4405,1,20130417,1,11:00:39,62,0.967741935
+4406,1,20130417,1,11:00:40,67,0.895522388
+4407,1,20130417,1,11:00:41,67,0.895522388
+4408,1,20130417,1,11:00:42,65,0.923076923
+4409,1,20130417,1,11:00:43,66,0.909090909
+4410,1,20130417,1,11:00:44,66,0.909090909
+4411,1,20130417,1,11:00:45,63,0.952380952
+4412,1,20130417,1,11:00:45,62,0.967741935
+4413,1,20130417,1,11:00:46,64,0.9375
+4414,1,20130417,1,11:00:47,72,0.833333333
+4415,1,20130417,1,11:00:48,73,0.821917808
+4416,1,20130417,1,11:00:49,70,0.857142857
+4417,1,20130417,1,11:00:50,68,0.882352941
+4418,1,20130417,1,11:00:51,72,0.833333333
+4419,1,20130417,1,11:00:52,80,0.75
+4420,1,20130417,1,11:00:52,82,0.731707317
+4421,1,20130417,1,11:00:53,79,0.759493671
+4422,1,20130417,1,11:00:54,72,0.833333333
+4423,1,20130417,1,11:00:55,68,0.882352941
+4424,1,20130417,1,11:00:56,66,0.909090909
+4425,1,20130417,1,11:00:56,67,0.895522388
+4426,1,20130417,1,11:00:57,70,0.857142857
+4427,1,20130417,1,11:00:58,78,0.769230769
+4428,1,20130417,1,11:00:59,72,0.833333333
+4429,1,20130417,1,11:01:00,64,0.9375
+4430,1,20130417,1,11:01:01,63,0.952380952
+4431,1,20130417,1,11:01:02,71,0.845070423
+4432,1,20130417,1,11:01:03,70,0.857142857
+4433,1,20130417,1,11:01:03,70,0.857142857
+4434,1,20130417,1,11:01:04,77,0.779220779
+4435,1,20130417,1,11:01:05,81,0.740740741
+4436,1,20130417,1,11:01:06,81,0.740740741
+4437,1,20130417,1,11:01:07,77,0.779220779
+4438,1,20130417,1,11:01:07,73,0.821917808
+4439,1,20130417,1,11:01:08,76,0.789473684
+4440,1,20130417,1,11:01:09,76,0.789473684
+4441,1,20130417,1,11:01:10,75,0.8
+4442,1,20130417,1,11:01:11,75,0.8
+4443,1,20130417,1,11:01:11,69,0.869565217
+4444,1,20130417,1,11:01:12,64,0.9375
+4445,1,20130417,1,11:01:13,70,0.857142857
+4446,1,20130417,1,11:01:14,70,0.857142857
+4447,1,20130417,1,11:01:15,65,0.923076923
+4448,1,20130417,1,11:01:16,61,0.983606557
+4449,1,20130417,1,11:01:17,61,0.983606557
+4450,1,20130417,1,11:01:18,69,0.869565217
+4451,1,20130417,1,11:01:19,75,0.8
+4452,1,20130417,1,11:01:19,70,0.857142857
+4453,1,20130417,1,11:01:20,67,0.895522388
+4454,1,20130417,1,11:01:21,76,0.789473684
+4455,1,20130417,1,11:01:22,75,0.8
+4456,1,20130417,1,11:01:23,60,1
+4457,1,20130417,1,11:01:24,58,1.034482759
+4458,1,20130417,1,11:01:25,57,1.052631579
+4459,1,20130417,1,11:01:26,59,1.016949153
+4460,1,20130417,1,11:01:27,66,0.909090909
+4461,1,20130417,1,11:01:28,64,0.9375
+4462,1,20130417,1,11:01:29,64,0.9375
+4463,1,20130417,1,11:01:30,73,0.821917808
+4464,1,20130417,1,11:01:30,74,0.810810811
+4465,1,20130417,1,11:01:31,61,0.983606557
+4466,1,20130417,1,11:01:32,68,0.882352941
+4467,1,20130417,1,11:01:33,78,0.769230769
+4468,1,20130417,1,11:01:34,75,0.8
+4469,1,20130417,1,11:01:35,59,1.016949153
+4470,1,20130417,1,11:01:36,60,1
+4471,1,20130417,1,11:01:37,66,0.909090909
+4472,1,20130417,1,11:01:38,75,0.8
+4473,1,20130417,1,11:01:38,73,0.821917808
+4474,1,20130417,1,11:01:39,73,0.821917808
+4475,1,20130417,1,11:01:40,66,0.909090909
+4476,1,20130417,1,11:01:41,55,1.090909091
+4477,1,20130417,1,11:01:42,67,0.895522388
+4478,1,20130417,1,11:01:43,60,1
+4479,1,20130417,1,11:01:44,56,1.071428571
+4480,1,20130417,1,11:01:45,63,0.952380952
+4481,1,20130417,1,11:01:46,61,0.983606557
+4482,1,20130417,1,11:01:47,57,1.052631579
+4483,1,20130417,1,11:01:48,56,1.071428571
+4484,1,20130417,1,11:01:49,59,1.016949153
+4485,1,20130417,1,11:01:50,61,0.983606557
+4486,1,20130417,1,11:01:51,60,1
+4487,1,20130417,1,11:01:52,61,0.983606557
+4488,1,20130417,1,11:01:53,64,0.9375
+4489,1,20130417,1,11:01:54,59,1.016949153
+4490,1,20130417,1,11:01:55,58,1.034482759
+4491,1,20130417,1,11:01:56,59,1.016949153
+4492,1,20130417,1,11:01:57,64,0.9375
+4493,1,20130417,1,11:01:58,59,1.016949153
+4494,1,20130417,1,11:01:59,57,1.052631579
+4495,1,20130417,1,11:02:00,57,1.052631579
+4496,1,20130417,1,11:02:01,64,0.9375
+4497,1,20130417,1,11:02:02,63,0.952380952
+4498,1,20130417,1,11:02:03,64,0.9375
+4499,1,20130417,1,11:02:04,74,0.810810811
+4500,1,20130417,1,11:02:05,73,0.821917808
+4501,1,20130417,1,11:02:06,60,1
+4502,1,20130417,1,11:02:07,71,0.845070423
+4503,1,20130417,1,11:02:07,71,0.845070423
+4504,1,20130417,1,11:02:08,78,0.769230769
+4505,1,20130417,1,11:02:09,81,0.740740741
+4506,1,20130417,1,11:02:10,71,0.845070423
+4507,1,20130417,1,11:02:11,71,0.845070423
+4508,1,20130417,1,11:02:11,58,1.034482759
+4509,1,20130417,1,11:02:13,69,0.869565217
+4510,1,20130417,1,11:02:13,61,0.983606557
+4511,1,20130417,1,11:02:14,57,1.052631579
+4512,1,20130417,1,11:02:15,56,1.071428571
+4513,1,20130417,1,11:02:17,61,0.983606557
+4514,1,20130417,1,11:02:18,62,0.967741935
+4515,1,20130417,1,11:02:18,60,1
+4516,1,20130417,1,11:02:19,61,0.983606557
+4517,1,20130417,1,11:02:20,70,0.857142857
+4518,1,20130417,1,11:02:21,63,0.952380952
+4519,1,20130417,1,11:02:22,56,1.071428571
+4520,1,20130417,1,11:02:23,57,1.052631579
+4521,1,20130417,1,11:02:24,68,0.882352941
+4522,1,20130417,1,11:02:25,66,0.909090909
+4523,1,20130417,1,11:02:26,63,0.952380952
+4524,1,20130417,1,11:02:27,63,0.952380952
+4525,1,20130417,1,11:02:28,58,1.034482759
+4526,1,20130417,1,11:02:29,58,1.034482759
+4527,1,20130417,1,11:02:30,64,0.9375
+4528,1,20130417,1,11:02:31,62,0.967741935
+4529,1,20130417,1,11:02:32,60,1
+4530,1,20130417,1,11:02:33,67,0.895522388
+4531,1,20130417,1,11:02:34,65,0.923076923
+4532,1,20130417,1,11:02:35,62,0.967741935
+4533,1,20130417,1,11:02:36,65,0.923076923
+4534,1,20130417,1,11:02:37,69,0.869565217
+4535,1,20130417,1,11:02:38,62,0.967741935
+4536,1,20130417,1,11:02:39,61,0.983606557
+4537,1,20130417,1,11:02:40,68,0.882352941
+4538,1,20130417,1,11:02:40,65,0.923076923
+4539,1,20130417,1,11:02:41,67,0.895522388
+4540,1,20130417,1,11:02:42,77,0.779220779
+4541,1,20130417,1,11:02:43,77,0.779220779
+4542,1,20130417,1,11:02:44,67,0.895522388
+4543,1,20130417,1,11:02:45,60,1
+4544,1,20130417,1,11:02:46,58,1.034482759
+4545,1,20130417,1,11:02:47,66,0.909090909
+4546,1,20130417,1,11:02:48,65,0.923076923
+4547,1,20130417,1,11:02:49,68,0.882352941
+4548,1,20130417,1,11:02:50,75,0.8
+4549,1,20130417,1,11:02:50,74,0.810810811
+4550,1,20130417,1,11:02:51,67,0.895522388
+4551,1,20130417,1,11:02:52,75,0.8
+4552,1,20130417,1,11:02:53,81,0.740740741
+4553,1,20130417,1,11:02:54,79,0.759493671
+4554,1,20130417,1,11:02:54,71,0.845070423
+4555,1,20130417,1,11:02:55,61,0.983606557
+4556,1,20130417,1,11:02:56,61,0.983606557
+4557,1,20130417,1,11:02:57,73,0.821917808
+4558,1,20130417,1,11:02:58,68,0.882352941
+4559,1,20130417,1,11:02:59,68,0.882352941
+4560,1,20130417,1,11:03:00,68,0.882352941
+4561,1,20130417,1,11:03:01,71,0.845070423
+4562,1,20130417,1,11:03:01,80,0.75
+4563,1,20130417,1,11:03:02,78,0.769230769
+4564,1,20130417,1,11:03:03,82,0.731707317
+4565,1,20130417,1,11:03:04,79,0.759493671
+4566,1,20130417,1,11:03:04,84,0.714285714
+4567,1,20130417,1,11:03:05,86,0.697674419
+4568,1,20130417,1,11:03:06,84,0.714285714
+4569,1,20130417,1,11:03:07,74,0.810810811
+4570,1,20130417,1,11:03:07,59,1.016949153
+4571,1,20130417,1,11:03:08,63,0.952380952
+4572,1,20130417,1,11:03:09,64,0.9375
+4573,1,20130417,1,11:03:10,63,0.952380952
+4574,1,20130417,1,11:03:11,62,0.967741935
+4575,1,20130417,1,11:03:12,66,0.909090909
+4576,1,20130417,1,11:03:13,69,0.869565217
+4577,1,20130417,1,11:03:14,72,0.833333333
+4578,1,20130417,1,11:03:15,71,0.845070423
+4579,1,20130417,1,11:03:16,70,0.857142857
+4580,1,20130417,1,11:03:17,69,0.869565217
+4581,1,20130417,1,11:03:17,69,0.869565217
+4582,1,20130417,1,11:03:18,68,0.882352941
+4583,1,20130417,1,11:03:19,70,0.857142857
+4584,1,20130417,1,11:03:20,71,0.845070423
+4585,1,20130417,1,11:03:21,65,0.923076923
+4586,1,20130417,1,11:03:22,66,0.909090909
+4587,1,20130417,1,11:03:23,66,0.909090909
+4588,1,20130417,1,11:03:24,68,0.882352941
+4589,1,20130417,1,11:03:25,67,0.895522388
+4590,1,20130417,1,11:03:25,67,0.895522388
+4591,1,20130417,1,11:03:26,70,0.857142857
+4592,1,20130417,1,11:03:27,65,0.923076923
+4593,1,20130417,1,11:03:28,65,0.923076923
+4594,1,20130417,1,11:03:29,64,0.9375
+4595,1,20130417,1,11:03:30,63,0.952380952
+4596,1,20130417,1,11:03:31,71,0.845070423
+4597,1,20130417,1,11:03:32,70,0.857142857
+4598,1,20130417,1,11:03:33,68,0.882352941
+4599,1,20130417,1,11:03:33,79,0.759493671
+4600,1,20130417,1,11:03:34,75,0.8
+4601,1,20130417,1,11:03:35,81,0.740740741
+4602,1,20130417,1,11:03:36,82,0.731707317
+4603,1,20130417,1,11:03:36,83,0.722891566
+4604,1,20130417,1,11:03:37,87,0.689655172
+4605,1,20130417,1,11:03:38,87,0.689655172
+4606,1,20130417,1,11:03:39,88,0.681818182
+4607,1,20130417,1,11:03:39,89,0.674157303
+4608,1,20130417,1,11:03:40,90,0.666666667
+4609,1,20130417,1,11:03:41,90,0.666666667
+4610,1,20130417,1,11:03:41,86,0.697674419
+4611,1,20130417,1,11:03:42,83,0.722891566
+4612,1,20130417,1,11:03:43,86,0.697674419
+4613,1,20130417,1,11:03:43,84,0.714285714
+4614,1,20130417,1,11:03:44,83,0.722891566
+4615,1,20130417,1,11:03:45,83,0.722891566
+4616,1,20130417,1,11:03:46,79,0.759493671
+4617,1,20130417,1,11:03:46,84,0.714285714
+4618,1,20130417,1,11:03:47,79,0.759493671
+4619,1,20130417,1,11:03:48,80,0.75
+4620,1,20130417,1,11:03:49,80,0.75
+4621,1,20130417,1,11:03:49,80,0.75
+4622,1,20130417,1,11:03:50,73,0.821917808
+4623,1,20130417,1,11:03:51,66,0.909090909
+4624,1,20130417,1,11:03:52,71,0.845070423
+4625,1,20130417,1,11:03:53,71,0.845070423
+4626,1,20130417,1,11:03:53,64,0.9375
+4627,1,20130417,1,11:03:54,67,0.895522388
+4628,1,20130417,1,11:03:55,72,0.833333333
+4629,1,20130417,1,11:03:56,73,0.821917808
+4630,1,20130417,1,11:03:57,67,0.895522388
+4631,1,20130417,1,11:03:58,71,0.845070423
+4632,1,20130417,1,11:03:59,62,0.967741935
+4633,1,20130417,1,11:04:00,61,0.983606557
+4634,1,20130417,1,11:04:01,61,0.983606557
+4635,1,20130417,1,11:04:02,70,0.857142857
+4636,1,20130417,1,11:04:02,71,0.845070423
+4637,1,20130417,1,11:04:03,68,0.882352941
+4638,1,20130417,1,11:04:04,70,0.857142857
+4639,1,20130417,1,11:04:05,67,0.895522388
+4640,1,20130417,1,11:04:06,67,0.895522388
+4641,1,20130417,1,11:04:07,67,0.895522388
+4642,1,20130417,1,11:04:08,72,0.833333333
+4643,1,20130417,1,11:04:09,70,0.857142857
+4644,1,20130417,1,11:04:09,64,0.9375
+4645,1,20130417,1,11:04:10,67,0.895522388
+4646,1,20130417,1,11:04:11,58,1.034482759
+4647,1,20130417,1,11:04:12,56,1.071428571
+4648,1,20130417,1,11:04:13,60,1
+4649,1,20130417,1,11:04:14,62,0.967741935
+4650,1,20130417,1,11:04:15,62,0.967741935
+4651,1,20130417,1,11:04:16,66,0.909090909
+4652,1,20130417,1,11:04:17,74,0.810810811
+4653,1,20130417,1,11:04:18,71,0.845070423
+4654,1,20130417,1,11:04:19,68,0.882352941
+4655,1,20130417,1,11:04:20,67,0.895522388
+4656,1,20130417,1,11:04:21,73,0.821917808
+4657,1,20130417,1,11:04:21,69,0.869565217
+4658,1,20130417,1,11:04:22,67,0.895522388
+4659,1,20130417,1,11:04:23,66,0.909090909
+4660,1,20130417,1,11:04:24,73,0.821917808
+4661,1,20130417,1,11:04:25,68,0.882352941
+4662,1,20130417,1,11:04:26,67,0.895522388
+4663,1,20130417,1,11:04:27,70,0.857142857
+4664,1,20130417,1,11:04:28,72,0.833333333
+4665,1,20130417,1,11:04:28,68,0.882352941
+4666,1,20130417,1,11:04:29,65,0.923076923
+4667,1,20130417,1,11:04:30,70,0.857142857
+4668,1,20130417,1,11:04:31,70,0.857142857
+4669,1,20130417,1,11:04:32,67,0.895522388
+4670,1,20130417,1,11:04:33,73,0.821917808
+4671,1,20130417,1,11:04:34,69,0.869565217
+4672,1,20130417,1,11:04:35,69,0.869565217
+4673,1,20130417,1,11:04:35,69,0.869565217
+4674,1,20130417,1,11:04:36,72,0.833333333
+4675,1,20130417,1,11:04:37,65,0.923076923
+4676,1,20130417,1,11:04:38,65,0.923076923
+4677,1,20130417,1,11:04:39,70,0.857142857
+4678,1,20130417,1,11:04:40,69,0.869565217
+4679,1,20130417,1,11:04:41,69,0.869565217
+4680,1,20130417,1,11:04:42,72,0.833333333
+4681,1,20130417,1,11:04:42,72,0.833333333
+4682,1,20130417,1,11:04:43,68,0.882352941
+4683,1,20130417,1,11:04:44,69,0.869565217
+4684,1,20130417,1,11:04:45,77,0.779220779
+4685,1,20130417,1,11:04:46,68,0.882352941
+4686,1,20130417,1,11:04:47,67,0.895522388
+4687,1,20130417,1,11:04:48,72,0.833333333
+4688,1,20130417,1,11:04:48,74,0.810810811
+4689,1,20130417,1,11:04:49,69,0.869565217
+4690,1,20130417,1,11:04:50,65,0.923076923
+4691,1,20130417,1,11:04:51,74,0.810810811
+4692,1,20130417,1,11:04:52,75,0.8
+4693,1,20130417,1,11:04:53,66,0.909090909
+4694,1,20130417,1,11:04:53,63,0.952380952
+4695,1,20130417,1,11:04:54,68,0.882352941
+4696,1,20130417,1,11:04:55,72,0.833333333
+4697,1,20130417,1,11:04:56,71,0.845070423
+4698,1,20130417,1,11:04:57,73,0.821917808
+4699,1,20130417,1,11:04:58,75,0.8
+4700,1,20130417,1,11:04:59,68,0.882352941
+4701,1,20130417,1,11:05:00,67,0.895522388
+4702,1,20130417,1,11:05:00,69,0.869565217
+4703,1,20130417,1,11:05:01,73,0.821917808
+4704,1,20130417,1,11:05:02,71,0.845070423
+4705,1,20130417,1,11:05:03,70,0.857142857
+4706,1,20130417,1,11:05:04,65,0.923076923
+4707,1,20130417,1,11:05:05,63,0.952380952
+4708,1,20130417,1,11:05:06,67,0.895522388
+4709,1,20130417,1,11:05:07,76,0.789473684
+4710,1,20130417,1,11:05:07,74,0.810810811
+4711,1,20130417,1,11:05:08,73,0.821917808
+4712,1,20130417,1,11:05:09,74,0.810810811
+4713,1,20130417,1,11:05:10,81,0.740740741
+4714,1,20130417,1,11:05:11,72,0.833333333
+4715,1,20130417,1,11:05:11,64,0.9375
+4716,1,20130417,1,11:05:12,66,0.909090909
+4717,1,20130417,1,11:05:13,75,0.8
+4718,1,20130417,1,11:05:14,77,0.779220779
+4719,1,20130417,1,11:05:15,78,0.769230769
+4720,1,20130417,1,11:05:16,78,0.769230769
+4721,1,20130417,1,11:05:16,79,0.759493671
+4722,1,20130417,1,11:05:17,81,0.740740741
+4723,1,20130417,1,11:05:18,81,0.740740741
+4724,1,20130417,1,11:05:19,83,0.722891566
+4725,1,20130417,1,11:05:19,81,0.740740741
+4726,1,20130417,1,11:05:20,72,0.833333333
+4727,1,20130417,1,11:05:21,75,0.8
+4728,1,20130417,1,11:05:22,74,0.810810811
+4729,1,20130417,1,11:05:23,80,0.75
+4730,1,20130417,1,11:05:23,83,0.722891566
+4731,1,20130417,1,11:05:24,82,0.731707317
+4732,1,20130417,1,11:05:25,72,0.833333333
+4733,1,20130417,1,11:05:26,67,0.895522388
+4734,1,20130417,1,11:05:26,66,0.909090909
+4735,1,20130417,1,11:05:27,67,0.895522388
+4736,1,20130417,1,11:05:28,66,0.909090909
+4737,1,20130417,1,11:05:29,67,0.895522388
+4738,1,20130417,1,11:05:30,66,0.909090909
+4739,1,20130417,1,11:05:31,70,0.857142857
+4740,1,20130417,1,11:05:32,69,0.869565217
+4741,1,20130417,1,11:05:33,68,0.882352941
+4742,1,20130417,1,11:05:34,60,1
+4743,1,20130417,1,11:05:35,69,0.869565217
+4744,1,20130417,1,11:05:35,66,0.909090909
+4745,1,20130417,1,11:05:36,56,1.071428571
+4746,1,20130417,1,11:05:37,56,1.071428571
+4747,1,20130417,1,11:05:38,71,0.845070423
+4748,1,20130417,1,11:05:39,72,0.833333333
+4749,1,20130417,1,11:05:40,59,1.016949153
+4750,1,20130417,1,11:05:41,57,1.052631579
+4751,1,20130417,1,11:05:42,59,1.016949153
+4752,1,20130417,1,11:05:43,67,0.895522388
+4753,1,20130417,1,11:05:44,65,0.923076923
+4754,1,20130417,1,11:05:45,66,0.909090909
+4755,1,20130417,1,11:05:46,73,0.821917808
+4756,1,20130417,1,11:05:47,69,0.869565217
+4757,1,20130417,1,11:05:48,70,0.857142857
+4758,1,20130417,1,11:05:49,73,0.821917808
+4759,1,20130417,1,11:05:49,78,0.769230769
+4760,1,20130417,1,11:05:50,72,0.833333333
+4761,1,20130417,1,11:05:51,60,1
+4762,1,20130417,1,11:05:52,59,1.016949153
+4763,1,20130417,1,11:05:53,65,0.923076923
+4764,1,20130417,1,11:05:54,67,0.895522388
+4765,1,20130417,1,11:05:55,75,0.8
+4766,1,20130417,1,11:05:56,77,0.779220779
+4767,1,20130417,1,11:05:56,82,0.731707317
+4768,1,20130417,1,11:05:57,79,0.759493671
+4769,1,20130417,1,11:05:58,79,0.759493671
+4770,1,20130417,1,11:05:59,79,0.759493671
+4771,1,20130417,1,11:05:59,80,0.75
+4772,1,20130417,1,11:06:00,87,0.689655172
+4773,1,20130417,1,11:06:01,88,0.681818182
+4774,1,20130417,1,11:06:01,91,0.659340659
+4775,1,20130417,1,11:06:02,80,0.75
+4776,1,20130417,1,11:06:03,72,0.833333333
+4777,1,20130417,1,11:06:04,74,0.810810811
+4778,1,20130417,1,11:06:05,71,0.845070423
+4779,1,20130417,1,11:06:05,68,0.882352941
+4780,1,20130417,1,11:06:06,68,0.882352941
+4781,1,20130417,1,11:06:07,74,0.810810811
+4782,1,20130417,1,11:06:08,81,0.740740741
+4783,1,20130417,1,11:06:09,80,0.75
+4784,1,20130417,1,11:06:09,77,0.779220779
+4785,1,20130417,1,11:06:10,80,0.75
+4786,1,20130417,1,11:06:11,79,0.759493671
+4787,1,20130417,1,11:06:12,72,0.833333333
+4788,1,20130417,1,11:06:13,69,0.869565217
+4789,1,20130417,1,11:06:13,65,0.923076923
+4790,1,20130417,1,11:06:14,68,0.882352941
+4791,1,20130417,1,11:06:15,63,0.952380952
+4792,1,20130417,1,11:06:16,66,0.909090909
+4793,1,20130417,1,11:06:17,65,0.923076923
+4794,1,20130417,1,11:06:18,71,0.845070423
+4795,1,20130417,1,11:06:19,71,0.845070423
+4796,1,20130417,1,11:06:20,67,0.895522388
+4797,1,20130417,1,11:06:21,64,0.9375
+4798,1,20130417,1,11:06:22,65,0.923076923
+4799,1,20130417,1,11:06:22,62,0.967741935
+4800,1,20130417,1,11:06:23,63,0.952380952
+4801,1,20130417,1,11:06:24,61,0.983606557
+4802,1,20130417,1,11:06:25,62,0.967741935
+4803,1,20130417,1,11:06:26,66,0.909090909
+4804,1,20130417,1,11:06:27,65,0.923076923
+4805,1,20130417,1,11:06:28,65,0.923076923
+4806,1,20130417,1,11:06:29,64,0.9375
+4807,1,20130417,1,11:06:30,69,0.869565217
+4808,1,20130417,1,11:06:31,68,0.882352941
+4809,1,20130417,1,11:06:32,67,0.895522388
+4810,1,20130417,1,11:06:33,67,0.895522388
+4811,1,20130417,1,11:06:34,74,0.810810811
+4812,1,20130417,1,11:06:34,69,0.869565217
+4813,1,20130417,1,11:06:35,75,0.8
+4814,1,20130417,1,11:06:36,64,0.9375
+4815,1,20130417,1,11:06:37,66,0.909090909
+4816,1,20130417,1,11:06:38,65,0.923076923
+4817,1,20130417,1,11:06:39,72,0.833333333
+4818,1,20130417,1,11:06:40,68,0.882352941
+4819,1,20130417,1,11:06:40,72,0.833333333
+4820,1,20130417,1,11:06:41,74,0.810810811
+4821,1,20130417,1,11:06:42,67,0.895522388
+4822,1,20130417,1,11:06:43,65,0.923076923
+4823,1,20130417,1,11:06:44,73,0.821917808
+4824,1,20130417,1,11:06:45,73,0.821917808
+4825,1,20130417,1,11:06:46,79,0.759493671
+4826,1,20130417,1,11:06:46,75,0.8
+4827,1,20130417,1,11:06:47,67,0.895522388
+4828,1,20130417,1,11:06:48,63,0.952380952
+4829,1,20130417,1,11:06:49,66,0.909090909
+4830,1,20130417,1,11:06:50,75,0.8
+4831,1,20130417,1,11:06:51,69,0.869565217
+4832,1,20130417,1,11:06:52,71,0.845070423
+4833,1,20130417,1,11:06:52,77,0.779220779
+4834,1,20130417,1,11:06:53,77,0.779220779
+4835,1,20130417,1,11:06:54,82,0.731707317
+4836,1,20130417,1,11:06:55,85,0.705882353
+4837,1,20130417,1,11:06:55,87,0.689655172
+4838,1,20130417,1,11:06:56,89,0.674157303
+4839,1,20130417,1,11:06:57,89,0.674157303
+4840,1,20130417,1,11:06:57,83,0.722891566
+4841,1,20130417,1,11:06:58,81,0.740740741
+4842,1,20130417,1,11:06:59,71,0.845070423
+4843,1,20130417,1,11:07:00,79,0.759493671
+4844,1,20130417,1,11:07:01,83,0.722891566
+4845,1,20130417,1,11:07:01,84,0.714285714
+4846,1,20130417,1,11:07:02,78,0.769230769
+4847,1,20130417,1,11:07:03,71,0.845070423
+4848,1,20130417,1,11:07:04,68,0.882352941
+4849,1,20130417,1,11:07:04,69,0.869565217
+4850,1,20130417,1,11:07:05,70,0.857142857
+4851,1,20130417,1,11:07:06,72,0.833333333
+4852,1,20130417,1,11:07:07,75,0.8
+4853,1,20130417,1,11:07:08,78,0.769230769
+4854,1,20130417,1,11:07:09,84,0.714285714
+4855,1,20130417,1,11:07:09,79,0.759493671
+4856,1,20130417,1,11:07:10,77,0.779220779
+4857,1,20130417,1,11:07:11,69,0.869565217
+4858,1,20130417,1,11:07:12,70,0.857142857
+4859,1,20130417,1,11:07:13,64,0.9375
+4860,1,20130417,1,11:07:14,69,0.869565217
+4861,1,20130417,1,11:07:14,51,1.176470588
+4862,1,20130417,1,11:07:16,58,1.034482759
+4863,1,20130417,1,11:07:17,56,1.071428571
+4864,1,20130417,1,11:07:18,62,0.967741935
+4865,1,20130417,1,11:07:19,63,0.952380952
+4866,1,20130417,1,11:07:20,65,0.923076923
+4867,1,20130417,1,11:07:21,59,1.016949153
+4868,1,20130417,1,11:07:22,55,1.090909091
+4869,1,20130417,1,11:07:23,60,1
+4870,1,20130417,1,11:07:24,70,0.857142857
+4871,1,20130417,1,11:07:24,77,0.779220779
+4872,1,20130417,1,11:07:25,78,0.769230769
+4873,1,20130417,1,11:07:26,79,0.759493671
+4874,1,20130417,1,11:07:27,69,0.869565217
+4875,1,20130417,1,11:07:28,60,1
+4876,1,20130417,1,11:07:29,63,0.952380952
+4877,1,20130417,1,11:07:30,69,0.869565217
+4878,1,20130417,1,11:07:30,70,0.857142857
+4879,1,20130417,1,11:07:31,70,0.857142857
+4880,1,20130417,1,11:07:32,77,0.779220779
+4881,1,20130417,1,11:07:33,68,0.882352941
+4882,1,20130417,1,11:07:34,66,0.909090909
+4883,1,20130417,1,11:07:35,69,0.869565217
+4884,1,20130417,1,11:07:36,66,0.909090909
+4885,1,20130417,1,11:07:37,78,0.769230769
+4886,1,20130417,1,11:07:37,80,0.75
+4887,1,20130417,1,11:07:38,77,0.779220779
+4888,1,20130417,1,11:07:39,67,0.895522388
+4889,1,20130417,1,11:07:40,63,0.952380952
+4890,1,20130417,1,11:07:41,67,0.895522388
+4891,1,20130417,1,11:07:42,75,0.8
+4892,1,20130417,1,11:07:42,71,0.845070423
+4893,1,20130417,1,11:07:43,71,0.845070423
+4894,1,20130417,1,11:07:44,70,0.857142857
+4895,1,20130417,1,11:07:45,72,0.833333333
+4896,1,20130417,1,11:07:46,79,0.759493671
+4897,1,20130417,1,11:07:47,74,0.810810811
+4898,1,20130417,1,11:07:47,67,0.895522388
+4899,1,20130417,1,11:07:48,65,0.923076923
+4900,1,20130417,1,11:07:49,65,0.923076923
+4901,1,20130417,1,11:07:50,74,0.810810811
+4902,1,20130417,1,11:07:51,66,0.909090909
+4903,1,20130417,1,11:07:52,65,0.923076923
+4904,1,20130417,1,11:07:53,63,0.952380952
+4905,1,20130417,1,11:07:54,59,1.016949153
+4906,1,20130417,1,11:07:55,61,0.983606557
+4907,1,20130417,1,11:07:56,65,0.923076923
+4908,1,20130417,1,11:07:57,76,0.789473684
+4909,1,20130417,1,11:07:57,75,0.8
+4910,1,20130417,1,11:07:58,70,0.857142857
+4911,1,20130417,1,11:07:59,61,0.983606557
+4912,1,20130417,1,11:08:00,69,0.869565217
+4913,1,20130417,1,11:08:01,61,0.983606557
+4914,1,20130417,1,11:08:02,52,1.153846154
+4915,1,20130417,1,11:08:03,55,1.090909091
+4916,1,20130417,1,11:08:04,58,1.034482759
+4917,1,20130417,1,11:08:05,59,1.016949153
+4918,1,20130417,1,11:08:06,64,0.9375
+4919,1,20130417,1,11:08:07,66,0.909090909
+4920,1,20130417,1,11:08:08,59,1.016949153
+4921,1,20130417,1,11:08:09,56,1.071428571
+4922,1,20130417,1,11:08:10,61,0.983606557
+4923,1,20130417,1,11:08:11,58,1.034482759
+4924,1,20130417,1,11:08:12,68,0.882352941
+4925,1,20130417,1,11:08:13,74,0.810810811
+4926,1,20130417,1,11:08:14,69,0.869565217
+4927,1,20130417,1,11:08:15,60,1
+4928,1,20130417,1,11:08:16,60,1
+4929,1,20130417,1,11:08:17,65,0.923076923
+4930,1,20130417,1,11:08:18,65,0.923076923
+4931,1,20130417,1,11:08:19,61,0.983606557
+4932,1,20130417,1,11:08:20,64,0.9375
+4933,1,20130417,1,11:08:20,71,0.845070423
+4934,1,20130417,1,11:08:21,75,0.8
+4935,1,20130417,1,11:08:22,70,0.857142857
+4936,1,20130417,1,11:08:23,73,0.821917808
+4937,1,20130417,1,11:08:24,66,0.909090909
+4938,1,20130417,1,11:08:25,61,0.983606557
+4939,1,20130417,1,11:08:26,63,0.952380952
+4940,1,20130417,1,11:08:27,66,0.909090909
+4941,1,20130417,1,11:08:28,61,0.983606557
+4942,1,20130417,1,11:08:29,61,0.983606557
+4943,1,20130417,1,11:08:30,67,0.895522388
+4944,1,20130417,1,11:08:30,72,0.833333333
+4945,1,20130417,1,11:08:31,66,0.909090909
+4946,1,20130417,1,11:08:32,63,0.952380952
+4947,1,20130417,1,11:08:33,67,0.895522388
+4948,1,20130417,1,11:08:34,67,0.895522388
+4949,1,20130417,1,11:08:35,65,0.923076923
+4950,1,20130417,1,11:08:36,62,0.967741935
+4951,1,20130417,1,11:08:37,68,0.882352941
+4952,1,20130417,1,11:08:38,64,0.9375
+4953,1,20130417,1,11:08:39,61,0.983606557
+4954,1,20130417,1,11:08:40,63,0.952380952
+4955,1,20130417,1,11:08:41,69,0.869565217
+4956,1,20130417,1,11:08:41,66,0.909090909
+4957,1,20130417,1,11:08:42,65,0.923076923
+4958,1,20130417,1,11:08:43,73,0.821917808
+4959,1,20130417,1,11:08:44,80,0.75
+4960,1,20130417,1,11:08:45,77,0.779220779
+4961,1,20130417,1,11:08:46,84,0.714285714
+4962,1,20130417,1,11:08:46,82,0.731707317
+4963,1,20130417,1,11:08:47,76,0.789473684
+4964,1,20130417,1,11:08:48,67,0.895522388
+4965,1,20130417,1,11:08:49,76,0.789473684
+4966,1,20130417,1,11:08:50,80,0.75
+4967,1,20130417,1,11:08:50,73,0.821917808
+4968,1,20130417,1,11:08:51,70,0.857142857
+4969,1,20130417,1,11:08:52,67,0.895522388
+4970,1,20130417,1,11:08:53,77,0.779220779
+4971,1,20130417,1,11:08:54,79,0.759493671
+4972,1,20130417,1,11:08:54,84,0.714285714
+4973,1,20130417,1,11:08:55,85,0.705882353
+4974,1,20130417,1,11:08:56,87,0.689655172
+4975,1,20130417,1,11:08:57,84,0.714285714
+4976,1,20130417,1,11:08:57,81,0.740740741
+4977,1,20130417,1,11:08:58,83,0.722891566
+4978,1,20130417,1,11:08:59,69,0.869565217
+4979,1,20130417,1,11:09:00,67,0.895522388
+4980,1,20130417,1,11:09:01,75,0.8
+4981,1,20130417,1,11:09:01,66,0.909090909
+4982,1,20130417,1,11:09:02,65,0.923076923
+4983,1,20130417,1,11:09:03,65,0.923076923
+4984,1,20130417,1,11:09:04,63,0.952380952
+4985,1,20130417,1,11:09:05,74,0.810810811
+4986,1,20130417,1,11:09:06,67,0.895522388
+4987,1,20130417,1,11:09:07,64,0.9375
+4988,1,20130417,1,11:09:08,65,0.923076923
+4989,1,20130417,1,11:09:09,59,1.016949153
+4990,1,20130417,1,11:09:10,57,1.052631579
+4991,1,20130417,1,11:09:11,58,1.034482759
+4992,1,20130417,1,11:09:12,61,0.983606557
+4993,1,20130417,1,11:09:13,59,1.016949153
+4994,1,20130417,1,11:09:14,60,1
+4995,1,20130417,1,11:09:15,67,0.895522388
+4996,1,20130417,1,11:09:16,64,0.9375
+4997,1,20130417,1,11:09:16,61,0.983606557
+4998,1,20130417,1,11:09:17,71,0.845070423
+4999,1,20130417,1,11:09:18,68,0.882352941
+5000,1,20130417,1,11:09:19,68,0.882352941
+5001,1,20130417,1,11:09:20,73,0.821917808
+5002,1,20130417,1,11:09:21,64,0.9375
+5003,1,20130417,1,11:09:22,63,0.952380952
+5004,1,20130417,1,11:09:23,66,0.909090909
+5005,1,20130417,1,11:09:24,74,0.810810811
+5006,1,20130417,1,11:09:25,68,0.882352941
+5007,1,20130417,1,11:09:25,69,0.869565217
+5008,1,20130417,1,11:09:26,73,0.821917808
+5009,1,20130417,1,11:09:27,67,0.895522388
+5010,1,20130417,1,11:09:28,64,0.9375
+5011,1,20130417,1,11:09:29,64,0.9375
+5012,1,20130417,1,11:09:30,72,0.833333333
+5013,1,20130417,1,11:09:31,69,0.869565217
+5014,1,20130417,1,11:09:32,71,0.845070423
+5015,1,20130417,1,11:09:32,68,0.882352941
+5016,1,20130417,1,11:09:33,67,0.895522388
+5017,1,20130417,1,11:09:34,69,0.869565217
+5018,1,20130417,1,11:09:35,62,0.967741935
+5019,1,20130417,1,11:09:36,62,0.967741935
+5020,1,20130417,1,11:09:37,64,0.9375
+5021,1,20130417,1,11:09:38,68,0.882352941
+5022,1,20130417,1,11:09:39,64,0.9375
+5023,1,20130417,1,11:09:40,72,0.833333333
+5024,1,20130417,1,11:09:41,73,0.821917808
+5025,1,20130417,1,11:09:41,67,0.895522388
+5026,1,20130417,1,11:09:42,66,0.909090909
+5027,1,20130417,1,11:09:43,65,0.923076923
+5028,1,20130417,1,11:09:44,58,1.034482759
+5029,1,20130417,1,11:09:45,56,1.071428571
+5030,1,20130417,1,11:09:46,61,0.983606557
+5031,1,20130417,1,11:09:47,69,0.869565217
+5032,1,20130417,1,11:09:48,63,0.952380952
+5033,1,20130417,1,11:09:49,62,0.967741935
+5034,1,20130417,1,11:09:50,70,0.857142857
+5035,1,20130417,1,11:09:51,69,0.869565217
+5036,1,20130417,1,11:09:52,62,0.967741935
+5037,1,20130417,1,11:09:53,64,0.9375
+5038,1,20130417,1,11:09:54,61,0.983606557
+5039,1,20130417,1,11:09:55,63,0.952380952
+5040,1,20130417,1,11:09:56,63,0.952380952
+5041,1,20130417,1,11:09:57,73,0.821917808
+5042,1,20130417,1,11:09:57,68,0.882352941
+5043,1,20130417,1,11:09:58,63,0.952380952
+5044,1,20130417,1,11:09:59,60,1
+5045,1,20130417,1,11:10:00,63,0.952380952
+5046,1,20130417,1,11:10:01,61,0.983606557
+5047,1,20130417,1,11:10:02,61,0.983606557
+5048,1,20130417,1,11:10:03,68,0.882352941
+5049,1,20130417,1,11:10:04,62,0.967741935
+5050,1,20130417,1,11:10:05,61,0.983606557
+5051,1,20130417,1,11:10:06,66,0.909090909
+5052,1,20130417,1,11:10:07,64,0.9375
+5053,1,20130417,1,11:10:08,63,0.952380952
+5054,1,20130417,1,11:10:09,64,0.9375
+5055,1,20130417,1,11:10:10,62,0.967741935
+5056,1,20130417,1,11:10:11,59,1.016949153
+5057,1,20130417,1,11:10:12,64,0.9375
+5058,1,20130417,1,11:10:13,64,0.9375
+5059,1,20130417,1,11:10:14,67,0.895522388
+5060,1,20130417,1,11:10:14,67,0.895522388
+5061,1,20130417,1,11:10:15,65,0.923076923
+5062,1,20130417,1,11:10:16,66,0.909090909
+5063,1,20130417,1,11:10:17,61,0.983606557
+5064,1,20130417,1,11:10:18,63,0.952380952
+5065,1,20130417,1,11:10:19,62,0.967741935
+5066,1,20130417,1,11:10:20,60,1
+5067,1,20130417,1,11:10:21,61,0.983606557
+5068,1,20130417,1,11:10:22,67,0.895522388
+5069,1,20130417,1,11:10:23,73,0.821917808
+5070,1,20130417,1,11:10:24,66,0.909090909
+5071,1,20130417,1,11:10:25,61,0.983606557
+5072,1,20130417,1,11:10:26,76,0.789473684
+5073,1,20130417,1,11:10:26,82,0.731707317
+5074,1,20130417,1,11:10:27,78,0.769230769
+5075,1,20130417,1,11:10:28,76,0.789473684
+5076,1,20130417,1,11:10:29,62,0.967741935
+5077,1,20130417,1,11:10:30,59,1.016949153
+5078,1,20130417,1,11:10:31,73,0.821917808
+5079,1,20130417,1,11:10:32,72,0.833333333
+5080,1,20130417,1,11:10:32,66,0.909090909
+5081,1,20130417,1,11:10:33,73,0.821917808
+5082,1,20130417,1,11:10:34,73,0.821917808
+5083,1,20130417,1,11:10:35,78,0.769230769
+5084,1,20130417,1,11:10:36,79,0.759493671
+5085,1,20130417,1,11:10:36,79,0.759493671
+5086,1,20130417,1,11:10:37,82,0.731707317
+5087,1,20130417,1,11:10:38,81,0.740740741
+5088,1,20130417,1,11:10:39,74,0.810810811
+5089,1,20130417,1,11:10:40,72,0.833333333
+5090,1,20130417,1,11:10:40,71,0.845070423
+5091,1,20130417,1,11:10:41,74,0.810810811
+5092,1,20130417,1,11:10:42,78,0.769230769
+5093,1,20130417,1,11:10:43,76,0.789473684
+5094,1,20130417,1,11:10:44,74,0.810810811
+5095,1,20130417,1,11:10:44,68,0.882352941
+5096,1,20130417,1,11:10:45,65,0.923076923
+5097,1,20130417,1,11:10:46,68,0.882352941
+5098,1,20130417,1,11:10:47,69,0.869565217
+5099,1,20130417,1,11:10:48,66,0.909090909
+5100,1,20130417,1,11:10:49,68,0.882352941
+5101,1,20130417,1,11:10:50,76,0.789473684
+5102,1,20130417,1,11:10:51,77,0.779220779
+5103,1,20130417,1,11:10:51,77,0.779220779
+5104,1,20130417,1,11:10:52,74,0.810810811
+5105,1,20130417,1,11:10:53,74,0.810810811
+5106,1,20130417,1,11:10:54,76,0.789473684
+5107,1,20130417,1,11:10:54,73,0.821917808
+5108,1,20130417,1,11:10:55,67,0.895522388
+5109,1,20130417,1,11:10:56,68,0.882352941
+5110,1,20130417,1,11:10:57,66,0.909090909
+5111,1,20130417,1,11:10:58,64,0.9375
+5112,1,20130417,1,11:10:59,63,0.952380952
+5113,1,20130417,1,11:11:00,69,0.869565217
+5114,1,20130417,1,11:11:01,66,0.909090909
+5115,1,20130417,1,11:11:02,74,0.810810811
+5116,1,20130417,1,11:11:02,77,0.779220779
+5117,1,20130417,1,11:11:03,75,0.8
+5118,1,20130417,1,11:11:04,75,0.8
+5119,1,20130417,1,11:11:05,78,0.769230769
+5120,1,20130417,1,11:11:06,82,0.731707317
+5121,1,20130417,1,11:11:06,70,0.857142857
+5122,1,20130417,1,11:11:07,75,0.8
+5123,1,20130417,1,11:11:08,72,0.833333333
+5124,1,20130417,1,11:11:09,68,0.882352941
+5125,1,20130417,1,11:11:10,66,0.909090909
+5126,1,20130417,1,11:11:11,73,0.821917808
+5127,1,20130417,1,11:11:11,67,0.895522388
+5128,1,20130417,1,11:11:12,58,1.034482759
+5129,1,20130417,1,11:11:13,59,1.016949153
+5130,1,20130417,1,11:11:14,73,0.821917808
+5131,1,20130417,1,11:11:15,67,0.895522388
+5132,1,20130417,1,11:11:16,60,1
+5133,1,20130417,1,11:11:17,64,0.9375
+5134,1,20130417,1,11:11:18,75,0.8
+5135,1,20130417,1,11:11:19,70,0.857142857
+5136,1,20130417,1,11:11:20,65,0.923076923
+5137,1,20130417,1,11:11:21,70,0.857142857
+5138,1,20130417,1,11:11:21,57,1.052631579
+5139,1,20130417,1,11:11:23,51,1.176470588
+5140,1,20130417,1,11:11:24,60,1
+5141,1,20130417,1,11:11:25,60,1
+5142,1,20130417,1,11:11:26,61,0.983606557
+5143,1,20130417,1,11:11:27,70,0.857142857
+5144,1,20130417,1,11:11:28,63,0.952380952
+5145,1,20130417,1,11:11:29,61,0.983606557
+5146,1,20130417,1,11:11:30,64,0.9375
+5147,1,20130417,1,11:11:30,69,0.869565217
+5148,1,20130417,1,11:11:31,63,0.952380952
+5149,1,20130417,1,11:11:32,63,0.952380952
+5150,1,20130417,1,11:11:33,72,0.833333333
+5151,1,20130417,1,11:11:34,64,0.9375
+5152,1,20130417,1,11:11:35,61,0.983606557
+5153,1,20130417,1,11:11:36,71,0.845070423
+5154,1,20130417,1,11:11:37,68,0.882352941
+5155,1,20130417,1,11:11:38,63,0.952380952
+5156,1,20130417,1,11:11:39,65,0.923076923
+5157,1,20130417,1,11:11:40,67,0.895522388
+5158,1,20130417,1,11:11:40,62,0.967741935
+5159,1,20130417,1,11:11:41,62,0.967741935
+5160,1,20130417,1,11:11:42,71,0.845070423
+5161,1,20130417,1,11:11:43,68,0.882352941
+5162,1,20130417,1,11:11:44,64,0.9375
+5163,1,20130417,1,11:11:45,66,0.909090909
+5164,1,20130417,1,11:11:46,63,0.952380952
+5165,1,20130417,1,11:11:47,63,0.952380952
+5166,1,20130417,1,11:11:48,66,0.909090909
+5167,1,20130417,1,11:11:49,63,0.952380952
+5168,1,20130417,1,11:11:50,63,0.952380952
+5169,1,20130417,1,11:11:51,63,0.952380952
+5170,1,20130417,1,11:11:52,72,0.833333333
+5171,1,20130417,1,11:11:53,66,0.909090909
+5172,1,20130417,1,11:11:53,66,0.909090909
+5173,1,20130417,1,11:11:54,70,0.857142857
+5174,1,20130417,1,11:11:55,70,0.857142857
+5175,1,20130417,1,11:11:56,63,0.952380952
+5176,1,20130417,1,11:11:57,67,0.895522388
+5177,1,20130417,1,11:11:58,71,0.845070423
+5178,1,20130417,1,11:11:59,69,0.869565217
+5179,1,20130417,1,11:12:00,78,0.769230769
+5180,1,20130417,1,11:12:00,75,0.8
+5181,1,20130417,1,11:12:01,72,0.833333333
+5182,1,20130417,1,11:12:02,76,0.789473684
+5183,1,20130417,1,11:12:03,74,0.810810811
+5184,1,20130417,1,11:12:04,68,0.882352941
+5185,1,20130417,1,11:12:05,67,0.895522388
+5186,1,20130417,1,11:12:05,71,0.845070423
+5187,1,20130417,1,11:12:06,77,0.779220779
+5188,1,20130417,1,11:12:07,77,0.779220779
+5189,1,20130417,1,11:12:08,77,0.779220779
+5190,1,20130417,1,11:12:09,83,0.722891566
+5191,1,20130417,1,11:12:09,80,0.75
+5192,1,20130417,1,11:12:10,75,0.8
+5193,1,20130417,1,11:12:11,67,0.895522388
+5194,1,20130417,1,11:12:12,64,0.9375
+5195,1,20130417,1,11:12:13,71,0.845070423
+5196,1,20130417,1,11:12:14,67,0.895522388
+5197,1,20130417,1,11:12:14,62,0.967741935
+5198,1,20130417,1,11:12:15,65,0.923076923
+5199,1,20130417,1,11:12:16,70,0.857142857
+5200,1,20130417,1,11:12:17,82,0.731707317
+5201,1,20130417,1,11:12:18,84,0.714285714
+5202,1,20130417,1,11:12:19,81,0.740740741
+5203,1,20130417,1,11:12:19,73,0.821917808
+5204,1,20130417,1,11:12:20,62,0.967741935
+5205,1,20130417,1,11:12:21,67,0.895522388
+5206,1,20130417,1,11:12:22,73,0.821917808
+5207,1,20130417,1,11:12:23,67,0.895522388
+5208,1,20130417,1,11:12:24,62,0.967741935
+5209,1,20130417,1,11:12:25,67,0.895522388
+5210,1,20130417,1,11:12:26,74,0.810810811
+5211,1,20130417,1,11:12:26,66,0.909090909
+5212,1,20130417,1,11:12:27,59,1.016949153
+5213,1,20130417,1,11:12:28,64,0.9375
+5214,1,20130417,1,11:12:29,73,0.821917808
+5215,1,20130417,1,11:12:30,68,0.882352941
+5216,1,20130417,1,11:12:31,62,0.967741935
+5217,1,20130417,1,11:12:32,62,0.967741935
+5218,1,20130417,1,11:12:33,70,0.857142857
+5219,1,20130417,1,11:12:34,64,0.9375
+5220,1,20130417,1,11:12:35,60,1
+5221,1,20130417,1,11:12:36,66,0.909090909
+5222,1,20130417,1,11:12:37,76,0.789473684
+5223,1,20130417,1,11:12:37,71,0.845070423
+5224,1,20130417,1,11:12:38,70,0.857142857
+5225,1,20130417,1,11:12:39,65,0.923076923
+5226,1,20130417,1,11:12:40,70,0.857142857
+5227,1,20130417,1,11:12:41,76,0.789473684
+5228,1,20130417,1,11:12:42,66,0.909090909
+5229,1,20130417,1,11:12:43,68,0.882352941
+5230,1,20130417,1,11:12:43,77,0.779220779
+5231,1,20130417,1,11:12:44,74,0.810810811
+5232,1,20130417,1,11:12:45,68,0.882352941
+5233,1,20130417,1,11:12:46,63,0.952380952
+5234,1,20130417,1,11:12:47,74,0.810810811
+5235,1,20130417,1,11:12:48,68,0.882352941
+5236,1,20130417,1,11:12:49,67,0.895522388
+5237,1,20130417,1,11:12:50,71,0.845070423
+5238,1,20130417,1,11:12:50,78,0.769230769
+5239,1,20130417,1,11:12:51,69,0.869565217
+5240,1,20130417,1,11:12:52,62,0.967741935
+5241,1,20130417,1,11:12:53,69,0.869565217
+5242,1,20130417,1,11:12:54,72,0.833333333
+5243,1,20130417,1,11:12:55,66,0.909090909
+5244,1,20130417,1,11:12:56,67,0.895522388
+5245,1,20130417,1,11:12:56,68,0.882352941
+5246,1,20130417,1,11:12:57,74,0.810810811
+5247,1,20130417,1,11:12:58,66,0.909090909
+5248,1,20130417,1,11:12:59,64,0.9375
+5249,1,20130417,1,11:13:00,67,0.895522388
+5250,1,20130417,1,11:13:01,66,0.909090909
+5251,1,20130417,1,11:13:02,64,0.9375
+5252,1,20130417,1,11:13:03,64,0.9375
+5253,1,20130417,1,11:13:04,72,0.833333333
+5254,1,20130417,1,11:13:04,71,0.845070423
+5255,1,20130417,1,11:13:05,76,0.789473684
+5256,1,20130417,1,11:13:06,80,0.75
+5257,1,20130417,1,11:13:07,82,0.731707317
+5258,1,20130417,1,11:13:08,80,0.75
+5259,1,20130417,1,11:13:08,80,0.75
+5260,1,20130417,1,11:13:09,79,0.759493671
+5261,1,20130417,1,11:13:10,74,0.810810811
+5262,1,20130417,1,11:13:11,82,0.731707317
+5263,1,20130417,1,11:13:11,80,0.75
+5264,1,20130417,1,11:13:12,75,0.8
+5265,1,20130417,1,11:13:13,71,0.845070423
+5266,1,20130417,1,11:13:14,80,0.75
+5267,1,20130417,1,11:13:15,67,0.895522388
+5268,1,20130417,1,11:13:15,63,0.952380952
+5269,1,20130417,1,11:13:16,63,0.952380952
+5270,1,20130417,1,11:13:17,74,0.810810811
+5271,1,20130417,1,11:13:18,67,0.895522388
+5272,1,20130417,1,11:13:19,63,0.952380952
+5273,1,20130417,1,11:13:20,60,1
+5274,1,20130417,1,11:13:21,65,0.923076923
+5275,1,20130417,1,11:13:22,63,0.952380952
+5276,1,20130417,1,11:13:23,60,1
+5277,1,20130417,1,11:13:24,63,0.952380952
+5278,1,20130417,1,11:13:25,76,0.789473684
+5279,1,20130417,1,11:13:26,74,0.810810811
+5280,1,20130417,1,11:13:26,78,0.769230769
+5281,1,20130417,1,11:13:27,79,0.759493671
+5282,1,20130417,1,11:13:28,79,0.759493671
+5283,1,20130417,1,11:13:29,71,0.845070423
+5284,1,20130417,1,11:13:30,60,1
+5285,1,20130417,1,11:13:31,75,0.8
+5286,1,20130417,1,11:13:31,65,0.923076923
+5287,1,20130417,1,11:13:32,64,0.9375
+5288,1,20130417,1,11:13:33,70,0.857142857
+5289,1,20130417,1,11:13:34,68,0.882352941
+5290,1,20130417,1,11:13:35,64,0.9375
+5291,1,20130417,1,11:13:36,74,0.810810811
+5292,1,20130417,1,11:13:37,71,0.845070423
+5293,1,20130417,1,11:13:38,74,0.810810811
+5294,1,20130417,1,11:13:38,71,0.845070423
+5295,1,20130417,1,11:13:39,74,0.810810811
+5296,1,20130417,1,11:13:40,67,0.895522388
+5297,1,20130417,1,11:13:41,61,0.983606557
+5298,1,20130417,1,11:13:42,60,1
+5299,1,20130417,1,11:13:43,72,0.833333333
+5300,1,20130417,1,11:13:44,65,0.923076923
+5301,1,20130417,1,11:13:45,61,0.983606557
+5302,1,20130417,1,11:13:46,62,0.967741935
+5303,1,20130417,1,11:13:47,69,0.869565217
+5304,1,20130417,1,11:13:47,64,0.9375
+5305,1,20130417,1,11:13:48,62,0.967741935
+5306,1,20130417,1,11:13:49,63,0.952380952
+5307,1,20130417,1,11:13:50,71,0.845070423
+5308,1,20130417,1,11:13:51,69,0.869565217
+5309,1,20130417,1,11:13:52,70,0.857142857
+5310,1,20130417,1,11:13:53,68,0.882352941
+5311,1,20130417,1,11:13:54,75,0.8
+5312,1,20130417,1,11:13:55,67,0.895522388
+5313,1,20130417,1,11:13:56,63,0.952380952
+5314,1,20130417,1,11:13:56,61,0.983606557
+5315,1,20130417,1,11:13:57,70,0.857142857
+5316,1,20130417,1,11:13:58,66,0.909090909
+5317,1,20130417,1,11:13:59,62,0.967741935
+5318,1,20130417,1,11:14:00,62,0.967741935
+5319,1,20130417,1,11:14:01,69,0.869565217
+5320,1,20130417,1,11:14:02,63,0.952380952
+5321,1,20130417,1,11:14:03,62,0.967741935
+5322,1,20130417,1,11:14:04,68,0.882352941
+5323,1,20130417,1,11:14:05,71,0.845070423
+5324,1,20130417,1,11:14:06,71,0.845070423
+5325,1,20130417,1,11:14:06,73,0.821917808
+5326,1,20130417,1,11:14:07,80,0.75
+5327,1,20130417,1,11:14:08,74,0.810810811
+5328,1,20130417,1,11:14:09,75,0.8
+5329,1,20130417,1,11:14:10,75,0.8
+5330,1,20130417,1,11:14:10,67,0.895522388
+5331,1,20130417,1,11:14:11,59,1.016949153
+5332,1,20130417,1,11:14:12,63,0.952380952
+5333,1,20130417,1,11:14:13,68,0.882352941
+5334,1,20130417,1,11:14:14,60,1
+5335,1,20130417,1,11:14:15,58,1.034482759
+5336,1,20130417,1,11:14:16,67,0.895522388
+5337,1,20130417,1,11:14:17,65,0.923076923
+5338,1,20130417,1,11:14:18,65,0.923076923
+5339,1,20130417,1,11:14:19,67,0.895522388
+5340,1,20130417,1,11:14:20,77,0.779220779
+5341,1,20130417,1,11:14:21,73,0.821917808
+5342,1,20130417,1,11:14:21,66,0.909090909
+5343,1,20130417,1,11:14:22,68,0.882352941
+5344,1,20130417,1,11:14:23,72,0.833333333
+5345,1,20130417,1,11:14:24,60,1
+5346,1,20130417,1,11:14:25,58,1.034482759
+5347,1,20130417,1,11:14:26,64,0.9375
+5348,1,20130417,1,11:14:27,59,1.016949153
+5349,1,20130417,1,11:14:28,59,1.016949153
+5350,1,20130417,1,11:14:29,65,0.923076923
+5351,1,20130417,1,11:14:30,63,0.952380952
+5352,1,20130417,1,11:14:31,61,0.983606557
+5353,1,20130417,1,11:14:32,68,0.882352941
+5354,1,20130417,1,11:14:33,64,0.9375
+5355,1,20130417,1,11:14:34,58,1.034482759
+5356,1,20130417,1,11:14:35,66,0.909090909
+5357,1,20130417,1,11:14:36,69,0.869565217
+5358,1,20130417,1,11:14:37,64,0.9375
+5359,1,20130417,1,11:14:38,62,0.967741935
+5360,1,20130417,1,11:14:39,66,0.909090909
+5361,1,20130417,1,11:14:39,62,0.967741935
+5362,1,20130417,1,11:14:40,62,0.967741935
+5363,1,20130417,1,11:14:41,68,0.882352941
+5364,1,20130417,1,11:14:42,66,0.909090909
+5365,1,20130417,1,11:14:43,62,0.967741935
+5366,1,20130417,1,11:14:44,63,0.952380952
+5367,1,20130417,1,11:14:45,70,0.857142857
+5368,1,20130417,1,11:14:46,66,0.909090909
+5369,1,20130417,1,11:14:47,67,0.895522388
+5370,1,20130417,1,11:14:48,71,0.845070423
+5371,1,20130417,1,11:14:49,70,0.857142857
+5372,1,20130417,1,11:14:49,63,0.952380952
+5373,1,20130417,1,11:14:50,67,0.895522388
+5374,1,20130417,1,11:14:51,69,0.869565217
+5375,1,20130417,1,11:14:52,72,0.833333333
+5376,1,20130417,1,11:14:53,78,0.769230769
+5377,1,20130417,1,11:14:54,80,0.75
+5378,1,20130417,1,11:14:55,83,0.722891566
+5379,1,20130417,1,11:14:55,80,0.75
+5380,1,20130417,1,11:14:56,69,0.869565217
+5381,1,20130417,1,11:14:57,80,0.75
+5382,1,20130417,1,11:14:58,74,0.810810811
+5383,1,20130417,1,11:14:58,76,0.789473684
+5384,1,20130417,1,11:14:59,83,0.722891566
+5385,1,20130417,1,11:15:00,80,0.75
+5386,1,20130417,1,11:15:01,79,0.759493671
+5387,1,20130417,1,11:15:01,78,0.769230769
+5388,1,20130417,1,11:15:02,84,0.714285714
+5389,1,20130417,1,11:15:03,83,0.722891566
+5390,1,20130417,1,11:15:04,80,0.75
+5391,1,20130417,1,11:15:04,79,0.759493671
+5392,1,20130417,1,11:15:05,83,0.722891566
+5393,1,20130417,1,11:15:06,78,0.769230769
+5394,1,20130417,1,11:15:07,78,0.769230769
+5395,1,20130417,1,11:15:07,78,0.769230769
+5396,1,20130417,1,11:15:08,77,0.779220779
+5397,1,20130417,1,11:15:09,72,0.833333333
+5398,1,20130417,1,11:15:10,74,0.810810811
+5399,1,20130417,1,11:15:11,78,0.769230769
+5400,1,20130417,1,11:15:11,70,0.857142857
+5401,1,20130417,1,11:15:12,69,0.869565217
+5402,1,20130417,1,11:15:13,65,0.923076923
+5403,1,20130417,1,11:15:14,72,0.833333333
+5404,1,20130417,1,11:15:15,71,0.845070423
+5405,1,20130417,1,11:15:16,68,0.882352941
+5406,1,20130417,1,11:15:17,65,0.923076923
+5407,1,20130417,1,11:15:17,75,0.8
+5408,1,20130417,1,11:15:18,65,0.923076923
+5409,1,20130417,1,11:15:19,61,0.983606557
+5410,1,20130417,1,11:15:20,68,0.882352941
+5411,1,20130417,1,11:15:21,65,0.923076923
+5412,1,20130417,1,11:15:22,62,0.967741935
+5413,1,20130417,1,11:15:23,63,0.952380952
+5414,1,20130417,1,11:15:24,70,0.857142857
+5415,1,20130417,1,11:15:25,66,0.909090909
+5416,1,20130417,1,11:15:26,59,1.016949153
+5417,1,20130417,1,11:15:27,62,0.967741935
+5418,1,20130417,1,11:15:28,70,0.857142857
+5419,1,20130417,1,11:15:29,69,0.869565217
+5420,1,20130417,1,11:15:29,59,1.016949153
+5421,1,20130417,1,11:15:30,62,0.967741935
+5422,1,20130417,1,11:15:31,70,0.857142857
+5423,1,20130417,1,11:15:32,80,0.75
+5424,1,20130417,1,11:15:33,83,0.722891566
+5425,1,20130417,1,11:15:34,79,0.759493671
+5426,1,20130417,1,11:15:34,76,0.789473684
+5427,1,20130417,1,11:15:35,72,0.833333333
+5428,1,20130417,1,11:15:36,74,0.810810811
+5429,1,20130417,1,11:15:37,81,0.740740741
+5430,1,20130417,1,11:15:38,81,0.740740741
+5431,1,20130417,1,11:15:38,72,0.833333333
+5432,1,20130417,1,11:15:39,68,0.882352941
+5433,1,20130417,1,11:15:40,78,0.769230769
+5434,1,20130417,1,11:15:41,78,0.769230769
+5435,1,20130417,1,11:15:42,76,0.789473684
+5436,1,20130417,1,11:15:42,74,0.810810811
+5437,1,20130417,1,11:15:43,80,0.75
+5438,1,20130417,1,11:15:44,83,0.722891566
+5439,1,20130417,1,11:15:45,85,0.705882353
+5440,1,20130417,1,11:15:45,85,0.705882353
+5441,1,20130417,1,11:15:46,81,0.740740741
+5442,1,20130417,1,11:15:47,76,0.789473684
+5443,1,20130417,1,11:15:48,76,0.789473684
+5444,1,20130417,1,11:15:48,72,0.833333333
+5445,1,20130417,1,11:15:49,78,0.769230769
+5446,1,20130417,1,11:15:50,82,0.731707317
+5447,1,20130417,1,11:15:51,82,0.731707317
+5448,1,20130417,1,11:15:51,81,0.740740741
+5449,1,20130417,1,11:15:52,80,0.75
+5450,1,20130417,1,11:15:53,77,0.779220779
+5451,1,20130417,1,11:15:54,71,0.845070423
+5452,1,20130417,1,11:15:55,73,0.821917808
+5453,1,20130417,1,11:15:55,76,0.789473684
+5454,1,20130417,1,11:15:56,67,0.895522388
+5455,1,20130417,1,11:15:57,63,0.952380952
+5456,1,20130417,1,11:15:58,61,0.983606557
+5457,1,20130417,1,11:15:59,61,0.983606557
+5458,1,20130417,1,11:16:00,63,0.952380952
+5459,1,20130417,1,11:16:01,60,1
+5460,1,20130417,1,11:16:02,61,0.983606557
+5461,1,20130417,1,11:16:03,58,1.034482759
+5462,1,20130417,1,11:16:04,56,1.071428571
+5463,1,20130417,1,11:16:05,69,0.869565217
+5464,1,20130417,1,11:16:06,71,0.845070423
+5465,1,20130417,1,11:16:07,72,0.833333333
+5466,1,20130417,1,11:16:08,76,0.789473684
+5467,1,20130417,1,11:16:08,61,0.983606557
+5468,1,20130417,1,11:16:09,60,1
+5469,1,20130417,1,11:16:10,70,0.857142857
+5470,1,20130417,1,11:16:11,74,0.810810811
+5471,1,20130417,1,11:16:12,61,0.983606557
+5472,1,20130417,1,11:16:13,60,1
+5473,1,20130417,1,11:16:14,66,0.909090909
+5474,1,20130417,1,11:16:15,72,0.833333333
+5475,1,20130417,1,11:16:16,71,0.845070423
+5476,1,20130417,1,11:16:17,70,0.857142857
+5477,1,20130417,1,11:16:17,76,0.789473684
+5478,1,20130417,1,11:16:18,72,0.833333333
+5479,1,20130417,1,11:16:19,72,0.833333333
+5480,1,20130417,1,11:16:20,77,0.779220779
+5481,1,20130417,1,11:16:21,74,0.810810811
+5482,1,20130417,1,11:16:22,61,0.983606557
+5483,1,20130417,1,11:16:23,66,0.909090909
+5484,1,20130417,1,11:16:23,72,0.833333333
+5485,1,20130417,1,11:16:24,75,0.8
+5486,1,20130417,1,11:16:25,69,0.869565217
+5487,1,20130417,1,11:16:26,67,0.895522388
+5488,1,20130417,1,11:16:27,77,0.779220779
+5489,1,20130417,1,11:16:28,70,0.857142857
+5490,1,20130417,1,11:16:28,63,0.952380952
+5491,1,20130417,1,11:16:29,59,1.016949153
+5492,1,20130417,1,11:16:30,68,0.882352941
+5493,1,20130417,1,11:16:31,63,0.952380952
+5494,1,20130417,1,11:16:32,62,0.967741935
+5495,1,20130417,1,11:16:33,66,0.909090909
+5496,1,20130417,1,11:16:34,66,0.909090909
+5497,1,20130417,1,11:16:35,61,0.983606557
+5498,1,20130417,1,11:16:36,59,1.016949153
+5499,1,20130417,1,11:16:37,65,0.923076923
+5500,1,20130417,1,11:16:38,72,0.833333333
+5501,1,20130417,1,11:16:39,68,0.882352941
+5502,1,20130417,1,11:16:40,63,0.952380952
+5503,1,20130417,1,11:16:41,61,0.983606557
+5504,1,20130417,1,11:16:42,59,1.016949153
+5505,1,20130417,1,11:16:43,57,1.052631579
+5506,1,20130417,1,11:16:44,58,1.034482759
+5507,1,20130417,1,11:16:45,65,0.923076923
+5508,1,20130417,1,11:16:46,63,0.952380952
+5509,1,20130417,1,11:16:47,62,0.967741935
+5510,1,20130417,1,11:16:48,70,0.857142857
+5511,1,20130417,1,11:16:48,63,0.952380952
+5512,1,20130417,1,11:16:49,62,0.967741935
+5513,1,20130417,1,11:16:50,70,0.857142857
+5514,1,20130417,1,11:16:51,69,0.869565217
+5515,1,20130417,1,11:16:52,66,0.909090909
+5516,1,20130417,1,11:16:53,63,0.952380952
+5517,1,20130417,1,11:16:54,68,0.882352941
+5518,1,20130417,1,11:16:55,68,0.882352941
+5519,1,20130417,1,11:16:56,59,1.016949153
+5520,1,20130417,1,11:16:57,61,0.983606557
+5521,1,20130417,1,11:16:58,64,0.9375
+5522,1,20130417,1,11:16:59,63,0.952380952
+5523,1,20130417,1,11:17:00,62,0.967741935
+5524,1,20130417,1,11:17:01,65,0.923076923
+5525,1,20130417,1,11:17:01,65,0.923076923
+5526,1,20130417,1,11:17:02,61,0.983606557
+5527,1,20130417,1,11:17:03,59,1.016949153
+5528,1,20130417,1,11:17:04,62,0.967741935
+5529,1,20130417,1,11:17:05,58,1.034482759
+5530,1,20130417,1,11:17:06,60,1
+5531,1,20130417,1,11:17:07,65,0.923076923
+5532,1,20130417,1,11:17:08,74,0.810810811
+5533,1,20130417,1,11:17:09,71,0.845070423
+5534,1,20130417,1,11:17:10,70,0.857142857
+5535,1,20130417,1,11:17:11,64,0.9375
+5536,1,20130417,1,11:17:12,70,0.857142857
+5537,1,20130417,1,11:17:13,57,1.052631579
+5538,1,20130417,1,11:17:14,55,1.090909091
+5539,1,20130417,1,11:17:15,61,0.983606557
+5540,1,20130417,1,11:17:16,58,1.034482759
+5541,1,20130417,1,11:17:17,57,1.052631579
+5542,1,20130417,1,11:17:18,64,0.9375
+5543,1,20130417,1,11:17:19,74,0.810810811
+5544,1,20130417,1,11:17:20,64,0.9375
+5545,1,20130417,1,11:17:21,66,0.909090909
+5546,1,20130417,1,11:17:21,56,1.071428571
+5547,1,20130417,1,11:17:23,56,1.071428571
+5548,1,20130417,1,11:17:24,67,0.895522388
+5549,1,20130417,1,11:17:24,64,0.9375
+5550,1,20130417,1,11:17:25,57,1.052631579
+5551,1,20130417,1,11:17:26,58,1.034482759
+5552,1,20130417,1,11:17:28,68,0.882352941
+5553,1,20130417,1,11:17:28,61,0.983606557
+5554,1,20130417,1,11:17:29,63,0.952380952
+5555,1,20130417,1,11:17:30,71,0.845070423
+5556,1,20130417,1,11:17:31,67,0.895522388
+5557,1,20130417,1,11:17:32,64,0.9375
+5558,1,20130417,1,11:17:33,63,0.952380952
+5559,1,20130417,1,11:17:34,70,0.857142857
+5560,1,20130417,1,11:17:35,63,0.952380952
+5561,1,20130417,1,11:17:36,58,1.034482759
+5562,1,20130417,1,11:17:37,63,0.952380952
+5563,1,20130417,1,11:17:38,62,0.967741935
+5564,1,20130417,1,11:17:39,58,1.034482759
+5565,1,20130417,1,11:17:40,64,0.9375
+5566,1,20130417,1,11:17:41,64,0.9375
+5567,1,20130417,1,11:17:42,63,0.952380952
+5568,1,20130417,1,11:17:43,66,0.909090909
+5569,1,20130417,1,11:17:43,73,0.821917808
+5570,1,20130417,1,11:17:44,69,0.869565217
+5571,1,20130417,1,11:17:45,59,1.016949153
+5572,1,20130417,1,11:17:46,60,1
+5573,1,20130417,1,11:17:47,67,0.895522388
+5574,1,20130417,1,11:17:48,62,0.967741935
+5575,1,20130417,1,11:17:49,61,0.983606557
+5576,1,20130417,1,11:17:50,72,0.833333333
+5577,1,20130417,1,11:17:51,66,0.909090909
+5578,1,20130417,1,11:17:52,64,0.9375
+5579,1,20130417,1,11:17:53,70,0.857142857
+5580,1,20130417,1,11:17:54,68,0.882352941
+5581,1,20130417,1,11:17:54,66,0.909090909
+5582,1,20130417,1,11:17:55,65,0.923076923
+5583,1,20130417,1,11:17:56,72,0.833333333
+5584,1,20130417,1,11:17:57,67,0.895522388
+5585,1,20130417,1,11:17:58,62,0.967741935
+5586,1,20130417,1,11:17:59,66,0.909090909
+5587,1,20130417,1,11:18:00,63,0.952380952
+5588,1,20130417,1,11:18:01,65,0.923076923
+5589,1,20130417,1,11:18:02,71,0.845070423
+5590,1,20130417,1,11:18:03,69,0.869565217
+5591,1,20130417,1,11:18:03,71,0.845070423
+5592,1,20130417,1,11:18:04,71,0.845070423
+5593,1,20130417,1,11:18:05,68,0.882352941
+5594,1,20130417,1,11:18:06,68,0.882352941
+5595,1,20130417,1,11:18:07,67,0.895522388
+5596,1,20130417,1,11:18:08,64,0.9375
+5597,1,20130417,1,11:18:09,69,0.869565217
+5598,1,20130417,1,11:18:10,76,0.789473684
+5599,1,20130417,1,11:18:10,68,0.882352941
+5600,1,20130417,1,11:18:11,73,0.821917808
+5601,1,20130417,1,11:18:12,80,0.75
+5602,1,20130417,1,11:18:13,79,0.759493671
+5603,1,20130417,1,11:18:14,78,0.769230769
+5604,1,20130417,1,11:18:14,81,0.740740741
+5605,1,20130417,1,11:18:15,81,0.740740741
+5606,1,20130417,1,11:18:16,87,0.689655172
+5607,1,20130417,1,11:18:17,82,0.731707317
+5608,1,20130417,1,11:18:17,81,0.740740741
+5609,1,20130417,1,11:18:18,82,0.731707317
+5610,1,20130417,1,11:18:19,82,0.731707317
+5611,1,20130417,1,11:18:20,82,0.731707317
+5612,1,20130417,1,11:18:20,87,0.689655172
+5613,1,20130417,1,11:18:21,89,0.674157303
+5614,1,20130417,1,11:18:22,90,0.666666667
+5615,1,20130417,1,11:18:22,91,0.659340659
+5616,1,20130417,1,11:18:23,92,0.652173913
+5617,1,20130417,1,11:18:24,92,0.652173913
+5618,1,20130417,1,11:18:24,90,0.666666667
+5619,1,20130417,1,11:18:25,90,0.666666667
+5620,1,20130417,1,11:18:26,89,0.674157303
+5621,1,20130417,1,11:18:26,88,0.681818182
+5622,1,20130417,1,11:18:27,87,0.689655172
+5623,1,20130417,1,11:18:28,86,0.697674419
+5624,1,20130417,1,11:18:28,83,0.722891566
+5625,1,20130417,1,11:18:29,85,0.705882353
+5626,1,20130417,1,11:18:30,85,0.705882353
+5627,1,20130417,1,11:18:30,74,0.810810811
+5628,1,20130417,1,11:18:31,70,0.857142857
+5629,1,20130417,1,11:18:32,78,0.769230769
+5630,1,20130417,1,11:18:33,84,0.714285714
+5631,1,20130417,1,11:18:34,83,0.722891566
+5632,1,20130417,1,11:18:34,82,0.731707317
+5633,1,20130417,1,11:18:35,83,0.722891566
+5634,1,20130417,1,11:18:36,91,0.659340659
+5635,1,20130417,1,11:18:36,84,0.714285714
+5636,1,20130417,1,11:18:37,83,0.722891566
+5637,1,20130417,1,11:18:38,83,0.722891566
+5638,1,20130417,1,11:18:39,84,0.714285714
+5639,1,20130417,1,11:18:39,81,0.740740741
+5640,1,20130417,1,11:18:40,84,0.714285714
+5641,1,20130417,1,11:18:41,85,0.705882353
+5642,1,20130417,1,11:18:41,78,0.769230769
+5643,1,20130417,1,11:18:42,78,0.769230769
+5644,1,20130417,1,11:18:43,76,0.789473684
+5645,1,20130417,1,11:18:44,67,0.895522388
+5646,1,20130417,1,11:18:45,66,0.909090909
+5647,1,20130417,1,11:18:46,66,0.909090909
+5648,1,20130417,1,11:18:47,74,0.810810811
+5649,1,20130417,1,11:18:47,73,0.821917808
+5650,1,20130417,1,11:18:48,68,0.882352941
+5651,1,20130417,1,11:18:49,64,0.9375
+5652,1,20130417,1,11:18:50,62,0.967741935
+5653,1,20130417,1,11:18:51,67,0.895522388
+5654,1,20130417,1,11:18:52,73,0.821917808
+5655,1,20130417,1,11:18:53,72,0.833333333
+5656,1,20130417,1,11:18:53,70,0.857142857
+5657,1,20130417,1,11:18:54,66,0.909090909
+5658,1,20130417,1,11:18:55,63,0.952380952
+5659,1,20130417,1,11:18:56,69,0.869565217
+5660,1,20130417,1,11:18:57,66,0.909090909
+5661,1,20130417,1,11:18:58,72,0.833333333
+5662,1,20130417,1,11:18:59,76,0.789473684
+5663,1,20130417,1,11:19:00,67,0.895522388
+5664,1,20130417,1,11:19:00,66,0.909090909
+5665,1,20130417,1,11:19:01,64,0.9375
+5666,1,20130417,1,11:19:02,75,0.8
+5667,1,20130417,1,11:19:03,70,0.857142857
+5668,1,20130417,1,11:19:04,69,0.869565217
+5669,1,20130417,1,11:19:05,67,0.895522388
+5670,1,20130417,1,11:19:06,73,0.821917808
+5671,1,20130417,1,11:19:07,74,0.810810811
+5672,1,20130417,1,11:19:07,52,1.153846154
+5673,1,20130417,1,11:19:09,54,1.111111111
+5674,1,20130417,1,11:19:10,57,1.052631579
+5675,1,20130417,1,11:19:11,64,0.9375
+5676,1,20130417,1,11:19:12,64,0.9375
+5677,1,20130417,1,11:19:13,65,0.923076923
+5678,1,20130417,1,11:19:14,59,1.016949153
+5679,1,20130417,1,11:19:15,59,1.016949153
+5680,1,20130417,1,11:19:16,60,1
+5681,1,20130417,1,11:19:17,56,1.071428571
+5682,1,20130417,1,11:19:18,57,1.052631579
+5683,1,20130417,1,11:19:19,57,1.052631579
+5684,1,20130417,1,11:19:20,68,0.882352941
+5685,1,20130417,1,11:19:21,71,0.845070423
+5686,1,20130417,1,11:19:21,66,0.909090909
+5687,1,20130417,1,11:19:22,67,0.895522388
+5688,1,20130417,1,11:19:23,68,0.882352941
+5689,1,20130417,1,11:19:24,77,0.779220779
+5690,1,20130417,1,11:19:25,77,0.779220779
+5691,1,20130417,1,11:19:26,81,0.740740741
+5692,1,20130417,1,11:19:26,73,0.821917808
+5693,1,20130417,1,11:19:27,75,0.8
+5694,1,20130417,1,11:19:28,71,0.845070423
+5695,1,20130417,1,11:19:29,77,0.779220779
+5696,1,20130417,1,11:19:30,71,0.845070423
+5697,1,20130417,1,11:19:31,75,0.8
+5698,1,20130417,1,11:19:31,69,0.869565217
+5699,1,20130417,1,11:19:32,65,0.923076923
+5700,1,20130417,1,11:19:33,72,0.833333333
+5701,1,20130417,1,11:19:34,64,0.9375
+5702,1,20130417,1,11:19:35,65,0.923076923
+5703,1,20130417,1,11:19:36,76,0.789473684
+5704,1,20130417,1,11:19:37,73,0.821917808
+5705,1,20130417,1,11:19:37,71,0.845070423
+5706,1,20130417,1,11:19:38,71,0.845070423
+5707,1,20130417,1,11:19:39,76,0.789473684
+5708,1,20130417,1,11:19:40,80,0.75
+5709,1,20130417,1,11:19:41,69,0.869565217
+5710,1,20130417,1,11:19:42,61,0.983606557
+5711,1,20130417,1,11:19:43,61,0.983606557
+5712,1,20130417,1,11:19:44,71,0.845070423
+5713,1,20130417,1,11:19:44,65,0.923076923
+5714,1,20130417,1,11:19:45,60,1
+5715,1,20130417,1,11:19:46,71,0.845070423
+5716,1,20130417,1,11:19:47,70,0.857142857
+5717,1,20130417,1,11:19:48,55,1.090909091
+5718,1,20130417,1,11:19:49,61,0.983606557
+5719,1,20130417,1,11:19:50,60,1
+5720,1,20130417,1,11:19:51,63,0.952380952
+5721,1,20130417,1,11:19:52,54,1.111111111
+5722,1,20130417,1,11:19:53,57,1.052631579
+5723,1,20130417,1,11:19:54,67,0.895522388
+5724,1,20130417,1,11:19:55,64,0.9375
+5725,1,20130417,1,11:19:56,60,1
+5726,1,20130417,1,11:19:57,59,1.016949153
+5727,1,20130417,1,11:19:58,72,0.833333333
+5728,1,20130417,1,11:19:59,67,0.895522388
+5729,1,20130417,1,11:20:00,61,0.983606557
+5730,1,20130417,1,11:20:01,64,0.9375
+5731,1,20130417,1,11:20:02,62,0.967741935
+5732,1,20130417,1,11:20:03,63,0.952380952
+5733,1,20130417,1,11:20:04,64,0.9375
+5734,1,20130417,1,11:20:05,64,0.9375
+5735,1,20130417,1,11:20:05,65,0.923076923
+5736,1,20130417,1,11:20:06,73,0.821917808
+5737,1,20130417,1,11:20:07,74,0.810810811
+5738,1,20130417,1,11:20:08,76,0.789473684
+5739,1,20130417,1,11:20:09,61,0.983606557
+5740,1,20130417,1,11:20:10,61,0.983606557
+5741,1,20130417,1,11:20:11,60,1
+5742,1,20130417,1,11:20:12,72,0.833333333
+5743,1,20130417,1,11:20:13,74,0.810810811
+5744,1,20130417,1,11:20:13,69,0.869565217
+5745,1,20130417,1,11:20:14,68,0.882352941
+5746,1,20130417,1,11:20:15,75,0.8
+5747,1,20130417,1,11:20:16,72,0.833333333
+5748,1,20130417,1,11:20:17,69,0.869565217
+5749,1,20130417,1,11:20:18,65,0.923076923
+5750,1,20130417,1,11:20:19,66,0.909090909
+5751,1,20130417,1,11:20:20,70,0.857142857
+5752,1,20130417,1,11:20:20,68,0.882352941
+5753,1,20130417,1,11:20:21,67,0.895522388
+5754,1,20130417,1,11:20:22,76,0.789473684
+5755,1,20130417,1,11:20:23,77,0.779220779
+5756,1,20130417,1,11:20:24,77,0.779220779
+5757,1,20130417,1,11:20:25,68,0.882352941
+5758,1,20130417,1,11:20:25,65,0.923076923
+5759,1,20130417,1,11:20:26,67,0.895522388
+5760,1,20130417,1,11:20:27,73,0.821917808
+5761,1,20130417,1,11:20:28,62,0.967741935
+5762,1,20130417,1,11:20:29,57,1.052631579
+5763,1,20130417,1,11:20:30,59,1.016949153
+5764,1,20130417,1,11:20:31,61,0.983606557
+5765,1,20130417,1,11:20:32,65,0.923076923
+5766,1,20130417,1,11:20:33,62,0.967741935
+5767,1,20130417,1,11:20:34,65,0.923076923
+5768,1,20130417,1,11:20:35,63,0.952380952
+5769,1,20130417,1,11:20:36,57,1.052631579
+5770,1,20130417,1,11:20:37,59,1.016949153
+5771,1,20130417,1,11:20:38,57,1.052631579
+5772,1,20130417,1,11:20:39,63,0.952380952
+5773,1,20130417,1,11:20:40,70,0.857142857
+5774,1,20130417,1,11:20:41,65,0.923076923
+5775,1,20130417,1,11:20:42,59,1.016949153
+5776,1,20130417,1,11:20:43,65,0.923076923
+5777,1,20130417,1,11:20:44,62,0.967741935
+5778,1,20130417,1,11:20:45,59,1.016949153
+5779,1,20130417,1,11:20:46,57,1.052631579
+5780,1,20130417,1,11:20:47,69,0.869565217
+5781,1,20130417,1,11:20:48,60,1
+5782,1,20130417,1,11:20:49,61,0.983606557
+5783,1,20130417,1,11:20:50,67,0.895522388
+5784,1,20130417,1,11:20:50,68,0.882352941
+5785,1,20130417,1,11:20:51,58,1.034482759
+5786,1,20130417,1,11:20:52,53,1.132075472
+5787,1,20130417,1,11:20:53,62,0.967741935
+5788,1,20130417,1,11:20:54,63,0.952380952
+5789,1,20130417,1,11:20:55,62,0.967741935
+5790,1,20130417,1,11:20:56,67,0.895522388
+5791,1,20130417,1,11:20:57,64,0.9375
+5792,1,20130417,1,11:20:58,57,1.052631579
+5793,1,20130417,1,11:20:59,59,1.016949153
+5794,1,20130417,1,11:21:00,60,1
+5795,1,20130417,1,11:21:01,63,0.952380952
+5796,1,20130417,1,11:21:02,56,1.071428571
+5797,1,20130417,1,11:21:03,59,1.016949153
+5798,1,20130417,1,11:21:04,65,0.923076923
+5799,1,20130417,1,11:21:05,63,0.952380952
+5800,1,20130417,1,11:21:06,60,1
+5801,1,20130417,1,11:21:07,72,0.833333333
+5802,1,20130417,1,11:21:08,75,0.8
+5803,1,20130417,1,11:21:09,60,1
+5804,1,20130417,1,11:21:10,58,1.034482759
+5805,1,20130417,1,11:21:11,64,0.9375
+5806,1,20130417,1,11:21:12,65,0.923076923
+5807,1,20130417,1,11:21:13,59,1.016949153
+5808,1,20130417,1,11:21:14,64,0.9375
+5809,1,20130417,1,11:21:15,74,0.810810811
+5810,1,20130417,1,11:21:16,65,0.923076923
+5811,1,20130417,1,11:21:16,63,0.952380952
+5812,1,20130417,1,11:21:17,69,0.869565217
+5813,1,20130417,1,11:21:18,58,1.034482759
+5814,1,20130417,1,11:21:19,57,1.052631579
+5815,1,20130417,1,11:21:20,66,0.909090909
+5816,1,20130417,1,11:21:21,60,1
+5817,1,20130417,1,11:21:22,58,1.034482759
+5818,1,20130417,1,11:21:23,67,0.895522388
+5819,1,20130417,1,11:21:24,61,0.983606557
+5820,1,20130417,1,11:21:25,59,1.016949153
+5821,1,20130417,1,11:21:26,63,0.952380952
+5822,1,20130417,1,11:21:27,58,1.034482759
+5823,1,20130417,1,11:21:28,57,1.052631579
+5824,1,20130417,1,11:21:29,64,0.9375
+5825,1,20130417,1,11:21:30,62,0.967741935
+5826,1,20130417,1,11:21:31,56,1.071428571
+5827,1,20130417,1,11:21:32,60,1
+5828,1,20130417,1,11:21:33,64,0.9375
+5829,1,20130417,1,11:21:34,56,1.071428571
+5830,1,20130417,1,11:21:35,57,1.052631579
+5831,1,20130417,1,11:21:36,66,0.909090909
+5832,1,20130417,1,11:21:37,59,1.016949153
+5833,1,20130417,1,11:21:38,58,1.034482759
+5834,1,20130417,1,11:21:39,69,0.869565217
+5835,1,20130417,1,11:21:40,59,1.016949153
+5836,1,20130417,1,11:21:41,50,1.2
+5837,1,20130417,1,11:21:42,59,1.016949153
+5838,1,20130417,1,11:21:43,64,0.9375
+5839,1,20130417,1,11:21:44,58,1.034482759
+5840,1,20130417,1,11:21:45,61,0.983606557
+5841,1,20130417,1,11:21:46,66,0.909090909
+5842,1,20130417,1,11:21:47,62,0.967741935
+5843,1,20130417,1,11:21:48,60,1
+5844,1,20130417,1,11:21:49,64,0.9375
+5845,1,20130417,1,11:21:50,62,0.967741935
+5846,1,20130417,1,11:21:51,64,0.9375
+5847,1,20130417,1,11:21:52,66,0.909090909
+5848,1,20130417,1,11:21:53,64,0.9375
+5849,1,20130417,1,11:21:54,62,0.967741935
+5850,1,20130417,1,11:21:55,72,0.833333333
+5851,1,20130417,1,11:21:56,65,0.923076923
+5852,1,20130417,1,11:21:57,58,1.034482759
+5853,1,20130417,1,11:21:58,59,1.016949153
+5854,1,20130417,1,11:21:59,69,0.869565217
+5855,1,20130417,1,11:22:00,67,0.895522388
+5856,1,20130417,1,11:22:00,58,1.034482759
+5857,1,20130417,1,11:22:01,56,1.071428571
+5858,1,20130417,1,11:22:03,58,1.034482759
+5859,1,20130417,1,11:22:04,63,0.952380952
+5860,1,20130417,1,11:22:05,72,0.833333333
+5861,1,20130417,1,11:22:05,69,0.869565217
+5862,1,20130417,1,11:22:06,70,0.857142857
+5863,1,20130417,1,11:22:07,75,0.8
+5864,1,20130417,1,11:22:08,67,0.895522388
+5865,1,20130417,1,11:22:09,62,0.967741935
+5866,1,20130417,1,11:22:10,65,0.923076923
+5867,1,20130417,1,11:22:11,72,0.833333333
+5868,1,20130417,1,11:22:11,67,0.895522388
+5869,1,20130417,1,11:22:12,60,1
+5870,1,20130417,1,11:22:13,67,0.895522388
+5871,1,20130417,1,11:22:14,62,0.967741935
+5872,1,20130417,1,11:22:15,65,0.923076923
+5873,1,20130417,1,11:22:16,71,0.845070423
+5874,1,20130417,1,11:22:17,66,0.909090909
+5875,1,20130417,1,11:22:18,61,0.983606557
+5876,1,20130417,1,11:22:19,68,0.882352941
+5877,1,20130417,1,11:22:20,68,0.882352941
+5878,1,20130417,1,11:22:21,67,0.895522388
+5879,1,20130417,1,11:22:22,71,0.845070423
+5880,1,20130417,1,11:22:22,76,0.789473684
+5881,1,20130417,1,11:22:23,68,0.882352941
+5882,1,20130417,1,11:22:24,61,0.983606557
+5883,1,20130417,1,11:22:25,69,0.869565217
+5884,1,20130417,1,11:22:26,60,1
+5885,1,20130417,1,11:22:27,55,1.090909091
+5886,1,20130417,1,11:22:28,62,0.967741935
+5887,1,20130417,1,11:22:29,61,0.983606557
+5888,1,20130417,1,11:22:30,59,1.016949153
+5889,1,20130417,1,11:22:31,64,0.9375
+5890,1,20130417,1,11:22:32,68,0.882352941
+5891,1,20130417,1,11:22:33,63,0.952380952
+5892,1,20130417,1,11:22:34,62,0.967741935
+5893,1,20130417,1,11:22:35,70,0.857142857
+5894,1,20130417,1,11:22:36,58,1.034482759
+5895,1,20130417,1,11:22:37,57,1.052631579
+5896,1,20130417,1,11:22:38,65,0.923076923
+5897,1,20130417,1,11:22:39,59,1.016949153
+5898,1,20130417,1,11:22:40,58,1.034482759
+5899,1,20130417,1,11:22:41,66,0.909090909
+5900,1,20130417,1,11:22:42,56,1.071428571
+5901,1,20130417,1,11:22:43,57,1.052631579
+5902,1,20130417,1,11:22:44,65,0.923076923
+5903,1,20130417,1,11:22:45,55,1.090909091
+5904,1,20130417,1,11:22:46,59,1.016949153
+5905,1,20130417,1,11:22:47,68,0.882352941
+5906,1,20130417,1,11:22:48,58,1.034482759
+5907,1,20130417,1,11:22:49,56,1.071428571
+5908,1,20130417,1,11:22:50,63,0.952380952
+5909,1,20130417,1,11:22:51,56,1.071428571
+5910,1,20130417,1,11:22:52,56,1.071428571
+5911,1,20130417,1,11:22:53,65,0.923076923
+5912,1,20130417,1,11:22:54,59,1.016949153
+5913,1,20130417,1,11:22:55,62,0.967741935
+5914,1,20130417,1,11:22:56,70,0.857142857
+5915,1,20130417,1,11:22:57,65,0.923076923
+5916,1,20130417,1,11:22:57,61,0.983606557
+5917,1,20130417,1,11:22:58,69,0.869565217
+5918,1,20130417,1,11:22:59,64,0.9375
+5919,1,20130417,1,11:23:00,51,1.176470588
+5920,1,20130417,1,11:23:01,57,1.052631579
+5921,1,20130417,1,11:23:02,58,1.034482759
+5922,1,20130417,1,11:23:04,73,0.821917808
+5923,1,20130417,1,11:23:04,73,0.821917808
+5924,1,20130417,1,11:23:05,79,0.759493671
+5925,1,20130417,1,11:23:06,80,0.75
+5926,1,20130417,1,11:23:07,72,0.833333333
+5927,1,20130417,1,11:23:08,63,0.952380952
+5928,1,20130417,1,11:23:08,63,0.952380952
+5929,1,20130417,1,11:23:09,73,0.821917808
+5930,1,20130417,1,11:23:10,68,0.882352941
+5931,1,20130417,1,11:23:11,57,1.052631579
+5932,1,20130417,1,11:23:12,62,0.967741935
+5933,1,20130417,1,11:23:13,68,0.882352941
+5934,1,20130417,1,11:23:14,65,0.923076923
+5935,1,20130417,1,11:23:15,60,1
+5936,1,20130417,1,11:23:16,66,0.909090909
+5937,1,20130417,1,11:23:17,71,0.845070423
+5938,1,20130417,1,11:23:18,69,0.869565217
+5939,1,20130417,1,11:23:19,64,0.9375
+5940,1,20130417,1,11:23:20,72,0.833333333
+5941,1,20130417,1,11:23:20,63,0.952380952
+5942,1,20130417,1,11:23:21,59,1.016949153
+5943,1,20130417,1,11:23:22,68,0.882352941
+5944,1,20130417,1,11:23:23,64,0.9375
+5945,1,20130417,1,11:23:24,58,1.034482759
+5946,1,20130417,1,11:23:25,61,0.983606557
+5947,1,20130417,1,11:23:26,70,0.857142857
+5948,1,20130417,1,11:23:27,64,0.9375
+5949,1,20130417,1,11:23:28,60,1
+5950,1,20130417,1,11:23:29,67,0.895522388
+5951,1,20130417,1,11:23:30,60,1
+5952,1,20130417,1,11:23:31,55,1.090909091
+5953,1,20130417,1,11:23:32,62,0.967741935
+5954,1,20130417,1,11:23:33,61,0.983606557
+5955,1,20130417,1,11:23:34,60,1
+5956,1,20130417,1,11:23:35,64,0.9375
+5957,1,20130417,1,11:23:36,61,0.983606557
+5958,1,20130417,1,11:23:37,56,1.071428571
+5959,1,20130417,1,11:23:38,57,1.052631579
+5960,1,20130417,1,11:23:39,60,1
+5961,1,20130417,1,11:23:40,56,1.071428571
+5962,1,20130417,1,11:23:41,59,1.016949153
+5963,1,20130417,1,11:23:42,68,0.882352941
+5964,1,20130417,1,11:23:43,62,0.967741935
+5965,1,20130417,1,11:23:44,59,1.016949153
+5966,1,20130417,1,11:23:45,67,0.895522388
+5967,1,20130417,1,11:23:46,59,1.016949153
+5968,1,20130417,1,11:23:47,56,1.071428571
+5969,1,20130417,1,11:23:48,67,0.895522388
+5970,1,20130417,1,11:23:49,61,0.983606557
+5971,1,20130417,1,11:23:50,56,1.071428571
+5972,1,20130417,1,11:23:51,64,0.9375
+5973,1,20130417,1,11:23:52,59,1.016949153
+5974,1,20130417,1,11:23:53,57,1.052631579
+5975,1,20130417,1,11:23:54,66,0.909090909
+5976,1,20130417,1,11:23:55,61,0.983606557
+5977,1,20130417,1,11:23:56,59,1.016949153
+5978,1,20130417,1,11:23:57,69,0.869565217
+5979,1,20130417,1,11:23:58,59,1.016949153
+5980,1,20130417,1,11:23:59,59,1.016949153
+5981,1,20130417,1,11:24:00,67,0.895522388
+5982,1,20130417,1,11:24:01,61,0.983606557
+5983,1,20130417,1,11:24:01,60,1
+5984,1,20130417,1,11:24:02,66,0.909090909
+5985,1,20130417,1,11:24:03,61,0.983606557
+5986,1,20130417,1,11:24:04,58,1.034482759
+5987,1,20130417,1,11:24:05,61,0.983606557
+5988,1,20130417,1,11:24:06,65,0.923076923
+5989,1,20130417,1,11:24:07,56,1.071428571
+5990,1,20130417,1,11:24:08,55,1.090909091
+5991,1,20130417,1,11:24:09,63,0.952380952
+5992,1,20130417,1,11:24:10,60,1
+5993,1,20130417,1,11:24:11,56,1.071428571
+5994,1,20130417,1,11:24:13,63,0.952380952
+5995,1,20130417,1,11:24:13,64,0.9375
+5996,1,20130417,1,11:24:14,55,1.090909091
+5997,1,20130417,1,11:24:15,55,1.090909091
+5998,1,20130417,1,11:24:17,65,0.923076923
+5999,1,20130417,1,11:24:17,58,1.034482759
+6000,1,20130417,1,11:24:19,54,1.111111111
+6001,1,20130417,1,11:24:20,68,0.882352941
+6002,1,20130417,1,11:24:21,63,0.952380952
+6003,1,20130417,1,11:24:21,50,1.2
+6004,1,20130417,1,11:24:23,56,1.071428571
+6005,1,20130417,1,11:24:24,57,1.052631579
+6006,1,20130417,1,11:24:25,55,1.090909091
+6007,1,20130417,1,11:24:26,58,1.034482759
+6008,1,20130417,1,11:24:27,64,0.9375
+6009,1,20130417,1,11:24:28,64,0.9375
+6010,1,20130417,1,11:24:29,68,0.882352941
+6011,1,20130417,1,11:24:30,77,0.779220779
+6012,1,20130417,1,11:24:30,71,0.845070423
+6013,1,20130417,1,11:24:31,65,0.923076923
+6014,1,20130417,1,11:24:32,64,0.9375
+6015,1,20130417,1,11:24:33,72,0.833333333
+6016,1,20130417,1,11:24:34,69,0.869565217
+6017,1,20130417,1,11:24:35,63,0.952380952
+6018,1,20130417,1,11:24:36,63,0.952380952
+6019,1,20130417,1,11:24:37,68,0.882352941
+6020,1,20130417,1,11:24:38,73,0.821917808
+6021,1,20130417,1,11:24:38,70,0.857142857
+6022,1,20130417,1,11:24:39,70,0.857142857
+6023,1,20130417,1,11:24:40,67,0.895522388
+6024,1,20130417,1,11:24:41,64,0.9375
+6025,1,20130417,1,11:24:42,70,0.857142857
+6026,1,20130417,1,11:24:43,69,0.869565217
+6027,1,20130417,1,11:24:44,61,0.983606557
+6028,1,20130417,1,11:24:45,63,0.952380952
+6029,1,20130417,1,11:24:46,72,0.833333333
+6030,1,20130417,1,11:24:47,67,0.895522388
+6031,1,20130417,1,11:24:47,66,0.909090909
+6032,1,20130417,1,11:24:48,67,0.895522388
+6033,1,20130417,1,11:24:49,71,0.845070423
+6034,1,20130417,1,11:24:50,67,0.895522388
+6035,1,20130417,1,11:24:51,67,0.895522388
+6036,1,20130417,1,11:24:52,71,0.845070423
+6037,1,20130417,1,11:24:53,67,0.895522388
+6038,1,20130417,1,11:24:54,65,0.923076923
+6039,1,20130417,1,11:24:55,78,0.769230769
+6040,1,20130417,1,11:24:55,80,0.75
+6041,1,20130417,1,11:24:56,83,0.722891566
+6042,1,20130417,1,11:24:57,82,0.731707317
+6043,1,20130417,1,11:24:57,81,0.740740741
+6044,1,20130417,1,11:24:58,88,0.681818182
+6045,1,20130417,1,11:24:59,83,0.722891566
+6046,1,20130417,1,11:25:00,81,0.740740741
+6047,1,20130417,1,11:25:00,76,0.789473684
+6048,1,20130417,1,11:25:01,80,0.75
+6049,1,20130417,1,11:25:02,82,0.731707317
+6050,1,20130417,1,11:25:03,77,0.779220779
+6051,1,20130417,1,11:25:03,76,0.789473684
+6052,1,20130417,1,11:25:04,80,0.75
+6053,1,20130417,1,11:25:05,80,0.75
+6054,1,20130417,1,11:25:06,78,0.769230769
+6055,1,20130417,1,11:25:06,74,0.810810811
+6056,1,20130417,1,11:25:07,81,0.740740741
+6057,1,20130417,1,11:25:08,78,0.769230769
+6058,1,20130417,1,11:25:09,70,0.857142857
+6059,1,20130417,1,11:25:10,61,0.983606557
+6060,1,20130417,1,11:25:11,70,0.857142857
+6061,1,20130417,1,11:25:12,62,0.967741935
+6062,1,20130417,1,11:25:12,61,0.983606557
+6063,1,20130417,1,11:25:13,65,0.923076923
+6064,1,20130417,1,11:25:14,61,0.983606557
+6065,1,20130417,1,11:25:15,59,1.016949153
+6066,1,20130417,1,11:25:16,63,0.952380952
+6067,1,20130417,1,11:25:17,72,0.833333333
+6068,1,20130417,1,11:25:18,75,0.8
+6069,1,20130417,1,11:25:19,74,0.810810811
+6070,1,20130417,1,11:25:20,61,0.983606557
+6071,1,20130417,1,11:25:21,75,0.8
+6072,1,20130417,1,11:25:22,68,0.882352941
+6073,1,20130417,1,11:25:22,53,1.132075472
+6074,1,20130417,1,11:25:24,54,1.111111111
+6075,1,20130417,1,11:25:25,63,0.952380952
+6076,1,20130417,1,11:25:26,56,1.071428571
+6077,1,20130417,1,11:25:27,57,1.052631579
+6078,1,20130417,1,11:25:28,67,0.895522388
+6079,1,20130417,1,11:25:29,62,0.967741935
+6080,1,20130417,1,11:25:30,55,1.090909091
+6081,1,20130417,1,11:25:31,68,0.882352941
+6082,1,20130417,1,11:25:32,63,0.952380952
+6083,1,20130417,1,11:25:33,52,1.153846154
+6084,1,20130417,1,11:25:34,56,1.071428571
+6085,1,20130417,1,11:25:35,65,0.923076923
+6086,1,20130417,1,11:25:36,63,0.952380952
+6087,1,20130417,1,11:25:37,57,1.052631579
+6088,1,20130417,1,11:25:38,65,0.923076923
+6089,1,20130417,1,11:25:39,56,1.071428571
+6090,1,20130417,1,11:25:40,55,1.090909091
+6091,1,20130417,1,11:25:41,64,0.9375
+6092,1,20130417,1,11:25:42,60,1
+6093,1,20130417,1,11:25:43,55,1.090909091
+6094,1,20130417,1,11:25:44,60,1
+6095,1,20130417,1,11:25:45,65,0.923076923
+6096,1,20130417,1,11:25:46,57,1.052631579
+6097,1,20130417,1,11:25:47,57,1.052631579
+6098,1,20130417,1,11:25:48,62,0.967741935
+6099,1,20130417,1,11:25:49,57,1.052631579
+6100,1,20130417,1,11:25:50,55,1.090909091
+6101,1,20130417,1,11:25:51,63,0.952380952
+6102,1,20130417,1,11:25:52,62,0.967741935
+6103,1,20130417,1,11:25:53,62,0.967741935
+6104,1,20130417,1,11:25:54,67,0.895522388
+6105,1,20130417,1,11:25:55,68,0.882352941
+6106,1,20130417,1,11:25:56,57,1.052631579
+6107,1,20130417,1,11:25:57,58,1.034482759
+6108,1,20130417,1,11:25:58,69,0.869565217
+6109,1,20130417,1,11:25:59,56,1.071428571
+6110,1,20130417,1,11:26:00,58,1.034482759
+6111,1,20130417,1,11:26:01,65,0.923076923
+6112,1,20130417,1,11:26:02,61,0.983606557
+6113,1,20130417,1,11:26:03,58,1.034482759
+6114,1,20130417,1,11:26:04,64,0.9375
+6115,1,20130417,1,11:26:05,67,0.895522388
+6116,1,20130417,1,11:26:05,54,1.111111111
+6117,1,20130417,1,11:26:07,60,1
+6118,1,20130417,1,11:26:08,68,0.882352941
+6119,1,20130417,1,11:26:08,59,1.016949153
+6120,1,20130417,1,11:26:09,56,1.071428571
+6121,1,20130417,1,11:26:11,61,0.983606557
+6122,1,20130417,1,11:26:12,62,0.967741935
+6123,1,20130417,1,11:26:12,58,1.034482759
+6124,1,20130417,1,11:26:13,58,1.034482759
+6125,1,20130417,1,11:26:15,66,0.909090909
+6126,1,20130417,1,11:26:15,59,1.016949153
+6127,1,20130417,1,11:26:16,58,1.034482759
+6128,1,20130417,1,11:26:17,65,0.923076923
+6129,1,20130417,1,11:26:18,68,0.882352941
+6130,1,20130417,1,11:26:19,55,1.090909091
+6131,1,20130417,1,11:26:20,56,1.071428571
+6132,1,20130417,1,11:26:21,64,0.9375
+6133,1,20130417,1,11:26:22,59,1.016949153
+6134,1,20130417,1,11:26:23,60,1
+6135,1,20130417,1,11:26:24,70,0.857142857
+6136,1,20130417,1,11:26:25,65,0.923076923
+6137,1,20130417,1,11:26:26,55,1.090909091
+6138,1,20130417,1,11:26:27,63,0.952380952
+6139,1,20130417,1,11:26:28,70,0.857142857
+6140,1,20130417,1,11:26:29,64,0.9375
+6141,1,20130417,1,11:26:30,58,1.034482759
+6142,1,20130417,1,11:26:31,66,0.909090909
+6143,1,20130417,1,11:26:32,61,0.983606557
+6144,1,20130417,1,11:26:33,59,1.016949153
+6145,1,20130417,1,11:26:34,67,0.895522388
+6146,1,20130417,1,11:26:35,63,0.952380952
+6147,1,20130417,1,11:26:36,60,1
+6148,1,20130417,1,11:26:37,67,0.895522388
+6149,1,20130417,1,11:26:38,63,0.952380952
+6150,1,20130417,1,11:26:39,57,1.052631579
+6151,1,20130417,1,11:26:40,59,1.016949153
+6152,1,20130417,1,11:26:41,69,0.869565217
+6153,1,20130417,1,11:26:42,63,0.952380952
+6154,1,20130417,1,11:26:43,61,0.983606557
+6155,1,20130417,1,11:26:44,70,0.857142857
+6156,1,20130417,1,11:26:44,59,1.016949153
+6157,1,20130417,1,11:26:45,58,1.034482759
+6158,1,20130417,1,11:26:46,65,0.923076923
+6159,1,20130417,1,11:26:47,56,1.071428571
+6160,1,20130417,1,11:26:48,58,1.034482759
+6161,1,20130417,1,11:26:49,73,0.821917808
+6162,1,20130417,1,11:26:50,70,0.857142857
+6163,1,20130417,1,11:26:51,73,0.821917808
+6164,1,20130417,1,11:26:52,75,0.8
+6165,1,20130417,1,11:26:53,61,0.983606557
+6166,1,20130417,1,11:26:54,72,0.833333333
+6167,1,20130417,1,11:26:55,78,0.769230769
+6168,1,20130417,1,11:26:55,71,0.845070423
+6169,1,20130417,1,11:26:56,74,0.810810811
+6170,1,20130417,1,11:26:57,72,0.833333333
+6171,1,20130417,1,11:26:58,71,0.845070423
+6172,1,20130417,1,11:26:59,74,0.810810811
+6173,1,20130417,1,11:26:59,67,0.895522388
+6174,1,20130417,1,11:27:00,67,0.895522388
+6175,1,20130417,1,11:27:01,76,0.789473684
+6176,1,20130417,1,11:27:02,68,0.882352941
+6177,1,20130417,1,11:27:03,67,0.895522388
+6178,1,20130417,1,11:27:04,71,0.845070423
+6179,1,20130417,1,11:27:05,64,0.9375
+6180,1,20130417,1,11:27:06,63,0.952380952
+6181,1,20130417,1,11:27:07,66,0.909090909
+6182,1,20130417,1,11:27:07,73,0.821917808
+6183,1,20130417,1,11:27:08,67,0.895522388
+6184,1,20130417,1,11:27:09,65,0.923076923
+6185,1,20130417,1,11:27:10,69,0.869565217
+6186,1,20130417,1,11:27:11,73,0.821917808
+6187,1,20130417,1,11:27:12,66,0.909090909
+6188,1,20130417,1,11:27:13,63,0.952380952
+6189,1,20130417,1,11:27:14,69,0.869565217
+6190,1,20130417,1,11:27:15,63,0.952380952
+6191,1,20130417,1,11:27:15,65,0.923076923
+6192,1,20130417,1,11:27:16,67,0.895522388
+6193,1,20130417,1,11:27:17,74,0.810810811
+6194,1,20130417,1,11:27:18,70,0.857142857
+6195,1,20130417,1,11:27:19,65,0.923076923
+6196,1,20130417,1,11:27:20,66,0.909090909
+6197,1,20130417,1,11:27:21,71,0.845070423
+6198,1,20130417,1,11:27:22,60,1
+6199,1,20130417,1,11:27:23,59,1.016949153
+6200,1,20130417,1,11:27:24,70,0.857142857
+6201,1,20130417,1,11:27:24,72,0.833333333
+6202,1,20130417,1,11:27:25,71,0.845070423
+6203,1,20130417,1,11:27:26,72,0.833333333
+6204,1,20130417,1,11:27:27,64,0.9375
+6205,1,20130417,1,11:27:28,58,1.034482759
+6206,1,20130417,1,11:27:29,58,1.034482759
+6207,1,20130417,1,11:27:30,66,0.909090909
+6208,1,20130417,1,11:27:31,63,0.952380952
+6209,1,20130417,1,11:27:32,72,0.833333333
+6210,1,20130417,1,11:27:33,74,0.810810811
+6211,1,20130417,1,11:27:34,64,0.9375
+6212,1,20130417,1,11:27:34,68,0.882352941
+6213,1,20130417,1,11:27:35,77,0.779220779
+6214,1,20130417,1,11:27:36,71,0.845070423
+6215,1,20130417,1,11:27:37,80,0.75
+6216,1,20130417,1,11:27:38,68,0.882352941
+6217,1,20130417,1,11:27:39,63,0.952380952
+6218,1,20130417,1,11:27:40,66,0.909090909
+6219,1,20130417,1,11:27:40,69,0.869565217
+6220,1,20130417,1,11:27:41,71,0.845070423
+6221,1,20130417,1,11:27:42,72,0.833333333
+6222,1,20130417,1,11:27:43,79,0.759493671
+6223,1,20130417,1,11:27:44,79,0.759493671
+6224,1,20130417,1,11:27:45,78,0.769230769
+6225,1,20130417,1,11:27:45,71,0.845070423
+6226,1,20130417,1,11:27:46,76,0.789473684
+6227,1,20130417,1,11:27:47,74,0.810810811
+6228,1,20130417,1,11:27:48,66,0.909090909
+6229,1,20130417,1,11:27:49,62,0.967741935
+6230,1,20130417,1,11:27:50,61,0.983606557
+6231,1,20130417,1,11:27:51,59,1.016949153
+6232,1,20130417,1,11:27:52,64,0.9375
+6233,1,20130417,1,11:27:53,61,0.983606557
+6234,1,20130417,1,11:27:54,61,0.983606557
+6235,1,20130417,1,11:27:55,62,0.967741935
+6236,1,20130417,1,11:27:55,70,0.857142857
+6237,1,20130417,1,11:27:56,70,0.857142857
+6238,1,20130417,1,11:27:57,70,0.857142857
+6239,1,20130417,1,11:27:58,61,0.983606557
+6240,1,20130417,1,11:27:59,64,0.9375
+6241,1,20130417,1,11:28:00,58,1.034482759
+6242,1,20130417,1,11:28:01,61,0.983606557
+6243,1,20130417,1,11:28:02,74,0.810810811
+6244,1,20130417,1,11:28:03,70,0.857142857
+6245,1,20130417,1,11:28:04,74,0.810810811
+6246,1,20130417,1,11:28:04,79,0.759493671
+6247,1,20130417,1,11:28:05,62,0.967741935
+6248,1,20130417,1,11:28:06,68,0.882352941
+6249,1,20130417,1,11:28:07,65,0.923076923
+6250,1,20130417,1,11:28:08,64,0.9375
+6251,1,20130417,1,11:28:09,74,0.810810811
+6252,1,20130417,1,11:28:10,65,0.923076923
+6253,1,20130417,1,11:28:11,62,0.967741935
+6254,1,20130417,1,11:28:12,71,0.845070423
+6255,1,20130417,1,11:28:13,77,0.779220779
+6256,1,20130417,1,11:28:13,69,0.869565217
+6257,1,20130417,1,11:28:14,60,1
+6258,1,20130417,1,11:28:15,65,0.923076923
+6259,1,20130417,1,11:28:16,68,0.882352941
+6260,1,20130417,1,11:28:17,71,0.845070423
+6261,1,20130417,1,11:28:18,77,0.779220779
+6262,1,20130417,1,11:28:19,75,0.8
+6263,1,20130417,1,11:28:19,67,0.895522388
+6264,1,20130417,1,11:28:20,61,0.983606557
+6265,1,20130417,1,11:28:21,65,0.923076923
+6266,1,20130417,1,11:28:22,64,0.9375
+6267,1,20130417,1,11:28:23,63,0.952380952
+6268,1,20130417,1,11:28:24,65,0.923076923
+6269,1,20130417,1,11:28:25,70,0.857142857
+6270,1,20130417,1,11:28:26,64,0.9375
+6271,1,20130417,1,11:28:27,64,0.9375
+6272,1,20130417,1,11:28:28,71,0.845070423
+6273,1,20130417,1,11:28:29,74,0.810810811
+6274,1,20130417,1,11:28:29,65,0.923076923
+6275,1,20130417,1,11:28:30,58,1.034482759
+6276,1,20130417,1,11:28:31,56,1.071428571
+6277,1,20130417,1,11:28:32,59,1.016949153
+6278,1,20130417,1,11:28:33,65,0.923076923
+6279,1,20130417,1,11:28:34,61,0.983606557
+6280,1,20130417,1,11:28:35,60,1
+6281,1,20130417,1,11:28:36,59,1.016949153
+6282,1,20130417,1,11:28:37,59,1.016949153
+6283,1,20130417,1,11:28:38,55,1.090909091
+6284,1,20130417,1,11:28:39,56,1.071428571
+6285,1,20130417,1,11:28:41,58,1.034482759
+6286,1,20130417,1,11:28:42,65,0.923076923
+6287,1,20130417,1,11:28:42,63,0.952380952
+6288,1,20130417,1,11:28:43,62,0.967741935
+6289,1,20130417,1,11:28:44,62,0.967741935
+6290,1,20130417,1,11:28:45,73,0.821917808
+6291,1,20130417,1,11:28:46,62,0.967741935
+6292,1,20130417,1,11:28:47,62,0.967741935
+6293,1,20130417,1,11:28:48,65,0.923076923
+6294,1,20130417,1,11:28:49,61,0.983606557
+6295,1,20130417,1,11:28:50,65,0.923076923
+6296,1,20130417,1,11:28:51,67,0.895522388
+6297,1,20130417,1,11:28:52,67,0.895522388
+6298,1,20130417,1,11:28:53,72,0.833333333
+6299,1,20130417,1,11:28:54,79,0.759493671
+6300,1,20130417,1,11:28:54,74,0.810810811
+6301,1,20130417,1,11:28:55,67,0.895522388
+6302,1,20130417,1,11:28:56,70,0.857142857
+6303,1,20130417,1,11:28:57,79,0.759493671
+6304,1,20130417,1,11:28:58,78,0.769230769
+6305,1,20130417,1,11:28:58,77,0.779220779
+6306,1,20130417,1,11:28:59,77,0.779220779
+6307,1,20130417,1,11:29:00,74,0.810810811
+6308,1,20130417,1,11:29:01,77,0.779220779
+6309,1,20130417,1,11:29:02,80,0.75
+6310,1,20130417,1,11:29:02,72,0.833333333
+6311,1,20130417,1,11:29:03,70,0.857142857
+6312,1,20130417,1,11:29:04,74,0.810810811
+6313,1,20130417,1,11:29:05,78,0.769230769
+6314,1,20130417,1,11:29:06,74,0.810810811
+6315,1,20130417,1,11:29:06,64,0.9375
+6316,1,20130417,1,11:29:07,61,0.983606557
+6317,1,20130417,1,11:29:08,71,0.845070423
+6318,1,20130417,1,11:29:09,70,0.857142857
+6319,1,20130417,1,11:29:10,64,0.9375
+6320,1,20130417,1,11:29:11,60,1
+6321,1,20130417,1,11:29:12,64,0.9375
+6322,1,20130417,1,11:29:13,61,0.983606557
+6323,1,20130417,1,11:29:14,58,1.034482759
+6324,1,20130417,1,11:29:15,60,1
+6325,1,20130417,1,11:29:16,67,0.895522388
+6326,1,20130417,1,11:29:17,71,0.845070423
+6327,1,20130417,1,11:29:18,69,0.869565217
+6328,1,20130417,1,11:29:19,61,0.983606557
+6329,1,20130417,1,11:29:20,64,0.9375
+6330,1,20130417,1,11:29:20,69,0.869565217
+6331,1,20130417,1,11:29:21,59,1.016949153
+6332,1,20130417,1,11:29:22,56,1.071428571
+6333,1,20130417,1,11:29:23,58,1.034482759
+6334,1,20130417,1,11:29:24,65,0.923076923
+6335,1,20130417,1,11:29:25,60,1
+6336,1,20130417,1,11:29:26,59,1.016949153
+6337,1,20130417,1,11:29:27,58,1.034482759
+6338,1,20130417,1,11:29:28,66,0.909090909
+6339,1,20130417,1,11:29:29,58,1.034482759
+6340,1,20130417,1,11:29:30,57,1.052631579
+6341,1,20130417,1,11:29:31,59,1.016949153
+6342,1,20130417,1,11:29:32,66,0.909090909
+6343,1,20130417,1,11:29:33,59,1.016949153
+6344,1,20130417,1,11:29:34,56,1.071428571
+6345,1,20130417,1,11:29:35,66,0.909090909
+6346,1,20130417,1,11:29:36,69,0.869565217
+6347,1,20130417,1,11:29:37,67,0.895522388
+6348,1,20130417,1,11:29:38,70,0.857142857
+6349,1,20130417,1,11:29:39,71,0.845070423
+6350,1,20130417,1,11:29:40,67,0.895522388
+6351,1,20130417,1,11:29:41,65,0.923076923
+6352,1,20130417,1,11:29:42,75,0.8
+6353,1,20130417,1,11:29:42,73,0.821917808
+6354,1,20130417,1,11:29:43,55,1.090909091
+6355,1,20130417,1,11:29:44,60,1
+6356,1,20130417,1,11:29:45,68,0.882352941
+6357,1,20130417,1,11:29:46,66,0.909090909
+6358,1,20130417,1,11:29:47,62,0.967741935
+6359,1,20130417,1,11:29:48,70,0.857142857
+6360,1,20130417,1,11:29:49,65,0.923076923
+6361,1,20130417,1,11:29:50,58,1.034482759
+6362,1,20130417,1,11:29:51,66,0.909090909
+6363,1,20130417,1,11:29:52,72,0.833333333
+6364,1,20130417,1,11:29:53,69,0.869565217
+6365,1,20130417,1,11:29:54,63,0.952380952
+6366,1,20130417,1,11:29:54,66,0.909090909
+6367,1,20130417,1,11:29:55,74,0.810810811
+6368,1,20130417,1,11:29:56,68,0.882352941
+6369,1,20130417,1,11:29:57,65,0.923076923
+6370,1,20130417,1,11:29:58,72,0.833333333
+6371,1,20130417,1,11:29:59,78,0.769230769
+6372,1,20130417,1,11:30:00,77,0.779220779
+6373,1,20130417,1,11:30:00,65,0.923076923
+6374,1,20130417,1,11:30:01,74,0.810810811
+6375,1,20130417,1,11:30:02,82,0.731707317
+6376,1,20130417,1,11:30:03,76,0.789473684
+6377,1,20130417,1,11:30:04,75,0.8
+6378,1,20130417,1,11:30:04,76,0.789473684
+6379,1,20130417,1,11:30:05,69,0.869565217
+6380,1,20130417,1,11:30:06,81,0.740740741
+6381,1,20130417,1,11:30:07,83,0.722891566
+6382,1,20130417,1,11:30:08,80,0.75
+6383,1,20130417,1,11:30:08,82,0.731707317
+6384,1,20130417,1,11:30:09,82,0.731707317
+6385,1,20130417,1,11:30:10,83,0.722891566
+6386,1,20130417,1,11:30:10,85,0.705882353
+6387,1,20130417,1,11:30:11,86,0.697674419
+6388,1,20130417,1,11:30:12,87,0.689655172
+6389,1,20130417,1,11:30:13,89,0.674157303
+6390,1,20130417,1,11:30:13,90,0.666666667
+6391,1,20130417,1,11:30:14,92,0.652173913
+6392,1,20130417,1,11:30:15,93,0.64516129
+6393,1,20130417,1,11:30:15,96,0.625
+6394,1,20130417,1,11:30:16,96,0.625
+6395,1,20130417,1,11:30:16,96,0.625
+6396,1,20130417,1,11:30:17,98,0.612244898
+6397,1,20130417,1,11:30:18,98,0.612244898
+6398,1,20130417,1,11:30:18,100,0.6
+6399,1,20130417,1,11:30:19,100,0.6
+6400,1,20130417,1,11:30:20,97,0.618556701
+6401,1,20130417,1,11:30:20,91,0.659340659
+6402,1,20130417,1,11:30:21,91,0.659340659
+6403,1,20130417,1,11:30:21,91,0.659340659
+6404,1,20130417,1,11:30:22,86,0.697674419
+6405,1,20130417,1,11:30:23,84,0.714285714
+6406,1,20130417,1,11:30:24,80,0.75
+6407,1,20130417,1,11:30:24,78,0.769230769
+6408,1,20130417,1,11:30:25,70,0.857142857
+6409,1,20130417,1,11:30:26,68,0.882352941
+6410,1,20130417,1,11:30:27,64,0.9375
+6411,1,20130417,1,11:30:28,66,0.909090909
+6412,1,20130417,1,11:30:29,69,0.869565217
+6413,1,20130417,1,11:30:29,60,1
+6414,1,20130417,1,11:30:30,60,1
+6415,1,20130417,1,11:30:31,67,0.895522388
+6416,1,20130417,1,11:30:32,68,0.882352941
+6417,1,20130417,1,11:30:33,72,0.833333333
+6418,1,20130417,1,11:30:34,67,0.895522388
+6419,1,20130417,1,11:30:35,70,0.857142857
+6420,1,20130417,1,11:30:36,75,0.8
+6421,1,20130417,1,11:30:37,61,0.983606557
+6422,1,20130417,1,11:30:38,53,1.132075472
+6423,1,20130417,1,11:30:39,51,1.176470588
+6424,1,20130417,1,11:30:40,57,1.052631579
+6425,1,20130417,1,11:30:41,61,0.983606557
+6426,1,20130417,1,11:30:42,62,0.967741935
+6427,1,20130417,1,11:30:43,74,0.810810811
+6428,1,20130417,1,11:30:44,69,0.869565217
+6429,1,20130417,1,11:30:45,66,0.909090909
+6430,1,20130417,1,11:30:46,71,0.845070423
+6431,1,20130417,1,11:30:46,73,0.821917808
+6432,1,20130417,1,11:30:47,69,0.869565217
+6433,1,20130417,1,11:30:48,58,1.034482759
+6434,1,20130417,1,11:30:49,57,1.052631579
+6435,1,20130417,1,11:30:50,67,0.895522388
+6436,1,20130417,1,11:30:51,62,0.967741935
+6437,1,20130417,1,11:30:52,64,0.9375
+6438,1,20130417,1,11:30:53,72,0.833333333
+6439,1,20130417,1,11:30:54,62,0.967741935
+6440,1,20130417,1,11:30:55,62,0.967741935
+6441,1,20130417,1,11:30:56,62,0.967741935
+6442,1,20130417,1,11:30:57,72,0.833333333
+6443,1,20130417,1,11:30:58,65,0.923076923
+6444,1,20130417,1,11:30:58,62,0.967741935
+6445,1,20130417,1,11:30:59,69,0.869565217
+6446,1,20130417,1,11:31:00,63,0.952380952
+6447,1,20130417,1,11:31:01,57,1.052631579
+6448,1,20130417,1,11:31:02,60,1
+6449,1,20130417,1,11:31:03,63,0.952380952
+6450,1,20130417,1,11:31:04,65,0.923076923
+6451,1,20130417,1,11:31:05,71,0.845070423
+6452,1,20130417,1,11:31:06,64,0.9375
+6453,1,20130417,1,11:31:07,63,0.952380952
+6454,1,20130417,1,11:31:08,65,0.923076923
+6455,1,20130417,1,11:31:09,66,0.909090909
+6456,1,20130417,1,11:31:10,65,0.923076923
+6457,1,20130417,1,11:31:11,67,0.895522388
+6458,1,20130417,1,11:31:12,65,0.923076923
+6459,1,20130417,1,11:31:12,67,0.895522388
+6460,1,20130417,1,11:31:13,66,0.909090909
+6461,1,20130417,1,11:31:14,69,0.869565217
+6462,1,20130417,1,11:31:15,63,0.952380952
+6463,1,20130417,1,11:31:16,60,1
+6464,1,20130417,1,11:31:17,62,0.967741935
+6465,1,20130417,1,11:31:18,64,0.9375
+6466,1,20130417,1,11:31:19,65,0.923076923
+6467,1,20130417,1,11:31:20,71,0.845070423
+6468,1,20130417,1,11:31:21,77,0.779220779
+6469,1,20130417,1,11:31:22,76,0.789473684
+6470,1,20130417,1,11:31:22,69,0.869565217
+6471,1,20130417,1,11:31:23,73,0.821917808
+6472,1,20130417,1,11:31:24,77,0.779220779
+6473,1,20130417,1,11:31:25,77,0.779220779
+6474,1,20130417,1,11:31:26,82,0.731707317
+6475,1,20130417,1,11:31:26,85,0.705882353
+6476,1,20130417,1,11:31:27,86,0.697674419
+6477,1,20130417,1,11:31:28,84,0.714285714
+6478,1,20130417,1,11:31:28,80,0.75
+6479,1,20130417,1,11:31:29,83,0.722891566
+6480,1,20130417,1,11:31:30,74,0.810810811
+6481,1,20130417,1,11:31:31,79,0.759493671
+6482,1,20130417,1,11:31:32,80,0.75
+6483,1,20130417,1,11:31:32,83,0.722891566
+6484,1,20130417,1,11:31:33,85,0.705882353
+6485,1,20130417,1,11:31:34,81,0.740740741
+6486,1,20130417,1,11:31:34,78,0.769230769
+6487,1,20130417,1,11:31:35,76,0.789473684
+6488,1,20130417,1,11:31:36,76,0.789473684
+6489,1,20130417,1,11:31:37,73,0.821917808
+6490,1,20130417,1,11:31:38,73,0.821917808
+6491,1,20130417,1,11:31:38,76,0.789473684
+6492,1,20130417,1,11:31:39,73,0.821917808
+6493,1,20130417,1,11:31:40,75,0.8
+6494,1,20130417,1,11:31:41,80,0.75
+6495,1,20130417,1,11:31:42,79,0.759493671
+6496,1,20130417,1,11:31:42,74,0.810810811
+6497,1,20130417,1,11:31:43,68,0.882352941
+6498,1,20130417,1,11:31:44,75,0.8
+6499,1,20130417,1,11:31:45,78,0.769230769
+6500,1,20130417,1,11:31:46,60,1
+6501,1,20130417,1,11:31:47,71,0.845070423
+6502,1,20130417,1,11:31:47,62,0.967741935
+6503,1,20130417,1,11:31:48,65,0.923076923
+6504,1,20130417,1,11:31:49,62,0.967741935
+6505,1,20130417,1,11:31:50,62,0.967741935
+6506,1,20130417,1,11:31:51,65,0.923076923
+6507,1,20130417,1,11:31:52,65,0.923076923
+6508,1,20130417,1,11:31:53,64,0.9375
+6509,1,20130417,1,11:31:54,66,0.909090909
+6510,1,20130417,1,11:31:55,64,0.9375
+6511,1,20130417,1,11:31:56,61,0.983606557
+6512,1,20130417,1,11:31:57,61,0.983606557
+6513,1,20130417,1,11:31:58,60,1
+6514,1,20130417,1,11:31:59,59,1.016949153
+6515,1,20130417,1,11:32:00,64,0.9375
+6516,1,20130417,1,11:32:01,61,0.983606557
+6517,1,20130417,1,11:32:02,62,0.967741935
+6518,1,20130417,1,11:32:03,64,0.9375
+6519,1,20130417,1,11:32:04,67,0.895522388
+6520,1,20130417,1,11:32:05,66,0.909090909
+6521,1,20130417,1,11:32:05,65,0.923076923
+6522,1,20130417,1,11:32:06,63,0.952380952
+6523,1,20130417,1,11:32:07,60,1
+6524,1,20130417,1,11:32:08,60,1
+6525,1,20130417,1,11:32:09,70,0.857142857
+6526,1,20130417,1,11:32:10,67,0.895522388
+6527,1,20130417,1,11:32:11,61,0.983606557
+6528,1,20130417,1,11:32:12,72,0.833333333
+6529,1,20130417,1,11:32:13,69,0.869565217
+6530,1,20130417,1,11:32:14,62,0.967741935
+6531,1,20130417,1,11:32:15,65,0.923076923
+6532,1,20130417,1,11:32:16,63,0.952380952
+6533,1,20130417,1,11:32:17,58,1.034482759
+6534,1,20130417,1,11:32:18,61,0.983606557
+6535,1,20130417,1,11:32:19,64,0.9375
+6536,1,20130417,1,11:32:20,61,0.983606557
+6537,1,20130417,1,11:32:21,66,0.909090909
+6538,1,20130417,1,11:32:22,77,0.779220779
+6539,1,20130417,1,11:32:22,75,0.8
+6540,1,20130417,1,11:32:23,70,0.857142857
+6541,1,20130417,1,11:32:24,65,0.923076923
+6542,1,20130417,1,11:32:25,71,0.845070423
+6543,1,20130417,1,11:32:26,63,0.952380952
+6544,1,20130417,1,11:32:27,66,0.909090909
+6545,1,20130417,1,11:32:28,67,0.895522388
+6546,1,20130417,1,11:32:28,63,0.952380952
+6547,1,20130417,1,11:32:29,71,0.845070423
+6548,1,20130417,1,11:32:30,78,0.769230769
+6549,1,20130417,1,11:32:31,74,0.810810811
+6550,1,20130417,1,11:32:32,71,0.845070423
+6551,1,20130417,1,11:32:33,73,0.821917808
+6552,1,20130417,1,11:32:34,78,0.769230769
+6553,1,20130417,1,11:32:34,79,0.759493671
+6554,1,20130417,1,11:32:35,81,0.740740741
+6555,1,20130417,1,11:32:36,86,0.697674419
+6556,1,20130417,1,11:32:37,87,0.689655172
+6557,1,20130417,1,11:32:37,91,0.659340659
+6558,1,20130417,1,11:32:38,94,0.638297872
+6559,1,20130417,1,11:32:38,95,0.631578947
+6560,1,20130417,1,11:32:39,91,0.659340659
+6561,1,20130417,1,11:32:40,89,0.674157303
+6562,1,20130417,1,11:32:40,86,0.697674419
+6563,1,20130417,1,11:32:41,79,0.759493671
+6564,1,20130417,1,11:32:42,72,0.833333333
+6565,1,20130417,1,11:32:43,74,0.810810811
+6566,1,20130417,1,11:32:44,74,0.810810811
+6567,1,20130417,1,11:32:44,73,0.821917808
+6568,1,20130417,1,11:32:45,74,0.810810811
+6569,1,20130417,1,11:32:46,76,0.789473684
+6570,1,20130417,1,11:32:47,77,0.779220779
+6571,1,20130417,1,11:32:48,78,0.769230769
+6572,1,20130417,1,11:32:48,78,0.769230769
+6573,1,20130417,1,11:32:49,71,0.845070423
+6574,1,20130417,1,11:32:50,77,0.779220779
+6575,1,20130417,1,11:32:51,84,0.714285714
+6576,1,20130417,1,11:32:51,86,0.697674419
+6577,1,20130417,1,11:32:52,85,0.705882353
+6578,1,20130417,1,11:32:53,72,0.833333333
+6579,1,20130417,1,11:32:54,69,0.869565217
+6580,1,20130417,1,11:32:55,75,0.8
+6581,1,20130417,1,11:32:55,79,0.759493671
+6582,1,20130417,1,11:32:56,85,0.705882353
+6583,1,20130417,1,11:32:57,84,0.714285714
+6584,1,20130417,1,11:32:58,84,0.714285714
+6585,1,20130417,1,11:32:58,75,0.8
+6586,1,20130417,1,11:32:59,80,0.75
+6587,1,20130417,1,11:33:00,83,0.722891566
+6588,1,20130417,1,11:33:01,78,0.769230769
+6589,1,20130417,1,11:33:01,75,0.8
+6590,1,20130417,1,11:33:02,70,0.857142857
+6591,1,20130417,1,11:33:03,73,0.821917808
+6592,1,20130417,1,11:33:04,79,0.759493671
+6593,1,20130417,1,11:33:05,84,0.714285714
+6594,1,20130417,1,11:33:05,80,0.75
+6595,1,20130417,1,11:33:06,70,0.857142857
+6596,1,20130417,1,11:33:07,63,0.952380952
+6597,1,20130417,1,11:33:08,63,0.952380952
+6598,1,20130417,1,11:33:09,60,1
+6599,1,20130417,1,11:33:10,61,0.983606557
+6600,1,20130417,1,11:33:11,64,0.9375
+6601,1,20130417,1,11:33:12,74,0.810810811
+6602,1,20130417,1,11:33:12,74,0.810810811
+6603,1,20130417,1,11:33:13,75,0.8
+6604,1,20130417,1,11:33:14,72,0.833333333
+6605,1,20130417,1,11:33:15,71,0.845070423
+6606,1,20130417,1,11:33:16,72,0.833333333
+6607,1,20130417,1,11:33:17,71,0.845070423
+6608,1,20130417,1,11:33:17,71,0.845070423
+6609,1,20130417,1,11:33:18,70,0.857142857
+6610,1,20130417,1,11:33:19,77,0.779220779
+6611,1,20130417,1,11:33:20,79,0.759493671
+6612,1,20130417,1,11:33:21,70,0.857142857
+6613,1,20130417,1,11:33:22,67,0.895522388
+6614,1,20130417,1,11:33:22,59,1.016949153
+6615,1,20130417,1,11:33:23,69,0.869565217
+6616,1,20130417,1,11:33:24,60,1
+6617,1,20130417,1,11:33:25,56,1.071428571
+6618,1,20130417,1,11:33:26,65,0.923076923
+6619,1,20130417,1,11:33:27,66,0.909090909
+6620,1,20130417,1,11:33:28,67,0.895522388
+6621,1,20130417,1,11:33:29,74,0.810810811
+6622,1,20130417,1,11:33:30,63,0.952380952
+6623,1,20130417,1,11:33:31,66,0.909090909
+6624,1,20130417,1,11:33:32,52,1.153846154
+6625,1,20130417,1,11:33:33,54,1.111111111
+6626,1,20130417,1,11:33:34,57,1.052631579
+6627,1,20130417,1,11:33:35,63,0.952380952
+6628,1,20130417,1,11:33:36,60,1
+6629,1,20130417,1,11:33:37,58,1.034482759
+6630,1,20130417,1,11:33:38,55,1.090909091
+6631,1,20130417,1,11:33:39,62,0.967741935
+6632,1,20130417,1,11:33:40,61,0.983606557
+6633,1,20130417,1,11:33:41,58,1.034482759
+6634,1,20130417,1,11:33:42,59,1.016949153
+6635,1,20130417,1,11:33:43,58,1.034482759
+6636,1,20130417,1,11:33:44,63,0.952380952
+6637,1,20130417,1,11:33:45,60,1
+6638,1,20130417,1,11:33:46,61,0.983606557
+6639,1,20130417,1,11:33:47,60,1
+6640,1,20130417,1,11:33:48,68,0.882352941
+6641,1,20130417,1,11:33:49,62,0.967741935
+6642,1,20130417,1,11:33:50,56,1.071428571
+6643,1,20130417,1,11:33:51,58,1.034482759
+6644,1,20130417,1,11:33:52,63,0.952380952
+6645,1,20130417,1,11:33:53,59,1.016949153
+6646,1,20130417,1,11:33:54,54,1.111111111
+6647,1,20130417,1,11:33:55,58,1.034482759
+6648,1,20130417,1,11:33:56,68,0.882352941
+6649,1,20130417,1,11:33:57,62,0.967741935
+6650,1,20130417,1,11:33:58,61,0.983606557
+6651,1,20130417,1,11:33:59,71,0.845070423
+6652,1,20130417,1,11:34:00,59,1.016949153
+6653,1,20130417,1,11:34:01,54,1.111111111
+6654,1,20130417,1,11:34:02,59,1.016949153
+6655,1,20130417,1,11:34:03,63,0.952380952
+6656,1,20130417,1,11:34:04,55,1.090909091
+6657,1,20130417,1,11:34:05,53,1.132075472
+6658,1,20130417,1,11:34:06,61,0.983606557
+6659,1,20130417,1,11:34:07,59,1.016949153
+6660,1,20130417,1,11:34:08,58,1.034482759
+6661,1,20130417,1,11:34:09,69,0.869565217
+6662,1,20130417,1,11:34:10,67,0.895522388
+6663,1,20130417,1,11:34:11,59,1.016949153
+6664,1,20130417,1,11:34:12,60,1
+6665,1,20130417,1,11:34:13,68,0.882352941
+6666,1,20130417,1,11:34:14,68,0.882352941
+6667,1,20130417,1,11:34:15,62,0.967741935
+6668,1,20130417,1,11:34:16,59,1.016949153
+6669,1,20130417,1,11:34:17,64,0.9375
+6670,1,20130417,1,11:34:18,63,0.952380952
+6671,1,20130417,1,11:34:19,64,0.9375
+6672,1,20130417,1,11:34:20,72,0.833333333
+6673,1,20130417,1,11:34:20,69,0.869565217
+6674,1,20130417,1,11:34:21,68,0.882352941
+6675,1,20130417,1,11:34:22,67,0.895522388
+6676,1,20130417,1,11:34:23,72,0.833333333
+6677,1,20130417,1,11:34:24,71,0.845070423
+6678,1,20130417,1,11:34:25,65,0.923076923
+6679,1,20130417,1,11:34:26,67,0.895522388
+6680,1,20130417,1,11:34:27,63,0.952380952
+6681,1,20130417,1,11:34:28,63,0.952380952
+6682,1,20130417,1,11:34:29,71,0.845070423
+6683,1,20130417,1,11:34:29,72,0.833333333
+6684,1,20130417,1,11:34:30,69,0.869565217
+6685,1,20130417,1,11:34:31,64,0.9375
+6686,1,20130417,1,11:34:32,73,0.821917808
+6687,1,20130417,1,11:34:33,72,0.833333333
+6688,1,20130417,1,11:34:34,65,0.923076923
+6689,1,20130417,1,11:34:35,65,0.923076923
+6690,1,20130417,1,11:34:36,70,0.857142857
+6691,1,20130417,1,11:34:36,65,0.923076923
+6692,1,20130417,1,11:34:37,60,1
+6693,1,20130417,1,11:34:38,52,1.153846154
+6694,1,20130417,1,11:34:39,56,1.071428571
+6695,1,20130417,1,11:34:41,53,1.132075472
+6696,1,20130417,1,11:34:42,58,1.034482759
+6697,1,20130417,1,11:34:43,67,0.895522388
+6698,1,20130417,1,11:34:44,63,0.952380952
+6699,1,20130417,1,11:34:45,62,0.967741935
+6700,1,20130417,1,11:34:45,60,1
+6701,1,20130417,1,11:34:46,57,1.052631579
+6702,1,20130417,1,11:34:48,64,0.9375
+6703,1,20130417,1,11:34:48,59,1.016949153
+6704,1,20130417,1,11:34:49,60,1
+6705,1,20130417,1,11:34:50,61,0.983606557
+6706,1,20130417,1,11:34:51,69,0.869565217
+6707,1,20130417,1,11:34:52,60,1
+6708,1,20130417,1,11:34:53,56,1.071428571
+6709,1,20130417,1,11:34:54,59,1.016949153
+6710,1,20130417,1,11:34:55,60,1
+6711,1,20130417,1,11:34:56,61,0.983606557
+6712,1,20130417,1,11:34:57,63,0.952380952
+6713,1,20130417,1,11:34:58,59,1.016949153
+6714,1,20130417,1,11:34:59,60,1
+6715,1,20130417,1,11:35:00,71,0.845070423
+6716,1,20130417,1,11:35:01,69,0.869565217
+6717,1,20130417,1,11:35:02,68,0.882352941
+6718,1,20130417,1,11:35:03,64,0.9375
+6719,1,20130417,1,11:35:04,69,0.869565217
+6720,1,20130417,1,11:35:05,62,0.967741935
+6721,1,20130417,1,11:35:06,53,1.132075472
+6722,1,20130417,1,11:35:07,57,1.052631579
+6723,1,20130417,1,11:35:08,66,0.909090909
+6724,1,20130417,1,11:35:09,64,0.9375
+6725,1,20130417,1,11:35:10,60,1
+6726,1,20130417,1,11:35:11,64,0.9375
+6727,1,20130417,1,11:35:12,63,0.952380952
+6728,1,20130417,1,11:35:13,66,0.909090909
+6729,1,20130417,1,11:35:14,65,0.923076923
+6730,1,20130417,1,11:35:15,61,0.983606557
+6731,1,20130417,1,11:35:15,64,0.9375
+6732,1,20130417,1,11:35:16,60,1
+6733,1,20130417,1,11:35:17,65,0.923076923
+6734,1,20130417,1,11:35:18,61,0.983606557
+6735,1,20130417,1,11:35:19,61,0.983606557
+6736,1,20130417,1,11:35:20,67,0.895522388
+6737,1,20130417,1,11:35:21,70,0.857142857
+6738,1,20130417,1,11:35:22,62,0.967741935
+6739,1,20130417,1,11:35:23,61,0.983606557
+6740,1,20130417,1,11:35:24,66,0.909090909
+6741,1,20130417,1,11:35:25,70,0.857142857
+6742,1,20130417,1,11:35:26,72,0.833333333
+6743,1,20130417,1,11:35:27,69,0.869565217
+6744,1,20130417,1,11:35:27,65,0.923076923
+6745,1,20130417,1,11:35:28,64,0.9375
+6746,1,20130417,1,11:35:29,58,1.034482759
+6747,1,20130417,1,11:35:30,62,0.967741935
+6748,1,20130417,1,11:35:31,60,1
+6749,1,20130417,1,11:35:32,62,0.967741935
+6750,1,20130417,1,11:35:33,73,0.821917808
+6751,1,20130417,1,11:35:34,68,0.882352941
+6752,1,20130417,1,11:35:35,65,0.923076923
+6753,1,20130417,1,11:35:36,69,0.869565217
+6754,1,20130417,1,11:35:37,66,0.909090909
+6755,1,20130417,1,11:35:38,75,0.8
+6756,1,20130417,1,11:35:39,74,0.810810811
+6757,1,20130417,1,11:35:39,70,0.857142857
+6758,1,20130417,1,11:35:40,69,0.869565217
+6759,1,20130417,1,11:35:41,66,0.909090909
+6760,1,20130417,1,11:35:42,76,0.789473684
+6761,1,20130417,1,11:35:43,81,0.740740741
+6762,1,20130417,1,11:35:44,81,0.740740741
+6763,1,20130417,1,11:35:44,80,0.75
+6764,1,20130417,1,11:35:45,79,0.759493671
+6765,1,20130417,1,11:35:46,79,0.759493671
+6766,1,20130417,1,11:35:47,84,0.714285714
+6767,1,20130417,1,11:35:47,82,0.731707317
+6768,1,20130417,1,11:35:48,86,0.697674419
+6769,1,20130417,1,11:35:49,88,0.681818182
+6770,1,20130417,1,11:35:49,87,0.689655172
+6771,1,20130417,1,11:35:50,71,0.845070423
+6772,1,20130417,1,11:35:51,74,0.810810811
+6773,1,20130417,1,11:35:52,81,0.740740741
+6774,1,20130417,1,11:35:52,81,0.740740741
+6775,1,20130417,1,11:35:53,81,0.740740741
+6776,1,20130417,1,11:35:54,82,0.731707317
+6777,1,20130417,1,11:35:55,83,0.722891566
+6778,1,20130417,1,11:35:55,77,0.779220779
+6779,1,20130417,1,11:35:56,76,0.789473684
+6780,1,20130417,1,11:35:57,73,0.821917808
+6781,1,20130417,1,11:35:58,70,0.857142857
+6782,1,20130417,1,11:35:59,69,0.869565217
+6783,1,20130417,1,11:35:59,73,0.821917808
+6784,1,20130417,1,11:36:00,72,0.833333333
+6785,1,20130417,1,11:36:01,73,0.821917808
+6786,1,20130417,1,11:36:02,71,0.845070423
+6787,1,20130417,1,11:36:03,79,0.759493671
+6788,1,20130417,1,11:36:04,73,0.821917808
+6789,1,20130417,1,11:36:04,63,0.952380952
+6790,1,20130417,1,11:36:05,59,1.016949153
+6791,1,20130417,1,11:36:06,63,0.952380952
+6792,1,20130417,1,11:36:07,67,0.895522388
+6793,1,20130417,1,11:36:08,71,0.845070423
+6794,1,20130417,1,11:36:09,61,0.983606557
+6795,1,20130417,1,11:36:10,63,0.952380952
+6796,1,20130417,1,11:36:11,63,0.952380952
+6797,1,20130417,1,11:36:12,67,0.895522388
+6798,1,20130417,1,11:36:13,66,0.909090909
+6799,1,20130417,1,11:36:14,65,0.923076923
+6800,1,20130417,1,11:36:15,66,0.909090909
+6801,1,20130417,1,11:36:16,68,0.882352941
+6802,1,20130417,1,11:36:16,65,0.923076923
+6803,1,20130417,1,11:36:17,67,0.895522388
+6804,1,20130417,1,11:36:18,73,0.821917808
+6805,1,20130417,1,11:36:19,70,0.857142857
+6806,1,20130417,1,11:36:20,66,0.909090909
+6807,1,20130417,1,11:36:21,64,0.9375
+6808,1,20130417,1,11:36:22,70,0.857142857
+6809,1,20130417,1,11:36:23,67,0.895522388
+6810,1,20130417,1,11:36:24,61,0.983606557
+6811,1,20130417,1,11:36:25,68,0.882352941
+6812,1,20130417,1,11:36:25,73,0.821917808
+6813,1,20130417,1,11:36:26,78,0.769230769
+6814,1,20130417,1,11:36:27,80,0.75
+6815,1,20130417,1,11:36:28,80,0.75
+6816,1,20130417,1,11:36:29,82,0.731707317
+6817,1,20130417,1,11:36:29,85,0.705882353
+6818,1,20130417,1,11:36:30,86,0.697674419
+6819,1,20130417,1,11:36:31,86,0.697674419
+6820,1,20130417,1,11:36:31,88,0.681818182
+6821,1,20130417,1,11:36:32,84,0.714285714
+6822,1,20130417,1,11:36:33,79,0.759493671
+6823,1,20130417,1,11:36:34,70,0.857142857
+6824,1,20130417,1,11:36:34,70,0.857142857
+6825,1,20130417,1,11:36:35,77,0.779220779
+6826,1,20130417,1,11:36:36,82,0.731707317
+6827,1,20130417,1,11:36:37,83,0.722891566
+6828,1,20130417,1,11:36:37,84,0.714285714
+6829,1,20130417,1,11:36:38,83,0.722891566
+6830,1,20130417,1,11:36:39,85,0.705882353
+6831,1,20130417,1,11:36:40,81,0.740740741
+6832,1,20130417,1,11:36:40,75,0.8
+6833,1,20130417,1,11:36:41,69,0.869565217
+6834,1,20130417,1,11:36:42,68,0.882352941
+6835,1,20130417,1,11:36:43,68,0.882352941
+6836,1,20130417,1,11:36:44,70,0.857142857
+6837,1,20130417,1,11:36:45,64,0.9375
+6838,1,20130417,1,11:36:46,59,1.016949153
+6839,1,20130417,1,11:36:47,62,0.967741935
+6840,1,20130417,1,11:36:48,63,0.952380952
+6841,1,20130417,1,11:36:48,56,1.071428571
+6842,1,20130417,1,11:36:50,58,1.034482759
+6843,1,20130417,1,11:36:51,58,1.034482759
+6844,1,20130417,1,11:36:52,68,0.882352941
+6845,1,20130417,1,11:36:53,72,0.833333333
+6846,1,20130417,1,11:36:53,69,0.869565217
+6847,1,20130417,1,11:36:54,75,0.8
+6848,1,20130417,1,11:36:55,70,0.857142857
+6849,1,20130417,1,11:36:56,61,0.983606557
+6850,1,20130417,1,11:36:57,61,0.983606557
+6851,1,20130417,1,11:36:58,68,0.882352941
+6852,1,20130417,1,11:36:59,74,0.810810811
+6853,1,20130417,1,11:37:00,77,0.779220779
+6854,1,20130417,1,11:37:00,66,0.909090909
+6855,1,20130417,1,11:37:01,79,0.759493671
+6856,1,20130417,1,11:37:02,80,0.75
+6857,1,20130417,1,11:37:03,78,0.769230769
+6858,1,20130417,1,11:37:04,83,0.722891566
+6859,1,20130417,1,11:37:04,86,0.697674419
+6860,1,20130417,1,11:37:05,80,0.75
+6861,1,20130417,1,11:37:06,73,0.821917808
+6862,1,20130417,1,11:37:07,80,0.75
+6863,1,20130417,1,11:37:07,80,0.75
+6864,1,20130417,1,11:37:08,71,0.845070423
+6865,1,20130417,1,11:37:09,69,0.869565217
+6866,1,20130417,1,11:37:10,69,0.869565217
+6867,1,20130417,1,11:37:11,79,0.759493671
+6868,1,20130417,1,11:37:11,77,0.779220779
+6869,1,20130417,1,11:37:12,74,0.810810811
+6870,1,20130417,1,11:37:13,71,0.845070423
+6871,1,20130417,1,11:37:14,82,0.731707317
+6872,1,20130417,1,11:37:15,83,0.722891566
+6873,1,20130417,1,11:37:15,74,0.810810811
+6874,1,20130417,1,11:37:16,67,0.895522388
+6875,1,20130417,1,11:37:17,80,0.75
+6876,1,20130417,1,11:37:18,80,0.75
+6877,1,20130417,1,11:37:18,78,0.769230769
+6878,1,20130417,1,11:37:19,78,0.769230769
+6879,1,20130417,1,11:37:20,79,0.759493671
+6880,1,20130417,1,11:37:21,78,0.769230769
+6881,1,20130417,1,11:37:21,58,1.034482759
+6882,1,20130417,1,11:37:23,58,1.034482759
+6883,1,20130417,1,11:37:24,60,1
+6884,1,20130417,1,11:37:25,63,0.952380952
+6885,1,20130417,1,11:37:26,65,0.923076923
+6886,1,20130417,1,11:37:26,66,0.909090909
+6887,1,20130417,1,11:37:27,67,0.895522388
+6888,1,20130417,1,11:37:28,62,0.967741935
+6889,1,20130417,1,11:37:29,64,0.9375
+6890,1,20130417,1,11:37:30,69,0.869565217
+6891,1,20130417,1,11:37:31,60,1
+6892,1,20130417,1,11:37:32,61,0.983606557
+6893,1,20130417,1,11:37:33,63,0.952380952
+6894,1,20130417,1,11:37:34,64,0.9375
+6895,1,20130417,1,11:37:35,70,0.857142857
+6896,1,20130417,1,11:37:36,67,0.895522388
+6897,1,20130417,1,11:37:37,66,0.909090909
+6898,1,20130417,1,11:37:38,61,0.983606557
+6899,1,20130417,1,11:37:39,66,0.909090909
+6900,1,20130417,1,11:37:39,67,0.895522388
+6901,1,20130417,1,11:37:40,60,1
+6902,1,20130417,1,11:37:41,60,1
+6903,1,20130417,1,11:37:42,70,0.857142857
+6904,1,20130417,1,11:37:43,70,0.857142857
+6905,1,20130417,1,11:37:44,74,0.810810811
+6906,1,20130417,1,11:37:45,80,0.75
+6907,1,20130417,1,11:37:46,79,0.759493671
+6908,1,20130417,1,11:37:46,76,0.789473684
+6909,1,20130417,1,11:37:47,76,0.789473684
+6910,1,20130417,1,11:37:48,80,0.75
+6911,1,20130417,1,11:37:49,81,0.740740741
+6912,1,20130417,1,11:37:49,82,0.731707317
+6913,1,20130417,1,11:37:50,75,0.8
+6914,1,20130417,1,11:37:51,79,0.759493671
+6915,1,20130417,1,11:37:52,73,0.821917808
+6916,1,20130417,1,11:37:53,73,0.821917808
+6917,1,20130417,1,11:37:53,71,0.845070423
+6918,1,20130417,1,11:37:54,77,0.779220779
+6919,1,20130417,1,11:37:55,73,0.821917808
+6920,1,20130417,1,11:37:56,69,0.869565217
+6921,1,20130417,1,11:37:57,64,0.9375
+6922,1,20130417,1,11:37:58,70,0.857142857
+6923,1,20130417,1,11:37:59,71,0.845070423
+6924,1,20130417,1,11:37:59,63,0.952380952
+6925,1,20130417,1,11:38:00,62,0.967741935
+6926,1,20130417,1,11:38:01,73,0.821917808
+6927,1,20130417,1,11:38:02,68,0.882352941
+6928,1,20130417,1,11:38:03,51,1.176470588
+6929,1,20130417,1,11:38:04,60,1
+6930,1,20130417,1,11:38:05,67,0.895522388
+6931,1,20130417,1,11:38:06,60,1
+6932,1,20130417,1,11:38:07,52,1.153846154
+6933,1,20130417,1,11:38:08,52,1.153846154
+6934,1,20130417,1,11:38:09,68,0.882352941
+6935,1,20130417,1,11:38:10,56,1.071428571
+6936,1,20130417,1,11:38:11,59,1.016949153
+6937,1,20130417,1,11:38:12,62,0.967741935
+6938,1,20130417,1,11:38:13,69,0.869565217
+6939,1,20130417,1,11:38:14,67,0.895522388
+6940,1,20130417,1,11:38:15,54,1.111111111
+6941,1,20130417,1,11:38:16,62,0.967741935
+6942,1,20130417,1,11:38:17,60,1
+6943,1,20130417,1,11:38:18,55,1.090909091
+6944,1,20130417,1,11:38:19,65,0.923076923
+6945,1,20130417,1,11:38:20,66,0.909090909
+6946,1,20130417,1,11:38:21,63,0.952380952
+6947,1,20130417,1,11:38:22,63,0.952380952
+6948,1,20130417,1,11:38:23,64,0.9375
+6949,1,20130417,1,11:38:24,65,0.923076923
+6950,1,20130417,1,11:38:25,54,1.111111111
+6951,1,20130417,1,11:38:26,61,0.983606557
+6952,1,20130417,1,11:38:27,73,0.821917808
+6953,1,20130417,1,11:38:28,64,0.9375
+6954,1,20130417,1,11:38:29,59,1.016949153
+6955,1,20130417,1,11:38:30,61,0.983606557
+6956,1,20130417,1,11:38:31,71,0.845070423
+6957,1,20130417,1,11:38:32,71,0.845070423
+6958,1,20130417,1,11:38:32,74,0.810810811
+6959,1,20130417,1,11:38:33,79,0.759493671
+6960,1,20130417,1,11:38:34,71,0.845070423
+6961,1,20130417,1,11:38:35,64,0.9375
+6962,1,20130417,1,11:38:36,67,0.895522388
+6963,1,20130417,1,11:38:37,67,0.895522388
+6964,1,20130417,1,11:38:38,66,0.909090909
+6965,1,20130417,1,11:38:38,69,0.869565217
+6966,1,20130417,1,11:38:39,67,0.895522388
+6967,1,20130417,1,11:38:40,74,0.810810811
+6968,1,20130417,1,11:38:41,68,0.882352941
+6969,1,20130417,1,11:38:42,67,0.895522388
+6970,1,20130417,1,11:38:43,64,0.9375
+6971,1,20130417,1,11:38:44,70,0.857142857
+6972,1,20130417,1,11:38:45,65,0.923076923
+6973,1,20130417,1,11:38:45,67,0.895522388
+6974,1,20130417,1,11:38:46,68,0.882352941
+6975,1,20130417,1,11:38:47,70,0.857142857
+6976,1,20130417,1,11:38:48,70,0.857142857
+6977,1,20130417,1,11:38:49,75,0.8
+6978,1,20130417,1,11:38:50,78,0.769230769
+6979,1,20130417,1,11:38:51,79,0.759493671
+6980,1,20130417,1,11:38:51,76,0.789473684
+6981,1,20130417,1,11:38:52,73,0.821917808
+6982,1,20130417,1,11:38:53,76,0.789473684
+6983,1,20130417,1,11:38:54,81,0.740740741
+6984,1,20130417,1,11:38:54,83,0.722891566
+6985,1,20130417,1,11:38:55,84,0.714285714
+6986,1,20130417,1,11:38:56,77,0.779220779
+6987,1,20130417,1,11:38:57,79,0.759493671
+6988,1,20130417,1,11:38:57,82,0.731707317
+6989,1,20130417,1,11:38:58,83,0.722891566
+6990,1,20130417,1,11:38:59,74,0.810810811
+6991,1,20130417,1,11:39:00,67,0.895522388
+6992,1,20130417,1,11:39:01,65,0.923076923
+6993,1,20130417,1,11:39:01,68,0.882352941
+6994,1,20130417,1,11:39:02,78,0.769230769
+6995,1,20130417,1,11:39:03,79,0.759493671
+6996,1,20130417,1,11:39:04,85,0.705882353
+6997,1,20130417,1,11:39:05,88,0.681818182
+6998,1,20130417,1,11:39:05,92,0.652173913
+6999,1,20130417,1,11:39:06,94,0.638297872
+7000,1,20130417,1,11:39:07,92,0.652173913
+7001,1,20130417,1,11:39:07,87,0.689655172
+7002,1,20130417,1,11:39:08,80,0.75
+7003,1,20130417,1,11:39:09,78,0.769230769
+7004,1,20130417,1,11:39:09,82,0.731707317
+7005,1,20130417,1,11:39:10,82,0.731707317
+7006,1,20130417,1,11:39:11,83,0.722891566
+7007,1,20130417,1,11:39:12,74,0.810810811
+7008,1,20130417,1,11:39:12,63,0.952380952
+7009,1,20130417,1,11:39:13,68,0.882352941
+7010,1,20130417,1,11:39:14,71,0.845070423
+7011,1,20130417,1,11:39:15,67,0.895522388
+7012,1,20130417,1,11:39:16,61,0.983606557
+7013,1,20130417,1,11:39:17,61,0.983606557
+7014,1,20130417,1,11:39:18,66,0.909090909
+7015,1,20130417,1,11:39:19,59,1.016949153
+7016,1,20130417,1,11:39:20,58,1.034482759
+7017,1,20130417,1,11:39:21,58,1.034482759
+7018,1,20130417,1,11:39:22,59,1.016949153
+7019,1,20130417,1,11:39:23,64,0.9375
+7020,1,20130417,1,11:39:24,59,1.016949153
+7021,1,20130417,1,11:39:25,58,1.034482759
+7022,1,20130417,1,11:39:26,59,1.016949153
+7023,1,20130417,1,11:39:27,64,0.9375
+7024,1,20130417,1,11:39:28,72,0.833333333
+7025,1,20130417,1,11:39:29,68,0.882352941
+7026,1,20130417,1,11:39:30,63,0.952380952
+7027,1,20130417,1,11:39:31,64,0.9375
+7028,1,20130417,1,11:39:32,70,0.857142857
+7029,1,20130417,1,11:39:32,63,0.952380952
+7030,1,20130417,1,11:39:33,61,0.983606557
+7031,1,20130417,1,11:39:34,70,0.857142857
+7032,1,20130417,1,11:39:35,65,0.923076923
+7033,1,20130417,1,11:39:36,67,0.895522388
+7034,1,20130417,1,11:39:37,69,0.869565217
+7035,1,20130417,1,11:39:38,67,0.895522388
+7036,1,20130417,1,11:39:39,60,1
+7037,1,20130417,1,11:39:40,64,0.9375
+7038,1,20130417,1,11:39:41,66,0.909090909
+7039,1,20130417,1,11:39:42,65,0.923076923
+7040,1,20130417,1,11:39:43,64,0.9375
+7041,1,20130417,1,11:39:43,71,0.845070423
+7042,1,20130417,1,11:39:44,60,1
+7043,1,20130417,1,11:39:45,62,0.967741935
+7044,1,20130417,1,11:39:46,72,0.833333333
+7045,1,20130417,1,11:39:47,71,0.845070423
+7046,1,20130417,1,11:39:48,64,0.9375
+7047,1,20130417,1,11:39:49,64,0.9375
+7048,1,20130417,1,11:39:50,60,1
+7049,1,20130417,1,11:39:51,54,1.111111111
+7050,1,20130417,1,11:39:52,62,0.967741935
+7051,1,20130417,1,11:39:53,63,0.952380952
+7052,1,20130417,1,11:39:54,56,1.071428571
+7053,1,20130417,1,11:39:55,60,1
+7054,1,20130417,1,11:39:56,71,0.845070423
+7055,1,20130417,1,11:39:57,74,0.810810811
+7056,1,20130417,1,11:39:58,63,0.952380952
+7057,1,20130417,1,11:39:59,67,0.895522388
+7058,1,20130417,1,11:39:59,67,0.895522388
+7059,1,20130417,1,11:40:00,68,0.882352941
+7060,1,20130417,1,11:40:01,66,0.909090909
+7061,1,20130417,1,11:40:02,64,0.9375
+7062,1,20130417,1,11:40:03,69,0.869565217
+7063,1,20130417,1,11:40:04,58,1.034482759
+7064,1,20130417,1,11:40:05,55,1.090909091
+7065,1,20130417,1,11:40:06,59,1.016949153
+7066,1,20130417,1,11:40:07,68,0.882352941
+7067,1,20130417,1,11:40:08,66,0.909090909
+7068,1,20130417,1,11:40:09,66,0.909090909
+7069,1,20130417,1,11:40:10,67,0.895522388
+7070,1,20130417,1,11:40:11,71,0.845070423
+7071,1,20130417,1,11:40:12,70,0.857142857
+7072,1,20130417,1,11:40:12,79,0.759493671
+7073,1,20130417,1,11:40:13,83,0.722891566
+7074,1,20130417,1,11:40:14,74,0.810810811
+7075,1,20130417,1,11:40:15,69,0.869565217
+7076,1,20130417,1,11:40:16,78,0.769230769
+7077,1,20130417,1,11:40:16,85,0.705882353
+7078,1,20130417,1,11:40:17,87,0.689655172
+7079,1,20130417,1,11:40:18,87,0.689655172
+7080,1,20130417,1,11:40:18,75,0.8
+7081,1,20130417,1,11:40:19,71,0.845070423
+7082,1,20130417,1,11:40:20,78,0.769230769
+7083,1,20130417,1,11:40:21,83,0.722891566
+7084,1,20130417,1,11:40:22,85,0.705882353
+7085,1,20130417,1,11:40:22,89,0.674157303
+7086,1,20130417,1,11:40:23,93,0.64516129
+7087,1,20130417,1,11:40:24,91,0.659340659
+7088,1,20130417,1,11:40:24,89,0.674157303
+7089,1,20130417,1,11:40:25,88,0.681818182
+7090,1,20130417,1,11:40:26,89,0.674157303
+7091,1,20130417,1,11:40:26,90,0.666666667
+7092,1,20130417,1,11:40:27,90,0.666666667
+7093,1,20130417,1,11:40:28,92,0.652173913
+7094,1,20130417,1,11:40:28,93,0.64516129
+7095,1,20130417,1,11:40:29,93,0.64516129
+7096,1,20130417,1,11:40:30,95,0.631578947
+7097,1,20130417,1,11:40:30,94,0.638297872
+7098,1,20130417,1,11:40:31,95,0.631578947
+7099,1,20130417,1,11:40:31,92,0.652173913
+7100,1,20130417,1,11:40:32,81,0.740740741
+7101,1,20130417,1,11:40:33,74,0.810810811
+7102,1,20130417,1,11:40:34,72,0.833333333
+7103,1,20130417,1,11:40:35,64,0.9375
+7104,1,20130417,1,11:40:35,62,0.967741935
+7105,1,20130417,1,11:40:36,61,0.983606557
+7106,1,20130417,1,11:40:37,65,0.923076923
+7107,1,20130417,1,11:40:38,71,0.845070423
+7108,1,20130417,1,11:40:39,53,1.132075472
+7109,1,20130417,1,11:40:40,55,1.090909091
+7110,1,20130417,1,11:40:41,62,0.967741935
+7111,1,20130417,1,11:40:42,68,0.882352941
+7112,1,20130417,1,11:40:43,66,0.909090909
+7113,1,20130417,1,11:40:44,64,0.9375
+7114,1,20130417,1,11:40:45,59,1.016949153
+7115,1,20130417,1,11:40:46,56,1.071428571
+7116,1,20130417,1,11:40:47,68,0.882352941
+7117,1,20130417,1,11:40:48,65,0.923076923
+7118,1,20130417,1,11:40:49,61,0.983606557
+7119,1,20130417,1,11:40:50,71,0.845070423
+7120,1,20130417,1,11:40:51,62,0.967741935
+7121,1,20130417,1,11:40:52,68,0.882352941
+7122,1,20130417,1,11:40:53,72,0.833333333
+7123,1,20130417,1,11:40:53,80,0.75
+7124,1,20130417,1,11:40:54,82,0.731707317
+7125,1,20130417,1,11:40:55,82,0.731707317
+7126,1,20130417,1,11:40:56,77,0.779220779
+7127,1,20130417,1,11:40:56,62,0.967741935
+7128,1,20130417,1,11:40:57,66,0.909090909
+7129,1,20130417,1,11:40:58,63,0.952380952
+7130,1,20130417,1,11:40:59,69,0.869565217
+7131,1,20130417,1,11:41:00,69,0.869565217
+7132,1,20130417,1,11:41:01,76,0.789473684
+7133,1,20130417,1,11:41:02,80,0.75
+7134,1,20130417,1,11:41:03,79,0.759493671
+7135,1,20130417,1,11:41:03,72,0.833333333
+7136,1,20130417,1,11:41:04,69,0.869565217
+7137,1,20130417,1,11:41:05,68,0.882352941
+7138,1,20130417,1,11:41:06,64,0.9375
+7139,1,20130417,1,11:41:07,63,0.952380952
+7140,1,20130417,1,11:41:08,63,0.952380952
+7141,1,20130417,1,11:41:09,65,0.923076923
+7142,1,20130417,1,11:41:10,65,0.923076923
+7143,1,20130417,1,11:41:11,63,0.952380952
+7144,1,20130417,1,11:41:12,58,1.034482759
+7145,1,20130417,1,11:41:13,60,1
+7146,1,20130417,1,11:41:14,54,1.111111111
+7147,1,20130417,1,11:41:15,53,1.132075472
+7148,1,20130417,1,11:41:16,52,1.153846154
+7149,1,20130417,1,11:41:17,53,1.132075472
+7150,1,20130417,1,11:41:18,55,1.090909091
+7151,1,20130417,1,11:41:19,58,1.034482759
+7152,1,20130417,1,11:41:20,58,1.034482759
+7153,1,20130417,1,11:41:21,65,0.923076923
+7154,1,20130417,1,11:41:22,72,0.833333333
+7155,1,20130417,1,11:41:23,74,0.810810811
+7156,1,20130417,1,11:41:24,83,0.722891566
+7157,1,20130417,1,11:41:25,84,0.714285714
+7158,1,20130417,1,11:41:25,75,0.8
+7159,1,20130417,1,11:41:26,61,0.983606557
+7160,1,20130417,1,11:41:27,67,0.895522388
+7161,1,20130417,1,11:41:28,61,0.983606557
+7162,1,20130417,1,11:41:29,74,0.810810811
+7163,1,20130417,1,11:41:30,75,0.8
+7164,1,20130417,1,11:41:31,70,0.857142857
+7165,1,20130417,1,11:41:31,55,1.090909091
+7166,1,20130417,1,11:41:33,60,1
+7167,1,20130417,1,11:41:34,63,0.952380952
+7168,1,20130417,1,11:41:34,60,1
+7169,1,20130417,1,11:41:35,62,0.967741935
+7170,1,20130417,1,11:41:36,64,0.9375
+7171,1,20130417,1,11:41:37,74,0.810810811
+7172,1,20130417,1,11:41:38,70,0.857142857
+7173,1,20130417,1,11:41:39,77,0.779220779
+7174,1,20130417,1,11:41:40,70,0.857142857
+7175,1,20130417,1,11:41:41,63,0.952380952
+7176,1,20130417,1,11:41:42,52,1.153846154
+7177,1,20130417,1,11:41:43,55,1.090909091
+7178,1,20130417,1,11:41:44,60,1
+7179,1,20130417,1,11:41:45,69,0.869565217
+7180,1,20130417,1,11:41:46,71,0.845070423
+7181,1,20130417,1,11:41:47,64,0.9375
+7182,1,20130417,1,11:41:48,71,0.845070423
+7183,1,20130417,1,11:41:48,78,0.769230769
+7184,1,20130417,1,11:41:49,75,0.8
+7185,1,20130417,1,11:41:50,70,0.857142857
+7186,1,20130417,1,11:41:51,70,0.857142857
+7187,1,20130417,1,11:41:52,72,0.833333333
+7188,1,20130417,1,11:41:53,80,0.75
+7189,1,20130417,1,11:41:53,75,0.8
+7190,1,20130417,1,11:41:54,71,0.845070423
+7191,1,20130417,1,11:41:55,65,0.923076923
+7192,1,20130417,1,11:41:56,73,0.821917808
+7193,1,20130417,1,11:41:57,81,0.740740741
+7194,1,20130417,1,11:41:57,83,0.722891566
+7195,1,20130417,1,11:41:58,80,0.75
+7196,1,20130417,1,11:41:59,69,0.869565217
+7197,1,20130417,1,11:42:00,58,1.034482759
+7198,1,20130417,1,11:42:01,60,1
+7199,1,20130417,1,11:42:02,66,0.909090909
+7200,1,20130417,1,11:42:03,63,0.952380952
+7201,1,20130417,1,11:42:04,65,0.923076923
+7202,1,20130417,1,11:42:05,68,0.882352941
+7203,1,20130417,1,11:42:05,69,0.869565217
+7204,1,20130417,1,11:42:06,67,0.895522388
+7205,1,20130417,1,11:42:07,69,0.869565217
+7206,1,20130417,1,11:42:08,70,0.857142857
+7207,1,20130417,1,11:42:09,68,0.882352941
+7208,1,20130417,1,11:42:10,71,0.845070423
+7209,1,20130417,1,11:42:11,75,0.8
+7210,1,20130417,1,11:42:12,79,0.759493671
+7211,1,20130417,1,11:42:12,78,0.769230769
+7212,1,20130417,1,11:42:13,78,0.769230769
+7213,1,20130417,1,11:42:14,80,0.75
+7214,1,20130417,1,11:42:15,87,0.689655172
+7215,1,20130417,1,11:42:15,84,0.714285714
+7216,1,20130417,1,11:42:16,82,0.731707317
+7217,1,20130417,1,11:42:17,83,0.722891566
+7218,1,20130417,1,11:42:17,85,0.705882353
+7219,1,20130417,1,11:42:18,87,0.689655172
+7220,1,20130417,1,11:42:19,87,0.689655172
+7221,1,20130417,1,11:42:20,87,0.689655172
+7222,1,20130417,1,11:42:20,87,0.689655172
+7223,1,20130417,1,11:42:21,85,0.705882353
+7224,1,20130417,1,11:42:22,85,0.705882353
+7225,1,20130417,1,11:42:22,86,0.697674419
+7226,1,20130417,1,11:42:23,87,0.689655172
+7227,1,20130417,1,11:42:24,88,0.681818182
+7228,1,20130417,1,11:42:24,90,0.666666667
+7229,1,20130417,1,11:42:25,93,0.64516129
+7230,1,20130417,1,11:42:26,92,0.652173913
+7231,1,20130417,1,11:42:26,82,0.731707317
+7232,1,20130417,1,11:42:27,78,0.769230769
+7233,1,20130417,1,11:42:28,79,0.759493671
+7234,1,20130417,1,11:42:29,73,0.821917808
+7235,1,20130417,1,11:42:29,70,0.857142857
+7236,1,20130417,1,11:42:30,64,0.9375
+7237,1,20130417,1,11:42:31,69,0.869565217
+7238,1,20130417,1,11:42:32,62,0.967741935
+7239,1,20130417,1,11:42:33,63,0.952380952
+7240,1,20130417,1,11:42:34,62,0.967741935
+7241,1,20130417,1,11:42:35,67,0.895522388
+7242,1,20130417,1,11:42:36,63,0.952380952
+7243,1,20130417,1,11:42:37,66,0.909090909
+7244,1,20130417,1,11:42:38,70,0.857142857
+7245,1,20130417,1,11:42:39,67,0.895522388
+7246,1,20130417,1,11:42:39,68,0.882352941
+7247,1,20130417,1,11:42:40,75,0.8
+7248,1,20130417,1,11:42:41,70,0.857142857
+7249,1,20130417,1,11:42:42,78,0.769230769
+7250,1,20130417,1,11:42:43,65,0.923076923
+7251,1,20130417,1,11:42:44,62,0.967741935
+7252,1,20130417,1,11:42:45,63,0.952380952
+7253,1,20130417,1,11:42:46,75,0.8
+7254,1,20130417,1,11:42:46,65,0.923076923
+7255,1,20130417,1,11:42:47,63,0.952380952
+7256,1,20130417,1,11:42:48,67,0.895522388
+7257,1,20130417,1,11:42:49,77,0.779220779
+7258,1,20130417,1,11:42:50,73,0.821917808
+7259,1,20130417,1,11:42:51,73,0.821917808
+7260,1,20130417,1,11:42:52,77,0.779220779
+7261,1,20130417,1,11:42:52,78,0.769230769
+7262,1,20130417,1,11:42:53,71,0.845070423
+7263,1,20130417,1,11:42:54,79,0.759493671
+7264,1,20130417,1,11:42:55,84,0.714285714
+7265,1,20130417,1,11:42:55,83,0.722891566
+7266,1,20130417,1,11:42:56,83,0.722891566
+7267,1,20130417,1,11:42:57,86,0.697674419
+7268,1,20130417,1,11:42:58,87,0.689655172
+7269,1,20130417,1,11:42:58,90,0.666666667
+7270,1,20130417,1,11:42:59,91,0.659340659
+7271,1,20130417,1,11:43:00,93,0.64516129
+7272,1,20130417,1,11:43:00,94,0.638297872
+7273,1,20130417,1,11:43:01,98,0.612244898
+7274,1,20130417,1,11:43:02,101,0.594059406
+7275,1,20130417,1,11:43:02,101,0.594059406
+7276,1,20130417,1,11:43:03,100,0.6
+7277,1,20130417,1,11:43:03,93,0.64516129
+7278,1,20130417,1,11:43:04,82,0.731707317
+7279,1,20130417,1,11:43:05,77,0.779220779
+7280,1,20130417,1,11:43:06,75,0.8
+7281,1,20130417,1,11:43:06,75,0.8
+7282,1,20130417,1,11:43:07,81,0.740740741
+7283,1,20130417,1,11:43:08,84,0.714285714
+7284,1,20130417,1,11:43:09,79,0.759493671
+7285,1,20130417,1,11:43:09,78,0.769230769
+7286,1,20130417,1,11:43:10,69,0.869565217
+7287,1,20130417,1,11:43:11,68,0.882352941
+7288,1,20130417,1,11:43:12,67,0.895522388
+7289,1,20130417,1,11:43:13,64,0.9375
+7290,1,20130417,1,11:43:14,64,0.9375
+7291,1,20130417,1,11:43:15,59,1.016949153
+7292,1,20130417,1,11:43:16,62,0.967741935
+7293,1,20130417,1,11:43:17,61,0.983606557
+7294,1,20130417,1,11:43:18,54,1.111111111
+7295,1,20130417,1,11:43:19,56,1.071428571
+7296,1,20130417,1,11:43:20,57,1.052631579
+7297,1,20130417,1,11:43:21,56,1.071428571
+7298,1,20130417,1,11:43:22,56,1.071428571
+7299,1,20130417,1,11:43:23,61,0.983606557
+7300,1,20130417,1,11:43:24,60,1
+7301,1,20130417,1,11:43:25,56,1.071428571
+7302,1,20130417,1,11:43:26,59,1.016949153
+7303,1,20130417,1,11:43:27,57,1.052631579
+7304,1,20130417,1,11:43:28,57,1.052631579
+7305,1,20130417,1,11:43:29,55,1.090909091
+7306,1,20130417,1,11:43:30,66,0.909090909
+7307,1,20130417,1,11:43:31,57,1.052631579
+7308,1,20130417,1,11:43:32,55,1.090909091
+7309,1,20130417,1,11:43:33,57,1.052631579
+7310,1,20130417,1,11:43:34,57,1.052631579
+7311,1,20130417,1,11:43:35,57,1.052631579
+7312,1,20130417,1,11:43:36,66,0.909090909
+7313,1,20130417,1,11:43:37,61,0.983606557
+7314,1,20130417,1,11:43:38,57,1.052631579
+7315,1,20130417,1,11:43:39,66,0.909090909
+7316,1,20130417,1,11:43:40,64,0.9375
+7317,1,20130417,1,11:43:41,58,1.034482759
+7318,1,20130417,1,11:43:42,67,0.895522388
+7319,1,20130417,1,11:43:43,52,1.153846154
+7320,1,20130417,1,11:43:44,55,1.090909091
+7321,1,20130417,1,11:43:45,65,0.923076923
+7322,1,20130417,1,11:43:46,61,0.983606557
+7323,1,20130417,1,11:43:47,63,0.952380952
+7324,1,20130417,1,11:43:48,71,0.845070423
+7325,1,20130417,1,11:43:49,64,0.9375
+7326,1,20130417,1,11:43:50,63,0.952380952
+7327,1,20130417,1,11:43:51,70,0.857142857
+7328,1,20130417,1,11:43:52,63,0.952380952
+7329,1,20130417,1,11:43:53,65,0.923076923
+7330,1,20130417,1,11:43:54,66,0.909090909
+7331,1,20130417,1,11:43:55,60,1
+7332,1,20130417,1,11:43:56,64,0.9375
+7333,1,20130417,1,11:43:57,68,0.882352941
+7334,1,20130417,1,11:43:57,56,1.071428571
+7335,1,20130417,1,11:43:59,58,1.034482759
+7336,1,20130417,1,11:44:00,70,0.857142857
+7337,1,20130417,1,11:44:00,65,0.923076923
+7338,1,20130417,1,11:44:01,67,0.895522388
+7339,1,20130417,1,11:44:02,79,0.759493671
+7340,1,20130417,1,11:44:03,78,0.769230769
+7341,1,20130417,1,11:44:04,78,0.769230769
+7342,1,20130417,1,11:44:05,81,0.740740741
+7343,1,20130417,1,11:44:05,67,0.895522388
+7344,1,20130417,1,11:44:06,73,0.821917808
+7345,1,20130417,1,11:44:07,71,0.845070423
+7346,1,20130417,1,11:44:08,74,0.810810811
+7347,1,20130417,1,11:44:09,71,0.845070423
+7348,1,20130417,1,11:44:10,73,0.821917808
+7349,1,20130417,1,11:44:10,70,0.857142857
+7350,1,20130417,1,11:44:11,57,1.052631579
+7351,1,20130417,1,11:44:12,63,0.952380952
+7352,1,20130417,1,11:44:13,64,0.9375
+7353,1,20130417,1,11:44:14,71,0.845070423
+7354,1,20130417,1,11:44:15,68,0.882352941
+7355,1,20130417,1,11:44:16,68,0.882352941
+7356,1,20130417,1,11:44:17,73,0.821917808
+7357,1,20130417,1,11:44:18,69,0.869565217
+7358,1,20130417,1,11:44:18,68,0.882352941
+7359,1,20130417,1,11:44:19,69,0.869565217
+7360,1,20130417,1,11:44:20,68,0.882352941
+7361,1,20130417,1,11:44:21,67,0.895522388
+7362,1,20130417,1,11:44:22,59,1.016949153
+7363,1,20130417,1,11:44:23,62,0.967741935
+7364,1,20130417,1,11:44:24,67,0.895522388
+7365,1,20130417,1,11:44:25,65,0.923076923
+7366,1,20130417,1,11:44:26,67,0.895522388
+7367,1,20130417,1,11:44:27,72,0.833333333
+7368,1,20130417,1,11:44:27,71,0.845070423
+7369,1,20130417,1,11:44:28,64,0.9375
+7370,1,20130417,1,11:44:29,63,0.952380952
+7371,1,20130417,1,11:44:30,66,0.909090909
+7372,1,20130417,1,11:44:31,61,0.983606557
+7373,1,20130417,1,11:44:32,61,0.983606557
+7374,1,20130417,1,11:44:33,71,0.845070423
+7375,1,20130417,1,11:44:34,69,0.869565217
+7376,1,20130417,1,11:44:35,65,0.923076923
+7377,1,20130417,1,11:44:36,68,0.882352941
+7378,1,20130417,1,11:44:37,72,0.833333333
+7379,1,20130417,1,11:44:37,65,0.923076923
+7380,1,20130417,1,11:44:38,66,0.909090909
+7381,1,20130417,1,11:44:39,64,0.9375
+7382,1,20130417,1,11:44:40,65,0.923076923
+7383,1,20130417,1,11:44:41,69,0.869565217
+7384,1,20130417,1,11:44:42,68,0.882352941
+7385,1,20130417,1,11:44:43,62,0.967741935
+7386,1,20130417,1,11:44:44,62,0.967741935
+7387,1,20130417,1,11:44:45,61,0.983606557
+7388,1,20130417,1,11:44:46,75,0.8
+7389,1,20130417,1,11:44:47,76,0.789473684
+7390,1,20130417,1,11:44:47,72,0.833333333
+7391,1,20130417,1,11:44:48,77,0.779220779
+7392,1,20130417,1,11:44:49,84,0.714285714
+7393,1,20130417,1,11:44:50,80,0.75
+7394,1,20130417,1,11:44:50,65,0.923076923
+7395,1,20130417,1,11:44:51,62,0.967741935
+7396,1,20130417,1,11:44:52,62,0.967741935
+7397,1,20130417,1,11:44:53,63,0.952380952
+7398,1,20130417,1,11:44:54,63,0.952380952
+7399,1,20130417,1,11:44:55,71,0.845070423
+7400,1,20130417,1,11:44:56,68,0.882352941
+7401,1,20130417,1,11:44:57,64,0.9375
+7402,1,20130417,1,11:44:58,62,0.967741935
+7403,1,20130417,1,11:44:59,67,0.895522388
+7404,1,20130417,1,11:45:00,64,0.9375
+7405,1,20130417,1,11:45:01,60,1
+7406,1,20130417,1,11:45:02,62,0.967741935
+7407,1,20130417,1,11:45:03,65,0.923076923
+7408,1,20130417,1,11:45:04,59,1.016949153
+7409,1,20130417,1,11:45:05,61,0.983606557
+7410,1,20130417,1,11:45:06,72,0.833333333
+7411,1,20130417,1,11:45:06,72,0.833333333
+7412,1,20130417,1,11:45:07,72,0.833333333
+7413,1,20130417,1,11:45:08,67,0.895522388
+7414,1,20130417,1,11:45:09,60,1
+7415,1,20130417,1,11:45:10,71,0.845070423
+7416,1,20130417,1,11:45:11,74,0.810810811
+7417,1,20130417,1,11:45:12,80,0.75
+7418,1,20130417,1,11:45:12,81,0.740740741
+7419,1,20130417,1,11:45:13,73,0.821917808
+7420,1,20130417,1,11:45:14,77,0.779220779
+7421,1,20130417,1,11:45:15,81,0.740740741
+7422,1,20130417,1,11:45:16,82,0.731707317
+7423,1,20130417,1,11:45:16,80,0.75
+7424,1,20130417,1,11:45:17,82,0.731707317
+7425,1,20130417,1,11:45:18,77,0.779220779
+7426,1,20130417,1,11:45:19,79,0.759493671
+7427,1,20130417,1,11:45:19,82,0.731707317
+7428,1,20130417,1,11:45:20,85,0.705882353
+7429,1,20130417,1,11:45:21,82,0.731707317
+7430,1,20130417,1,11:45:21,82,0.731707317
+7431,1,20130417,1,11:45:22,88,0.681818182
+7432,1,20130417,1,11:45:23,90,0.666666667
+7433,1,20130417,1,11:45:24,87,0.689655172
+7434,1,20130417,1,11:45:24,90,0.666666667
+7435,1,20130417,1,11:45:25,88,0.681818182
+7436,1,20130417,1,11:45:26,91,0.659340659
+7437,1,20130417,1,11:45:26,87,0.689655172
+7438,1,20130417,1,11:45:27,84,0.714285714
+7439,1,20130417,1,11:45:28,77,0.779220779
+7440,1,20130417,1,11:45:28,77,0.779220779
+7441,1,20130417,1,11:45:29,81,0.740740741
+7442,1,20130417,1,11:45:30,82,0.731707317
+7443,1,20130417,1,11:45:31,76,0.789473684
+7444,1,20130417,1,11:45:31,74,0.810810811
+7445,1,20130417,1,11:45:32,81,0.740740741
+7446,1,20130417,1,11:45:33,79,0.759493671
+7447,1,20130417,1,11:45:34,68,0.882352941
+7448,1,20130417,1,11:45:35,65,0.923076923
+7449,1,20130417,1,11:45:36,69,0.869565217
+7450,1,20130417,1,11:45:36,69,0.869565217
+7451,1,20130417,1,11:45:37,69,0.869565217
+7452,1,20130417,1,11:45:38,68,0.882352941
+7453,1,20130417,1,11:45:39,66,0.909090909
+7454,1,20130417,1,11:45:40,66,0.909090909
+7455,1,20130417,1,11:45:41,71,0.845070423
+7456,1,20130417,1,11:45:42,65,0.923076923
+7457,1,20130417,1,11:45:43,63,0.952380952
+7458,1,20130417,1,11:45:44,67,0.895522388
+7459,1,20130417,1,11:45:44,65,0.923076923
+7460,1,20130417,1,11:45:45,68,0.882352941
+7461,1,20130417,1,11:45:46,68,0.882352941
+7462,1,20130417,1,11:45:47,64,0.9375
+7463,1,20130417,1,11:45:48,66,0.909090909
+7464,1,20130417,1,11:45:49,70,0.857142857
+7465,1,20130417,1,11:45:50,65,0.923076923
+7466,1,20130417,1,11:45:51,65,0.923076923
+7467,1,20130417,1,11:45:52,69,0.869565217
+7468,1,20130417,1,11:45:53,65,0.923076923
+7469,1,20130417,1,11:45:54,67,0.895522388
+7470,1,20130417,1,11:45:54,66,0.909090909
+7471,1,20130417,1,11:45:55,66,0.909090909
+7472,1,20130417,1,11:45:56,67,0.895522388
+7473,1,20130417,1,11:45:57,63,0.952380952
+7474,1,20130417,1,11:45:58,64,0.9375
+7475,1,20130417,1,11:45:59,62,0.967741935
+7476,1,20130417,1,11:46:00,66,0.909090909
+7477,1,20130417,1,11:46:01,65,0.923076923
+7478,1,20130417,1,11:46:02,63,0.952380952
+7479,1,20130417,1,11:46:03,69,0.869565217
+7480,1,20130417,1,11:46:04,62,0.967741935
+7481,1,20130417,1,11:46:05,65,0.923076923
+7482,1,20130417,1,11:46:06,72,0.833333333
+7483,1,20130417,1,11:46:06,69,0.869565217
+7484,1,20130417,1,11:46:07,65,0.923076923
+7485,1,20130417,1,11:46:08,67,0.895522388
+7486,1,20130417,1,11:46:09,65,0.923076923
+7487,1,20130417,1,11:46:10,60,1
+7488,1,20130417,1,11:46:11,65,0.923076923
+7489,1,20130417,1,11:46:12,71,0.845070423
+7490,1,20130417,1,11:46:13,64,0.9375
+7491,1,20130417,1,11:46:14,70,0.857142857
+7492,1,20130417,1,11:46:15,64,0.9375
+7493,1,20130417,1,11:46:16,74,0.810810811
+7494,1,20130417,1,11:46:16,74,0.810810811
+7495,1,20130417,1,11:46:17,62,0.967741935
+7496,1,20130417,1,11:46:18,71,0.845070423
+7497,1,20130417,1,11:46:19,62,0.967741935
+7498,1,20130417,1,11:46:20,63,0.952380952
+7499,1,20130417,1,11:46:21,73,0.821917808
+7500,1,20130417,1,11:46:22,68,0.882352941
+7501,1,20130417,1,11:46:23,67,0.895522388
+7502,1,20130417,1,11:46:23,74,0.810810811
+7503,1,20130417,1,11:46:24,67,0.895522388
+7504,1,20130417,1,11:46:25,59,1.016949153
+7505,1,20130417,1,11:46:26,70,0.857142857
+7506,1,20130417,1,11:46:27,65,0.923076923
+7507,1,20130417,1,11:46:28,61,0.983606557
+7508,1,20130417,1,11:46:29,67,0.895522388
+7509,1,20130417,1,11:46:30,67,0.895522388
+7510,1,20130417,1,11:46:31,67,0.895522388
+7511,1,20130417,1,11:46:32,71,0.845070423
+7512,1,20130417,1,11:46:32,70,0.857142857
+7513,1,20130417,1,11:46:33,69,0.869565217
+7514,1,20130417,1,11:46:34,68,0.882352941
+7515,1,20130417,1,11:46:35,71,0.845070423
+7516,1,20130417,1,11:46:36,70,0.857142857
+7517,1,20130417,1,11:46:37,63,0.952380952
+7518,1,20130417,1,11:46:38,58,1.034482759
+7519,1,20130417,1,11:46:39,57,1.052631579
+7520,1,20130417,1,11:46:40,59,1.016949153
+7521,1,20130417,1,11:46:41,64,0.9375
+7522,1,20130417,1,11:46:42,63,0.952380952
+7523,1,20130417,1,11:46:43,74,0.810810811
+7524,1,20130417,1,11:46:44,75,0.8
+7525,1,20130417,1,11:46:44,70,0.857142857
+7526,1,20130417,1,11:46:45,75,0.8
+7527,1,20130417,1,11:46:46,81,0.740740741
+7528,1,20130417,1,11:46:47,79,0.759493671
+7529,1,20130417,1,11:46:48,74,0.810810811
+7530,1,20130417,1,11:46:48,77,0.779220779
+7531,1,20130417,1,11:46:49,81,0.740740741
+7532,1,20130417,1,11:46:50,79,0.759493671
+7533,1,20130417,1,11:46:51,82,0.731707317
+7534,1,20130417,1,11:46:51,83,0.722891566
+7535,1,20130417,1,11:46:52,84,0.714285714
+7536,1,20130417,1,11:46:53,89,0.674157303
+7537,1,20130417,1,11:46:53,84,0.714285714
+7538,1,20130417,1,11:46:54,83,0.722891566
+7539,1,20130417,1,11:46:55,78,0.769230769
+7540,1,20130417,1,11:46:56,82,0.731707317
+7541,1,20130417,1,11:46:56,79,0.759493671
+7542,1,20130417,1,11:46:57,78,0.769230769
+7543,1,20130417,1,11:46:58,82,0.731707317
+7544,1,20130417,1,11:46:59,87,0.689655172
+7545,1,20130417,1,11:46:59,80,0.75
+7546,1,20130417,1,11:47:00,79,0.759493671
+7547,1,20130417,1,11:47:01,72,0.833333333
+7548,1,20130417,1,11:47:02,71,0.845070423
+7549,1,20130417,1,11:47:03,67,0.895522388
+7550,1,20130417,1,11:47:03,66,0.909090909
+7551,1,20130417,1,11:47:04,69,0.869565217
+7552,1,20130417,1,11:47:05,76,0.789473684
+7553,1,20130417,1,11:47:06,82,0.731707317
+7554,1,20130417,1,11:47:07,82,0.731707317
+7555,1,20130417,1,11:47:07,81,0.740740741
+7556,1,20130417,1,11:47:08,85,0.705882353
+7557,1,20130417,1,11:47:09,81,0.740740741
+7558,1,20130417,1,11:47:10,73,0.821917808
+7559,1,20130417,1,11:47:10,66,0.909090909
+7560,1,20130417,1,11:47:11,63,0.952380952
+7561,1,20130417,1,11:47:12,61,0.983606557
+7562,1,20130417,1,11:47:13,66,0.909090909
+7563,1,20130417,1,11:47:14,68,0.882352941
+7564,1,20130417,1,11:47:15,67,0.895522388
+7565,1,20130417,1,11:47:16,65,0.923076923
+7566,1,20130417,1,11:47:17,63,0.952380952
+7567,1,20130417,1,11:47:18,64,0.9375
+7568,1,20130417,1,11:47:19,52,1.153846154
+7569,1,20130417,1,11:47:20,52,1.153846154
+7570,1,20130417,1,11:47:21,55,1.090909091
+7571,1,20130417,1,11:47:22,58,1.034482759
+7572,1,20130417,1,11:47:23,57,1.052631579
+7573,1,20130417,1,11:47:24,59,1.016949153
+7574,1,20130417,1,11:47:25,60,1
+7575,1,20130417,1,11:47:26,63,0.952380952
+7576,1,20130417,1,11:47:27,71,0.845070423
+7577,1,20130417,1,11:47:28,67,0.895522388
+7578,1,20130417,1,11:47:29,59,1.016949153
+7579,1,20130417,1,11:47:30,60,1
+7580,1,20130417,1,11:47:31,55,1.090909091
+7581,1,20130417,1,11:47:32,56,1.071428571
+7582,1,20130417,1,11:47:33,63,0.952380952
+7583,1,20130417,1,11:47:34,60,1
+7584,1,20130417,1,11:47:35,63,0.952380952
+7585,1,20130417,1,11:47:36,68,0.882352941
+7586,1,20130417,1,11:47:37,64,0.9375
+7587,1,20130417,1,11:47:38,67,0.895522388
+7588,1,20130417,1,11:47:39,69,0.869565217
+7589,1,20130417,1,11:47:40,62,0.967741935
+7590,1,20130417,1,11:47:41,68,0.882352941
+7591,1,20130417,1,11:47:42,57,1.052631579
+7592,1,20130417,1,11:47:43,61,0.983606557
+7593,1,20130417,1,11:47:44,73,0.821917808
+7594,1,20130417,1,11:47:44,66,0.909090909
+7595,1,20130417,1,11:47:45,58,1.034482759
+7596,1,20130417,1,11:47:46,65,0.923076923
+7597,1,20130417,1,11:47:47,61,0.983606557
+7598,1,20130417,1,11:47:48,62,0.967741935
+7599,1,20130417,1,11:47:49,70,0.857142857
+7600,1,20130417,1,11:47:50,67,0.895522388
+7601,1,20130417,1,11:47:51,65,0.923076923
+7602,1,20130417,1,11:47:52,75,0.8
+7603,1,20130417,1,11:47:53,67,0.895522388
+7604,1,20130417,1,11:47:54,64,0.9375
+7605,1,20130417,1,11:47:55,65,0.923076923
+7606,1,20130417,1,11:47:55,72,0.833333333
+7607,1,20130417,1,11:47:56,66,0.909090909
+7608,1,20130417,1,11:47:57,65,0.923076923
+7609,1,20130417,1,11:47:58,70,0.857142857
+7610,1,20130417,1,11:47:59,68,0.882352941
+7611,1,20130417,1,11:48:00,66,0.909090909
+7612,1,20130417,1,11:48:01,65,0.923076923
+7613,1,20130417,1,11:48:02,72,0.833333333
+7614,1,20130417,1,11:48:03,67,0.895522388
+7615,1,20130417,1,11:48:03,63,0.952380952
+7616,1,20130417,1,11:48:04,66,0.909090909
+7617,1,20130417,1,11:48:05,74,0.810810811
+7618,1,20130417,1,11:48:06,65,0.923076923
+7619,1,20130417,1,11:48:07,61,0.983606557
+7620,1,20130417,1,11:48:08,62,0.967741935
+7621,1,20130417,1,11:48:09,69,0.869565217
+7622,1,20130417,1,11:48:10,66,0.909090909
+7623,1,20130417,1,11:48:11,63,0.952380952
+7624,1,20130417,1,11:48:12,69,0.869565217
+7625,1,20130417,1,11:48:13,67,0.895522388
+7626,1,20130417,1,11:48:13,68,0.882352941
+7627,1,20130417,1,11:48:14,66,0.909090909
+7628,1,20130417,1,11:48:15,77,0.779220779
+7629,1,20130417,1,11:48:16,73,0.821917808
+7630,1,20130417,1,11:48:17,77,0.779220779
+7631,1,20130417,1,11:48:18,73,0.821917808
+7632,1,20130417,1,11:48:18,77,0.779220779
+7633,1,20130417,1,11:48:19,68,0.882352941
+7634,1,20130417,1,11:48:20,57,1.052631579
+7635,1,20130417,1,11:48:21,60,1
+7636,1,20130417,1,11:48:22,68,0.882352941
+7637,1,20130417,1,11:48:23,67,0.895522388
+7638,1,20130417,1,11:48:24,68,0.882352941
+7639,1,20130417,1,11:48:25,76,0.789473684
+7640,1,20130417,1,11:48:26,80,0.75
+7641,1,20130417,1,11:48:26,75,0.8
+7642,1,20130417,1,11:48:27,71,0.845070423
+7643,1,20130417,1,11:48:28,79,0.759493671
+7644,1,20130417,1,11:48:29,73,0.821917808
+7645,1,20130417,1,11:48:30,65,0.923076923
+7646,1,20130417,1,11:48:31,63,0.952380952
+7647,1,20130417,1,11:48:31,70,0.857142857
+7648,1,20130417,1,11:48:32,73,0.821917808
+7649,1,20130417,1,11:48:33,75,0.8
+7650,1,20130417,1,11:48:34,80,0.75
+7651,1,20130417,1,11:48:35,72,0.833333333
+7652,1,20130417,1,11:48:36,76,0.789473684
+7653,1,20130417,1,11:48:36,68,0.882352941
+7654,1,20130417,1,11:48:37,64,0.9375
+7655,1,20130417,1,11:48:38,66,0.909090909
+7656,1,20130417,1,11:48:39,73,0.821917808
+7657,1,20130417,1,11:48:40,67,0.895522388
+7658,1,20130417,1,11:48:41,68,0.882352941
+7659,1,20130417,1,11:48:42,68,0.882352941
+7660,1,20130417,1,11:48:43,70,0.857142857
+7661,1,20130417,1,11:48:43,64,0.9375
+7662,1,20130417,1,11:48:44,63,0.952380952
+7663,1,20130417,1,11:48:45,67,0.895522388
+7664,1,20130417,1,11:48:46,65,0.923076923
+7665,1,20130417,1,11:48:47,59,1.016949153
+7666,1,20130417,1,11:48:48,59,1.016949153
+7667,1,20130417,1,11:48:49,66,0.909090909
+7668,1,20130417,1,11:48:50,61,0.983606557
+7669,1,20130417,1,11:48:51,63,0.952380952
+7670,1,20130417,1,11:48:52,70,0.857142857
+7671,1,20130417,1,11:48:53,69,0.869565217
+7672,1,20130417,1,11:48:54,56,1.071428571
+7673,1,20130417,1,11:48:55,60,1
+7674,1,20130417,1,11:48:56,70,0.857142857
+7675,1,20130417,1,11:48:57,61,0.983606557
+7676,1,20130417,1,11:48:58,62,0.967741935
+7677,1,20130417,1,11:48:59,69,0.869565217
+7678,1,20130417,1,11:48:59,54,1.111111111
+7679,1,20130417,1,11:49:01,54,1.111111111
+7680,1,20130417,1,11:49:02,63,0.952380952
+7681,1,20130417,1,11:49:03,65,0.923076923
+7682,1,20130417,1,11:49:04,65,0.923076923
+7683,1,20130417,1,11:49:04,75,0.8
+7684,1,20130417,1,11:49:05,70,0.857142857
+7685,1,20130417,1,11:49:06,68,0.882352941
+7686,1,20130417,1,11:49:07,69,0.869565217
+7687,1,20130417,1,11:49:08,64,0.9375
+7688,1,20130417,1,11:49:09,60,1
+7689,1,20130417,1,11:49:10,68,0.882352941
+7690,1,20130417,1,11:49:11,66,0.909090909
+7691,1,20130417,1,11:49:12,64,0.9375
+7692,1,20130417,1,11:49:13,72,0.833333333
+7693,1,20130417,1,11:49:13,67,0.895522388
+7694,1,20130417,1,11:49:14,61,0.983606557
+7695,1,20130417,1,11:49:15,67,0.895522388
+7696,1,20130417,1,11:49:16,67,0.895522388
+7697,1,20130417,1,11:49:17,65,0.923076923
+7698,1,20130417,1,11:49:18,68,0.882352941
+7699,1,20130417,1,11:49:19,73,0.821917808
+7700,1,20130417,1,11:49:20,63,0.952380952
+7701,1,20130417,1,11:49:21,69,0.869565217
+7702,1,20130417,1,11:49:22,79,0.759493671
+7703,1,20130417,1,11:49:22,79,0.759493671
+7704,1,20130417,1,11:49:23,80,0.75
+7705,1,20130417,1,11:49:24,80,0.75
+7706,1,20130417,1,11:49:25,79,0.759493671
+7707,1,20130417,1,11:49:25,73,0.821917808
+7708,1,20130417,1,11:49:26,71,0.845070423
+7709,1,20130417,1,11:49:27,77,0.779220779
+7710,1,20130417,1,11:49:28,73,0.821917808
+7711,1,20130417,1,11:49:29,70,0.857142857
+7712,1,20130417,1,11:49:29,76,0.789473684
+7713,1,20130417,1,11:49:30,62,0.967741935
+7714,1,20130417,1,11:49:31,65,0.923076923
+7715,1,20130417,1,11:49:32,68,0.882352941
+7716,1,20130417,1,11:49:33,77,0.779220779
+7717,1,20130417,1,11:49:34,75,0.8
+7718,1,20130417,1,11:49:35,76,0.789473684
+7719,1,20130417,1,11:49:35,75,0.8
+7720,1,20130417,1,11:49:36,81,0.740740741
+7721,1,20130417,1,11:49:37,73,0.821917808
+7722,1,20130417,1,11:49:38,67,0.895522388
+7723,1,20130417,1,11:49:39,67,0.895522388
+7724,1,20130417,1,11:49:40,68,0.882352941
+7725,1,20130417,1,11:49:40,61,0.983606557
+7726,1,20130417,1,11:49:41,62,0.967741935
+7727,1,20130417,1,11:49:42,69,0.869565217
+7728,1,20130417,1,11:49:43,66,0.909090909
+7729,1,20130417,1,11:49:44,64,0.9375
+7730,1,20130417,1,11:49:45,65,0.923076923
+7731,1,20130417,1,11:49:46,73,0.821917808
+7732,1,20130417,1,11:49:47,69,0.869565217
+7733,1,20130417,1,11:49:48,69,0.869565217
+7734,1,20130417,1,11:49:49,78,0.769230769
+7735,1,20130417,1,11:49:49,72,0.833333333
+7736,1,20130417,1,11:49:50,69,0.869565217
+7737,1,20130417,1,11:49:51,66,0.909090909
+7738,1,20130417,1,11:49:52,67,0.895522388
+7739,1,20130417,1,11:49:53,67,0.895522388
+7740,1,20130417,1,11:49:54,63,0.952380952
+7741,1,20130417,1,11:49:55,66,0.909090909
+7742,1,20130417,1,11:49:56,76,0.789473684
+7743,1,20130417,1,11:49:56,76,0.789473684
+7744,1,20130417,1,11:49:57,75,0.8
+7745,1,20130417,1,11:49:58,79,0.759493671
+7746,1,20130417,1,11:49:59,76,0.789473684
+7747,1,20130417,1,11:50:00,72,0.833333333
+7748,1,20130417,1,11:50:00,71,0.845070423
+7749,1,20130417,1,11:50:01,73,0.821917808
+7750,1,20130417,1,11:50:02,72,0.833333333
+7751,1,20130417,1,11:50:03,67,0.895522388
+7752,1,20130417,1,11:50:04,67,0.895522388
+7753,1,20130417,1,11:50:05,72,0.833333333
+7754,1,20130417,1,11:50:05,68,0.882352941
+7755,1,20130417,1,11:50:06,65,0.923076923
+7756,1,20130417,1,11:50:07,74,0.810810811
+7757,1,20130417,1,11:50:08,72,0.833333333
+7758,1,20130417,1,11:50:09,73,0.821917808
+7759,1,20130417,1,11:50:10,74,0.810810811
+7760,1,20130417,1,11:50:11,72,0.833333333
+7761,1,20130417,1,11:50:11,57,1.052631579
+7762,1,20130417,1,11:50:12,59,1.016949153
+7763,1,20130417,1,11:50:13,61,0.983606557
+7764,1,20130417,1,11:50:14,66,0.909090909
+7765,1,20130417,1,11:50:15,60,1
+7766,1,20130417,1,11:50:16,58,1.034482759
+7767,1,20130417,1,11:50:17,69,0.869565217
+7768,1,20130417,1,11:50:18,65,0.923076923
+7769,1,20130417,1,11:50:19,60,1
+7770,1,20130417,1,11:50:20,63,0.952380952
+7771,1,20130417,1,11:50:21,65,0.923076923
+7772,1,20130417,1,11:50:22,63,0.952380952
+7773,1,20130417,1,11:50:23,68,0.882352941
+7774,1,20130417,1,11:50:24,78,0.769230769
+7775,1,20130417,1,11:50:25,80,0.75
+7776,1,20130417,1,11:50:25,82,0.731707317
+7777,1,20130417,1,11:50:26,86,0.697674419
+7778,1,20130417,1,11:50:27,92,0.652173913
+7779,1,20130417,1,11:50:28,83,0.722891566
+7780,1,20130417,1,11:50:28,81,0.740740741
+7781,1,20130417,1,11:50:29,81,0.740740741
+7782,1,20130417,1,11:50:30,71,0.845070423
+7783,1,20130417,1,11:50:31,70,0.857142857
+7784,1,20130417,1,11:50:31,70,0.857142857
+7785,1,20130417,1,11:50:32,70,0.857142857
+7786,1,20130417,1,11:50:33,71,0.845070423
+7787,1,20130417,1,11:50:34,78,0.769230769
+7788,1,20130417,1,11:50:35,66,0.909090909
+7789,1,20130417,1,11:50:36,63,0.952380952
+7790,1,20130417,1,11:50:37,66,0.909090909
+7791,1,20130417,1,11:50:38,78,0.769230769
+7792,1,20130417,1,11:50:38,82,0.731707317
+7793,1,20130417,1,11:50:39,84,0.714285714
+7794,1,20130417,1,11:50:40,85,0.705882353
+7795,1,20130417,1,11:50:40,87,0.689655172
+7796,1,20130417,1,11:50:41,83,0.722891566
+7797,1,20130417,1,11:50:42,70,0.857142857
+7798,1,20130417,1,11:50:43,67,0.895522388
+7799,1,20130417,1,11:50:44,71,0.845070423
+7800,1,20130417,1,11:50:44,62,0.967741935
+7801,1,20130417,1,11:50:45,62,0.967741935
+7802,1,20130417,1,11:50:46,63,0.952380952
+7803,1,20130417,1,11:50:47,72,0.833333333
+7804,1,20130417,1,11:50:48,67,0.895522388
+7805,1,20130417,1,11:50:49,64,0.9375
+7806,1,20130417,1,11:50:50,62,0.967741935
+7807,1,20130417,1,11:50:51,62,0.967741935
+7808,1,20130417,1,11:50:52,63,0.952380952
+7809,1,20130417,1,11:50:53,64,0.9375
+7810,1,20130417,1,11:50:54,65,0.923076923
+7811,1,20130417,1,11:50:55,66,0.909090909
+7812,1,20130417,1,11:50:56,62,0.967741935
+7813,1,20130417,1,11:50:57,63,0.952380952
+7814,1,20130417,1,11:50:58,64,0.9375
+7815,1,20130417,1,11:50:59,68,0.882352941
+7816,1,20130417,1,11:50:59,67,0.895522388
+7817,1,20130417,1,11:51:00,66,0.909090909
+7818,1,20130417,1,11:51:01,63,0.952380952
+7819,1,20130417,1,11:51:02,66,0.909090909
+7820,1,20130417,1,11:51:03,72,0.833333333
+7821,1,20130417,1,11:51:04,66,0.909090909
+7822,1,20130417,1,11:51:05,61,0.983606557
+7823,1,20130417,1,11:51:06,69,0.869565217
+7824,1,20130417,1,11:51:07,69,0.869565217
+7825,1,20130417,1,11:51:08,67,0.895522388
+7826,1,20130417,1,11:51:08,66,0.909090909
+7827,1,20130417,1,11:51:09,71,0.845070423
+7828,1,20130417,1,11:51:10,68,0.882352941
+7829,1,20130417,1,11:51:11,63,0.952380952
+7830,1,20130417,1,11:51:12,71,0.845070423
+7831,1,20130417,1,11:51:13,74,0.810810811
+7832,1,20130417,1,11:51:14,66,0.909090909
+7833,1,20130417,1,11:51:15,65,0.923076923
+7834,1,20130417,1,11:51:16,68,0.882352941
+7835,1,20130417,1,11:51:16,65,0.923076923
+7836,1,20130417,1,11:51:17,69,0.869565217
+7837,1,20130417,1,11:51:18,76,0.789473684
+7838,1,20130417,1,11:51:19,73,0.821917808
+7839,1,20130417,1,11:51:20,71,0.845070423
+7840,1,20130417,1,11:51:21,69,0.869565217
+7841,1,20130417,1,11:51:22,69,0.869565217
+7842,1,20130417,1,11:51:22,68,0.882352941
+7843,1,20130417,1,11:51:23,79,0.759493671
+7844,1,20130417,1,11:51:24,84,0.714285714
+7845,1,20130417,1,11:51:25,80,0.75
+7846,1,20130417,1,11:51:26,74,0.810810811
+7847,1,20130417,1,11:51:26,77,0.779220779
+7848,1,20130417,1,11:51:27,85,0.705882353
+7849,1,20130417,1,11:51:28,85,0.705882353
+7850,1,20130417,1,11:51:29,87,0.689655172
+7851,1,20130417,1,11:51:29,87,0.689655172
+7852,1,20130417,1,11:51:30,79,0.759493671
+7853,1,20130417,1,11:51:31,86,0.697674419
+7854,1,20130417,1,11:51:31,88,0.681818182
+7855,1,20130417,1,11:51:32,93,0.64516129
+7856,1,20130417,1,11:51:33,99,0.606060606
+7857,1,20130417,1,11:51:33,91,0.659340659
+7858,1,20130417,1,11:51:34,97,0.618556701
+7859,1,20130417,1,11:51:35,98,0.612244898
+7860,1,20130417,1,11:51:35,97,0.618556701
+7861,1,20130417,1,11:51:36,98,0.612244898
+7862,1,20130417,1,11:51:36,101,0.594059406
+7863,1,20130417,1,11:51:37,103,0.582524272
+7864,1,20130417,1,11:51:38,102,0.588235294
+7865,1,20130417,1,11:51:38,103,0.582524272
+7866,1,20130417,1,11:51:39,103,0.582524272
+7867,1,20130417,1,11:51:39,98,0.612244898
+7868,1,20130417,1,11:51:40,96,0.625
+7869,1,20130417,1,11:51:41,88,0.681818182
+7870,1,20130417,1,11:51:41,90,0.666666667
+7871,1,20130417,1,11:51:42,88,0.681818182
+7872,1,20130417,1,11:51:43,83,0.722891566
+7873,1,20130417,1,11:51:43,85,0.705882353
+7874,1,20130417,1,11:51:44,87,0.689655172
+7875,1,20130417,1,11:51:45,92,0.652173913
+7876,1,20130417,1,11:51:45,93,0.64516129
+7877,1,20130417,1,11:51:46,90,0.666666667
+7878,1,20130417,1,11:51:47,76,0.789473684
+7879,1,20130417,1,11:51:47,76,0.789473684
+7880,1,20130417,1,11:51:48,82,0.731707317
+7881,1,20130417,1,11:51:49,82,0.731707317
+7882,1,20130417,1,11:51:50,82,0.731707317
+7883,1,20130417,1,11:51:50,88,0.681818182
+7884,1,20130417,1,11:51:51,93,0.64516129
+7885,1,20130417,1,11:51:52,93,0.64516129
+7886,1,20130417,1,11:51:52,92,0.652173913
+7887,1,20130417,1,11:51:53,97,0.618556701
+7888,1,20130417,1,11:51:54,93,0.64516129
+7889,1,20130417,1,11:51:54,90,0.666666667
+7890,1,20130417,1,11:51:55,89,0.674157303
+7891,1,20130417,1,11:51:56,85,0.705882353
+7892,1,20130417,1,11:51:56,80,0.75
+7893,1,20130417,1,11:51:57,83,0.722891566
+7894,1,20130417,1,11:51:58,85,0.705882353
+7895,1,20130417,1,11:51:59,91,0.659340659
+7896,1,20130417,1,11:51:59,96,0.625
+7897,1,20130417,1,11:52:00,99,0.606060606
+7898,1,20130417,1,11:52:00,94,0.638297872
+7899,1,20130417,1,11:52:01,93,0.64516129
+7900,1,20130417,1,11:52:02,95,0.631578947
+7901,1,20130417,1,11:52:02,99,0.606060606
+7902,1,20130417,1,11:52:03,104,0.576923077
+7903,1,20130417,1,11:52:04,108,0.555555556
+7904,1,20130417,1,11:52:04,109,0.550458716
+7905,1,20130417,1,11:52:05,108,0.555555556
+7906,1,20130417,1,11:52:05,108,0.555555556
+7907,1,20130417,1,11:52:06,107,0.560747664
+7908,1,20130417,1,11:52:06,109,0.550458716
+7909,1,20130417,1,11:52:07,110,0.545454545
+7910,1,20130417,1,11:52:07,109,0.550458716
+7911,1,20130417,1,11:52:08,110,0.545454545
+7912,1,20130417,1,11:52:09,112,0.535714286
+7913,1,20130417,1,11:52:09,112,0.535714286
+7914,1,20130417,1,11:52:10,113,0.530973451
+7915,1,20130417,1,11:52:10,115,0.52173913
+7916,1,20130417,1,11:52:11,114,0.526315789
+7917,1,20130417,1,11:52:11,113,0.530973451
+7918,1,20130417,1,11:52:12,111,0.540540541
+7919,1,20130417,1,11:52:12,108,0.555555556
+7920,1,20130417,1,11:52:13,108,0.555555556
+7921,1,20130417,1,11:52:13,110,0.545454545
+7922,1,20130417,1,11:52:14,111,0.540540541
+7923,1,20130417,1,11:52:14,112,0.535714286
+7924,1,20130417,1,11:52:15,114,0.526315789
+7925,1,20130417,1,11:52:15,112,0.535714286
+7926,1,20130417,1,11:52:16,111,0.540540541
+7927,1,20130417,1,11:52:17,112,0.535714286
+7928,1,20130417,1,11:52:17,110,0.545454545
+7929,1,20130417,1,11:52:18,106,0.566037736
+7930,1,20130417,1,11:52:18,102,0.588235294
+7931,1,20130417,1,11:52:19,102,0.588235294
+7932,1,20130417,1,11:52:19,105,0.571428571
+7933,1,20130417,1,11:52:20,106,0.566037736
+7934,1,20130417,1,11:52:21,103,0.582524272
+7935,1,20130417,1,11:52:21,97,0.618556701
+7936,1,20130417,1,11:52:22,98,0.612244898
+7937,1,20130417,1,11:52:22,93,0.64516129
+7938,1,20130417,1,11:52:23,94,0.638297872
+7939,1,20130417,1,11:52:24,89,0.674157303
+7940,1,20130417,1,11:52:24,94,0.638297872
+7941,1,20130417,1,11:52:25,94,0.638297872
+7942,1,20130417,1,11:52:26,91,0.659340659
+7943,1,20130417,1,11:52:26,91,0.659340659
+7944,1,20130417,1,11:52:27,90,0.666666667
+7945,1,20130417,1,11:52:28,100,0.6
+7946,1,20130417,1,11:52:28,99,0.606060606
+7947,1,20130417,1,11:52:29,95,0.631578947
+7948,1,20130417,1,11:52:29,94,0.638297872
+7949,1,20130417,1,11:52:30,99,0.606060606
+7950,1,20130417,1,11:52:31,95,0.631578947
+7951,1,20130417,1,11:52:31,101,0.594059406
+7952,1,20130417,1,11:52:32,95,0.631578947
+7953,1,20130417,1,11:52:33,95,0.631578947
+7954,1,20130417,1,11:52:33,89,0.674157303
+7955,1,20130417,1,11:52:34,91,0.659340659
+7956,1,20130417,1,11:52:34,89,0.674157303
+7957,1,20130417,1,11:52:35,91,0.659340659
+7958,1,20130417,1,11:52:36,93,0.64516129
+7959,1,20130417,1,11:52:36,97,0.618556701
+7960,1,20130417,1,11:52:37,94,0.638297872
+7961,1,20130417,1,11:52:38,96,0.625
+7962,1,20130417,1,11:52:38,97,0.618556701
+7963,1,20130417,1,11:52:39,100,0.6
+7964,1,20130417,1,11:52:40,96,0.625
+7965,1,20130417,1,11:52:40,97,0.618556701
+7966,1,20130417,1,11:52:41,97,0.618556701
+7967,1,20130417,1,11:52:41,94,0.638297872
+7968,1,20130417,1,11:52:42,95,0.631578947
+7969,1,20130417,1,11:52:43,96,0.625
+7970,1,20130417,1,11:52:43,94,0.638297872
+7971,1,20130417,1,11:52:44,99,0.606060606
+7972,1,20130417,1,11:52:45,101,0.594059406
+7973,1,20130417,1,11:52:45,100,0.6
+7974,1,20130417,1,11:52:46,99,0.606060606
+7975,1,20130417,1,11:52:46,102,0.588235294
+7976,1,20130417,1,11:52:47,101,0.594059406
+7977,1,20130417,1,11:52:48,102,0.588235294
+7978,1,20130417,1,11:52:48,101,0.594059406
+7979,1,20130417,1,11:52:49,101,0.594059406
+7980,1,20130417,1,11:52:49,97,0.618556701
+7981,1,20130417,1,11:52:50,99,0.606060606
+7982,1,20130417,1,11:52:51,101,0.594059406
+7983,1,20130417,1,11:52:51,100,0.6
+7984,1,20130417,1,11:52:52,96,0.625
+7985,1,20130417,1,11:52:52,94,0.638297872
+7986,1,20130417,1,11:52:53,100,0.6
+7987,1,20130417,1,11:52:54,95,0.631578947
+7988,1,20130417,1,11:52:54,96,0.625
+7989,1,20130417,1,11:52:55,98,0.612244898
+7990,1,20130417,1,11:52:55,99,0.606060606
+7991,1,20130417,1,11:52:56,100,0.6
+7992,1,20130417,1,11:52:57,103,0.582524272
+7993,1,20130417,1,11:52:57,103,0.582524272
+7994,1,20130417,1,11:52:58,104,0.576923077
+7995,1,20130417,1,11:52:58,106,0.566037736
+7996,1,20130417,1,11:52:59,105,0.571428571
+7997,1,20130417,1,11:53:00,107,0.560747664
+7998,1,20130417,1,11:53:00,104,0.576923077
+7999,1,20130417,1,11:53:01,105,0.571428571
+8000,1,20130417,1,11:53:01,92,0.652173913
+8001,1,20130417,1,11:53:02,88,0.681818182
+8002,1,20130417,1,11:53:03,84,0.714285714
+8003,1,20130417,1,11:53:03,80,0.75
+8004,1,20130417,1,11:53:04,89,0.674157303
+8005,1,20130417,1,11:53:05,79,0.759493671
+8006,1,20130417,1,11:53:05,85,0.705882353
+8007,1,20130417,1,11:53:06,90,0.666666667
+8008,1,20130417,1,11:53:07,80,0.75
+8009,1,20130417,1,11:53:08,85,0.705882353
+8010,1,20130417,1,11:53:08,82,0.731707317
+8011,1,20130417,1,11:53:09,81,0.740740741
+8012,1,20130417,1,11:53:10,87,0.689655172
+8013,1,20130417,1,11:53:10,91,0.659340659
+8014,1,20130417,1,11:53:11,84,0.714285714
+8015,1,20130417,1,11:53:12,90,0.666666667
+8016,1,20130417,1,11:53:13,84,0.714285714
+8017,1,20130417,1,11:53:13,83,0.722891566
+8018,1,20130417,1,11:53:14,89,0.674157303
+8019,1,20130417,1,11:53:15,90,0.666666667
+8020,1,20130417,1,11:53:15,89,0.674157303
+8021,1,20130417,1,11:53:16,92,0.652173913
+8022,1,20130417,1,11:53:17,82,0.731707317
+8023,1,20130417,1,11:53:17,88,0.681818182
+8024,1,20130417,1,11:53:18,94,0.638297872
+8025,1,20130417,1,11:53:19,94,0.638297872
+8026,1,20130417,1,11:53:19,90,0.666666667
+8027,1,20130417,1,11:53:20,94,0.638297872
+8028,1,20130417,1,11:53:21,96,0.625
+8029,1,20130417,1,11:53:21,97,0.618556701
+8030,1,20130417,1,11:53:22,95,0.631578947
+8031,1,20130417,1,11:53:22,88,0.681818182
+8032,1,20130417,1,11:53:23,92,0.652173913
+8033,1,20130417,1,11:53:24,92,0.652173913
+8034,1,20130417,1,11:53:24,92,0.652173913
+8035,1,20130417,1,11:53:25,99,0.606060606
+8036,1,20130417,1,11:53:26,100,0.6
+8037,1,20130417,1,11:53:26,101,0.594059406
+8038,1,20130417,1,11:53:27,101,0.594059406
+8039,1,20130417,1,11:53:28,99,0.606060606
+8040,1,20130417,1,11:53:28,97,0.618556701
+8041,1,20130417,1,11:53:29,95,0.631578947
+8042,1,20130417,1,11:53:29,88,0.681818182
+8043,1,20130417,1,11:53:30,91,0.659340659
+8044,1,20130417,1,11:53:31,87,0.689655172
+8045,1,20130417,1,11:53:31,89,0.674157303
+8046,1,20130417,1,11:53:32,89,0.674157303
+8047,1,20130417,1,11:53:33,89,0.674157303
+8048,1,20130417,1,11:53:33,96,0.625
+8049,1,20130417,1,11:53:34,97,0.618556701
+8050,1,20130417,1,11:53:35,95,0.631578947
+8051,1,20130417,1,11:53:35,86,0.697674419
+8052,1,20130417,1,11:53:36,93,0.64516129
+8053,1,20130417,1,11:53:37,82,0.731707317
+8054,1,20130417,1,11:53:37,76,0.789473684
+8055,1,20130417,1,11:53:38,80,0.75
+8056,1,20130417,1,11:53:39,85,0.705882353
+8057,1,20130417,1,11:53:40,83,0.722891566
+8058,1,20130417,1,11:53:40,85,0.705882353
+8059,1,20130417,1,11:53:41,87,0.689655172
+8060,1,20130417,1,11:53:42,85,0.705882353
+8061,1,20130417,1,11:53:42,87,0.689655172
+8062,1,20130417,1,11:53:43,91,0.659340659
+8063,1,20130417,1,11:53:44,90,0.666666667
+8064,1,20130417,1,11:53:44,87,0.689655172
+8065,1,20130417,1,11:53:45,82,0.731707317
+8066,1,20130417,1,11:53:46,88,0.681818182
+8067,1,20130417,1,11:53:47,87,0.689655172
+8068,1,20130417,1,11:53:47,83,0.722891566
+8069,1,20130417,1,11:53:48,82,0.731707317
+8070,1,20130417,1,11:53:49,86,0.697674419
+8071,1,20130417,1,11:53:49,88,0.681818182
+8072,1,20130417,1,11:53:50,84,0.714285714
+8073,1,20130417,1,11:53:51,90,0.666666667
+8074,1,20130417,1,11:53:51,94,0.638297872
+8075,1,20130417,1,11:53:52,87,0.689655172
+8076,1,20130417,1,11:53:53,86,0.697674419
+8077,1,20130417,1,11:53:54,92,0.652173913
+8078,1,20130417,1,11:53:54,92,0.652173913
+8079,1,20130417,1,11:53:55,86,0.697674419
+8080,1,20130417,1,11:53:56,92,0.652173913
+8081,1,20130417,1,11:53:56,88,0.681818182
+8082,1,20130417,1,11:53:57,87,0.689655172
+8083,1,20130417,1,11:53:58,88,0.681818182
+8084,1,20130417,1,11:53:58,90,0.666666667
+8085,1,20130417,1,11:53:59,83,0.722891566
+8086,1,20130417,1,11:54:00,87,0.689655172
+8087,1,20130417,1,11:54:00,90,0.666666667
+8088,1,20130417,1,11:54:01,83,0.722891566
+8089,1,20130417,1,11:54:02,85,0.705882353
+8090,1,20130417,1,11:54:02,85,0.705882353
+8091,1,20130417,1,11:54:03,85,0.705882353
+8092,1,20130417,1,11:54:04,83,0.722891566
+8093,1,20130417,1,11:54:05,87,0.689655172
+8094,1,20130417,1,11:54:05,83,0.722891566
+8095,1,20130417,1,11:54:06,85,0.705882353
+8096,1,20130417,1,11:54:07,92,0.652173913
+8097,1,20130417,1,11:54:07,88,0.681818182
+8098,1,20130417,1,11:54:08,88,0.681818182
+8099,1,20130417,1,11:54:09,91,0.659340659
+8100,1,20130417,1,11:54:09,86,0.697674419
+8101,1,20130417,1,11:54:10,86,0.697674419
+8102,1,20130417,1,11:54:11,87,0.689655172
+8103,1,20130417,1,11:54:11,81,0.740740741
+8104,1,20130417,1,11:54:12,77,0.779220779
+8105,1,20130417,1,11:54:13,84,0.714285714
+8106,1,20130417,1,11:54:14,78,0.769230769
+8107,1,20130417,1,11:54:14,79,0.759493671
+8108,1,20130417,1,11:54:15,86,0.697674419
+8109,1,20130417,1,11:54:16,83,0.722891566
+8110,1,20130417,1,11:54:17,89,0.674157303
+8111,1,20130417,1,11:54:17,87,0.689655172
+8112,1,20130417,1,11:54:18,88,0.681818182
+8113,1,20130417,1,11:54:19,91,0.659340659
+8114,1,20130417,1,11:54:19,87,0.689655172
+8115,1,20130417,1,11:54:20,87,0.689655172
+8116,1,20130417,1,11:54:21,92,0.652173913
+8117,1,20130417,1,11:54:21,89,0.674157303
+8118,1,20130417,1,11:54:22,88,0.681818182
+8119,1,20130417,1,11:54:23,94,0.638297872
+8120,1,20130417,1,11:54:23,88,0.681818182
+8121,1,20130417,1,11:54:24,87,0.689655172
+8122,1,20130417,1,11:54:25,91,0.659340659
+8123,1,20130417,1,11:54:25,84,0.714285714
+8124,1,20130417,1,11:54:26,82,0.731707317
+8125,1,20130417,1,11:54:27,85,0.705882353
+8126,1,20130417,1,11:54:28,87,0.689655172
+8127,1,20130417,1,11:54:28,83,0.722891566
+8128,1,20130417,1,11:54:29,83,0.722891566
+8129,1,20130417,1,11:54:30,90,0.666666667
+8130,1,20130417,1,11:54:30,86,0.697674419
+8131,1,20130417,1,11:54:31,87,0.689655172
+8132,1,20130417,1,11:54:32,90,0.666666667
+8133,1,20130417,1,11:54:32,88,0.681818182
+8134,1,20130417,1,11:54:33,87,0.689655172
+8135,1,20130417,1,11:54:34,91,0.659340659
+8136,1,20130417,1,11:54:34,92,0.652173913
+8137,1,20130417,1,11:54:35,88,0.681818182
+8138,1,20130417,1,11:54:36,93,0.64516129
+8139,1,20130417,1,11:54:36,88,0.681818182
+8140,1,20130417,1,11:54:37,91,0.659340659
+8141,1,20130417,1,11:54:38,85,0.705882353
+8142,1,20130417,1,11:54:38,90,0.666666667
+8143,1,20130417,1,11:54:39,91,0.659340659
+8144,1,20130417,1,11:54:40,86,0.697674419
+8145,1,20130417,1,11:54:40,91,0.659340659
+8146,1,20130417,1,11:54:41,94,0.638297872
+8147,1,20130417,1,11:54:42,91,0.659340659
+8148,1,20130417,1,11:54:42,93,0.64516129
+8149,1,20130417,1,11:54:43,81,0.740740741
+8150,1,20130417,1,11:54:44,81,0.740740741
+8151,1,20130417,1,11:54:45,72,0.833333333
+8152,1,20130417,1,11:54:45,82,0.731707317
+8153,1,20130417,1,11:54:46,76,0.789473684
+8154,1,20130417,1,11:54:47,83,0.722891566
+8155,1,20130417,1,11:54:48,87,0.689655172
+8156,1,20130417,1,11:54:48,85,0.705882353
+8157,1,20130417,1,11:54:49,85,0.705882353
+8158,1,20130417,1,11:54:50,91,0.659340659
+8159,1,20130417,1,11:54:50,92,0.652173913
+8160,1,20130417,1,11:54:51,85,0.705882353
+8161,1,20130417,1,11:54:52,86,0.697674419
+8162,1,20130417,1,11:54:52,73,0.821917808
+8163,1,20130417,1,11:54:53,74,0.810810811
+8164,1,20130417,1,11:54:54,80,0.75
+8165,1,20130417,1,11:54:55,73,0.821917808
+8166,1,20130417,1,11:54:56,81,0.740740741
+8167,1,20130417,1,11:54:56,83,0.722891566
+8168,1,20130417,1,11:54:57,81,0.740740741
+8169,1,20130417,1,11:54:58,82,0.731707317
+8170,1,20130417,1,11:54:59,81,0.740740741
+8171,1,20130417,1,11:54:59,78,0.769230769
+8172,1,20130417,1,11:55:00,82,0.731707317
+8173,1,20130417,1,11:55:01,78,0.769230769
+8174,1,20130417,1,11:55:02,79,0.759493671
+8175,1,20130417,1,11:55:02,86,0.697674419
+8176,1,20130417,1,11:55:03,81,0.740740741
+8177,1,20130417,1,11:55:04,83,0.722891566
+8178,1,20130417,1,11:55:05,89,0.674157303
+8179,1,20130417,1,11:55:05,80,0.75
+8180,1,20130417,1,11:55:06,79,0.759493671
+8181,1,20130417,1,11:55:07,85,0.705882353
+8182,1,20130417,1,11:55:07,80,0.75
+8183,1,20130417,1,11:55:08,79,0.759493671
+8184,1,20130417,1,11:55:09,84,0.714285714
+8185,1,20130417,1,11:55:10,85,0.705882353
+8186,1,20130417,1,11:55:10,83,0.722891566
+8187,1,20130417,1,11:55:11,85,0.705882353
+8188,1,20130417,1,11:55:12,88,0.681818182
+8189,1,20130417,1,11:55:12,89,0.674157303
+8190,1,20130417,1,11:55:13,83,0.722891566
+8191,1,20130417,1,11:55:14,90,0.666666667
+8192,1,20130417,1,11:55:15,90,0.666666667
+8193,1,20130417,1,11:55:15,87,0.689655172
+8194,1,20130417,1,11:55:16,91,0.659340659
+8195,1,20130417,1,11:55:17,93,0.64516129
+8196,1,20130417,1,11:55:17,97,0.618556701
+8197,1,20130417,1,11:55:18,91,0.659340659
+8198,1,20130417,1,11:55:18,88,0.681818182
+8199,1,20130417,1,11:55:19,83,0.722891566
+8200,1,20130417,1,11:55:20,88,0.681818182
+8201,1,20130417,1,11:55:21,87,0.689655172
+8202,1,20130417,1,11:55:21,81,0.740740741
+8203,1,20130417,1,11:55:22,86,0.697674419
+8204,1,20130417,1,11:55:23,87,0.689655172
+8205,1,20130417,1,11:55:23,84,0.714285714
+8206,1,20130417,1,11:55:24,84,0.714285714
+8207,1,20130417,1,11:55:25,90,0.666666667
+8208,1,20130417,1,11:55:25,85,0.705882353
+8209,1,20130417,1,11:55:26,80,0.75
+8210,1,20130417,1,11:55:27,85,0.705882353
+8211,1,20130417,1,11:55:28,78,0.769230769
+8212,1,20130417,1,11:55:28,79,0.759493671
+8213,1,20130417,1,11:55:29,85,0.705882353
+8214,1,20130417,1,11:55:30,85,0.705882353
+8215,1,20130417,1,11:55:31,82,0.731707317
+8216,1,20130417,1,11:55:31,78,0.769230769
+8217,1,20130417,1,11:55:32,85,0.705882353
+8218,1,20130417,1,11:55:33,81,0.740740741
+8219,1,20130417,1,11:55:33,82,0.731707317
+8220,1,20130417,1,11:55:34,86,0.697674419
+8221,1,20130417,1,11:55:35,79,0.759493671
+8222,1,20130417,1,11:55:36,78,0.769230769
+8223,1,20130417,1,11:55:36,86,0.697674419
+8224,1,20130417,1,11:55:37,85,0.705882353
+8225,1,20130417,1,11:55:38,85,0.705882353
+8226,1,20130417,1,11:55:39,89,0.674157303
+8227,1,20130417,1,11:55:39,91,0.659340659
+8228,1,20130417,1,11:55:40,92,0.652173913
+8229,1,20130417,1,11:55:41,95,0.631578947
+8230,1,20130417,1,11:55:41,94,0.638297872
+8231,1,20130417,1,11:55:42,91,0.659340659
+8232,1,20130417,1,11:55:42,98,0.612244898
+8233,1,20130417,1,11:55:43,95,0.631578947
+8234,1,20130417,1,11:55:44,92,0.652173913
+8235,1,20130417,1,11:55:44,91,0.659340659
+8236,1,20130417,1,11:55:45,96,0.625
+8237,1,20130417,1,11:55:46,97,0.618556701
+8238,1,20130417,1,11:55:46,96,0.625
+8239,1,20130417,1,11:55:47,98,0.612244898
+8240,1,20130417,1,11:55:48,101,0.594059406
+8241,1,20130417,1,11:55:48,95,0.631578947
+8242,1,20130417,1,11:55:49,91,0.659340659
+8243,1,20130417,1,11:55:49,96,0.625
+8244,1,20130417,1,11:55:50,84,0.714285714
+8245,1,20130417,1,11:55:51,87,0.689655172
+8246,1,20130417,1,11:55:51,94,0.638297872
+8247,1,20130417,1,11:55:52,85,0.705882353
+8248,1,20130417,1,11:55:53,83,0.722891566
+8249,1,20130417,1,11:55:54,92,0.652173913
+8250,1,20130417,1,11:55:54,87,0.689655172
+8251,1,20130417,1,11:55:55,93,0.64516129
+8252,1,20130417,1,11:55:55,95,0.631578947
+8253,1,20130417,1,11:55:56,96,0.625
+8254,1,20130417,1,11:55:57,95,0.631578947
+8255,1,20130417,1,11:55:57,100,0.6
+8256,1,20130417,1,11:55:58,96,0.625
+8257,1,20130417,1,11:55:59,96,0.625
+8258,1,20130417,1,11:55:59,101,0.594059406
+8259,1,20130417,1,11:56:00,100,0.6
+8260,1,20130417,1,11:56:00,100,0.6
+8261,1,20130417,1,11:56:01,96,0.625
+8262,1,20130417,1,11:56:02,96,0.625
+8263,1,20130417,1,11:56:02,88,0.681818182
+8264,1,20130417,1,11:56:03,86,0.697674419
+8265,1,20130417,1,11:56:04,93,0.64516129
+8266,1,20130417,1,11:56:04,87,0.689655172
+8267,1,20130417,1,11:56:05,84,0.714285714
+8268,1,20130417,1,11:56:06,90,0.666666667
+8269,1,20130417,1,11:56:06,85,0.705882353
+8270,1,20130417,1,11:56:07,87,0.689655172
+8271,1,20130417,1,11:56:08,94,0.638297872
+8272,1,20130417,1,11:56:08,93,0.64516129
+8273,1,20130417,1,11:56:09,88,0.681818182
+8274,1,20130417,1,11:56:10,94,0.638297872
+8275,1,20130417,1,11:56:10,83,0.722891566
+8276,1,20130417,1,11:56:11,83,0.722891566
+8277,1,20130417,1,11:56:12,91,0.659340659
+8278,1,20130417,1,11:56:12,82,0.731707317
+8279,1,20130417,1,11:56:13,80,0.75
+8280,1,20130417,1,11:56:14,86,0.697674419
+8281,1,20130417,1,11:56:15,91,0.659340659
+8282,1,20130417,1,11:56:15,87,0.689655172
+8283,1,20130417,1,11:56:16,93,0.64516129
+8284,1,20130417,1,11:56:17,95,0.631578947
+8285,1,20130417,1,11:56:17,89,0.674157303
+8286,1,20130417,1,11:56:18,92,0.652173913
+8287,1,20130417,1,11:56:19,94,0.638297872
+8288,1,20130417,1,11:56:19,96,0.625
+8289,1,20130417,1,11:56:20,95,0.631578947
+8290,1,20130417,1,11:56:21,89,0.674157303
+8291,1,20130417,1,11:56:21,92,0.652173913
+8292,1,20130417,1,11:56:22,87,0.689655172
+8293,1,20130417,1,11:56:23,87,0.689655172
+8294,1,20130417,1,11:56:23,89,0.674157303
+8295,1,20130417,1,11:56:24,88,0.681818182
+8296,1,20130417,1,11:56:25,89,0.674157303
+8297,1,20130417,1,11:56:25,96,0.625
+8298,1,20130417,1,11:56:26,90,0.666666667
+8299,1,20130417,1,11:56:27,86,0.697674419
+8300,1,20130417,1,11:56:27,93,0.64516129
+8301,1,20130417,1,11:56:28,88,0.681818182
+8302,1,20130417,1,11:56:29,88,0.681818182
+8303,1,20130417,1,11:56:29,93,0.64516129
+8304,1,20130417,1,11:56:30,96,0.625
+8305,1,20130417,1,11:56:30,88,0.681818182
+8306,1,20130417,1,11:56:31,85,0.705882353
+8307,1,20130417,1,11:56:32,91,0.659340659
+8308,1,20130417,1,11:56:33,88,0.681818182
+8309,1,20130417,1,11:56:33,84,0.714285714
+8310,1,20130417,1,11:56:34,88,0.681818182
+8311,1,20130417,1,11:56:35,84,0.714285714
+8312,1,20130417,1,11:56:35,75,0.8
+8313,1,20130417,1,11:56:36,82,0.731707317
+8314,1,20130417,1,11:56:37,83,0.722891566
+8315,1,20130417,1,11:56:38,77,0.779220779
+8316,1,20130417,1,11:56:38,83,0.722891566
+8317,1,20130417,1,11:56:39,87,0.689655172
+8318,1,20130417,1,11:56:40,85,0.705882353
+8319,1,20130417,1,11:56:40,89,0.674157303
+8320,1,20130417,1,11:56:41,93,0.64516129
+8321,1,20130417,1,11:56:42,93,0.64516129
+8322,1,20130417,1,11:56:42,96,0.625
+8323,1,20130417,1,11:56:43,100,0.6
+8324,1,20130417,1,11:56:44,95,0.631578947
+8325,1,20130417,1,11:56:44,93,0.64516129
+8326,1,20130417,1,11:56:45,92,0.652173913
+8327,1,20130417,1,11:56:46,96,0.625
+8328,1,20130417,1,11:56:46,97,0.618556701
+8329,1,20130417,1,11:56:47,82,0.731707317
+8330,1,20130417,1,11:56:48,94,0.638297872
+8331,1,20130417,1,11:56:48,89,0.674157303
+8332,1,20130417,1,11:56:49,87,0.689655172
+8333,1,20130417,1,11:56:50,93,0.64516129
+8334,1,20130417,1,11:56:50,94,0.638297872
+8335,1,20130417,1,11:56:51,96,0.625
+8336,1,20130417,1,11:56:51,98,0.612244898
+8337,1,20130417,1,11:56:52,94,0.638297872
+8338,1,20130417,1,11:56:53,90,0.666666667
+8339,1,20130417,1,11:56:53,95,0.631578947
+8340,1,20130417,1,11:56:54,98,0.612244898
+8341,1,20130417,1,11:56:55,93,0.64516129
+8342,1,20130417,1,11:56:55,93,0.64516129
+8343,1,20130417,1,11:56:56,83,0.722891566
+8344,1,20130417,1,11:56:57,89,0.674157303
+8345,1,20130417,1,11:56:57,93,0.64516129
+8346,1,20130417,1,11:56:58,92,0.652173913
+8347,1,20130417,1,11:56:59,90,0.666666667
+8348,1,20130417,1,11:56:59,94,0.638297872
+8349,1,20130417,1,11:57:00,97,0.618556701
+8350,1,20130417,1,11:57:01,97,0.618556701
+8351,1,20130417,1,11:57:01,99,0.606060606
+8352,1,20130417,1,11:57:02,97,0.618556701
+8353,1,20130417,1,11:57:02,99,0.606060606
+8354,1,20130417,1,11:57:03,99,0.606060606
+8355,1,20130417,1,11:57:04,96,0.625
+8356,1,20130417,1,11:57:04,94,0.638297872
+8357,1,20130417,1,11:57:05,104,0.576923077
+8358,1,20130417,1,11:57:05,102,0.588235294
+8359,1,20130417,1,11:57:06,100,0.6
+8360,1,20130417,1,11:57:07,103,0.582524272
+8361,1,20130417,1,11:57:07,104,0.576923077
+8362,1,20130417,1,11:57:08,104,0.576923077
+8363,1,20130417,1,11:57:08,104,0.576923077
+8364,1,20130417,1,11:57:09,101,0.594059406
+8365,1,20130417,1,11:57:10,102,0.588235294
+8366,1,20130417,1,11:57:10,105,0.571428571
+8367,1,20130417,1,11:57:11,107,0.560747664
+8368,1,20130417,1,11:57:11,108,0.555555556
+8369,1,20130417,1,11:57:12,108,0.555555556
+8370,1,20130417,1,11:57:12,109,0.550458716
+8371,1,20130417,1,11:57:13,111,0.540540541
+8372,1,20130417,1,11:57:13,110,0.545454545
+8373,1,20130417,1,11:57:14,110,0.545454545
+8374,1,20130417,1,11:57:15,112,0.535714286
+8375,1,20130417,1,11:57:15,112,0.535714286
+8376,1,20130417,1,11:57:16,113,0.530973451
+8377,1,20130417,1,11:57:16,113,0.530973451
+8378,1,20130417,1,11:57:17,112,0.535714286
+8379,1,20130417,1,11:57:17,111,0.540540541
+8380,1,20130417,1,11:57:18,100,0.6
+8381,1,20130417,1,11:57:18,101,0.594059406
+8382,1,20130417,1,11:57:19,89,0.674157303
+8383,1,20130417,1,11:57:20,82,0.731707317
+8384,1,20130417,1,11:57:20,69,0.869565217
+8385,1,20130417,1,11:57:21,77,0.779220779
+8386,1,20130417,1,11:57:22,69,0.869565217
+8387,1,20130417,1,11:57:23,74,0.810810811
+8388,1,20130417,1,11:57:24,83,0.722891566
+8389,1,20130417,1,11:57:24,76,0.789473684
+8390,1,20130417,1,11:57:25,84,0.714285714
+8391,1,20130417,1,11:57:26,93,0.64516129
+8392,1,20130417,1,11:57:27,85,0.705882353
+8393,1,20130417,1,11:57:27,90,0.666666667
+8394,1,20130417,1,11:57:28,90,0.666666667
+8395,1,20130417,1,11:57:29,76,0.789473684
+8396,1,20130417,1,11:57:29,82,0.731707317
+8397,1,20130417,1,11:57:30,75,0.8
+8398,1,20130417,1,11:57:31,85,0.705882353
+8399,1,20130417,1,11:57:32,88,0.681818182
+8400,1,20130417,1,11:57:32,91,0.659340659
+8401,1,20130417,1,11:57:33,89,0.674157303
+8402,1,20130417,1,11:57:34,90,0.666666667
+8403,1,20130417,1,11:57:34,83,0.722891566
+8404,1,20130417,1,11:57:35,85,0.705882353
+8405,1,20130417,1,11:57:36,85,0.705882353
+8406,1,20130417,1,11:57:36,84,0.714285714
+8407,1,20130417,1,11:57:37,91,0.659340659
+8408,1,20130417,1,11:57:38,92,0.652173913
+8409,1,20130417,1,11:57:39,90,0.666666667
+8410,1,20130417,1,11:57:39,88,0.681818182
+8411,1,20130417,1,11:57:40,93,0.64516129
+8412,1,20130417,1,11:57:40,86,0.697674419
+8413,1,20130417,1,11:57:41,85,0.705882353
+8414,1,20130417,1,11:57:42,88,0.681818182
+8415,1,20130417,1,11:57:43,83,0.722891566
+8416,1,20130417,1,11:57:43,78,0.769230769
+8417,1,20130417,1,11:57:44,85,0.705882353
+8418,1,20130417,1,11:57:45,76,0.789473684
+8419,1,20130417,1,11:57:46,71,0.845070423
+8420,1,20130417,1,11:57:46,77,0.779220779
+8421,1,20130417,1,11:57:47,80,0.75
+8422,1,20130417,1,11:57:48,77,0.779220779
+8423,1,20130417,1,11:57:49,83,0.722891566
+8424,1,20130417,1,11:57:49,87,0.689655172
+8425,1,20130417,1,11:57:50,77,0.779220779
+8426,1,20130417,1,11:57:51,70,0.857142857
+8427,1,20130417,1,11:57:52,77,0.779220779
+8428,1,20130417,1,11:57:53,65,0.923076923
+8429,1,20130417,1,11:57:53,75,0.8
+8430,1,20130417,1,11:57:54,80,0.75
+8431,1,20130417,1,11:57:55,77,0.779220779
+8432,1,20130417,1,11:57:56,82,0.731707317
+8433,1,20130417,1,11:57:57,78,0.769230769
+8434,1,20130417,1,11:57:57,75,0.8
+8435,1,20130417,1,11:57:58,81,0.740740741
+8436,1,20130417,1,11:57:59,74,0.810810811
+8437,1,20130417,1,11:58:00,71,0.845070423
+8438,1,20130417,1,11:58:00,79,0.759493671
+8439,1,20130417,1,11:58:01,81,0.740740741
+8440,1,20130417,1,11:58:02,73,0.821917808
+8441,1,20130417,1,11:58:03,77,0.779220779
+8442,1,20130417,1,11:58:04,75,0.8
+8443,1,20130417,1,11:58:04,65,0.923076923
+8444,1,20130417,1,11:58:05,72,0.833333333
+8445,1,20130417,1,11:58:06,72,0.833333333
+8446,1,20130417,1,11:58:07,70,0.857142857
+8447,1,20130417,1,11:58:08,79,0.759493671
+8448,1,20130417,1,11:58:09,72,0.833333333
+8449,1,20130417,1,11:58:09,71,0.845070423
+8450,1,20130417,1,11:58:10,80,0.75
+8451,1,20130417,1,11:58:11,70,0.857142857
+8452,1,20130417,1,11:58:12,65,0.923076923
+8453,1,20130417,1,11:58:13,76,0.789473684
+8454,1,20130417,1,11:58:14,73,0.821917808
+8455,1,20130417,1,11:58:14,69,0.869565217
+8456,1,20130417,1,11:58:15,77,0.779220779
+8457,1,20130417,1,11:58:16,70,0.857142857
+8458,1,20130417,1,11:58:17,70,0.857142857
+8459,1,20130417,1,11:58:18,80,0.75
+8460,1,20130417,1,11:58:19,72,0.833333333
+8461,1,20130417,1,11:58:19,70,0.857142857
+8462,1,20130417,1,11:58:20,75,0.8
+8463,1,20130417,1,11:58:21,70,0.857142857
+8464,1,20130417,1,11:58:22,78,0.769230769
+8465,1,20130417,1,11:58:23,82,0.731707317
+8466,1,20130417,1,11:58:23,73,0.821917808
+8467,1,20130417,1,11:58:24,80,0.75
+8468,1,20130417,1,11:58:25,74,0.810810811
+8469,1,20130417,1,11:58:26,71,0.845070423
+8470,1,20130417,1,11:58:27,78,0.769230769
+8471,1,20130417,1,11:58:27,76,0.789473684
+8472,1,20130417,1,11:58:28,71,0.845070423
+8473,1,20130417,1,11:58:29,72,0.833333333
+8474,1,20130417,1,11:58:30,80,0.75
+8475,1,20130417,1,11:58:31,77,0.779220779
+8476,1,20130417,1,11:58:31,69,0.869565217
+8477,1,20130417,1,11:58:32,79,0.759493671
+8478,1,20130417,1,11:58:33,78,0.769230769
+8479,1,20130417,1,11:58:34,71,0.845070423
+8480,1,20130417,1,11:58:35,70,0.857142857
+8481,1,20130417,1,11:58:35,73,0.821917808
+8482,1,20130417,1,11:58:36,67,0.895522388
+8483,1,20130417,1,11:58:37,67,0.895522388
+8484,1,20130417,1,11:58:38,72,0.833333333
+8485,1,20130417,1,11:58:39,66,0.909090909
+8486,1,20130417,1,11:58:40,71,0.845070423
+8487,1,20130417,1,11:58:41,79,0.759493671
+8488,1,20130417,1,11:58:41,82,0.731707317
+8489,1,20130417,1,11:58:42,81,0.740740741
+8490,1,20130417,1,11:58:43,77,0.779220779
+8491,1,20130417,1,11:58:44,68,0.882352941
+8492,1,20130417,1,11:58:45,67,0.895522388
+8493,1,20130417,1,11:58:45,74,0.810810811
+8494,1,20130417,1,11:58:46,69,0.869565217
+8495,1,20130417,1,11:58:47,72,0.833333333
+8496,1,20130417,1,11:58:48,71,0.845070423
+8497,1,20130417,1,11:58:49,66,0.909090909
+8498,1,20130417,1,11:58:50,69,0.869565217
+8499,1,20130417,1,11:58:51,72,0.833333333
+8500,1,20130417,1,11:58:51,70,0.857142857
+8501,1,20130417,1,11:58:52,73,0.821917808
+8502,1,20130417,1,11:58:53,67,0.895522388
+8503,1,20130417,1,11:58:54,67,0.895522388
+8504,1,20130417,1,11:58:55,71,0.845070423
+8505,1,20130417,1,11:58:56,64,0.9375
+8506,1,20130417,1,11:58:57,69,0.869565217
+8507,1,20130417,1,11:58:58,75,0.8
+8508,1,20130417,1,11:58:58,73,0.821917808
+8509,1,20130417,1,11:58:59,73,0.821917808
+8510,1,20130417,1,11:59:00,77,0.779220779
+8511,1,20130417,1,11:59:01,71,0.845070423
+8512,1,20130417,1,11:59:02,74,0.810810811
+8513,1,20130417,1,11:59:02,81,0.740740741
+8514,1,20130417,1,11:59:03,73,0.821917808
+8515,1,20130417,1,11:59:04,71,0.845070423
+8516,1,20130417,1,11:59:05,74,0.810810811
+8517,1,20130417,1,11:59:06,74,0.810810811
+8518,1,20130417,1,11:59:06,70,0.857142857
+8519,1,20130417,1,11:59:07,72,0.833333333
+8520,1,20130417,1,11:59:08,76,0.789473684
+8521,1,20130417,1,11:59:09,71,0.845070423
+8522,1,20130417,1,11:59:10,69,0.869565217
+8523,1,20130417,1,11:59:11,72,0.833333333
+8524,1,20130417,1,11:59:11,64,0.9375
+8525,1,20130417,1,11:59:12,65,0.923076923
+8526,1,20130417,1,11:59:13,74,0.810810811
+8527,1,20130417,1,11:59:14,68,0.882352941
+8528,1,20130417,1,11:59:15,67,0.895522388
+8529,1,20130417,1,11:59:16,74,0.810810811
+8530,1,20130417,1,11:59:17,78,0.769230769
+8531,1,20130417,1,11:59:18,73,0.821917808
+8532,1,20130417,1,11:59:18,65,0.923076923
+8533,1,20130417,1,11:59:19,73,0.821917808
+8534,1,20130417,1,11:59:20,71,0.845070423
+8535,1,20130417,1,11:59:21,69,0.869565217
+8536,1,20130417,1,11:59:22,71,0.845070423
+8537,1,20130417,1,11:59:23,79,0.759493671
+8538,1,20130417,1,11:59:23,76,0.789473684
+8539,1,20130417,1,11:59:24,79,0.759493671
+8540,1,20130417,1,11:59:25,86,0.697674419
+8541,1,20130417,1,11:59:26,86,0.697674419
+8542,1,20130417,1,11:59:26,77,0.779220779
+8543,1,20130417,1,11:59:27,73,0.821917808
+8544,1,20130417,1,11:59:28,82,0.731707317
+8545,1,20130417,1,11:59:29,75,0.8
+8546,1,20130417,1,11:59:29,69,0.869565217
+8547,1,20130417,1,11:59:30,75,0.8
+8548,1,20130417,1,11:59:31,75,0.8
+8549,1,20130417,1,11:59:32,73,0.821917808
+8550,1,20130417,1,11:59:33,78,0.769230769
+8551,1,20130417,1,11:59:34,82,0.731707317
+8552,1,20130417,1,11:59:34,73,0.821917808
+8553,1,20130417,1,11:59:35,68,0.882352941
+8554,1,20130417,1,11:59:36,76,0.789473684
+8555,1,20130417,1,11:59:37,70,0.857142857
+8556,1,20130417,1,11:59:38,68,0.882352941
+8557,1,20130417,1,11:59:38,78,0.769230769
+8558,1,20130417,1,11:59:39,79,0.759493671
+8559,1,20130417,1,11:59:40,83,0.722891566
+8560,1,20130417,1,11:59:41,85,0.705882353
+8561,1,20130417,1,11:59:41,74,0.810810811
+8562,1,20130417,1,11:59:42,74,0.810810811
+8563,1,20130417,1,11:59:43,79,0.759493671
+8564,1,20130417,1,11:59:44,70,0.857142857
+8565,1,20130417,1,11:59:45,68,0.882352941
+8566,1,20130417,1,11:59:46,76,0.789473684
+8567,1,20130417,1,11:59:46,72,0.833333333
+8568,1,20130417,1,11:59:47,71,0.845070423
+8569,1,20130417,1,11:59:48,78,0.769230769
+8570,1,20130417,1,11:59:49,71,0.845070423
+8571,1,20130417,1,11:59:50,74,0.810810811
+8572,1,20130417,1,11:59:50,77,0.779220779
+8573,1,20130417,1,11:59:51,76,0.789473684
+8574,1,20130417,1,11:59:52,77,0.779220779
+8575,1,20130417,1,11:59:53,81,0.740740741
+8576,1,20130417,1,11:59:54,75,0.8
+8577,1,20130417,1,11:59:54,79,0.759493671
+8578,1,20130417,1,11:59:55,72,0.833333333
+8579,1,20130417,1,11:59:56,63,0.952380952
+8580,1,20130417,1,11:59:57,69,0.869565217
+8581,1,20130417,1,11:59:58,75,0.8
+8582,1,20130417,1,11:59:59,67,0.895522388
+8583,1,20130417,1,11:59:59,64,0.9375
+8584,1,20130417,1,12:00:00,68,0.882352941
+8585,1,20130417,1,12:00:01,72,0.833333333
+8586,1,20130417,1,12:00:02,69,0.869565217
+8587,1,20130417,1,12:00:03,68,0.882352941
+8588,1,20130417,1,12:00:04,74,0.810810811
+8589,1,20130417,1,12:00:05,67,0.895522388
+8590,1,20130417,1,12:00:06,63,0.952380952
+8591,1,20130417,1,12:00:07,71,0.845070423
+8592,1,20130417,1,12:00:07,65,0.923076923
+8593,1,20130417,1,12:00:08,63,0.952380952
+8594,1,20130417,1,12:00:09,66,0.909090909
+8595,1,20130417,1,12:00:10,68,0.882352941
+8596,1,20130417,1,12:00:11,67,0.895522388
+8597,1,20130417,1,12:00:12,69,0.869565217
+8598,1,20130417,1,12:00:13,77,0.779220779
+8599,1,20130417,1,12:00:14,82,0.731707317
+8600,1,20130417,1,12:00:14,86,0.697674419
+8601,1,20130417,1,12:00:15,85,0.705882353
+8602,1,20130417,1,12:00:16,84,0.714285714
+8603,1,20130417,1,12:00:16,84,0.714285714
+8604,1,20130417,1,12:00:17,78,0.769230769
+8605,1,20130417,1,12:00:18,70,0.857142857
+8606,1,20130417,1,12:00:19,66,0.909090909
+8607,1,20130417,1,12:00:20,77,0.779220779
+8608,1,20130417,1,12:00:20,82,0.731707317
+8609,1,20130417,1,12:00:21,76,0.789473684
+8610,1,20130417,1,12:00:22,66,0.909090909
+8611,1,20130417,1,12:00:23,66,0.909090909
+8612,1,20130417,1,12:00:24,64,0.9375
+8613,1,20130417,1,12:00:25,63,0.952380952
+8614,1,20130417,1,12:00:26,70,0.857142857
+8615,1,20130417,1,12:00:27,65,0.923076923
+8616,1,20130417,1,12:00:27,64,0.9375
+8617,1,20130417,1,12:00:28,67,0.895522388
+8618,1,20130417,1,12:00:29,56,1.071428571
+8619,1,20130417,1,12:00:30,58,1.034482759
+8620,1,20130417,1,12:00:31,61,0.983606557
+8621,1,20130417,1,12:00:32,59,1.016949153
+8622,1,20130417,1,12:00:33,56,1.071428571
+8623,1,20130417,1,12:00:35,58,1.034482759
+8624,1,20130417,1,12:00:36,60,1
+8625,1,20130417,1,12:00:37,61,0.983606557
+8626,1,20130417,1,12:00:38,62,0.967741935
+8627,1,20130417,1,12:00:39,71,0.845070423
+8628,1,20130417,1,12:00:39,72,0.833333333
+8629,1,20130417,1,12:00:40,63,0.952380952
+8630,1,20130417,1,12:00:41,58,1.034482759
+8631,1,20130417,1,12:00:42,62,0.967741935
+8632,1,20130417,1,12:00:43,64,0.9375
+8633,1,20130417,1,12:00:44,61,0.983606557
+8634,1,20130417,1,12:00:45,60,1
+8635,1,20130417,1,12:00:46,64,0.9375
+8636,1,20130417,1,12:00:47,66,0.909090909
+8637,1,20130417,1,12:00:48,63,0.952380952
+8638,1,20130417,1,12:00:49,64,0.9375
+8639,1,20130417,1,12:00:50,73,0.821917808
+8640,1,20130417,1,12:00:51,66,0.909090909
+8641,1,20130417,1,12:00:52,63,0.952380952
+8642,1,20130417,1,12:00:53,69,0.869565217
+8643,1,20130417,1,12:00:53,64,0.9375
+8644,1,20130417,1,12:00:54,63,0.952380952
+8645,1,20130417,1,12:00:55,66,0.909090909
+8646,1,20130417,1,12:00:56,70,0.857142857
+8647,1,20130417,1,12:00:57,64,0.9375
+8648,1,20130417,1,12:00:58,66,0.909090909
+8649,1,20130417,1,12:00:59,72,0.833333333
+8650,1,20130417,1,12:01:00,70,0.857142857
+8651,1,20130417,1,12:01:01,67,0.895522388
+8652,1,20130417,1,12:01:01,73,0.821917808
+8653,1,20130417,1,12:01:02,70,0.857142857
+8654,1,20130417,1,12:01:03,67,0.895522388
+8655,1,20130417,1,12:01:04,74,0.810810811
+8656,1,20130417,1,12:01:05,71,0.845070423
+8657,1,20130417,1,12:01:06,73,0.821917808
+8658,1,20130417,1,12:01:07,76,0.789473684
+8659,1,20130417,1,12:01:07,72,0.833333333
+8660,1,20130417,1,12:01:08,71,0.845070423
+8661,1,20130417,1,12:01:09,76,0.789473684
+8662,1,20130417,1,12:01:10,71,0.845070423
+8663,1,20130417,1,12:01:11,73,0.821917808
+8664,1,20130417,1,12:01:11,78,0.769230769
+8665,1,20130417,1,12:01:12,74,0.810810811
+8666,1,20130417,1,12:01:13,73,0.821917808
+8667,1,20130417,1,12:01:14,80,0.75
+8668,1,20130417,1,12:01:15,75,0.8
+8669,1,20130417,1,12:01:15,74,0.810810811
+8670,1,20130417,1,12:01:16,81,0.740740741
+8671,1,20130417,1,12:01:17,77,0.779220779
+8672,1,20130417,1,12:01:18,78,0.769230769
+8673,1,20130417,1,12:01:19,80,0.75
+8674,1,20130417,1,12:01:19,75,0.8
+8675,1,20130417,1,12:01:20,76,0.789473684
+8676,1,20130417,1,12:01:21,85,0.705882353
+8677,1,20130417,1,12:01:22,83,0.722891566
+8678,1,20130417,1,12:01:22,78,0.769230769
+8679,1,20130417,1,12:01:23,77,0.779220779
+8680,1,20130417,1,12:01:24,82,0.731707317
+8681,1,20130417,1,12:01:25,79,0.759493671
+8682,1,20130417,1,12:01:25,78,0.769230769
+8683,1,20130417,1,12:01:26,80,0.75
+8684,1,20130417,1,12:01:27,82,0.731707317
+8685,1,20130417,1,12:01:28,79,0.759493671
+8686,1,20130417,1,12:01:28,76,0.789473684
+8687,1,20130417,1,12:01:29,84,0.714285714
+8688,1,20130417,1,12:01:30,83,0.722891566
+8689,1,20130417,1,12:01:31,81,0.740740741
+8690,1,20130417,1,12:01:31,84,0.714285714
+8691,1,20130417,1,12:01:32,80,0.75
+8692,1,20130417,1,12:01:33,75,0.8
+8693,1,20130417,1,12:01:34,73,0.821917808
+8694,1,20130417,1,12:01:34,81,0.740740741
+8695,1,20130417,1,12:01:35,86,0.697674419
+8696,1,20130417,1,12:01:36,85,0.705882353
+8697,1,20130417,1,12:01:37,89,0.674157303
+8698,1,20130417,1,12:01:37,92,0.652173913
+8699,1,20130417,1,12:01:38,91,0.659340659
+8700,1,20130417,1,12:01:38,91,0.659340659
+8701,1,20130417,1,12:01:39,96,0.625
+8702,1,20130417,1,12:01:40,98,0.612244898
+8703,1,20130417,1,12:01:40,98,0.612244898
+8704,1,20130417,1,12:01:41,98,0.612244898
+8705,1,20130417,1,12:01:42,94,0.638297872
+8706,1,20130417,1,12:01:42,90,0.666666667
+8707,1,20130417,1,12:01:43,94,0.638297872
+8708,1,20130417,1,12:01:44,96,0.625
+8709,1,20130417,1,12:01:44,91,0.659340659
+8710,1,20130417,1,12:01:45,91,0.659340659
+8711,1,20130417,1,12:01:46,89,0.674157303
+8712,1,20130417,1,12:01:46,92,0.652173913
+8713,1,20130417,1,12:01:47,95,0.631578947
+8714,1,20130417,1,12:01:47,92,0.652173913
+8715,1,20130417,1,12:01:48,87,0.689655172
+8716,1,20130417,1,12:01:49,78,0.769230769
+8717,1,20130417,1,12:01:50,77,0.779220779
+8718,1,20130417,1,12:01:50,71,0.845070423
+8719,1,20130417,1,12:01:51,66,0.909090909
+8720,1,20130417,1,12:01:52,64,0.9375
+8721,1,20130417,1,12:01:53,67,0.895522388
+8722,1,20130417,1,12:01:54,65,0.923076923
+8723,1,20130417,1,12:01:55,62,0.967741935
+8724,1,20130417,1,12:01:56,63,0.952380952
+8725,1,20130417,1,12:01:57,66,0.909090909
+8726,1,20130417,1,12:01:58,62,0.967741935
+8727,1,20130417,1,12:01:59,59,1.016949153
+8728,1,20130417,1,12:02:00,61,0.983606557
+8729,1,20130417,1,12:02:01,64,0.9375
+8730,1,20130417,1,12:02:02,65,0.923076923
+8731,1,20130417,1,12:02:03,73,0.821917808
+8732,1,20130417,1,12:02:03,71,0.845070423
+8733,1,20130417,1,12:02:04,63,0.952380952
+8734,1,20130417,1,12:02:05,68,0.882352941
+8735,1,20130417,1,12:02:06,76,0.789473684
+8736,1,20130417,1,12:02:07,74,0.810810811
+8737,1,20130417,1,12:02:08,66,0.909090909
+8738,1,20130417,1,12:02:09,66,0.909090909
+8739,1,20130417,1,12:02:09,66,0.909090909
+8740,1,20130417,1,12:02:10,62,0.967741935
+8741,1,20130417,1,12:02:11,64,0.9375
+8742,1,20130417,1,12:02:12,69,0.869565217
+8743,1,20130417,1,12:02:13,65,0.923076923
+8744,1,20130417,1,12:02:14,64,0.9375
+8745,1,20130417,1,12:02:15,66,0.909090909
+8746,1,20130417,1,12:02:16,61,0.983606557
+8747,1,20130417,1,12:02:17,62,0.967741935
+8748,1,20130417,1,12:02:18,67,0.895522388
+8749,1,20130417,1,12:02:19,59,1.016949153
+8750,1,20130417,1,12:02:20,61,0.983606557
+8751,1,20130417,1,12:02:21,64,0.9375
+8752,1,20130417,1,12:02:22,58,1.034482759
+8753,1,20130417,1,12:02:23,70,0.857142857
+8754,1,20130417,1,12:02:24,67,0.895522388
+8755,1,20130417,1,12:02:24,62,0.967741935
+8756,1,20130417,1,12:02:25,70,0.857142857
+8757,1,20130417,1,12:02:26,70,0.857142857
+8758,1,20130417,1,12:02:27,73,0.821917808
+8759,1,20130417,1,12:02:28,78,0.769230769
+8760,1,20130417,1,12:02:29,71,0.845070423
+8761,1,20130417,1,12:02:30,67,0.895522388
+8762,1,20130417,1,12:02:31,75,0.8
+8763,1,20130417,1,12:02:31,68,0.882352941
+8764,1,20130417,1,12:02:32,69,0.869565217
+8765,1,20130417,1,12:02:33,74,0.810810811
+8766,1,20130417,1,12:02:34,72,0.833333333
+8767,1,20130417,1,12:02:35,76,0.789473684
+8768,1,20130417,1,12:02:35,78,0.769230769
+8769,1,20130417,1,12:02:36,77,0.779220779
+8770,1,20130417,1,12:02:37,81,0.740740741
+8771,1,20130417,1,12:02:38,77,0.779220779
+8772,1,20130417,1,12:02:39,73,0.821917808
+8773,1,20130417,1,12:02:39,81,0.740740741
+8774,1,20130417,1,12:02:40,83,0.722891566
+8775,1,20130417,1,12:02:41,84,0.714285714
+8776,1,20130417,1,12:02:42,87,0.689655172
+8777,1,20130417,1,12:02:42,88,0.681818182
+8778,1,20130417,1,12:02:43,82,0.731707317
+8779,1,20130417,1,12:02:44,78,0.769230769
+8780,1,20130417,1,12:02:44,84,0.714285714
+8781,1,20130417,1,12:02:45,80,0.75
+8782,1,20130417,1,12:02:46,78,0.769230769
+8783,1,20130417,1,12:02:47,85,0.705882353
+8784,1,20130417,1,12:02:47,83,0.722891566
+8785,1,20130417,1,12:02:48,81,0.740740741
+8786,1,20130417,1,12:02:49,79,0.759493671
+8787,1,20130417,1,12:02:50,85,0.705882353
+8788,1,20130417,1,12:02:50,78,0.769230769
+8789,1,20130417,1,12:02:51,76,0.789473684
+8790,1,20130417,1,12:02:52,79,0.759493671
+8791,1,20130417,1,12:02:53,75,0.8
+8792,1,20130417,1,12:02:53,71,0.845070423
+8793,1,20130417,1,12:02:54,76,0.789473684
+8794,1,20130417,1,12:02:55,73,0.821917808
+8795,1,20130417,1,12:02:56,73,0.821917808
+8796,1,20130417,1,12:02:57,82,0.731707317
+8797,1,20130417,1,12:02:57,82,0.731707317
+8798,1,20130417,1,12:02:58,71,0.845070423
+8799,1,20130417,1,12:02:59,74,0.810810811
+8800,1,20130417,1,12:03:00,82,0.731707317
+8801,1,20130417,1,12:03:01,78,0.769230769
+8802,1,20130417,1,12:03:01,74,0.810810811
+8803,1,20130417,1,12:03:02,79,0.759493671
+8804,1,20130417,1,12:03:03,76,0.789473684
+8805,1,20130417,1,12:03:04,76,0.789473684
+8806,1,20130417,1,12:03:04,83,0.722891566
+8807,1,20130417,1,12:03:05,83,0.722891566
+8808,1,20130417,1,12:03:06,88,0.681818182
+8809,1,20130417,1,12:03:07,91,0.659340659
+8810,1,20130417,1,12:03:07,86,0.697674419
+8811,1,20130417,1,12:03:08,83,0.722891566
+8812,1,20130417,1,12:03:09,89,0.674157303
+8813,1,20130417,1,12:03:09,86,0.697674419
+8814,1,20130417,1,12:03:10,88,0.681818182
+8815,1,20130417,1,12:03:11,89,0.674157303
+8816,1,20130417,1,12:03:11,90,0.666666667
+8817,1,20130417,1,12:03:12,90,0.666666667
+8818,1,20130417,1,12:03:13,93,0.64516129
+8819,1,20130417,1,12:03:13,96,0.625
+8820,1,20130417,1,12:03:14,94,0.638297872
+8821,1,20130417,1,12:03:15,93,0.64516129
+8822,1,20130417,1,12:03:15,94,0.638297872
+8823,1,20130417,1,12:03:16,92,0.652173913
+8824,1,20130417,1,12:03:17,89,0.674157303
+8825,1,20130417,1,12:03:17,86,0.697674419
+8826,1,20130417,1,12:03:18,92,0.652173913
+8827,1,20130417,1,12:03:19,93,0.64516129
+8828,1,20130417,1,12:03:19,92,0.652173913
+8829,1,20130417,1,12:03:20,89,0.674157303
+8830,1,20130417,1,12:03:21,92,0.652173913
+8831,1,20130417,1,12:03:21,85,0.705882353
+8832,1,20130417,1,12:03:22,79,0.759493671
+8833,1,20130417,1,12:03:23,83,0.722891566
+8834,1,20130417,1,12:03:23,80,0.75
+8835,1,20130417,1,12:03:24,80,0.75
+8836,1,20130417,1,12:03:25,84,0.714285714
+8837,1,20130417,1,12:03:26,82,0.731707317
+8838,1,20130417,1,12:03:26,86,0.697674419
+8839,1,20130417,1,12:03:27,87,0.689655172
+8840,1,20130417,1,12:03:28,85,0.705882353
+8841,1,20130417,1,12:03:28,97,0.618556701
+8842,1,20130417,1,12:03:29,93,0.64516129
+8843,1,20130417,1,12:03:30,92,0.652173913
+8844,1,20130417,1,12:03:30,92,0.652173913
+8845,1,20130417,1,12:03:31,89,0.674157303
+8846,1,20130417,1,12:03:32,93,0.64516129
+8847,1,20130417,1,12:03:32,96,0.625
+8848,1,20130417,1,12:03:33,97,0.618556701
+8849,1,20130417,1,12:03:34,99,0.606060606
+8850,1,20130417,1,12:03:34,102,0.588235294
+8851,1,20130417,1,12:03:35,103,0.582524272
+8852,1,20130417,1,12:03:35,106,0.566037736
+8853,1,20130417,1,12:03:36,108,0.555555556
+8854,1,20130417,1,12:03:36,107,0.560747664
+8855,1,20130417,1,12:03:37,109,0.550458716
+8856,1,20130417,1,12:03:38,111,0.540540541
+8857,1,20130417,1,12:03:38,112,0.535714286
+8858,1,20130417,1,12:03:39,109,0.550458716
+8859,1,20130417,1,12:03:39,95,0.631578947
+8860,1,20130417,1,12:03:40,85,0.705882353
+8861,1,20130417,1,12:03:41,88,0.681818182
+8862,1,20130417,1,12:03:41,80,0.75
+8863,1,20130417,1,12:03:42,75,0.8
+8864,1,20130417,1,12:03:43,82,0.731707317
+8865,1,20130417,1,12:03:43,74,0.810810811
+8866,1,20130417,1,12:03:44,71,0.845070423
+8867,1,20130417,1,12:03:45,78,0.769230769
+8868,1,20130417,1,12:03:46,75,0.8
+8869,1,20130417,1,12:03:47,77,0.779220779
+8870,1,20130417,1,12:03:47,82,0.731707317
+8871,1,20130417,1,12:03:48,76,0.789473684
+8872,1,20130417,1,12:03:49,82,0.731707317
+8873,1,20130417,1,12:03:50,84,0.714285714
+8874,1,20130417,1,12:03:50,83,0.722891566
+8875,1,20130417,1,12:03:51,85,0.705882353
+8876,1,20130417,1,12:03:52,85,0.705882353
+8877,1,20130417,1,12:03:53,83,0.722891566
+8878,1,20130417,1,12:03:53,88,0.681818182
+8879,1,20130417,1,12:03:54,86,0.697674419
+8880,1,20130417,1,12:03:55,83,0.722891566
+8881,1,20130417,1,12:03:55,83,0.722891566
+8882,1,20130417,1,12:03:56,87,0.689655172
+8883,1,20130417,1,12:03:57,85,0.705882353
+8884,1,20130417,1,12:03:58,91,0.659340659
+8885,1,20130417,1,12:03:58,98,0.612244898
+8886,1,20130417,1,12:03:59,92,0.652173913
+8887,1,20130417,1,12:03:59,91,0.659340659
+8888,1,20130417,1,12:04:00,84,0.714285714
+8889,1,20130417,1,12:04:01,78,0.769230769
+8890,1,20130417,1,12:04:02,79,0.759493671
+8891,1,20130417,1,12:04:02,87,0.689655172
+8892,1,20130417,1,12:04:03,82,0.731707317
+8893,1,20130417,1,12:04:04,82,0.731707317
+8894,1,20130417,1,12:04:05,86,0.697674419
+8895,1,20130417,1,12:04:05,90,0.666666667
+8896,1,20130417,1,12:04:06,85,0.705882353
+8897,1,20130417,1,12:04:07,88,0.681818182
+8898,1,20130417,1,12:04:07,91,0.659340659
+8899,1,20130417,1,12:04:08,87,0.689655172
+8900,1,20130417,1,12:04:09,90,0.666666667
+8901,1,20130417,1,12:04:09,92,0.652173913
+8902,1,20130417,1,12:04:10,91,0.659340659
+8903,1,20130417,1,12:04:11,92,0.652173913
+8904,1,20130417,1,12:04:11,92,0.652173913
+8905,1,20130417,1,12:04:12,94,0.638297872
+8906,1,20130417,1,12:04:13,97,0.618556701
+8907,1,20130417,1,12:04:13,94,0.638297872
+8908,1,20130417,1,12:04:14,98,0.612244898
+8909,1,20130417,1,12:04:14,94,0.638297872
+8910,1,20130417,1,12:04:15,94,0.638297872
+8911,1,20130417,1,12:04:16,87,0.689655172
+8912,1,20130417,1,12:04:16,83,0.722891566
+8913,1,20130417,1,12:04:17,81,0.740740741
+8914,1,20130417,1,12:04:18,71,0.845070423
+8915,1,20130417,1,12:04:19,73,0.821917808
+8916,1,20130417,1,12:04:20,76,0.789473684
+8917,1,20130417,1,12:04:20,69,0.869565217
+8918,1,20130417,1,12:04:21,77,0.779220779
+8919,1,20130417,1,12:04:22,78,0.769230769
+8920,1,20130417,1,12:04:23,77,0.779220779
+8921,1,20130417,1,12:04:24,85,0.705882353
+8922,1,20130417,1,12:04:24,88,0.681818182
+8923,1,20130417,1,12:04:25,89,0.674157303
+8924,1,20130417,1,12:04:26,90,0.666666667
+8925,1,20130417,1,12:04:26,94,0.638297872
+8926,1,20130417,1,12:04:27,96,0.625
+8927,1,20130417,1,12:04:28,93,0.64516129
+8928,1,20130417,1,12:04:28,95,0.631578947
+8929,1,20130417,1,12:04:29,92,0.652173913
+8930,1,20130417,1,12:04:29,89,0.674157303
+8931,1,20130417,1,12:04:30,93,0.64516129
+8932,1,20130417,1,12:04:31,93,0.64516129
+8933,1,20130417,1,12:04:31,86,0.697674419
+8934,1,20130417,1,12:04:32,90,0.666666667
+8935,1,20130417,1,12:04:33,94,0.638297872
+8936,1,20130417,1,12:04:33,89,0.674157303
+8937,1,20130417,1,12:04:34,92,0.652173913
+8938,1,20130417,1,12:04:35,91,0.659340659
+8939,1,20130417,1,12:04:35,83,0.722891566
+8940,1,20130417,1,12:04:36,90,0.666666667
+8941,1,20130417,1,12:04:37,93,0.64516129
+8942,1,20130417,1,12:04:37,88,0.681818182
+8943,1,20130417,1,12:04:38,91,0.659340659
+8944,1,20130417,1,12:04:39,90,0.666666667
+8945,1,20130417,1,12:04:39,90,0.666666667
+8946,1,20130417,1,12:04:40,89,0.674157303
+8947,1,20130417,1,12:04:41,92,0.652173913
+8948,1,20130417,1,12:04:41,91,0.659340659
+8949,1,20130417,1,12:04:42,93,0.64516129
+8950,1,20130417,1,12:04:43,96,0.625
+8951,1,20130417,1,12:04:43,93,0.64516129
+8952,1,20130417,1,12:04:44,94,0.638297872
+8953,1,20130417,1,12:04:45,95,0.631578947
+8954,1,20130417,1,12:04:45,91,0.659340659
+8955,1,20130417,1,12:04:46,96,0.625
+8956,1,20130417,1,12:04:47,93,0.64516129
+8957,1,20130417,1,12:04:47,96,0.625
+8958,1,20130417,1,12:04:48,94,0.638297872
+8959,1,20130417,1,12:04:48,94,0.638297872
+8960,1,20130417,1,12:04:49,97,0.618556701
+8961,1,20130417,1,12:04:50,93,0.64516129
+8962,1,20130417,1,12:04:50,89,0.674157303
+8963,1,20130417,1,12:04:51,94,0.638297872
+8964,1,20130417,1,12:04:52,88,0.681818182
+8965,1,20130417,1,12:04:52,93,0.64516129
+8966,1,20130417,1,12:04:53,84,0.714285714
+8967,1,20130417,1,12:04:54,88,0.681818182
+8968,1,20130417,1,12:04:54,95,0.631578947
+8969,1,20130417,1,12:04:55,92,0.652173913
+8970,1,20130417,1,12:04:56,89,0.674157303
+8971,1,20130417,1,12:04:56,96,0.625
+8972,1,20130417,1,12:04:57,93,0.64516129
+8973,1,20130417,1,12:04:58,91,0.659340659
+8974,1,20130417,1,12:04:58,94,0.638297872
+8975,1,20130417,1,12:04:59,95,0.631578947
+8976,1,20130417,1,12:05:00,93,0.64516129
+8977,1,20130417,1,12:05:00,99,0.606060606
+8978,1,20130417,1,12:05:01,99,0.606060606
+8979,1,20130417,1,12:05:01,94,0.638297872
+8980,1,20130417,1,12:05:02,87,0.689655172
+8981,1,20130417,1,12:05:03,94,0.638297872
+8982,1,20130417,1,12:05:03,95,0.631578947
+8983,1,20130417,1,12:05:04,99,0.606060606
+8984,1,20130417,1,12:05:05,98,0.612244898
+8985,1,20130417,1,12:05:05,97,0.618556701
+8986,1,20130417,1,12:05:06,102,0.588235294
+8987,1,20130417,1,12:05:06,103,0.582524272
+8988,1,20130417,1,12:05:07,102,0.588235294
+8989,1,20130417,1,12:05:08,105,0.571428571
+8990,1,20130417,1,12:05:08,107,0.560747664
+8991,1,20130417,1,12:05:09,106,0.566037736
+8992,1,20130417,1,12:05:09,105,0.571428571
+8993,1,20130417,1,12:05:10,102,0.588235294
+8994,1,20130417,1,12:05:10,94,0.638297872
+8995,1,20130417,1,12:05:11,100,0.6
+8996,1,20130417,1,12:05:12,100,0.6
+8997,1,20130417,1,12:05:12,97,0.618556701
+8998,1,20130417,1,12:05:13,96,0.625
+8999,1,20130417,1,12:05:14,103,0.582524272
+9000,1,20130417,1,12:05:14,97,0.618556701
+9001,1,20130417,1,12:05:15,94,0.638297872
+9002,1,20130417,1,12:05:15,100,0.6
+9003,1,20130417,1,12:05:16,100,0.6
+9004,1,20130417,1,12:05:17,98,0.612244898
+9005,1,20130417,1,12:05:17,97,0.618556701
+9006,1,20130417,1,12:05:18,96,0.625
+9007,1,20130417,1,12:05:18,90,0.666666667
+9008,1,20130417,1,12:05:19,96,0.625
+9009,1,20130417,1,12:05:20,95,0.631578947
+9010,1,20130417,1,12:05:20,88,0.681818182
+9011,1,20130417,1,12:05:21,88,0.681818182
+9012,1,20130417,1,12:05:22,81,0.740740741
+9013,1,20130417,1,12:05:22,82,0.731707317
+9014,1,20130417,1,12:05:23,86,0.697674419
+9015,1,20130417,1,12:05:24,84,0.714285714
+9016,1,20130417,1,12:05:25,85,0.705882353
+9017,1,20130417,1,12:05:25,89,0.674157303
+9018,1,20130417,1,12:05:26,86,0.697674419
+9019,1,20130417,1,12:05:27,82,0.731707317
+9020,1,20130417,1,12:05:27,85,0.705882353
+9021,1,20130417,1,12:05:28,82,0.731707317
+9022,1,20130417,1,12:05:29,75,0.8
+9023,1,20130417,1,12:05:30,79,0.759493671
+9024,1,20130417,1,12:05:30,80,0.75
+9025,1,20130417,1,12:05:31,77,0.779220779
+9026,1,20130417,1,12:05:32,82,0.731707317
+9027,1,20130417,1,12:05:33,87,0.689655172
+9028,1,20130417,1,12:05:33,83,0.722891566
+9029,1,20130417,1,12:05:34,83,0.722891566
+9030,1,20130417,1,12:05:35,85,0.705882353
+9031,1,20130417,1,12:05:36,78,0.769230769
+9032,1,20130417,1,12:05:36,76,0.789473684
+9033,1,20130417,1,12:05:37,81,0.740740741
+9034,1,20130417,1,12:05:38,77,0.779220779
+9035,1,20130417,1,12:05:39,81,0.740740741
+9036,1,20130417,1,12:05:39,86,0.697674419
+9037,1,20130417,1,12:05:40,87,0.689655172
+9038,1,20130417,1,12:05:41,87,0.689655172
+9039,1,20130417,1,12:05:41,89,0.674157303
+9040,1,20130417,1,12:05:42,86,0.697674419
+9041,1,20130417,1,12:05:43,85,0.705882353
+9042,1,20130417,1,12:05:43,85,0.705882353
+9043,1,20130417,1,12:05:44,78,0.769230769
+9044,1,20130417,1,12:05:45,74,0.810810811
+9045,1,20130417,1,12:05:46,80,0.75
+9046,1,20130417,1,12:05:47,84,0.714285714
+9047,1,20130417,1,12:05:47,83,0.722891566
+9048,1,20130417,1,12:05:48,85,0.705882353
+9049,1,20130417,1,12:05:49,83,0.722891566
+9050,1,20130417,1,12:05:49,83,0.722891566
+9051,1,20130417,1,12:05:50,87,0.689655172
+9052,1,20130417,1,12:05:51,85,0.705882353
+9053,1,20130417,1,12:05:52,79,0.759493671
+9054,1,20130417,1,12:05:52,81,0.740740741
+9055,1,20130417,1,12:05:53,87,0.689655172
+9056,1,20130417,1,12:05:54,90,0.666666667
+9057,1,20130417,1,12:05:54,88,0.681818182
+9058,1,20130417,1,12:05:55,83,0.722891566
+9059,1,20130417,1,12:05:56,75,0.8
+9060,1,20130417,1,12:05:57,78,0.769230769
+9061,1,20130417,1,12:05:57,69,0.869565217
+9062,1,20130417,1,12:05:58,67,0.895522388
+9063,1,20130417,1,12:05:59,73,0.821917808
+9064,1,20130417,1,12:06:00,68,0.882352941
+9065,1,20130417,1,12:06:01,70,0.857142857
+9066,1,20130417,1,12:06:02,82,0.731707317
+9067,1,20130417,1,12:06:02,82,0.731707317
+9068,1,20130417,1,12:06:03,80,0.75
+9069,1,20130417,1,12:06:04,75,0.8
+9070,1,20130417,1,12:06:05,84,0.714285714
+9071,1,20130417,1,12:06:05,80,0.75
+9072,1,20130417,1,12:06:06,76,0.789473684
+9073,1,20130417,1,12:06:07,75,0.8
+9074,1,20130417,1,12:06:08,82,0.731707317
+9075,1,20130417,1,12:06:08,82,0.731707317
+9076,1,20130417,1,12:06:09,82,0.731707317
+9077,1,20130417,1,12:06:10,87,0.689655172
+9078,1,20130417,1,12:06:11,83,0.722891566
+9079,1,20130417,1,12:06:11,78,0.769230769
+9080,1,20130417,1,12:06:12,78,0.769230769
+9081,1,20130417,1,12:06:13,77,0.779220779
+9082,1,20130417,1,12:06:14,81,0.740740741
+9083,1,20130417,1,12:06:14,69,0.869565217
+9084,1,20130417,1,12:06:15,72,0.833333333
+9085,1,20130417,1,12:06:16,69,0.869565217
+9086,1,20130417,1,12:06:17,67,0.895522388
+9087,1,20130417,1,12:06:18,74,0.810810811
+9088,1,20130417,1,12:06:19,70,0.857142857
+9089,1,20130417,1,12:06:20,70,0.857142857
+9090,1,20130417,1,12:06:20,76,0.789473684
+9091,1,20130417,1,12:06:21,75,0.8
+9092,1,20130417,1,12:06:22,69,0.869565217
+9093,1,20130417,1,12:06:23,68,0.882352941
+9094,1,20130417,1,12:06:24,76,0.789473684
+9095,1,20130417,1,12:06:25,80,0.75
+9096,1,20130417,1,12:06:25,73,0.821917808
+9097,1,20130417,1,12:06:26,72,0.833333333
+9098,1,20130417,1,12:06:27,73,0.821917808
+9099,1,20130417,1,12:06:28,78,0.769230769
+9100,1,20130417,1,12:06:29,75,0.8
+9101,1,20130417,1,12:06:29,72,0.833333333
+9102,1,20130417,1,12:06:30,73,0.821917808
+9103,1,20130417,1,12:06:31,67,0.895522388
+9104,1,20130417,1,12:06:32,65,0.923076923
+9105,1,20130417,1,12:06:33,72,0.833333333
+9106,1,20130417,1,12:06:34,76,0.789473684
+9107,1,20130417,1,12:06:34,77,0.779220779
+9108,1,20130417,1,12:06:35,83,0.722891566
+9109,1,20130417,1,12:06:36,85,0.705882353
+9110,1,20130417,1,12:06:37,79,0.759493671
+9111,1,20130417,1,12:06:37,76,0.789473684
+9112,1,20130417,1,12:06:38,77,0.779220779
+9113,1,20130417,1,12:06:39,70,0.857142857
+9114,1,20130417,1,12:06:40,76,0.789473684
+9115,1,20130417,1,12:06:41,73,0.821917808
+9116,1,20130417,1,12:06:41,72,0.833333333
+9117,1,20130417,1,12:06:42,78,0.769230769
+9118,1,20130417,1,12:06:43,77,0.779220779
+9119,1,20130417,1,12:06:44,80,0.75
+9120,1,20130417,1,12:06:45,84,0.714285714
+9121,1,20130417,1,12:06:45,84,0.714285714
+9122,1,20130417,1,12:06:46,79,0.759493671
+9123,1,20130417,1,12:06:47,76,0.789473684
+9124,1,20130417,1,12:06:48,79,0.759493671
+9125,1,20130417,1,12:06:48,70,0.857142857
+9126,1,20130417,1,12:06:49,70,0.857142857
+9127,1,20130417,1,12:06:50,75,0.8
+9128,1,20130417,1,12:06:51,71,0.845070423
+9129,1,20130417,1,12:06:52,74,0.810810811
+9130,1,20130417,1,12:06:53,80,0.75
+9131,1,20130417,1,12:06:53,81,0.740740741
+9132,1,20130417,1,12:06:54,79,0.759493671
+9133,1,20130417,1,12:06:55,79,0.759493671
+9134,1,20130417,1,12:06:56,74,0.810810811
+9135,1,20130417,1,12:06:56,70,0.857142857
+9136,1,20130417,1,12:06:57,73,0.821917808
+9137,1,20130417,1,12:06:58,77,0.779220779
+9138,1,20130417,1,12:06:59,75,0.8
+9139,1,20130417,1,12:07:00,80,0.75
+9140,1,20130417,1,12:07:00,76,0.789473684
+9141,1,20130417,1,12:07:01,74,0.810810811
+9142,1,20130417,1,12:07:02,75,0.8
+9143,1,20130417,1,12:07:03,76,0.789473684
+9144,1,20130417,1,12:07:04,78,0.769230769
+9145,1,20130417,1,12:07:04,83,0.722891566
+9146,1,20130417,1,12:07:05,81,0.740740741
+9147,1,20130417,1,12:07:06,75,0.8
+9148,1,20130417,1,12:07:07,83,0.722891566
+9149,1,20130417,1,12:07:07,78,0.769230769
+9150,1,20130417,1,12:07:08,74,0.810810811
+9151,1,20130417,1,12:07:09,74,0.810810811
+9152,1,20130417,1,12:07:10,78,0.769230769
+9153,1,20130417,1,12:07:10,75,0.8
+9154,1,20130417,1,12:07:11,73,0.821917808
+9155,1,20130417,1,12:07:12,80,0.75
+9156,1,20130417,1,12:07:13,83,0.722891566
+9157,1,20130417,1,12:07:14,81,0.740740741
+9158,1,20130417,1,12:07:14,79,0.759493671
+9159,1,20130417,1,12:07:15,73,0.821917808
+9160,1,20130417,1,12:07:16,68,0.882352941
+9161,1,20130417,1,12:07:17,75,0.8
+9162,1,20130417,1,12:07:18,72,0.833333333
+9163,1,20130417,1,12:07:18,67,0.895522388
+9164,1,20130417,1,12:07:19,74,0.810810811
+9165,1,20130417,1,12:07:20,78,0.769230769
+9166,1,20130417,1,12:07:21,73,0.821917808
+9167,1,20130417,1,12:07:22,79,0.759493671
+9168,1,20130417,1,12:07:22,78,0.769230769
+9169,1,20130417,1,12:07:23,79,0.759493671
+9170,1,20130417,1,12:07:24,77,0.779220779
+9171,1,20130417,1,12:07:25,68,0.882352941
+9172,1,20130417,1,12:07:26,70,0.857142857
+9173,1,20130417,1,12:07:26,75,0.8
+9174,1,20130417,1,12:07:27,70,0.857142857
+9175,1,20130417,1,12:07:28,68,0.882352941
+9176,1,20130417,1,12:07:29,73,0.821917808
+9177,1,20130417,1,12:07:30,68,0.882352941
+9178,1,20130417,1,12:07:31,64,0.9375
+9179,1,20130417,1,12:07:32,69,0.869565217
+9180,1,20130417,1,12:07:33,71,0.845070423
+9181,1,20130417,1,12:07:33,74,0.810810811
+9182,1,20130417,1,12:07:34,79,0.759493671
+9183,1,20130417,1,12:07:35,80,0.75
+9184,1,20130417,1,12:07:36,78,0.769230769
+9185,1,20130417,1,12:07:36,79,0.759493671
+9186,1,20130417,1,12:07:37,81,0.740740741
+9187,1,20130417,1,12:07:38,88,0.681818182
+9188,1,20130417,1,12:07:39,77,0.779220779
+9189,1,20130417,1,12:07:39,77,0.779220779
+9190,1,20130417,1,12:07:40,67,0.895522388
+9191,1,20130417,1,12:07:41,65,0.923076923
+9192,1,20130417,1,12:07:42,73,0.821917808
+9193,1,20130417,1,12:07:43,71,0.845070423
+9194,1,20130417,1,12:07:44,72,0.833333333
+9195,1,20130417,1,12:07:45,79,0.759493671
+9196,1,20130417,1,12:07:45,75,0.8
+9197,1,20130417,1,12:07:46,84,0.714285714
+9198,1,20130417,1,12:07:47,86,0.697674419
+9199,1,20130417,1,12:07:47,82,0.731707317
+9200,1,20130417,1,12:07:48,75,0.8
+9201,1,20130417,1,12:07:49,74,0.810810811
+9202,1,20130417,1,12:07:50,77,0.779220779
+9203,1,20130417,1,12:07:51,81,0.740740741
+9204,1,20130417,1,12:07:51,84,0.714285714
+9205,1,20130417,1,12:07:52,89,0.674157303
+9206,1,20130417,1,12:07:53,93,0.64516129
+9207,1,20130417,1,12:07:53,94,0.638297872
+9208,1,20130417,1,12:07:54,92,0.652173913
+9209,1,20130417,1,12:07:55,81,0.740740741
+9210,1,20130417,1,12:07:55,72,0.833333333
+9211,1,20130417,1,12:07:56,81,0.740740741
+9212,1,20130417,1,12:07:57,74,0.810810811
+9213,1,20130417,1,12:07:58,76,0.789473684
+9214,1,20130417,1,12:07:59,71,0.845070423
+9215,1,20130417,1,12:07:59,69,0.869565217
+9216,1,20130417,1,12:08:00,71,0.845070423
+9217,1,20130417,1,12:08:01,71,0.845070423
+9218,1,20130417,1,12:08:02,71,0.845070423
+9219,1,20130417,1,12:08:03,77,0.779220779
+9220,1,20130417,1,12:08:04,75,0.8
+9221,1,20130417,1,12:08:04,71,0.845070423
+9222,1,20130417,1,12:08:05,70,0.857142857
+9223,1,20130417,1,12:08:06,74,0.810810811
+9224,1,20130417,1,12:08:07,71,0.845070423
+9225,1,20130417,1,12:08:08,75,0.8
+9226,1,20130417,1,12:08:09,78,0.769230769
+9227,1,20130417,1,12:08:09,77,0.779220779
+9228,1,20130417,1,12:08:10,79,0.759493671
+9229,1,20130417,1,12:08:11,86,0.697674419
+9230,1,20130417,1,12:08:12,82,0.731707317
+9231,1,20130417,1,12:08:12,79,0.759493671
+9232,1,20130417,1,12:08:13,80,0.75
+9233,1,20130417,1,12:08:14,77,0.779220779
+9234,1,20130417,1,12:08:15,74,0.810810811
+9235,1,20130417,1,12:08:15,76,0.789473684
+9236,1,20130417,1,12:08:16,77,0.779220779
+9237,1,20130417,1,12:08:17,77,0.779220779
+9238,1,20130417,1,12:08:18,77,0.779220779
+9239,1,20130417,1,12:08:19,78,0.769230769
+9240,1,20130417,1,12:08:19,80,0.75
+9241,1,20130417,1,12:08:20,78,0.769230769
+9242,1,20130417,1,12:08:21,78,0.769230769
+9243,1,20130417,1,12:08:22,81,0.740740741
+9244,1,20130417,1,12:08:22,80,0.75
+9245,1,20130417,1,12:08:23,74,0.810810811
+9246,1,20130417,1,12:08:24,75,0.8
+9247,1,20130417,1,12:08:25,80,0.75
+9248,1,20130417,1,12:08:25,80,0.75
+9249,1,20130417,1,12:08:26,76,0.789473684
+9250,1,20130417,1,12:08:27,80,0.75
+9251,1,20130417,1,12:08:28,85,0.705882353
+9252,1,20130417,1,12:08:28,86,0.697674419
+9253,1,20130417,1,12:08:29,84,0.714285714
+9254,1,20130417,1,12:08:30,81,0.740740741
+9255,1,20130417,1,12:08:31,88,0.681818182
+9256,1,20130417,1,12:08:31,88,0.681818182
+9257,1,20130417,1,12:08:32,85,0.705882353
+9258,1,20130417,1,12:08:33,74,0.810810811
+9259,1,20130417,1,12:08:33,77,0.779220779
+9260,1,20130417,1,12:08:34,84,0.714285714
+9261,1,20130417,1,12:08:35,81,0.740740741
+9262,1,20130417,1,12:08:36,82,0.731707317
+9263,1,20130417,1,12:08:36,86,0.697674419
+9264,1,20130417,1,12:08:37,83,0.722891566
+9265,1,20130417,1,12:08:38,76,0.789473684
+9266,1,20130417,1,12:08:39,72,0.833333333
+9267,1,20130417,1,12:08:39,77,0.779220779
+9268,1,20130417,1,12:08:40,70,0.857142857
+9269,1,20130417,1,12:08:41,74,0.810810811
+9270,1,20130417,1,12:08:42,79,0.759493671
+9271,1,20130417,1,12:08:43,73,0.821917808
+9272,1,20130417,1,12:08:44,74,0.810810811
+9273,1,20130417,1,12:08:44,83,0.722891566
+9274,1,20130417,1,12:08:45,82,0.731707317
+9275,1,20130417,1,12:08:46,83,0.722891566
+9276,1,20130417,1,12:08:46,90,0.666666667
+9277,1,20130417,1,12:08:47,92,0.652173913
+9278,1,20130417,1,12:08:48,85,0.705882353
+9279,1,20130417,1,12:08:49,88,0.681818182
+9280,1,20130417,1,12:08:49,87,0.689655172
+9281,1,20130417,1,12:08:50,74,0.810810811
+9282,1,20130417,1,12:08:51,75,0.8
+9283,1,20130417,1,12:08:51,80,0.75
+9284,1,20130417,1,12:08:52,74,0.810810811
+9285,1,20130417,1,12:08:53,71,0.845070423
+9286,1,20130417,1,12:08:54,78,0.769230769
+9287,1,20130417,1,12:08:55,74,0.810810811
+9288,1,20130417,1,12:08:55,76,0.789473684
+9289,1,20130417,1,12:08:56,82,0.731707317
+9290,1,20130417,1,12:08:57,83,0.722891566
+9291,1,20130417,1,12:08:58,87,0.689655172
+9292,1,20130417,1,12:08:58,86,0.697674419
+9293,1,20130417,1,12:08:59,90,0.666666667
+9294,1,20130417,1,12:09:00,90,0.666666667
+9295,1,20130417,1,12:09:00,82,0.731707317
+9296,1,20130417,1,12:09:01,76,0.789473684
+9297,1,20130417,1,12:09:02,77,0.779220779
+9298,1,20130417,1,12:09:03,73,0.821917808
+9299,1,20130417,1,12:09:04,73,0.821917808
+9300,1,20130417,1,12:09:04,76,0.789473684
+9301,1,20130417,1,12:09:05,78,0.769230769
+9302,1,20130417,1,12:09:06,77,0.779220779
+9303,1,20130417,1,12:09:07,74,0.810810811
+9304,1,20130417,1,12:09:08,78,0.769230769
+9305,1,20130417,1,12:09:08,73,0.821917808
+9306,1,20130417,1,12:09:09,71,0.845070423
+9307,1,20130417,1,12:09:10,77,0.779220779
+9308,1,20130417,1,12:09:11,69,0.869565217
+9309,1,20130417,1,12:09:12,68,0.882352941
+9310,1,20130417,1,12:09:13,72,0.833333333
+9311,1,20130417,1,12:09:13,67,0.895522388
+9312,1,20130417,1,12:09:14,70,0.857142857
+9313,1,20130417,1,12:09:15,79,0.759493671
+9314,1,20130417,1,12:09:16,74,0.810810811
+9315,1,20130417,1,12:09:17,78,0.769230769
+9316,1,20130417,1,12:09:17,78,0.769230769
+9317,1,20130417,1,12:09:18,76,0.789473684
+9318,1,20130417,1,12:09:19,80,0.75
+9319,1,20130417,1,12:09:20,79,0.759493671
+9320,1,20130417,1,12:09:21,73,0.821917808
+9321,1,20130417,1,12:09:21,76,0.789473684
+9322,1,20130417,1,12:09:22,81,0.740740741
+9323,1,20130417,1,12:09:23,77,0.779220779
+9324,1,20130417,1,12:09:24,68,0.882352941
+9325,1,20130417,1,12:09:25,70,0.857142857
+9326,1,20130417,1,12:09:25,69,0.869565217
+9327,1,20130417,1,12:09:26,67,0.895522388
+9328,1,20130417,1,12:09:27,76,0.789473684
+9329,1,20130417,1,12:09:28,77,0.779220779
+9330,1,20130417,1,12:09:29,75,0.8
+9331,1,20130417,1,12:09:30,77,0.779220779
+9332,1,20130417,1,12:09:30,68,0.882352941
+9333,1,20130417,1,12:09:31,61,0.983606557
+9334,1,20130417,1,12:09:32,69,0.869565217
+9335,1,20130417,1,12:09:33,73,0.821917808
+9336,1,20130417,1,12:09:34,65,0.923076923
+9337,1,20130417,1,12:09:35,67,0.895522388
+9338,1,20130417,1,12:09:36,72,0.833333333
+9339,1,20130417,1,12:09:36,68,0.882352941
+9340,1,20130417,1,12:09:37,73,0.821917808
+9341,1,20130417,1,12:09:38,80,0.75
+9342,1,20130417,1,12:09:39,80,0.75
+9343,1,20130417,1,12:09:40,76,0.789473684
+9344,1,20130417,1,12:09:40,72,0.833333333
+9345,1,20130417,1,12:09:41,71,0.845070423
+9346,1,20130417,1,12:09:42,60,1
+9347,1,20130417,1,12:09:43,61,0.983606557
+9348,1,20130417,1,12:09:44,64,0.9375
+9349,1,20130417,1,12:09:45,62,0.967741935
+9350,1,20130417,1,12:09:46,63,0.952380952
+9351,1,20130417,1,12:09:47,74,0.810810811
+9352,1,20130417,1,12:09:48,78,0.769230769
+9353,1,20130417,1,12:09:49,75,0.8
+9354,1,20130417,1,12:09:49,70,0.857142857
+9355,1,20130417,1,12:09:50,69,0.869565217
+9356,1,20130417,1,12:09:51,62,0.967741935
+9357,1,20130417,1,12:09:52,61,0.983606557
+9358,1,20130417,1,12:09:53,64,0.9375
+9359,1,20130417,1,12:09:54,62,0.967741935
+9360,1,20130417,1,12:09:55,61,0.983606557
+9361,1,20130417,1,12:09:56,63,0.952380952
+9362,1,20130417,1,12:09:57,67,0.895522388
+9363,1,20130417,1,12:09:58,63,0.952380952
+9364,1,20130417,1,12:09:59,61,0.983606557
+9365,1,20130417,1,12:10:00,63,0.952380952
+9366,1,20130417,1,12:10:01,60,1
+9367,1,20130417,1,12:10:02,58,1.034482759
+9368,1,20130417,1,12:10:03,62,0.967741935
+9369,1,20130417,1,12:10:04,62,0.967741935
+9370,1,20130417,1,12:10:05,62,0.967741935
+9371,1,20130417,1,12:10:06,67,0.895522388
+9372,1,20130417,1,12:10:06,68,0.882352941
+9373,1,20130417,1,12:10:07,66,0.909090909
+9374,1,20130417,1,12:10:08,71,0.845070423
+9375,1,20130417,1,12:10:09,76,0.789473684
+9376,1,20130417,1,12:10:10,66,0.909090909
+9377,1,20130417,1,12:10:11,63,0.952380952
+9378,1,20130417,1,12:10:12,67,0.895522388
+9379,1,20130417,1,12:10:13,59,1.016949153
+9380,1,20130417,1,12:10:14,62,0.967741935
+9381,1,20130417,1,12:10:15,63,0.952380952
+9382,1,20130417,1,12:10:16,64,0.9375
+9383,1,20130417,1,12:10:17,75,0.8
+9384,1,20130417,1,12:10:17,73,0.821917808
+9385,1,20130417,1,12:10:18,71,0.845070423
+9386,1,20130417,1,12:10:19,80,0.75
+9387,1,20130417,1,12:10:20,78,0.769230769
+9388,1,20130417,1,12:10:21,81,0.740740741
+9389,1,20130417,1,12:10:21,84,0.714285714
+9390,1,20130417,1,12:10:22,86,0.697674419
+9391,1,20130417,1,12:10:23,81,0.740740741
+9392,1,20130417,1,12:10:23,79,0.759493671
+9393,1,20130417,1,12:10:24,84,0.714285714
+9394,1,20130417,1,12:10:25,82,0.731707317
+9395,1,20130417,1,12:10:26,78,0.769230769
+9396,1,20130417,1,12:10:26,78,0.769230769
+9397,1,20130417,1,12:10:27,74,0.810810811
+9398,1,20130417,1,12:10:28,75,0.8
+9399,1,20130417,1,12:10:29,80,0.75
+9400,1,20130417,1,12:10:30,85,0.705882353
+9401,1,20130417,1,12:10:30,86,0.697674419
+9402,1,20130417,1,12:10:31,86,0.697674419
+9403,1,20130417,1,12:10:32,89,0.674157303
+9404,1,20130417,1,12:10:32,83,0.722891566
+9405,1,20130417,1,12:10:33,81,0.740740741
+9406,1,20130417,1,12:10:34,84,0.714285714
+9407,1,20130417,1,12:10:34,80,0.75
+9408,1,20130417,1,12:10:35,81,0.740740741
+9409,1,20130417,1,12:10:36,81,0.740740741
+9410,1,20130417,1,12:10:37,85,0.705882353
+9411,1,20130417,1,12:10:37,76,0.789473684
+9412,1,20130417,1,12:10:38,70,0.857142857
+9413,1,20130417,1,12:10:39,74,0.810810811
+9414,1,20130417,1,12:10:40,70,0.857142857
+9415,1,20130417,1,12:10:41,68,0.882352941
+9416,1,20130417,1,12:10:42,71,0.845070423
+9417,1,20130417,1,12:10:42,69,0.869565217
+9418,1,20130417,1,12:10:43,67,0.895522388
+9419,1,20130417,1,12:10:44,71,0.845070423
+9420,1,20130417,1,12:10:45,72,0.833333333
+9421,1,20130417,1,12:10:46,67,0.895522388
+9422,1,20130417,1,12:10:47,66,0.909090909
+9423,1,20130417,1,12:10:48,68,0.882352941
+9424,1,20130417,1,12:10:49,65,0.923076923
+9425,1,20130417,1,12:10:50,65,0.923076923
+9426,1,20130417,1,12:10:50,69,0.869565217
+9427,1,20130417,1,12:10:51,67,0.895522388
+9428,1,20130417,1,12:10:52,66,0.909090909
+9429,1,20130417,1,12:10:53,69,0.869565217
+9430,1,20130417,1,12:10:54,66,0.909090909
+9431,1,20130417,1,12:10:55,64,0.9375
+9432,1,20130417,1,12:10:56,72,0.833333333
+9433,1,20130417,1,12:10:57,71,0.845070423
+9434,1,20130417,1,12:10:58,70,0.857142857
+9435,1,20130417,1,12:10:58,73,0.821917808
+9436,1,20130417,1,12:10:59,69,0.869565217
+9437,1,20130417,1,12:11:00,61,0.983606557
+9438,1,20130417,1,12:11:01,62,0.967741935
+9439,1,20130417,1,12:11:02,70,0.857142857
+9440,1,20130417,1,12:11:03,65,0.923076923
+9441,1,20130417,1,12:11:04,63,0.952380952
+9442,1,20130417,1,12:11:05,70,0.857142857
+9443,1,20130417,1,12:11:06,69,0.869565217
+9444,1,20130417,1,12:11:06,71,0.845070423
+9445,1,20130417,1,12:11:07,77,0.779220779
+9446,1,20130417,1,12:11:08,75,0.8
+9447,1,20130417,1,12:11:09,70,0.857142857
+9448,1,20130417,1,12:11:10,74,0.810810811
+9449,1,20130417,1,12:11:11,73,0.821917808
+9450,1,20130417,1,12:11:11,67,0.895522388
+9451,1,20130417,1,12:11:12,70,0.857142857
+9452,1,20130417,1,12:11:13,70,0.857142857
+9453,1,20130417,1,12:11:14,70,0.857142857
+9454,1,20130417,1,12:11:15,75,0.8
+9455,1,20130417,1,12:11:16,78,0.769230769
+9456,1,20130417,1,12:11:16,77,0.779220779
+9457,1,20130417,1,12:11:17,77,0.779220779
+9458,1,20130417,1,12:11:18,80,0.75
+9459,1,20130417,1,12:11:19,74,0.810810811
+9460,1,20130417,1,12:11:20,72,0.833333333
+9461,1,20130417,1,12:11:20,76,0.789473684
+9462,1,20130417,1,12:11:21,74,0.810810811
+9463,1,20130417,1,12:11:22,73,0.821917808
+9464,1,20130417,1,12:11:23,74,0.810810811
+9465,1,20130417,1,12:11:24,76,0.789473684
+9466,1,20130417,1,12:11:24,71,0.845070423
+9467,1,20130417,1,12:11:25,70,0.857142857
+9468,1,20130417,1,12:11:26,74,0.810810811
+9469,1,20130417,1,12:11:27,72,0.833333333
+9470,1,20130417,1,12:11:28,72,0.833333333
+9471,1,20130417,1,12:11:29,75,0.8
+9472,1,20130417,1,12:11:29,73,0.821917808
+9473,1,20130417,1,12:11:30,72,0.833333333
+9474,1,20130417,1,12:11:31,80,0.75
+9475,1,20130417,1,12:11:32,82,0.731707317
+9476,1,20130417,1,12:11:33,86,0.697674419
+9477,1,20130417,1,12:11:33,89,0.674157303
+9478,1,20130417,1,12:11:34,87,0.689655172
+9479,1,20130417,1,12:11:35,87,0.689655172
+9480,1,20130417,1,12:11:35,90,0.666666667
+9481,1,20130417,1,12:11:36,89,0.674157303
+9482,1,20130417,1,12:11:37,80,0.75
+9483,1,20130417,1,12:11:37,77,0.779220779
+9484,1,20130417,1,12:11:38,85,0.705882353
+9485,1,20130417,1,12:11:39,82,0.731707317
+9486,1,20130417,1,12:11:40,76,0.789473684
+9487,1,20130417,1,12:11:40,73,0.821917808
+9488,1,20130417,1,12:11:41,81,0.740740741
+9489,1,20130417,1,12:11:42,80,0.75
+9490,1,20130417,1,12:11:43,76,0.789473684
+9491,1,20130417,1,12:11:43,76,0.789473684
+9492,1,20130417,1,12:11:44,83,0.722891566
+9493,1,20130417,1,12:11:45,83,0.722891566
+9494,1,20130417,1,12:11:46,82,0.731707317
+9495,1,20130417,1,12:11:46,82,0.731707317
+9496,1,20130417,1,12:11:47,81,0.740740741
+9497,1,20130417,1,12:11:48,81,0.740740741
+9498,1,20130417,1,12:11:49,80,0.75
+9499,1,20130417,1,12:11:49,82,0.731707317
+9500,1,20130417,1,12:11:50,76,0.789473684
+9501,1,20130417,1,12:11:51,85,0.705882353
+9502,1,20130417,1,12:11:52,83,0.722891566
+9503,1,20130417,1,12:11:52,85,0.705882353
+9504,1,20130417,1,12:11:53,92,0.652173913
+9505,1,20130417,1,12:11:54,90,0.666666667
+9506,1,20130417,1,12:11:54,89,0.674157303
+9507,1,20130417,1,12:11:55,92,0.652173913
+9508,1,20130417,1,12:11:56,93,0.64516129
+9509,1,20130417,1,12:11:56,87,0.689655172
+9510,1,20130417,1,12:11:57,86,0.697674419
+9511,1,20130417,1,12:11:58,88,0.681818182
+9512,1,20130417,1,12:11:58,92,0.652173913
+9513,1,20130417,1,12:11:59,93,0.64516129
+9514,1,20130417,1,12:12:00,98,0.612244898
+9515,1,20130417,1,12:12:00,90,0.666666667
+9516,1,20130417,1,12:12:01,86,0.697674419
+9517,1,20130417,1,12:12:02,81,0.740740741
+9518,1,20130417,1,12:12:02,81,0.740740741
+9519,1,20130417,1,12:12:03,76,0.789473684
+9520,1,20130417,1,12:12:04,75,0.8
+9521,1,20130417,1,12:12:05,81,0.740740741
+9522,1,20130417,1,12:12:05,78,0.769230769
+9523,1,20130417,1,12:12:06,85,0.705882353
+9524,1,20130417,1,12:12:07,83,0.722891566
+9525,1,20130417,1,12:12:08,81,0.740740741
+9526,1,20130417,1,12:12:08,81,0.740740741
+9527,1,20130417,1,12:12:09,85,0.705882353
+9528,1,20130417,1,12:12:10,79,0.759493671
+9529,1,20130417,1,12:12:11,79,0.759493671
+9530,1,20130417,1,12:12:11,83,0.722891566
+9531,1,20130417,1,12:12:12,89,0.674157303
+9532,1,20130417,1,12:12:13,90,0.666666667
+9533,1,20130417,1,12:12:13,90,0.666666667
+9534,1,20130417,1,12:12:14,90,0.666666667
+9535,1,20130417,1,12:12:15,86,0.697674419
+9536,1,20130417,1,12:12:15,80,0.75
+9537,1,20130417,1,12:12:16,79,0.759493671
+9538,1,20130417,1,12:12:17,78,0.769230769
+9539,1,20130417,1,12:12:18,79,0.759493671
+9540,1,20130417,1,12:12:19,81,0.740740741
+9541,1,20130417,1,12:12:19,89,0.674157303
+9542,1,20130417,1,12:12:20,77,0.779220779
+9543,1,20130417,1,12:12:21,85,0.705882353
+9544,1,20130417,1,12:12:21,92,0.652173913
+9545,1,20130417,1,12:12:22,95,0.631578947
+9546,1,20130417,1,12:12:23,96,0.625
+9547,1,20130417,1,12:12:23,99,0.606060606
+9548,1,20130417,1,12:12:24,98,0.612244898
+9549,1,20130417,1,12:12:25,99,0.606060606
+9550,1,20130417,1,12:12:25,99,0.606060606
+9551,1,20130417,1,12:12:26,103,0.582524272
+9552,1,20130417,1,12:12:26,99,0.606060606
+9553,1,20130417,1,12:12:27,96,0.625
+9554,1,20130417,1,12:12:28,98,0.612244898
+9555,1,20130417,1,12:12:28,102,0.588235294
+9556,1,20130417,1,12:12:29,101,0.594059406
+9557,1,20130417,1,12:12:29,98,0.612244898
+9558,1,20130417,1,12:12:30,95,0.631578947
+9559,1,20130417,1,12:12:31,92,0.652173913
+9560,1,20130417,1,12:12:31,88,0.681818182
+9561,1,20130417,1,12:12:32,93,0.64516129
+9562,1,20130417,1,12:12:33,97,0.618556701
+9563,1,20130417,1,12:12:33,96,0.625
+9564,1,20130417,1,12:12:34,99,0.606060606
+9565,1,20130417,1,12:12:34,100,0.6
+9566,1,20130417,1,12:12:35,99,0.606060606
+9567,1,20130417,1,12:12:36,100,0.6
+9568,1,20130417,1,12:12:36,100,0.6
+9569,1,20130417,1,12:12:37,98,0.612244898
+9570,1,20130417,1,12:12:37,99,0.606060606
+9571,1,20130417,1,12:12:38,99,0.606060606
+9572,1,20130417,1,12:12:39,102,0.588235294
+9573,1,20130417,1,12:12:39,102,0.588235294
+9574,1,20130417,1,12:12:40,98,0.612244898
+9575,1,20130417,1,12:12:40,97,0.618556701
+9576,1,20130417,1,12:12:41,96,0.625
+9577,1,20130417,1,12:12:42,99,0.606060606
+9578,1,20130417,1,12:12:42,100,0.6
+9579,1,20130417,1,12:12:43,100,0.6
+9580,1,20130417,1,12:12:44,101,0.594059406
+9581,1,20130417,1,12:12:44,99,0.606060606
+9582,1,20130417,1,12:12:45,104,0.576923077
+9583,1,20130417,1,12:12:45,105,0.571428571
+9584,1,20130417,1,12:12:46,102,0.588235294
+9585,1,20130417,1,12:12:46,104,0.576923077
+9586,1,20130417,1,12:12:47,97,0.618556701
+9587,1,20130417,1,12:12:48,96,0.625
+9588,1,20130417,1,12:12:48,100,0.6
+9589,1,20130417,1,12:12:49,96,0.625
+9590,1,20130417,1,12:12:49,96,0.625
+9591,1,20130417,1,12:12:50,100,0.6
+9592,1,20130417,1,12:12:51,96,0.625
+9593,1,20130417,1,12:12:51,96,0.625
+9594,1,20130417,1,12:12:52,99,0.606060606
+9595,1,20130417,1,12:12:53,99,0.606060606
+9596,1,20130417,1,12:12:53,95,0.631578947
+9597,1,20130417,1,12:12:54,97,0.618556701
+9598,1,20130417,1,12:12:54,96,0.625
+9599,1,20130417,1,12:12:55,96,0.625
+9600,1,20130417,1,12:12:56,95,0.631578947
+9601,1,20130417,1,12:12:56,96,0.625
+9602,1,20130417,1,12:12:57,93,0.64516129
+9603,1,20130417,1,12:12:58,96,0.625
+9604,1,20130417,1,12:12:58,96,0.625
+9605,1,20130417,1,12:12:59,94,0.638297872
+9606,1,20130417,1,12:12:59,96,0.625
+9607,1,20130417,1,12:13:00,98,0.612244898
+9608,1,20130417,1,12:13:01,99,0.606060606
+9609,1,20130417,1,12:13:01,98,0.612244898
+9610,1,20130417,1,12:13:02,98,0.612244898
+9611,1,20130417,1,12:13:03,97,0.618556701
+9612,1,20130417,1,12:13:03,97,0.618556701
+9613,1,20130417,1,12:13:04,98,0.612244898
+9614,1,20130417,1,12:13:04,101,0.594059406
+9615,1,20130417,1,12:13:05,100,0.6
+9616,1,20130417,1,12:13:06,104,0.576923077
+9617,1,20130417,1,12:13:06,103,0.582524272
+9618,1,20130417,1,12:13:07,106,0.566037736
+9619,1,20130417,1,12:13:07,104,0.576923077
+9620,1,20130417,1,12:13:08,99,0.606060606
+9621,1,20130417,1,12:13:08,102,0.588235294
+9622,1,20130417,1,12:13:09,98,0.612244898
+9623,1,20130417,1,12:13:10,95,0.631578947
+9624,1,20130417,1,12:13:10,99,0.606060606
+9625,1,20130417,1,12:13:11,96,0.625
+9626,1,20130417,1,12:13:12,96,0.625
+9627,1,20130417,1,12:13:12,98,0.612244898
+9628,1,20130417,1,12:13:13,94,0.638297872
+9629,1,20130417,1,12:13:13,94,0.638297872
+9630,1,20130417,1,12:13:14,96,0.625
+9631,1,20130417,1,12:13:15,101,0.594059406
+9632,1,20130417,1,12:13:15,101,0.594059406
+9633,1,20130417,1,12:13:16,101,0.594059406
+9634,1,20130417,1,12:13:16,103,0.582524272
+9635,1,20130417,1,12:13:17,98,0.612244898
+9636,1,20130417,1,12:13:18,100,0.6
+9637,1,20130417,1,12:13:18,106,0.566037736
+9638,1,20130417,1,12:13:19,101,0.594059406
+9639,1,20130417,1,12:13:19,102,0.588235294
+9640,1,20130417,1,12:13:20,104,0.576923077
+9641,1,20130417,1,12:13:21,99,0.606060606
+9642,1,20130417,1,12:13:21,90,0.666666667
+9643,1,20130417,1,12:13:22,86,0.697674419
+9644,1,20130417,1,12:13:23,92,0.652173913
+9645,1,20130417,1,12:13:23,87,0.689655172
+9646,1,20130417,1,12:13:24,94,0.638297872
+9647,1,20130417,1,12:13:25,99,0.606060606
+9648,1,20130417,1,12:13:25,95,0.631578947
+9649,1,20130417,1,12:13:26,92,0.652173913
+9650,1,20130417,1,12:13:26,96,0.625
+9651,1,20130417,1,12:13:27,90,0.666666667
+9652,1,20130417,1,12:13:28,88,0.681818182
+9653,1,20130417,1,12:13:28,92,0.652173913
+9654,1,20130417,1,12:13:29,93,0.64516129
+9655,1,20130417,1,12:13:30,88,0.681818182
+9656,1,20130417,1,12:13:30,89,0.674157303
+9657,1,20130417,1,12:13:31,95,0.631578947
+9658,1,20130417,1,12:13:32,92,0.652173913
+9659,1,20130417,1,12:13:32,96,0.625
+9660,1,20130417,1,12:13:33,99,0.606060606
+9661,1,20130417,1,12:13:34,95,0.631578947
+9662,1,20130417,1,12:13:34,96,0.625
+9663,1,20130417,1,12:13:35,92,0.652173913
+9664,1,20130417,1,12:13:35,89,0.674157303
+9665,1,20130417,1,12:13:36,92,0.652173913
+9666,1,20130417,1,12:13:37,94,0.638297872
+9667,1,20130417,1,12:13:37,90,0.666666667
+9668,1,20130417,1,12:13:38,85,0.705882353
+9669,1,20130417,1,12:13:39,92,0.652173913
+9670,1,20130417,1,12:13:39,89,0.674157303
+9671,1,20130417,1,12:13:40,89,0.674157303
+9672,1,20130417,1,12:13:41,96,0.625
+9673,1,20130417,1,12:13:41,91,0.659340659
+9674,1,20130417,1,12:13:42,88,0.681818182
+9675,1,20130417,1,12:13:43,91,0.659340659
+9676,1,20130417,1,12:13:43,93,0.64516129
+9677,1,20130417,1,12:13:44,83,0.722891566
+9678,1,20130417,1,12:13:45,80,0.75
+9679,1,20130417,1,12:13:46,82,0.731707317
+9680,1,20130417,1,12:13:46,77,0.779220779
+9681,1,20130417,1,12:13:47,83,0.722891566
+9682,1,20130417,1,12:13:48,79,0.759493671
+9683,1,20130417,1,12:13:49,74,0.810810811
+9684,1,20130417,1,12:13:49,83,0.722891566
+9685,1,20130417,1,12:13:50,81,0.740740741
+9686,1,20130417,1,12:13:51,79,0.759493671
+9687,1,20130417,1,12:13:52,85,0.705882353
+9688,1,20130417,1,12:13:52,83,0.722891566
+9689,1,20130417,1,12:13:53,83,0.722891566
+9690,1,20130417,1,12:13:54,88,0.681818182
+9691,1,20130417,1,12:13:54,87,0.689655172
+9692,1,20130417,1,12:13:55,84,0.714285714
+9693,1,20130417,1,12:13:56,89,0.674157303
+9694,1,20130417,1,12:13:57,82,0.731707317
+9695,1,20130417,1,12:13:57,79,0.759493671
+9696,1,20130417,1,12:13:58,86,0.697674419
+9697,1,20130417,1,12:13:59,79,0.759493671
+9698,1,20130417,1,12:13:59,77,0.779220779
+9699,1,20130417,1,12:14:00,84,0.714285714
+9700,1,20130417,1,12:14:01,82,0.731707317
+9701,1,20130417,1,12:14:02,78,0.769230769
+9702,1,20130417,1,12:14:02,84,0.714285714
+9703,1,20130417,1,12:14:03,76,0.789473684
+9704,1,20130417,1,12:14:04,74,0.810810811
+9705,1,20130417,1,12:14:05,79,0.759493671
+9706,1,20130417,1,12:14:06,75,0.8
+9707,1,20130417,1,12:14:06,74,0.810810811
+9708,1,20130417,1,12:14:07,79,0.759493671
+9709,1,20130417,1,12:14:08,77,0.779220779
+9710,1,20130417,1,12:14:09,77,0.779220779
+9711,1,20130417,1,12:14:09,84,0.714285714
+9712,1,20130417,1,12:14:10,80,0.75
+9713,1,20130417,1,12:14:11,80,0.75
+9714,1,20130417,1,12:14:12,86,0.697674419
+9715,1,20130417,1,12:14:12,85,0.705882353
+9716,1,20130417,1,12:14:13,78,0.769230769
+9717,1,20130417,1,12:14:14,82,0.731707317
+9718,1,20130417,1,12:14:15,80,0.75
+9719,1,20130417,1,12:14:15,85,0.705882353
+9720,1,20130417,1,12:14:16,78,0.769230769
+9721,1,20130417,1,12:14:17,78,0.769230769
+9722,1,20130417,1,12:14:18,84,0.714285714
+9723,1,20130417,1,12:14:18,77,0.779220779
+9724,1,20130417,1,12:14:19,73,0.821917808
+9725,1,20130417,1,12:14:20,76,0.789473684
+9726,1,20130417,1,12:14:21,73,0.821917808
+9727,1,20130417,1,12:14:21,71,0.845070423
+9728,1,20130417,1,12:14:22,77,0.779220779
+9729,1,20130417,1,12:14:23,74,0.810810811
+9730,1,20130417,1,12:14:24,75,0.8
+9731,1,20130417,1,12:14:25,81,0.740740741
+9732,1,20130417,1,12:14:25,77,0.779220779
+9733,1,20130417,1,12:14:26,72,0.833333333
+9734,1,20130417,1,12:14:27,74,0.810810811
+9735,1,20130417,1,12:14:28,75,0.8
+9736,1,20130417,1,12:14:29,73,0.821917808
+9737,1,20130417,1,12:14:30,74,0.810810811
+9738,1,20130417,1,12:14:30,79,0.759493671
+9739,1,20130417,1,12:14:31,77,0.779220779
+9740,1,20130417,1,12:14:32,78,0.769230769
+9741,1,20130417,1,12:14:33,83,0.722891566
+9742,1,20130417,1,12:14:33,82,0.731707317
+9743,1,20130417,1,12:14:34,84,0.714285714
+9744,1,20130417,1,12:14:35,87,0.689655172
+9745,1,20130417,1,12:14:36,85,0.705882353
+9746,1,20130417,1,12:14:36,91,0.659340659
+9747,1,20130417,1,12:14:37,88,0.681818182
+9748,1,20130417,1,12:14:38,79,0.759493671
+9749,1,20130417,1,12:14:38,77,0.779220779
+9750,1,20130417,1,12:14:39,82,0.731707317
+9751,1,20130417,1,12:14:40,83,0.722891566
+9752,1,20130417,1,12:14:41,78,0.769230769
+9753,1,20130417,1,12:14:41,80,0.75
+9754,1,20130417,1,12:14:42,85,0.705882353
+9755,1,20130417,1,12:14:43,84,0.714285714
+9756,1,20130417,1,12:14:43,83,0.722891566
+9757,1,20130417,1,12:14:44,91,0.659340659
+9758,1,20130417,1,12:14:45,88,0.681818182
+9759,1,20130417,1,12:14:46,81,0.740740741
+9760,1,20130417,1,12:14:46,74,0.810810811
+9761,1,20130417,1,12:14:47,81,0.740740741
+9762,1,20130417,1,12:14:48,72,0.833333333
+9763,1,20130417,1,12:14:49,75,0.8
+9764,1,20130417,1,12:14:49,82,0.731707317
+9765,1,20130417,1,12:14:50,80,0.75
+9766,1,20130417,1,12:14:51,81,0.740740741
+9767,1,20130417,1,12:14:52,86,0.697674419
+9768,1,20130417,1,12:14:52,80,0.75
+9769,1,20130417,1,12:14:53,87,0.689655172
+9770,1,20130417,1,12:14:54,88,0.681818182
+9771,1,20130417,1,12:14:55,94,0.638297872
+9772,1,20130417,1,12:14:55,93,0.64516129
+9773,1,20130417,1,12:14:56,88,0.681818182
+9774,1,20130417,1,12:14:56,87,0.689655172
+9775,1,20130417,1,12:14:57,91,0.659340659
+9776,1,20130417,1,12:14:58,85,0.705882353
+9777,1,20130417,1,12:14:59,87,0.689655172
+9778,1,20130417,1,12:14:59,90,0.666666667
+9779,1,20130417,1,12:15:00,86,0.697674419
+9780,1,20130417,1,12:15:01,88,0.681818182
+9781,1,20130417,1,12:15:01,92,0.652173913
+9782,1,20130417,1,12:15:02,87,0.689655172
+9783,1,20130417,1,12:15:03,83,0.722891566
+9784,1,20130417,1,12:15:03,88,0.681818182
+9785,1,20130417,1,12:15:04,86,0.697674419
+9786,1,20130417,1,12:15:05,84,0.714285714
+9787,1,20130417,1,12:15:05,79,0.759493671
+9788,1,20130417,1,12:15:06,85,0.705882353
+9789,1,20130417,1,12:15:07,82,0.731707317
+9790,1,20130417,1,12:15:08,79,0.759493671
+9791,1,20130417,1,12:15:08,79,0.759493671
+9792,1,20130417,1,12:15:09,85,0.705882353
+9793,1,20130417,1,12:15:10,84,0.714285714
+9794,1,20130417,1,12:15:11,81,0.740740741
+9795,1,20130417,1,12:15:11,84,0.714285714
+9796,1,20130417,1,12:15:12,87,0.689655172
+9797,1,20130417,1,12:15:13,88,0.681818182
+9798,1,20130417,1,12:15:13,85,0.705882353
+9799,1,20130417,1,12:15:14,83,0.722891566
+9800,1,20130417,1,12:15:15,85,0.705882353
+9801,1,20130417,1,12:15:15,76,0.789473684
+9802,1,20130417,1,12:15:16,82,0.731707317
+9803,1,20130417,1,12:15:17,73,0.821917808
+9804,1,20130417,1,12:15:18,69,0.869565217
+9805,1,20130417,1,12:15:19,68,0.882352941
+9806,1,20130417,1,12:15:20,78,0.769230769
+9807,1,20130417,1,12:15:20,73,0.821917808
+9808,1,20130417,1,12:15:21,72,0.833333333
+9809,1,20130417,1,12:15:22,80,0.75
+9810,1,20130417,1,12:15:23,75,0.8
+9811,1,20130417,1,12:15:24,76,0.789473684
+9812,1,20130417,1,12:15:24,75,0.8
+9813,1,20130417,1,12:15:25,81,0.740740741
+9814,1,20130417,1,12:15:26,77,0.779220779
+9815,1,20130417,1,12:15:27,71,0.845070423
+9816,1,20130417,1,12:15:28,71,0.845070423
+9817,1,20130417,1,12:15:28,78,0.769230769
+9818,1,20130417,1,12:15:29,74,0.810810811
+9819,1,20130417,1,12:15:30,74,0.810810811
+9820,1,20130417,1,12:15:31,83,0.722891566
+9821,1,20130417,1,12:15:31,87,0.689655172
+9822,1,20130417,1,12:15:32,86,0.697674419
+9823,1,20130417,1,12:15:33,73,0.821917808
+9824,1,20130417,1,12:15:34,70,0.857142857
+9825,1,20130417,1,12:15:35,74,0.810810811
+9826,1,20130417,1,12:15:35,78,0.769230769
+9827,1,20130417,1,12:15:36,72,0.833333333
+9828,1,20130417,1,12:15:37,72,0.833333333
+9829,1,20130417,1,12:15:38,77,0.779220779
+9830,1,20130417,1,12:15:39,77,0.779220779
+9831,1,20130417,1,12:15:39,76,0.789473684
+9832,1,20130417,1,12:15:40,81,0.740740741
+9833,1,20130417,1,12:15:41,83,0.722891566
+9834,1,20130417,1,12:15:42,70,0.857142857
+9835,1,20130417,1,12:15:42,65,0.923076923
+9836,1,20130417,1,12:15:43,68,0.882352941
+9837,1,20130417,1,12:15:44,73,0.821917808
+9838,1,20130417,1,12:15:45,70,0.857142857
+9839,1,20130417,1,12:15:46,69,0.869565217
+9840,1,20130417,1,12:15:47,76,0.789473684
+9841,1,20130417,1,12:15:48,75,0.8
+9842,1,20130417,1,12:15:48,79,0.759493671
+9843,1,20130417,1,12:15:49,83,0.722891566
+9844,1,20130417,1,12:15:50,83,0.722891566
+9845,1,20130417,1,12:15:51,87,0.689655172
+9846,1,20130417,1,12:15:51,80,0.75
+9847,1,20130417,1,12:15:52,79,0.759493671
+9848,1,20130417,1,12:15:53,82,0.731707317
+9849,1,20130417,1,12:15:54,80,0.75
+9850,1,20130417,1,12:15:54,78,0.769230769
+9851,1,20130417,1,12:15:55,78,0.769230769
+9852,1,20130417,1,12:15:56,82,0.731707317
+9853,1,20130417,1,12:15:57,78,0.769230769
+9854,1,20130417,1,12:15:57,78,0.769230769
+9855,1,20130417,1,12:15:58,82,0.731707317
+9856,1,20130417,1,12:15:59,74,0.810810811
+9857,1,20130417,1,12:16:00,72,0.833333333
+9858,1,20130417,1,12:16:00,75,0.8
+9859,1,20130417,1,12:16:01,70,0.857142857
+9860,1,20130417,1,12:16:02,71,0.845070423
+9861,1,20130417,1,12:16:03,75,0.8
+9862,1,20130417,1,12:16:04,75,0.8
+9863,1,20130417,1,12:16:05,81,0.740740741
+9864,1,20130417,1,12:16:05,77,0.779220779
+9865,1,20130417,1,12:16:06,73,0.821917808
+9866,1,20130417,1,12:16:07,77,0.779220779
+9867,1,20130417,1,12:16:08,72,0.833333333
+9868,1,20130417,1,12:16:08,69,0.869565217
+9869,1,20130417,1,12:16:09,75,0.8
+9870,1,20130417,1,12:16:10,71,0.845070423
+9871,1,20130417,1,12:16:11,74,0.810810811
+9872,1,20130417,1,12:16:12,78,0.769230769
+9873,1,20130417,1,12:16:13,75,0.8
+9874,1,20130417,1,12:16:13,72,0.833333333
+9875,1,20130417,1,12:16:14,77,0.779220779
+9876,1,20130417,1,12:16:15,83,0.722891566
+9877,1,20130417,1,12:16:16,81,0.740740741
+9878,1,20130417,1,12:16:16,74,0.810810811
+9879,1,20130417,1,12:16:17,76,0.789473684
+9880,1,20130417,1,12:16:18,82,0.731707317
+9881,1,20130417,1,12:16:19,82,0.731707317
+9882,1,20130417,1,12:16:20,87,0.689655172
+9883,1,20130417,1,12:16:20,82,0.731707317
+9884,1,20130417,1,12:16:21,78,0.769230769
+9885,1,20130417,1,12:16:22,84,0.714285714
+9886,1,20130417,1,12:16:22,76,0.789473684
+9887,1,20130417,1,12:16:23,70,0.857142857
+9888,1,20130417,1,12:16:24,67,0.895522388
+9889,1,20130417,1,12:16:25,71,0.845070423
+9890,1,20130417,1,12:16:26,70,0.857142857
+9891,1,20130417,1,12:16:27,72,0.833333333
+9892,1,20130417,1,12:16:28,74,0.810810811
+9893,1,20130417,1,12:16:28,71,0.845070423
+9894,1,20130417,1,12:16:29,69,0.869565217
+9895,1,20130417,1,12:16:30,78,0.769230769
+9896,1,20130417,1,12:16:31,73,0.821917808
+9897,1,20130417,1,12:16:32,69,0.869565217
+9898,1,20130417,1,12:16:33,66,0.909090909
+9899,1,20130417,1,12:16:33,72,0.833333333
+9900,1,20130417,1,12:16:34,63,0.952380952
+9901,1,20130417,1,12:16:35,63,0.952380952
+9902,1,20130417,1,12:16:36,71,0.845070423
+9903,1,20130417,1,12:16:37,68,0.882352941
+9904,1,20130417,1,12:16:38,70,0.857142857
+9905,1,20130417,1,12:16:39,75,0.8
+9906,1,20130417,1,12:16:40,66,0.909090909
+9907,1,20130417,1,12:16:40,64,0.9375
+9908,1,20130417,1,12:16:41,67,0.895522388
+9909,1,20130417,1,12:16:42,68,0.882352941
+9910,1,20130417,1,12:16:43,66,0.909090909
+9911,1,20130417,1,12:16:44,66,0.909090909
+9912,1,20130417,1,12:16:45,76,0.789473684
+9913,1,20130417,1,12:16:46,73,0.821917808
+9914,1,20130417,1,12:16:47,71,0.845070423
+9915,1,20130417,1,12:16:47,71,0.845070423
+9916,1,20130417,1,12:16:48,71,0.845070423
+9917,1,20130417,1,12:16:49,68,0.882352941
+9918,1,20130417,1,12:16:50,71,0.845070423
+9919,1,20130417,1,12:16:51,78,0.769230769
+9920,1,20130417,1,12:16:52,78,0.769230769
+9921,1,20130417,1,12:16:52,80,0.75
+9922,1,20130417,1,12:16:53,86,0.697674419
+9923,1,20130417,1,12:16:54,79,0.759493671
+9924,1,20130417,1,12:16:55,76,0.789473684
+9925,1,20130417,1,12:16:55,75,0.8
+9926,1,20130417,1,12:16:56,73,0.821917808
+9927,1,20130417,1,12:16:57,68,0.882352941
+9928,1,20130417,1,12:16:58,75,0.8
+9929,1,20130417,1,12:16:59,76,0.789473684
+9930,1,20130417,1,12:16:59,79,0.759493671
+9931,1,20130417,1,12:17:00,84,0.714285714
+9932,1,20130417,1,12:17:01,89,0.674157303
+9933,1,20130417,1,12:17:02,89,0.674157303
+9934,1,20130417,1,12:17:02,86,0.697674419
+9935,1,20130417,1,12:17:03,82,0.731707317
+9936,1,20130417,1,12:17:04,76,0.789473684
+9937,1,20130417,1,12:17:05,74,0.810810811
+9938,1,20130417,1,12:17:05,83,0.722891566
+9939,1,20130417,1,12:17:06,77,0.779220779
+9940,1,20130417,1,12:17:07,78,0.769230769
+9941,1,20130417,1,12:17:08,83,0.722891566
+9942,1,20130417,1,12:17:08,83,0.722891566
+9943,1,20130417,1,12:17:09,78,0.769230769
+9944,1,20130417,1,12:17:10,77,0.779220779
+9945,1,20130417,1,12:17:11,82,0.731707317
+9946,1,20130417,1,12:17:11,80,0.75
+9947,1,20130417,1,12:17:12,78,0.769230769
+9948,1,20130417,1,12:17:13,79,0.759493671
+9949,1,20130417,1,12:17:14,86,0.697674419
+9950,1,20130417,1,12:17:14,82,0.731707317
+9951,1,20130417,1,12:17:15,80,0.75
+9952,1,20130417,1,12:17:16,80,0.75
+9953,1,20130417,1,12:17:17,84,0.714285714
+9954,1,20130417,1,12:17:17,78,0.769230769
+9955,1,20130417,1,12:17:18,78,0.769230769
+9956,1,20130417,1,12:17:19,82,0.731707317
+9957,1,20130417,1,12:17:20,82,0.731707317
+9958,1,20130417,1,12:17:20,81,0.740740741
+9959,1,20130417,1,12:17:21,80,0.75
+9960,1,20130417,1,12:17:22,87,0.689655172
+9961,1,20130417,1,12:17:22,86,0.697674419
+9962,1,20130417,1,12:17:23,83,0.722891566
+9963,1,20130417,1,12:17:24,78,0.769230769
+9964,1,20130417,1,12:17:25,85,0.705882353
+9965,1,20130417,1,12:17:25,74,0.810810811
+9966,1,20130417,1,12:17:26,73,0.821917808
+9967,1,20130417,1,12:17:27,80,0.75
+9968,1,20130417,1,12:17:28,77,0.779220779
+9969,1,20130417,1,12:17:29,74,0.810810811
+9970,1,20130417,1,12:17:29,78,0.769230769
+9971,1,20130417,1,12:17:30,76,0.789473684
+9972,1,20130417,1,12:17:31,79,0.759493671
+9973,1,20130417,1,12:17:32,81,0.740740741
+9974,1,20130417,1,12:17:32,87,0.689655172
+9975,1,20130417,1,12:17:33,87,0.689655172
+9976,1,20130417,1,12:17:34,85,0.705882353
+9977,1,20130417,1,12:17:34,83,0.722891566
+9978,1,20130417,1,12:17:35,91,0.659340659
+9979,1,20130417,1,12:17:36,86,0.697674419
+9980,1,20130417,1,12:17:37,80,0.75
+9981,1,20130417,1,12:17:37,77,0.779220779
+9982,1,20130417,1,12:17:38,74,0.810810811
+9983,1,20130417,1,12:17:39,71,0.845070423
+9984,1,20130417,1,12:17:40,77,0.779220779
+9985,1,20130417,1,12:17:41,78,0.769230769
+9986,1,20130417,1,12:17:41,75,0.8
+9987,1,20130417,1,12:17:42,75,0.8
+9988,1,20130417,1,12:17:43,83,0.722891566
+9989,1,20130417,1,12:17:44,79,0.759493671
+9990,1,20130417,1,12:17:44,76,0.789473684
+9991,1,20130417,1,12:17:45,78,0.769230769
+9992,1,20130417,1,12:17:46,81,0.740740741
+9993,1,20130417,1,12:17:47,78,0.769230769
+9994,1,20130417,1,12:17:47,73,0.821917808
+9995,1,20130417,1,12:17:48,79,0.759493671
+9996,1,20130417,1,12:17:49,77,0.779220779
+9997,1,20130417,1,12:17:50,78,0.769230769
+9998,1,20130417,1,12:17:51,82,0.731707317
+9999,1,20130417,1,12:17:51,85,0.705882353
+10000,1,20130417,1,12:17:52,82,0.731707317
+248177,1,20130603,7,20:51:21,65,0.923076923
+248178,1,20130603,7,20:51:22,66,0.909090909
+248179,1,20130603,7,20:51:23,68,0.882352941
+248180,1,20130603,7,20:51:24,78,0.769230769
+248181,1,20130603,7,20:51:24,77,0.779220779
+248182,1,20130603,7,20:51:25,72,0.833333333
+248183,1,20130603,7,20:51:26,75,0.8
+248184,1,20130603,7,20:51:27,84,0.714285714
+248185,1,20130603,7,20:51:27,76,0.789473684
+248186,1,20130603,7,20:51:28,70,0.857142857
+248187,1,20130603,7,20:51:29,58,1.034482759
+248188,1,20130603,7,20:51:30,72,0.833333333
+248189,1,20130603,7,20:51:31,65,0.923076923
+248190,1,20130603,7,20:51:32,63,0.952380952
+248191,1,20130603,7,20:51:33,76,0.789473684
+248192,1,20130603,7,20:51:34,76,0.789473684
+248193,1,20130603,7,20:51:34,71,0.845070423
+248194,1,20130603,7,20:51:35,70,0.857142857
+248195,1,20130603,7,20:51:36,76,0.789473684
+248196,1,20130603,7,20:51:37,72,0.833333333
+248197,1,20130603,7,20:51:38,70,0.857142857
+248198,1,20130603,7,20:51:39,77,0.779220779
+248199,1,20130603,7,20:51:39,79,0.759493671
+248200,1,20130603,7,20:51:40,81,0.740740741
+248201,1,20130603,7,20:51:41,75,0.8
+248202,1,20130603,7,20:51:42,79,0.759493671
+248203,1,20130603,7,20:51:42,77,0.779220779
+248204,1,20130603,7,20:51:43,73,0.821917808
+248205,1,20130603,7,20:51:44,65,0.923076923
+248206,1,20130603,7,20:51:45,76,0.789473684
+248207,1,20130603,7,20:51:46,78,0.769230769
+248208,1,20130603,7,20:51:47,75,0.8
+248209,1,20130603,7,20:51:47,76,0.789473684
+248210,1,20130603,7,20:51:48,81,0.740740741
+248211,1,20130603,7,20:51:49,84,0.714285714
+248212,1,20130603,7,20:51:50,76,0.789473684
+248213,1,20130603,7,20:51:50,74,0.810810811
+248214,1,20130603,7,20:51:51,75,0.8
+248215,1,20130603,7,20:51:52,81,0.740740741
+248216,1,20130603,7,20:51:53,74,0.810810811
+248217,1,20130603,7,20:51:54,66,0.909090909
+248218,1,20130603,7,20:51:54,67,0.895522388
+248219,1,20130603,7,20:51:55,75,0.8
+248220,1,20130603,7,20:51:56,61,0.983606557
+248221,1,20130603,7,20:51:57,64,0.9375
+248222,1,20130603,7,20:51:58,76,0.789473684
+248223,1,20130603,7,20:51:59,74,0.810810811
+248224,1,20130603,7,20:52:00,65,0.923076923
+248225,1,20130603,7,20:52:01,63,0.952380952
+248226,1,20130603,7,20:52:02,75,0.8
+248227,1,20130603,7,20:52:02,72,0.833333333
+248228,1,20130603,7,20:52:03,69,0.869565217
+248229,1,20130603,7,20:52:04,72,0.833333333
+248230,1,20130603,7,20:52:05,76,0.789473684
+248231,1,20130603,7,20:52:06,67,0.895522388
+248232,1,20130603,7,20:52:07,56,1.071428571
+248233,1,20130603,7,20:52:08,64,0.9375
+248234,1,20130603,7,20:52:09,61,0.983606557
+248235,1,20130603,7,20:52:10,71,0.845070423
+248236,1,20130603,7,20:52:10,78,0.769230769
+248237,1,20130603,7,20:52:11,73,0.821917808
+248238,1,20130603,7,20:52:12,65,0.923076923
+248239,1,20130603,7,20:52:13,68,0.882352941
+248240,1,20130603,7,20:52:14,77,0.779220779
+248241,1,20130603,7,20:52:15,72,0.833333333
+248242,1,20130603,7,20:52:15,77,0.779220779
+248243,1,20130603,7,20:52:16,77,0.779220779
+248244,1,20130603,7,20:52:17,75,0.8
+248245,1,20130603,7,20:52:18,80,0.75
+248246,1,20130603,7,20:52:19,70,0.857142857
+248247,1,20130603,7,20:52:19,69,0.869565217
+248248,1,20130603,7,20:52:20,73,0.821917808
+248249,1,20130603,7,20:52:21,78,0.769230769
+248250,1,20130603,7,20:52:22,72,0.833333333
+248251,1,20130603,7,20:52:23,61,0.983606557
+248252,1,20130603,7,20:52:24,71,0.845070423
+248253,1,20130603,7,20:52:25,72,0.833333333
+248254,1,20130603,7,20:52:25,67,0.895522388
+248255,1,20130603,7,20:52:26,68,0.882352941
+248256,1,20130603,7,20:52:27,75,0.8
+248257,1,20130603,7,20:52:28,69,0.869565217
+248258,1,20130603,7,20:52:29,59,1.016949153
+248259,1,20130603,7,20:52:30,67,0.895522388
+248260,1,20130603,7,20:52:31,68,0.882352941
+248261,1,20130603,7,20:52:32,63,0.952380952
+248262,1,20130603,7,20:52:33,65,0.923076923
+248263,1,20130603,7,20:52:34,72,0.833333333
+248264,1,20130603,7,20:52:34,65,0.923076923
+248265,1,20130603,7,20:52:35,68,0.882352941
+248266,1,20130603,7,20:52:36,75,0.8
+248267,1,20130603,7,20:52:37,69,0.869565217
+248268,1,20130603,7,20:52:38,68,0.882352941
+248269,1,20130603,7,20:52:39,75,0.8
+248270,1,20130603,7,20:52:39,74,0.810810811
+248271,1,20130603,7,20:52:40,73,0.821917808
+248272,1,20130603,7,20:52:41,69,0.869565217
+248273,1,20130603,7,20:52:42,70,0.857142857
+248274,1,20130603,7,20:52:43,62,0.967741935
+248275,1,20130603,7,20:52:44,69,0.869565217
+248276,1,20130603,7,20:52:45,78,0.769230769
+248277,1,20130603,7,20:52:45,77,0.779220779
+248278,1,20130603,7,20:52:46,78,0.769230769
+248279,1,20130603,7,20:52:47,81,0.740740741
+248280,1,20130603,7,20:52:48,82,0.731707317
+248281,1,20130603,7,20:52:48,80,0.75
+248282,1,20130603,7,20:52:49,82,0.731707317
+248283,1,20130603,7,20:52:50,86,0.697674419
+248284,1,20130603,7,20:52:51,86,0.697674419
+248285,1,20130603,7,20:52:51,74,0.810810811
+248286,1,20130603,7,20:52:52,79,0.759493671
+248287,1,20130603,7,20:52:53,65,0.923076923
+248288,1,20130603,7,20:52:54,61,0.983606557
+248289,1,20130603,7,20:52:55,70,0.857142857
+248290,1,20130603,7,20:52:56,73,0.821917808
+248291,1,20130603,7,20:52:57,66,0.909090909
+248292,1,20130603,7,20:52:57,67,0.895522388
+248293,1,20130603,7,20:52:58,79,0.759493671
+248294,1,20130603,7,20:52:59,77,0.779220779
+248295,1,20130603,7,20:53:00,70,0.857142857
+248296,1,20130603,7,20:53:01,75,0.8
+248297,1,20130603,7,20:53:01,78,0.769230769
+248298,1,20130603,7,20:53:02,75,0.8
+248299,1,20130603,7,20:53:03,74,0.810810811
+248300,1,20130603,7,20:53:04,65,0.923076923
+248301,1,20130603,7,20:53:05,79,0.759493671
+248302,1,20130603,7,20:53:06,77,0.779220779
+248303,1,20130603,7,20:53:06,73,0.821917808
+248304,1,20130603,7,20:53:07,62,0.967741935
+248305,1,20130603,7,20:53:08,62,0.967741935
+248306,1,20130603,7,20:53:09,72,0.833333333
+248307,1,20130603,7,20:53:10,77,0.779220779
+248308,1,20130603,7,20:53:11,80,0.75
+248309,1,20130603,7,20:53:11,84,0.714285714
+248310,1,20130603,7,20:53:12,78,0.769230769
+248311,1,20130603,7,20:53:13,71,0.845070423
+248312,1,20130603,7,20:53:14,76,0.789473684
+248313,1,20130603,7,20:53:15,71,0.845070423
+248314,1,20130603,7,20:53:15,73,0.821917808
+248315,1,20130603,7,20:53:16,73,0.821917808
+248316,1,20130603,7,20:53:17,74,0.810810811
+248317,1,20130603,7,20:53:18,76,0.789473684
+248318,1,20130603,7,20:53:19,77,0.779220779
+248319,1,20130603,7,20:53:19,73,0.821917808
+248320,1,20130603,7,20:53:20,71,0.845070423
+248321,1,20130603,7,20:53:21,74,0.810810811
+248322,1,20130603,7,20:53:22,81,0.740740741
+248323,1,20130603,7,20:53:23,81,0.740740741
+248324,1,20130603,7,20:53:23,78,0.769230769
+248325,1,20130603,7,20:53:24,76,0.789473684
+248326,1,20130603,7,20:53:25,78,0.769230769
+248327,1,20130603,7,20:53:26,78,0.769230769
+248328,1,20130603,7,20:53:27,74,0.810810811
+248329,1,20130603,7,20:53:27,80,0.75
+248330,1,20130603,7,20:53:28,75,0.8
+248331,1,20130603,7,20:53:29,64,0.9375
+248332,1,20130603,7,20:53:30,62,0.967741935
+248333,1,20130603,7,20:53:31,70,0.857142857
+248334,1,20130603,7,20:53:32,76,0.789473684
+248335,1,20130603,7,20:53:32,67,0.895522388
+248336,1,20130603,7,20:53:33,61,0.983606557
+248337,1,20130603,7,20:53:34,63,0.952380952
+248338,1,20130603,7,20:53:35,72,0.833333333
+248339,1,20130603,7,20:53:36,71,0.845070423
+248340,1,20130603,7,20:53:37,62,0.967741935
+248341,1,20130603,7,20:53:38,61,0.983606557
+248342,1,20130603,7,20:53:39,72,0.833333333
+248343,1,20130603,7,20:53:40,74,0.810810811
+248344,1,20130603,7,20:53:41,68,0.882352941
+248345,1,20130603,7,20:53:41,70,0.857142857
+248346,1,20130603,7,20:53:42,76,0.789473684
+248347,1,20130603,7,20:53:43,73,0.821917808
+248348,1,20130603,7,20:53:44,76,0.789473684
+248349,1,20130603,7,20:53:45,82,0.731707317
+248350,1,20130603,7,20:53:45,76,0.789473684
+248351,1,20130603,7,20:53:46,78,0.769230769
+248352,1,20130603,7,20:53:47,75,0.8
+248353,1,20130603,7,20:53:48,66,0.909090909
+248354,1,20130603,7,20:53:49,64,0.9375
+248355,1,20130603,7,20:53:50,75,0.8
+248356,1,20130603,7,20:53:50,72,0.833333333
+248357,1,20130603,7,20:53:51,69,0.869565217
+248358,1,20130603,7,20:53:52,75,0.8
+248359,1,20130603,7,20:53:53,81,0.740740741
+248360,1,20130603,7,20:53:54,76,0.789473684
+248361,1,20130603,7,20:53:54,78,0.769230769
+248362,1,20130603,7,20:53:55,77,0.779220779
+248363,1,20130603,7,20:53:56,83,0.722891566
+248364,1,20130603,7,20:53:57,82,0.731707317
+248365,1,20130603,7,20:53:57,83,0.722891566
+248366,1,20130603,7,20:53:58,85,0.705882353
+248367,1,20130603,7,20:53:59,80,0.75
+248368,1,20130603,7,20:54:00,72,0.833333333
+248369,1,20130603,7,20:54:00,75,0.8
+248370,1,20130603,7,20:54:01,76,0.789473684
+248371,1,20130603,7,20:54:02,70,0.857142857
+248372,1,20130603,7,20:54:03,65,0.923076923
+248373,1,20130603,7,20:54:04,73,0.821917808
+248374,1,20130603,7,20:54:05,77,0.779220779
+248375,1,20130603,7,20:54:05,74,0.810810811
+248376,1,20130603,7,20:54:06,72,0.833333333
+248377,1,20130603,7,20:54:07,79,0.759493671
+248378,1,20130603,7,20:54:08,79,0.759493671
+248379,1,20130603,7,20:54:09,80,0.75
+248380,1,20130603,7,20:54:09,82,0.731707317
+248381,1,20130603,7,20:54:10,78,0.769230769
+248382,1,20130603,7,20:54:11,71,0.845070423
+248383,1,20130603,7,20:54:12,79,0.759493671
+248384,1,20130603,7,20:54:12,69,0.869565217
+248385,1,20130603,7,20:54:13,58,1.034482759
+248386,1,20130603,7,20:54:14,64,0.9375
+248387,1,20130603,7,20:54:15,76,0.789473684
+248388,1,20130603,7,20:54:16,68,0.882352941
+248389,1,20130603,7,20:54:17,66,0.909090909
+248390,1,20130603,7,20:54:18,69,0.869565217
+248391,1,20130603,7,20:54:19,76,0.789473684
+248392,1,20130603,7,20:54:20,64,0.9375
+248393,1,20130603,7,20:54:20,61,0.983606557
+248394,1,20130603,7,20:54:21,70,0.857142857
+248395,1,20130603,7,20:54:22,71,0.845070423
+248396,1,20130603,7,20:54:23,65,0.923076923
+248397,1,20130603,7,20:54:24,69,0.869565217
+248398,1,20130603,7,20:54:25,79,0.759493671
+248399,1,20130603,7,20:54:26,72,0.833333333
+248400,1,20130603,7,20:54:27,69,0.869565217
+248401,1,20130603,7,20:54:27,64,0.9375
+248402,1,20130603,7,20:54:28,74,0.810810811
+248403,1,20130603,7,20:54:29,70,0.857142857
+248404,1,20130603,7,20:54:30,66,0.909090909
+248405,1,20130603,7,20:54:31,67,0.895522388
+248406,1,20130603,7,20:54:32,75,0.8
+248407,1,20130603,7,20:54:33,75,0.8
+248408,1,20130603,7,20:54:33,75,0.8
+248409,1,20130603,7,20:54:34,77,0.779220779
+248410,1,20130603,7,20:54:35,76,0.789473684
+248411,1,20130603,7,20:54:36,74,0.810810811
+248412,1,20130603,7,20:54:37,70,0.857142857
+248413,1,20130603,7,20:54:37,80,0.75
+248414,1,20130603,7,20:54:38,82,0.731707317
+248415,1,20130603,7,20:54:39,72,0.833333333
+248416,1,20130603,7,20:54:40,72,0.833333333
+248417,1,20130603,7,20:54:41,80,0.75
+248418,1,20130603,7,20:54:41,84,0.714285714
+248419,1,20130603,7,20:54:42,87,0.689655172
+248420,1,20130603,7,20:54:43,87,0.689655172
+248421,1,20130603,7,20:54:43,89,0.674157303
+248422,1,20130603,7,20:54:44,88,0.681818182
+248423,1,20130603,7,20:54:45,78,0.769230769
+248424,1,20130603,7,20:54:46,67,0.895522388
+248425,1,20130603,7,20:54:46,70,0.857142857
+248426,1,20130603,7,20:54:47,67,0.895522388
+248427,1,20130603,7,20:54:48,63,0.952380952
+248428,1,20130603,7,20:54:49,56,1.071428571
+248429,1,20130603,7,20:54:50,63,0.952380952
+248430,1,20130603,7,20:54:51,65,0.923076923
+248431,1,20130603,7,20:54:52,72,0.833333333
+248432,1,20130603,7,20:54:53,76,0.789473684
+248433,1,20130603,7,20:54:54,73,0.821917808
+248434,1,20130603,7,20:54:55,68,0.882352941
+248435,1,20130603,7,20:54:55,64,0.9375
+248436,1,20130603,7,20:54:56,66,0.909090909
+248437,1,20130603,7,20:54:57,72,0.833333333
+248438,1,20130603,7,20:54:58,71,0.845070423
+248439,1,20130603,7,20:54:59,66,0.909090909
+248440,1,20130603,7,20:55:00,67,0.895522388
+248441,1,20130603,7,20:55:01,76,0.789473684
+248442,1,20130603,7,20:55:02,78,0.769230769
+248443,1,20130603,7,20:55:02,66,0.909090909
+248444,1,20130603,7,20:55:03,76,0.789473684
+248445,1,20130603,7,20:55:04,71,0.845070423
+248446,1,20130603,7,20:55:05,65,0.923076923
+248447,1,20130603,7,20:55:06,62,0.967741935
+248448,1,20130603,7,20:55:07,64,0.9375
+248449,1,20130603,7,20:55:08,72,0.833333333
+248450,1,20130603,7,20:55:09,73,0.821917808
+248451,1,20130603,7,20:55:09,73,0.821917808
+248452,1,20130603,7,20:55:10,70,0.857142857
+248453,1,20130603,7,20:55:11,71,0.845070423
+248454,1,20130603,7,20:55:12,77,0.779220779
+248455,1,20130603,7,20:55:13,77,0.779220779
+248456,1,20130603,7,20:55:13,77,0.779220779
+248457,1,20130603,7,20:55:14,81,0.740740741
+248458,1,20130603,7,20:55:15,74,0.810810811
+248459,1,20130603,7,20:55:16,72,0.833333333
+248460,1,20130603,7,20:55:17,80,0.75
+248461,1,20130603,7,20:55:17,78,0.769230769
+248462,1,20130603,7,20:55:18,74,0.810810811
+248463,1,20130603,7,20:55:19,73,0.821917808
+248464,1,20130603,7,20:55:20,75,0.8
+248465,1,20130603,7,20:55:21,76,0.789473684
+248466,1,20130603,7,20:55:21,66,0.909090909
+248467,1,20130603,7,20:55:22,62,0.967741935
+248468,1,20130603,7,20:55:23,67,0.895522388
+248469,1,20130603,7,20:55:24,74,0.810810811
+248470,1,20130603,7,20:55:25,70,0.857142857
+248471,1,20130603,7,20:55:26,72,0.833333333
+248472,1,20130603,7,20:55:27,78,0.769230769
+248473,1,20130603,7,20:55:27,81,0.740740741
+248474,1,20130603,7,20:55:28,77,0.779220779
+248475,1,20130603,7,20:55:29,79,0.759493671
+248476,1,20130603,7,20:55:30,76,0.789473684
+248477,1,20130603,7,20:55:31,79,0.759493671
+248478,1,20130603,7,20:55:31,77,0.779220779
+248479,1,20130603,7,20:55:32,78,0.769230769
+248480,1,20130603,7,20:55:33,65,0.923076923
+248481,1,20130603,7,20:55:34,63,0.952380952
+248482,1,20130603,7,20:55:35,68,0.882352941
+248483,1,20130603,7,20:55:36,77,0.779220779
+248484,1,20130603,7,20:55:36,74,0.810810811
+248485,1,20130603,7,20:55:37,69,0.869565217
+248486,1,20130603,7,20:55:38,63,0.952380952
+248487,1,20130603,7,20:55:39,74,0.810810811
+248488,1,20130603,7,20:55:40,75,0.8
+248489,1,20130603,7,20:55:41,71,0.845070423
+248490,1,20130603,7,20:55:41,66,0.909090909
+248491,1,20130603,7,20:55:42,70,0.857142857
+248492,1,20130603,7,20:55:43,78,0.769230769
+248493,1,20130603,7,20:55:44,79,0.759493671
+248494,1,20130603,7,20:55:45,82,0.731707317
+248495,1,20130603,7,20:55:45,76,0.789473684
+248496,1,20130603,7,20:55:46,76,0.789473684
+248497,1,20130603,7,20:55:47,80,0.75
+248498,1,20130603,7,20:55:48,74,0.810810811
+248499,1,20130603,7,20:55:49,64,0.9375
+248500,1,20130603,7,20:55:50,59,1.016949153
+248501,1,20130603,7,20:55:51,64,0.9375
+248502,1,20130603,7,20:55:51,77,0.779220779
+248503,1,20130603,7,20:55:52,75,0.8
+248504,1,20130603,7,20:55:53,74,0.810810811
+248505,1,20130603,7,20:55:54,74,0.810810811
+248506,1,20130603,7,20:55:55,78,0.769230769
+248507,1,20130603,7,20:55:55,79,0.759493671
+248508,1,20130603,7,20:55:56,72,0.833333333
+248509,1,20130603,7,20:55:57,74,0.810810811
+248510,1,20130603,7,20:55:58,79,0.759493671
+248511,1,20130603,7,20:55:59,84,0.714285714
+248512,1,20130603,7,20:55:59,81,0.740740741
+248513,1,20130603,7,20:56:00,84,0.714285714
+248514,1,20130603,7,20:56:01,86,0.697674419
+248515,1,20130603,7,20:56:01,86,0.697674419
+248516,1,20130603,7,20:56:02,72,0.833333333
+248517,1,20130603,7,20:56:03,76,0.789473684
+248518,1,20130603,7,20:56:04,82,0.731707317
+248519,1,20130603,7,20:56:05,79,0.759493671
+248520,1,20130603,7,20:56:05,76,0.789473684
+248521,1,20130603,7,20:56:06,71,0.845070423
+248522,1,20130603,7,20:56:07,73,0.821917808
+248523,1,20130603,7,20:56:08,74,0.810810811
+248524,1,20130603,7,20:56:09,70,0.857142857
+248525,1,20130603,7,20:56:09,68,0.882352941
+248526,1,20130603,7,20:56:10,78,0.769230769
+248527,1,20130603,7,20:56:11,80,0.75
+248528,1,20130603,7,20:56:12,79,0.759493671
+248529,1,20130603,7,20:56:13,79,0.759493671
+248530,1,20130603,7,20:56:13,80,0.75
+248531,1,20130603,7,20:56:14,87,0.689655172
+248532,1,20130603,7,20:56:15,73,0.821917808
+248533,1,20130603,7,20:56:16,71,0.845070423
+248534,1,20130603,7,20:56:16,62,0.967741935
+248535,1,20130603,7,20:56:17,63,0.952380952
+248536,1,20130603,7,20:56:18,70,0.857142857
+248537,1,20130603,7,20:56:19,70,0.857142857
+248538,1,20130603,7,20:56:20,71,0.845070423
+248539,1,20130603,7,20:56:21,71,0.845070423
+248540,1,20130603,7,20:56:22,79,0.759493671
+248541,1,20130603,7,20:56:23,77,0.779220779
+248542,1,20130603,7,20:56:23,66,0.909090909
+248543,1,20130603,7,20:56:24,66,0.909090909
+248544,1,20130603,7,20:56:25,78,0.769230769
+248545,1,20130603,7,20:56:26,80,0.75
+248546,1,20130603,7,20:56:27,77,0.779220779
+248547,1,20130603,7,20:56:27,76,0.789473684
+248548,1,20130603,7,20:56:28,78,0.769230769
+248549,1,20130603,7,20:56:29,69,0.869565217
+248550,1,20130603,7,20:56:30,59,1.016949153
+248551,1,20130603,7,20:56:31,70,0.857142857
+248552,1,20130603,7,20:56:32,70,0.857142857
+248553,1,20130603,7,20:56:33,71,0.845070423
+248554,1,20130603,7,20:56:33,76,0.789473684
+248555,1,20130603,7,20:56:34,63,0.952380952
+248556,1,20130603,7,20:56:35,61,0.983606557
+248557,1,20130603,7,20:56:36,68,0.882352941
+248558,1,20130603,7,20:56:37,75,0.8
+248559,1,20130603,7,20:56:38,74,0.810810811
+248560,1,20130603,7,20:56:39,72,0.833333333
+248561,1,20130603,7,20:56:39,74,0.810810811
+248562,1,20130603,7,20:56:40,77,0.779220779
+248563,1,20130603,7,20:56:41,78,0.769230769
+248564,1,20130603,7,20:56:42,70,0.857142857
+248565,1,20130603,7,20:56:43,81,0.740740741
+248566,1,20130603,7,20:56:43,79,0.759493671
+248567,1,20130603,7,20:56:44,68,0.882352941
+248568,1,20130603,7,20:56:45,67,0.895522388
+248569,1,20130603,7,20:56:46,71,0.845070423
+248570,1,20130603,7,20:56:47,78,0.769230769
+248571,1,20130603,7,20:56:48,73,0.821917808
+248572,1,20130603,7,20:56:48,73,0.821917808
+248573,1,20130603,7,20:56:49,72,0.833333333
+248574,1,20130603,7,20:56:50,78,0.769230769
+248575,1,20130603,7,20:56:51,75,0.8
+248576,1,20130603,7,20:56:52,66,0.909090909
+248577,1,20130603,7,20:56:53,67,0.895522388
+248578,1,20130603,7,20:56:53,68,0.882352941
+248579,1,20130603,7,20:56:54,76,0.789473684
+248580,1,20130603,7,20:56:55,69,0.869565217
+248581,1,20130603,7,20:56:56,66,0.909090909
+248582,1,20130603,7,20:56:57,68,0.882352941
+248583,1,20130603,7,20:56:58,74,0.810810811
+248584,1,20130603,7,20:56:59,75,0.8
+248585,1,20130603,7,20:56:59,69,0.869565217
+248586,1,20130603,7,20:57:00,72,0.833333333
+248587,1,20130603,7,20:57:01,70,0.857142857
+248588,1,20130603,7,20:57:02,65,0.923076923
+248589,1,20130603,7,20:57:03,69,0.869565217
+248590,1,20130603,7,20:57:04,76,0.789473684
+248591,1,20130603,7,20:57:04,73,0.821917808
+248592,1,20130603,7,20:57:05,72,0.833333333
+248593,1,20130603,7,20:57:06,79,0.759493671
+248594,1,20130603,7,20:57:07,87,0.689655172
+248595,1,20130603,7,20:57:08,86,0.697674419
+248596,1,20130603,7,20:57:08,81,0.740740741
+248597,1,20130603,7,20:57:09,77,0.779220779
+248598,1,20130603,7,20:57:10,63,0.952380952
+248599,1,20130603,7,20:57:11,63,0.952380952
+248600,1,20130603,7,20:57:12,68,0.882352941
+248601,1,20130603,7,20:57:13,67,0.895522388
+248602,1,20130603,7,20:57:13,69,0.869565217
+248603,1,20130603,7,20:57:14,79,0.759493671
+248604,1,20130603,7,20:57:15,82,0.731707317
+248605,1,20130603,7,20:57:16,78,0.769230769
+248606,1,20130603,7,20:57:17,68,0.882352941
+248607,1,20130603,7,20:57:18,67,0.895522388
+248608,1,20130603,7,20:57:18,71,0.845070423
+248609,1,20130603,7,20:57:19,67,0.895522388
+248610,1,20130603,7,20:57:20,64,0.9375
+248611,1,20130603,7,20:57:21,72,0.833333333
+248612,1,20130603,7,20:57:22,71,0.845070423
+248613,1,20130603,7,20:57:23,60,1
+248614,1,20130603,7,20:57:24,72,0.833333333
+248615,1,20130603,7,20:57:25,75,0.8
+248616,1,20130603,7,20:57:25,70,0.857142857
+248617,1,20130603,7,20:57:26,63,0.952380952
+248618,1,20130603,7,20:57:27,69,0.869565217
+248619,1,20130603,7,20:57:28,66,0.909090909
+248620,1,20130603,7,20:57:29,64,0.9375
+248621,1,20130603,7,20:57:30,64,0.9375
+248622,1,20130603,7,20:57:31,75,0.8
+248623,1,20130603,7,20:57:32,71,0.845070423
+248624,1,20130603,7,20:57:32,69,0.869565217
+248625,1,20130603,7,20:57:33,73,0.821917808
+248626,1,20130603,7,20:57:34,80,0.75
+248627,1,20130603,7,20:57:35,73,0.821917808
+248628,1,20130603,7,20:57:36,79,0.759493671
+248629,1,20130603,7,20:57:37,74,0.810810811
+248630,1,20130603,7,20:57:37,63,0.952380952
+248631,1,20130603,7,20:57:38,62,0.967741935
+248632,1,20130603,7,20:57:39,73,0.821917808
+248633,1,20130603,7,20:57:40,70,0.857142857
+248634,1,20130603,7,20:57:41,66,0.909090909
+248635,1,20130603,7,20:57:42,72,0.833333333
+248636,1,20130603,7,20:57:43,78,0.769230769
+248637,1,20130603,7,20:57:43,74,0.810810811
+248638,1,20130603,7,20:57:44,73,0.821917808
+248639,1,20130603,7,20:57:45,72,0.833333333
+248640,1,20130603,7,20:57:46,76,0.789473684
+248641,1,20130603,7,20:57:47,67,0.895522388
+248642,1,20130603,7,20:57:48,68,0.882352941
+248643,1,20130603,7,20:57:48,71,0.845070423
+248644,1,20130603,7,20:57:49,78,0.769230769
+248645,1,20130603,7,20:57:50,73,0.821917808
+248646,1,20130603,7,20:57:51,74,0.810810811
+248647,1,20130603,7,20:57:52,75,0.8
+248648,1,20130603,7,20:57:53,82,0.731707317
+248649,1,20130603,7,20:57:53,79,0.759493671
+248650,1,20130603,7,20:57:54,85,0.705882353
+248651,1,20130603,7,20:57:55,74,0.810810811
+248652,1,20130603,7,20:57:56,76,0.789473684
+248653,1,20130603,7,20:57:56,79,0.759493671
+248654,1,20130603,7,20:57:57,67,0.895522388
+248655,1,20130603,7,20:57:58,60,1
+248656,1,20130603,7,20:57:59,62,0.967741935
+248657,1,20130603,7,20:58:00,73,0.821917808
+248658,1,20130603,7,20:58:01,70,0.857142857
+248659,1,20130603,7,20:58:02,68,0.882352941
+248660,1,20130603,7,20:58:03,68,0.882352941
+248661,1,20130603,7,20:58:03,78,0.769230769
+248662,1,20130603,7,20:58:04,78,0.769230769
+248663,1,20130603,7,20:58:05,74,0.810810811
+248664,1,20130603,7,20:58:06,71,0.845070423
+248665,1,20130603,7,20:58:07,78,0.769230769
+248666,1,20130603,7,20:58:07,77,0.779220779
+248667,1,20130603,7,20:58:08,68,0.882352941
+248668,1,20130603,7,20:58:09,71,0.845070423
+248669,1,20130603,7,20:58:10,77,0.779220779
+248670,1,20130603,7,20:58:11,72,0.833333333
+248671,1,20130603,7,20:58:11,70,0.857142857
+248672,1,20130603,7,20:58:12,69,0.869565217
+248673,1,20130603,7,20:58:13,70,0.857142857
+248674,1,20130603,7,20:58:14,67,0.895522388
+248675,1,20130603,7,20:58:15,68,0.882352941
+248676,1,20130603,7,20:58:16,73,0.821917808
+248677,1,20130603,7,20:58:17,71,0.845070423
+248678,1,20130603,7,20:58:18,71,0.845070423
+248679,1,20130603,7,20:58:18,73,0.821917808
+248680,1,20130603,7,20:58:19,74,0.810810811
+248681,1,20130603,7,20:58:20,77,0.779220779
+248682,1,20130603,7,20:58:21,74,0.810810811
+248683,1,20130603,7,20:58:22,71,0.845070423
+248684,1,20130603,7,20:58:22,80,0.75
+248685,1,20130603,7,20:58:23,71,0.845070423
+248686,1,20130603,7,20:58:24,66,0.909090909
+248687,1,20130603,7,20:58:25,67,0.895522388
+248688,1,20130603,7,20:58:26,74,0.810810811
+248689,1,20130603,7,20:58:27,78,0.769230769
+248690,1,20130603,7,20:58:27,72,0.833333333
+248691,1,20130603,7,20:58:28,64,0.9375
+248692,1,20130603,7,20:58:29,65,0.923076923
+248693,1,20130603,7,20:58:30,74,0.810810811
+248694,1,20130603,7,20:58:31,71,0.845070423
+248695,1,20130603,7,20:58:32,71,0.845070423
+248696,1,20130603,7,20:58:33,69,0.869565217
+248697,1,20130603,7,20:58:33,76,0.789473684
+248698,1,20130603,7,20:58:34,78,0.769230769
+248699,1,20130603,7,20:58:35,81,0.740740741
+248700,1,20130603,7,20:58:36,59,1.016949153
+248701,1,20130603,7,20:58:37,68,0.882352941
+248702,1,20130603,7,20:58:38,70,0.857142857
+248703,1,20130603,7,20:58:38,67,0.895522388
+248704,1,20130603,7,20:58:39,63,0.952380952
+248705,1,20130603,7,20:58:40,64,0.9375
+248706,1,20130603,7,20:58:41,77,0.779220779
+248707,1,20130603,7,20:58:42,74,0.810810811
+248708,1,20130603,7,20:58:43,71,0.845070423
+248709,1,20130603,7,20:58:44,73,0.821917808
+248710,1,20130603,7,20:58:45,80,0.75
+248711,1,20130603,7,20:58:45,75,0.8
+248712,1,20130603,7,20:58:46,71,0.845070423
+248713,1,20130603,7,20:58:47,69,0.869565217
+248714,1,20130603,7,20:58:48,78,0.769230769
+248715,1,20130603,7,20:58:49,78,0.769230769
+248716,1,20130603,7,20:58:49,69,0.869565217
+248717,1,20130603,7,20:58:50,73,0.821917808
+248718,1,20130603,7,20:58:51,79,0.759493671
+248719,1,20130603,7,20:58:52,74,0.810810811
+248720,1,20130603,7,20:58:53,81,0.740740741
+248721,1,20130603,7,20:58:53,78,0.769230769
+248722,1,20130603,7,20:58:54,78,0.769230769
+248723,1,20130603,7,20:58:55,72,0.833333333
+248724,1,20130603,7,20:58:56,81,0.740740741
+248725,1,20130603,7,20:58:56,83,0.722891566
+248726,1,20130603,7,20:58:57,77,0.779220779
+248727,1,20130603,7,20:58:58,65,0.923076923
+248728,1,20130603,7,20:58:59,68,0.882352941
+248729,1,20130603,7,20:59:00,78,0.769230769
+248730,1,20130603,7,20:59:01,70,0.857142857
+248731,1,20130603,7,20:59:01,65,0.923076923
+248732,1,20130603,7,20:59:02,70,0.857142857
+248733,1,20130603,7,20:59:03,72,0.833333333
+248734,1,20130603,7,20:59:04,66,0.909090909
+248735,1,20130603,7,20:59:05,65,0.923076923
+248736,1,20130603,7,20:59:06,71,0.845070423
+248737,1,20130603,7,20:59:07,77,0.779220779
+248738,1,20130603,7,20:59:07,75,0.8
+248739,1,20130603,7,20:59:08,71,0.845070423
+248740,1,20130603,7,20:59:09,76,0.789473684
+248741,1,20130603,7,20:59:10,69,0.869565217
+248742,1,20130603,7,20:59:11,66,0.909090909
+248743,1,20130603,7,20:59:12,72,0.833333333
+248744,1,20130603,7,20:59:13,76,0.789473684
+248745,1,20130603,7,20:59:13,76,0.789473684
+248746,1,20130603,7,20:59:14,82,0.731707317
+248747,1,20130603,7,20:59:15,77,0.779220779
+248748,1,20130603,7,20:59:16,79,0.759493671
+248749,1,20130603,7,20:59:16,69,0.869565217
+248750,1,20130603,7,20:59:17,61,0.983606557
+248751,1,20130603,7,20:59:18,65,0.923076923
+248752,1,20130603,7,20:59:19,74,0.810810811
+248753,1,20130603,7,20:59:20,74,0.810810811
+248754,1,20130603,7,20:59:21,73,0.821917808
+248755,1,20130603,7,20:59:22,74,0.810810811
+248756,1,20130603,7,20:59:22,76,0.789473684
+248757,1,20130603,7,20:59:23,81,0.740740741
+248758,1,20130603,7,20:59:24,73,0.821917808
+248759,1,20130603,7,20:59:25,71,0.845070423
+248760,1,20130603,7,20:59:26,69,0.869565217
+248761,1,20130603,7,20:59:27,64,0.9375
+248762,1,20130603,7,20:59:27,62,0.967741935
+248763,1,20130603,7,20:59:28,71,0.845070423
+248764,1,20130603,7,20:59:29,70,0.857142857
+248765,1,20130603,7,20:59:30,66,0.909090909
+248766,1,20130603,7,20:59:31,75,0.8
+248767,1,20130603,7,20:59:32,81,0.740740741
+248768,1,20130603,7,20:59:33,80,0.75
+248769,1,20130603,7,20:59:33,82,0.731707317
+248770,1,20130603,7,20:59:34,77,0.779220779
+248771,1,20130603,7,20:59:35,71,0.845070423
+248772,1,20130603,7,20:59:36,81,0.740740741
+248773,1,20130603,7,20:59:36,78,0.769230769
+248774,1,20130603,7,20:59:37,74,0.810810811
+248775,1,20130603,7,20:59:38,77,0.779220779
+248776,1,20130603,7,20:59:39,68,0.882352941
+248777,1,20130603,7,20:59:40,63,0.952380952
+248778,1,20130603,7,20:59:41,67,0.895522388
+248779,1,20130603,7,20:59:42,74,0.810810811
+248780,1,20130603,7,20:59:42,74,0.810810811
+248781,1,20130603,7,20:59:43,68,0.882352941
+248782,1,20130603,7,20:59:44,68,0.882352941
+248783,1,20130603,7,20:59:45,82,0.731707317
+248784,1,20130603,7,20:59:46,82,0.731707317
+248785,1,20130603,7,20:59:46,77,0.779220779
+248786,1,20130603,7,20:59:47,71,0.845070423
+248787,1,20130603,7,20:59:48,72,0.833333333
+248788,1,20130603,7,20:59:49,73,0.821917808
+248789,1,20130603,7,20:59:50,78,0.769230769
+248790,1,20130603,7,20:59:50,83,0.722891566
+248791,1,20130603,7,20:59:51,85,0.705882353
+248792,1,20130603,7,20:59:52,90,0.666666667
+248793,1,20130603,7,20:59:53,89,0.674157303
+248794,1,20130603,7,20:59:53,88,0.681818182
+248795,1,20130603,7,20:59:54,79,0.759493671
+248796,1,20130603,7,20:59:55,77,0.779220779
+248797,1,20130603,7,20:59:55,77,0.779220779
+248798,1,20130603,7,20:59:56,78,0.769230769
+248799,1,20130603,7,20:59:57,85,0.705882353
+248800,1,20130603,7,20:59:58,85,0.705882353
+248801,1,20130603,7,20:59:58,90,0.666666667
+248802,1,20130603,7,20:59:59,88,0.681818182
+248803,1,20130603,7,21:00:00,86,0.697674419
+248804,1,20130603,7,21:00:00,78,0.769230769
+248805,1,20130603,7,21:00:01,81,0.740740741
+248806,1,20130603,7,21:00:02,86,0.697674419
+248807,1,20130603,7,21:00:03,87,0.689655172
+248808,1,20130603,7,21:00:03,85,0.705882353
+248809,1,20130603,7,21:00:04,83,0.722891566
+248810,1,20130603,7,21:00:05,70,0.857142857
+248811,1,20130603,7,21:00:06,63,0.952380952
+248812,1,20130603,7,21:00:07,63,0.952380952
+248813,1,20130603,7,21:00:08,74,0.810810811
+248814,1,20130603,7,21:00:08,72,0.833333333
+248815,1,20130603,7,21:00:09,69,0.869565217
+248816,1,20130603,7,21:00:10,72,0.833333333
+248817,1,20130603,7,21:00:11,78,0.769230769
+248818,1,20130603,7,21:00:12,70,0.857142857
+248819,1,20130603,7,21:00:12,61,0.983606557
+248820,1,20130603,7,21:00:13,64,0.9375
+248821,1,20130603,7,21:00:14,74,0.810810811
+248822,1,20130603,7,21:00:15,69,0.869565217
+248823,1,20130603,7,21:00:16,69,0.869565217
+248824,1,20130603,7,21:00:17,67,0.895522388
+248825,1,20130603,7,21:00:18,72,0.833333333
+248826,1,20130603,7,21:00:19,80,0.75
+248827,1,20130603,7,21:00:19,76,0.789473684
+248828,1,20130603,7,21:00:20,69,0.869565217
+248829,1,20130603,7,21:00:21,72,0.833333333
+248830,1,20130603,7,21:00:22,79,0.759493671
+248831,1,20130603,7,21:00:23,75,0.8
+248832,1,20130603,7,21:00:23,78,0.769230769
+248833,1,20130603,7,21:00:24,82,0.731707317
+248834,1,20130603,7,21:00:25,71,0.845070423
+248835,1,20130603,7,21:00:26,81,0.740740741
+248836,1,20130603,7,21:00:27,80,0.75
+248837,1,20130603,7,21:00:27,68,0.882352941
+248838,1,20130603,7,21:00:28,64,0.9375
+248839,1,20130603,7,21:00:29,67,0.895522388
+248840,1,20130603,7,21:00:30,76,0.789473684
+248841,1,20130603,7,21:00:31,80,0.75
+248842,1,20130603,7,21:00:32,77,0.779220779
+248843,1,20130603,7,21:00:32,73,0.821917808
+248844,1,20130603,7,21:00:33,78,0.769230769
+248845,1,20130603,7,21:00:34,72,0.833333333
+248846,1,20130603,7,21:00:35,68,0.882352941
+248847,1,20130603,7,21:00:36,67,0.895522388
+248848,1,20130603,7,21:00:37,70,0.857142857
+248849,1,20130603,7,21:00:37,73,0.821917808
+248850,1,20130603,7,21:00:38,69,0.869565217
+248851,1,20130603,7,21:00:39,72,0.833333333
+248852,1,20130603,7,21:00:40,78,0.769230769
+248853,1,20130603,7,21:00:41,73,0.821917808
+248854,1,20130603,7,21:00:42,70,0.857142857
+248855,1,20130603,7,21:00:42,75,0.8
+248856,1,20130603,7,21:00:43,80,0.75
+248857,1,20130603,7,21:00:44,70,0.857142857
+248858,1,20130603,7,21:00:45,71,0.845070423
+248859,1,20130603,7,21:00:46,78,0.769230769
+248860,1,20130603,7,21:00:46,79,0.759493671
+248861,1,20130603,7,21:00:47,71,0.845070423
+248862,1,20130603,7,21:00:48,69,0.869565217
+248863,1,20130603,7,21:00:49,78,0.769230769
+248864,1,20130603,7,21:00:50,80,0.75
+248865,1,20130603,7,21:00:50,83,0.722891566
+248866,1,20130603,7,21:00:51,73,0.821917808
+248867,1,20130603,7,21:00:52,66,0.909090909
+248868,1,20130603,7,21:00:53,79,0.759493671
+248869,1,20130603,7,21:00:54,77,0.779220779
+248870,1,20130603,7,21:00:54,71,0.845070423
+248871,1,20130603,7,21:00:55,66,0.909090909
+248872,1,20130603,7,21:00:56,74,0.810810811
+248873,1,20130603,7,21:00:57,81,0.740740741
+248874,1,20130603,7,21:00:58,77,0.779220779
+248875,1,20130603,7,21:00:58,73,0.821917808
+248876,1,20130603,7,21:00:59,76,0.789473684
+248877,1,20130603,7,21:01:00,81,0.740740741
+248878,1,20130603,7,21:01:01,74,0.810810811
+248879,1,20130603,7,21:01:02,69,0.869565217
+248880,1,20130603,7,21:01:02,74,0.810810811
+248881,1,20130603,7,21:01:03,81,0.740740741
+248882,1,20130603,7,21:01:04,85,0.705882353
+248883,1,20130603,7,21:01:05,79,0.759493671
+248884,1,20130603,7,21:01:06,76,0.789473684
+248885,1,20130603,7,21:01:06,61,0.983606557
+248886,1,20130603,7,21:01:07,63,0.952380952
+248887,1,20130603,7,21:01:08,75,0.8
+248888,1,20130603,7,21:01:09,67,0.895522388
+248889,1,20130603,7,21:01:10,67,0.895522388
+248890,1,20130603,7,21:01:11,70,0.857142857
+248891,1,20130603,7,21:01:12,77,0.779220779
+248892,1,20130603,7,21:01:12,81,0.740740741
+248893,1,20130603,7,21:01:13,83,0.722891566
+248894,1,20130603,7,21:01:14,84,0.714285714
+248895,1,20130603,7,21:01:15,70,0.857142857
+248896,1,20130603,7,21:01:15,61,0.983606557
+248897,1,20130603,7,21:01:16,60,1
+248898,1,20130603,7,21:01:17,70,0.857142857
+248899,1,20130603,7,21:01:18,72,0.833333333
+248900,1,20130603,7,21:01:19,68,0.882352941
+248901,1,20130603,7,21:01:20,72,0.833333333
+248902,1,20130603,7,21:01:21,76,0.789473684
+248903,1,20130603,7,21:01:22,73,0.821917808
+248904,1,20130603,7,21:01:23,73,0.821917808
+248905,1,20130603,7,21:01:23,73,0.821917808
+248906,1,20130603,7,21:01:24,79,0.759493671
+248907,1,20130603,7,21:01:25,79,0.759493671
+248908,1,20130603,7,21:01:26,81,0.740740741
+248909,1,20130603,7,21:01:26,73,0.821917808
+248910,1,20130603,7,21:01:27,79,0.759493671
+248911,1,20130603,7,21:01:28,70,0.857142857
+248912,1,20130603,7,21:01:29,62,0.967741935
+248913,1,20130603,7,21:01:30,69,0.869565217
+248914,1,20130603,7,21:01:31,79,0.759493671
+248915,1,20130603,7,21:01:31,76,0.789473684
+248916,1,20130603,7,21:01:32,80,0.75
+248917,1,20130603,7,21:01:33,83,0.722891566
+248918,1,20130603,7,21:01:34,82,0.731707317
+248919,1,20130603,7,21:01:34,77,0.779220779
+248920,1,20130603,7,21:01:35,83,0.722891566
+248921,1,20130603,7,21:01:36,73,0.821917808
+248922,1,20130603,7,21:01:37,74,0.810810811
+248923,1,20130603,7,21:01:38,67,0.895522388
+248924,1,20130603,7,21:01:38,78,0.769230769
+248925,1,20130603,7,21:01:39,74,0.810810811
+248926,1,20130603,7,21:01:40,77,0.779220779
+248927,1,20130603,7,21:01:41,83,0.722891566
+248928,1,20130603,7,21:01:42,86,0.697674419
+248929,1,20130603,7,21:01:42,85,0.705882353
+248930,1,20130603,7,21:01:43,87,0.689655172
+248931,1,20130603,7,21:01:44,73,0.821917808
+248932,1,20130603,7,21:01:44,75,0.8
+248933,1,20130603,7,21:01:45,77,0.779220779
+248934,1,20130603,7,21:01:46,72,0.833333333
+248935,1,20130603,7,21:01:47,61,0.983606557
+248936,1,20130603,7,21:01:48,61,0.983606557
+248937,1,20130603,7,21:01:49,75,0.8
+248938,1,20130603,7,21:01:50,69,0.869565217
+248939,1,20130603,7,21:01:51,67,0.895522388
+248940,1,20130603,7,21:01:51,69,0.869565217
+248941,1,20130603,7,21:01:52,72,0.833333333
+248942,1,20130603,7,21:01:53,64,0.9375
+248943,1,20130603,7,21:01:54,71,0.845070423
+248944,1,20130603,7,21:01:55,75,0.8
+248945,1,20130603,7,21:01:56,75,0.8
+248946,1,20130603,7,21:01:57,73,0.821917808
+248947,1,20130603,7,21:01:57,71,0.845070423
+248948,1,20130603,7,21:01:58,74,0.810810811
+248949,1,20130603,7,21:01:59,75,0.8
+248950,1,20130603,7,21:02:00,76,0.789473684
+248951,1,20130603,7,21:02:01,68,0.882352941
+248952,1,20130603,7,21:02:01,60,1
+248953,1,20130603,7,21:02:02,64,0.9375
+248954,1,20130603,7,21:02:03,63,0.952380952
+248955,1,20130603,7,21:02:04,72,0.833333333
+248956,1,20130603,7,21:02:05,77,0.779220779
+248957,1,20130603,7,21:02:06,74,0.810810811
+248958,1,20130603,7,21:02:07,67,0.895522388
+248959,1,20130603,7,21:02:08,75,0.8
+248960,1,20130603,7,21:02:08,67,0.895522388
+248961,1,20130603,7,21:02:09,58,1.034482759
+248962,1,20130603,7,21:02:10,66,0.909090909
+248963,1,20130603,7,21:02:11,66,0.909090909
+248964,1,20130603,7,21:02:12,61,0.983606557
+248965,1,20130603,7,21:02:13,71,0.845070423
+248966,1,20130603,7,21:02:14,75,0.8
+248967,1,20130603,7,21:02:15,65,0.923076923
+248968,1,20130603,7,21:02:16,64,0.9375
+248969,1,20130603,7,21:02:17,68,0.882352941
+248970,1,20130603,7,21:02:18,72,0.833333333
+248971,1,20130603,7,21:02:18,67,0.895522388
+248972,1,20130603,7,21:02:19,68,0.882352941
+248973,1,20130603,7,21:02:20,75,0.8
+248974,1,20130603,7,21:02:21,72,0.833333333
+248975,1,20130603,7,21:02:22,70,0.857142857
+248976,1,20130603,7,21:02:23,79,0.759493671
+248977,1,20130603,7,21:02:23,83,0.722891566
+248978,1,20130603,7,21:02:24,82,0.731707317
+248979,1,20130603,7,21:02:25,82,0.731707317
+248980,1,20130603,7,21:02:26,86,0.697674419
+248981,1,20130603,7,21:02:26,73,0.821917808
+248982,1,20130603,7,21:02:27,79,0.759493671
+248983,1,20130603,7,21:02:28,77,0.779220779
+248984,1,20130603,7,21:02:29,61,0.983606557
+248985,1,20130603,7,21:02:30,64,0.9375
+248986,1,20130603,7,21:02:31,69,0.869565217
+248987,1,20130603,7,21:02:31,67,0.895522388
+248988,1,20130603,7,21:02:32,71,0.845070423
+248989,1,20130603,7,21:02:33,71,0.845070423
+248990,1,20130603,7,21:02:34,67,0.895522388
+248991,1,20130603,7,21:02:35,70,0.857142857
+248992,1,20130603,7,21:02:36,75,0.8
+248993,1,20130603,7,21:02:37,71,0.845070423
+248994,1,20130603,7,21:02:37,67,0.895522388
+248995,1,20130603,7,21:02:38,71,0.845070423
+248996,1,20130603,7,21:02:39,76,0.789473684
+248997,1,20130603,7,21:02:40,63,0.952380952
+248998,1,20130603,7,21:02:41,64,0.9375
+248999,1,20130603,7,21:02:42,75,0.8
+249000,1,20130603,7,21:02:43,80,0.75
+249001,1,20130603,7,21:02:43,70,0.857142857
+249002,1,20130603,7,21:02:44,67,0.895522388
+249003,1,20130603,7,21:02:45,66,0.909090909
+249004,1,20130603,7,21:02:46,76,0.789473684
+249005,1,20130603,7,21:02:47,74,0.810810811
+249006,1,20130603,7,21:02:48,73,0.821917808
+249007,1,20130603,7,21:02:49,72,0.833333333
+249008,1,20130603,7,21:02:49,74,0.810810811
+249009,1,20130603,7,21:02:50,65,0.923076923
+249010,1,20130603,7,21:02:51,59,1.016949153
+249011,1,20130603,7,21:02:52,71,0.845070423
+249012,1,20130603,7,21:02:53,68,0.882352941
+249013,1,20130603,7,21:02:54,67,0.895522388
+249014,1,20130603,7,21:02:55,74,0.810810811
+249015,1,20130603,7,21:02:56,70,0.857142857
+249016,1,20130603,7,21:02:56,64,0.9375
+249017,1,20130603,7,21:02:57,77,0.779220779
+249018,1,20130603,7,21:02:58,75,0.8
+249019,1,20130603,7,21:02:59,75,0.8
+249020,1,20130603,7,21:03:00,73,0.821917808
+249021,1,20130603,7,21:03:01,66,0.909090909
+249022,1,20130603,7,21:03:01,61,0.983606557
+249023,1,20130603,7,21:03:02,63,0.952380952
+249024,1,20130603,7,21:03:03,71,0.845070423
+249025,1,20130603,7,21:03:04,68,0.882352941
+249026,1,20130603,7,21:03:05,68,0.882352941
+249027,1,20130603,7,21:03:06,76,0.789473684
+249028,1,20130603,7,21:03:07,75,0.8
+249029,1,20130603,7,21:03:08,80,0.75
+249030,1,20130603,7,21:03:08,77,0.779220779
+249031,1,20130603,7,21:03:09,71,0.845070423
+249032,1,20130603,7,21:03:10,75,0.8
+249033,1,20130603,7,21:03:11,69,0.869565217
+249034,1,20130603,7,21:03:12,65,0.923076923
+249035,1,20130603,7,21:03:13,74,0.810810811
+249036,1,20130603,7,21:03:13,68,0.882352941
+249037,1,20130603,7,21:03:14,66,0.909090909
+249038,1,20130603,7,21:03:15,71,0.845070423
+249039,1,20130603,7,21:03:16,76,0.789473684
+249040,1,20130603,7,21:03:17,64,0.9375
+249041,1,20130603,7,21:03:18,64,0.9375
+249042,1,20130603,7,21:03:19,72,0.833333333
+249043,1,20130603,7,21:03:19,72,0.833333333
+249044,1,20130603,7,21:03:20,75,0.8
+249045,1,20130603,7,21:03:21,79,0.759493671
+249046,1,20130603,7,21:03:22,71,0.845070423
+249047,1,20130603,7,21:03:23,68,0.882352941
+249048,1,20130603,7,21:03:24,74,0.810810811
+249049,1,20130603,7,21:03:24,74,0.810810811
+249050,1,20130603,7,21:03:25,70,0.857142857
+249051,1,20130603,7,21:03:26,69,0.869565217
+249052,1,20130603,7,21:03:27,77,0.779220779
+249053,1,20130603,7,21:03:28,73,0.821917808
+249054,1,20130603,7,21:03:29,74,0.810810811
+249055,1,20130603,7,21:03:29,76,0.789473684
+249056,1,20130603,7,21:03:30,70,0.857142857
+249057,1,20130603,7,21:03:31,67,0.895522388
+249058,1,20130603,7,21:03:32,76,0.789473684
+249059,1,20130603,7,21:03:33,78,0.769230769
+249060,1,20130603,7,21:03:33,79,0.759493671
+249061,1,20130603,7,21:03:34,80,0.75
+249062,1,20130603,7,21:03:35,83,0.722891566
+249063,1,20130603,7,21:03:36,79,0.759493671
+249064,1,20130603,7,21:03:36,73,0.821917808
+249065,1,20130603,7,21:03:37,72,0.833333333
+249066,1,20130603,7,21:03:38,78,0.769230769
+249067,1,20130603,7,21:03:39,67,0.895522388
+249068,1,20130603,7,21:03:40,70,0.857142857
+249069,1,20130603,7,21:03:41,76,0.789473684
+249070,1,20130603,7,21:03:41,75,0.8
+249071,1,20130603,7,21:03:42,78,0.769230769
+249072,1,20130603,7,21:03:43,82,0.731707317
+249073,1,20130603,7,21:03:44,84,0.714285714
+249074,1,20130603,7,21:03:44,83,0.722891566
+249075,1,20130603,7,21:03:45,86,0.697674419
+249076,1,20130603,7,21:03:46,82,0.731707317
+249077,1,20130603,7,21:03:47,74,0.810810811
+249078,1,20130603,7,21:03:47,71,0.845070423
+249079,1,20130603,7,21:03:48,80,0.75
+249080,1,20130603,7,21:03:49,81,0.740740741
+249081,1,20130603,7,21:03:50,70,0.857142857
+249082,1,20130603,7,21:03:51,64,0.9375
+249083,1,20130603,7,21:03:52,63,0.952380952
+249084,1,20130603,7,21:03:52,75,0.8
+249085,1,20130603,7,21:03:53,74,0.810810811
+249086,1,20130603,7,21:03:54,73,0.821917808
+249087,1,20130603,7,21:03:55,80,0.75
+249088,1,20130603,7,21:03:56,83,0.722891566
+249089,1,20130603,7,21:03:56,78,0.769230769
+249090,1,20130603,7,21:03:57,72,0.833333333
+249091,1,20130603,7,21:03:58,74,0.810810811
+249092,1,20130603,7,21:03:59,73,0.821917808
+249093,1,20130603,7,21:04:00,71,0.845070423
+249094,1,20130603,7,21:04:00,66,0.909090909
+249095,1,20130603,7,21:04:01,73,0.821917808
+249096,1,20130603,7,21:04:02,72,0.833333333
+249097,1,20130603,7,21:04:03,71,0.845070423
+249098,1,20130603,7,21:04:04,79,0.759493671
+249099,1,20130603,7,21:04:05,83,0.722891566
+249100,1,20130603,7,21:04:05,84,0.714285714
+249101,1,20130604,8,8:09:29,82,0.731707317
+249102,1,20130604,8,8:09:29,70,0.857142857
+249103,1,20130604,8,8:09:30,66,0.909090909
+249104,1,20130604,8,8:09:31,79,0.759493671
+249105,1,20130604,8,8:09:32,77,0.779220779
+249106,1,20130604,8,8:09:33,70,0.857142857
+249107,1,20130604,8,8:09:33,78,0.769230769
+249108,1,20130604,8,8:09:34,82,0.731707317
+249109,1,20130604,8,8:09:35,66,0.909090909
+249110,1,20130604,8,8:09:36,65,0.923076923
+249111,1,20130604,8,8:09:37,68,0.882352941
+249112,1,20130604,8,8:09:38,74,0.810810811
+249113,1,20130604,8,8:09:39,62,0.967741935
+249114,1,20130604,8,8:09:39,65,0.923076923
+249115,1,20130604,8,8:09:40,76,0.789473684
+249116,1,20130604,8,8:09:41,73,0.821917808
+249117,1,20130604,8,8:09:42,70,0.857142857
+249118,1,20130604,8,8:09:43,77,0.779220779
+249119,1,20130604,8,8:09:44,71,0.845070423
+249120,1,20130604,8,8:09:44,70,0.857142857
+249121,1,20130604,8,8:09:45,72,0.833333333
+249122,1,20130604,8,8:09:46,66,0.909090909
+249123,1,20130604,8,8:09:47,56,1.071428571
+249124,1,20130604,8,8:09:48,67,0.895522388
+249125,1,20130604,8,8:09:49,67,0.895522388
+249126,1,20130604,8,8:09:50,64,0.9375
+249127,1,20130604,8,8:09:51,74,0.810810811
+249128,1,20130604,8,8:09:52,79,0.759493671
+249129,1,20130604,8,8:09:52,80,0.75
+249130,1,20130604,8,8:09:53,76,0.789473684
+249131,1,20130604,8,8:09:54,67,0.895522388
+249132,1,20130604,8,8:09:55,80,0.75
+249133,1,20130604,8,8:09:56,80,0.75
+249134,1,20130604,8,8:09:56,81,0.740740741
+249135,1,20130604,8,8:09:57,87,0.689655172
+249136,1,20130604,8,8:09:58,87,0.689655172
+249137,1,20130604,8,8:09:59,89,0.674157303
+249138,1,20130604,8,8:09:59,92,0.652173913
+249139,1,20130604,8,8:10:00,86,0.697674419
+249140,1,20130604,8,8:10:01,90,0.666666667
+249141,1,20130604,8,8:10:01,73,0.821917808
+249142,1,20130604,8,8:10:02,82,0.731707317
+249143,1,20130604,8,8:10:03,60,1
+249144,1,20130604,8,8:10:04,61,0.983606557
+249145,1,20130604,8,8:10:05,71,0.845070423
+249146,1,20130604,8,8:10:06,64,0.9375
+249147,1,20130604,8,8:10:07,68,0.882352941
+249148,1,20130604,8,8:10:07,74,0.810810811
+249149,1,20130604,8,8:10:08,55,1.090909091
+249150,1,20130604,8,8:10:09,58,1.034482759
+249151,1,20130604,8,8:10:10,69,0.869565217
+249152,1,20130604,8,8:10:11,68,0.882352941
+249153,1,20130604,8,8:10:12,74,0.810810811
+249154,1,20130604,8,8:10:13,57,1.052631579
+249155,1,20130604,8,8:10:14,70,0.857142857
+249156,1,20130604,8,8:10:15,60,1
+249157,1,20130604,8,8:10:16,58,1.034482759
+249158,1,20130604,8,8:10:17,74,0.810810811
+249159,1,20130604,8,8:10:18,74,0.810810811
+249160,1,20130604,8,8:10:18,73,0.821917808
+249161,1,20130604,8,8:10:19,74,0.810810811
+249162,1,20130604,8,8:10:20,83,0.722891566
+249163,1,20130604,8,8:10:21,83,0.722891566
+249164,1,20130604,8,8:10:22,77,0.779220779
+249165,1,20130604,8,8:10:22,75,0.8
+249166,1,20130604,8,8:10:23,82,0.731707317
+249167,1,20130604,8,8:10:24,81,0.740740741
+249168,1,20130604,8,8:10:25,70,0.857142857
+249169,1,20130604,8,8:10:25,65,0.923076923
+249170,1,20130604,8,8:10:26,67,0.895522388
+249171,1,20130604,8,8:10:27,79,0.759493671
+249172,1,20130604,8,8:10:28,78,0.769230769
+249173,1,20130604,8,8:10:29,79,0.759493671
+249174,1,20130604,8,8:10:30,81,0.740740741
+249175,1,20130604,8,8:10:30,85,0.705882353
+249176,1,20130604,8,8:10:31,72,0.833333333
+249177,1,20130604,8,8:10:32,70,0.857142857
+249178,1,20130604,8,8:10:33,70,0.857142857
+249179,1,20130604,8,8:10:34,77,0.779220779
+249180,1,20130604,8,8:10:34,72,0.833333333
+249181,1,20130604,8,8:10:35,64,0.9375
+249182,1,20130604,8,8:10:36,65,0.923076923
+249183,1,20130604,8,8:10:37,75,0.8
+249184,1,20130604,8,8:10:38,74,0.810810811
+249185,1,20130604,8,8:10:39,75,0.8
+249186,1,20130604,8,8:10:39,83,0.722891566
+249187,1,20130604,8,8:10:40,67,0.895522388
+249188,1,20130604,8,8:10:41,69,0.869565217
+249189,1,20130604,8,8:10:42,67,0.895522388
+249190,1,20130604,8,8:10:43,68,0.882352941
+249191,1,20130604,8,8:10:44,62,0.967741935
+249192,1,20130604,8,8:10:45,76,0.789473684
+249193,1,20130604,8,8:10:45,79,0.759493671
+249194,1,20130604,8,8:10:46,81,0.740740741
+249195,1,20130604,8,8:10:47,80,0.75
+249196,1,20130604,8,8:10:48,76,0.789473684
+249197,1,20130604,8,8:10:49,67,0.895522388
+249198,1,20130604,8,8:10:49,71,0.845070423
+249199,1,20130604,8,8:10:50,68,0.882352941
+249200,1,20130604,8,8:10:51,65,0.923076923
+249201,1,20130604,8,8:10:52,66,0.909090909
+249202,1,20130604,8,8:10:53,67,0.895522388
+249203,1,20130604,8,8:10:54,74,0.810810811
+249204,1,20130604,8,8:10:55,80,0.75
+249205,1,20130604,8,8:10:55,81,0.740740741
+249206,1,20130604,8,8:10:56,71,0.845070423
+249207,1,20130604,8,8:10:57,71,0.845070423
+249208,1,20130604,8,8:10:58,71,0.845070423
+249209,1,20130604,8,8:10:59,72,0.833333333
+249210,1,20130604,8,8:11:00,59,1.016949153
+249211,1,20130604,8,8:11:01,70,0.857142857
+249212,1,20130604,8,8:11:01,57,1.052631579
+249213,1,20130604,8,8:11:02,56,1.071428571
+249214,1,20130604,8,8:11:04,63,0.952380952
+249215,1,20130604,8,8:11:04,71,0.845070423
+249216,1,20130604,8,8:11:05,72,0.833333333
+249217,1,20130604,8,8:11:06,69,0.869565217
+249218,1,20130604,8,8:11:07,51,1.176470588
+249219,1,20130604,8,8:11:08,63,0.952380952
+249220,1,20130604,8,8:11:09,60,1
+249221,1,20130604,8,8:11:10,57,1.052631579
+249222,1,20130604,8,8:11:11,60,1
+249223,1,20130604,8,8:11:12,60,1
+249224,1,20130604,8,8:11:13,58,1.034482759
+249225,1,20130604,8,8:11:14,68,0.882352941
+249226,1,20130604,8,8:11:15,59,1.016949153
+249227,1,20130604,8,8:11:16,56,1.071428571
+249228,1,20130604,8,8:11:17,53,1.132075472
+249229,1,20130604,8,8:11:18,61,0.983606557
+249230,1,20130604,8,8:11:19,56,1.071428571
+249231,1,20130604,8,8:11:20,59,1.016949153
+249232,1,20130604,8,8:11:21,64,0.9375
+249233,1,20130604,8,8:11:22,67,0.895522388
+249234,1,20130604,8,8:11:23,57,1.052631579
+249235,1,20130604,8,8:11:24,65,0.923076923
+249236,1,20130604,8,8:11:25,59,1.016949153
+249237,1,20130604,8,8:11:26,56,1.071428571
+249238,1,20130604,8,8:11:27,53,1.132075472
+249239,1,20130604,8,8:11:28,59,1.016949153
+249240,1,20130604,8,8:11:29,66,0.909090909
+249241,1,20130604,8,8:11:30,57,1.052631579
+249242,1,20130604,8,8:11:31,59,1.016949153
+249243,1,20130604,8,8:11:32,67,0.895522388
+249244,1,20130604,8,8:11:33,58,1.034482759
+249245,1,20130604,8,8:11:34,56,1.071428571
+249246,1,20130604,8,8:11:35,61,0.983606557
+249247,1,20130604,8,8:11:36,65,0.923076923
+249248,1,20130604,8,8:11:37,69,0.869565217
+249249,1,20130604,8,8:11:38,58,1.034482759
+249250,1,20130604,8,8:11:39,58,1.034482759
+249251,1,20130604,8,8:11:40,50,1.2
+249252,1,20130604,8,8:11:41,53,1.132075472
+249253,1,20130604,8,8:11:43,60,1
+249254,1,20130604,8,8:11:44,57,1.052631579
+249255,1,20130604,8,8:11:45,56,1.071428571
+249256,1,20130604,8,8:11:46,62,0.967741935
+249257,1,20130604,8,8:11:47,57,1.052631579
+249258,1,20130604,8,8:11:48,51,1.176470588
+249259,1,20130604,8,8:11:49,63,0.952380952
+249260,1,20130604,8,8:11:50,57,1.052631579
+249261,1,20130604,8,8:11:51,54,1.111111111
+249262,1,20130604,8,8:11:52,61,0.983606557
+249263,1,20130604,8,8:11:53,70,0.857142857
+249264,1,20130604,8,8:11:54,71,0.845070423
+249265,1,20130604,8,8:11:55,50,1.2
+249266,1,20130604,8,8:11:56,61,0.983606557
+249267,1,20130604,8,8:11:57,64,0.9375
+249268,1,20130604,8,8:11:58,53,1.132075472
+249269,1,20130604,8,8:11:59,57,1.052631579
+249270,1,20130604,8,8:12:00,63,0.952380952
+249271,1,20130604,8,8:12:01,55,1.090909091
+249272,1,20130604,8,8:12:02,58,1.034482759
+249273,1,20130604,8,8:12:03,67,0.895522388
+249274,1,20130604,8,8:12:04,60,1
+249275,1,20130604,8,8:12:05,54,1.111111111
+249276,1,20130604,8,8:12:06,63,0.952380952
+249277,1,20130604,8,8:12:07,63,0.952380952
+249278,1,20130604,8,8:12:08,63,0.952380952
+249279,1,20130604,8,8:12:09,67,0.895522388
+249280,1,20130604,8,8:12:10,67,0.895522388
+249281,1,20130604,8,8:12:11,61,0.983606557
+249282,1,20130604,8,8:12:12,60,1
+249283,1,20130604,8,8:12:13,67,0.895522388
+249284,1,20130604,8,8:12:14,63,0.952380952
+249285,1,20130604,8,8:12:15,73,0.821917808
+249286,1,20130604,8,8:12:15,77,0.779220779
+249287,1,20130604,8,8:12:16,80,0.75
+249288,1,20130604,8,8:12:17,80,0.75
+249289,1,20130604,8,8:12:18,70,0.857142857
+249290,1,20130604,8,8:12:19,77,0.779220779
+249291,1,20130604,8,8:12:19,67,0.895522388
+249292,1,20130604,8,8:12:20,60,1
+249293,1,20130604,8,8:12:21,61,0.983606557
+249294,1,20130604,8,8:12:22,71,0.845070423
+249295,1,20130604,8,8:12:23,72,0.833333333
+249296,1,20130604,8,8:12:24,77,0.779220779
+249297,1,20130604,8,8:12:25,82,0.731707317
+249298,1,20130604,8,8:12:25,76,0.789473684
+249299,1,20130604,8,8:12:26,78,0.769230769
+249300,1,20130604,8,8:12:27,75,0.8
+249301,1,20130604,8,8:12:28,81,0.740740741
+249302,1,20130604,8,8:12:29,74,0.810810811
+249303,1,20130604,8,8:12:29,62,0.967741935
+249304,1,20130604,8,8:12:30,71,0.845070423
+249305,1,20130604,8,8:12:31,71,0.845070423
+249306,1,20130604,8,8:12:32,63,0.952380952
+249307,1,20130604,8,8:12:33,57,1.052631579
+249308,1,20130604,8,8:12:34,61,0.983606557
+249309,1,20130604,8,8:12:35,65,0.923076923
+249310,1,20130604,8,8:12:36,63,0.952380952
+249311,1,20130604,8,8:12:37,59,1.016949153
+249312,1,20130604,8,8:12:38,69,0.869565217
+249313,1,20130604,8,8:12:39,65,0.923076923
+249314,1,20130604,8,8:12:40,59,1.016949153
+249315,1,20130604,8,8:12:41,58,1.034482759
+249316,1,20130604,8,8:12:42,71,0.845070423
+249317,1,20130604,8,8:12:43,75,0.8
+249318,1,20130604,8,8:12:43,78,0.769230769
+249319,1,20130604,8,8:12:44,84,0.714285714
+249320,1,20130604,8,8:12:45,82,0.731707317
+249321,1,20130604,8,8:12:46,82,0.731707317
+249322,1,20130604,8,8:12:46,74,0.810810811
+249323,1,20130604,8,8:12:47,75,0.8
+249324,1,20130604,8,8:12:48,66,0.909090909
+249325,1,20130604,8,8:12:49,60,1
+249326,1,20130604,8,8:12:50,67,0.895522388
+249327,1,20130604,8,8:12:51,73,0.821917808
+249328,1,20130604,8,8:12:52,69,0.869565217
+249329,1,20130604,8,8:12:52,66,0.909090909
+249330,1,20130604,8,8:12:53,69,0.869565217
+249331,1,20130604,8,8:12:54,76,0.789473684
+249332,1,20130604,8,8:12:55,74,0.810810811
+249333,1,20130604,8,8:12:56,78,0.769230769
+249334,1,20130604,8,8:12:57,68,0.882352941
+249335,1,20130604,8,8:12:57,67,0.895522388
+249336,1,20130604,8,8:12:58,72,0.833333333
+249337,1,20130604,8,8:12:59,65,0.923076923
+249338,1,20130604,8,8:13:00,58,1.034482759
+249339,1,20130604,8,8:13:01,65,0.923076923
+249340,1,20130604,8,8:13:02,63,0.952380952
+249341,1,20130604,8,8:13:03,63,0.952380952
+249342,1,20130604,8,8:13:04,71,0.845070423
+249343,1,20130604,8,8:13:05,71,0.845070423
+249344,1,20130604,8,8:13:06,51,1.176470588
+249345,1,20130604,8,8:13:07,52,1.153846154
+249346,1,20130604,8,8:13:08,63,0.952380952
+249347,1,20130604,8,8:13:09,54,1.111111111
+249348,1,20130604,8,8:13:10,57,1.052631579
+249349,1,20130604,8,8:13:11,65,0.923076923
+249350,1,20130604,8,8:13:12,59,1.016949153
+249351,1,20130604,8,8:13:13,60,1
+249352,1,20130604,8,8:13:14,67,0.895522388
+249353,1,20130604,8,8:13:15,70,0.857142857
+249354,1,20130604,8,8:13:16,70,0.857142857
+249355,1,20130604,8,8:13:17,70,0.857142857
+249356,1,20130604,8,8:13:18,64,0.9375
+249357,1,20130604,8,8:13:19,75,0.8
+249358,1,20130604,8,8:13:19,78,0.769230769
+249359,1,20130604,8,8:13:20,77,0.779220779
+249360,1,20130604,8,8:13:21,79,0.759493671
+249361,1,20130604,8,8:13:22,57,1.052631579
+249362,1,20130604,8,8:13:23,68,0.882352941
+249363,1,20130604,8,8:13:24,67,0.895522388
+249364,1,20130604,8,8:13:24,58,1.034482759
+249365,1,20130604,8,8:13:25,56,1.071428571
+249366,1,20130604,8,8:13:27,63,0.952380952
+249367,1,20130604,8,8:13:28,59,1.016949153
+249368,1,20130604,8,8:13:29,60,1
+249369,1,20130604,8,8:13:30,74,0.810810811
+249370,1,20130604,8,8:13:30,73,0.821917808
+249371,1,20130604,8,8:13:31,69,0.869565217
+249372,1,20130604,8,8:13:32,66,0.909090909
+249373,1,20130604,8,8:13:33,73,0.821917808
+249374,1,20130604,8,8:13:34,69,0.869565217
+249375,1,20130604,8,8:13:35,70,0.857142857
+249376,1,20130604,8,8:13:35,69,0.869565217
+249377,1,20130604,8,8:13:36,69,0.869565217
+249378,1,20130604,8,8:13:37,72,0.833333333
+249379,1,20130604,8,8:13:38,53,1.132075472
+249380,1,20130604,8,8:13:39,63,0.952380952
+249381,1,20130604,8,8:13:40,59,1.016949153
+249382,1,20130604,8,8:13:41,58,1.034482759
+249383,1,20130604,8,8:13:42,63,0.952380952
+249384,1,20130604,8,8:13:43,60,1
+249385,1,20130604,8,8:13:44,65,0.923076923
+249386,1,20130604,8,8:13:45,73,0.821917808
+249387,1,20130604,8,8:13:46,60,1
+249388,1,20130604,8,8:13:47,60,1
+249389,1,20130604,8,8:13:48,71,0.845070423
+249390,1,20130604,8,8:13:49,58,1.034482759
+249391,1,20130604,8,8:13:50,54,1.111111111
+249392,1,20130604,8,8:13:51,66,0.909090909
+249393,1,20130604,8,8:13:52,68,0.882352941
+249394,1,20130604,8,8:13:53,69,0.869565217
+249395,1,20130604,8,8:13:54,73,0.821917808
+249396,1,20130604,8,8:13:54,66,0.909090909
+249397,1,20130604,8,8:13:55,66,0.909090909
+249398,1,20130604,8,8:13:56,82,0.731707317
+249399,1,20130604,8,8:13:57,63,0.952380952
+249400,1,20130604,8,8:13:58,80,0.75
+249401,1,20130604,8,8:13:59,77,0.779220779
+249402,1,20130604,8,8:13:59,80,0.75
+249403,1,20130604,8,8:14:00,62,0.967741935
+249404,1,20130604,8,8:14:01,69,0.869565217
+249405,1,20130604,8,8:14:02,65,0.923076923
+249406,1,20130604,8,8:14:03,63,0.952380952
+249407,1,20130604,8,8:14:04,64,0.9375
+249408,1,20130604,8,8:14:05,73,0.821917808
+249409,1,20130604,8,8:14:06,68,0.882352941
+249410,1,20130604,8,8:14:06,70,0.857142857
+249411,1,20130604,8,8:14:07,74,0.810810811
+249412,1,20130604,8,8:14:08,78,0.769230769
+249413,1,20130604,8,8:14:09,79,0.759493671
+249414,1,20130604,8,8:14:10,81,0.740740741
+249415,1,20130604,8,8:14:10,76,0.789473684
+249416,1,20130604,8,8:14:11,72,0.833333333
+249417,1,20130604,8,8:14:12,78,0.769230769
+249418,1,20130604,8,8:14:13,73,0.821917808
+249419,1,20130604,8,8:14:14,64,0.9375
+249420,1,20130604,8,8:14:15,72,0.833333333
+249421,1,20130604,8,8:14:15,78,0.769230769
+249422,1,20130604,8,8:14:16,68,0.882352941
+249423,1,20130604,8,8:14:17,57,1.052631579
+249424,1,20130604,8,8:14:18,59,1.016949153
+249425,1,20130604,8,8:14:19,70,0.857142857
+249426,1,20130604,8,8:14:20,72,0.833333333
+249427,1,20130604,8,8:14:21,73,0.821917808
+249428,1,20130604,8,8:14:22,68,0.882352941
+249429,1,20130604,8,8:14:22,75,0.8
+249430,1,20130604,8,8:14:23,76,0.789473684
+249431,1,20130604,8,8:14:24,66,0.909090909
+249432,1,20130604,8,8:14:25,63,0.952380952
+249433,1,20130604,8,8:14:26,73,0.821917808
+249434,1,20130604,8,8:14:27,66,0.909090909
+249435,1,20130604,8,8:14:28,68,0.882352941
+249436,1,20130604,8,8:14:29,67,0.895522388
+249437,1,20130604,8,8:14:29,76,0.789473684
+249438,1,20130604,8,8:14:30,81,0.740740741
+249439,1,20130604,8,8:14:31,85,0.705882353
+249440,1,20130604,8,8:14:32,86,0.697674419
+249441,1,20130604,8,8:14:32,85,0.705882353
+249442,1,20130604,8,8:14:33,83,0.722891566
+249443,1,20130604,8,8:14:34,85,0.705882353
+249444,1,20130604,8,8:14:34,83,0.722891566
+249445,1,20130604,8,8:14:35,86,0.697674419
+249446,1,20130604,8,8:14:36,85,0.705882353
+249447,1,20130604,8,8:14:37,82,0.731707317
+249448,1,20130604,8,8:14:37,75,0.8
+249449,1,20130604,8,8:14:38,71,0.845070423
+249450,1,20130604,8,8:14:39,80,0.75
+249451,1,20130604,8,8:14:40,78,0.769230769
+249452,1,20130604,8,8:14:41,77,0.779220779
+249453,1,20130604,8,8:14:41,73,0.821917808
+249454,1,20130604,8,8:14:42,78,0.769230769
+249455,1,20130604,8,8:14:43,77,0.779220779
+249456,1,20130604,8,8:14:44,71,0.845070423
+249457,1,20130604,8,8:14:44,68,0.882352941
+249458,1,20130604,8,8:14:45,74,0.810810811
+249459,1,20130604,8,8:14:46,79,0.759493671
+249460,1,20130604,8,8:14:47,77,0.779220779
+249461,1,20130604,8,8:14:48,75,0.8
+249462,1,20130604,8,8:14:49,67,0.895522388
+249463,1,20130604,8,8:14:49,71,0.845070423
+249464,1,20130604,8,8:14:50,66,0.909090909
+249465,1,20130604,8,8:14:51,65,0.923076923
+249466,1,20130604,8,8:14:52,73,0.821917808
+249467,1,20130604,8,8:14:53,74,0.810810811
+249468,1,20130604,8,8:14:54,67,0.895522388
+249469,1,20130604,8,8:14:55,58,1.034482759
+249470,1,20130604,8,8:14:56,72,0.833333333
+249471,1,20130604,8,8:14:57,65,0.923076923
+249472,1,20130604,8,8:14:57,57,1.052631579
+249473,1,20130604,8,8:14:58,70,0.857142857
+249474,1,20130604,8,8:14:59,71,0.845070423
+249475,1,20130604,8,8:15:00,71,0.845070423
+249476,1,20130604,8,8:15:01,74,0.810810811
+249477,1,20130604,8,8:15:02,67,0.895522388
+249478,1,20130604,8,8:15:03,69,0.869565217
+249479,1,20130604,8,8:15:04,60,1
+249480,1,20130604,8,8:15:05,56,1.071428571
+249481,1,20130604,8,8:15:06,63,0.952380952
+249482,1,20130604,8,8:15:07,63,0.952380952
+249483,1,20130604,8,8:15:08,55,1.090909091
+249484,1,20130604,8,8:15:09,60,1
+249485,1,20130604,8,8:15:10,68,0.882352941
+249486,1,20130604,8,8:15:11,67,0.895522388
+249487,1,20130604,8,8:15:11,58,1.034482759
+249488,1,20130604,8,8:15:13,63,0.952380952
+249489,1,20130604,8,8:15:13,67,0.895522388
+249490,1,20130604,8,8:15:14,51,1.176470588
+249491,1,20130604,8,8:15:16,61,0.983606557
+249492,1,20130604,8,8:15:17,72,0.833333333
+249493,1,20130604,8,8:15:17,68,0.882352941
+249494,1,20130604,8,8:15:18,68,0.882352941
+249495,1,20130604,8,8:15:19,76,0.789473684
+249496,1,20130604,8,8:15:20,77,0.779220779
+249497,1,20130604,8,8:15:21,78,0.769230769
+249498,1,20130604,8,8:15:21,68,0.882352941
+249499,1,20130604,8,8:15:22,66,0.909090909
+249500,1,20130604,8,8:15:23,63,0.952380952
+249501,1,20130604,8,8:15:24,54,1.111111111
+249502,1,20130604,8,8:15:25,56,1.071428571
+249503,1,20130604,8,8:15:26,69,0.869565217
+249504,1,20130604,8,8:15:27,67,0.895522388
+249505,1,20130604,8,8:15:28,63,0.952380952
+249506,1,20130604,8,8:15:29,65,0.923076923
+249507,1,20130604,8,8:15:30,64,0.9375
+249508,1,20130604,8,8:15:31,56,1.071428571
+249509,1,20130604,8,8:15:32,70,0.857142857
+249510,1,20130604,8,8:15:33,70,0.857142857
+249511,1,20130604,8,8:15:34,63,0.952380952
+249512,1,20130604,8,8:15:35,59,1.016949153
+249513,1,20130604,8,8:15:36,54,1.111111111
+249514,1,20130604,8,8:15:37,54,1.111111111
+249515,1,20130604,8,8:15:38,56,1.071428571
+249516,1,20130604,8,8:15:39,53,1.132075472
+249517,1,20130604,8,8:15:40,63,0.952380952
+249518,1,20130604,8,8:15:41,65,0.923076923
+249519,1,20130604,8,8:15:42,69,0.869565217
+249520,1,20130604,8,8:15:43,62,0.967741935
+249521,1,20130604,8,8:15:44,63,0.952380952
+249522,1,20130604,8,8:15:45,70,0.857142857
+249523,1,20130604,8,8:15:46,63,0.952380952
+249524,1,20130604,8,8:15:47,64,0.9375
+249525,1,20130604,8,8:15:48,64,0.9375
+249526,1,20130604,8,8:15:48,75,0.8
+249527,1,20130604,8,8:15:49,74,0.810810811
+249528,1,20130604,8,8:15:50,73,0.821917808
+249529,1,20130604,8,8:15:51,72,0.833333333
+249530,1,20130604,8,8:15:52,71,0.845070423
+249531,1,20130604,8,8:15:53,70,0.857142857
+249532,1,20130604,8,8:15:53,70,0.857142857
+249533,1,20130604,8,8:15:54,69,0.869565217
+249534,1,20130604,8,8:15:55,68,0.882352941
+249535,1,20130604,8,8:15:56,60,1
+249536,1,20130604,8,8:15:57,61,0.983606557
+249537,1,20130604,8,8:15:58,73,0.821917808
+249538,1,20130604,8,8:15:59,68,0.882352941
+249539,1,20130604,8,8:16:00,60,1
+249540,1,20130604,8,8:16:01,60,1
+249541,1,20130604,8,8:16:02,70,0.857142857
+249542,1,20130604,8,8:16:03,71,0.845070423
+249543,1,20130604,8,8:16:03,56,1.071428571
+249544,1,20130604,8,8:16:04,62,0.967741935
+249545,1,20130604,8,8:16:05,55,1.090909091
+249546,1,20130604,8,8:16:07,55,1.090909091
+249547,1,20130604,8,8:16:08,56,1.071428571
+249548,1,20130604,8,8:16:09,54,1.111111111
+249549,1,20130604,8,8:16:10,53,1.132075472
+249550,1,20130604,8,8:16:11,49,1.224489796
+249551,1,20130604,8,8:16:12,56,1.071428571
+249552,1,20130604,8,8:16:13,54,1.111111111
+249553,1,20130604,8,8:16:14,51,1.176470588
+249554,1,20130604,8,8:16:16,53,1.132075472
+249555,1,20130604,8,8:16:17,67,0.895522388
+249556,1,20130604,8,8:16:18,56,1.071428571
+249557,1,20130604,8,8:16:19,53,1.132075472
+249558,1,20130604,8,8:16:20,61,0.983606557
+249559,1,20130604,8,8:16:21,69,0.869565217
+249560,1,20130604,8,8:16:22,73,0.821917808
+249561,1,20130604,8,8:16:22,52,1.153846154
+249562,1,20130604,8,8:16:24,66,0.909090909
+249563,1,20130604,8,8:16:25,59,1.016949153
+249564,1,20130604,8,8:16:26,54,1.111111111
+249565,1,20130604,8,8:16:27,59,1.016949153
+249566,1,20130604,8,8:16:28,66,0.909090909
+249567,1,20130604,8,8:16:29,59,1.016949153
+249568,1,20130604,8,8:16:30,73,0.821917808
+249569,1,20130604,8,8:16:30,75,0.8
+249570,1,20130604,8,8:16:31,61,0.983606557
+249571,1,20130604,8,8:16:32,65,0.923076923
+249572,1,20130604,8,8:16:33,66,0.909090909
+249573,1,20130604,8,8:16:34,73,0.821917808
+249574,1,20130604,8,8:16:35,73,0.821917808
+249575,1,20130604,8,8:16:36,73,0.821917808
+249576,1,20130604,8,8:16:37,73,0.821917808
+249577,1,20130604,8,8:16:37,82,0.731707317
+249578,1,20130604,8,8:16:38,79,0.759493671
+249579,1,20130604,8,8:16:39,78,0.769230769
+249580,1,20130604,8,8:16:40,75,0.8
+249581,1,20130604,8,8:16:40,79,0.759493671
+249582,1,20130604,8,8:16:41,80,0.75
+249583,1,20130604,8,8:16:42,72,0.833333333
+249584,1,20130604,8,8:16:43,71,0.845070423
+249585,1,20130604,8,8:16:44,71,0.845070423
+249586,1,20130604,8,8:16:44,79,0.759493671
+249587,1,20130604,8,8:16:45,83,0.722891566
+249588,1,20130604,8,8:16:46,78,0.769230769
+249589,1,20130604,8,8:16:47,69,0.869565217
+249590,1,20130604,8,8:16:48,74,0.810810811
+249591,1,20130604,8,8:16:48,77,0.779220779
+249592,1,20130604,8,8:16:49,67,0.895522388
+249593,1,20130604,8,8:16:50,69,0.869565217
+249594,1,20130604,8,8:16:51,75,0.8
+249595,1,20130604,8,8:16:52,69,0.869565217
+249596,1,20130604,8,8:16:53,78,0.769230769
+249597,1,20130604,8,8:16:53,78,0.769230769
+249598,1,20130604,8,8:16:54,76,0.789473684
+249599,1,20130604,8,8:16:55,73,0.821917808
+249600,1,20130604,8,8:16:56,79,0.759493671
+249601,1,20130604,8,8:16:57,74,0.810810811
+249602,1,20130604,8,8:16:57,70,0.857142857
+249603,1,20130604,8,8:16:58,67,0.895522388
+249604,1,20130604,8,8:16:59,79,0.759493671
+249605,1,20130604,8,8:17:00,76,0.789473684
+249606,1,20130604,8,8:17:01,70,0.857142857
+249607,1,20130604,8,8:17:01,72,0.833333333
+249608,1,20130604,8,8:17:02,80,0.75
+249609,1,20130604,8,8:17:03,78,0.769230769
+249610,1,20130604,8,8:17:04,85,0.705882353
+249611,1,20130604,8,8:17:05,75,0.8
+249612,1,20130604,8,8:17:05,74,0.810810811
+249613,1,20130604,8,8:17:06,81,0.740740741
+249614,1,20130604,8,8:17:07,75,0.8
+249615,1,20130604,8,8:17:08,68,0.882352941
+249616,1,20130604,8,8:17:09,71,0.845070423
+249617,1,20130604,8,8:17:09,78,0.769230769
+249618,1,20130604,8,8:17:10,70,0.857142857
+249619,1,20130604,8,8:17:11,72,0.833333333
+249620,1,20130604,8,8:17:12,81,0.740740741
+249621,1,20130604,8,8:17:13,82,0.731707317
+249622,1,20130604,8,8:17:13,83,0.722891566
+249623,1,20130604,8,8:17:14,87,0.689655172
+249624,1,20130604,8,8:17:15,86,0.697674419
+249625,1,20130604,8,8:17:15,88,0.681818182
+249626,1,20130604,8,8:17:16,82,0.731707317
+249627,1,20130604,8,8:17:17,80,0.75
+249628,1,20130604,8,8:17:18,84,0.714285714
+249629,1,20130604,8,8:17:18,79,0.759493671
+249630,1,20130604,8,8:17:19,65,0.923076923
+249631,1,20130604,8,8:17:20,68,0.882352941
+249632,1,20130604,8,8:17:21,77,0.779220779
+249633,1,20130604,8,8:17:22,71,0.845070423
+249634,1,20130604,8,8:17:23,69,0.869565217
+249635,1,20130604,8,8:17:23,74,0.810810811
+249636,1,20130604,8,8:17:24,80,0.75
+249637,1,20130604,8,8:17:25,70,0.857142857
+249638,1,20130604,8,8:17:26,61,0.983606557
+249639,1,20130604,8,8:17:27,67,0.895522388
+249640,1,20130604,8,8:17:28,78,0.769230769
+249641,1,20130604,8,8:17:28,76,0.789473684
+249642,1,20130604,8,8:17:29,79,0.759493671
+249643,1,20130604,8,8:17:30,68,0.882352941
+249644,1,20130604,8,8:17:31,67,0.895522388
+249645,1,20130604,8,8:17:32,60,1
+249646,1,20130604,8,8:17:33,52,1.153846154
+249647,1,20130604,8,8:17:34,58,1.034482759
+249648,1,20130604,8,8:17:35,58,1.034482759
+249649,1,20130604,8,8:17:36,52,1.153846154
+249650,1,20130604,8,8:17:37,68,0.882352941
+249651,1,20130604,8,8:17:38,72,0.833333333
+249652,1,20130604,8,8:17:39,68,0.882352941
+249653,1,20130604,8,8:17:40,72,0.833333333
+249654,1,20130604,8,8:17:41,80,0.75
+249655,1,20130604,8,8:17:41,74,0.810810811
+249656,1,20130604,8,8:17:42,75,0.8
+249657,1,20130604,8,8:17:43,66,0.909090909
+249658,1,20130604,8,8:17:44,53,1.132075472
+249659,1,20130604,8,8:17:45,66,0.909090909
+249660,1,20130604,8,8:17:46,60,1
+249661,1,20130604,8,8:17:47,55,1.090909091
+249662,1,20130604,8,8:17:48,64,0.9375
+249663,1,20130604,8,8:17:49,72,0.833333333
+249664,1,20130604,8,8:17:50,60,1
+249665,1,20130604,8,8:17:51,56,1.071428571
+249666,1,20130604,8,8:17:52,58,1.034482759
+249667,1,20130604,8,8:17:53,65,0.923076923
+249668,1,20130604,8,8:17:54,53,1.132075472
+249669,1,20130604,8,8:17:55,54,1.111111111
+249670,1,20130604,8,8:17:56,62,0.967741935
+249671,1,20130604,8,8:17:57,58,1.034482759
+249672,1,20130604,8,8:17:58,56,1.071428571
+249673,1,20130604,8,8:17:59,65,0.923076923
+249674,1,20130604,8,8:18:00,63,0.952380952
+249675,1,20130604,8,8:18:01,50,1.2
+249676,1,20130604,8,8:18:02,60,1
+249677,1,20130604,8,8:18:03,68,0.882352941
+249678,1,20130604,8,8:18:04,54,1.111111111
+249679,1,20130604,8,8:18:05,50,1.2
+249680,1,20130604,8,8:18:06,57,1.052631579
+249681,1,20130604,8,8:18:07,66,0.909090909
+249682,1,20130604,8,8:18:08,56,1.071428571
+249683,1,20130604,8,8:18:09,55,1.090909091
+249684,1,20130604,8,8:18:11,59,1.016949153
+249685,1,20130604,8,8:18:12,70,0.857142857
+249686,1,20130604,8,8:18:12,60,1
+249687,1,20130604,8,8:18:13,55,1.090909091
+249688,1,20130604,8,8:18:14,58,1.034482759
+249689,1,20130604,8,8:18:16,62,0.967741935
+249690,1,20130604,8,8:18:17,51,1.176470588
+249691,1,20130604,8,8:18:18,56,1.071428571
+249692,1,20130604,8,8:18:19,65,0.923076923
+249693,1,20130604,8,8:18:20,67,0.895522388
+249694,1,20130604,8,8:18:21,54,1.111111111
+249695,1,20130604,8,8:18:22,52,1.153846154
+249696,1,20130604,8,8:18:23,66,0.909090909
+249697,1,20130604,8,8:18:24,66,0.909090909
+249698,1,20130604,8,8:18:25,71,0.845070423
+249699,1,20130604,8,8:18:25,63,0.952380952
+249700,1,20130604,8,8:18:26,68,0.882352941
+249701,1,20130604,8,8:18:27,75,0.8
+249702,1,20130604,8,8:18:28,67,0.895522388
+249703,1,20130604,8,8:18:29,64,0.9375
+249704,1,20130604,8,8:18:30,56,1.071428571
+249705,1,20130604,8,8:18:31,68,0.882352941
+249706,1,20130604,8,8:18:32,56,1.071428571
+249707,1,20130604,8,8:18:33,56,1.071428571
+249708,1,20130604,8,8:18:34,64,0.9375
+249709,1,20130604,8,8:18:35,71,0.845070423
+249710,1,20130604,8,8:18:36,73,0.821917808
+249711,1,20130604,8,8:18:37,72,0.833333333
+249712,1,20130604,8,8:18:38,73,0.821917808
+249713,1,20130604,8,8:18:38,73,0.821917808
+249714,1,20130604,8,8:18:39,75,0.8
+249715,1,20130604,8,8:18:40,76,0.789473684
+249716,1,20130604,8,8:18:41,55,1.090909091
+249717,1,20130604,8,8:18:42,66,0.909090909
+249718,1,20130604,8,8:18:43,62,0.967741935
+249719,1,20130604,8,8:18:44,61,0.983606557
+249720,1,20130604,8,8:18:45,64,0.9375
+249721,1,20130604,8,8:18:46,70,0.857142857
+249722,1,20130604,8,8:18:46,76,0.789473684
+249723,1,20130604,8,8:18:47,74,0.810810811
+249724,1,20130604,8,8:18:48,72,0.833333333
+249725,1,20130604,8,8:18:49,75,0.8
+249726,1,20130604,8,8:18:50,81,0.740740741
+249727,1,20130604,8,8:18:50,70,0.857142857
+249728,1,20130604,8,8:18:51,62,0.967741935
+249729,1,20130604,8,8:18:52,62,0.967741935
+249730,1,20130604,8,8:18:53,70,0.857142857
+249731,1,20130604,8,8:18:54,60,1
+249732,1,20130604,8,8:18:55,58,1.034482759
+249733,1,20130604,8,8:18:56,62,0.967741935
+249734,1,20130604,8,8:18:57,59,1.016949153
+249735,1,20130604,8,8:18:58,58,1.034482759
+249736,1,20130604,8,8:18:59,60,1
+249737,1,20130604,8,8:19:00,67,0.895522388
+249738,1,20130604,8,8:19:01,59,1.016949153
+249739,1,20130604,8,8:19:02,52,1.153846154
+249740,1,20130604,8,8:19:03,61,0.983606557
+249741,1,20130604,8,8:19:04,65,0.923076923
+249742,1,20130604,8,8:19:05,58,1.034482759
+249743,1,20130604,8,8:19:06,59,1.016949153
+249744,1,20130604,8,8:19:07,76,0.789473684
+249745,1,20130604,8,8:19:08,73,0.821917808
+249746,1,20130604,8,8:19:09,65,0.923076923
+249747,1,20130604,8,8:19:10,70,0.857142857
+249748,1,20130604,8,8:19:11,77,0.779220779
+249749,1,20130604,8,8:19:11,74,0.810810811
+249750,1,20130604,8,8:19:12,62,0.967741935
+249751,1,20130604,8,8:19:13,61,0.983606557
+249752,1,20130604,8,8:19:14,66,0.909090909
+249753,1,20130604,8,8:19:15,78,0.769230769
+249754,1,20130604,8,8:19:16,70,0.857142857
+249755,1,20130604,8,8:19:17,68,0.882352941
+249756,1,20130604,8,8:19:18,63,0.952380952
+249757,1,20130604,8,8:19:18,70,0.857142857
+249758,1,20130604,8,8:19:19,72,0.833333333
+249759,1,20130604,8,8:19:20,72,0.833333333
+249760,1,20130604,8,8:19:21,71,0.845070423
+249761,1,20130604,8,8:19:22,81,0.740740741
+249762,1,20130604,8,8:19:23,82,0.731707317
+249763,1,20130604,8,8:19:23,80,0.75
+249764,1,20130604,8,8:19:24,74,0.810810811
+249765,1,20130604,8,8:19:25,83,0.722891566
+249766,1,20130604,8,8:19:26,77,0.779220779
+249767,1,20130604,8,8:19:26,83,0.722891566
+249768,1,20130604,8,8:19:27,74,0.810810811
+249769,1,20130604,8,8:19:28,71,0.845070423
+249770,1,20130604,8,8:19:29,73,0.821917808
+249771,1,20130604,8,8:19:30,79,0.759493671
+249772,1,20130604,8,8:19:30,77,0.779220779
+249773,1,20130604,8,8:19:31,78,0.769230769
+249774,1,20130604,8,8:19:32,84,0.714285714
+249775,1,20130604,8,8:19:33,77,0.779220779
+249776,1,20130604,8,8:19:33,77,0.779220779
+249777,1,20130604,8,8:19:34,80,0.75
+249778,1,20130604,8,8:19:35,85,0.705882353
+249779,1,20130604,8,8:19:36,84,0.714285714
+249780,1,20130604,8,8:19:36,71,0.845070423
+249781,1,20130604,8,8:19:37,81,0.740740741
+249782,1,20130604,8,8:19:38,62,0.967741935
+249783,1,20130604,8,8:19:39,54,1.111111111
+249784,1,20130604,8,8:19:40,63,0.952380952
+249785,1,20130604,8,8:19:41,59,1.016949153
+249786,1,20130604,8,8:19:42,58,1.034482759
+249787,1,20130604,8,8:19:43,71,0.845070423
+249788,1,20130604,8,8:19:44,68,0.882352941
+249789,1,20130604,8,8:19:45,67,0.895522388
+249790,1,20130604,8,8:19:46,77,0.779220779
+249791,1,20130604,8,8:19:46,63,0.952380952
+249792,1,20130604,8,8:19:47,66,0.909090909
+249793,1,20130604,8,8:19:48,69,0.869565217
+249794,1,20130604,8,8:19:49,58,1.034482759
+249795,1,20130604,8,8:19:50,70,0.857142857
+249796,1,20130604,8,8:19:51,71,0.845070423
+249797,1,20130604,8,8:19:52,65,0.923076923
+249798,1,20130604,8,8:19:53,71,0.845070423
+249799,1,20130604,8,8:19:54,68,0.882352941
+249800,1,20130604,8,8:19:55,65,0.923076923
+249801,1,20130604,8,8:19:56,78,0.769230769
+249802,1,20130604,8,8:19:56,68,0.882352941
+249803,1,20130604,8,8:19:57,63,0.952380952
+249804,1,20130604,8,8:19:58,67,0.895522388
+249805,1,20130604,8,8:19:59,78,0.769230769
+249806,1,20130604,8,8:20:00,77,0.779220779
+249807,1,20130604,8,8:20:01,81,0.740740741
+249808,1,20130604,8,8:20:01,68,0.882352941
+249809,1,20130604,8,8:20:02,77,0.779220779
+249810,1,20130604,8,8:20:03,72,0.833333333
+249811,1,20130604,8,8:20:04,70,0.857142857
+249812,1,20130604,8,8:20:05,69,0.869565217
+249813,1,20130604,8,8:20:06,76,0.789473684
+249814,1,20130604,8,8:20:06,70,0.857142857
+249815,1,20130604,8,8:20:07,70,0.857142857
+249816,1,20130604,8,8:20:08,74,0.810810811
+249817,1,20130604,8,8:20:09,78,0.769230769
+249818,1,20130604,8,8:20:10,72,0.833333333
+249819,1,20130604,8,8:20:10,80,0.75
+249820,1,20130604,8,8:20:11,77,0.779220779
+249821,1,20130604,8,8:20:12,73,0.821917808
+249822,1,20130604,8,8:20:13,79,0.759493671
+249823,1,20130604,8,8:20:14,85,0.705882353
+249824,1,20130604,8,8:20:14,81,0.740740741
+249825,1,20130604,8,8:20:15,82,0.731707317
+249826,1,20130604,8,8:20:16,82,0.731707317
+249827,1,20130604,8,8:20:16,74,0.810810811
+249828,1,20130604,8,8:20:17,82,0.731707317
+249829,1,20130604,8,8:20:18,87,0.689655172
+249830,1,20130604,8,8:20:19,91,0.659340659
+249831,1,20130604,8,8:20:19,88,0.681818182
+249832,1,20130604,8,8:20:20,75,0.8
+249833,1,20130604,8,8:20:21,69,0.869565217
+249834,1,20130604,8,8:20:22,70,0.857142857
+249835,1,20130604,8,8:20:23,71,0.845070423
+249836,1,20130604,8,8:20:23,74,0.810810811
+249837,1,20130604,8,8:20:24,77,0.779220779
+249838,1,20130604,8,8:20:25,79,0.759493671
+249839,1,20130604,8,8:20:26,77,0.779220779
+249840,1,20130604,8,8:20:27,83,0.722891566
+249841,1,20130604,8,8:20:27,82,0.731707317
+249842,1,20130604,8,8:20:28,77,0.779220779
+249843,1,20130604,8,8:20:29,74,0.810810811
+249844,1,20130604,8,8:20:30,72,0.833333333
+249845,1,20130604,8,8:20:30,70,0.857142857
+249846,1,20130604,8,8:20:31,76,0.789473684
+249847,1,20130604,8,8:20:32,74,0.810810811
+249848,1,20130604,8,8:20:33,72,0.833333333
+249849,1,20130604,8,8:20:34,69,0.869565217
+249850,1,20130604,8,8:20:35,69,0.869565217
+249851,1,20130604,8,8:20:35,71,0.845070423
+249852,1,20130604,8,8:20:36,78,0.769230769
+249853,1,20130604,8,8:20:37,68,0.882352941
+249854,1,20130604,8,8:20:38,57,1.052631579
+249855,1,20130604,8,8:20:39,60,1
+249856,1,20130604,8,8:20:40,59,1.016949153
+249857,1,20130604,8,8:20:41,59,1.016949153
+249858,1,20130604,8,8:20:42,62,0.967741935
+249859,1,20130604,8,8:20:43,71,0.845070423
+249860,1,20130604,8,8:20:44,62,0.967741935
+249861,1,20130604,8,8:20:45,62,0.967741935
+249862,1,20130604,8,8:20:46,65,0.923076923
+249863,1,20130604,8,8:20:47,68,0.882352941
+249864,1,20130604,8,8:20:48,56,1.071428571
+249865,1,20130604,8,8:20:49,56,1.071428571
+249866,1,20130604,8,8:20:50,68,0.882352941
+249867,1,20130604,8,8:20:51,65,0.923076923
+249868,1,20130604,8,8:20:51,58,1.034482759
+249869,1,20130604,8,8:20:53,69,0.869565217
+249870,1,20130604,8,8:20:53,75,0.8
+249871,1,20130604,8,8:20:54,76,0.789473684
+249872,1,20130604,8,8:20:55,66,0.909090909
+249873,1,20130604,8,8:20:56,74,0.810810811
+249874,1,20130604,8,8:20:57,72,0.833333333
+249875,1,20130604,8,8:20:58,79,0.759493671
+249876,1,20130604,8,8:20:58,82,0.731707317
+249877,1,20130604,8,8:20:59,86,0.697674419
+249878,1,20130604,8,8:21:00,80,0.75
+249879,1,20130604,8,8:21:00,76,0.789473684
+249880,1,20130604,8,8:21:01,80,0.75
+249881,1,20130604,8,8:21:02,81,0.740740741
+249882,1,20130604,8,8:21:03,77,0.779220779
+249883,1,20130604,8,8:21:04,79,0.759493671
+249884,1,20130604,8,8:21:04,78,0.769230769
+249885,1,20130604,8,8:21:05,74,0.810810811
+249886,1,20130604,8,8:21:06,78,0.769230769
+249887,1,20130604,8,8:21:07,76,0.789473684
+249888,1,20130604,8,8:21:07,76,0.789473684
+249889,1,20130604,8,8:21:08,79,0.759493671
+249890,1,20130604,8,8:21:09,83,0.722891566
+249891,1,20130604,8,8:21:10,71,0.845070423
+249892,1,20130604,8,8:21:11,68,0.882352941
+249893,1,20130604,8,8:21:11,64,0.9375
+249894,1,20130604,8,8:21:12,61,0.983606557
+249895,1,20130604,8,8:21:13,69,0.869565217
+249896,1,20130604,8,8:21:14,71,0.845070423
+249897,1,20130604,8,8:21:15,61,0.983606557
+249898,1,20130604,8,8:21:16,59,1.016949153
+249899,1,20130604,8,8:21:17,62,0.967741935
+249900,1,20130604,8,8:21:18,59,1.016949153
+249901,1,20130604,8,8:21:19,60,1
+249902,1,20130604,8,8:21:20,70,0.857142857
+249903,1,20130604,8,8:21:21,69,0.869565217
+249904,1,20130604,8,8:21:22,78,0.769230769
+249905,1,20130604,8,8:21:23,74,0.810810811
+249906,1,20130604,8,8:21:23,73,0.821917808
+249907,1,20130604,8,8:21:24,75,0.8
+249908,1,20130604,8,8:21:25,77,0.779220779
+249909,1,20130604,8,8:21:26,66,0.909090909
+249910,1,20130604,8,8:21:27,68,0.882352941
+249911,1,20130604,8,8:21:28,60,1
+249912,1,20130604,8,8:21:29,68,0.882352941
+249913,1,20130604,8,8:21:29,67,0.895522388
+249914,1,20130604,8,8:21:30,73,0.821917808
+249915,1,20130604,8,8:21:31,69,0.869565217
+249916,1,20130604,8,8:21:32,66,0.909090909
+249917,1,20130604,8,8:21:33,72,0.833333333
+249918,1,20130604,8,8:21:34,65,0.923076923
+249919,1,20130604,8,8:21:35,68,0.882352941
+249920,1,20130604,8,8:21:36,74,0.810810811
+249921,1,20130604,8,8:21:36,64,0.9375
+249922,1,20130604,8,8:21:37,61,0.983606557
+249923,1,20130604,8,8:21:38,68,0.882352941
+249924,1,20130604,8,8:21:39,65,0.923076923
+249925,1,20130604,8,8:21:40,68,0.882352941
+249926,1,20130604,8,8:21:41,75,0.8
+249927,1,20130604,8,8:21:42,70,0.857142857
+249928,1,20130604,8,8:21:43,76,0.789473684
+249929,1,20130604,8,8:21:43,75,0.8
+249930,1,20130604,8,8:21:44,75,0.8
+249931,1,20130604,8,8:21:45,76,0.789473684
+249932,1,20130604,8,8:21:46,76,0.789473684
+249933,1,20130604,8,8:21:47,71,0.845070423
+249934,1,20130604,8,8:21:47,65,0.923076923
+249935,1,20130604,8,8:21:48,72,0.833333333
+249936,1,20130604,8,8:21:49,68,0.882352941
+249937,1,20130604,8,8:21:50,83,0.722891566
+249938,1,20130604,8,8:21:51,82,0.731707317
+249939,1,20130604,8,8:21:52,71,0.845070423
+249940,1,20130604,8,8:21:52,76,0.789473684
+249941,1,20130604,8,8:21:53,64,0.9375
+249942,1,20130604,8,8:21:54,70,0.857142857
+249943,1,20130604,8,8:21:55,64,0.9375
+249944,1,20130604,8,8:21:56,76,0.789473684
+249945,1,20130604,8,8:21:57,69,0.869565217
+249946,1,20130604,8,8:21:58,74,0.810810811
+249947,1,20130604,8,8:21:58,67,0.895522388
+249948,1,20130604,8,8:21:59,63,0.952380952
+249949,1,20130604,8,8:22:00,65,0.923076923
+249950,1,20130604,8,8:22:01,77,0.779220779
+249951,1,20130604,8,8:22:02,73,0.821917808
+249952,1,20130604,8,8:22:03,68,0.882352941
+249953,1,20130604,8,8:22:04,66,0.909090909
+249954,1,20130604,8,8:22:05,69,0.869565217
+249955,1,20130604,8,8:22:05,70,0.857142857
+249956,1,20130604,8,8:22:06,70,0.857142857
+249957,1,20130604,8,8:22:07,63,0.952380952
+249958,1,20130604,8,8:22:08,65,0.923076923
+249959,1,20130604,8,8:22:09,70,0.857142857
+249960,1,20130604,8,8:22:10,68,0.882352941
+249961,1,20130604,8,8:22:11,68,0.882352941
+249962,1,20130604,8,8:22:12,76,0.789473684
+249963,1,20130604,8,8:22:12,72,0.833333333
+249964,1,20130604,8,8:22:13,76,0.789473684
+249965,1,20130604,8,8:22:14,78,0.769230769
+249966,1,20130604,8,8:22:15,76,0.789473684
+249967,1,20130604,8,8:22:16,69,0.869565217
+249968,1,20130604,8,8:22:17,57,1.052631579
+249969,1,20130604,8,8:22:18,55,1.090909091
+249970,1,20130604,8,8:22:19,55,1.090909091
+249971,1,20130604,8,8:22:20,60,1
+249972,1,20130604,8,8:22:21,63,0.952380952
+249973,1,20130604,8,8:22:22,61,0.983606557
+249974,1,20130604,8,8:22:23,64,0.9375
+249975,1,20130604,8,8:22:24,64,0.9375
+249976,1,20130604,8,8:22:25,65,0.923076923
+249977,1,20130604,8,8:22:25,55,1.090909091
+249978,1,20130604,8,8:22:27,68,0.882352941
+249979,1,20130604,8,8:22:27,58,1.034482759
+249980,1,20130604,8,8:22:28,56,1.071428571
+249981,1,20130604,8,8:22:30,52,1.153846154
+249982,1,20130604,8,8:22:31,51,1.176470588
+249983,1,20130604,8,8:22:32,53,1.132075472
+249984,1,20130604,8,8:22:33,63,0.952380952
+249985,1,20130604,8,8:22:34,68,0.882352941
+249986,1,20130604,8,8:22:35,62,0.967741935
+249987,1,20130604,8,8:22:36,62,0.967741935
+249988,1,20130604,8,8:22:37,63,0.952380952
+249989,1,20130604,8,8:22:38,54,1.111111111
+249990,1,20130604,8,8:22:39,59,1.016949153
+249991,1,20130604,8,8:22:40,59,1.016949153
+249992,1,20130604,8,8:22:41,60,1
+249993,1,20130604,8,8:22:42,62,0.967741935
+249994,1,20130604,8,8:22:43,65,0.923076923
+249995,1,20130604,8,8:22:44,65,0.923076923
+249996,1,20130604,8,8:22:45,70,0.857142857
+249997,1,20130604,8,8:22:46,67,0.895522388
+249998,1,20130604,8,8:22:46,69,0.869565217
+249999,1,20130604,8,8:22:47,77,0.779220779
+250000,1,20130604,8,8:22:48,68,0.882352941
+250001,1,20130604,8,8:22:49,58,1.034482759
+250002,1,20130604,8,8:22:50,57,1.052631579
+250003,1,20130604,8,8:22:51,70,0.857142857
+250004,1,20130604,8,8:22:52,69,0.869565217
+250005,1,20130604,8,8:22:53,63,0.952380952
+250006,1,20130604,8,8:22:54,65,0.923076923
+250007,1,20130604,8,8:22:55,74,0.810810811
+250008,1,20130604,8,8:22:55,69,0.869565217
+250009,1,20130604,8,8:22:56,64,0.9375
+250010,1,20130604,8,8:22:57,64,0.9375
+250011,1,20130604,8,8:22:58,78,0.769230769
+250012,1,20130604,8,8:22:59,79,0.759493671
+250013,1,20130604,8,8:23:00,82,0.731707317
+250014,1,20130604,8,8:23:00,71,0.845070423
+250015,1,20130604,8,8:23:01,66,0.909090909
+250016,1,20130604,8,8:23:02,65,0.923076923
+250017,1,20130604,8,8:23:03,66,0.909090909
+250018,1,20130604,8,8:23:04,70,0.857142857
+250019,1,20130604,8,8:23:05,69,0.869565217
+250020,1,20130604,8,8:23:06,66,0.909090909
+250021,1,20130604,8,8:23:07,65,0.923076923
+250022,1,20130604,8,8:23:08,66,0.909090909
+250023,1,20130604,8,8:23:08,70,0.857142857
+250024,1,20130604,8,8:23:09,67,0.895522388
+250025,1,20130604,8,8:23:10,69,0.869565217
+250026,1,20130604,8,8:23:11,66,0.909090909
+250027,1,20130604,8,8:23:12,75,0.8
+250028,1,20130604,8,8:23:13,70,0.857142857
+250029,1,20130604,8,8:23:14,58,1.034482759
+250030,1,20130604,8,8:23:15,61,0.983606557
+250031,1,20130604,8,8:23:16,70,0.857142857
+250032,1,20130604,8,8:23:17,74,0.810810811
+250033,1,20130604,8,8:23:17,67,0.895522388
+250034,1,20130604,8,8:23:18,65,0.923076923
+250035,1,20130604,8,8:23:19,66,0.909090909
+250036,1,20130604,8,8:23:20,73,0.821917808
+250037,1,20130604,8,8:23:21,69,0.869565217
+250038,1,20130604,8,8:23:22,67,0.895522388
+250039,1,20130604,8,8:23:23,66,0.909090909
+250040,1,20130604,8,8:23:24,77,0.779220779
+250041,1,20130604,8,8:23:24,71,0.845070423
+250042,1,20130604,8,8:23:25,71,0.845070423
+250043,1,20130604,8,8:23:26,66,0.909090909
+250044,1,20130604,8,8:23:27,71,0.845070423
+250045,1,20130604,8,8:23:28,76,0.789473684
+250046,1,20130604,8,8:23:29,80,0.75
+250047,1,20130604,8,8:23:29,67,0.895522388
+250048,1,20130604,8,8:23:30,68,0.882352941
+250049,1,20130604,8,8:23:31,62,0.967741935
+250050,1,20130604,8,8:23:32,64,0.9375
+250051,1,20130604,8,8:23:33,70,0.857142857
+250052,1,20130604,8,8:23:34,78,0.769230769
+250053,1,20130604,8,8:23:35,73,0.821917808
+250054,1,20130604,8,8:23:35,65,0.923076923
+250055,1,20130604,8,8:23:36,63,0.952380952
+250056,1,20130604,8,8:23:37,64,0.9375
+250057,1,20130604,8,8:23:38,73,0.821917808
+250058,1,20130604,8,8:23:39,57,1.052631579
+250059,1,20130604,8,8:23:40,57,1.052631579
+250060,1,20130604,8,8:23:41,64,0.9375
+250061,1,20130604,8,8:23:42,56,1.071428571
+250062,1,20130604,8,8:23:43,57,1.052631579
+250063,1,20130604,8,8:23:44,61,0.983606557
+250064,1,20130604,8,8:23:45,66,0.909090909
+250065,1,20130604,8,8:23:46,65,0.923076923
+250066,1,20130604,8,8:23:47,65,0.923076923
+250067,1,20130604,8,8:23:48,61,0.983606557
+250068,1,20130604,8,8:23:49,64,0.9375
+250069,1,20130604,8,8:23:50,66,0.909090909
+250070,1,20130604,8,8:23:51,62,0.967741935
+250071,1,20130604,8,8:23:52,59,1.016949153
+250072,1,20130604,8,8:23:53,65,0.923076923
+250073,1,20130604,8,8:23:54,61,0.983606557
+250074,1,20130604,8,8:23:55,58,1.034482759
+250075,1,20130604,8,8:23:56,69,0.869565217
+250076,1,20130604,8,8:23:57,72,0.833333333
+250077,1,20130604,8,8:23:57,63,0.952380952
+250078,1,20130604,8,8:23:58,53,1.132075472
+250079,1,20130604,8,8:24:00,58,1.034482759
+250080,1,20130604,8,8:24:01,69,0.869565217
+250081,1,20130604,8,8:24:01,63,0.952380952
+250082,1,20130604,8,8:24:02,60,1
+250083,1,20130604,8,8:24:03,60,1
+250084,1,20130604,8,8:24:04,73,0.821917808
+250085,1,20130604,8,8:24:05,69,0.869565217
+250086,1,20130604,8,8:24:06,66,0.909090909
+250087,1,20130604,8,8:24:07,60,1
+250088,1,20130604,8,8:24:08,68,0.882352941
+250089,1,20130604,8,8:24:09,66,0.909090909
+250090,1,20130604,8,8:24:10,66,0.909090909
+250091,1,20130604,8,8:24:11,74,0.810810811
+250092,1,20130604,8,8:24:11,80,0.75
+250093,1,20130604,8,8:24:12,85,0.705882353
+250094,1,20130604,8,8:24:13,77,0.779220779
+250095,1,20130604,8,8:24:14,87,0.689655172
+250096,1,20130604,8,8:24:14,87,0.689655172
+250097,1,20130604,8,8:24:15,86,0.697674419
+250098,1,20130604,8,8:24:16,85,0.705882353
+250099,1,20130604,8,8:24:17,88,0.681818182
+250100,1,20130604,8,8:24:17,90,0.666666667
+250101,1,20130604,8,8:24:18,90,0.666666667
+250102,1,20130604,8,8:24:19,96,0.625
+250103,1,20130604,8,8:24:19,90,0.666666667
+250104,1,20130604,8,8:24:20,83,0.722891566
+250105,1,20130604,8,8:24:21,78,0.769230769
+250106,1,20130604,8,8:24:21,77,0.779220779
+250107,1,20130604,8,8:24:22,73,0.821917808
+250108,1,20130604,8,8:24:23,70,0.857142857
+250109,1,20130604,8,8:24:24,74,0.810810811
+250110,1,20130604,8,8:24:25,78,0.769230769
+250111,1,20130604,8,8:24:25,87,0.689655172
+250112,1,20130604,8,8:24:26,88,0.681818182
+250113,1,20130604,8,8:24:27,90,0.666666667
+250114,1,20130604,8,8:24:27,89,0.674157303
+250115,1,20130604,8,8:24:28,90,0.666666667
+250116,1,20130604,8,8:24:29,84,0.714285714
+250117,1,20130604,8,8:24:29,92,0.652173913
+250118,1,20130604,8,8:24:30,74,0.810810811
+250119,1,20130604,8,8:24:31,73,0.821917808
+250120,1,20130604,8,8:24:32,79,0.759493671
+250121,1,20130604,8,8:24:32,80,0.75
+250122,1,20130604,8,8:24:33,66,0.909090909
+250123,1,20130604,8,8:24:34,57,1.052631579
+250124,1,20130604,8,8:24:35,61,0.983606557
+250125,1,20130604,8,8:24:36,65,0.923076923
+250126,1,20130604,8,8:24:37,65,0.923076923
+250127,1,20130604,8,8:24:38,63,0.952380952
+250128,1,20130604,8,8:24:39,73,0.821917808
+250129,1,20130604,8,8:24:40,76,0.789473684
+250130,1,20130604,8,8:24:41,78,0.769230769
+250131,1,20130604,8,8:24:41,78,0.769230769
+250132,1,20130604,8,8:24:42,67,0.895522388
+250133,1,20130604,8,8:24:43,66,0.909090909
+250134,1,20130604,8,8:24:44,55,1.090909091
+250135,1,20130604,8,8:24:45,64,0.9375
+250136,1,20130604,8,8:24:46,66,0.909090909
+250137,1,20130604,8,8:24:47,55,1.090909091
+250138,1,20130604,8,8:24:48,56,1.071428571
+250139,1,20130604,8,8:24:49,59,1.016949153
+250140,1,20130604,8,8:24:50,56,1.071428571
+250141,1,20130604,8,8:24:51,55,1.090909091
+250142,1,20130604,8,8:24:52,61,0.983606557
+250143,1,20130604,8,8:24:53,66,0.909090909
+250144,1,20130604,8,8:24:54,64,0.9375
+250145,1,20130604,8,8:24:55,63,0.952380952
+250146,1,20130604,8,8:24:56,64,0.9375
+250147,1,20130604,8,8:24:57,58,1.034482759
+250148,1,20130604,8,8:24:58,58,1.034482759
+250149,1,20130604,8,8:24:59,59,1.016949153
+250150,1,20130604,8,8:25:00,56,1.071428571
+250151,1,20130604,8,8:25:01,62,0.967741935
+250152,1,20130604,8,8:25:02,60,1
+250153,1,20130604,8,8:25:03,69,0.869565217
+250154,1,20130604,8,8:25:04,56,1.071428571
+250155,1,20130604,8,8:25:05,58,1.034482759
+250156,1,20130604,8,8:25:06,67,0.895522388
+250157,1,20130604,8,8:25:07,71,0.845070423
+250158,1,20130604,8,8:25:08,78,0.769230769
+250159,1,20130604,8,8:25:09,76,0.789473684
+250160,1,20130604,8,8:25:09,61,0.983606557
+250161,1,20130604,8,8:25:10,60,1
+250162,1,20130604,8,8:25:11,67,0.895522388
+250163,1,20130604,8,8:25:12,61,0.983606557
+250164,1,20130604,8,8:25:13,63,0.952380952
+250165,1,20130604,8,8:25:14,68,0.882352941
+250166,1,20130604,8,8:25:15,73,0.821917808
+250167,1,20130604,8,8:25:16,66,0.909090909
+250168,1,20130604,8,8:25:17,72,0.833333333
+250169,1,20130604,8,8:25:18,79,0.759493671
+250170,1,20130604,8,8:25:18,79,0.759493671
+250171,1,20130604,8,8:25:19,80,0.75
+250172,1,20130604,8,8:25:20,70,0.857142857
+250173,1,20130604,8,8:25:21,60,1
+250174,1,20130604,8,8:25:22,60,1
+250175,1,20130604,8,8:25:23,71,0.845070423
+250176,1,20130604,8,8:25:24,79,0.759493671
+250177,1,20130604,8,8:25:24,77,0.779220779
+250178,1,20130604,8,8:25:25,75,0.8
+250179,1,20130604,8,8:25:26,73,0.821917808
+250180,1,20130604,8,8:25:27,80,0.75
+250181,1,20130604,8,8:25:27,68,0.882352941
+250182,1,20130604,8,8:25:28,67,0.895522388
+250183,1,20130604,8,8:25:29,58,1.034482759
+250184,1,20130604,8,8:25:30,62,0.967741935
+250185,1,20130604,8,8:25:31,73,0.821917808
+250186,1,20130604,8,8:25:32,85,0.705882353
+250187,1,20130604,8,8:25:33,84,0.714285714
+250188,1,20130604,8,8:25:33,84,0.714285714
+250189,1,20130604,8,8:25:34,88,0.681818182
+250190,1,20130604,8,8:25:35,84,0.714285714
+250191,1,20130604,8,8:25:36,85,0.705882353
+250192,1,20130604,8,8:25:36,83,0.722891566
+250193,1,20130604,8,8:25:37,87,0.689655172
+250194,1,20130604,8,8:25:38,90,0.666666667
+250195,1,20130604,8,8:25:38,90,0.666666667
+250196,1,20130604,8,8:25:39,89,0.674157303
+250197,1,20130604,8,8:25:40,86,0.697674419
+250198,1,20130604,8,8:25:40,84,0.714285714
+250199,1,20130604,8,8:25:41,82,0.731707317
+250200,1,20130604,8,8:25:42,77,0.779220779
+250201,1,20130604,8,8:25:43,73,0.821917808
+250202,1,20130604,8,8:25:43,77,0.779220779
+250203,1,20130604,8,8:25:44,81,0.740740741
+250204,1,20130604,8,8:25:45,78,0.769230769
+250205,1,20130604,8,8:25:46,75,0.8
+250206,1,20130604,8,8:25:47,64,0.9375
+250207,1,20130604,8,8:25:47,62,0.967741935
+250208,1,20130604,8,8:25:48,58,1.034482759
+250209,1,20130604,8,8:25:49,56,1.071428571
+250210,1,20130604,8,8:25:51,60,1
+250211,1,20130604,8,8:25:52,67,0.895522388
+250212,1,20130604,8,8:25:52,63,0.952380952
+250213,1,20130604,8,8:25:53,68,0.882352941
+250214,1,20130604,8,8:25:54,62,0.967741935
+250215,1,20130604,8,8:25:55,56,1.071428571
+250216,1,20130604,8,8:25:56,57,1.052631579
+250217,1,20130604,8,8:25:57,52,1.153846154
+250218,1,20130604,8,8:25:59,57,1.052631579
+250219,1,20130604,8,8:26:00,57,1.052631579
+250220,1,20130604,8,8:26:01,61,0.983606557
+250221,1,20130604,8,8:26:02,69,0.869565217
+250222,1,20130604,8,8:26:02,61,0.983606557
+250223,1,20130604,8,8:26:03,58,1.034482759
+250224,1,20130604,8,8:26:05,64,0.9375
+250225,1,20130604,8,8:26:05,53,1.132075472
+250226,1,20130604,8,8:26:07,59,1.016949153
+250227,1,20130604,8,8:26:08,58,1.034482759
+250228,1,20130604,8,8:26:09,58,1.034482759
+250229,1,20130604,8,8:26:10,66,0.909090909
+250230,1,20130604,8,8:26:11,58,1.034482759
+250231,1,20130604,8,8:26:12,57,1.052631579
+250232,1,20130604,8,8:26:13,68,0.882352941
+250233,1,20130604,8,8:26:14,58,1.034482759
+250234,1,20130604,8,8:26:15,60,1
+250235,1,20130604,8,8:26:16,60,1
+250236,1,20130604,8,8:26:17,63,0.952380952
+250237,1,20130604,8,8:26:18,78,0.769230769
+250238,1,20130604,8,8:26:18,76,0.789473684
+250239,1,20130604,8,8:26:19,68,0.882352941
+250240,1,20130604,8,8:26:20,76,0.789473684
+250241,1,20130604,8,8:26:21,86,0.697674419
+250242,1,20130604,8,8:26:21,89,0.674157303
+250243,1,20130604,8,8:26:22,86,0.697674419
+250244,1,20130604,8,8:26:23,82,0.731707317
+250245,1,20130604,8,8:26:24,70,0.857142857
+250246,1,20130604,8,8:26:24,68,0.882352941
+250247,1,20130604,8,8:26:25,66,0.909090909
+250248,1,20130604,8,8:26:26,69,0.869565217
+250249,1,20130604,8,8:26:27,71,0.845070423
+250250,1,20130604,8,8:26:28,74,0.810810811
+250251,1,20130604,8,8:26:29,72,0.833333333
+250252,1,20130604,8,8:26:30,69,0.869565217
+250253,1,20130604,8,8:26:30,70,0.857142857
+250254,1,20130604,8,8:26:31,72,0.833333333
+250255,1,20130604,8,8:26:32,67,0.895522388
+250256,1,20130604,8,8:26:33,70,0.857142857
+250257,1,20130604,8,8:26:34,76,0.789473684
+250258,1,20130604,8,8:26:35,72,0.833333333
+250259,1,20130604,8,8:26:36,82,0.731707317
+250260,1,20130604,8,8:26:36,85,0.705882353
+250261,1,20130604,8,8:26:37,83,0.722891566
+250262,1,20130604,8,8:26:38,72,0.833333333
+250263,1,20130604,8,8:26:39,68,0.882352941
+250264,1,20130604,8,8:26:39,64,0.9375
+250265,1,20130604,8,8:26:40,59,1.016949153
+250266,1,20130604,8,8:26:41,69,0.869565217
+250267,1,20130604,8,8:26:42,67,0.895522388
+250268,1,20130604,8,8:26:43,74,0.810810811
+250269,1,20130604,8,8:26:44,79,0.759493671
+250270,1,20130604,8,8:26:45,76,0.789473684
+250271,1,20130604,8,8:26:45,77,0.779220779
+250272,1,20130604,8,8:26:46,82,0.731707317
+250273,1,20130604,8,8:26:47,71,0.845070423
+250274,1,20130604,8,8:26:48,74,0.810810811
+250275,1,20130604,8,8:26:49,72,0.833333333
+250276,1,20130604,8,8:26:49,79,0.759493671
+250277,1,20130604,8,8:26:50,74,0.810810811
+250278,1,20130604,8,8:26:51,73,0.821917808
+250279,1,20130604,8,8:26:52,67,0.895522388
+250280,1,20130604,8,8:26:53,72,0.833333333
+250281,1,20130604,8,8:26:54,68,0.882352941
+250282,1,20130604,8,8:26:54,64,0.9375
+250283,1,20130604,8,8:26:55,64,0.9375
+250284,1,20130604,8,8:26:56,67,0.895522388
+250285,1,20130604,8,8:26:57,71,0.845070423
+250286,1,20130604,8,8:26:58,73,0.821917808
+250287,1,20130604,8,8:26:59,77,0.779220779
+250288,1,20130604,8,8:27:00,78,0.769230769
+250289,1,20130604,8,8:27:00,72,0.833333333
+250290,1,20130604,8,8:27:01,61,0.983606557
+250291,1,20130604,8,8:27:02,69,0.869565217
+250292,1,20130604,8,8:27:03,63,0.952380952
+250293,1,20130604,8,8:27:04,61,0.983606557
+250294,1,20130604,8,8:27:05,72,0.833333333
+250295,1,20130604,8,8:27:06,59,1.016949153
+250296,1,20130604,8,8:27:07,62,0.967741935
+250297,1,20130604,8,8:27:08,65,0.923076923
+250298,1,20130604,8,8:27:09,59,1.016949153
+250299,1,20130604,8,8:27:10,65,0.923076923
+250300,1,20130604,8,8:27:11,74,0.810810811
+250301,1,20130604,8,8:27:12,67,0.895522388
+250302,1,20130604,8,8:27:12,62,0.967741935
+250303,1,20130604,8,8:27:13,70,0.857142857
+250304,1,20130604,8,8:27:14,60,1
+250305,1,20130604,8,8:27:15,64,0.9375
+250306,1,20130604,8,8:27:16,68,0.882352941
+250307,1,20130604,8,8:27:17,64,0.9375
+250308,1,20130604,8,8:27:18,67,0.895522388
+250309,1,20130604,8,8:27:19,74,0.810810811
+250310,1,20130604,8,8:27:20,77,0.779220779
+250311,1,20130604,8,8:27:21,65,0.923076923
+250312,1,20130604,8,8:27:21,66,0.909090909
+250313,1,20130604,8,8:27:22,73,0.821917808
+250314,1,20130604,8,8:27:23,72,0.833333333
+250315,1,20130604,8,8:27:24,65,0.923076923
+250316,1,20130604,8,8:27:25,70,0.857142857
+250317,1,20130604,8,8:27:26,64,0.9375
+250318,1,20130604,8,8:27:27,64,0.9375
+250319,1,20130604,8,8:27:28,70,0.857142857
+250320,1,20130604,8,8:27:29,74,0.810810811
+250321,1,20130604,8,8:27:29,69,0.869565217
+250322,1,20130604,8,8:27:30,68,0.882352941
+250323,1,20130604,8,8:27:31,72,0.833333333
+250324,1,20130604,8,8:27:32,68,0.882352941
+250325,1,20130604,8,8:27:33,66,0.909090909
+250326,1,20130604,8,8:27:34,69,0.869565217
+250327,1,20130604,8,8:27:35,63,0.952380952
+250328,1,20130604,8,8:27:36,63,0.952380952
+250329,1,20130604,8,8:27:37,73,0.821917808
+250330,1,20130604,8,8:27:37,79,0.759493671
+250331,1,20130604,8,8:27:38,76,0.789473684
+250332,1,20130604,8,8:27:39,70,0.857142857
+250333,1,20130604,8,8:27:40,73,0.821917808
+250334,1,20130604,8,8:27:41,68,0.882352941
+250335,1,20130604,8,8:27:41,66,0.909090909
+250336,1,20130604,8,8:27:42,71,0.845070423
+250337,1,20130604,8,8:27:43,64,0.9375
+250338,1,20130604,8,8:27:44,65,0.923076923
+250339,1,20130604,8,8:27:45,70,0.857142857
+250340,1,20130604,8,8:27:46,67,0.895522388
+250341,1,20130604,8,8:27:47,71,0.845070423
+250342,1,20130604,8,8:27:48,81,0.740740741
+250343,1,20130604,8,8:27:48,82,0.731707317
+250344,1,20130604,8,8:27:49,78,0.769230769
+250345,1,20130604,8,8:27:50,68,0.882352941
+250346,1,20130604,8,8:27:51,69,0.869565217
+250347,1,20130604,8,8:27:52,67,0.895522388
+250348,1,20130604,8,8:27:53,72,0.833333333
+250349,1,20130604,8,8:27:53,72,0.833333333
+250350,1,20130604,8,8:27:54,70,0.857142857
+250351,1,20130604,8,8:27:55,74,0.810810811
+250352,1,20130604,8,8:27:56,80,0.75
+250353,1,20130604,8,8:27:57,82,0.731707317
+250354,1,20130604,8,8:27:57,88,0.681818182
+250355,1,20130604,8,8:27:58,77,0.779220779
+250356,1,20130604,8,8:27:59,72,0.833333333
+250357,1,20130604,8,8:28:00,72,0.833333333
+250358,1,20130604,8,8:28:00,67,0.895522388
+250359,1,20130604,8,8:28:01,69,0.869565217
+250360,1,20130604,8,8:28:02,64,0.9375
+250361,1,20130604,8,8:28:03,63,0.952380952
+250362,1,20130604,8,8:28:04,71,0.845070423
+250363,1,20130604,8,8:28:05,74,0.810810811
+250364,1,20130604,8,8:28:06,77,0.779220779
+250365,1,20130604,8,8:28:07,82,0.731707317
+250366,1,20130604,8,8:28:07,78,0.769230769
+250367,1,20130604,8,8:28:08,62,0.967741935
+250368,1,20130604,8,8:28:09,64,0.9375
+250369,1,20130604,8,8:28:10,66,0.909090909
+250370,1,20130604,8,8:28:11,67,0.895522388
+250371,1,20130604,8,8:28:12,73,0.821917808
+250372,1,20130604,8,8:28:13,70,0.857142857
+250373,1,20130604,8,8:28:13,67,0.895522388
+250374,1,20130604,8,8:28:14,72,0.833333333
+250375,1,20130604,8,8:28:15,78,0.769230769
+250376,1,20130604,8,8:28:16,69,0.869565217
+250377,1,20130604,8,8:28:17,67,0.895522388
+250378,1,20130604,8,8:28:18,75,0.8
+250379,1,20130604,8,8:28:19,68,0.882352941
+250380,1,20130604,8,8:28:19,70,0.857142857
+250381,1,20130604,8,8:28:20,77,0.779220779
+250382,1,20130604,8,8:28:21,74,0.810810811
+250383,1,20130604,8,8:28:22,75,0.8
+250384,1,20130604,8,8:28:23,70,0.857142857
+250385,1,20130604,8,8:28:24,75,0.8
+250386,1,20130604,8,8:28:24,73,0.821917808
+250387,1,20130604,8,8:28:25,72,0.833333333
+250388,1,20130604,8,8:28:26,70,0.857142857
+250389,1,20130604,8,8:28:27,67,0.895522388
+250390,1,20130604,8,8:28:28,60,1
+250391,1,20130604,8,8:28:29,62,0.967741935
+250392,1,20130604,8,8:28:30,66,0.909090909
+250393,1,20130604,8,8:28:31,69,0.869565217
+250394,1,20130604,8,8:28:31,67,0.895522388
+250395,1,20130604,8,8:28:32,76,0.789473684
+250396,1,20130604,8,8:28:33,66,0.909090909
+250397,1,20130604,8,8:28:34,60,1
+250398,1,20130604,8,8:28:35,64,0.9375
+250399,1,20130604,8,8:28:36,64,0.9375
+250400,1,20130604,8,8:28:37,74,0.810810811
+250401,1,20130604,8,8:28:38,79,0.759493671
+250402,1,20130604,8,8:28:39,78,0.769230769
+250403,1,20130604,8,8:28:39,76,0.789473684
+250404,1,20130604,8,8:28:40,69,0.869565217
+250405,1,20130604,8,8:28:41,70,0.857142857
+250406,1,20130604,8,8:28:42,76,0.789473684
+250407,1,20130604,8,8:28:43,78,0.769230769
+250408,1,20130604,8,8:28:43,68,0.882352941
+250409,1,20130604,8,8:28:44,60,1
+250410,1,20130604,8,8:28:45,60,1
+250411,1,20130604,8,8:28:46,68,0.882352941
+250412,1,20130604,8,8:28:47,61,0.983606557
+250413,1,20130604,8,8:28:48,60,1
+250414,1,20130604,8,8:28:49,74,0.810810811
+250415,1,20130604,8,8:28:50,73,0.821917808
+250416,1,20130604,8,8:28:51,66,0.909090909
+250417,1,20130604,8,8:28:52,59,1.016949153
+250418,1,20130604,8,8:28:53,58,1.034482759
+250419,1,20130604,8,8:28:54,54,1.111111111
+250420,1,20130604,8,8:28:55,54,1.111111111
+250421,1,20130604,8,8:28:56,59,1.016949153
+250422,1,20130604,8,8:28:57,55,1.090909091
+250423,1,20130604,8,8:28:58,58,1.034482759
+250424,1,20130604,8,8:28:59,69,0.869565217
+250425,1,20130604,8,8:29:00,64,0.9375
+250426,1,20130604,8,8:29:01,63,0.952380952
+250427,1,20130604,8,8:29:02,61,0.983606557
+250428,1,20130604,8,8:29:03,67,0.895522388
+250429,1,20130604,8,8:29:04,62,0.967741935
+250430,1,20130604,8,8:29:05,69,0.869565217
+250431,1,20130604,8,8:29:06,56,1.071428571
+250432,1,20130604,8,8:29:07,56,1.071428571
+250433,1,20130604,8,8:29:08,69,0.869565217
+250434,1,20130604,8,8:29:09,62,0.967741935
+250435,1,20130604,8,8:29:09,64,0.9375
+250436,1,20130604,8,8:29:10,73,0.821917808
+250437,1,20130604,8,8:29:11,64,0.9375
+250438,1,20130604,8,8:29:12,67,0.895522388
+250439,1,20130604,8,8:29:13,57,1.052631579
+250440,1,20130604,8,8:29:14,55,1.090909091
+250441,1,20130604,8,8:29:15,59,1.016949153
+250442,1,20130604,8,8:29:16,57,1.052631579
+250443,1,20130604,8,8:29:17,57,1.052631579
+250444,1,20130604,8,8:29:18,59,1.016949153
+250445,1,20130604,8,8:29:19,59,1.016949153
+250446,1,20130604,8,8:29:20,58,1.034482759
+250447,1,20130604,8,8:29:21,64,0.9375
+250448,1,20130604,8,8:29:22,60,1
+250449,1,20130604,8,8:29:23,59,1.016949153
+250450,1,20130604,8,8:29:24,66,0.909090909
+250451,1,20130604,8,8:29:25,61,0.983606557
+250452,1,20130604,8,8:29:26,58,1.034482759
+250453,1,20130604,8,8:29:27,64,0.9375
+250454,1,20130604,8,8:29:28,59,1.016949153
+250455,1,20130604,8,8:29:29,57,1.052631579
+250456,1,20130604,8,8:29:30,60,1
+250457,1,20130604,8,8:29:31,58,1.034482759
+250458,1,20130604,8,8:29:32,57,1.052631579
+250459,1,20130604,8,8:29:33,61,0.983606557
+250460,1,20130604,8,8:29:34,63,0.952380952
+250461,1,20130604,8,8:29:35,55,1.090909091
+250462,1,20130604,8,8:29:36,59,1.016949153
+250463,1,20130604,8,8:29:37,59,1.016949153
+250464,1,20130604,8,8:29:38,52,1.153846154
+250465,1,20130604,8,8:29:40,54,1.111111111
+250466,1,20130604,8,8:29:41,59,1.016949153
+250467,1,20130604,8,8:29:42,57,1.052631579
+250468,1,20130604,8,8:29:43,58,1.034482759
+250469,1,20130604,8,8:29:44,63,0.952380952
+250470,1,20130604,8,8:29:45,58,1.034482759
+250471,1,20130604,8,8:29:46,57,1.052631579
+250472,1,20130604,8,8:29:47,64,0.9375
+250473,1,20130604,8,8:29:48,69,0.869565217
+250474,1,20130604,8,8:29:49,60,1
+250475,1,20130604,8,8:29:50,58,1.034482759
+250476,1,20130604,8,8:29:51,63,0.952380952
+250477,1,20130604,8,8:29:52,55,1.090909091
+250478,1,20130604,8,8:29:53,56,1.071428571
+250479,1,20130604,8,8:29:54,58,1.034482759
+250480,1,20130604,8,8:29:55,65,0.923076923
+250481,1,20130604,8,8:29:56,60,1
+250482,1,20130604,8,8:29:57,56,1.071428571
+250483,1,20130604,8,8:29:58,64,0.9375
+250484,1,20130604,8,8:29:59,60,1
+250485,1,20130604,8,8:30:00,56,1.071428571
+250486,1,20130604,8,8:30:01,64,0.9375
+250487,1,20130604,8,8:30:02,62,0.967741935
+250488,1,20130604,8,8:30:03,59,1.016949153
+250489,1,20130604,8,8:30:04,60,1
+250490,1,20130604,8,8:30:05,60,1
+250491,1,20130604,8,8:30:06,56,1.071428571
+250492,1,20130604,8,8:30:07,59,1.016949153
+250493,1,20130604,8,8:30:08,68,0.882352941
+250494,1,20130604,8,8:30:09,67,0.895522388
+250495,1,20130604,8,8:30:10,65,0.923076923
+250496,1,20130604,8,8:30:11,72,0.833333333
+250497,1,20130604,8,8:30:11,65,0.923076923
+250498,1,20130604,8,8:30:12,76,0.789473684
+250499,1,20130604,8,8:30:13,80,0.75
+250500,1,20130604,8,8:30:14,83,0.722891566
+250501,1,20130604,8,8:30:15,81,0.740740741
+250502,1,20130604,8,8:30:15,90,0.666666667
+250503,1,20130604,8,8:30:16,86,0.697674419
+250504,1,20130604,8,8:30:17,75,0.8
+250505,1,20130604,8,8:30:17,78,0.769230769
+250506,1,20130604,8,8:30:18,79,0.759493671
+250507,1,20130604,8,8:30:19,68,0.882352941
+250508,1,20130604,8,8:30:20,65,0.923076923
+250509,1,20130604,8,8:30:21,72,0.833333333
+250510,1,20130604,8,8:30:22,79,0.759493671
+250511,1,20130604,8,8:30:22,79,0.759493671
+250512,1,20130604,8,8:30:23,82,0.731707317
+250513,1,20130604,8,8:30:24,86,0.697674419
+250514,1,20130604,8,8:30:25,88,0.681818182
+250515,1,20130604,8,8:30:25,95,0.631578947
+250516,1,20130604,8,8:30:26,100,0.6
+250517,1,20130604,8,8:30:26,94,0.638297872
+250518,1,20130604,8,8:30:27,97,0.618556701
+250519,1,20130604,8,8:30:28,95,0.631578947
+250520,1,20130604,8,8:30:28,85,0.705882353
+250521,1,20130604,8,8:30:29,76,0.789473684
+250522,1,20130604,8,8:30:30,67,0.895522388
+250523,1,20130604,8,8:30:31,66,0.909090909
+250524,1,20130604,8,8:30:32,69,0.869565217
+250525,1,20130604,8,8:30:33,75,0.8
+250526,1,20130604,8,8:30:33,82,0.731707317
+250527,1,20130604,8,8:30:34,82,0.731707317
+250528,1,20130604,8,8:30:35,82,0.731707317
+250529,1,20130604,8,8:30:36,82,0.731707317
+250530,1,20130604,8,8:30:36,77,0.779220779
+250531,1,20130604,8,8:30:37,77,0.779220779
+250532,1,20130604,8,8:30:38,71,0.845070423
+250533,1,20130604,8,8:30:39,74,0.810810811
+250534,1,20130604,8,8:30:39,80,0.75
+250535,1,20130604,8,8:30:40,78,0.769230769
+250536,1,20130604,8,8:30:41,74,0.810810811
+250537,1,20130604,8,8:30:42,77,0.779220779
+250538,1,20130604,8,8:30:43,69,0.869565217
+250539,1,20130604,8,8:30:43,72,0.833333333
+250540,1,20130604,8,8:30:44,66,0.909090909
+250541,1,20130604,8,8:30:45,67,0.895522388
+250542,1,20130604,8,8:30:46,68,0.882352941
+250543,1,20130604,8,8:30:47,70,0.857142857
+250544,1,20130604,8,8:30:48,75,0.8
+250545,1,20130604,8,8:30:49,79,0.759493671
+250546,1,20130604,8,8:30:49,78,0.769230769
+250547,1,20130604,8,8:30:50,82,0.731707317
+250548,1,20130604,8,8:30:51,74,0.810810811
+250549,1,20130604,8,8:30:52,73,0.821917808
+250550,1,20130604,8,8:30:53,69,0.869565217
+250551,1,20130604,8,8:30:53,71,0.845070423
+250552,1,20130604,8,8:30:54,72,0.833333333
+250553,1,20130604,8,8:30:55,81,0.740740741
+250554,1,20130604,8,8:30:56,78,0.769230769
+250555,1,20130604,8,8:30:57,68,0.882352941
+250556,1,20130604,8,8:30:57,72,0.833333333
+250557,1,20130604,8,8:30:58,74,0.810810811
+250558,1,20130604,8,8:30:59,76,0.789473684
+250559,1,20130604,8,8:31:00,84,0.714285714
+250560,1,20130604,8,8:31:01,89,0.674157303
+250561,1,20130604,8,8:31:01,83,0.722891566
+250562,1,20130604,8,8:31:02,81,0.740740741
+250563,1,20130604,8,8:31:03,75,0.8
+250564,1,20130604,8,8:31:04,77,0.779220779
+250565,1,20130604,8,8:31:04,75,0.8
+250566,1,20130604,8,8:31:05,78,0.769230769
+250567,1,20130604,8,8:31:06,82,0.731707317
+250568,1,20130604,8,8:31:07,80,0.75
+250569,1,20130604,8,8:31:07,80,0.75
+250570,1,20130604,8,8:31:08,80,0.75
+250571,1,20130604,8,8:31:09,81,0.740740741
+250572,1,20130604,8,8:31:10,83,0.722891566
+250573,1,20130604,8,8:31:10,87,0.689655172
+250574,1,20130604,8,8:31:11,85,0.705882353
+250575,1,20130604,8,8:31:12,81,0.740740741
+250576,1,20130604,8,8:31:12,77,0.779220779
+250577,1,20130604,8,8:31:13,74,0.810810811
+250578,1,20130604,8,8:31:14,72,0.833333333
+250579,1,20130604,8,8:31:15,80,0.75
+250580,1,20130604,8,8:31:16,80,0.75
+250581,1,20130604,8,8:31:16,78,0.769230769
+250582,1,20130604,8,8:31:17,74,0.810810811
+250583,1,20130604,8,8:31:18,86,0.697674419
+250584,1,20130604,8,8:31:19,81,0.740740741
+250585,1,20130604,8,8:31:19,83,0.722891566
+250586,1,20130604,8,8:31:20,81,0.740740741
+250587,1,20130604,8,8:31:21,86,0.697674419
+250588,1,20130604,8,8:31:22,88,0.681818182
+250589,1,20130604,8,8:31:22,90,0.666666667
+250590,1,20130604,8,8:31:23,94,0.638297872
+250591,1,20130604,8,8:31:24,78,0.769230769
+250592,1,20130604,8,8:31:24,80,0.75
+250593,1,20130604,8,8:31:25,81,0.740740741
+250594,1,20130604,8,8:31:26,83,0.722891566
+250595,1,20130604,8,8:31:27,76,0.789473684
+250596,1,20130604,8,8:31:27,75,0.8
+250597,1,20130604,8,8:31:28,78,0.769230769
+250598,1,20130604,8,8:31:29,84,0.714285714
+250599,1,20130604,8,8:31:30,84,0.714285714
+250600,1,20130604,8,8:31:30,81,0.740740741
+250601,1,20130604,8,8:31:31,87,0.689655172
+250602,1,20130604,8,8:31:32,83,0.722891566
+250603,1,20130604,8,8:31:32,68,0.882352941
+250604,1,20130604,8,8:31:33,60,1
+250605,1,20130604,8,8:31:34,68,0.882352941
+250606,1,20130604,8,8:31:35,72,0.833333333
+250607,1,20130604,8,8:31:36,71,0.845070423
+250608,1,20130604,8,8:31:37,79,0.759493671
+250609,1,20130604,8,8:31:38,71,0.845070423
+250610,1,20130604,8,8:31:39,74,0.810810811
+250611,1,20130604,8,8:31:39,68,0.882352941
+250612,1,20130604,8,8:31:40,59,1.016949153
+250613,1,20130604,8,8:31:41,62,0.967741935
+250614,1,20130604,8,8:31:42,62,0.967741935
+250615,1,20130604,8,8:31:43,65,0.923076923
+250616,1,20130604,8,8:31:44,63,0.952380952
+250617,1,20130604,8,8:31:45,67,0.895522388
+250618,1,20130604,8,8:31:46,70,0.857142857
+250619,1,20130604,8,8:31:47,78,0.769230769
+250620,1,20130604,8,8:31:48,82,0.731707317
+250621,1,20130604,8,8:31:48,73,0.821917808
+250622,1,20130604,8,8:31:49,66,0.909090909
+250623,1,20130604,8,8:31:50,71,0.845070423
+250624,1,20130604,8,8:31:51,65,0.923076923
+250625,1,20130604,8,8:31:52,70,0.857142857
+250626,1,20130604,8,8:31:53,74,0.810810811
+250627,1,20130604,8,8:31:53,73,0.821917808
+250628,1,20130604,8,8:31:54,70,0.857142857
+250629,1,20130604,8,8:31:55,63,0.952380952
+250630,1,20130604,8,8:31:56,69,0.869565217
+250631,1,20130604,8,8:31:57,69,0.869565217
+250632,1,20130604,8,8:31:58,75,0.8
+250633,1,20130604,8,8:31:59,73,0.821917808
+250634,1,20130604,8,8:31:59,72,0.833333333
+250635,1,20130604,8,8:32:00,70,0.857142857
+250636,1,20130604,8,8:32:01,71,0.845070423
+250637,1,20130604,8,8:32:02,69,0.869565217
+250638,1,20130604,8,8:32:03,76,0.789473684
+250639,1,20130604,8,8:32:04,74,0.810810811
+250640,1,20130604,8,8:32:04,68,0.882352941
+250641,1,20130604,8,8:32:05,61,0.983606557
+250642,1,20130604,8,8:32:06,69,0.869565217
+250643,1,20130604,8,8:32:07,66,0.909090909
+250644,1,20130604,8,8:32:08,65,0.923076923
+250645,1,20130604,8,8:32:09,73,0.821917808
+250646,1,20130604,8,8:32:10,59,1.016949153
+250647,1,20130604,8,8:32:11,62,0.967741935
+250648,1,20130604,8,8:32:12,68,0.882352941
+250649,1,20130604,8,8:32:13,57,1.052631579
+250650,1,20130604,8,8:32:14,71,0.845070423
+250651,1,20130604,8,8:32:15,81,0.740740741
+250652,1,20130604,8,8:32:15,84,0.714285714
+250653,1,20130604,8,8:32:16,84,0.714285714
+250654,1,20130604,8,8:32:17,75,0.8
+250655,1,20130604,8,8:32:18,71,0.845070423
+250656,1,20130604,8,8:32:18,74,0.810810811
+250657,1,20130604,8,8:32:19,82,0.731707317
+250658,1,20130604,8,8:32:20,78,0.769230769
+250659,1,20130604,8,8:32:21,71,0.845070423
+250660,1,20130604,8,8:32:22,68,0.882352941
+250661,1,20130604,8,8:32:22,75,0.8
+250662,1,20130604,8,8:32:23,81,0.740740741
+250663,1,20130604,8,8:32:24,82,0.731707317
+250664,1,20130604,8,8:32:25,85,0.705882353
+250665,1,20130604,8,8:32:25,83,0.722891566
+250666,1,20130604,8,8:32:26,82,0.731707317
+250667,1,20130604,8,8:32:27,84,0.714285714
+250668,1,20130604,8,8:32:28,70,0.857142857
+250669,1,20130604,8,8:32:28,70,0.857142857
+250670,1,20130604,8,8:32:29,67,0.895522388
+250671,1,20130604,8,8:32:30,75,0.8
+250672,1,20130604,8,8:32:31,73,0.821917808
+250673,1,20130604,8,8:32:32,70,0.857142857
+250674,1,20130604,8,8:32:33,77,0.779220779
+250675,1,20130604,8,8:32:33,83,0.722891566
+250676,1,20130604,8,8:32:34,80,0.75
+250677,1,20130604,8,8:32:35,75,0.8
+250678,1,20130604,8,8:32:36,79,0.759493671
+250679,1,20130604,8,8:32:37,74,0.810810811
+250680,1,20130604,8,8:32:37,73,0.821917808
+250681,1,20130604,8,8:32:38,73,0.821917808
+250682,1,20130604,8,8:32:39,81,0.740740741
+250683,1,20130604,8,8:32:40,83,0.722891566
+250684,1,20130604,8,8:32:40,81,0.740740741
+250685,1,20130604,8,8:32:41,77,0.779220779
+250686,1,20130604,8,8:32:42,77,0.779220779
+250687,1,20130604,8,8:32:43,82,0.731707317
+250688,1,20130604,8,8:32:43,78,0.769230769
+250689,1,20130604,8,8:32:44,78,0.769230769
+250690,1,20130604,8,8:32:45,75,0.8
+250691,1,20130604,8,8:32:46,80,0.75
+250692,1,20130604,8,8:32:47,81,0.740740741
+250693,1,20130604,8,8:32:47,85,0.705882353
+250694,1,20130604,8,8:32:48,84,0.714285714
+250695,1,20130604,8,8:32:49,83,0.722891566
+250696,1,20130604,8,8:32:49,84,0.714285714
+250697,1,20130604,8,8:32:50,81,0.740740741
+250698,1,20130604,8,8:32:51,74,0.810810811
+250699,1,20130604,8,8:32:52,70,0.857142857
+250700,1,20130604,8,8:32:53,69,0.869565217
+250701,1,20130604,8,8:32:53,79,0.759493671
+250702,1,20130604,8,8:32:54,75,0.8
+250703,1,20130604,8,8:32:55,74,0.810810811
+250704,1,20130604,8,8:32:56,76,0.789473684
+250705,1,20130604,8,8:32:57,77,0.779220779
+250706,1,20130604,8,8:32:57,86,0.697674419
+250707,1,20130604,8,8:32:58,78,0.769230769
+250708,1,20130604,8,8:32:59,70,0.857142857
+250709,1,20130604,8,8:33:00,69,0.869565217
+250710,1,20130604,8,8:33:01,75,0.8
+250711,1,20130604,8,8:33:01,65,0.923076923
+250712,1,20130604,8,8:33:02,63,0.952380952
+250713,1,20130604,8,8:33:03,70,0.857142857
+250714,1,20130604,8,8:33:04,76,0.789473684
+250715,1,20130604,8,8:33:05,75,0.8
+250716,1,20130604,8,8:33:06,79,0.759493671
+250717,1,20130604,8,8:33:06,80,0.75
+250718,1,20130604,8,8:33:07,83,0.722891566
+250719,1,20130604,8,8:33:08,81,0.740740741
+250720,1,20130604,8,8:33:09,76,0.789473684
+250721,1,20130604,8,8:33:09,83,0.722891566
+250722,1,20130604,8,8:33:10,80,0.75
+250723,1,20130604,8,8:33:11,67,0.895522388
+250724,1,20130604,8,8:33:12,58,1.034482759
+250725,1,20130604,8,8:33:13,61,0.983606557
+250726,1,20130604,8,8:33:14,72,0.833333333
+250727,1,20130604,8,8:33:15,70,0.857142857
+250728,1,20130604,8,8:33:16,70,0.857142857
+250729,1,20130604,8,8:33:16,74,0.810810811
+250730,1,20130604,8,8:33:17,76,0.789473684
+250731,1,20130604,8,8:33:18,82,0.731707317
+250732,1,20130604,8,8:33:19,70,0.857142857
+250733,1,20130604,8,8:33:20,74,0.810810811
+250734,1,20130604,8,8:33:20,62,0.967741935
+250735,1,20130604,8,8:33:21,62,0.967741935
+250736,1,20130604,8,8:33:22,62,0.967741935
+250737,1,20130604,8,8:33:23,73,0.821917808
+250738,1,20130604,8,8:33:24,74,0.810810811
+250739,1,20130604,8,8:33:25,80,0.75
+250740,1,20130604,8,8:33:26,79,0.759493671
+250741,1,20130604,8,8:33:26,79,0.759493671
+250742,1,20130604,8,8:33:27,82,0.731707317
+250743,1,20130604,8,8:33:28,75,0.8
+250744,1,20130604,8,8:33:29,71,0.845070423
+250745,1,20130604,8,8:33:30,71,0.845070423
+250746,1,20130604,8,8:33:30,76,0.789473684
+250747,1,20130604,8,8:33:31,66,0.909090909
+250748,1,20130604,8,8:33:32,72,0.833333333
+250749,1,20130604,8,8:33:33,78,0.769230769
+250750,1,20130604,8,8:33:34,77,0.779220779
+250751,1,20130604,8,8:33:34,75,0.8
+250752,1,20130604,8,8:33:35,77,0.779220779
+250753,1,20130604,8,8:33:36,80,0.75
+250754,1,20130604,8,8:33:37,85,0.705882353
+250755,1,20130604,8,8:33:38,87,0.689655172
+250756,1,20130604,8,8:33:38,88,0.681818182
+250757,1,20130604,8,8:33:39,85,0.705882353
+250758,1,20130604,8,8:33:40,82,0.731707317
+250759,1,20130604,8,8:33:40,79,0.759493671
+250760,1,20130604,8,8:33:41,83,0.722891566
+250761,1,20130604,8,8:33:42,88,0.681818182
+250762,1,20130604,8,8:33:42,88,0.681818182
+250763,1,20130604,8,8:33:43,87,0.689655172
+250764,1,20130604,8,8:33:44,87,0.689655172
+250765,1,20130604,8,8:33:45,74,0.810810811
+250766,1,20130604,8,8:33:45,85,0.705882353
+250767,1,20130604,8,8:33:46,80,0.75
+250768,1,20130604,8,8:33:47,79,0.759493671
+250769,1,20130604,8,8:33:48,78,0.769230769
+250770,1,20130604,8,8:33:48,84,0.714285714
+250771,1,20130604,8,8:33:49,79,0.759493671
+250772,1,20130604,8,8:33:50,77,0.779220779
+250773,1,20130604,8,8:33:51,75,0.8
+250774,1,20130604,8,8:33:51,67,0.895522388
+250775,1,20130604,8,8:33:52,66,0.909090909
+250776,1,20130604,8,8:33:53,76,0.789473684
+250777,1,20130604,8,8:33:54,79,0.759493671
+250778,1,20130604,8,8:33:55,79,0.759493671
+250779,1,20130604,8,8:33:56,74,0.810810811
+250780,1,20130604,8,8:33:56,77,0.779220779
+250781,1,20130604,8,8:33:57,65,0.923076923
+250782,1,20130604,8,8:33:58,60,1
+250783,1,20130604,8,8:33:59,65,0.923076923
+250784,1,20130604,8,8:34:00,70,0.857142857
+250785,1,20130604,8,8:34:01,74,0.810810811
+250786,1,20130604,8,8:34:02,74,0.810810811
+250787,1,20130604,8,8:34:02,75,0.8
+250788,1,20130604,8,8:34:03,70,0.857142857
+250789,1,20130604,8,8:34:04,75,0.8
+250790,1,20130604,8,8:34:05,76,0.789473684
+250791,1,20130604,8,8:34:06,67,0.895522388
+250792,1,20130604,8,8:34:07,67,0.895522388
+250793,1,20130604,8,8:34:07,79,0.759493671
+250794,1,20130604,8,8:34:08,77,0.779220779
+250795,1,20130604,8,8:34:09,82,0.731707317
+250796,1,20130604,8,8:34:10,74,0.810810811
+250797,1,20130604,8,8:34:11,80,0.75
+250798,1,20130604,8,8:34:11,79,0.759493671
+250799,1,20130604,8,8:34:12,74,0.810810811
+250800,1,20130604,8,8:34:13,71,0.845070423
+250801,1,20130604,8,8:34:14,79,0.759493671
+250802,1,20130604,8,8:34:14,74,0.810810811
+250803,1,20130604,8,8:34:15,79,0.759493671
+250804,1,20130604,8,8:34:16,84,0.714285714
+250805,1,20130604,8,8:34:17,87,0.689655172
+250806,1,20130604,8,8:34:17,88,0.681818182
+250807,1,20130604,8,8:34:18,87,0.689655172
+250808,1,20130604,8,8:34:19,80,0.75
+250809,1,20130604,8,8:34:20,72,0.833333333
+250810,1,20130604,8,8:34:20,79,0.759493671
+250811,1,20130604,8,8:34:21,73,0.821917808
+250812,1,20130604,8,8:34:22,64,0.9375
+250813,1,20130604,8,8:34:23,67,0.895522388
+250814,1,20130604,8,8:34:24,76,0.789473684
+250815,1,20130604,8,8:34:25,70,0.857142857
+250816,1,20130604,8,8:34:25,67,0.895522388
+250817,1,20130604,8,8:34:26,63,0.952380952
+250818,1,20130604,8,8:34:27,71,0.845070423
+250819,1,20130604,8,8:34:28,73,0.821917808
+250820,1,20130604,8,8:34:29,77,0.779220779
+250821,1,20130604,8,8:34:30,62,0.967741935
+250822,1,20130604,8,8:34:31,68,0.882352941
+250823,1,20130604,8,8:34:32,72,0.833333333
+250824,1,20130604,8,8:34:32,57,1.052631579
+250825,1,20130604,8,8:34:33,58,1.034482759
+250826,1,20130604,8,8:34:34,65,0.923076923
+250827,1,20130604,8,8:34:35,66,0.909090909
+250828,1,20130604,8,8:34:36,65,0.923076923
+250829,1,20130604,8,8:34:37,75,0.8
+250830,1,20130604,8,8:34:38,68,0.882352941
+250831,1,20130604,8,8:34:39,63,0.952380952
+250832,1,20130604,8,8:34:40,70,0.857142857
+250833,1,20130604,8,8:34:41,75,0.8
+250834,1,20130604,8,8:34:42,77,0.779220779
+250835,1,20130604,8,8:34:42,79,0.759493671
+250836,1,20130604,8,8:34:43,71,0.845070423
+250837,1,20130604,8,8:34:44,65,0.923076923
+250838,1,20130604,8,8:34:45,73,0.821917808
+250839,1,20130604,8,8:34:46,59,1.016949153
+250840,1,20130604,8,8:34:47,61,0.983606557
+250841,1,20130604,8,8:34:48,63,0.952380952
+250842,1,20130604,8,8:34:49,72,0.833333333
+250843,1,20130604,8,8:34:49,62,0.967741935
+250844,1,20130604,8,8:34:50,62,0.967741935
+250845,1,20130604,8,8:34:51,62,0.967741935
+250846,1,20130604,8,8:34:52,72,0.833333333
+250847,1,20130604,8,8:34:53,74,0.810810811
+250848,1,20130604,8,8:34:54,72,0.833333333
+250849,1,20130604,8,8:34:55,65,0.923076923
+250850,1,20130604,8,8:34:56,74,0.810810811
+250851,1,20130604,8,8:34:57,71,0.845070423
+250852,1,20130604,8,8:34:57,72,0.833333333
+250853,1,20130604,8,8:34:58,81,0.740740741
+250854,1,20130604,8,8:34:59,75,0.8
+250855,1,20130604,8,8:35:00,82,0.731707317
+250856,1,20130604,8,8:35:01,82,0.731707317
+250857,1,20130604,8,8:35:01,81,0.740740741
+250858,1,20130604,8,8:35:02,83,0.722891566
+250859,1,20130604,8,8:35:03,79,0.759493671
+250860,1,20130604,8,8:35:03,82,0.731707317
+250861,1,20130604,8,8:35:04,69,0.869565217
+250862,1,20130604,8,8:35:05,73,0.821917808
+250863,1,20130604,8,8:35:06,68,0.882352941
+250864,1,20130604,8,8:35:07,67,0.895522388
+250865,1,20130604,8,8:35:08,71,0.845070423
+250866,1,20130604,8,8:35:09,79,0.759493671
+250867,1,20130604,8,8:35:09,75,0.8
+250868,1,20130604,8,8:35:10,72,0.833333333
+250869,1,20130604,8,8:35:11,71,0.845070423
+250870,1,20130604,8,8:35:12,75,0.8
+250871,1,20130604,8,8:35:13,71,0.845070423
+250872,1,20130604,8,8:35:13,68,0.882352941
+250873,1,20130604,8,8:35:14,67,0.895522388
+250874,1,20130604,8,8:35:15,77,0.779220779
+250875,1,20130604,8,8:35:16,76,0.789473684
+250876,1,20130604,8,8:35:17,77,0.779220779
+250877,1,20130604,8,8:35:18,83,0.722891566
+250878,1,20130604,8,8:35:18,81,0.740740741
+250879,1,20130604,8,8:35:19,82,0.731707317
+250880,1,20130604,8,8:35:20,77,0.779220779
+250881,1,20130604,8,8:35:20,67,0.895522388
+250882,1,20130604,8,8:35:21,61,0.983606557
+250883,1,20130604,8,8:35:22,70,0.857142857
+250884,1,20130604,8,8:35:23,66,0.909090909
+250885,1,20130604,8,8:35:24,68,0.882352941
+250886,1,20130604,8,8:35:25,66,0.909090909
+250887,1,20130604,8,8:35:26,74,0.810810811
+250888,1,20130604,8,8:35:27,65,0.923076923
+250889,1,20130604,8,8:35:28,66,0.909090909
+250890,1,20130604,8,8:35:29,67,0.895522388
+250891,1,20130604,8,8:35:29,69,0.869565217
+250892,1,20130604,8,8:35:30,69,0.869565217
+250893,1,20130604,8,8:35:31,75,0.8
+250894,1,20130604,8,8:35:32,72,0.833333333
+250895,1,20130604,8,8:35:33,82,0.731707317
+250896,1,20130604,8,8:35:34,83,0.722891566
+250897,1,20130604,8,8:35:34,88,0.681818182
+250898,1,20130604,8,8:35:35,85,0.705882353
+250899,1,20130604,8,8:35:36,80,0.75
+250900,1,20130604,8,8:35:36,81,0.740740741
+250901,1,20130604,8,8:35:37,72,0.833333333
+250902,1,20130604,8,8:35:38,81,0.740740741
+250903,1,20130604,8,8:35:39,84,0.714285714
+250904,1,20130604,8,8:35:39,80,0.75
+250905,1,20130604,8,8:35:40,64,0.9375
+250906,1,20130604,8,8:35:41,61,0.983606557
+250907,1,20130604,8,8:35:42,66,0.909090909
+250908,1,20130604,8,8:35:43,69,0.869565217
+250909,1,20130604,8,8:35:44,79,0.759493671
+250910,1,20130604,8,8:35:45,75,0.8
+250911,1,20130604,8,8:35:45,68,0.882352941
+250912,1,20130604,8,8:35:46,63,0.952380952
+250913,1,20130604,8,8:35:47,70,0.857142857
+250914,1,20130604,8,8:35:48,66,0.909090909
+250915,1,20130604,8,8:35:49,62,0.967741935
+250916,1,20130604,8,8:35:50,65,0.923076923
+250917,1,20130604,8,8:35:51,72,0.833333333
+250918,1,20130604,8,8:35:52,75,0.8
+250919,1,20130604,8,8:35:53,78,0.769230769
+250920,1,20130604,8,8:35:53,72,0.833333333
+250921,1,20130604,8,8:35:54,74,0.810810811
+250922,1,20130604,8,8:35:55,67,0.895522388
+250923,1,20130604,8,8:35:56,70,0.857142857
+250924,1,20130604,8,8:35:57,65,0.923076923
+250925,1,20130604,8,8:35:58,71,0.845070423
+250926,1,20130604,8,8:35:59,70,0.857142857
+250927,1,20130604,8,8:35:59,66,0.909090909
+250928,1,20130604,8,8:36:00,63,0.952380952
+250929,1,20130604,8,8:36:01,72,0.833333333
+250930,1,20130604,8,8:36:02,73,0.821917808
+250931,1,20130604,8,8:36:03,69,0.869565217
+250932,1,20130604,8,8:36:04,72,0.833333333
+250933,1,20130604,8,8:36:05,77,0.779220779
+250934,1,20130604,8,8:36:05,75,0.8
+250935,1,20130604,8,8:36:06,76,0.789473684
+250936,1,20130604,8,8:36:07,73,0.821917808
+250937,1,20130604,8,8:36:08,70,0.857142857
+250938,1,20130604,8,8:36:09,69,0.869565217
+250939,1,20130604,8,8:36:10,72,0.833333333
+250940,1,20130604,8,8:36:10,75,0.8
+250941,1,20130604,8,8:36:11,78,0.769230769
+250942,1,20130604,8,8:36:12,82,0.731707317
+250943,1,20130604,8,8:36:13,77,0.779220779
+250944,1,20130604,8,8:36:13,76,0.789473684
+250945,1,20130604,8,8:36:14,78,0.769230769
+250946,1,20130604,8,8:36:15,63,0.952380952
+250947,1,20130604,8,8:36:16,66,0.909090909
+250948,1,20130604,8,8:36:17,73,0.821917808
+250949,1,20130604,8,8:36:18,70,0.857142857
+250950,1,20130604,8,8:36:19,66,0.909090909
+250951,1,20130604,8,8:36:19,66,0.909090909
+250952,1,20130604,8,8:36:20,74,0.810810811
+250953,1,20130604,8,8:36:21,68,0.882352941
+250954,1,20130604,8,8:36:22,64,0.9375
+250955,1,20130604,8,8:36:23,68,0.882352941
+250956,1,20130604,8,8:36:24,68,0.882352941
+250957,1,20130604,8,8:36:25,64,0.9375
+250958,1,20130604,8,8:36:26,66,0.909090909
+250959,1,20130604,8,8:36:27,73,0.821917808
+250960,1,20130604,8,8:36:27,71,0.845070423
+250961,1,20130604,8,8:36:28,72,0.833333333
+250962,1,20130604,8,8:36:29,75,0.8
+250963,1,20130604,8,8:36:30,79,0.759493671
+250964,1,20130604,8,8:36:31,79,0.759493671
+250965,1,20130604,8,8:36:31,83,0.722891566
+250966,1,20130604,8,8:36:32,79,0.759493671
+250967,1,20130604,8,8:36:33,84,0.714285714
+250968,1,20130604,8,8:36:34,84,0.714285714
+250969,1,20130604,8,8:36:34,81,0.740740741
+250970,1,20130604,8,8:36:35,79,0.759493671
+250971,1,20130604,8,8:36:36,83,0.722891566
+250972,1,20130604,8,8:36:37,76,0.789473684
+250973,1,20130604,8,8:36:37,81,0.740740741
+250974,1,20130604,8,8:36:38,78,0.769230769
+250975,1,20130604,8,8:36:39,78,0.769230769
+250976,1,20130604,8,8:36:40,78,0.769230769
+250977,1,20130604,8,8:36:40,83,0.722891566
+250978,1,20130604,8,8:36:41,83,0.722891566
+250979,1,20130604,8,8:36:42,81,0.740740741
+250980,1,20130604,8,8:36:43,83,0.722891566
+250981,1,20130604,8,8:36:43,85,0.705882353
+250982,1,20130604,8,8:36:44,82,0.731707317
+250983,1,20130604,8,8:36:45,79,0.759493671
+250984,1,20130604,8,8:36:46,85,0.705882353
+250985,1,20130604,8,8:36:46,86,0.697674419
+250986,1,20130604,8,8:36:47,83,0.722891566
+250987,1,20130604,8,8:36:48,80,0.75
+250988,1,20130604,8,8:36:48,82,0.731707317
+250989,1,20130604,8,8:36:49,83,0.722891566
+250990,1,20130604,8,8:36:50,87,0.689655172
+250991,1,20130604,8,8:36:51,88,0.681818182
+250992,1,20130604,8,8:36:51,90,0.666666667
+250993,1,20130604,8,8:36:52,91,0.659340659
+250994,1,20130604,8,8:36:53,92,0.652173913
+250995,1,20130604,8,8:36:53,85,0.705882353
+250996,1,20130604,8,8:36:54,77,0.779220779
+250997,1,20130604,8,8:36:55,78,0.769230769
+250998,1,20130604,8,8:36:55,71,0.845070423
+250999,1,20130604,8,8:36:56,68,0.882352941
+251000,1,20130604,8,8:36:57,67,0.895522388
+251001,1,20130604,8,8:36:58,72,0.833333333
+251002,1,20130604,8,8:36:59,71,0.845070423
+251003,1,20130604,8,8:37:00,69,0.869565217
+251004,1,20130604,8,8:37:01,72,0.833333333
+251005,1,20130604,8,8:37:01,74,0.810810811
+251006,1,20130604,8,8:37:02,69,0.869565217
+251007,1,20130604,8,8:37:03,74,0.810810811
+251008,1,20130604,8,8:37:04,77,0.779220779
+251009,1,20130604,8,8:37:05,81,0.740740741
+251010,1,20130604,8,8:37:05,80,0.75
+251011,1,20130604,8,8:37:06,76,0.789473684
+251012,1,20130604,8,8:37:07,80,0.75
+251013,1,20130604,8,8:37:08,72,0.833333333
+251014,1,20130604,8,8:37:09,71,0.845070423
+251015,1,20130604,8,8:37:09,68,0.882352941
+251016,1,20130604,8,8:37:10,76,0.789473684
+251017,1,20130604,8,8:37:11,73,0.821917808
+251018,1,20130604,8,8:37:12,77,0.779220779
+251019,1,20130604,8,8:37:13,82,0.731707317
+251020,1,20130604,8,8:37:13,82,0.731707317
+251021,1,20130604,8,8:37:14,82,0.731707317
+251022,1,20130604,8,8:37:15,86,0.697674419
+251023,1,20130604,8,8:37:16,82,0.731707317
+251024,1,20130604,8,8:37:16,78,0.769230769
+251025,1,20130604,8,8:37:17,82,0.731707317
+251026,1,20130604,8,8:37:18,73,0.821917808
+251027,1,20130604,8,8:37:19,76,0.789473684
+251028,1,20130604,8,8:37:19,81,0.740740741
+251029,1,20130604,8,8:37:20,79,0.759493671
+251030,1,20130604,8,8:37:21,74,0.810810811
+251031,1,20130604,8,8:37:22,71,0.845070423
+251032,1,20130604,8,8:37:23,73,0.821917808
+251033,1,20130604,8,8:37:23,70,0.857142857
+251034,1,20130604,8,8:37:24,64,0.9375
+251035,1,20130604,8,8:37:25,69,0.869565217
+251036,1,20130604,8,8:37:26,74,0.810810811
+251037,1,20130604,8,8:37:27,77,0.779220779
+251038,1,20130604,8,8:37:28,82,0.731707317
+251039,1,20130604,8,8:37:28,76,0.789473684
+251040,1,20130604,8,8:37:29,73,0.821917808
+251041,1,20130604,8,8:37:30,78,0.769230769
+251042,1,20130604,8,8:37:31,81,0.740740741
+251043,1,20130604,8,8:37:32,77,0.779220779
+251044,1,20130604,8,8:37:32,66,0.909090909
+251045,1,20130604,8,8:37:33,70,0.857142857
+251046,1,20130604,8,8:37:34,67,0.895522388
+251047,1,20130604,8,8:37:35,72,0.833333333
+251048,1,20130604,8,8:37:36,68,0.882352941
+251049,1,20130604,8,8:37:37,70,0.857142857
+251050,1,20130604,8,8:37:38,70,0.857142857
+251051,1,20130604,8,8:37:38,75,0.8
+251052,1,20130604,8,8:37:39,77,0.779220779
+251053,1,20130604,8,8:37:40,82,0.731707317
+251054,1,20130604,8,8:37:41,75,0.8
+251055,1,20130604,8,8:37:42,82,0.731707317
+251056,1,20130604,8,8:37:42,86,0.697674419
+251057,1,20130604,8,8:37:43,85,0.705882353
+251058,1,20130604,8,8:37:44,85,0.705882353
+251059,1,20130604,8,8:37:44,82,0.731707317
+251060,1,20130604,8,8:37:45,78,0.769230769
+251061,1,20130604,8,8:37:46,83,0.722891566
+251062,1,20130604,8,8:37:47,78,0.769230769
+251063,1,20130604,8,8:37:47,78,0.769230769
+251064,1,20130604,8,8:37:48,77,0.779220779
+251065,1,20130604,8,8:37:49,82,0.731707317
+251066,1,20130604,8,8:37:50,77,0.779220779
+251067,1,20130604,8,8:37:50,74,0.810810811
+251068,1,20130604,8,8:37:51,74,0.810810811
+251069,1,20130604,8,8:37:52,79,0.759493671
+251070,1,20130604,8,8:37:53,81,0.740740741
+251071,1,20130604,8,8:37:54,75,0.8
+251072,1,20130604,8,8:37:54,72,0.833333333
+251073,1,20130604,8,8:37:55,78,0.769230769
+251074,1,20130604,8,8:37:56,79,0.759493671
+251075,1,20130604,8,8:37:57,82,0.731707317
+251076,1,20130604,8,8:37:57,75,0.8
+251077,1,20130604,8,8:37:58,65,0.923076923
+251078,1,20130604,8,8:37:59,75,0.8
+251079,1,20130604,8,8:38:00,64,0.9375
+251080,1,20130604,8,8:38:01,65,0.923076923
+251081,1,20130604,8,8:38:02,66,0.909090909
+251082,1,20130604,8,8:38:03,71,0.845070423
+251083,1,20130604,8,8:38:04,67,0.895522388
+251084,1,20130604,8,8:38:04,68,0.882352941
+251085,1,20130604,8,8:38:05,65,0.923076923
+251086,1,20130604,8,8:38:06,67,0.895522388
+251087,1,20130604,8,8:38:07,76,0.789473684
+251088,1,20130604,8,8:38:08,77,0.779220779
+251089,1,20130604,8,8:38:09,78,0.769230769
+251090,1,20130604,8,8:38:10,75,0.8
+251091,1,20130604,8,8:38:10,68,0.882352941
+251092,1,20130604,8,8:38:11,75,0.8
+251093,1,20130604,8,8:38:12,80,0.75
+251094,1,20130604,8,8:38:13,75,0.8
+251095,1,20130604,8,8:38:14,75,0.8
+251096,1,20130604,8,8:38:14,78,0.769230769
+251097,1,20130604,8,8:38:15,82,0.731707317
+251098,1,20130604,8,8:38:16,85,0.705882353
+251099,1,20130604,8,8:38:17,85,0.705882353
+251100,1,20130604,8,8:38:17,87,0.689655172
+251101,1,20130604,8,8:38:18,92,0.652173913
+251102,1,20130604,8,8:38:19,90,0.666666667
+251103,1,20130604,8,8:38:19,80,0.75
+251104,1,20130604,8,8:38:20,69,0.869565217
+251105,1,20130604,8,8:38:21,74,0.810810811
+251106,1,20130604,8,8:38:22,80,0.75
+251107,1,20130604,8,8:38:22,71,0.845070423
+251108,1,20130604,8,8:38:23,66,0.909090909
+251109,1,20130604,8,8:38:24,73,0.821917808
+251110,1,20130604,8,8:38:25,78,0.769230769
+251111,1,20130604,8,8:38:26,77,0.779220779
+251112,1,20130604,8,8:38:27,78,0.769230769
+251113,1,20130604,8,8:38:27,77,0.779220779
+251114,1,20130604,8,8:38:28,83,0.722891566
+251115,1,20130604,8,8:38:29,76,0.789473684
+251116,1,20130604,8,8:38:30,79,0.759493671
+251117,1,20130604,8,8:38:30,70,0.857142857
+251118,1,20130604,8,8:38:31,67,0.895522388
+251119,1,20130604,8,8:38:32,71,0.845070423
+251120,1,20130604,8,8:38:33,77,0.779220779
+251121,1,20130604,8,8:38:34,77,0.779220779
+251122,1,20130604,8,8:38:35,72,0.833333333
+251123,1,20130604,8,8:38:35,65,0.923076923
+251124,1,20130604,8,8:38:36,73,0.821917808
+251125,1,20130604,8,8:38:37,73,0.821917808
+251126,1,20130604,8,8:38:38,72,0.833333333
+251127,1,20130604,8,8:38:39,77,0.779220779
+251128,1,20130604,8,8:38:40,74,0.810810811
+251129,1,20130604,8,8:38:40,67,0.895522388
+251130,1,20130604,8,8:38:41,66,0.909090909
+251131,1,20130604,8,8:38:42,71,0.845070423
+251132,1,20130604,8,8:38:43,75,0.8
+251133,1,20130604,8,8:38:44,70,0.857142857
+251134,1,20130604,8,8:38:45,66,0.909090909
+251135,1,20130604,8,8:38:46,73,0.821917808
+251136,1,20130604,8,8:38:46,75,0.8
+251137,1,20130604,8,8:38:47,79,0.759493671
+251138,1,20130604,8,8:38:48,81,0.740740741
+251139,1,20130604,8,8:38:49,83,0.722891566
+251140,1,20130604,8,8:38:49,87,0.689655172
+251141,1,20130604,8,8:38:50,87,0.689655172
+251142,1,20130604,8,8:38:51,90,0.666666667
+251143,1,20130604,8,8:38:52,93,0.64516129
+251144,1,20130604,8,8:38:52,93,0.64516129
+251145,1,20130604,8,8:38:53,92,0.652173913
+251146,1,20130604,8,8:38:53,93,0.64516129
+251147,1,20130604,8,8:38:54,97,0.618556701
+251148,1,20130604,8,8:38:55,92,0.652173913
+251149,1,20130604,8,8:38:55,94,0.638297872
+251150,1,20130604,8,8:38:56,94,0.638297872
+251151,1,20130604,8,8:38:57,88,0.681818182
+251152,1,20130604,8,8:38:57,90,0.666666667
+251153,1,20130604,8,8:38:58,86,0.697674419
+251154,1,20130604,8,8:38:59,79,0.759493671
+251155,1,20130604,8,8:38:59,80,0.75
+251156,1,20130604,8,8:39:00,75,0.8
+251157,1,20130604,8,8:39:01,78,0.769230769
+251158,1,20130604,8,8:39:02,76,0.789473684
+251159,1,20130604,8,8:39:03,79,0.759493671
+251160,1,20130604,8,8:39:03,75,0.8
+251161,1,20130604,8,8:39:04,74,0.810810811
+251162,1,20130604,8,8:39:05,81,0.740740741
+251163,1,20130604,8,8:39:06,79,0.759493671
+251164,1,20130604,8,8:39:06,82,0.731707317
+251165,1,20130604,8,8:39:07,80,0.75
+251166,1,20130604,8,8:39:08,88,0.681818182
+251167,1,20130604,8,8:39:09,78,0.769230769
+251168,1,20130604,8,8:39:09,72,0.833333333
+251169,1,20130604,8,8:39:10,71,0.845070423
+251170,1,20130604,8,8:39:11,70,0.857142857
+251171,1,20130604,8,8:39:12,69,0.869565217
+251172,1,20130604,8,8:39:13,75,0.8
+251173,1,20130604,8,8:39:14,78,0.769230769
+251174,1,20130604,8,8:39:14,77,0.779220779
+251175,1,20130604,8,8:39:15,71,0.845070423
+251176,1,20130604,8,8:39:16,78,0.769230769
+251177,1,20130604,8,8:39:17,79,0.759493671
+251178,1,20130604,8,8:39:17,74,0.810810811
+251179,1,20130604,8,8:39:18,72,0.833333333
+251180,1,20130604,8,8:39:19,79,0.759493671
+251181,1,20130604,8,8:39:20,86,0.697674419
+251182,1,20130604,8,8:39:21,84,0.714285714
+251183,1,20130604,8,8:39:21,86,0.697674419
+251184,1,20130604,8,8:39:22,88,0.681818182
+251185,1,20130604,8,8:39:23,92,0.652173913
+251186,1,20130604,8,8:39:23,91,0.659340659
+251187,1,20130604,8,8:39:24,90,0.666666667
+251188,1,20130604,8,8:39:25,86,0.697674419
+251189,1,20130604,8,8:39:25,90,0.666666667
+251190,1,20130604,8,8:39:26,88,0.681818182
+251191,1,20130604,8,8:39:27,91,0.659340659
+251192,1,20130604,8,8:39:27,89,0.674157303
+251193,1,20130604,8,8:39:28,79,0.759493671
+251194,1,20130604,8,8:39:29,70,0.857142857
+251195,1,20130604,8,8:39:30,71,0.845070423
+251196,1,20130604,8,8:39:30,76,0.789473684
+251197,1,20130604,8,8:39:31,83,0.722891566
+251198,1,20130604,8,8:39:32,79,0.759493671
+251199,1,20130604,8,8:39:33,82,0.731707317
+251200,1,20130604,8,8:39:33,83,0.722891566
+251201,1,20130604,8,8:39:34,89,0.674157303
+251202,1,20130604,8,8:39:35,88,0.681818182
+251203,1,20130604,8,8:39:36,90,0.666666667
+251204,1,20130604,8,8:39:36,85,0.705882353
+251205,1,20130604,8,8:39:37,80,0.75
+251206,1,20130604,8,8:39:38,76,0.789473684
+251207,1,20130604,8,8:39:38,72,0.833333333
+251208,1,20130604,8,8:39:39,67,0.895522388
+251209,1,20130604,8,8:39:40,77,0.779220779
+251210,1,20130604,8,8:39:41,74,0.810810811
+251211,1,20130604,8,8:39:42,77,0.779220779
+251212,1,20130604,8,8:39:43,81,0.740740741
+251213,1,20130604,8,8:39:43,72,0.833333333
+251214,1,20130604,8,8:39:44,73,0.821917808
+251215,1,20130604,8,8:39:45,69,0.869565217
+251216,1,20130604,8,8:39:46,60,1
+251217,1,20130604,8,8:39:47,58,1.034482759
+251218,1,20130604,8,8:39:48,61,0.983606557
+251219,1,20130604,8,8:39:49,68,0.882352941
+251220,1,20130604,8,8:39:50,64,0.9375
+251221,1,20130604,8,8:39:51,75,0.8
+251222,1,20130604,8,8:39:52,77,0.779220779
+251223,1,20130604,8,8:39:52,78,0.769230769
+251224,1,20130604,8,8:39:53,83,0.722891566
+251225,1,20130604,8,8:39:54,86,0.697674419
+251226,1,20130604,8,8:39:54,83,0.722891566
+251227,1,20130604,8,8:39:55,84,0.714285714
+251228,1,20130604,8,8:39:56,77,0.779220779
+251229,1,20130604,8,8:39:57,78,0.769230769
+251230,1,20130604,8,8:39:57,71,0.845070423
+251231,1,20130604,8,8:39:58,74,0.810810811
+251232,1,20130604,8,8:39:59,76,0.789473684
+251233,1,20130604,8,8:40:00,67,0.895522388
+251234,1,20130604,8,8:40:01,70,0.857142857
+251235,1,20130604,8,8:40:02,73,0.821917808
+251236,1,20130604,8,8:40:02,65,0.923076923
+251237,1,20130604,8,8:40:03,66,0.909090909
+251238,1,20130604,8,8:40:04,68,0.882352941
+251239,1,20130604,8,8:40:05,65,0.923076923
+251240,1,20130604,8,8:40:06,72,0.833333333
+251241,1,20130604,8,8:40:07,69,0.869565217
+251242,1,20130604,8,8:40:08,67,0.895522388
+251243,1,20130604,8,8:40:09,72,0.833333333
+251244,1,20130604,8,8:40:10,69,0.869565217
+251245,1,20130604,8,8:40:10,66,0.909090909
+251246,1,20130604,8,8:40:11,71,0.845070423
+251247,1,20130604,8,8:40:12,67,0.895522388
+251248,1,20130604,8,8:40:13,70,0.857142857
+251249,1,20130604,8,8:40:14,77,0.779220779
+251250,1,20130604,8,8:40:15,71,0.845070423
+251251,1,20130604,8,8:40:16,65,0.923076923
+251252,1,20130604,8,8:40:16,68,0.882352941
+251253,1,20130604,8,8:40:17,74,0.810810811
+251254,1,20130604,8,8:40:18,70,0.857142857
+251255,1,20130604,8,8:40:19,75,0.8
+251256,1,20130604,8,8:40:20,82,0.731707317
+251257,1,20130604,8,8:40:21,78,0.769230769
+251258,1,20130604,8,8:40:21,77,0.779220779
+251259,1,20130604,8,8:40:22,80,0.75
+251260,1,20130604,8,8:40:23,77,0.779220779
+251261,1,20130604,8,8:40:24,75,0.8
+251262,1,20130604,8,8:40:24,78,0.769230769
+251263,1,20130604,8,8:40:25,79,0.759493671
+251264,1,20130604,8,8:40:26,65,0.923076923
+251265,1,20130604,8,8:40:27,68,0.882352941
+251266,1,20130604,8,8:40:28,74,0.810810811
+251267,1,20130604,8,8:40:29,79,0.759493671
+251268,1,20130604,8,8:40:29,73,0.821917808
+251269,1,20130604,8,8:40:30,67,0.895522388
+251270,1,20130604,8,8:40:31,71,0.845070423
+251271,1,20130604,8,8:40:32,78,0.769230769
+251272,1,20130604,8,8:40:33,76,0.789473684
+251273,1,20130604,8,8:40:33,74,0.810810811
+251274,1,20130604,8,8:40:34,77,0.779220779
+251275,1,20130604,8,8:40:35,77,0.779220779
+251276,1,20130604,8,8:40:36,75,0.8
+251277,1,20130604,8,8:40:37,78,0.769230769
+251278,1,20130604,8,8:40:37,77,0.779220779
+251279,1,20130604,8,8:40:38,66,0.909090909
+251280,1,20130604,8,8:40:39,54,1.111111111
+251281,1,20130604,8,8:40:40,62,0.967741935
+251282,1,20130604,8,8:40:41,59,1.016949153
+251283,1,20130604,8,8:40:42,57,1.052631579
+251284,1,20130604,8,8:40:43,62,0.967741935
+251285,1,20130604,8,8:40:44,60,1
+251286,1,20130604,8,8:40:45,62,0.967741935
+251287,1,20130604,8,8:40:46,69,0.869565217
+251288,1,20130604,8,8:40:47,57,1.052631579
+251289,1,20130604,8,8:40:48,69,0.869565217
+251290,1,20130604,8,8:40:49,79,0.759493671
+251291,1,20130604,8,8:40:50,79,0.759493671
+251292,1,20130604,8,8:40:50,84,0.714285714
+251293,1,20130604,8,8:40:51,85,0.705882353
+251294,1,20130604,8,8:40:52,84,0.714285714
+251295,1,20130604,8,8:40:53,72,0.833333333
+251296,1,20130604,8,8:40:53,66,0.909090909
+251297,1,20130604,8,8:40:54,70,0.857142857
+251298,1,20130604,8,8:40:55,80,0.75
+251299,1,20130604,8,8:40:56,79,0.759493671
+251300,1,20130604,8,8:40:57,80,0.75
+251301,1,20130604,8,8:40:57,80,0.75
+251302,1,20130604,8,8:40:58,91,0.659340659
+251303,1,20130604,8,8:40:59,86,0.697674419
+251304,1,20130604,8,8:41:00,79,0.759493671
+251305,1,20130604,8,8:41:00,74,0.810810811
+251306,1,20130604,8,8:41:01,77,0.779220779
+251307,1,20130604,8,8:41:02,63,0.952380952
+251308,1,20130604,8,8:41:03,62,0.967741935
+251309,1,20130604,8,8:41:04,66,0.909090909
+251310,1,20130604,8,8:41:05,72,0.833333333
+251311,1,20130604,8,8:41:06,68,0.882352941
+251312,1,20130604,8,8:41:06,65,0.923076923
+251313,1,20130604,8,8:41:07,75,0.8
+251314,1,20130604,8,8:41:08,70,0.857142857
+251315,1,20130604,8,8:41:09,73,0.821917808
+251316,1,20130604,8,8:41:10,70,0.857142857
+251317,1,20130604,8,8:41:11,73,0.821917808
+251318,1,20130604,8,8:41:12,70,0.857142857
+251319,1,20130604,8,8:41:12,74,0.810810811
+251320,1,20130604,8,8:41:13,61,0.983606557
+251321,1,20130604,8,8:41:14,74,0.810810811
+251322,1,20130604,8,8:41:15,70,0.857142857
+251323,1,20130604,8,8:41:16,60,1
+251324,1,20130604,8,8:41:17,66,0.909090909
+251325,1,20130604,8,8:41:18,72,0.833333333
+251326,1,20130604,8,8:41:19,67,0.895522388
+251327,1,20130604,8,8:41:19,62,0.967741935
+251328,1,20130604,8,8:41:20,75,0.8
+251329,1,20130604,8,8:41:21,64,0.9375
+251330,1,20130604,8,8:41:22,58,1.034482759
+251331,1,20130604,8,8:41:23,69,0.869565217
+251332,1,20130604,8,8:41:24,61,0.983606557
+251333,1,20130604,8,8:41:25,60,1
+251334,1,20130604,8,8:41:26,65,0.923076923
+251335,1,20130604,8,8:41:27,58,1.034482759
+251336,1,20130604,8,8:41:28,61,0.983606557
+251337,1,20130604,8,8:41:29,71,0.845070423
+251338,1,20130604,8,8:41:30,56,1.071428571
+251339,1,20130604,8,8:41:31,55,1.090909091
+251340,1,20130604,8,8:41:32,65,0.923076923
+251341,1,20130604,8,8:41:33,62,0.967741935
+251342,1,20130604,8,8:41:34,64,0.9375
+251343,1,20130604,8,8:41:35,67,0.895522388
+251344,1,20130604,8,8:41:36,63,0.952380952
+251345,1,20130604,8,8:41:37,66,0.909090909
+251346,1,20130604,8,8:41:38,72,0.833333333
+251347,1,20130604,8,8:41:38,75,0.8
+251348,1,20130604,8,8:41:39,61,0.983606557
+251349,1,20130604,8,8:41:40,74,0.810810811
+251350,1,20130604,8,8:41:41,61,0.983606557
+251351,1,20130604,8,8:41:42,55,1.090909091
+251352,1,20130604,8,8:41:43,59,1.016949153
+251353,1,20130604,8,8:41:44,64,0.9375
+251354,1,20130604,8,8:41:45,60,1
+251355,1,20130604,8,8:41:46,61,0.983606557
+251356,1,20130604,8,8:41:47,71,0.845070423
+251357,1,20130604,8,8:41:48,60,1
+251358,1,20130604,8,8:41:49,54,1.111111111
+251359,1,20130604,8,8:41:50,55,1.090909091
+251360,1,20130604,8,8:41:51,63,0.952380952
+251361,1,20130604,8,8:41:52,56,1.071428571
+251362,1,20130604,8,8:41:53,55,1.090909091
+251363,1,20130604,8,8:41:54,61,0.983606557
+251364,1,20130604,8,8:41:55,64,0.9375
+251365,1,20130604,8,8:41:56,59,1.016949153
+251366,1,20130604,8,8:41:57,61,0.983606557
+251367,1,20130604,8,8:41:58,61,0.983606557
+251368,1,20130604,8,8:41:59,60,1
+251369,1,20130604,8,8:42:00,65,0.923076923
+251370,1,20130604,8,8:42:01,62,0.967741935
+251371,1,20130604,8,8:42:02,53,1.132075472
+251372,1,20130604,8,8:42:03,57,1.052631579
+251373,1,20130604,8,8:42:04,67,0.895522388
+251374,1,20130604,8,8:42:05,63,0.952380952
+251375,1,20130604,8,8:42:06,66,0.909090909
+251376,1,20130604,8,8:42:07,75,0.8
+251377,1,20130604,8,8:42:08,69,0.869565217
+251378,1,20130604,8,8:42:09,70,0.857142857
+251379,1,20130604,8,8:42:09,71,0.845070423
+251380,1,20130604,8,8:42:10,81,0.740740741
+251381,1,20130604,8,8:42:11,74,0.810810811
+251382,1,20130604,8,8:42:12,63,0.952380952
+251383,1,20130604,8,8:42:13,63,0.952380952
+251384,1,20130604,8,8:42:14,66,0.909090909
+251385,1,20130604,8,8:42:15,75,0.8
+251386,1,20130604,8,8:42:15,77,0.779220779
+251387,1,20130604,8,8:42:16,82,0.731707317
+251388,1,20130604,8,8:42:17,81,0.740740741
+251389,1,20130604,8,8:42:18,65,0.923076923
+251390,1,20130604,8,8:42:19,67,0.895522388
+251391,1,20130604,8,8:42:20,60,1
+251392,1,20130604,8,8:42:21,59,1.016949153
+251393,1,20130604,8,8:42:22,62,0.967741935
+251394,1,20130604,8,8:42:23,61,0.983606557
+251395,1,20130604,8,8:42:24,57,1.052631579
+251396,1,20130604,8,8:42:25,65,0.923076923
+251397,1,20130604,8,8:42:25,67,0.895522388
+251398,1,20130604,8,8:42:26,56,1.071428571
+251399,1,20130604,8,8:42:27,59,1.016949153
+251400,1,20130604,8,8:42:28,62,0.967741935
+251401,1,20130604,8,8:42:29,58,1.034482759
+251402,1,20130604,8,8:42:30,58,1.034482759
+251403,1,20130604,8,8:42:31,69,0.869565217
+251404,1,20130604,8,8:42:32,65,0.923076923
+251405,1,20130604,8,8:42:33,61,0.983606557
+251406,1,20130604,8,8:42:34,77,0.779220779
+251407,1,20130604,8,8:42:35,71,0.845070423
+251408,1,20130604,8,8:42:36,58,1.034482759
+251409,1,20130604,8,8:42:37,63,0.952380952
+251410,1,20130604,8,8:42:38,66,0.909090909
+251411,1,20130604,8,8:42:39,61,0.983606557
+251412,1,20130604,8,8:42:40,60,1
+251413,1,20130604,8,8:42:41,66,0.909090909
+251414,1,20130604,8,8:42:42,64,0.9375
+251415,1,20130604,8,8:42:43,64,0.9375
+251416,1,20130604,8,8:42:44,67,0.895522388
+251417,1,20130604,8,8:42:44,76,0.789473684
+251418,1,20130604,8,8:42:45,74,0.810810811
+251419,1,20130604,8,8:42:46,70,0.857142857
+251420,1,20130604,8,8:42:47,65,0.923076923
+251421,1,20130604,8,8:42:48,65,0.923076923
+251422,1,20130604,8,8:42:49,67,0.895522388
+251423,1,20130604,8,8:42:50,74,0.810810811
+251424,1,20130604,8,8:42:51,82,0.731707317
+251425,1,20130604,8,8:42:51,81,0.740740741
+251426,1,20130604,8,8:42:52,69,0.869565217
+251427,1,20130604,8,8:42:53,75,0.8
+251428,1,20130604,8,8:42:54,74,0.810810811
+251429,1,20130604,8,8:42:54,67,0.895522388
+251430,1,20130604,8,8:42:55,65,0.923076923
+251431,1,20130604,8,8:42:56,71,0.845070423
+251432,1,20130604,8,8:42:57,65,0.923076923
+251433,1,20130604,8,8:42:58,67,0.895522388
+251434,1,20130604,8,8:42:59,66,0.909090909
+251435,1,20130604,8,8:43:00,69,0.869565217
+251436,1,20130604,8,8:43:01,68,0.882352941
+251437,1,20130604,8,8:43:02,74,0.810810811
+251438,1,20130604,8,8:43:02,76,0.789473684
+251439,1,20130604,8,8:43:03,67,0.895522388
+251440,1,20130604,8,8:43:04,71,0.845070423
+251441,1,20130604,8,8:43:05,76,0.789473684
+251442,1,20130604,8,8:43:06,68,0.882352941
+251443,1,20130604,8,8:43:07,66,0.909090909
+251444,1,20130604,8,8:43:08,71,0.845070423
+251445,1,20130604,8,8:43:08,63,0.952380952
+251446,1,20130604,8,8:43:09,66,0.909090909
+251447,1,20130604,8,8:43:10,79,0.759493671
+251448,1,20130604,8,8:43:11,86,0.697674419
+251449,1,20130604,8,8:43:12,90,0.666666667
+251450,1,20130604,8,8:43:12,87,0.689655172
+251451,1,20130604,8,8:43:13,84,0.714285714
+251452,1,20130604,8,8:43:14,77,0.779220779
+251453,1,20130604,8,8:43:15,71,0.845070423
+251454,1,20130604,8,8:43:15,64,0.9375
+251455,1,20130604,8,8:43:16,71,0.845070423
+251456,1,20130604,8,8:43:17,64,0.9375
+251457,1,20130604,8,8:43:18,62,0.967741935
+251458,1,20130604,8,8:43:19,71,0.845070423
+251459,1,20130604,8,8:43:20,80,0.75
+251460,1,20130604,8,8:43:21,77,0.779220779
+251461,1,20130604,8,8:43:21,75,0.8
+251462,1,20130604,8,8:43:22,78,0.769230769
+251463,1,20130604,8,8:43:23,74,0.810810811
+251464,1,20130604,8,8:43:24,65,0.923076923
+251465,1,20130604,8,8:43:25,63,0.952380952
+251466,1,20130604,8,8:43:26,69,0.869565217
+251467,1,20130604,8,8:43:27,70,0.857142857
+251468,1,20130604,8,8:43:27,66,0.909090909
+251469,1,20130604,8,8:43:28,69,0.869565217
+251470,1,20130604,8,8:43:29,73,0.821917808
+251471,1,20130604,8,8:43:30,66,0.909090909
+251472,1,20130604,8,8:43:31,66,0.909090909
+251473,1,20130604,8,8:43:32,65,0.923076923
+251474,1,20130604,8,8:43:33,68,0.882352941
+251475,1,20130604,8,8:43:34,57,1.052631579
+251476,1,20130604,8,8:43:35,59,1.016949153
+251477,1,20130604,8,8:43:36,67,0.895522388
+251478,1,20130604,8,8:43:37,71,0.845070423
+251479,1,20130604,8,8:43:37,63,0.952380952
+251480,1,20130604,8,8:43:38,61,0.983606557
+251481,1,20130604,8,8:43:39,69,0.869565217
+251482,1,20130604,8,8:43:40,65,0.923076923
+251483,1,20130604,8,8:43:41,60,1
+251484,1,20130604,8,8:43:42,69,0.869565217
+251485,1,20130604,8,8:43:43,76,0.789473684
+251486,1,20130604,8,8:43:44,70,0.857142857
+251487,1,20130604,8,8:43:45,59,1.016949153
+251488,1,20130604,8,8:43:46,64,0.9375
+251489,1,20130604,8,8:43:47,63,0.952380952
+251490,1,20130604,8,8:43:48,61,0.983606557
+251491,1,20130604,8,8:43:49,64,0.9375
+251492,1,20130604,8,8:43:49,77,0.779220779
+251493,1,20130604,8,8:43:50,79,0.759493671
+251494,1,20130604,8,8:43:51,80,0.75
+251495,1,20130604,8,8:43:52,85,0.705882353
+251496,1,20130604,8,8:43:52,87,0.689655172
+251497,1,20130604,8,8:43:53,84,0.714285714
+251498,1,20130604,8,8:43:54,85,0.705882353
+251499,1,20130604,8,8:43:55,81,0.740740741
+251500,1,20130604,8,8:43:55,77,0.779220779
+251501,1,20130604,8,8:43:56,73,0.821917808
+251502,1,20130604,8,8:43:57,80,0.75
+251503,1,20130604,8,8:43:58,84,0.714285714
+251504,1,20130604,8,8:43:58,94,0.638297872
+251505,1,20130604,8,8:43:59,88,0.681818182
+251506,1,20130604,8,8:44:00,85,0.705882353
+251507,1,20130604,8,8:44:00,75,0.8
+251508,1,20130604,8,8:44:01,77,0.779220779
+251509,1,20130604,8,8:44:02,83,0.722891566
+251510,1,20130604,8,8:44:03,81,0.740740741
+251511,1,20130604,8,8:44:03,87,0.689655172
+251512,1,20130604,8,8:44:04,84,0.714285714
+251513,1,20130604,8,8:44:05,80,0.75
+251514,1,20130604,8,8:44:06,74,0.810810811
+251515,1,20130604,8,8:44:06,76,0.789473684
+251516,1,20130604,8,8:44:07,80,0.75
+251517,1,20130604,8,8:44:08,74,0.810810811
+251518,1,20130604,8,8:44:09,74,0.810810811
+251519,1,20130604,8,8:44:10,69,0.869565217
+251520,1,20130604,8,8:44:10,73,0.821917808
+251521,1,20130604,8,8:44:11,64,0.9375
+251522,1,20130604,8,8:44:12,66,0.909090909
+251523,1,20130604,8,8:44:13,74,0.810810811
+251524,1,20130604,8,8:44:14,63,0.952380952
+251525,1,20130604,8,8:44:15,75,0.8
+251526,1,20130604,8,8:44:16,62,0.967741935
+251527,1,20130604,8,8:44:17,74,0.810810811
+251528,1,20130604,8,8:44:17,72,0.833333333
+251529,1,20130604,8,8:44:18,68,0.882352941
+251530,1,20130604,8,8:44:19,78,0.769230769
+251531,1,20130604,8,8:44:20,73,0.821917808
+251532,1,20130604,8,8:44:21,70,0.857142857
+251533,1,20130604,8,8:44:22,68,0.882352941
+251534,1,20130604,8,8:44:23,75,0.8
+251535,1,20130604,8,8:44:23,72,0.833333333
+251536,1,20130604,8,8:44:24,76,0.789473684
+251537,1,20130604,8,8:44:25,72,0.833333333
+251538,1,20130604,8,8:44:26,73,0.821917808
+251539,1,20130604,8,8:44:27,79,0.759493671
+251540,1,20130604,8,8:44:27,75,0.8
+251541,1,20130604,8,8:44:28,74,0.810810811
+251542,1,20130604,8,8:44:29,67,0.895522388
+251543,1,20130604,8,8:44:30,70,0.857142857
+251544,1,20130604,8,8:44:31,82,0.731707317
+251545,1,20130604,8,8:44:31,82,0.731707317
+251546,1,20130604,8,8:44:32,84,0.714285714
+251547,1,20130604,8,8:44:33,79,0.759493671
+251548,1,20130604,8,8:44:34,83,0.722891566
+251549,1,20130604,8,8:44:34,81,0.740740741
+251550,1,20130604,8,8:44:35,77,0.779220779
+251551,1,20130604,8,8:44:36,67,0.895522388
+251552,1,20130604,8,8:44:37,72,0.833333333
+251553,1,20130604,8,8:44:38,71,0.845070423
+251554,1,20130604,8,8:44:38,71,0.845070423
+251555,1,20130604,8,8:44:39,73,0.821917808
+251556,1,20130604,8,8:44:40,77,0.779220779
+251557,1,20130604,8,8:44:41,74,0.810810811
+251558,1,20130604,8,8:44:42,71,0.845070423
+251559,1,20130604,8,8:44:43,73,0.821917808
+251560,1,20130604,8,8:44:43,69,0.869565217
+251561,1,20130604,8,8:44:44,69,0.869565217
+251562,1,20130604,8,8:44:45,69,0.869565217
+251563,1,20130604,8,8:44:46,66,0.909090909
+251564,1,20130604,8,8:44:47,72,0.833333333
+251565,1,20130604,8,8:44:48,70,0.857142857
+251566,1,20130604,8,8:44:49,67,0.895522388
+251567,1,20130604,8,8:44:49,68,0.882352941
+251568,1,20130604,8,8:44:50,64,0.9375
+251569,1,20130604,8,8:44:51,70,0.857142857
+251570,1,20130604,8,8:44:52,67,0.895522388
+251571,1,20130604,8,8:44:53,67,0.895522388
+251572,1,20130604,8,8:44:54,75,0.8
+251573,1,20130604,8,8:44:55,70,0.857142857
+251574,1,20130604,8,8:44:56,67,0.895522388
+251575,1,20130604,8,8:44:57,78,0.769230769
+251576,1,20130604,8,8:44:57,71,0.845070423
+251577,1,20130604,8,8:44:58,71,0.845070423
+251578,1,20130604,8,8:44:59,72,0.833333333
+251579,1,20130604,8,8:45:00,66,0.909090909
+251580,1,20130604,8,8:45:01,60,1
+251581,1,20130604,8,8:45:02,67,0.895522388
+251582,1,20130604,8,8:45:03,72,0.833333333
+251583,1,20130604,8,8:45:03,72,0.833333333
+251584,1,20130604,8,8:45:04,83,0.722891566
+251585,1,20130604,8,8:45:05,81,0.740740741
+251586,1,20130604,8,8:45:06,83,0.722891566
+251587,1,20130604,8,8:45:06,82,0.731707317
+251588,1,20130604,8,8:45:07,68,0.882352941
+251589,1,20130604,8,8:45:08,74,0.810810811
+251590,1,20130604,8,8:45:09,65,0.923076923
+251591,1,20130604,8,8:45:10,63,0.952380952
+251592,1,20130604,8,8:45:11,76,0.789473684
+251593,1,20130604,8,8:45:12,72,0.833333333
+251594,1,20130604,8,8:45:12,71,0.845070423
+251595,1,20130604,8,8:45:13,75,0.8
+251596,1,20130604,8,8:45:14,76,0.789473684
+251597,1,20130604,8,8:45:15,72,0.833333333
+251598,1,20130604,8,8:45:16,69,0.869565217
+251599,1,20130604,8,8:45:17,73,0.821917808
+251600,1,20130604,8,8:45:17,71,0.845070423
+251601,1,20130604,8,8:45:18,69,0.869565217
+251602,1,20130604,8,8:45:19,65,0.923076923
+251603,1,20130604,8,8:45:20,78,0.769230769
+251604,1,20130604,8,8:45:21,67,0.895522388
+251605,1,20130604,8,8:45:22,69,0.869565217
+251606,1,20130604,8,8:45:23,74,0.810810811
+251607,1,20130604,8,8:45:23,76,0.789473684
+251608,1,20130604,8,8:45:24,70,0.857142857
+251609,1,20130604,8,8:45:25,66,0.909090909
+251610,1,20130604,8,8:45:26,76,0.789473684
+251611,1,20130604,8,8:45:27,75,0.8
+251612,1,20130604,8,8:45:28,59,1.016949153
+251613,1,20130604,8,8:45:29,62,0.967741935
+251614,1,20130604,8,8:45:30,71,0.845070423
+251615,1,20130604,8,8:45:30,69,0.869565217
+251616,1,20130604,8,8:45:31,67,0.895522388
+251617,1,20130604,8,8:45:32,75,0.8
+251618,1,20130604,8,8:45:33,67,0.895522388
+251619,1,20130604,8,8:45:34,60,1
+251620,1,20130604,8,8:45:35,75,0.8
+251621,1,20130604,8,8:45:36,61,0.983606557
+251622,1,20130604,8,8:45:37,63,0.952380952
+251623,1,20130604,8,8:45:38,69,0.869565217
+251624,1,20130604,8,8:45:38,68,0.882352941
+251625,1,20130604,8,8:45:39,66,0.909090909
+251626,1,20130604,8,8:45:40,66,0.909090909
+251627,1,20130604,8,8:45:41,70,0.857142857
+251628,1,20130604,8,8:45:42,66,0.909090909
+251629,1,20130604,8,8:45:43,68,0.882352941
+251630,1,20130604,8,8:45:44,71,0.845070423
+251631,1,20130604,8,8:45:45,71,0.845070423
+251632,1,20130604,8,8:45:45,73,0.821917808
+251633,1,20130604,8,8:45:46,78,0.769230769
+251634,1,20130604,8,8:45:47,68,0.882352941
+251635,1,20130604,8,8:45:48,63,0.952380952
+251636,1,20130604,8,8:45:49,69,0.869565217
+251637,1,20130604,8,8:45:50,76,0.789473684
+251638,1,20130604,8,8:45:51,67,0.895522388
+251639,1,20130604,8,8:45:51,67,0.895522388
+251640,1,20130604,8,8:45:52,76,0.789473684
+251641,1,20130604,8,8:45:53,68,0.882352941
+251642,1,20130604,8,8:45:54,58,1.034482759
+251643,1,20130604,8,8:45:55,61,0.983606557
+251644,1,20130604,8,8:45:56,67,0.895522388
+251645,1,20130604,8,8:45:57,61,0.983606557
+251646,1,20130604,8,8:45:58,61,0.983606557
+251647,1,20130604,8,8:45:59,66,0.909090909
+251648,1,20130604,8,8:46:00,76,0.789473684
+251649,1,20130604,8,8:46:01,81,0.740740741
+251650,1,20130604,8,8:46:01,82,0.731707317
+251651,1,20130604,8,8:46:02,85,0.705882353
+251652,1,20130604,8,8:46:03,84,0.714285714
+251653,1,20130604,8,8:46:03,90,0.666666667
+251654,1,20130604,8,8:46:04,88,0.681818182
+251655,1,20130604,8,8:46:05,79,0.759493671
+251656,1,20130604,8,8:46:06,62,0.967741935
+251657,1,20130604,8,8:46:07,64,0.9375
+251658,1,20130604,8,8:46:07,68,0.882352941
+251659,1,20130604,8,8:46:08,64,0.9375
+251660,1,20130604,8,8:46:09,62,0.967741935
+251661,1,20130604,8,8:46:10,71,0.845070423
+251662,1,20130604,8,8:46:11,70,0.857142857
+251663,1,20130604,8,8:46:12,69,0.869565217
+251664,1,20130604,8,8:46:13,79,0.759493671
+251665,1,20130604,8,8:46:14,69,0.869565217
+251666,1,20130604,8,8:46:14,55,1.090909091
+251667,1,20130604,8,8:46:16,64,0.9375
+251668,1,20130604,8,8:46:16,61,0.983606557
+251669,1,20130604,8,8:46:17,63,0.952380952
+251670,1,20130604,8,8:46:18,66,0.909090909
+251671,1,20130604,8,8:46:19,65,0.923076923
+251672,1,20130604,8,8:46:20,66,0.909090909
+251673,1,20130604,8,8:46:21,72,0.833333333
+251674,1,20130604,8,8:46:22,71,0.845070423
+251675,1,20130604,8,8:46:23,75,0.8
+251676,1,20130604,8,8:46:24,70,0.857142857
+251677,1,20130604,8,8:46:24,66,0.909090909
+251678,1,20130604,8,8:46:25,62,0.967741935
+251679,1,20130604,8,8:46:26,68,0.882352941
+251680,1,20130604,8,8:46:27,66,0.909090909
+251681,1,20130604,8,8:46:28,68,0.882352941
+251682,1,20130604,8,8:46:29,73,0.821917808
+251683,1,20130604,8,8:46:30,72,0.833333333
+251684,1,20130604,8,8:46:31,76,0.789473684
+251685,1,20130604,8,8:46:31,80,0.75
+251686,1,20130604,8,8:46:32,75,0.8
+251687,1,20130604,8,8:46:33,72,0.833333333
+251688,1,20130604,8,8:46:34,74,0.810810811
+251689,1,20130604,8,8:46:35,71,0.845070423
+251690,1,20130604,8,8:46:35,67,0.895522388
+251691,1,20130604,8,8:46:36,69,0.869565217
+251692,1,20130604,8,8:46:37,66,0.909090909
+251693,1,20130604,8,8:46:38,63,0.952380952
+251694,1,20130604,8,8:46:39,67,0.895522388
+251695,1,20130604,8,8:46:40,73,0.821917808
+251696,1,20130604,8,8:46:41,75,0.8
+251697,1,20130604,8,8:46:42,81,0.740740741
+251698,1,20130604,8,8:46:42,80,0.75
+251699,1,20130604,8,8:46:43,78,0.769230769
+251700,1,20130604,8,8:46:44,82,0.731707317
+251701,1,20130604,8,8:46:45,81,0.740740741
+251702,1,20130604,8,8:46:45,82,0.731707317
+251703,1,20130604,8,8:46:46,85,0.705882353
+251704,1,20130604,8,8:46:47,82,0.731707317
+251705,1,20130604,8,8:46:48,76,0.789473684
+251706,1,20130604,8,8:46:48,78,0.769230769
+251707,1,20130604,8,8:46:49,67,0.895522388
+251708,1,20130604,8,8:46:50,65,0.923076923
+251709,1,20130604,8,8:46:51,77,0.779220779
+251710,1,20130604,8,8:46:52,70,0.857142857
+251711,1,20130604,8,8:46:53,68,0.882352941
+251712,1,20130604,8,8:46:53,74,0.810810811
+251713,1,20130604,8,8:46:54,74,0.810810811
+251714,1,20130604,8,8:46:55,65,0.923076923
+251715,1,20130604,8,8:46:56,63,0.952380952
+251716,1,20130604,8,8:46:57,72,0.833333333
+251717,1,20130604,8,8:46:58,67,0.895522388
+251718,1,20130604,8,8:46:59,63,0.952380952
+251719,1,20130604,8,8:47:00,68,0.882352941
+251720,1,20130604,8,8:47:01,72,0.833333333
+251721,1,20130604,8,8:47:01,64,0.9375
+251722,1,20130604,8,8:47:02,62,0.967741935
+251723,1,20130604,8,8:47:03,74,0.810810811
+251724,1,20130604,8,8:47:04,68,0.882352941
+251725,1,20130604,8,8:47:05,67,0.895522388
+251726,1,20130604,8,8:47:06,77,0.779220779
+251727,1,20130604,8,8:47:07,79,0.759493671
+251728,1,20130604,8,8:47:07,74,0.810810811
+251729,1,20130604,8,8:47:08,70,0.857142857
+251730,1,20130604,8,8:47:09,77,0.779220779
+251731,1,20130604,8,8:47:10,70,0.857142857
+251732,1,20130604,8,8:47:11,70,0.857142857
+251733,1,20130604,8,8:47:12,66,0.909090909
+251734,1,20130604,8,8:47:12,75,0.8
+251735,1,20130604,8,8:47:13,71,0.845070423
+251736,1,20130604,8,8:47:14,70,0.857142857
+251737,1,20130604,8,8:47:15,77,0.779220779
+251738,1,20130604,8,8:47:16,69,0.869565217
+251739,1,20130604,8,8:47:17,66,0.909090909
+251740,1,20130604,8,8:47:18,74,0.810810811
+251741,1,20130604,8,8:47:18,70,0.857142857
+251742,1,20130604,8,8:47:19,67,0.895522388
+251743,1,20130604,8,8:47:20,73,0.821917808
+251744,1,20130604,8,8:47:21,67,0.895522388
+251745,1,20130604,8,8:47:22,69,0.869565217
+251746,1,20130604,8,8:47:23,79,0.759493671
+251747,1,20130604,8,8:47:23,79,0.759493671
+251748,1,20130604,8,8:47:24,76,0.789473684
+251749,1,20130604,8,8:47:25,62,0.967741935
+251750,1,20130604,8,8:47:26,62,0.967741935
+251751,1,20130604,8,8:47:27,69,0.869565217
+251752,1,20130604,8,8:47:28,71,0.845070423
+251753,1,20130604,8,8:47:29,65,0.923076923
+251754,1,20130604,8,8:47:30,64,0.9375
+251755,1,20130604,8,8:47:30,71,0.845070423
+251756,1,20130604,8,8:47:31,74,0.810810811
+251757,1,20130604,8,8:47:32,70,0.857142857
+251758,1,20130604,8,8:47:33,71,0.845070423
+251759,1,20130604,8,8:47:34,79,0.759493671
+251760,1,20130604,8,8:47:35,78,0.769230769
+251761,1,20130604,8,8:47:35,72,0.833333333
+251762,1,20130604,8,8:47:36,70,0.857142857
+251763,1,20130604,8,8:47:37,76,0.789473684
+251764,1,20130604,8,8:47:38,76,0.789473684
+251765,1,20130604,8,8:47:39,77,0.779220779
+251766,1,20130604,8,8:47:39,78,0.769230769
+251767,1,20130604,8,8:47:40,83,0.722891566
+251768,1,20130604,8,8:47:41,83,0.722891566
+251769,1,20130604,8,8:47:42,78,0.769230769
+251770,1,20130604,8,8:47:42,69,0.869565217
+251771,1,20130604,8,8:47:43,71,0.845070423
+251772,1,20130604,8,8:47:44,65,0.923076923
+251773,1,20130604,8,8:47:45,61,0.983606557
+251774,1,20130604,8,8:47:46,65,0.923076923
+251775,1,20130604,8,8:47:47,71,0.845070423
+251776,1,20130604,8,8:47:48,69,0.869565217
+251777,1,20130604,8,8:47:49,67,0.895522388
+251778,1,20130604,8,8:47:50,70,0.857142857
+251779,1,20130604,8,8:47:50,72,0.833333333
+251780,1,20130604,8,8:47:51,63,0.952380952
+251781,1,20130604,8,8:47:52,65,0.923076923
+251782,1,20130604,8,8:47:53,73,0.821917808
+251783,1,20130604,8,8:47:54,69,0.869565217
+251784,1,20130604,8,8:47:55,64,0.9375
+251785,1,20130604,8,8:47:56,65,0.923076923
+251786,1,20130604,8,8:47:57,66,0.909090909
+251787,1,20130604,8,8:47:58,61,0.983606557
+251788,1,20130604,8,8:47:59,63,0.952380952
+251789,1,20130604,8,8:47:59,70,0.857142857
+251790,1,20130604,8,8:48:00,70,0.857142857
+251791,1,20130604,8,8:48:01,72,0.833333333
+251792,1,20130604,8,8:48:02,76,0.789473684
+251793,1,20130604,8,8:48:03,81,0.740740741
+251794,1,20130604,8,8:48:04,77,0.779220779
+251795,1,20130604,8,8:48:04,59,1.016949153
+251796,1,20130604,8,8:48:05,65,0.923076923
+251797,1,20130604,8,8:48:06,63,0.952380952
+251798,1,20130604,8,8:48:07,62,0.967741935
+251799,1,20130604,8,8:48:08,65,0.923076923
+251800,1,20130604,8,8:48:09,65,0.923076923
+251801,1,20130604,8,8:48:10,74,0.810810811
+251802,1,20130604,8,8:48:11,75,0.8
+251803,1,20130604,8,8:48:12,78,0.769230769
+251804,1,20130604,8,8:48:12,84,0.714285714
+251805,1,20130604,8,8:48:13,84,0.714285714
+251806,1,20130604,8,8:48:14,81,0.740740741
+251807,1,20130604,8,8:48:15,78,0.769230769
+251808,1,20130604,8,8:48:15,61,0.983606557
+251809,1,20130604,8,8:48:16,66,0.909090909
+251810,1,20130604,8,8:48:17,68,0.882352941
+251811,1,20130604,8,8:48:18,72,0.833333333
+251812,1,20130604,8,8:48:19,75,0.8
+251813,1,20130604,8,8:48:20,83,0.722891566
+251814,1,20130604,8,8:48:21,87,0.689655172
+251815,1,20130604,8,8:48:21,90,0.666666667
+251816,1,20130604,8,8:48:22,89,0.674157303
+251817,1,20130604,8,8:48:23,82,0.731707317
+251818,1,20130604,8,8:48:23,79,0.759493671
+251819,1,20130604,8,8:48:24,78,0.769230769
+251820,1,20130604,8,8:48:25,77,0.779220779
+251821,1,20130604,8,8:48:26,81,0.740740741
+251822,1,20130604,8,8:48:26,80,0.75
+251823,1,20130604,8,8:48:27,82,0.731707317
+251824,1,20130604,8,8:48:28,88,0.681818182
+251825,1,20130604,8,8:48:28,87,0.689655172
+251826,1,20130604,8,8:48:29,82,0.731707317
+251827,1,20130604,8,8:48:30,73,0.821917808
+251828,1,20130604,8,8:48:31,60,1
+251829,1,20130604,8,8:48:32,63,0.952380952
+251830,1,20130604,8,8:48:33,74,0.810810811
+251831,1,20130604,8,8:48:33,72,0.833333333
+251832,1,20130604,8,8:48:34,64,0.9375
+251833,1,20130604,8,8:48:35,64,0.9375
+251834,1,20130604,8,8:48:36,67,0.895522388
+251835,1,20130604,8,8:48:37,80,0.75
+251836,1,20130604,8,8:48:38,83,0.722891566
+251837,1,20130604,8,8:48:39,83,0.722891566
+251838,1,20130604,8,8:48:39,78,0.769230769
+251839,1,20130604,8,8:48:40,70,0.857142857
+251840,1,20130604,8,8:48:41,71,0.845070423
+251841,1,20130604,8,8:48:42,69,0.869565217
+251842,1,20130604,8,8:48:43,62,0.967741935
+251843,1,20130604,8,8:48:44,65,0.923076923
+251844,1,20130604,8,8:48:45,71,0.845070423
+251845,1,20130604,8,8:48:45,70,0.857142857
+251846,1,20130604,8,8:48:46,69,0.869565217
+251847,1,20130604,8,8:48:47,78,0.769230769
+251848,1,20130604,8,8:48:48,69,0.869565217
+251849,1,20130604,8,8:48:49,65,0.923076923
+251850,1,20130604,8,8:48:50,73,0.821917808
+251851,1,20130604,8,8:48:50,74,0.810810811
+251852,1,20130604,8,8:48:51,66,0.909090909
+251853,1,20130604,8,8:48:52,66,0.909090909
+251854,1,20130604,8,8:48:53,70,0.857142857
+251855,1,20130604,8,8:48:54,78,0.769230769
+251856,1,20130604,8,8:48:55,75,0.8
+251857,1,20130604,8,8:48:56,80,0.75
+251858,1,20130604,8,8:48:56,83,0.722891566
+251859,1,20130604,8,8:48:57,73,0.821917808
+251860,1,20130604,8,8:48:58,77,0.779220779
+251861,1,20130604,8,8:48:59,65,0.923076923
+251862,1,20130604,8,8:49:00,58,1.034482759
+251863,1,20130604,8,8:49:01,63,0.952380952
+251864,1,20130604,8,8:49:02,69,0.869565217
+251865,1,20130604,8,8:49:02,63,0.952380952
+251866,1,20130604,8,8:49:03,61,0.983606557
+251867,1,20130604,8,8:49:04,63,0.952380952
+251868,1,20130604,8,8:49:05,72,0.833333333
+251869,1,20130604,8,8:49:06,76,0.789473684
+251870,1,20130604,8,8:49:07,71,0.845070423
+251871,1,20130604,8,8:49:08,69,0.869565217
+251872,1,20130604,8,8:49:09,72,0.833333333
+251873,1,20130604,8,8:49:09,66,0.909090909
+251874,1,20130604,8,8:49:10,67,0.895522388
+251875,1,20130604,8,8:49:11,77,0.779220779
+251876,1,20130604,8,8:49:12,69,0.869565217
+251877,1,20130604,8,8:49:13,64,0.9375
+251878,1,20130604,8,8:49:14,71,0.845070423
+251879,1,20130604,8,8:49:15,74,0.810810811
+251880,1,20130604,8,8:49:15,63,0.952380952
+251881,1,20130604,8,8:49:16,61,0.983606557
+251882,1,20130604,8,8:49:17,70,0.857142857
+251883,1,20130604,8,8:49:18,70,0.857142857
+251884,1,20130604,8,8:49:19,70,0.857142857
+251885,1,20130604,8,8:49:20,78,0.769230769
+251886,1,20130604,8,8:49:21,79,0.759493671
+251887,1,20130604,8,8:49:22,72,0.833333333
+251888,1,20130604,8,8:49:22,63,0.952380952
+251889,1,20130604,8,8:49:23,62,0.967741935
+251890,1,20130604,8,8:49:24,66,0.909090909
+251891,1,20130604,8,8:49:25,76,0.789473684
+251892,1,20130604,8,8:49:26,75,0.8
+251893,1,20130604,8,8:49:27,76,0.789473684
+251894,1,20130604,8,8:49:28,78,0.769230769
+251895,1,20130604,8,8:49:28,75,0.8
+251896,1,20130604,8,8:49:29,78,0.769230769
+251897,1,20130604,8,8:49:30,71,0.845070423
+251898,1,20130604,8,8:49:31,67,0.895522388
+251899,1,20130604,8,8:49:32,67,0.895522388
+251900,1,20130604,8,8:49:33,69,0.869565217
+251901,1,20130604,8,8:49:33,67,0.895522388
+251902,1,20130604,8,8:49:34,67,0.895522388
+251903,1,20130604,8,8:49:35,70,0.857142857
+251904,1,20130604,8,8:49:36,67,0.895522388
+251905,1,20130604,8,8:49:37,68,0.882352941
+251906,1,20130604,8,8:49:38,67,0.895522388
+251907,1,20130604,8,8:49:39,64,0.9375
+251908,1,20130604,8,8:49:40,70,0.857142857
+251909,1,20130604,8,8:49:41,67,0.895522388
+251910,1,20130604,8,8:49:41,66,0.909090909
+251911,1,20130604,8,8:49:42,73,0.821917808
+251912,1,20130604,8,8:49:43,70,0.857142857
+251913,1,20130604,8,8:49:44,69,0.869565217
+251914,1,20130604,8,8:49:45,71,0.845070423
+251915,1,20130604,8,8:49:46,69,0.869565217
+251916,1,20130604,8,8:49:47,63,0.952380952
+251917,1,20130604,8,8:49:48,69,0.869565217
+251918,1,20130604,8,8:49:48,79,0.759493671
+251919,1,20130604,8,8:49:49,76,0.789473684
+251920,1,20130604,8,8:49:50,72,0.833333333
+251921,1,20130604,8,8:49:51,66,0.909090909
+251922,1,20130604,8,8:49:52,71,0.845070423
+251923,1,20130604,8,8:49:53,66,0.909090909
+251924,1,20130604,8,8:49:53,61,0.983606557
+251925,1,20130604,8,8:49:54,71,0.845070423
+251926,1,20130604,8,8:49:55,69,0.869565217
+251927,1,20130604,8,8:49:56,60,1
+251928,1,20130604,8,8:49:57,65,0.923076923
+251929,1,20130604,8,8:49:58,67,0.895522388
+251930,1,20130604,8,8:49:59,62,0.967741935
+251931,1,20130604,8,8:50:00,65,0.923076923
+251932,1,20130604,8,8:50:01,74,0.810810811
+251933,1,20130604,8,8:50:02,65,0.923076923
+251934,1,20130604,8,8:50:03,61,0.983606557
+251935,1,20130604,8,8:50:04,68,0.882352941
+251936,1,20130604,8,8:50:04,67,0.895522388
+251937,1,20130604,8,8:50:05,61,0.983606557
+251938,1,20130604,8,8:50:06,67,0.895522388
+251939,1,20130604,8,8:50:07,77,0.779220779
+251940,1,20130604,8,8:50:08,70,0.857142857
+251941,1,20130604,8,8:50:09,61,0.983606557
+251942,1,20130604,8,8:50:10,66,0.909090909
+251943,1,20130604,8,8:50:11,70,0.857142857
+251944,1,20130604,8,8:50:12,65,0.923076923
+251945,1,20130604,8,8:50:13,64,0.9375
+251946,1,20130604,8,8:50:13,74,0.810810811
+251947,1,20130604,8,8:50:14,68,0.882352941
+251948,1,20130604,8,8:50:15,63,0.952380952
+251949,1,20130604,8,8:50:16,65,0.923076923
+251950,1,20130604,8,8:50:17,67,0.895522388
+251951,1,20130604,8,8:50:18,65,0.923076923
+251952,1,20130604,8,8:50:19,68,0.882352941
+251953,1,20130604,8,8:50:20,70,0.857142857
+251954,1,20130604,8,8:50:21,68,0.882352941
+251955,1,20130604,8,8:50:21,69,0.869565217
+251956,1,20130604,8,8:50:22,73,0.821917808
+251957,1,20130604,8,8:50:23,67,0.895522388
+251958,1,20130604,8,8:50:24,73,0.821917808
+251959,1,20130604,8,8:50:25,76,0.789473684
+251960,1,20130604,8,8:50:26,79,0.759493671
+251961,1,20130604,8,8:50:26,71,0.845070423
+251962,1,20130604,8,8:50:27,70,0.857142857
+251963,1,20130604,8,8:50:28,75,0.8
+251964,1,20130604,8,8:50:29,68,0.882352941
+251965,1,20130604,8,8:50:30,69,0.869565217
+251966,1,20130604,8,8:50:31,74,0.810810811
+251967,1,20130604,8,8:50:32,72,0.833333333
+251968,1,20130604,8,8:50:32,70,0.857142857
+251969,1,20130604,8,8:50:33,75,0.8
+251970,1,20130604,8,8:50:34,65,0.923076923
+251971,1,20130604,8,8:50:35,64,0.9375
+251972,1,20130604,8,8:50:36,71,0.845070423
+251973,1,20130604,8,8:50:37,70,0.857142857
+251974,1,20130604,8,8:50:38,70,0.857142857
+251975,1,20130604,8,8:50:38,76,0.789473684
+251976,1,20130604,8,8:50:39,75,0.8
+251977,1,20130604,8,8:50:40,67,0.895522388
+251978,1,20130604,8,8:50:41,73,0.821917808
+251979,1,20130604,8,8:50:42,79,0.759493671
+251980,1,20130604,8,8:50:43,70,0.857142857
+251981,1,20130604,8,8:50:43,64,0.9375
+251982,1,20130604,8,8:50:44,63,0.952380952
+251983,1,20130604,8,8:50:45,70,0.857142857
+251984,1,20130604,8,8:50:46,67,0.895522388
+251985,1,20130604,8,8:50:47,68,0.882352941
+251986,1,20130604,8,8:50:48,72,0.833333333
+251987,1,20130604,8,8:50:49,66,0.909090909
+251988,1,20130604,8,8:50:50,68,0.882352941
+251989,1,20130604,8,8:50:51,68,0.882352941
+251990,1,20130604,8,8:50:51,74,0.810810811
+251991,1,20130604,8,8:50:52,67,0.895522388
+251992,1,20130604,8,8:50:53,67,0.895522388
+251993,1,20130604,8,8:50:54,75,0.8
+251994,1,20130604,8,8:50:55,71,0.845070423
+251995,1,20130604,8,8:50:56,70,0.857142857
+251996,1,20130604,8,8:50:56,77,0.779220779
+251997,1,20130604,8,8:50:57,68,0.882352941
+251998,1,20130604,8,8:50:58,68,0.882352941
+251999,1,20130604,8,8:50:59,74,0.810810811
+252000,1,20130604,8,8:51:00,71,0.845070423
+252001,1,20130604,8,8:51:01,68,0.882352941
+252002,1,20130604,8,8:51:02,71,0.845070423
+252003,1,20130604,8,8:51:02,73,0.821917808
+252004,1,20130604,8,8:51:03,72,0.833333333
+252005,1,20130604,8,8:51:04,71,0.845070423
+252006,1,20130604,8,8:51:05,77,0.779220779
+252007,1,20130604,8,8:51:06,66,0.909090909
+252008,1,20130604,8,8:51:07,65,0.923076923
+252009,1,20130604,8,8:51:08,69,0.869565217
+252010,1,20130604,8,8:51:08,70,0.857142857
+252011,1,20130604,8,8:51:09,66,0.909090909
+252012,1,20130604,8,8:51:10,72,0.833333333
+252013,1,20130604,8,8:51:11,71,0.845070423
+252014,1,20130604,8,8:51:12,69,0.869565217
+252015,1,20130604,8,8:51:13,69,0.869565217
+252016,1,20130604,8,8:51:14,71,0.845070423
+252017,1,20130604,8,8:51:14,63,0.952380952
+252018,1,20130604,8,8:51:15,66,0.909090909
+252019,1,20130604,8,8:51:16,72,0.833333333
+252020,1,20130604,8,8:51:17,70,0.857142857
+252021,1,20130604,8,8:51:18,71,0.845070423
+252022,1,20130604,8,8:51:19,79,0.759493671
+252023,1,20130604,8,8:51:20,73,0.821917808
+252024,1,20130604,8,8:51:20,63,0.952380952
+252025,1,20130604,8,8:51:21,68,0.882352941
+252026,1,20130604,8,8:51:22,75,0.8
+252027,1,20130604,8,8:51:23,64,0.9375
+252028,1,20130604,8,8:51:24,61,0.983606557
+252029,1,20130604,8,8:51:25,64,0.9375
+252030,1,20130604,8,8:51:26,71,0.845070423
+252031,1,20130604,8,8:51:27,67,0.895522388
+252032,1,20130604,8,8:51:28,70,0.857142857
+252033,1,20130604,8,8:51:29,75,0.8
+252034,1,20130604,8,8:51:29,69,0.869565217
+252035,1,20130604,8,8:51:30,66,0.909090909
+252036,1,20130604,8,8:51:31,69,0.869565217
+252037,1,20130604,8,8:51:32,62,0.967741935
+252038,1,20130604,8,8:51:33,69,0.869565217
+252039,1,20130604,8,8:51:34,76,0.789473684
+252040,1,20130604,8,8:51:35,72,0.833333333
+252041,1,20130604,8,8:51:35,72,0.833333333
+252042,1,20130604,8,8:51:36,72,0.833333333
+252043,1,20130604,8,8:51:37,74,0.810810811
+252044,1,20130604,8,8:51:38,70,0.857142857
+252045,1,20130604,8,8:51:39,75,0.8
+252046,1,20130604,8,8:51:40,76,0.789473684
+252047,1,20130604,8,8:51:40,77,0.779220779
+252048,1,20130604,8,8:51:41,79,0.759493671
+252049,1,20130604,8,8:51:42,84,0.714285714
+252050,1,20130604,8,8:51:43,78,0.769230769
+252051,1,20130604,8,8:51:43,77,0.779220779
+252052,1,20130604,8,8:51:44,81,0.740740741
+252053,1,20130604,8,8:51:45,80,0.75
+252054,1,20130604,8,8:51:46,73,0.821917808
+252055,1,20130604,8,8:51:46,78,0.769230769
+252056,1,20130604,8,8:51:47,70,0.857142857
+252057,1,20130604,8,8:51:48,78,0.769230769
+252058,1,20130604,8,8:51:49,78,0.769230769
+252059,1,20130604,8,8:51:50,82,0.731707317
+252060,1,20130604,8,8:51:50,78,0.769230769
+252061,1,20130604,8,8:51:51,79,0.759493671
+252062,1,20130604,8,8:51:52,78,0.769230769
+252063,1,20130604,8,8:51:53,73,0.821917808
+252064,1,20130604,8,8:51:53,72,0.833333333
+252065,1,20130604,8,8:51:54,79,0.759493671
+252066,1,20130604,8,8:51:55,75,0.8
+252067,1,20130604,8,8:51:56,78,0.769230769
+252068,1,20130604,8,8:51:57,81,0.740740741
+252069,1,20130604,8,8:51:57,69,0.869565217
+252070,1,20130604,8,8:51:58,69,0.869565217
+252071,1,20130604,8,8:51:59,56,1.071428571
+252072,1,20130604,8,8:52:00,60,1
+252073,1,20130604,8,8:52:01,57,1.052631579
+252074,1,20130604,8,8:52:02,56,1.071428571
+252075,1,20130604,8,8:52:03,61,0.983606557
+252076,1,20130604,8,8:52:04,61,0.983606557
+252077,1,20130604,8,8:52:05,60,1
+252078,1,20130604,8,8:52:06,66,0.909090909
+252079,1,20130604,8,8:52:07,69,0.869565217
+252080,1,20130604,8,8:52:08,63,0.952380952
+252081,1,20130604,8,8:52:09,61,0.983606557
+252082,1,20130604,8,8:52:10,67,0.895522388
+252083,1,20130604,8,8:52:11,55,1.090909091
+252084,1,20130604,8,8:52:12,59,1.016949153
+252085,1,20130604,8,8:52:13,65,0.923076923
+252086,1,20130604,8,8:52:14,55,1.090909091
+252087,1,20130604,8,8:52:15,57,1.052631579
+252088,1,20130604,8,8:52:16,62,0.967741935
+252089,1,20130604,8,8:52:17,60,1
+252090,1,20130604,8,8:52:18,61,0.983606557
+252091,1,20130604,8,8:52:19,69,0.869565217
+252092,1,20130604,8,8:52:20,65,0.923076923
+252093,1,20130604,8,8:52:21,61,0.983606557
+252094,1,20130604,8,8:52:22,69,0.869565217
+252095,1,20130604,8,8:52:23,58,1.034482759
+252096,1,20130604,8,8:52:24,62,0.967741935
+252097,1,20130604,8,8:52:25,69,0.869565217
+252098,1,20130604,8,8:52:26,61,0.983606557
+252099,1,20130604,8,8:52:26,63,0.952380952
+252100,1,20130604,8,8:52:27,70,0.857142857
+252101,1,20130604,8,8:52:28,71,0.845070423
+252102,1,20130604,8,8:52:29,71,0.845070423
+252103,1,20130604,8,8:52:30,72,0.833333333
+252104,1,20130604,8,8:52:31,68,0.882352941
+252105,1,20130604,8,8:52:32,77,0.779220779
+252106,1,20130604,8,8:52:32,68,0.882352941
+252107,1,20130604,8,8:52:33,68,0.882352941
+252108,1,20130604,8,8:52:34,80,0.75
+252109,1,20130604,8,8:52:35,79,0.759493671
+252110,1,20130604,8,8:52:36,73,0.821917808
+252111,1,20130604,8,8:52:37,66,0.909090909
+252112,1,20130604,8,8:52:38,75,0.8
+252113,1,20130604,8,8:52:38,66,0.909090909
+252114,1,20130604,8,8:52:39,60,1
+252115,1,20130604,8,8:52:40,69,0.869565217
+252116,1,20130604,8,8:52:41,65,0.923076923
+252117,1,20130604,8,8:52:42,64,0.9375
+252118,1,20130604,8,8:52:43,72,0.833333333
+252119,1,20130604,8,8:52:44,68,0.882352941
+252120,1,20130604,8,8:52:45,65,0.923076923
+252121,1,20130604,8,8:52:46,74,0.810810811
+252122,1,20130604,8,8:52:46,72,0.833333333
+252123,1,20130604,8,8:52:47,68,0.882352941
+252124,1,20130604,8,8:52:48,73,0.821917808
+252125,1,20130604,8,8:52:49,65,0.923076923
+252126,1,20130604,8,8:52:50,65,0.923076923
+252127,1,20130604,8,8:52:51,73,0.821917808
+252128,1,20130604,8,8:52:52,68,0.882352941
+252129,1,20130604,8,8:52:53,69,0.869565217
+252130,1,20130604,8,8:52:53,76,0.789473684
+252131,1,20130604,8,8:52:54,65,0.923076923
+252132,1,20130604,8,8:52:55,67,0.895522388
+252133,1,20130604,8,8:52:56,71,0.845070423
+252134,1,20130604,8,8:52:57,66,0.909090909
+252135,1,20130604,8,8:52:58,77,0.779220779
+252136,1,20130604,8,8:52:59,77,0.779220779
+252137,1,20130604,8,8:52:59,77,0.779220779
+252138,1,20130604,8,8:53:00,82,0.731707317
+252139,1,20130604,8,8:53:01,78,0.769230769
+252140,1,20130604,8,8:53:02,81,0.740740741
+252141,1,20130604,8,8:53:02,71,0.845070423
+252142,1,20130604,8,8:53:03,64,0.9375
+252143,1,20130604,8,8:53:04,76,0.789473684
+252144,1,20130604,8,8:53:05,72,0.833333333
+252145,1,20130604,8,8:53:06,71,0.845070423
+252146,1,20130604,8,8:53:07,75,0.8
+252147,1,20130604,8,8:53:07,83,0.722891566
+252148,1,20130604,8,8:53:08,79,0.759493671
+252149,1,20130604,8,8:53:09,75,0.8
+252150,1,20130604,8,8:53:10,71,0.845070423
+252151,1,20130604,8,8:53:10,78,0.769230769
+252152,1,20130604,8,8:53:11,69,0.869565217
+252153,1,20130604,8,8:53:12,70,0.857142857
+252154,1,20130604,8,8:53:13,72,0.833333333
+252155,1,20130604,8,8:53:14,80,0.75
+252156,1,20130604,8,8:53:15,65,0.923076923
+252157,1,20130604,8,8:53:15,58,1.034482759
+252158,1,20130604,8,8:53:17,64,0.9375
+252159,1,20130604,8,8:53:17,73,0.821917808
+252160,1,20130604,8,8:53:18,72,0.833333333
+252161,1,20130604,8,8:53:19,69,0.869565217
+252162,1,20130604,8,8:53:20,72,0.833333333
+252163,1,20130604,8,8:53:21,75,0.8
+252164,1,20130604,8,8:53:22,70,0.857142857
+252165,1,20130604,8,8:53:22,70,0.857142857
+252166,1,20130604,8,8:53:23,77,0.779220779
+252167,1,20130604,8,8:53:24,75,0.8
+252168,1,20130604,8,8:53:25,62,0.967741935
+252169,1,20130604,8,8:53:26,65,0.923076923
+252170,1,20130604,8,8:53:27,76,0.789473684
+252171,1,20130604,8,8:53:28,67,0.895522388
+252172,1,20130604,8,8:53:28,65,0.923076923
+252173,1,20130604,8,8:53:29,70,0.857142857
+252174,1,20130604,8,8:53:30,60,1
+252175,1,20130604,8,8:53:31,56,1.071428571
+252176,1,20130604,8,8:53:32,61,0.983606557
+252177,1,20130604,8,8:53:33,61,0.983606557
+252178,1,20130604,8,8:53:34,59,1.016949153
+252179,1,20130604,8,8:53:35,64,0.9375
+252180,1,20130604,8,8:53:36,63,0.952380952
+252181,1,20130604,8,8:53:37,65,0.923076923
+252182,1,20130604,8,8:53:38,66,0.909090909
+252183,1,20130604,8,8:53:39,65,0.923076923
+252184,1,20130604,8,8:53:40,67,0.895522388
+252185,1,20130604,8,8:53:41,65,0.923076923
+252186,1,20130604,8,8:53:42,69,0.869565217
+252187,1,20130604,8,8:53:43,79,0.759493671
+252188,1,20130604,8,8:53:43,70,0.857142857
+252189,1,20130604,8,8:53:44,67,0.895522388
+252190,1,20130604,8,8:53:45,66,0.909090909
+252191,1,20130604,8,8:53:46,72,0.833333333
+252192,1,20130604,8,8:53:47,68,0.882352941
+252193,1,20130604,8,8:53:48,68,0.882352941
+252194,1,20130604,8,8:53:49,74,0.810810811
+252195,1,20130604,8,8:53:49,69,0.869565217
+252196,1,20130604,8,8:53:50,69,0.869565217
+252197,1,20130604,8,8:53:51,79,0.759493671
+252198,1,20130604,8,8:53:52,73,0.821917808
+252199,1,20130604,8,8:53:53,67,0.895522388
+252200,1,20130604,8,8:53:54,74,0.810810811
+252201,1,20130604,8,8:53:54,68,0.882352941
+252202,1,20130604,8,8:53:55,64,0.9375
+252203,1,20130604,8,8:53:56,73,0.821917808
+252204,1,20130604,8,8:53:57,68,0.882352941
+252205,1,20130604,8,8:53:58,68,0.882352941
+252206,1,20130604,8,8:53:59,75,0.8
+252207,1,20130604,8,8:54:00,71,0.845070423
+252208,1,20130604,8,8:54:01,66,0.909090909
+252209,1,20130604,8,8:54:01,75,0.8
+252210,1,20130604,8,8:54:02,71,0.845070423
+252211,1,20130604,8,8:54:03,70,0.857142857
+252212,1,20130604,8,8:54:04,75,0.8
+252213,1,20130604,8,8:54:05,78,0.769230769
+252214,1,20130604,8,8:54:05,68,0.882352941
+252215,1,20130604,8,8:54:06,67,0.895522388
+252216,1,20130604,8,8:54:07,71,0.845070423
+252217,1,20130604,8,8:54:08,70,0.857142857
+252218,1,20130604,8,8:54:09,74,0.810810811
+252219,1,20130604,8,8:54:10,76,0.789473684
+252220,1,20130604,8,8:54:11,81,0.740740741
+252221,1,20130604,8,8:54:11,78,0.769230769
+252222,1,20130604,8,8:54:12,67,0.895522388
+252223,1,20130604,8,8:54:13,64,0.9375
+252224,1,20130604,8,8:54:14,73,0.821917808
+252225,1,20130604,8,8:54:15,59,1.016949153
+252226,1,20130604,8,8:54:16,63,0.952380952
+252227,1,20130604,8,8:54:17,72,0.833333333
+252228,1,20130604,8,8:54:18,69,0.869565217
+252229,1,20130604,8,8:54:18,75,0.8
+252230,1,20130604,8,8:54:19,78,0.769230769
+252231,1,20130604,8,8:54:20,81,0.740740741
+252232,1,20130604,8,8:54:21,85,0.705882353
+252233,1,20130604,8,8:54:21,79,0.759493671
+252234,1,20130604,8,8:54:22,82,0.731707317
+252235,1,20130604,8,8:54:23,71,0.845070423
+252236,1,20130604,8,8:54:24,66,0.909090909
+252237,1,20130604,8,8:54:25,72,0.833333333
+252238,1,20130604,8,8:54:26,74,0.810810811
+252239,1,20130604,8,8:54:26,71,0.845070423
+252240,1,20130604,8,8:54:27,72,0.833333333
+252241,1,20130604,8,8:54:28,76,0.789473684
+252242,1,20130604,8,8:54:29,67,0.895522388
+252243,1,20130604,8,8:54:30,67,0.895522388
+252244,1,20130604,8,8:54:31,67,0.895522388
+252245,1,20130604,8,8:54:31,68,0.882352941
+252246,1,20130604,8,8:54:32,65,0.923076923
+252247,1,20130604,8,8:54:33,70,0.857142857
+252248,1,20130604,8,8:54:34,69,0.869565217
+252249,1,20130604,8,8:54:35,67,0.895522388
+252250,1,20130604,8,8:54:36,68,0.882352941
+252251,1,20130604,8,8:54:37,74,0.810810811
+252252,1,20130604,8,8:54:38,74,0.810810811
+252253,1,20130604,8,8:54:38,79,0.759493671
+252254,1,20130604,8,8:54:39,84,0.714285714
+252255,1,20130604,8,8:54:40,72,0.833333333
+252256,1,20130604,8,8:54:41,72,0.833333333
+252257,1,20130604,8,8:54:42,76,0.789473684
+252258,1,20130604,8,8:54:42,65,0.923076923
+252259,1,20130604,8,8:54:43,67,0.895522388
+252260,1,20130604,8,8:54:44,72,0.833333333
+252261,1,20130604,8,8:54:45,70,0.857142857
+252262,1,20130604,8,8:54:46,67,0.895522388
+252263,1,20130604,8,8:54:47,76,0.789473684
+252264,1,20130604,8,8:54:48,68,0.882352941
+252265,1,20130604,8,8:54:48,68,0.882352941
+252266,1,20130604,8,8:54:49,73,0.821917808
+252267,1,20130604,8,8:54:50,70,0.857142857
+252268,1,20130604,8,8:54:51,67,0.895522388
+252269,1,20130604,8,8:54:52,70,0.857142857
+252270,1,20130604,8,8:54:53,68,0.882352941
+252271,1,20130604,8,8:54:54,68,0.882352941
+252272,1,20130604,8,8:54:54,73,0.821917808
+252273,1,20130604,8,8:54:55,80,0.75
+252274,1,20130604,8,8:54:56,73,0.821917808
+252275,1,20130604,8,8:54:57,65,0.923076923
+252276,1,20130604,8,8:54:58,72,0.833333333
+252277,1,20130604,8,8:54:59,71,0.845070423
+252278,1,20130604,8,8:54:59,65,0.923076923
+252279,1,20130604,8,8:55:00,69,0.869565217
+252280,1,20130604,8,8:55:01,74,0.810810811
+252281,1,20130604,8,8:55:02,70,0.857142857
+252282,1,20130604,8,8:55:03,68,0.882352941
+252283,1,20130604,8,8:55:04,74,0.810810811
+252284,1,20130604,8,8:55:05,68,0.882352941
+252285,1,20130604,8,8:55:06,67,0.895522388
+252286,1,20130604,8,8:55:06,73,0.821917808
+252287,1,20130604,8,8:55:07,69,0.869565217
+252288,1,20130604,8,8:55:08,68,0.882352941
+252289,1,20130604,8,8:55:09,74,0.810810811
+252290,1,20130604,8,8:55:10,62,0.967741935
+252291,1,20130604,8,8:55:11,63,0.952380952
+252292,1,20130604,8,8:55:12,71,0.845070423
+252293,1,20130604,8,8:55:13,65,0.923076923
+252294,1,20130604,8,8:55:14,66,0.909090909
+252295,1,20130604,8,8:55:14,72,0.833333333
+252296,1,20130604,8,8:55:15,65,0.923076923
+252297,1,20130604,8,8:55:16,63,0.952380952
+252298,1,20130604,8,8:55:17,71,0.845070423
+252299,1,20130604,8,8:55:18,66,0.909090909
+252300,1,20130604,8,8:55:19,70,0.857142857
+252301,1,20130604,8,8:55:20,71,0.845070423
+252302,1,20130604,8,8:55:21,62,0.967741935
+252303,1,20130604,8,8:55:22,66,0.909090909
+252304,1,20130604,8,8:55:22,70,0.857142857
+252305,1,20130604,8,8:55:23,64,0.9375
+252306,1,20130604,8,8:55:24,63,0.952380952
+252307,1,20130604,8,8:55:25,72,0.833333333
+252308,1,20130604,8,8:55:26,63,0.952380952
+252309,1,20130604,8,8:55:27,66,0.909090909
+252310,1,20130604,8,8:55:28,77,0.779220779
+252311,1,20130604,8,8:55:29,65,0.923076923
+252312,1,20130604,8,8:55:30,69,0.869565217
+252313,1,20130604,8,8:55:30,79,0.759493671
+252314,1,20130604,8,8:55:31,81,0.740740741
+252315,1,20130604,8,8:55:32,75,0.8
+252316,1,20130604,8,8:55:33,70,0.857142857
+252317,1,20130604,8,8:55:34,76,0.789473684
+252318,1,20130604,8,8:55:34,73,0.821917808
+252319,1,20130604,8,8:55:35,66,0.909090909
+252320,1,20130604,8,8:55:36,69,0.869565217
+252321,1,20130604,8,8:55:37,75,0.8
+252322,1,20130604,8,8:55:38,71,0.845070423
+252323,1,20130604,8,8:55:39,70,0.857142857
+252324,1,20130604,8,8:55:40,75,0.8
+252325,1,20130604,8,8:55:40,70,0.857142857
+252326,1,20130604,8,8:55:41,72,0.833333333
+252327,1,20130604,8,8:55:42,77,0.779220779
+252328,1,20130604,8,8:55:43,67,0.895522388
+252329,1,20130604,8,8:55:44,67,0.895522388
+252330,1,20130604,8,8:55:45,67,0.895522388
+252331,1,20130604,8,8:55:45,71,0.845070423
+252332,1,20130604,8,8:55:46,66,0.909090909
+252333,1,20130604,8,8:55:47,66,0.909090909
+252334,1,20130604,8,8:55:48,73,0.821917808
+252335,1,20130604,8,8:55:49,66,0.909090909
+252336,1,20130604,8,8:55:50,66,0.909090909
+252337,1,20130604,8,8:55:51,72,0.833333333
+252338,1,20130604,8,8:55:52,67,0.895522388
+252339,1,20130604,8,8:55:53,69,0.869565217
+252340,1,20130604,8,8:55:53,72,0.833333333
+252341,1,20130604,8,8:55:54,64,0.9375
+252342,1,20130604,8,8:55:55,66,0.909090909
+252343,1,20130604,8,8:55:56,70,0.857142857
+252344,1,20130604,8,8:55:57,67,0.895522388
+252345,1,20130604,8,8:55:58,70,0.857142857
+252346,1,20130604,8,8:55:59,75,0.8
+252347,1,20130604,8,8:55:59,63,0.952380952
+252348,1,20130604,8,8:56:00,61,0.983606557
+252349,1,20130604,8,8:56:01,72,0.833333333
+252350,1,20130604,8,8:56:02,65,0.923076923
+252351,1,20130604,8,8:56:03,70,0.857142857
+252352,1,20130604,8,8:56:04,70,0.857142857
+252353,1,20130604,8,8:56:05,68,0.882352941
+252354,1,20130604,8,8:56:06,65,0.923076923
+252355,1,20130604,8,8:56:07,73,0.821917808
+252356,1,20130604,8,8:56:08,72,0.833333333
+252357,1,20130604,8,8:56:08,70,0.857142857
+252358,1,20130604,8,8:56:09,71,0.845070423
+252359,1,20130604,8,8:56:10,78,0.769230769
+252360,1,20130604,8,8:56:11,74,0.810810811
+252361,1,20130604,8,8:56:12,74,0.810810811
+252362,1,20130604,8,8:56:12,78,0.769230769
+252363,1,20130604,8,8:56:13,72,0.833333333
+252364,1,20130604,8,8:56:14,75,0.8
+252365,1,20130604,8,8:56:15,71,0.845070423
+252366,1,20130604,8,8:56:16,72,0.833333333
+252367,1,20130604,8,8:56:17,64,0.9375
+252368,1,20130604,8,8:56:17,67,0.895522388
+252369,1,20130604,8,8:56:18,76,0.789473684
+252370,1,20130604,8,8:56:19,84,0.714285714
+252371,1,20130604,8,8:56:20,86,0.697674419
+252372,1,20130604,8,8:56:21,80,0.75
+252373,1,20130604,8,8:56:21,68,0.882352941
+252374,1,20130604,8,8:56:22,69,0.869565217
+252375,1,20130604,8,8:56:23,71,0.845070423
+252376,1,20130604,8,8:56:24,77,0.779220779
+252377,1,20130604,8,8:56:25,75,0.8
+252378,1,20130604,8,8:56:25,75,0.8
+252379,1,20130604,8,8:56:26,72,0.833333333
+252380,1,20130604,8,8:56:27,80,0.75
+252381,1,20130604,8,8:56:28,75,0.8
+252382,1,20130604,8,8:56:29,74,0.810810811
+252383,1,20130604,8,8:56:29,69,0.869565217
+252384,1,20130604,8,8:56:30,77,0.779220779
+252385,1,20130604,8,8:56:31,70,0.857142857
+252386,1,20130604,8,8:56:32,66,0.909090909
+252387,1,20130604,8,8:56:33,66,0.909090909
+252388,1,20130604,8,8:56:34,70,0.857142857
+252389,1,20130604,8,8:56:35,69,0.869565217
+252390,1,20130604,8,8:56:36,66,0.909090909
+252391,1,20130604,8,8:56:36,74,0.810810811
+252392,1,20130604,8,8:56:37,68,0.882352941
+252393,1,20130604,8,8:56:38,67,0.895522388
+252394,1,20130604,8,8:56:39,65,0.923076923
+252395,1,20130604,8,8:56:40,72,0.833333333
+252396,1,20130604,8,8:56:41,62,0.967741935
+252397,1,20130604,8,8:56:42,76,0.789473684
+252398,1,20130604,8,8:56:43,74,0.810810811
+252399,1,20130604,8,8:56:43,75,0.8
+252400,1,20130604,8,8:56:44,69,0.869565217
+252401,1,20130604,8,8:56:45,70,0.857142857
+252402,1,20130604,8,8:56:46,78,0.769230769
+252403,1,20130604,8,8:56:47,82,0.731707317
+252404,1,20130604,8,8:56:47,80,0.75
+252405,1,20130604,8,8:56:48,74,0.810810811
+252406,1,20130604,8,8:56:49,69,0.869565217
+252407,1,20130604,8,8:56:50,68,0.882352941
+252408,1,20130604,8,8:56:51,72,0.833333333
+252409,1,20130604,8,8:56:52,74,0.810810811
+252410,1,20130604,8,8:56:52,79,0.759493671
+252411,1,20130604,8,8:56:53,86,0.697674419
+252412,1,20130604,8,8:56:54,83,0.722891566
+252413,1,20130604,8,8:56:55,82,0.731707317
+252414,1,20130604,8,8:56:55,83,0.722891566
+252415,1,20130604,8,8:56:56,81,0.740740741
+252416,1,20130604,8,8:56:57,64,0.9375
+252417,1,20130604,8,8:56:58,58,1.034482759
+252418,1,20130604,8,8:56:59,60,1
+252419,1,20130604,8,8:57:00,66,0.909090909
+252420,1,20130604,8,8:57:01,65,0.923076923
+252421,1,20130604,8,8:57:01,71,0.845070423
+252422,1,20130604,8,8:57:02,73,0.821917808
+252423,1,20130604,8,8:57:03,66,0.909090909
+252424,1,20130604,8,8:57:04,68,0.882352941
+252425,1,20130604,8,8:57:05,68,0.882352941
+252426,1,20130604,8,8:57:06,57,1.052631579
+252427,1,20130604,8,8:57:07,64,0.9375
+252428,1,20130604,8,8:57:08,62,0.967741935
+252429,1,20130604,8,8:57:09,60,1
+252430,1,20130604,8,8:57:10,69,0.869565217
+252431,1,20130604,8,8:57:11,65,0.923076923
+252432,1,20130604,8,8:57:12,67,0.895522388
+252433,1,20130604,8,8:57:12,64,0.9375
+252434,1,20130604,8,8:57:13,65,0.923076923
+252435,1,20130604,8,8:57:14,74,0.810810811
+252436,1,20130604,8,8:57:15,75,0.8
+252437,1,20130604,8,8:57:16,78,0.769230769
+252438,1,20130604,8,8:57:17,76,0.789473684
+252439,1,20130604,8,8:57:17,80,0.75
+252440,1,20130604,8,8:57:18,78,0.769230769
+252441,1,20130604,8,8:57:19,74,0.810810811
+252442,1,20130604,8,8:57:20,67,0.895522388
+252443,1,20130604,8,8:57:21,73,0.821917808
+252444,1,20130604,8,8:57:22,62,0.967741935
+252445,1,20130604,8,8:57:23,66,0.909090909
+252446,1,20130604,8,8:57:23,72,0.833333333
+252447,1,20130604,8,8:57:24,71,0.845070423
+252448,1,20130604,8,8:57:25,66,0.909090909
+252449,1,20130604,8,8:57:26,74,0.810810811
+252450,1,20130604,8,8:57:27,81,0.740740741
+252451,1,20130604,8,8:57:28,80,0.75
+252452,1,20130604,8,8:57:28,87,0.689655172
+252453,1,20130604,8,8:57:29,89,0.674157303
+252454,1,20130604,8,8:57:30,90,0.666666667
+252455,1,20130604,8,8:57:30,88,0.681818182
+252456,1,20130604,8,8:57:31,89,0.674157303
+252457,1,20130604,8,8:57:32,93,0.64516129
+252458,1,20130604,8,8:57:32,91,0.659340659
+252459,1,20130604,8,8:57:33,89,0.674157303
+252460,1,20130604,8,8:57:34,83,0.722891566
+252461,1,20130604,8,8:57:34,82,0.731707317
+252462,1,20130604,8,8:57:35,81,0.740740741
+252463,1,20130604,8,8:57:36,84,0.714285714
+252464,1,20130604,8,8:57:37,85,0.705882353
+252465,1,20130604,8,8:57:37,87,0.689655172
+252466,1,20130604,8,8:57:38,88,0.681818182
+252467,1,20130604,8,8:57:39,90,0.666666667
+252468,1,20130604,8,8:57:39,90,0.666666667
+252469,1,20130604,8,8:57:40,90,0.666666667
+252470,1,20130604,8,8:57:41,92,0.652173913
+252471,1,20130604,8,8:57:41,93,0.64516129
+252472,1,20130604,8,8:57:42,92,0.652173913
+252473,1,20130604,8,8:57:43,93,0.64516129
+252474,1,20130604,8,8:57:43,90,0.666666667
+252475,1,20130604,8,8:57:44,76,0.789473684
+252476,1,20130604,8,8:57:45,67,0.895522388
+252477,1,20130604,8,8:57:46,68,0.882352941
+252478,1,20130604,8,8:57:46,67,0.895522388
+252479,1,20130604,8,8:57:47,66,0.909090909
+252480,1,20130604,8,8:57:48,70,0.857142857
+252481,1,20130604,8,8:57:49,78,0.769230769
+252482,1,20130604,8,8:57:50,81,0.740740741
+252483,1,20130604,8,8:57:51,80,0.75
+252484,1,20130604,8,8:57:51,74,0.810810811
+252485,1,20130604,8,8:57:52,67,0.895522388
+252486,1,20130604,8,8:57:53,68,0.882352941
+252487,1,20130604,8,8:57:54,71,0.845070423
+252488,1,20130604,8,8:57:55,73,0.821917808
+252489,1,20130604,8,8:57:56,79,0.759493671
+252490,1,20130604,8,8:57:56,76,0.789473684
+252491,1,20130604,8,8:57:57,68,0.882352941
+252492,1,20130604,8,8:57:58,68,0.882352941
+252493,1,20130604,8,8:57:59,67,0.895522388
+252494,1,20130604,8,8:58:00,76,0.789473684
+252495,1,20130604,8,8:58:01,79,0.759493671
+252496,1,20130604,8,8:58:01,79,0.759493671
+252497,1,20130604,8,8:58:02,80,0.75
+252498,1,20130604,8,8:58:03,82,0.731707317
+252499,1,20130604,8,8:58:04,85,0.705882353
+252500,1,20130604,8,8:58:04,85,0.705882353
+252501,1,20130604,8,8:58:05,90,0.666666667
+252502,1,20130604,8,8:58:06,93,0.64516129
+252503,1,20130604,8,8:58:06,93,0.64516129
+252504,1,20130604,8,8:58:07,95,0.631578947
+252505,1,20130604,8,8:58:08,93,0.64516129
+252506,1,20130604,8,8:58:08,82,0.731707317
+252507,1,20130604,8,8:58:09,86,0.697674419
+252508,1,20130604,8,8:58:10,81,0.740740741
+252509,1,20130604,8,8:58:10,79,0.759493671
+252510,1,20130604,8,8:58:11,81,0.740740741
+252511,1,20130604,8,8:58:12,85,0.705882353
+252512,1,20130604,8,8:58:13,84,0.714285714
+252513,1,20130604,8,8:58:13,80,0.75
+252514,1,20130604,8,8:58:14,76,0.789473684
+252515,1,20130604,8,8:58:15,74,0.810810811
+252516,1,20130604,8,8:58:16,77,0.779220779
+252517,1,20130604,8,8:58:16,77,0.779220779
+252518,1,20130604,8,8:58:17,76,0.789473684
+252519,1,20130604,8,8:58:18,73,0.821917808
+252520,1,20130604,8,8:58:19,68,0.882352941
+252521,1,20130604,8,8:58:20,72,0.833333333
+252522,1,20130604,8,8:58:21,74,0.810810811
+252523,1,20130604,8,8:58:21,83,0.722891566
+252524,1,20130604,8,8:58:22,72,0.833333333
+252525,1,20130604,8,8:58:23,82,0.731707317
+252526,1,20130604,8,8:58:24,75,0.8
+252527,1,20130604,8,8:58:24,61,0.983606557
+252528,1,20130604,8,8:58:25,64,0.9375
+252529,1,20130604,8,8:58:26,64,0.9375
+252530,1,20130604,8,8:58:27,69,0.869565217
+252531,1,20130604,8,8:58:28,74,0.810810811
+252532,1,20130604,8,8:58:29,78,0.769230769
+252533,1,20130604,8,8:58:30,83,0.722891566
+252534,1,20130604,8,8:58:31,82,0.731707317
+252535,1,20130604,8,8:58:31,74,0.810810811
+252536,1,20130604,8,8:58:32,75,0.8
+252537,1,20130604,8,8:58:33,75,0.8
+252538,1,20130604,8,8:58:34,58,1.034482759
+252539,1,20130604,8,8:58:35,61,0.983606557
+252540,1,20130604,8,8:58:36,64,0.9375
+252541,1,20130604,8,8:58:37,68,0.882352941
+252542,1,20130604,8,8:58:37,77,0.779220779
+252543,1,20130604,8,8:58:38,76,0.789473684
+252544,1,20130604,8,8:58:39,72,0.833333333
+252545,1,20130604,8,8:58:40,69,0.869565217
+252546,1,20130604,8,8:58:41,73,0.821917808
+252547,1,20130604,8,8:58:42,78,0.769230769
+252548,1,20130604,8,8:58:42,70,0.857142857
+252549,1,20130604,8,8:58:43,64,0.9375
+252550,1,20130604,8,8:58:44,68,0.882352941
+252551,1,20130604,8,8:58:45,75,0.8
+252552,1,20130604,8,8:58:46,82,0.731707317
+252553,1,20130604,8,8:58:47,81,0.740740741
+252554,1,20130604,8,8:58:47,78,0.769230769
+252555,1,20130604,8,8:58:48,67,0.895522388
+252556,1,20130604,8,8:58:49,72,0.833333333
+252557,1,20130604,8,8:58:50,64,0.9375
+252558,1,20130604,8,8:58:51,69,0.869565217
+252559,1,20130604,8,8:58:52,73,0.821917808
+252560,1,20130604,8,8:58:52,73,0.821917808
+252561,1,20130604,8,8:58:53,78,0.769230769
+252562,1,20130604,8,8:58:54,78,0.769230769
+252563,1,20130604,8,8:58:55,85,0.705882353
+252564,1,20130604,8,8:58:55,85,0.705882353
+252565,1,20130604,8,8:58:56,85,0.705882353
+252566,1,20130604,8,8:58:57,79,0.759493671
+252567,1,20130604,8,8:58:58,76,0.789473684
+252568,1,20130604,8,8:58:58,81,0.740740741
+252569,1,20130604,8,8:58:59,78,0.769230769
+252570,1,20130604,8,8:59:00,78,0.769230769
+252571,1,20130604,8,8:59:01,81,0.740740741
+252572,1,20130604,8,8:59:01,85,0.705882353
+252573,1,20130604,8,8:59:02,74,0.810810811
+252574,1,20130604,8,8:59:03,82,0.731707317
+252575,1,20130604,8,8:59:04,66,0.909090909
+252576,1,20130604,8,8:59:05,55,1.090909091
+252577,1,20130604,8,8:59:06,60,1
+252578,1,20130604,8,8:59:07,62,0.967741935
+252579,1,20130604,8,8:59:08,58,1.034482759
+252580,1,20130604,8,8:59:09,54,1.111111111
+252581,1,20130604,8,8:59:10,62,0.967741935
+252582,1,20130604,8,8:59:11,62,0.967741935
+252583,1,20130604,8,8:59:12,61,0.983606557
+252584,1,20130604,8,8:59:13,69,0.869565217
+252585,1,20130604,8,8:59:14,73,0.821917808
+252586,1,20130604,8,8:59:14,75,0.8
+252587,1,20130604,8,8:59:15,78,0.769230769
+252588,1,20130604,8,8:59:16,82,0.731707317
+252589,1,20130604,8,8:59:17,77,0.779220779
+252590,1,20130604,8,8:59:18,68,0.882352941
+252591,1,20130604,8,8:59:18,71,0.845070423
+252592,1,20130604,8,8:59:19,67,0.895522388
+252593,1,20130604,8,8:59:20,75,0.8
+252594,1,20130604,8,8:59:21,81,0.740740741
+252595,1,20130604,8,8:59:22,82,0.731707317
+252596,1,20130604,8,8:59:22,80,0.75
+252597,1,20130604,8,8:59:23,75,0.8
+252598,1,20130604,8,8:59:24,79,0.759493671
+252599,1,20130604,8,8:59:25,79,0.759493671
+252600,1,20130604,8,8:59:25,69,0.869565217
+252601,1,20130604,8,8:59:26,68,0.882352941
+252602,1,20130604,8,8:59:27,70,0.857142857
+252603,1,20130604,8,8:59:28,74,0.810810811
+252604,1,20130604,8,8:59:29,79,0.759493671
+252605,1,20130604,8,8:59:30,79,0.759493671
+252606,1,20130604,8,8:59:30,79,0.759493671
+252607,1,20130604,8,8:59:31,78,0.769230769
+252608,1,20130604,8,8:59:32,87,0.689655172
+252609,1,20130604,8,8:59:33,86,0.697674419
+252610,1,20130604,8,8:59:33,85,0.705882353
+252611,1,20130604,8,8:59:34,68,0.882352941
+252612,1,20130604,8,8:59:35,69,0.869565217
+252613,1,20130604,8,8:59:36,71,0.845070423
+252614,1,20130604,8,8:59:37,68,0.882352941
+252615,1,20130604,8,8:59:38,66,0.909090909
+252616,1,20130604,8,8:59:38,69,0.869565217
+252617,1,20130604,8,8:59:39,65,0.923076923
+252618,1,20130604,8,8:59:40,65,0.923076923
+252619,1,20130604,8,8:59:41,67,0.895522388
+252620,1,20130604,8,8:59:42,66,0.909090909
+252621,1,20130604,8,8:59:43,66,0.909090909
+252622,1,20130604,8,8:59:44,76,0.789473684
+252623,1,20130604,8,8:59:45,77,0.779220779
+252624,1,20130604,8,8:59:45,78,0.769230769
+252625,1,20130604,8,8:59:46,82,0.731707317
+252626,1,20130604,8,8:59:47,71,0.845070423
+252627,1,20130604,8,8:59:48,78,0.769230769
+252628,1,20130604,8,8:59:49,76,0.789473684
+252629,1,20130604,8,8:59:49,77,0.779220779
+252630,1,20130604,8,8:59:50,81,0.740740741
+252631,1,20130604,8,8:59:51,81,0.740740741
+252632,1,20130604,8,8:59:52,81,0.740740741
+252633,1,20130604,8,8:59:52,81,0.740740741
+252634,1,20130604,8,8:59:53,83,0.722891566
+252635,1,20130604,8,8:59:54,87,0.689655172
+252636,1,20130604,8,8:59:54,89,0.674157303
+252637,1,20130604,8,8:59:55,86,0.697674419
+252638,1,20130604,8,8:59:56,86,0.697674419
+252639,1,20130604,8,8:59:57,80,0.75
+252640,1,20130604,8,8:59:57,86,0.697674419
+252641,1,20130604,8,8:59:58,78,0.769230769
+252642,1,20130604,8,8:59:59,73,0.821917808
+252643,1,20130604,8,9:00:00,66,0.909090909
+252644,1,20130604,8,9:00:01,69,0.869565217
+252645,1,20130604,8,9:00:01,59,1.016949153
+252646,1,20130604,8,9:00:02,59,1.016949153
+252647,1,20130604,8,9:00:03,70,0.857142857
+252648,1,20130604,8,9:00:04,64,0.9375
+252649,1,20130604,8,9:00:05,61,0.983606557
+252650,1,20130604,8,9:00:06,66,0.909090909
+252651,1,20130604,8,9:00:07,65,0.923076923
+252652,1,20130604,8,9:00:08,61,0.983606557
+252653,1,20130604,8,9:00:09,63,0.952380952
+252654,1,20130604,8,9:00:10,74,0.810810811
+252655,1,20130604,8,9:00:11,67,0.895522388
+252656,1,20130604,8,9:00:12,68,0.882352941
+252657,1,20130604,8,9:00:13,70,0.857142857
+252658,1,20130604,8,9:00:13,77,0.779220779
+252659,1,20130604,8,9:00:14,76,0.789473684
+252660,1,20130604,8,9:00:15,78,0.769230769
+252661,1,20130604,8,9:00:16,79,0.759493671
+252662,1,20130604,8,9:00:17,74,0.810810811
+252663,1,20130604,8,9:00:17,65,0.923076923
+252664,1,20130604,8,9:00:18,72,0.833333333
+252665,1,20130604,8,9:00:19,66,0.909090909
+252666,1,20130604,8,9:00:20,64,0.9375
+252667,1,20130604,8,9:00:21,69,0.869565217
+252668,1,20130604,8,9:00:22,65,0.923076923
+252669,1,20130604,8,9:00:23,66,0.909090909
+252670,1,20130604,8,9:00:24,71,0.845070423
+252671,1,20130604,8,9:00:24,72,0.833333333
+252672,1,20130604,8,9:00:25,65,0.923076923
+252673,1,20130604,8,9:00:26,69,0.869565217
+252674,1,20130604,8,9:00:27,69,0.869565217
+252675,1,20130604,8,9:00:28,64,0.9375
+252676,1,20130604,8,9:00:29,73,0.821917808
+252677,1,20130604,8,9:00:30,68,0.882352941
+252678,1,20130604,8,9:00:31,71,0.845070423
+252679,1,20130604,8,9:00:31,80,0.75
+252680,1,20130604,8,9:00:32,73,0.821917808
+252681,1,20130604,8,9:00:33,67,0.895522388
+252682,1,20130604,8,9:00:34,66,0.909090909
+252683,1,20130604,8,9:00:35,73,0.821917808
+252684,1,20130604,8,9:00:36,71,0.845070423
+252685,1,20130604,8,9:00:36,72,0.833333333
+252686,1,20130604,8,9:00:37,80,0.75
+252687,1,20130604,8,9:00:38,75,0.8
+252688,1,20130604,8,9:00:39,73,0.821917808
+252689,1,20130604,8,9:00:40,72,0.833333333
+252690,1,20130604,8,9:00:41,75,0.8
+252691,1,20130604,8,9:00:41,64,0.9375
+252692,1,20130604,8,9:00:42,68,0.882352941
+252693,1,20130604,8,9:00:43,76,0.789473684
+252694,1,20130604,8,9:00:44,69,0.869565217
+252695,1,20130604,8,9:00:45,66,0.909090909
+252696,1,20130604,8,9:00:46,68,0.882352941
+252697,1,20130604,8,9:00:47,70,0.857142857
+252698,1,20130604,8,9:00:47,67,0.895522388
+252699,1,20130604,8,9:00:48,75,0.8
+252700,1,20130604,8,9:00:49,72,0.833333333
+252701,1,20130604,8,9:00:50,66,0.909090909
+252702,1,20130604,8,9:00:51,72,0.833333333
+252703,1,20130604,8,9:00:52,81,0.740740741
+252704,1,20130604,8,9:00:52,76,0.789473684
+252705,1,20130604,8,9:00:53,72,0.833333333
+252706,1,20130604,8,9:00:54,76,0.789473684
+252707,1,20130604,8,9:00:55,82,0.731707317
+252708,1,20130604,8,9:00:56,83,0.722891566
+252709,1,20130604,8,9:00:56,85,0.705882353
+252710,1,20130604,8,9:00:57,83,0.722891566
+252711,1,20130604,8,9:00:58,76,0.789473684
+252712,1,20130604,8,9:00:59,81,0.740740741
+252713,1,20130604,8,9:00:59,78,0.769230769
+252714,1,20130604,8,9:01:00,71,0.845070423
+252715,1,20130604,8,9:01:01,69,0.869565217
+252716,1,20130604,8,9:01:02,75,0.8
+252717,1,20130604,8,9:01:03,73,0.821917808
+252718,1,20130604,8,9:01:03,69,0.869565217
+252719,1,20130604,8,9:01:04,80,0.75
+252720,1,20130604,8,9:01:05,75,0.8
+252721,1,20130604,8,9:01:06,74,0.810810811
+252722,1,20130604,8,9:01:07,68,0.882352941
+252723,1,20130604,8,9:01:08,64,0.9375
+252724,1,20130604,8,9:01:08,62,0.967741935
+252725,1,20130604,8,9:01:09,62,0.967741935
+252726,1,20130604,8,9:01:10,68,0.882352941
+252727,1,20130604,8,9:01:11,66,0.909090909
+252728,1,20130604,8,9:01:12,66,0.909090909
+252729,1,20130604,8,9:01:13,75,0.8
+252730,1,20130604,8,9:01:14,79,0.759493671
+252731,1,20130604,8,9:01:15,72,0.833333333
+252732,1,20130604,8,9:01:15,69,0.869565217
+252733,1,20130604,8,9:01:16,65,0.923076923
+252734,1,20130604,8,9:01:17,77,0.779220779
+252735,1,20130604,8,9:01:18,74,0.810810811
+252736,1,20130604,8,9:01:19,67,0.895522388
+252737,1,20130604,8,9:01:20,66,0.909090909
+252738,1,20130604,8,9:01:21,65,0.923076923
+252739,1,20130604,8,9:01:22,75,0.8
+252740,1,20130604,8,9:01:22,72,0.833333333
+252741,1,20130604,8,9:01:23,70,0.857142857
+252742,1,20130604,8,9:01:24,73,0.821917808
+252743,1,20130604,8,9:01:25,76,0.789473684
+252744,1,20130604,8,9:01:26,63,0.952380952
+252745,1,20130604,8,9:01:27,64,0.9375
+252746,1,20130604,8,9:01:28,66,0.909090909
+252747,1,20130604,8,9:01:28,68,0.882352941
+252748,1,20130604,8,9:01:29,67,0.895522388
+252749,1,20130604,8,9:01:30,65,0.923076923
+252750,1,20130604,8,9:01:31,68,0.882352941
+252751,1,20130604,8,9:01:32,66,0.909090909
+252752,1,20130604,8,9:01:33,68,0.882352941
+252753,1,20130604,8,9:01:34,73,0.821917808
+252754,1,20130604,8,9:01:35,69,0.869565217
+252755,1,20130604,8,9:01:36,65,0.923076923
+252756,1,20130604,8,9:01:36,65,0.923076923
+252757,1,20130604,8,9:01:37,70,0.857142857
+252758,1,20130604,8,9:01:38,69,0.869565217
+252759,1,20130604,8,9:01:39,68,0.882352941
+252760,1,20130604,8,9:01:40,77,0.779220779
+252761,1,20130604,8,9:01:41,72,0.833333333
+252762,1,20130604,8,9:01:42,64,0.9375
+252763,1,20130604,8,9:01:43,63,0.952380952
+252764,1,20130604,8,9:01:43,75,0.8
+252765,1,20130604,8,9:01:44,73,0.821917808
+252766,1,20130604,8,9:01:45,70,0.857142857
+252767,1,20130604,8,9:01:46,69,0.869565217
+252768,1,20130604,8,9:01:47,80,0.75
+252769,1,20130604,8,9:01:48,84,0.714285714
+252770,1,20130604,8,9:01:48,85,0.705882353
+252771,1,20130604,8,9:01:49,77,0.779220779
+252772,1,20130604,8,9:01:50,66,0.909090909
+252773,1,20130604,8,9:01:51,63,0.952380952
+252774,1,20130604,8,9:01:52,70,0.857142857
+252775,1,20130604,8,9:01:53,67,0.895522388
+252776,1,20130604,8,9:01:53,67,0.895522388
+252777,1,20130604,8,9:01:54,72,0.833333333
+252778,1,20130604,8,9:01:55,73,0.821917808
+252779,1,20130604,8,9:01:56,74,0.810810811
+252780,1,20130604,8,9:01:57,70,0.857142857
+252781,1,20130604,8,9:01:58,73,0.821917808
+252782,1,20130604,8,9:01:58,73,0.821917808
+252783,1,20130604,8,9:01:59,72,0.833333333
+252784,1,20130604,8,9:02:00,80,0.75
+252785,1,20130604,8,9:02:01,77,0.779220779
+252786,1,20130604,8,9:02:02,81,0.740740741
+252787,1,20130604,8,9:02:02,83,0.722891566
+252788,1,20130604,8,9:02:03,72,0.833333333
+252789,1,20130604,8,9:02:04,79,0.759493671
+252790,1,20130604,8,9:02:05,69,0.869565217
+252791,1,20130604,8,9:02:06,68,0.882352941
+252792,1,20130604,8,9:02:06,70,0.857142857
+252793,1,20130604,8,9:02:07,76,0.789473684
+252794,1,20130604,8,9:02:08,73,0.821917808
+252795,1,20130604,8,9:02:09,68,0.882352941
+252796,1,20130604,8,9:02:10,71,0.845070423
+252797,1,20130604,8,9:02:11,79,0.759493671
+252798,1,20130604,8,9:02:11,77,0.779220779
+252799,1,20130604,8,9:02:12,76,0.789473684
+252800,1,20130604,8,9:02:13,73,0.821917808
+252801,1,20130604,8,9:02:14,79,0.759493671
+252802,1,20130604,8,9:02:15,72,0.833333333
+252803,1,20130604,8,9:02:15,74,0.810810811
+252804,1,20130604,8,9:02:16,72,0.833333333
+252805,1,20130604,8,9:02:17,79,0.759493671
+252806,1,20130604,8,9:02:18,78,0.769230769
+252807,1,20130604,8,9:02:19,80,0.75
+252808,1,20130604,8,9:02:19,84,0.714285714
+252809,1,20130604,8,9:02:20,87,0.689655172
+252810,1,20130604,8,9:02:21,82,0.731707317
+252811,1,20130604,8,9:02:21,66,0.909090909
+252812,1,20130604,8,9:02:22,64,0.9375
+252813,1,20130604,8,9:02:23,62,0.967741935
+252814,1,20130604,8,9:02:24,75,0.8
+252815,1,20130604,8,9:02:25,74,0.810810811
+252816,1,20130604,8,9:02:26,71,0.845070423
+252817,1,20130604,8,9:02:27,72,0.833333333
+252818,1,20130604,8,9:02:28,78,0.769230769
+252819,1,20130604,8,9:02:28,72,0.833333333
+252820,1,20130604,8,9:02:29,70,0.857142857
+252821,1,20130604,8,9:02:30,71,0.845070423
+252822,1,20130604,8,9:02:31,70,0.857142857
+252823,1,20130604,8,9:02:32,72,0.833333333
+252824,1,20130604,8,9:02:33,70,0.857142857
+252825,1,20130604,8,9:02:33,70,0.857142857
+252826,1,20130604,8,9:02:34,76,0.789473684
+252827,1,20130604,8,9:02:35,75,0.8
+252828,1,20130604,8,9:02:36,74,0.810810811
+252829,1,20130604,8,9:02:37,67,0.895522388
+252830,1,20130604,8,9:02:38,58,1.034482759
+252831,1,20130604,8,9:02:39,66,0.909090909
+252832,1,20130604,8,9:02:40,67,0.895522388
+252833,1,20130604,8,9:02:40,69,0.869565217
+252834,1,20130604,8,9:02:41,71,0.845070423
+252835,1,20130604,8,9:02:42,79,0.759493671
+252836,1,20130604,8,9:02:43,77,0.779220779
+252837,1,20130604,8,9:02:44,76,0.789473684
+252838,1,20130604,8,9:02:44,76,0.789473684
+252839,1,20130604,8,9:02:45,82,0.731707317
+252840,1,20130604,8,9:02:46,75,0.8
+252841,1,20130604,8,9:02:47,74,0.810810811
+252842,1,20130604,8,9:02:48,77,0.779220779
+252843,1,20130604,8,9:02:48,79,0.759493671
+252844,1,20130604,8,9:02:49,78,0.769230769
+252845,1,20130604,8,9:02:50,77,0.779220779
+252846,1,20130604,8,9:02:51,79,0.759493671
+252847,1,20130604,8,9:02:51,88,0.681818182
+252848,1,20130604,8,9:02:52,83,0.722891566
+252849,1,20130604,8,9:02:53,73,0.821917808
+252850,1,20130604,8,9:02:54,67,0.895522388
+252851,1,20130604,8,9:02:55,70,0.857142857
+252852,1,20130604,8,9:02:55,82,0.731707317
+252853,1,20130604,8,9:02:56,84,0.714285714
+252854,1,20130604,8,9:02:57,79,0.759493671
+252855,1,20130604,8,9:02:58,72,0.833333333
+252856,1,20130604,8,9:02:58,70,0.857142857
+252857,1,20130604,8,9:02:59,74,0.810810811
+252858,1,20130604,8,9:03:00,68,0.882352941
+252859,1,20130604,8,9:03:01,65,0.923076923
+252860,1,20130604,8,9:03:02,72,0.833333333
+252861,1,20130604,8,9:03:03,78,0.769230769
+252862,1,20130604,8,9:03:04,75,0.8
+252863,1,20130604,8,9:03:04,73,0.821917808
+252864,1,20130604,8,9:03:05,69,0.869565217
+252865,1,20130604,8,9:03:06,78,0.769230769
+252866,1,20130604,8,9:03:07,75,0.8
+252867,1,20130604,8,9:03:08,67,0.895522388
+252868,1,20130604,8,9:03:08,75,0.8
+252869,1,20130604,8,9:03:09,76,0.789473684
+252870,1,20130604,8,9:03:10,73,0.821917808
+252871,1,20130604,8,9:03:11,76,0.789473684
+252872,1,20130604,8,9:03:12,83,0.722891566
+252873,1,20130604,8,9:03:12,81,0.740740741
+252874,1,20130604,8,9:03:13,72,0.833333333
+252875,1,20130604,8,9:03:14,69,0.869565217
+252876,1,20130604,8,9:03:15,69,0.869565217
+252877,1,20130604,8,9:03:16,78,0.769230769
+252878,1,20130604,8,9:03:17,78,0.769230769
+252879,1,20130604,8,9:03:17,81,0.740740741
+252880,1,20130604,8,9:03:18,84,0.714285714
+252881,1,20130604,8,9:03:19,88,0.681818182
+252882,1,20130604,8,9:03:19,93,0.64516129
+252883,1,20130604,8,9:03:20,92,0.652173913
+252884,1,20130604,8,9:03:21,82,0.731707317
+252885,1,20130604,8,9:03:21,66,0.909090909
+252886,1,20130604,8,9:03:22,69,0.869565217
+252887,1,20130604,8,9:03:23,71,0.845070423
+252888,1,20130604,8,9:03:24,67,0.895522388
+252889,1,20130604,8,9:03:25,67,0.895522388
+252890,1,20130604,8,9:03:26,70,0.857142857
+252891,1,20130604,8,9:03:27,71,0.845070423
+252892,1,20130604,8,9:03:28,73,0.821917808
+252893,1,20130604,8,9:03:28,77,0.779220779
+252894,1,20130604,8,9:03:29,85,0.705882353
+252895,1,20130604,8,9:03:30,73,0.821917808
+252896,1,20130604,8,9:03:31,75,0.8
+252897,1,20130604,8,9:03:31,61,0.983606557
+252898,1,20130604,8,9:03:32,65,0.923076923
+252899,1,20130604,8,9:03:33,66,0.909090909
+252900,1,20130604,8,9:03:34,65,0.923076923
+252901,1,20130604,8,9:03:35,68,0.882352941
+252902,1,20130604,8,9:03:36,76,0.789473684
+252903,1,20130604,8,9:03:37,73,0.821917808
+252904,1,20130604,8,9:03:38,70,0.857142857
+252905,1,20130604,8,9:03:39,75,0.8
+252906,1,20130604,8,9:03:39,81,0.740740741
+252907,1,20130604,8,9:03:40,74,0.810810811
+252908,1,20130604,8,9:03:41,76,0.789473684
+252909,1,20130604,8,9:03:42,77,0.779220779
+252910,1,20130604,8,9:03:43,81,0.740740741
+252911,1,20130604,8,9:03:43,78,0.769230769
+252912,1,20130604,8,9:03:44,82,0.731707317
+252913,1,20130604,8,9:03:45,83,0.722891566
+252914,1,20130604,8,9:03:45,71,0.845070423
+252915,1,20130604,8,9:03:46,70,0.857142857
+252916,1,20130604,8,9:03:47,79,0.759493671
+252917,1,20130604,8,9:03:48,73,0.821917808
+252918,1,20130604,8,9:03:49,67,0.895522388
+252919,1,20130604,8,9:03:50,65,0.923076923
+252920,1,20130604,8,9:03:51,65,0.923076923
+252921,1,20130604,8,9:03:52,70,0.857142857
+252922,1,20130604,8,9:03:52,70,0.857142857
+252923,1,20130604,8,9:03:53,74,0.810810811
+252924,1,20130604,8,9:03:54,79,0.759493671
+252925,1,20130604,8,9:03:55,72,0.833333333
+252926,1,20130604,8,9:03:56,66,0.909090909
+252927,1,20130604,8,9:03:57,67,0.895522388
+252928,1,20130604,8,9:03:57,65,0.923076923
+252929,1,20130604,8,9:03:58,58,1.034482759
+252930,1,20130604,8,9:03:59,66,0.909090909
+252931,1,20130604,8,9:04:00,65,0.923076923
+252932,1,20130604,8,9:04:01,66,0.909090909
+252933,1,20130604,8,9:04:02,74,0.810810811
+252934,1,20130604,8,9:04:03,75,0.8
+252935,1,20130604,8,9:04:04,67,0.895522388
+252936,1,20130604,8,9:04:05,64,0.9375
+252937,1,20130604,8,9:04:06,72,0.833333333
+252938,1,20130604,8,9:04:06,64,0.9375
+252939,1,20130604,8,9:04:07,65,0.923076923
+252940,1,20130604,8,9:04:08,71,0.845070423
+252941,1,20130604,8,9:04:09,65,0.923076923
+252942,1,20130604,8,9:04:10,65,0.923076923
+252943,1,20130604,8,9:04:11,69,0.869565217
+252944,1,20130604,8,9:04:12,78,0.769230769
+252945,1,20130604,8,9:04:13,75,0.8
+252946,1,20130604,8,9:04:13,66,0.909090909
+252947,1,20130604,8,9:04:14,62,0.967741935
+252948,1,20130604,8,9:04:15,68,0.882352941
+252949,1,20130604,8,9:04:16,70,0.857142857
+252950,1,20130604,8,9:04:17,60,1
+252951,1,20130604,8,9:04:18,64,0.9375
+252952,1,20130604,8,9:04:19,74,0.810810811
+252953,1,20130604,8,9:04:20,66,0.909090909
+252954,1,20130604,8,9:04:21,67,0.895522388
+252955,1,20130604,8,9:04:22,71,0.845070423
+252956,1,20130604,8,9:04:22,68,0.882352941
+252957,1,20130604,8,9:04:23,63,0.952380952
+252958,1,20130604,8,9:04:24,68,0.882352941
+252959,1,20130604,8,9:04:25,62,0.967741935
+252960,1,20130604,8,9:04:26,52,1.153846154
+252961,1,20130604,8,9:04:27,57,1.052631579
+252962,1,20130604,8,9:04:28,64,0.9375
+252963,1,20130604,8,9:04:29,64,0.9375
+252964,1,20130604,8,9:04:30,65,0.923076923
+252965,1,20130604,8,9:04:31,70,0.857142857
+252966,1,20130604,8,9:04:32,66,0.909090909
+252967,1,20130604,8,9:04:33,68,0.882352941
+252968,1,20130604,8,9:04:34,78,0.769230769
+252969,1,20130604,8,9:04:35,70,0.857142857
+252970,1,20130604,8,9:04:35,66,0.909090909
+252971,1,20130604,8,9:04:36,63,0.952380952
+252972,1,20130604,8,9:04:37,72,0.833333333
+252973,1,20130604,8,9:04:38,79,0.759493671
+252974,1,20130604,8,9:04:39,74,0.810810811
+252975,1,20130604,8,9:04:40,64,0.9375
+252976,1,20130604,8,9:04:41,63,0.952380952
+252977,1,20130604,8,9:04:42,68,0.882352941
+252978,1,20130604,8,9:04:42,69,0.869565217
+252979,1,20130604,8,9:04:43,59,1.016949153
+252980,1,20130604,8,9:04:44,62,0.967741935
+252981,1,20130604,8,9:04:45,66,0.909090909
+252982,1,20130604,8,9:04:46,67,0.895522388
+252983,1,20130604,8,9:04:47,68,0.882352941
+252984,1,20130604,8,9:04:48,76,0.789473684
+252985,1,20130604,8,9:04:49,73,0.821917808
+252986,1,20130604,8,9:04:50,65,0.923076923
+252987,1,20130604,8,9:04:50,70,0.857142857
+252988,1,20130604,8,9:04:51,55,1.090909091
+252989,1,20130604,8,9:04:52,57,1.052631579
+252990,1,20130604,8,9:04:53,65,0.923076923
+252991,1,20130604,8,9:04:54,63,0.952380952
+252992,1,20130604,8,9:04:55,68,0.882352941
+252993,1,20130604,8,9:04:56,66,0.909090909
+252994,1,20130604,8,9:04:57,60,1
+252995,1,20130604,8,9:04:58,61,0.983606557
+252996,1,20130604,8,9:04:59,70,0.857142857
+252997,1,20130604,8,9:05:00,62,0.967741935
+252998,1,20130604,8,9:05:01,57,1.052631579
+252999,1,20130604,8,9:05:02,66,0.909090909
+253000,1,20130604,8,9:05:03,63,0.952380952
+253001,1,20130604,8,9:05:04,61,0.983606557
+253002,1,20130604,8,9:05:05,65,0.923076923
+253003,1,20130604,8,9:05:06,65,0.923076923
+253004,1,20130604,8,9:05:07,64,0.9375
+253005,1,20130604,8,9:05:08,68,0.882352941
+253006,1,20130604,8,9:05:08,63,0.952380952
+253007,1,20130604,8,9:05:09,60,1
+253008,1,20130604,8,9:05:10,60,1
+253009,1,20130604,8,9:05:11,71,0.845070423
+253010,1,20130604,8,9:05:12,69,0.869565217
+253011,1,20130604,8,9:05:13,65,0.923076923
+253012,1,20130604,8,9:05:14,73,0.821917808
+253013,1,20130604,8,9:05:15,71,0.845070423
+253014,1,20130604,8,9:05:16,68,0.882352941
+253015,1,20130604,8,9:05:17,70,0.857142857
+253016,1,20130604,8,9:05:18,75,0.8
+253017,1,20130604,8,9:05:18,75,0.8
+253018,1,20130604,8,9:05:19,81,0.740740741
+253019,1,20130604,8,9:05:20,77,0.779220779
+253020,1,20130604,8,9:05:21,72,0.833333333
+253021,1,20130604,8,9:05:21,78,0.769230769
+253022,1,20130604,8,9:05:22,70,0.857142857
+253023,1,20130604,8,9:05:23,67,0.895522388
+253024,1,20130604,8,9:05:24,67,0.895522388
+253025,1,20130604,8,9:05:25,70,0.857142857
+253026,1,20130604,8,9:05:26,69,0.869565217
+253027,1,20130604,8,9:05:27,70,0.857142857
+253028,1,20130604,8,9:05:27,76,0.789473684
+253029,1,20130604,8,9:05:28,72,0.833333333
+253030,1,20130604,8,9:05:29,68,0.882352941
+253031,1,20130604,8,9:05:30,73,0.821917808
+253032,1,20130604,8,9:05:31,67,0.895522388
+253033,1,20130604,8,9:05:32,65,0.923076923
+253034,1,20130604,8,9:05:33,70,0.857142857
+253035,1,20130604,8,9:05:33,68,0.882352941
+253036,1,20130604,8,9:05:34,77,0.779220779
+253037,1,20130604,8,9:05:35,73,0.821917808
+253038,1,20130604,8,9:05:36,72,0.833333333
+253039,1,20130604,8,9:05:37,74,0.810810811
+253040,1,20130604,8,9:05:38,79,0.759493671
+253041,1,20130604,8,9:05:38,71,0.845070423
+253042,1,20130604,8,9:05:39,78,0.769230769
+253043,1,20130604,8,9:05:40,76,0.789473684
+253044,1,20130604,8,9:05:41,67,0.895522388
+253045,1,20130604,8,9:05:42,74,0.810810811
+253046,1,20130604,8,9:05:42,74,0.810810811
+253047,1,20130604,8,9:05:43,73,0.821917808
+253048,1,20130604,8,9:05:44,76,0.789473684
+253049,1,20130604,8,9:05:45,72,0.833333333
+253050,1,20130604,8,9:05:46,71,0.845070423
+253051,1,20130604,8,9:05:47,76,0.789473684
+253052,1,20130604,8,9:05:47,72,0.833333333
+253053,1,20130604,8,9:05:48,74,0.810810811
+253054,1,20130604,8,9:05:49,82,0.731707317
+253055,1,20130604,8,9:05:50,82,0.731707317
+253056,1,20130604,8,9:05:51,77,0.779220779
+253057,1,20130604,8,9:05:51,74,0.810810811
+253058,1,20130604,8,9:05:52,81,0.740740741
+253059,1,20130604,8,9:05:53,74,0.810810811
+253060,1,20130604,8,9:05:54,74,0.810810811
+253061,1,20130604,8,9:05:54,75,0.8
+253062,1,20130604,8,9:05:55,74,0.810810811
+253063,1,20130604,8,9:05:56,71,0.845070423
+253064,1,20130604,8,9:05:57,78,0.769230769
+253065,1,20130604,8,9:05:58,75,0.8
+253066,1,20130604,8,9:05:58,74,0.810810811
+253067,1,20130604,8,9:05:59,76,0.789473684
+253068,1,20130604,8,9:06:00,81,0.740740741
+253069,1,20130604,8,9:06:01,71,0.845070423
+253070,1,20130604,8,9:06:02,65,0.923076923
+253071,1,20130604,8,9:06:03,72,0.833333333
+253072,1,20130604,8,9:06:03,73,0.821917808
+253073,1,20130604,8,9:06:04,76,0.789473684
+253074,1,20130604,8,9:06:05,79,0.759493671
+253075,1,20130604,8,9:06:06,79,0.759493671
+253076,1,20130604,8,9:06:07,72,0.833333333
+253077,1,20130604,8,9:06:07,70,0.857142857
+253078,1,20130604,8,9:06:08,76,0.789473684
+253079,1,20130604,8,9:06:09,74,0.810810811
+253080,1,20130604,8,9:06:10,74,0.810810811
+253081,1,20130604,8,9:06:11,82,0.731707317
+253082,1,20130604,8,9:06:11,83,0.722891566
+253083,1,20130604,8,9:06:12,80,0.75
+253084,1,20130604,8,9:06:13,78,0.769230769
+253085,1,20130604,8,9:06:14,79,0.759493671
+253086,1,20130604,8,9:06:14,78,0.769230769
+253087,1,20130604,8,9:06:15,74,0.810810811
+253088,1,20130604,8,9:06:16,74,0.810810811
+253089,1,20130604,8,9:06:17,80,0.75
+253090,1,20130604,8,9:06:18,75,0.8
+253091,1,20130604,8,9:06:18,75,0.8
+253092,1,20130604,8,9:06:19,78,0.769230769
+253093,1,20130604,8,9:06:20,71,0.845070423
+253094,1,20130604,8,9:06:21,69,0.869565217
+253095,1,20130604,8,9:06:22,74,0.810810811
+253096,1,20130604,8,9:06:22,72,0.833333333
+253097,1,20130604,8,9:06:23,72,0.833333333
+253098,1,20130604,8,9:06:24,75,0.8
+253099,1,20130604,8,9:06:25,70,0.857142857
+253100,1,20130604,8,9:06:26,70,0.857142857
+253101,1,20130604,8,9:06:27,74,0.810810811
+253102,1,20130604,8,9:06:27,74,0.810810811
+253103,1,20130604,8,9:06:28,73,0.821917808
+253104,1,20130604,8,9:06:29,78,0.769230769
+253105,1,20130604,8,9:06:30,76,0.789473684
+253106,1,20130604,8,9:06:31,74,0.810810811
+253107,1,20130604,8,9:06:31,69,0.869565217
+253108,1,20130604,8,9:06:32,76,0.789473684
+253109,1,20130604,8,9:06:33,70,0.857142857
+253110,1,20130604,8,9:06:34,73,0.821917808
+253111,1,20130604,8,9:06:35,77,0.779220779
+253112,1,20130604,8,9:06:36,72,0.833333333
+253113,1,20130604,8,9:06:36,72,0.833333333
+253114,1,20130604,8,9:06:37,80,0.75
+253115,1,20130604,8,9:06:38,79,0.759493671
+253116,1,20130604,8,9:06:39,73,0.821917808
+253117,1,20130604,8,9:06:40,70,0.857142857
+253118,1,20130604,8,9:06:40,77,0.779220779
+253119,1,20130604,8,9:06:41,77,0.779220779
+253120,1,20130604,8,9:06:42,78,0.769230769
+253121,1,20130604,8,9:06:43,85,0.705882353
+253122,1,20130604,8,9:06:43,87,0.689655172
+253123,1,20130604,8,9:06:44,85,0.705882353
+253124,1,20130604,8,9:06:45,82,0.731707317
+253125,1,20130604,8,9:06:46,85,0.705882353
+253126,1,20130604,8,9:06:46,77,0.779220779
+253127,1,20130604,8,9:06:47,82,0.731707317
+253128,1,20130604,8,9:06:48,74,0.810810811
+253129,1,20130604,8,9:06:49,75,0.8
+253130,1,20130604,8,9:06:49,78,0.769230769
+253131,1,20130604,8,9:06:50,83,0.722891566
+253132,1,20130604,8,9:06:51,79,0.759493671
+253133,1,20130604,8,9:06:52,74,0.810810811
+253134,1,20130604,8,9:06:52,73,0.821917808
+253135,1,20130604,8,9:06:53,80,0.75
+253136,1,20130604,8,9:06:54,76,0.789473684
+253137,1,20130604,8,9:06:55,72,0.833333333
+253138,1,20130604,8,9:06:56,68,0.882352941
+253139,1,20130604,8,9:06:57,75,0.8
+253140,1,20130604,8,9:06:57,67,0.895522388
+253141,1,20130604,8,9:06:58,66,0.909090909
+253142,1,20130604,8,9:06:59,73,0.821917808
+253143,1,20130604,8,9:07:00,70,0.857142857
+253144,1,20130604,8,9:07:01,67,0.895522388
+253145,1,20130604,8,9:07:02,74,0.810810811
+253146,1,20130604,8,9:07:02,71,0.845070423
+253147,1,20130604,8,9:07:03,69,0.869565217
+253148,1,20130604,8,9:07:04,77,0.779220779
+253149,1,20130604,8,9:07:05,70,0.857142857
+253150,1,20130604,8,9:07:06,69,0.869565217
+253151,1,20130604,8,9:07:07,71,0.845070423
+253152,1,20130604,8,9:07:08,78,0.769230769
+253153,1,20130604,8,9:07:08,75,0.8
+253154,1,20130604,8,9:07:09,75,0.8
+253155,1,20130604,8,9:07:10,80,0.75
+253156,1,20130604,8,9:07:11,72,0.833333333
+253157,1,20130604,8,9:07:12,70,0.857142857
+253158,1,20130604,8,9:07:12,73,0.821917808
+253159,1,20130604,8,9:07:13,71,0.845070423
+253160,1,20130604,8,9:07:14,67,0.895522388
+253161,1,20130604,8,9:07:15,72,0.833333333
+253162,1,20130604,8,9:07:16,76,0.789473684
+253163,1,20130604,8,9:07:17,72,0.833333333
+253164,1,20130604,8,9:07:17,73,0.821917808
+253165,1,20130604,8,9:07:18,78,0.769230769
+253166,1,20130604,8,9:07:19,74,0.810810811
+253167,1,20130604,8,9:07:20,70,0.857142857
+253168,1,20130604,8,9:07:21,72,0.833333333
+253169,1,20130604,8,9:07:21,65,0.923076923
+253170,1,20130604,8,9:07:22,72,0.833333333
+253171,1,20130604,8,9:07:23,77,0.779220779
+253172,1,20130604,8,9:07:24,76,0.789473684
+253173,1,20130604,8,9:07:25,73,0.821917808
+253174,1,20130604,8,9:07:26,76,0.789473684
+253175,1,20130604,8,9:07:26,83,0.722891566
+253176,1,20130604,8,9:07:27,80,0.75
+253177,1,20130604,8,9:07:28,72,0.833333333
+253178,1,20130604,8,9:07:29,65,0.923076923
+253179,1,20130604,8,9:07:30,66,0.909090909
+253180,1,20130604,8,9:07:31,76,0.789473684
+253181,1,20130604,8,9:07:31,75,0.8
+253182,1,20130604,8,9:07:32,80,0.75
+253183,1,20130604,8,9:07:33,79,0.759493671
+253184,1,20130604,8,9:07:34,79,0.759493671
+253185,1,20130604,8,9:07:34,81,0.740740741
+253186,1,20130604,8,9:07:35,78,0.769230769
+253187,1,20130604,8,9:07:36,76,0.789473684
+253188,1,20130604,8,9:07:37,83,0.722891566
+253189,1,20130604,8,9:07:37,77,0.779220779
+253190,1,20130604,8,9:07:38,73,0.821917808
+253191,1,20130604,8,9:07:39,77,0.779220779
+253192,1,20130604,8,9:07:40,76,0.789473684
+253193,1,20130604,8,9:07:41,70,0.857142857
+253194,1,20130604,8,9:07:41,68,0.882352941
+253195,1,20130604,8,9:07:42,76,0.789473684
+253196,1,20130604,8,9:07:43,66,0.909090909
+253197,1,20130604,8,9:07:44,66,0.909090909
+253198,1,20130604,8,9:07:45,73,0.821917808
+253199,1,20130604,8,9:07:46,66,0.909090909
+253200,1,20130604,8,9:07:47,66,0.909090909
+253201,1,20130604,8,9:07:48,72,0.833333333
+253202,1,20130604,8,9:07:48,69,0.869565217
+253203,1,20130604,8,9:07:49,67,0.895522388
+253204,1,20130604,8,9:07:50,75,0.8
+253205,1,20130604,8,9:07:51,79,0.759493671
+253206,1,20130604,8,9:07:52,80,0.75
+253207,1,20130604,8,9:07:52,66,0.909090909
+253208,1,20130604,8,9:07:53,63,0.952380952
+253209,1,20130604,8,9:07:54,66,0.909090909
+253210,1,20130604,8,9:07:55,75,0.8
+253211,1,20130604,8,9:07:56,78,0.769230769
+253212,1,20130604,8,9:07:57,84,0.714285714
+253213,1,20130604,8,9:07:58,83,0.722891566
+253214,1,20130604,8,9:07:58,79,0.759493671
+253215,1,20130604,8,9:07:59,76,0.789473684
+253216,1,20130604,8,9:08:00,75,0.8
+253217,1,20130604,8,9:08:01,78,0.769230769
+253218,1,20130604,8,9:08:01,82,0.731707317
+253219,1,20130604,8,9:08:02,88,0.681818182
+253220,1,20130604,8,9:08:03,86,0.697674419
+253221,1,20130604,8,9:08:03,86,0.697674419
+253222,1,20130604,8,9:08:04,85,0.705882353
+253223,1,20130604,8,9:08:05,90,0.666666667
+253224,1,20130604,8,9:08:06,88,0.681818182
+253225,1,20130604,8,9:08:06,84,0.714285714
+253226,1,20130604,8,9:08:07,82,0.731707317
+253227,1,20130604,8,9:08:08,81,0.740740741
+253228,1,20130604,8,9:08:08,83,0.722891566
+253229,1,20130604,8,9:08:09,70,0.857142857
+253230,1,20130604,8,9:08:10,63,0.952380952
+253231,1,20130604,8,9:08:11,63,0.952380952
+253232,1,20130604,8,9:08:12,69,0.869565217
+253233,1,20130604,8,9:08:13,71,0.845070423
+253234,1,20130604,8,9:08:14,70,0.857142857
+253235,1,20130604,8,9:08:14,77,0.779220779
+253236,1,20130604,8,9:08:15,72,0.833333333
+253237,1,20130604,8,9:08:16,63,0.952380952
+253238,1,20130604,8,9:08:17,68,0.882352941
+253239,1,20130604,8,9:08:18,71,0.845070423
+253240,1,20130604,8,9:08:19,63,0.952380952
+253241,1,20130604,8,9:08:20,72,0.833333333
+253242,1,20130604,8,9:08:21,79,0.759493671
+253243,1,20130604,8,9:08:21,81,0.740740741
+253244,1,20130604,8,9:08:22,75,0.8
+253245,1,20130604,8,9:08:23,70,0.857142857
+253246,1,20130604,8,9:08:24,70,0.857142857
+253247,1,20130604,8,9:08:25,72,0.833333333
+253248,1,20130604,8,9:08:25,67,0.895522388
+253249,1,20130604,8,9:08:26,72,0.833333333
+253250,1,20130604,8,9:08:27,76,0.789473684
+253251,1,20130604,8,9:08:28,71,0.845070423
+253252,1,20130604,8,9:08:29,72,0.833333333
+253253,1,20130604,8,9:08:30,77,0.779220779
+253254,1,20130604,8,9:08:30,84,0.714285714
+253255,1,20130604,8,9:08:31,77,0.779220779
+253256,1,20130604,8,9:08:32,68,0.882352941
+253257,1,20130604,8,9:08:33,74,0.810810811
+253258,1,20130604,8,9:08:34,75,0.8
+253259,1,20130604,8,9:08:34,69,0.869565217
+253260,1,20130604,8,9:08:35,65,0.923076923
+253261,1,20130604,8,9:08:36,68,0.882352941
+253262,1,20130604,8,9:08:37,70,0.857142857
+253263,1,20130604,8,9:08:38,65,0.923076923
+253264,1,20130604,8,9:08:39,63,0.952380952
+253265,1,20130604,8,9:08:40,69,0.869565217
+253266,1,20130604,8,9:08:41,67,0.895522388
+253267,1,20130604,8,9:08:42,65,0.923076923
+253268,1,20130604,8,9:08:42,70,0.857142857
+253269,1,20130604,8,9:08:43,78,0.769230769
+253270,1,20130604,8,9:08:44,64,0.9375
+253271,1,20130604,8,9:08:45,60,1
+253272,1,20130604,8,9:08:46,69,0.869565217
+253273,1,20130604,8,9:08:47,75,0.8
+253274,1,20130604,8,9:08:48,63,0.952380952
+253275,1,20130604,8,9:08:49,63,0.952380952
+253276,1,20130604,8,9:08:50,69,0.869565217
+253277,1,20130604,8,9:08:50,63,0.952380952
+253278,1,20130604,8,9:08:51,61,0.983606557
+253279,1,20130604,8,9:08:52,67,0.895522388
+253280,1,20130604,8,9:08:53,67,0.895522388
+253281,1,20130604,8,9:08:54,62,0.967741935
+253282,1,20130604,8,9:08:55,64,0.9375
+253283,1,20130604,8,9:08:56,68,0.882352941
+253284,1,20130604,8,9:08:57,64,0.9375
+253285,1,20130604,8,9:08:58,66,0.909090909
+253286,1,20130604,8,9:08:59,70,0.857142857
+253287,1,20130604,8,9:09:00,67,0.895522388
+253288,1,20130604,8,9:09:01,61,0.983606557
+253289,1,20130604,8,9:09:02,71,0.845070423
+253290,1,20130604,8,9:09:02,63,0.952380952
+253291,1,20130604,8,9:09:03,62,0.967741935
+253292,1,20130604,8,9:09:04,69,0.869565217
+253293,1,20130604,8,9:09:05,67,0.895522388
+253294,1,20130604,8,9:09:06,68,0.882352941
+253295,1,20130604,8,9:09:07,73,0.821917808
+253296,1,20130604,8,9:09:08,62,0.967741935
+253297,1,20130604,8,9:09:09,66,0.909090909
+253298,1,20130604,8,9:09:10,68,0.882352941
+253299,1,20130604,8,9:09:11,65,0.923076923
+253300,1,20130604,8,9:09:11,67,0.895522388
+253301,1,20130604,8,9:09:12,71,0.845070423
+253302,1,20130604,8,9:09:13,67,0.895522388
+253303,1,20130604,8,9:09:14,72,0.833333333
+253304,1,20130604,8,9:09:15,78,0.769230769
+253305,1,20130604,8,9:09:16,68,0.882352941
+253306,1,20130604,8,9:09:17,62,0.967741935
+253307,1,20130604,8,9:09:18,61,0.983606557
+253308,1,20130604,8,9:09:19,65,0.923076923
+253309,1,20130604,8,9:09:19,60,1
+253310,1,20130604,8,9:09:20,60,1
+253311,1,20130604,8,9:09:21,68,0.882352941
+253312,1,20130604,8,9:09:22,67,0.895522388
+253313,1,20130604,8,9:09:23,66,0.909090909
+253314,1,20130604,8,9:09:24,69,0.869565217
+253315,1,20130604,8,9:09:25,65,0.923076923
+253316,1,20130604,8,9:09:26,61,0.983606557
+253317,1,20130604,8,9:09:27,65,0.923076923
+253318,1,20130604,8,9:09:28,60,1
+253319,1,20130604,8,9:09:29,58,1.034482759
+253320,1,20130604,8,9:09:30,65,0.923076923
+253321,1,20130604,8,9:09:31,64,0.9375
+253322,1,20130604,8,9:09:32,67,0.895522388
+253323,1,20130604,8,9:09:33,75,0.8
+253324,1,20130604,8,9:09:33,71,0.845070423
+253325,1,20130604,8,9:09:34,67,0.895522388
+253326,1,20130604,8,9:09:35,63,0.952380952
+253327,1,20130604,8,9:09:36,72,0.833333333
+253328,1,20130604,8,9:09:37,66,0.909090909
+253329,1,20130604,8,9:09:38,62,0.967741935
+253330,1,20130604,8,9:09:39,66,0.909090909
+253331,1,20130604,8,9:09:40,62,0.967741935
+253332,1,20130604,8,9:09:41,59,1.016949153
+253333,1,20130604,8,9:09:42,62,0.967741935
+253334,1,20130604,8,9:09:43,64,0.9375
+253335,1,20130604,8,9:09:44,63,0.952380952
+253336,1,20130604,8,9:09:45,60,1
+253337,1,20130604,8,9:09:46,68,0.882352941
+253338,1,20130604,8,9:09:46,65,0.923076923
+253339,1,20130604,8,9:09:47,70,0.857142857
+253340,1,20130604,8,9:09:48,76,0.789473684
+253341,1,20130604,8,9:09:49,68,0.882352941
+253342,1,20130604,8,9:09:50,74,0.810810811
+253343,1,20130604,8,9:09:51,60,1
+253344,1,20130604,8,9:09:52,58,1.034482759
+253345,1,20130604,8,9:09:53,59,1.016949153
+253346,1,20130604,8,9:09:54,67,0.895522388
+253347,1,20130604,8,9:09:55,74,0.810810811
+253348,1,20130604,8,9:09:56,70,0.857142857
+253349,1,20130604,8,9:09:56,63,0.952380952
+253350,1,20130604,8,9:09:57,62,0.967741935
+253351,1,20130604,8,9:09:58,72,0.833333333
+253352,1,20130604,8,9:09:59,72,0.833333333
+253353,1,20130604,8,9:10:00,74,0.810810811
+253354,1,20130604,8,9:10:01,67,0.895522388
+253355,1,20130604,8,9:10:02,74,0.810810811
+253356,1,20130604,8,9:10:02,68,0.882352941
+253357,1,20130604,8,9:10:03,58,1.034482759
+253358,1,20130604,8,9:10:04,66,0.909090909
+253359,1,20130604,8,9:10:05,65,0.923076923
+253360,1,20130604,8,9:10:06,59,1.016949153
+253361,1,20130604,8,9:10:07,60,1
+253362,1,20130604,8,9:10:08,67,0.895522388
+253363,1,20130604,8,9:10:09,70,0.857142857
+253364,1,20130604,8,9:10:10,67,0.895522388
+253365,1,20130604,8,9:10:11,70,0.857142857
+253366,1,20130604,8,9:10:12,67,0.895522388
+253367,1,20130604,8,9:10:13,66,0.909090909
+253368,1,20130604,8,9:10:14,64,0.9375
+253369,1,20130604,8,9:10:14,62,0.967741935
+253370,1,20130604,8,9:10:15,65,0.923076923
+253371,1,20130604,8,9:10:16,70,0.857142857
+253372,1,20130604,8,9:10:17,79,0.759493671
+253373,1,20130604,8,9:10:18,82,0.731707317
+253374,1,20130604,8,9:10:19,79,0.759493671
+253375,1,20130604,8,9:10:20,71,0.845070423
+253376,1,20130604,8,9:10:20,67,0.895522388
+253377,1,20130604,8,9:10:21,68,0.882352941
+253378,1,20130604,8,9:10:22,72,0.833333333
+253379,1,20130604,8,9:10:23,69,0.869565217
+253380,1,20130604,8,9:10:24,66,0.909090909
+253381,1,20130604,8,9:10:25,66,0.909090909
+253382,1,20130604,8,9:10:26,70,0.857142857
+253383,1,20130604,8,9:10:27,64,0.9375
+253384,1,20130604,8,9:10:27,61,0.983606557
+253385,1,20130604,8,9:10:28,66,0.909090909
+253386,1,20130604,8,9:10:29,69,0.869565217
+253387,1,20130604,8,9:10:30,67,0.895522388
+253388,1,20130604,8,9:10:31,69,0.869565217
+253389,1,20130604,8,9:10:32,71,0.845070423
+253390,1,20130604,8,9:10:33,64,0.9375
+253391,1,20130604,8,9:10:34,62,0.967741935
+253392,1,20130604,8,9:10:35,65,0.923076923
+253393,1,20130604,8,9:10:36,69,0.869565217
+253394,1,20130604,8,9:10:37,63,0.952380952
+253395,1,20130604,8,9:10:37,58,1.034482759
+253396,1,20130604,8,9:10:39,66,0.909090909
+253397,1,20130604,8,9:10:39,65,0.923076923
+253398,1,20130604,8,9:10:40,62,0.967741935
+253399,1,20130604,8,9:10:41,69,0.869565217
+253400,1,20130604,8,9:10:42,69,0.869565217
+253401,1,20130604,8,9:10:43,63,0.952380952
+253402,1,20130604,8,9:10:44,66,0.909090909
+253403,1,20130604,8,9:10:45,67,0.895522388
+253404,1,20130604,8,9:10:46,61,0.983606557
+253405,1,20130604,8,9:10:47,62,0.967741935
+253406,1,20130604,8,9:10:48,67,0.895522388
+253407,1,20130604,8,9:10:49,64,0.9375
+253408,1,20130604,8,9:10:50,61,0.983606557
+253409,1,20130604,8,9:10:51,64,0.9375
+253410,1,20130604,8,9:10:52,60,1
+253411,1,20130604,8,9:10:53,60,1
+253412,1,20130604,8,9:10:54,68,0.882352941
+253413,1,20130604,8,9:10:54,68,0.882352941
+253414,1,20130604,8,9:10:55,64,0.9375
+253415,1,20130604,8,9:10:56,74,0.810810811
+253416,1,20130604,8,9:10:57,75,0.8
+253417,1,20130604,8,9:10:58,70,0.857142857
+253418,1,20130604,8,9:10:59,71,0.845070423
+253419,1,20130604,8,9:11:00,71,0.845070423
+253420,1,20130604,8,9:11:00,69,0.869565217
+253421,1,20130604,8,9:11:01,72,0.833333333
+253422,1,20130604,8,9:11:02,76,0.789473684
+253423,1,20130604,8,9:11:03,77,0.779220779
+253424,1,20130604,8,9:11:04,73,0.821917808
+253425,1,20130604,8,9:11:04,79,0.759493671
+253426,1,20130604,8,9:11:05,81,0.740740741
+253427,1,20130604,8,9:11:06,84,0.714285714
+253428,1,20130604,8,9:11:07,82,0.731707317
+253429,1,20130604,8,9:11:07,86,0.697674419
+253430,1,20130604,8,9:11:08,88,0.681818182
+253431,1,20130604,8,9:11:09,86,0.697674419
+253432,1,20130604,8,9:11:10,84,0.714285714
+253433,1,20130604,8,9:11:10,81,0.740740741
+253434,1,20130604,8,9:11:11,88,0.681818182
+253435,1,20130604,8,9:11:12,85,0.705882353
+253436,1,20130604,8,9:11:12,85,0.705882353
+253437,1,20130604,8,9:11:13,79,0.759493671
+253438,1,20130604,8,9:11:14,80,0.75
+253439,1,20130604,8,9:11:15,74,0.810810811
+253440,1,20130604,8,9:11:15,76,0.789473684
+253441,1,20130604,8,9:11:16,81,0.740740741
+253442,1,20130604,8,9:11:17,78,0.769230769
+253443,1,20130604,8,9:11:18,79,0.759493671
+253444,1,20130604,8,9:11:18,77,0.779220779
+253445,1,20130604,8,9:11:19,83,0.722891566
+253446,1,20130604,8,9:11:20,83,0.722891566
+253447,1,20130604,8,9:11:21,75,0.8
+253448,1,20130604,8,9:11:21,67,0.895522388
+253449,1,20130604,8,9:11:22,72,0.833333333
+253450,1,20130604,8,9:11:23,72,0.833333333
+253451,1,20130604,8,9:11:24,69,0.869565217
+253452,1,20130604,8,9:11:25,71,0.845070423
+253453,1,20130604,8,9:11:26,75,0.8
+253454,1,20130604,8,9:11:27,81,0.740740741
+253455,1,20130604,8,9:11:27,80,0.75
+253456,1,20130604,8,9:11:28,82,0.731707317
+253457,1,20130604,8,9:11:29,83,0.722891566
+253458,1,20130604,8,9:11:29,87,0.689655172
+253459,1,20130604,8,9:11:30,87,0.689655172
+253460,1,20130604,8,9:11:31,89,0.674157303
+253461,1,20130604,8,9:11:32,85,0.705882353
+253462,1,20130604,8,9:11:32,85,0.705882353
+253463,1,20130604,8,9:11:33,86,0.697674419
+253464,1,20130604,8,9:11:34,85,0.705882353
+253465,1,20130604,8,9:11:34,84,0.714285714
+253466,1,20130604,8,9:11:35,87,0.689655172
+253467,1,20130604,8,9:11:36,85,0.705882353
+253468,1,20130604,8,9:11:36,87,0.689655172
+253469,1,20130604,8,9:11:37,88,0.681818182
+253470,1,20130604,8,9:11:38,89,0.674157303
+253471,1,20130604,8,9:11:39,93,0.64516129
+253472,1,20130604,8,9:11:39,93,0.64516129
+253473,1,20130604,8,9:11:40,91,0.659340659
+253474,1,20130604,8,9:11:40,87,0.689655172
+253475,1,20130604,8,9:11:41,81,0.740740741
+253476,1,20130604,8,9:11:42,86,0.697674419
+253477,1,20130604,8,9:11:43,80,0.75
+253478,1,20130604,8,9:11:43,78,0.769230769
+253479,1,20130604,8,9:11:44,73,0.821917808
+253480,1,20130604,8,9:11:45,77,0.779220779
+253481,1,20130604,8,9:11:46,74,0.810810811
+253482,1,20130604,8,9:11:47,68,0.882352941
+253483,1,20130604,8,9:11:47,72,0.833333333
+253484,1,20130604,8,9:11:48,72,0.833333333
+253485,1,20130604,8,9:11:49,79,0.759493671
+253486,1,20130604,8,9:11:50,88,0.681818182
+253487,1,20130604,8,9:11:50,78,0.769230769
+253488,1,20130604,8,9:11:51,84,0.714285714
+253489,1,20130604,8,9:11:52,71,0.845070423
+253490,1,20130604,8,9:11:53,68,0.882352941
+253491,1,20130604,8,9:11:54,64,0.9375
+253492,1,20130604,8,9:11:55,65,0.923076923
+253493,1,20130604,8,9:11:56,66,0.909090909
+253494,1,20130604,8,9:11:56,68,0.882352941
+253495,1,20130604,8,9:11:57,69,0.869565217
+253496,1,20130604,8,9:11:58,71,0.845070423
+253497,1,20130604,8,9:11:59,79,0.759493671
+253498,1,20130604,8,9:12:00,81,0.740740741
+253499,1,20130604,8,9:12:01,75,0.8
+253500,1,20130604,8,9:12:01,67,0.895522388
+253501,1,20130604,8,9:12:02,71,0.845070423
+253502,1,20130604,8,9:12:03,74,0.810810811
+253503,1,20130604,8,9:12:04,70,0.857142857
+253504,1,20130604,8,9:12:05,63,0.952380952
+253505,1,20130604,8,9:12:06,65,0.923076923
+253506,1,20130604,8,9:12:07,72,0.833333333
+253507,1,20130604,8,9:12:08,70,0.857142857
+253508,1,20130604,8,9:12:08,70,0.857142857
+253509,1,20130604,8,9:12:09,74,0.810810811
+253510,1,20130604,8,9:12:10,63,0.952380952
+253511,1,20130604,8,9:12:11,68,0.882352941
+253512,1,20130604,8,9:12:12,72,0.833333333
+253513,1,20130604,8,9:12:13,72,0.833333333
+253514,1,20130604,8,9:12:14,71,0.845070423
+253515,1,20130604,8,9:12:14,70,0.857142857
+253516,1,20130604,8,9:12:15,68,0.882352941
+253517,1,20130604,8,9:12:16,62,0.967741935
+253518,1,20130604,8,9:12:17,64,0.9375
+253519,1,20130604,8,9:12:18,75,0.8
+253520,1,20130604,8,9:12:19,73,0.821917808
+253521,1,20130604,8,9:12:20,75,0.8
+253522,1,20130604,8,9:12:20,76,0.789473684
+253523,1,20130604,8,9:12:21,79,0.759493671
+253524,1,20130604,8,9:12:22,74,0.810810811
+253525,1,20130604,8,9:12:23,67,0.895522388
+253526,1,20130604,8,9:12:24,71,0.845070423
+253527,1,20130604,8,9:12:25,65,0.923076923
+253528,1,20130604,8,9:12:26,74,0.810810811
+253529,1,20130604,8,9:12:26,80,0.75
+253530,1,20130604,8,9:12:27,75,0.8
+253531,1,20130604,8,9:12:28,70,0.857142857
+253532,1,20130604,8,9:12:29,77,0.779220779
+253533,1,20130604,8,9:12:30,79,0.759493671
+253534,1,20130604,8,9:12:30,77,0.779220779
+253535,1,20130604,8,9:12:31,76,0.789473684
+253536,1,20130604,8,9:12:32,80,0.75
+253537,1,20130604,8,9:12:33,75,0.8
+253538,1,20130604,8,9:12:33,77,0.779220779
+253539,1,20130604,8,9:12:34,83,0.722891566
+253540,1,20130604,8,9:12:35,76,0.789473684
+253541,1,20130604,8,9:12:36,74,0.810810811
+253542,1,20130604,8,9:12:36,81,0.740740741
+253543,1,20130604,8,9:12:37,83,0.722891566
+253544,1,20130604,8,9:12:38,82,0.731707317
+253545,1,20130604,8,9:12:39,87,0.689655172
+253546,1,20130604,8,9:12:39,89,0.674157303
+253547,1,20130604,8,9:12:40,85,0.705882353
+253548,1,20130604,8,9:12:41,88,0.681818182
+253549,1,20130604,8,9:12:41,88,0.681818182
+253550,1,20130604,8,9:12:42,81,0.740740741
+253551,1,20130604,8,9:12:43,75,0.8
+253552,1,20130604,8,9:12:44,75,0.8
+253553,1,20130604,8,9:12:44,80,0.75
+253554,1,20130604,8,9:12:45,73,0.821917808
+253555,1,20130604,8,9:12:46,73,0.821917808
+253556,1,20130604,8,9:12:47,75,0.8
+253557,1,20130604,8,9:12:48,78,0.769230769
+253558,1,20130604,8,9:12:48,70,0.857142857
+253559,1,20130604,8,9:12:49,71,0.845070423
+253560,1,20130604,8,9:12:50,75,0.8
+253561,1,20130604,8,9:12:51,75,0.8
+253562,1,20130604,8,9:12:52,69,0.869565217
+253563,1,20130604,8,9:12:53,66,0.909090909
+253564,1,20130604,8,9:12:53,72,0.833333333
+253565,1,20130604,8,9:12:54,65,0.923076923
+253566,1,20130604,8,9:12:55,64,0.9375
+253567,1,20130604,8,9:12:56,63,0.952380952
+253568,1,20130604,8,9:12:57,72,0.833333333
+253569,1,20130604,8,9:12:58,67,0.895522388
+253570,1,20130604,8,9:12:59,65,0.923076923
+253571,1,20130604,8,9:13:00,69,0.869565217
+253572,1,20130604,8,9:13:01,71,0.845070423
+253573,1,20130604,8,9:13:02,67,0.895522388
+253574,1,20130604,8,9:13:02,67,0.895522388
+253575,1,20130604,8,9:13:03,70,0.857142857
+253576,1,20130604,8,9:13:04,67,0.895522388
+253577,1,20130604,8,9:13:05,68,0.882352941
+253578,1,20130604,8,9:13:06,77,0.779220779
+253579,1,20130604,8,9:13:07,69,0.869565217
+253580,1,20130604,8,9:13:08,72,0.833333333
+253581,1,20130604,8,9:13:08,64,0.9375
+253582,1,20130604,8,9:13:09,64,0.9375
+253583,1,20130604,8,9:13:10,68,0.882352941
+253584,1,20130604,8,9:13:11,62,0.967741935
+253585,1,20130604,8,9:13:12,65,0.923076923
+253586,1,20130604,8,9:13:13,68,0.882352941
+253587,1,20130604,8,9:13:14,74,0.810810811
+253588,1,20130604,8,9:13:15,83,0.722891566
+253589,1,20130604,8,9:13:15,84,0.714285714
+253590,1,20130604,8,9:13:16,86,0.697674419
+253591,1,20130604,8,9:13:17,83,0.722891566
+253592,1,20130604,8,9:13:18,83,0.722891566
+253593,1,20130604,8,9:13:18,86,0.697674419
+253594,1,20130604,8,9:13:19,69,0.869565217
+253595,1,20130604,8,9:13:20,66,0.909090909
+253596,1,20130604,8,9:13:21,72,0.833333333
+253597,1,20130604,8,9:13:22,66,0.909090909
+253598,1,20130604,8,9:13:23,64,0.9375
+253599,1,20130604,8,9:13:23,68,0.882352941
+253600,1,20130604,8,9:13:24,72,0.833333333
+253601,1,20130604,8,9:13:25,70,0.857142857
+253602,1,20130604,8,9:13:26,68,0.882352941
+253603,1,20130604,8,9:13:27,74,0.810810811
+253604,1,20130604,8,9:13:28,70,0.857142857
+253605,1,20130604,8,9:13:29,66,0.909090909
+253606,1,20130604,8,9:13:30,74,0.810810811
+253607,1,20130604,8,9:13:30,70,0.857142857
+253608,1,20130604,8,9:13:31,70,0.857142857
+253609,1,20130604,8,9:13:32,76,0.789473684
+253610,1,20130604,8,9:13:33,77,0.779220779
+253611,1,20130604,8,9:13:34,71,0.845070423
+253612,1,20130604,8,9:13:34,67,0.895522388
+253613,1,20130604,8,9:13:35,74,0.810810811
+253614,1,20130604,8,9:13:36,68,0.882352941
+253615,1,20130604,8,9:13:37,68,0.882352941
+253616,1,20130604,8,9:13:38,74,0.810810811
+253617,1,20130604,8,9:13:39,74,0.810810811
+253618,1,20130604,8,9:13:40,68,0.882352941
+253619,1,20130604,8,9:13:40,68,0.882352941
+253620,1,20130604,8,9:13:41,77,0.779220779
+253621,1,20130604,8,9:13:42,73,0.821917808
+253622,1,20130604,8,9:13:43,73,0.821917808
+253623,1,20130604,8,9:13:44,76,0.789473684
+253624,1,20130604,8,9:13:45,68,0.882352941
+253625,1,20130604,8,9:13:45,66,0.909090909
+253626,1,20130604,8,9:13:46,72,0.833333333
+253627,1,20130604,8,9:13:47,68,0.882352941
+253628,1,20130604,8,9:13:48,76,0.789473684
+253629,1,20130604,8,9:13:49,74,0.810810811
+253630,1,20130604,8,9:13:50,74,0.810810811
+253631,1,20130604,8,9:13:50,76,0.789473684
+253632,1,20130604,8,9:13:51,80,0.75
+253633,1,20130604,8,9:13:52,78,0.769230769
+253634,1,20130604,8,9:13:53,78,0.769230769
+253635,1,20130604,8,9:13:54,83,0.722891566
+253636,1,20130604,8,9:13:54,80,0.75
+253637,1,20130604,8,9:13:55,77,0.779220779
+253638,1,20130604,8,9:13:56,83,0.722891566
+253639,1,20130604,8,9:13:57,82,0.731707317
+253640,1,20130604,8,9:13:57,76,0.789473684
+253641,1,20130604,8,9:13:58,71,0.845070423
+253642,1,20130604,8,9:13:59,76,0.789473684
+253643,1,20130604,8,9:14:00,71,0.845070423
+253644,1,20130604,8,9:14:01,75,0.8
+253645,1,20130604,8,9:14:01,81,0.740740741
+253646,1,20130604,8,9:14:02,76,0.789473684
+253647,1,20130604,8,9:14:03,76,0.789473684
+253648,1,20130604,8,9:14:04,81,0.740740741
+253649,1,20130604,8,9:14:04,78,0.769230769
+253650,1,20130604,8,9:14:05,78,0.769230769
+253651,1,20130604,8,9:14:06,78,0.769230769
+253652,1,20130604,8,9:14:07,81,0.740740741
+253653,1,20130604,8,9:14:07,76,0.789473684
+253654,1,20130604,8,9:14:08,74,0.810810811
+253655,1,20130604,8,9:14:09,83,0.722891566
+253656,1,20130604,8,9:14:10,83,0.722891566
+253657,1,20130604,8,9:14:10,75,0.8
+253658,1,20130604,8,9:14:11,72,0.833333333
+253659,1,20130604,8,9:14:12,78,0.769230769
+253660,1,20130604,8,9:14:13,70,0.857142857
+253661,1,20130604,8,9:14:14,69,0.869565217
+253662,1,20130604,8,9:14:15,76,0.789473684
+253663,1,20130604,8,9:14:15,71,0.845070423
+253664,1,20130604,8,9:14:16,69,0.869565217
+253665,1,20130604,8,9:14:17,76,0.789473684
+253666,1,20130604,8,9:14:18,70,0.857142857
+253667,1,20130604,8,9:14:19,72,0.833333333
+253668,1,20130604,8,9:14:20,75,0.8
+253669,1,20130604,8,9:14:20,78,0.769230769
+253670,1,20130604,8,9:14:21,73,0.821917808
+253671,1,20130604,8,9:14:22,73,0.821917808
+253672,1,20130604,8,9:14:23,80,0.75
+253673,1,20130604,8,9:14:24,74,0.810810811
+253674,1,20130604,8,9:14:24,69,0.869565217
+253675,1,20130604,8,9:14:25,75,0.8
+253676,1,20130604,8,9:14:26,79,0.759493671
+253677,1,20130604,8,9:14:27,81,0.740740741
+253678,1,20130604,8,9:14:28,78,0.769230769
+253679,1,20130604,8,9:14:28,67,0.895522388
+253680,1,20130604,8,9:14:29,70,0.857142857
+253681,1,20130604,8,9:14:30,65,0.923076923
+253682,1,20130604,8,9:14:31,67,0.895522388
+253683,1,20130604,8,9:14:32,74,0.810810811
+253684,1,20130604,8,9:14:33,74,0.810810811
+253685,1,20130604,8,9:14:33,71,0.845070423
+253686,1,20130604,8,9:14:34,73,0.821917808
+253687,1,20130604,8,9:14:35,76,0.789473684
+253688,1,20130604,8,9:14:36,68,0.882352941
+253689,1,20130604,8,9:14:37,68,0.882352941
+253690,1,20130604,8,9:14:38,72,0.833333333
+253691,1,20130604,8,9:14:39,64,0.9375
+253692,1,20130604,8,9:14:39,69,0.869565217
+253693,1,20130604,8,9:14:40,77,0.779220779
+253694,1,20130604,8,9:14:41,71,0.845070423
+253695,1,20130604,8,9:14:42,73,0.821917808
+253696,1,20130604,8,9:14:43,75,0.8
+253697,1,20130604,8,9:14:44,68,0.882352941
+253698,1,20130604,8,9:14:44,62,0.967741935
+253699,1,20130604,8,9:14:45,68,0.882352941
+253700,1,20130604,8,9:14:46,62,0.967741935
+253701,1,20130604,8,9:14:47,63,0.952380952
+253702,1,20130604,8,9:14:48,71,0.845070423
+253703,1,20130604,8,9:14:49,68,0.882352941
+253704,1,20130604,8,9:14:50,66,0.909090909
+253705,1,20130604,8,9:14:51,74,0.810810811
+253706,1,20130604,8,9:14:52,68,0.882352941
+253707,1,20130604,8,9:14:53,72,0.833333333
+253708,1,20130604,8,9:14:53,77,0.779220779
+253709,1,20130604,8,9:14:54,69,0.869565217
+253710,1,20130604,8,9:14:55,62,0.967741935
+253711,1,20130604,8,9:14:56,61,0.983606557
+253712,1,20130604,8,9:14:57,66,0.909090909
+253713,1,20130604,8,9:14:58,67,0.895522388
+253714,1,20130604,8,9:14:59,69,0.869565217
+253715,1,20130604,8,9:15:00,77,0.779220779
+253716,1,20130604,8,9:15:00,75,0.8
+253717,1,20130604,8,9:15:01,79,0.759493671
+253718,1,20130604,8,9:15:02,84,0.714285714
+253719,1,20130604,8,9:15:03,81,0.740740741
+253720,1,20130604,8,9:15:03,80,0.75
+253721,1,20130604,8,9:15:04,83,0.722891566
+253722,1,20130604,8,9:15:05,84,0.714285714
+253723,1,20130604,8,9:15:06,79,0.759493671
+253724,1,20130604,8,9:15:06,75,0.8
+253725,1,20130604,8,9:15:07,76,0.789473684
+253726,1,20130604,8,9:15:08,81,0.740740741
+253727,1,20130604,8,9:15:09,73,0.821917808
+253728,1,20130604,8,9:15:10,68,0.882352941
+253729,1,20130604,8,9:15:10,74,0.810810811
+253730,1,20130604,8,9:15:11,72,0.833333333
+253731,1,20130604,8,9:15:12,62,0.967741935
+253732,1,20130604,8,9:15:13,64,0.9375
+253733,1,20130604,8,9:15:14,70,0.857142857
+253734,1,20130604,8,9:15:15,67,0.895522388
+253735,1,20130604,8,9:15:16,65,0.923076923
+253736,1,20130604,8,9:15:17,69,0.869565217
+253737,1,20130604,8,9:15:18,62,0.967741935
+253738,1,20130604,8,9:15:18,63,0.952380952
+253739,1,20130604,8,9:15:19,71,0.845070423
+253740,1,20130604,8,9:15:20,68,0.882352941
+253741,1,20130604,8,9:15:21,66,0.909090909
+253742,1,20130604,8,9:15:22,76,0.789473684
+253743,1,20130604,8,9:15:23,72,0.833333333
+253744,1,20130604,8,9:15:24,62,0.967741935
+253745,1,20130604,8,9:15:25,65,0.923076923
+253746,1,20130604,8,9:15:26,66,0.909090909
+253747,1,20130604,8,9:15:27,67,0.895522388
+253748,1,20130604,8,9:15:27,74,0.810810811
+253749,1,20130604,8,9:15:28,74,0.810810811
+253750,1,20130604,8,9:15:29,75,0.8
+253751,1,20130604,8,9:15:30,78,0.769230769
+253752,1,20130604,8,9:15:31,83,0.722891566
+253753,1,20130604,8,9:15:31,83,0.722891566
+253754,1,20130604,8,9:15:32,84,0.714285714
+253755,1,20130604,8,9:15:33,85,0.705882353
+253756,1,20130604,8,9:15:33,92,0.652173913
+253757,1,20130604,8,9:15:34,94,0.638297872
+253758,1,20130604,8,9:15:35,89,0.674157303
+253759,1,20130604,8,9:15:35,75,0.8
+253760,1,20130604,8,9:15:36,73,0.821917808
+253761,1,20130604,8,9:15:37,74,0.810810811
+253762,1,20130604,8,9:15:38,71,0.845070423
+253763,1,20130604,8,9:15:39,72,0.833333333
+253764,1,20130604,8,9:15:40,78,0.769230769
+253765,1,20130604,8,9:15:40,74,0.810810811
+253766,1,20130604,8,9:15:41,67,0.895522388
+253767,1,20130604,8,9:15:42,66,0.909090909
+253768,1,20130604,8,9:15:43,68,0.882352941
+253769,1,20130604,8,9:15:44,71,0.845070423
+253770,1,20130604,8,9:15:45,66,0.909090909
+253771,1,20130604,8,9:15:46,61,0.983606557
+253772,1,20130604,8,9:15:47,61,0.983606557
+253773,1,20130604,8,9:15:48,66,0.909090909
+253774,1,20130604,8,9:15:48,70,0.857142857
+253775,1,20130604,8,9:15:49,70,0.857142857
+253776,1,20130604,8,9:15:50,73,0.821917808
+253777,1,20130604,8,9:15:51,79,0.759493671
+253778,1,20130604,8,9:15:52,75,0.8
+253779,1,20130604,8,9:15:53,64,0.9375
+253780,1,20130604,8,9:15:53,70,0.857142857
+253781,1,20130604,8,9:15:54,67,0.895522388
+253782,1,20130604,8,9:15:55,74,0.810810811
+253783,1,20130604,8,9:15:56,70,0.857142857
+253784,1,20130604,8,9:15:57,71,0.845070423
+253785,1,20130604,8,9:15:58,78,0.769230769
+253786,1,20130604,8,9:15:59,79,0.759493671
+253787,1,20130604,8,9:15:59,80,0.75
+253788,1,20130604,8,9:16:00,83,0.722891566
+253789,1,20130604,8,9:16:01,89,0.674157303
+253790,1,20130604,8,9:16:01,77,0.779220779
+253791,1,20130604,8,9:16:02,84,0.714285714
+253792,1,20130604,8,9:16:03,65,0.923076923
+253793,1,20130604,8,9:16:04,62,0.967741935
+253794,1,20130604,8,9:16:05,65,0.923076923
+253795,1,20130604,8,9:16:06,67,0.895522388
+253796,1,20130604,8,9:16:07,64,0.9375
+253797,1,20130604,8,9:16:08,64,0.9375
+253798,1,20130604,8,9:16:09,66,0.909090909
+253799,1,20130604,8,9:16:09,66,0.909090909
+253800,1,20130604,8,9:16:10,67,0.895522388
+253801,1,20130604,8,9:16:11,64,0.9375
+253802,1,20130604,8,9:16:12,75,0.8
+253803,1,20130604,8,9:16:13,69,0.869565217
+253804,1,20130604,8,9:16:14,64,0.9375
+253805,1,20130604,8,9:16:15,63,0.952380952
+253806,1,20130604,8,9:16:16,70,0.857142857
+253807,1,20130604,8,9:16:17,60,1
+253808,1,20130604,8,9:16:18,57,1.052631579
+253809,1,20130604,8,9:16:19,64,0.9375
+253810,1,20130604,8,9:16:20,64,0.9375
+253811,1,20130604,8,9:16:21,64,0.9375
+253812,1,20130604,8,9:16:21,64,0.9375
+253813,1,20130604,8,9:16:22,72,0.833333333
+253814,1,20130604,8,9:16:23,70,0.857142857
+253815,1,20130604,8,9:16:24,67,0.895522388
+253816,1,20130604,8,9:16:25,75,0.8
+253817,1,20130604,8,9:16:26,65,0.923076923
+253818,1,20130604,8,9:16:27,57,1.052631579
+253819,1,20130604,8,9:16:28,59,1.016949153
+253820,1,20130604,8,9:16:29,66,0.909090909
+253821,1,20130604,8,9:16:30,66,0.909090909
+253822,1,20130604,8,9:16:31,66,0.909090909
+253823,1,20130604,8,9:16:31,78,0.769230769
+253824,1,20130604,8,9:16:32,76,0.789473684
+253825,1,20130604,8,9:16:33,73,0.821917808
+253826,1,20130604,8,9:16:34,66,0.909090909
+253827,1,20130604,8,9:16:35,76,0.789473684
+253828,1,20130604,8,9:16:36,72,0.833333333
+253829,1,20130604,8,9:16:36,66,0.909090909
+253830,1,20130604,8,9:16:37,59,1.016949153
+253831,1,20130604,8,9:16:38,65,0.923076923
+253832,1,20130604,8,9:16:39,65,0.923076923
+253833,1,20130604,8,9:16:40,65,0.923076923
+253834,1,20130604,8,9:16:41,69,0.869565217
+253835,1,20130604,8,9:16:42,64,0.9375
+253836,1,20130604,8,9:16:43,68,0.882352941
+253837,1,20130604,8,9:16:44,80,0.75
+253838,1,20130604,8,9:16:45,79,0.759493671
+253839,1,20130604,8,9:16:45,75,0.8
+253840,1,20130604,8,9:16:46,66,0.909090909
+253841,1,20130604,8,9:16:47,64,0.9375
+253842,1,20130604,8,9:16:48,76,0.789473684
+253843,1,20130604,8,9:16:49,79,0.759493671
+253844,1,20130604,8,9:16:50,80,0.75
+253845,1,20130604,8,9:16:50,72,0.833333333
+253846,1,20130604,8,9:16:51,78,0.769230769
+253847,1,20130604,8,9:16:52,67,0.895522388
+253848,1,20130604,8,9:16:53,70,0.857142857
+253849,1,20130604,8,9:16:54,66,0.909090909
+253850,1,20130604,8,9:16:55,65,0.923076923
+253851,1,20130604,8,9:16:55,66,0.909090909
+253852,1,20130604,8,9:16:56,69,0.869565217
+253853,1,20130604,8,9:16:57,78,0.769230769
+253854,1,20130604,8,9:16:58,78,0.769230769
+253855,1,20130604,8,9:16:59,79,0.759493671
+253856,1,20130604,8,9:17:00,73,0.821917808
+253857,1,20130604,8,9:17:00,76,0.789473684
+253858,1,20130604,8,9:17:01,76,0.789473684
+253859,1,20130604,8,9:17:02,66,0.909090909
+253860,1,20130604,8,9:17:03,67,0.895522388
+253861,1,20130604,8,9:17:04,68,0.882352941
+253862,1,20130604,8,9:17:05,70,0.857142857
+253863,1,20130604,8,9:17:05,60,1
+253864,1,20130604,8,9:17:06,60,1
+253865,1,20130604,8,9:17:07,66,0.909090909
+253866,1,20130604,8,9:17:08,65,0.923076923
+253867,1,20130604,8,9:17:09,60,1
+253868,1,20130604,8,9:17:10,72,0.833333333
+253869,1,20130604,8,9:17:11,80,0.75
+253870,1,20130604,8,9:17:12,79,0.759493671
+253871,1,20130604,8,9:17:13,73,0.821917808
+253872,1,20130604,8,9:17:13,69,0.869565217
+253873,1,20130604,8,9:17:14,78,0.769230769
+253874,1,20130604,8,9:17:15,72,0.833333333
+253875,1,20130604,8,9:17:16,73,0.821917808
+253876,1,20130604,8,9:17:17,79,0.759493671
+253877,1,20130604,8,9:17:18,80,0.75
+253878,1,20130604,8,9:17:18,76,0.789473684
+253879,1,20130604,8,9:17:19,75,0.8
+253880,1,20130604,8,9:17:20,80,0.75
+253881,1,20130604,8,9:17:21,87,0.689655172
+253882,1,20130604,8,9:17:21,76,0.789473684
+253883,1,20130604,8,9:17:22,78,0.769230769
+253884,1,20130604,8,9:17:23,79,0.759493671
+253885,1,20130604,8,9:17:24,83,0.722891566
+253886,1,20130604,8,9:17:24,88,0.681818182
+253887,1,20130604,8,9:17:25,87,0.689655172
+253888,1,20130604,8,9:17:26,87,0.689655172
+253889,1,20130604,8,9:17:26,83,0.722891566
+253890,1,20130604,8,9:17:27,74,0.810810811
+253891,1,20130604,8,9:17:28,75,0.8
+253892,1,20130604,8,9:17:29,79,0.759493671
+253893,1,20130604,8,9:17:30,76,0.789473684
+253894,1,20130604,8,9:17:30,70,0.857142857
+253895,1,20130604,8,9:17:31,75,0.8
+253896,1,20130604,8,9:17:32,80,0.75
+253897,1,20130604,8,9:17:33,76,0.789473684
+253898,1,20130604,8,9:17:33,74,0.810810811
+253899,1,20130604,8,9:17:34,71,0.845070423
+253900,1,20130604,8,9:17:35,74,0.810810811
+253901,1,20130604,8,9:17:36,75,0.8
+253902,1,20130604,8,9:17:37,66,0.909090909
+253903,1,20130604,8,9:17:38,67,0.895522388
+253904,1,20130604,8,9:17:39,71,0.845070423
+253905,1,20130604,8,9:17:39,73,0.821917808
+253906,1,20130604,8,9:17:40,72,0.833333333
+253907,1,20130604,8,9:17:41,71,0.845070423
+253908,1,20130604,8,9:17:42,79,0.759493671
+253909,1,20130604,8,9:17:43,80,0.75
+253910,1,20130604,8,9:17:43,75,0.8
+253911,1,20130604,8,9:17:44,69,0.869565217
+253912,1,20130604,8,9:17:45,82,0.731707317
+253913,1,20130604,8,9:17:46,74,0.810810811
+253914,1,20130604,8,9:17:47,82,0.731707317
+253915,1,20130604,8,9:17:47,87,0.689655172
+253916,1,20130604,8,9:17:48,82,0.731707317
+253917,1,20130604,8,9:17:49,76,0.789473684
+253918,1,20130604,8,9:17:50,73,0.821917808
+253919,1,20130604,8,9:17:50,84,0.714285714
+253920,1,20130604,8,9:17:51,70,0.857142857
+253921,1,20130604,8,9:17:52,71,0.845070423
+253922,1,20130604,8,9:17:53,72,0.833333333
+253923,1,20130604,8,9:17:54,80,0.75
+253924,1,20130604,8,9:17:54,79,0.759493671
+253925,1,20130604,8,9:17:55,72,0.833333333
+253926,1,20130604,8,9:17:56,72,0.833333333
+253927,1,20130604,8,9:17:57,80,0.75
+253928,1,20130604,8,9:17:58,81,0.740740741
+253929,1,20130604,8,9:17:58,74,0.810810811
+253930,1,20130604,8,9:17:59,85,0.705882353
+253931,1,20130604,8,9:18:00,78,0.769230769
+253932,1,20130604,8,9:18:01,69,0.869565217
+253933,1,20130604,8,9:18:01,67,0.895522388
+253934,1,20130604,8,9:18:02,67,0.895522388
+253935,1,20130604,8,9:18:03,75,0.8
+253936,1,20130604,8,9:18:04,69,0.869565217
+253937,1,20130604,8,9:18:05,68,0.882352941
+253938,1,20130604,8,9:18:06,70,0.857142857
+253939,1,20130604,8,9:18:07,79,0.759493671
+253940,1,20130604,8,9:18:07,75,0.8
+253941,1,20130604,8,9:18:08,73,0.821917808
+253942,1,20130604,8,9:18:09,77,0.779220779
+253943,1,20130604,8,9:18:10,72,0.833333333
+253944,1,20130604,8,9:18:11,76,0.789473684
+253945,1,20130604,8,9:18:11,81,0.740740741
+253946,1,20130604,8,9:18:12,82,0.731707317
+253947,1,20130604,8,9:18:13,77,0.779220779
+253948,1,20130604,8,9:18:14,79,0.759493671
+253949,1,20130604,8,9:18:14,84,0.714285714
+253950,1,20130604,8,9:18:15,81,0.740740741
+253951,1,20130604,8,9:18:16,79,0.759493671
+253952,1,20130604,8,9:18:17,81,0.740740741
+253953,1,20130604,8,9:18:17,80,0.75
+253954,1,20130604,8,9:18:18,79,0.759493671
+253955,1,20130604,8,9:18:19,85,0.705882353
+253956,1,20130604,8,9:18:20,87,0.689655172
+253957,1,20130604,8,9:18:20,82,0.731707317
+253958,1,20130604,8,9:18:21,71,0.845070423
+253959,1,20130604,8,9:18:22,69,0.869565217
+253960,1,20130604,8,9:18:23,68,0.882352941
+253961,1,20130604,8,9:18:24,66,0.909090909
+253962,1,20130604,8,9:18:25,64,0.9375
+253963,1,20130604,8,9:18:25,62,0.967741935
+253964,1,20130604,8,9:18:26,60,1
+253965,1,20130604,8,9:18:27,62,0.967741935
+253966,1,20130604,8,9:18:28,65,0.923076923
+253967,1,20130604,8,9:18:29,71,0.845070423
+253968,1,20130604,8,9:18:30,66,0.909090909
+253969,1,20130604,8,9:18:31,63,0.952380952
+253970,1,20130604,8,9:18:32,59,1.016949153
+253971,1,20130604,8,9:18:33,61,0.983606557
+253972,1,20130604,8,9:18:34,60,1
+253973,1,20130604,8,9:18:35,60,1
+253974,1,20130604,8,9:18:36,66,0.909090909
+253975,1,20130604,8,9:18:37,73,0.821917808
+253976,1,20130604,8,9:18:38,74,0.810810811
+253977,1,20130604,8,9:18:39,70,0.857142857
+253978,1,20130604,8,9:18:39,69,0.869565217
+253979,1,20130604,8,9:18:40,72,0.833333333
+253980,1,20130604,8,9:18:41,77,0.779220779
+253981,1,20130604,8,9:18:42,74,0.810810811
+253982,1,20130604,8,9:18:43,70,0.857142857
+253983,1,20130604,8,9:18:44,65,0.923076923
+253984,1,20130604,8,9:18:45,69,0.869565217
+253985,1,20130604,8,9:18:45,61,0.983606557
+253986,1,20130604,8,9:18:46,64,0.9375
+253987,1,20130604,8,9:18:47,72,0.833333333
+253988,1,20130604,8,9:18:48,67,0.895522388
+253989,1,20130604,8,9:18:49,67,0.895522388
+253990,1,20130604,8,9:18:50,66,0.909090909
+253991,1,20130604,8,9:18:51,68,0.882352941
+253992,1,20130604,8,9:18:52,65,0.923076923
+253993,1,20130604,8,9:18:53,71,0.845070423
+253994,1,20130604,8,9:18:54,74,0.810810811
+253995,1,20130604,8,9:18:54,60,1
+253996,1,20130604,8,9:18:55,61,0.983606557
+253997,1,20130604,8,9:18:56,67,0.895522388
+253998,1,20130604,8,9:18:57,64,0.9375
+253999,1,20130604,8,9:18:58,63,0.952380952
+254000,1,20130604,8,9:18:59,68,0.882352941
+254001,1,20130604,8,9:19:00,63,0.952380952
+254002,1,20130604,8,9:19:01,62,0.967741935
+254003,1,20130604,8,9:19:02,60,1
+254004,1,20130604,8,9:19:03,58,1.034482759
+254005,1,20130604,8,9:19:04,63,0.952380952
+254006,1,20130604,8,9:19:05,65,0.923076923
+254007,1,20130604,8,9:19:06,62,0.967741935
+254008,1,20130604,8,9:19:07,65,0.923076923
+254009,1,20130604,8,9:19:08,71,0.845070423
+254010,1,20130604,8,9:19:09,72,0.833333333
+254011,1,20130604,8,9:19:09,71,0.845070423
+254012,1,20130604,8,9:19:10,77,0.779220779
+254013,1,20130604,8,9:19:11,72,0.833333333
+254014,1,20130604,8,9:19:12,71,0.845070423
+254015,1,20130604,8,9:19:13,72,0.833333333
+254016,1,20130604,8,9:19:14,75,0.8
+254017,1,20130604,8,9:19:14,68,0.882352941
+254018,1,20130604,8,9:19:15,65,0.923076923
+254019,1,20130604,8,9:19:16,72,0.833333333
+254020,1,20130604,8,9:19:17,75,0.8
+254021,1,20130604,8,9:19:18,69,0.869565217
+254022,1,20130604,8,9:19:19,69,0.869565217
+254023,1,20130604,8,9:19:19,74,0.810810811
+254024,1,20130604,8,9:19:20,72,0.833333333
+254025,1,20130604,8,9:19:21,78,0.769230769
+254026,1,20130604,8,9:19:22,78,0.769230769
+254027,1,20130604,8,9:19:23,80,0.75
+254028,1,20130604,8,9:19:23,79,0.759493671
+254029,1,20130604,8,9:19:24,74,0.810810811
+254030,1,20130604,8,9:19:25,71,0.845070423
+254031,1,20130604,8,9:19:26,78,0.769230769
+254032,1,20130604,8,9:19:27,72,0.833333333
+254033,1,20130604,8,9:19:27,70,0.857142857
+254034,1,20130604,8,9:19:28,73,0.821917808
+254035,1,20130604,8,9:19:29,76,0.789473684
+254036,1,20130604,8,9:19:30,73,0.821917808
+254037,1,20130604,8,9:19:31,74,0.810810811
+254038,1,20130604,8,9:19:32,80,0.75
+254039,1,20130604,8,9:19:32,80,0.75
+254040,1,20130604,8,9:19:33,72,0.833333333
+254041,1,20130604,8,9:19:34,65,0.923076923
+254042,1,20130604,8,9:19:35,73,0.821917808
+254043,1,20130604,8,9:19:36,67,0.895522388
+254044,1,20130604,8,9:19:37,66,0.909090909
+254045,1,20130604,8,9:19:37,65,0.923076923
+254046,1,20130604,8,9:19:38,71,0.845070423
+254047,1,20130604,8,9:19:39,68,0.882352941
+254048,1,20130604,8,9:19:40,70,0.857142857
+254049,1,20130604,8,9:19:41,74,0.810810811
+254050,1,20130604,8,9:19:42,78,0.769230769
+254051,1,20130604,8,9:19:43,72,0.833333333
+254052,1,20130604,8,9:19:43,62,0.967741935
+254053,1,20130604,8,9:19:44,62,0.967741935
+254054,1,20130604,8,9:19:45,62,0.967741935
+254055,1,20130604,8,9:19:46,61,0.983606557
+254056,1,20130604,8,9:19:47,64,0.9375
+254057,1,20130604,8,9:19:48,69,0.869565217
+254058,1,20130604,8,9:19:49,64,0.9375
+254059,1,20130604,8,9:19:50,65,0.923076923
+254060,1,20130604,8,9:19:51,64,0.9375
+254061,1,20130604,8,9:19:52,68,0.882352941
+254062,1,20130604,8,9:19:53,58,1.034482759
+254063,1,20130604,8,9:19:54,60,1
+254064,1,20130604,8,9:19:55,63,0.952380952
+254065,1,20130604,8,9:19:56,61,0.983606557
+254066,1,20130604,8,9:19:57,62,0.967741935
+254067,1,20130604,8,9:19:58,66,0.909090909
+254068,1,20130604,8,9:19:59,68,0.882352941
+254069,1,20130604,8,9:19:59,62,0.967741935
+254070,1,20130604,8,9:20:00,60,1
+254071,1,20130604,8,9:20:01,62,0.967741935
+254072,1,20130604,8,9:20:02,59,1.016949153
+254073,1,20130604,8,9:20:03,60,1
+254074,1,20130604,8,9:20:04,61,0.983606557
+254075,1,20130604,8,9:20:05,60,1
+254076,1,20130604,8,9:20:06,64,0.9375
+254077,1,20130604,8,9:20:07,66,0.909090909
+254078,1,20130604,8,9:20:08,64,0.9375
+254079,1,20130604,8,9:20:09,67,0.895522388
+254080,1,20130604,8,9:20:10,73,0.821917808
+254081,1,20130604,8,9:20:11,64,0.9375
+254082,1,20130604,8,9:20:12,63,0.952380952
+254083,1,20130604,8,9:20:13,67,0.895522388
+254084,1,20130604,8,9:20:14,69,0.869565217
+254085,1,20130604,8,9:20:15,64,0.9375
+254086,1,20130604,8,9:20:15,64,0.9375
+254087,1,20130604,8,9:20:16,70,0.857142857
+254088,1,20130604,8,9:20:17,63,0.952380952
+254089,1,20130604,8,9:20:18,66,0.909090909
+254090,1,20130604,8,9:20:19,71,0.845070423
+254091,1,20130604,8,9:20:20,66,0.909090909
+254092,1,20130604,8,9:20:21,61,0.983606557
+254093,1,20130604,8,9:20:22,63,0.952380952
+254094,1,20130604,8,9:20:23,70,0.857142857
+254095,1,20130604,8,9:20:24,63,0.952380952
+254096,1,20130604,8,9:20:25,68,0.882352941
+254097,1,20130604,8,9:20:25,74,0.810810811
+254098,1,20130604,8,9:20:26,66,0.909090909
+254099,1,20130604,8,9:20:27,63,0.952380952
+254100,1,20130604,8,9:20:28,65,0.923076923
+254101,1,20130604,8,9:20:29,68,0.882352941
+254102,1,20130604,8,9:20:30,62,0.967741935
+254103,1,20130604,8,9:20:31,68,0.882352941
+254104,1,20130604,8,9:20:32,75,0.8
+254105,1,20130604,8,9:20:33,75,0.8
+254106,1,20130604,8,9:20:33,72,0.833333333
+254107,1,20130604,8,9:20:34,81,0.740740741
+254108,1,20130604,8,9:20:35,77,0.779220779
+254109,1,20130604,8,9:20:36,80,0.75
+254110,1,20130604,8,9:20:37,85,0.705882353
+254111,1,20130604,8,9:20:37,85,0.705882353
+254112,1,20130604,8,9:20:38,76,0.789473684
+254113,1,20130604,8,9:20:39,64,0.9375
+254114,1,20130604,8,9:20:40,66,0.909090909
+254115,1,20130604,8,9:20:41,72,0.833333333
+254116,1,20130604,8,9:20:41,79,0.759493671
+254117,1,20130604,8,9:20:42,80,0.75
+254118,1,20130604,8,9:20:43,74,0.810810811
+254119,1,20130604,8,9:20:44,69,0.869565217
+254120,1,20130604,8,9:20:45,77,0.779220779
+254121,1,20130604,8,9:20:45,74,0.810810811
+254122,1,20130604,8,9:20:46,72,0.833333333
+254123,1,20130604,8,9:20:47,74,0.810810811
+254124,1,20130604,8,9:20:48,80,0.75
+254125,1,20130604,8,9:20:49,79,0.759493671
+254126,1,20130604,8,9:20:49,79,0.759493671
+254127,1,20130604,8,9:20:50,76,0.789473684
+254128,1,20130604,8,9:20:51,72,0.833333333
+254129,1,20130604,8,9:20:52,68,0.882352941
+254130,1,20130604,8,9:20:53,67,0.895522388
+254131,1,20130604,8,9:20:54,59,1.016949153
+254132,1,20130604,8,9:20:55,69,0.869565217
+254133,1,20130604,8,9:20:55,64,0.9375
+254134,1,20130604,8,9:20:56,68,0.882352941
+254135,1,20130604,8,9:20:57,67,0.895522388
+254136,1,20130604,8,9:20:58,70,0.857142857
+254137,1,20130604,8,9:20:59,68,0.882352941
+254138,1,20130604,8,9:21:00,65,0.923076923
+254139,1,20130604,8,9:21:01,70,0.857142857
+254140,1,20130604,8,9:21:02,74,0.810810811
+254141,1,20130604,8,9:21:02,72,0.833333333
+254142,1,20130604,8,9:21:03,72,0.833333333
+254143,1,20130604,8,9:21:04,76,0.789473684
+254144,1,20130604,8,9:21:05,80,0.75
+254145,1,20130604,8,9:21:06,68,0.882352941
+254146,1,20130604,8,9:21:07,63,0.952380952
+254147,1,20130604,8,9:21:08,64,0.9375
+254148,1,20130604,8,9:21:08,66,0.909090909
+254149,1,20130604,8,9:21:09,62,0.967741935
+254150,1,20130604,8,9:21:10,64,0.9375
+254151,1,20130604,8,9:21:11,66,0.909090909
+254152,1,20130604,8,9:21:12,74,0.810810811
+254153,1,20130604,8,9:21:13,71,0.845070423
+254154,1,20130604,8,9:21:14,66,0.909090909
+254155,1,20130604,8,9:21:15,62,0.967741935
+254156,1,20130604,8,9:21:16,69,0.869565217
+254157,1,20130604,8,9:21:17,68,0.882352941
+254158,1,20130604,8,9:21:17,62,0.967741935
+254159,1,20130604,8,9:21:18,67,0.895522388
+254160,1,20130604,8,9:21:19,65,0.923076923
+254161,1,20130604,8,9:21:20,68,0.882352941
+254162,1,20130604,8,9:21:21,66,0.909090909
+254163,1,20130604,8,9:21:22,70,0.857142857
+254164,1,20130604,8,9:21:23,70,0.857142857
+254165,1,20130604,8,9:21:24,66,0.909090909
+254166,1,20130604,8,9:21:25,63,0.952380952
+254167,1,20130604,8,9:21:26,74,0.810810811
+254168,1,20130604,8,9:21:26,72,0.833333333
+254169,1,20130604,8,9:21:27,75,0.8
+254170,1,20130604,8,9:21:28,77,0.779220779
+254171,1,20130604,8,9:21:29,72,0.833333333
+254172,1,20130604,8,9:21:30,67,0.895522388
+254173,1,20130604,8,9:21:31,66,0.909090909
+254174,1,20130604,8,9:21:31,71,0.845070423
+254175,1,20130604,8,9:21:32,68,0.882352941
+254176,1,20130604,8,9:21:33,72,0.833333333
+254177,1,20130604,8,9:21:34,76,0.789473684
+254178,1,20130604,8,9:21:35,74,0.810810811
+254179,1,20130604,8,9:21:36,72,0.833333333
+254180,1,20130604,8,9:21:36,71,0.845070423
+254181,1,20130604,8,9:21:37,79,0.759493671
+254182,1,20130604,8,9:21:38,77,0.779220779
+254183,1,20130604,8,9:21:39,76,0.789473684
+254184,1,20130604,8,9:21:40,73,0.821917808
+254185,1,20130604,8,9:21:40,75,0.8
+254186,1,20130604,8,9:21:41,76,0.789473684
+254187,1,20130604,8,9:21:42,74,0.810810811
+254188,1,20130604,8,9:21:43,76,0.789473684
+254189,1,20130604,8,9:21:44,77,0.779220779
+254190,1,20130604,8,9:21:44,75,0.8
+254191,1,20130604,8,9:21:45,73,0.821917808
+254192,1,20130604,8,9:21:46,75,0.8
+254193,1,20130604,8,9:21:47,78,0.769230769
+254194,1,20130604,8,9:21:48,72,0.833333333
+254195,1,20130604,8,9:21:48,68,0.882352941
+254196,1,20130604,8,9:21:49,75,0.8
+254197,1,20130604,8,9:21:50,78,0.769230769
+254198,1,20130604,8,9:21:51,79,0.759493671
+254199,1,20130604,8,9:21:52,73,0.821917808
+254200,1,20130604,8,9:21:52,65,0.923076923
+254201,1,20130604,8,9:21:53,68,0.882352941
+254202,1,20130604,8,9:21:54,73,0.821917808
+254203,1,20130604,8,9:21:55,64,0.9375
+254204,1,20130604,8,9:21:56,65,0.923076923
+254205,1,20130604,8,9:21:57,65,0.923076923
+254206,1,20130604,8,9:21:58,64,0.9375
+254207,1,20130604,8,9:21:59,70,0.857142857
+254208,1,20130604,8,9:22:00,73,0.821917808
+254209,1,20130604,8,9:22:01,73,0.821917808
+254210,1,20130604,8,9:22:01,74,0.810810811
+254211,1,20130604,8,9:22:02,76,0.789473684
+254212,1,20130604,8,9:22:03,80,0.75
+254213,1,20130604,8,9:22:04,82,0.731707317
+254214,1,20130604,8,9:22:04,74,0.810810811
+254215,1,20130604,8,9:22:05,71,0.845070423
+254216,1,20130604,8,9:22:06,60,1
+254217,1,20130604,8,9:22:07,65,0.923076923
+254218,1,20130604,8,9:22:08,77,0.779220779
+254219,1,20130604,8,9:22:09,79,0.759493671
+254220,1,20130604,8,9:22:10,68,0.882352941
+254221,1,20130604,8,9:22:10,57,1.052631579
+254222,1,20130604,8,9:22:11,70,0.857142857
+254223,1,20130604,8,9:22:12,66,0.909090909
+254224,1,20130604,8,9:22:13,60,1
+254225,1,20130604,8,9:22:14,60,1
+254226,1,20130604,8,9:22:15,61,0.983606557
+254227,1,20130604,8,9:22:16,66,0.909090909
+254228,1,20130604,8,9:22:17,64,0.9375
+254229,1,20130604,8,9:22:18,63,0.952380952
+254230,1,20130604,8,9:22:19,62,0.967741935
+254231,1,20130604,8,9:22:20,62,0.967741935
+254232,1,20130604,8,9:22:21,60,1
+254233,1,20130604,8,9:22:22,60,1
+254234,1,20130604,8,9:22:23,65,0.923076923
+254235,1,20130604,8,9:22:24,70,0.857142857
+254236,1,20130604,8,9:22:25,70,0.857142857
+254237,1,20130604,8,9:22:26,66,0.909090909
+254238,1,20130604,8,9:22:26,65,0.923076923
+254239,1,20130604,8,9:22:27,64,0.9375
+254240,1,20130604,8,9:22:28,60,1
+254241,1,20130604,8,9:22:29,59,1.016949153
+254242,1,20130604,8,9:22:30,67,0.895522388
+254243,1,20130604,8,9:22:31,62,0.967741935
+254244,1,20130604,8,9:22:32,62,0.967741935
+254245,1,20130604,8,9:22:33,68,0.882352941
+254246,1,20130604,8,9:22:34,64,0.9375
+254247,1,20130604,8,9:22:35,64,0.9375
+254248,1,20130604,8,9:22:36,74,0.810810811
+254249,1,20130604,8,9:22:37,67,0.895522388
+254250,1,20130604,8,9:22:38,66,0.909090909
+254251,1,20130604,8,9:22:39,66,0.909090909
+254252,1,20130604,8,9:22:39,74,0.810810811
+254253,1,20130604,8,9:22:40,75,0.8
+254254,1,20130604,8,9:22:41,68,0.882352941
+254255,1,20130604,8,9:22:42,62,0.967741935
+254256,1,20130604,8,9:22:43,68,0.882352941
+254257,1,20130604,8,9:22:44,69,0.869565217
+254258,1,20130604,8,9:22:45,66,0.909090909
+254259,1,20130604,8,9:22:46,67,0.895522388
+254260,1,20130604,8,9:22:47,77,0.779220779
+254261,1,20130604,8,9:22:47,75,0.8
+254262,1,20130604,8,9:22:48,80,0.75
+254263,1,20130604,8,9:22:49,87,0.689655172
+254264,1,20130604,8,9:22:50,87,0.689655172
+254265,1,20130604,8,9:22:50,85,0.705882353
+254266,1,20130604,8,9:22:51,85,0.705882353
+254267,1,20130604,8,9:22:52,85,0.705882353
+254268,1,20130604,8,9:22:52,84,0.714285714
+254269,1,20130604,8,9:22:53,88,0.681818182
+254270,1,20130604,8,9:22:54,87,0.689655172
+254271,1,20130604,8,9:22:54,83,0.722891566
+254272,1,20130604,8,9:22:55,78,0.769230769
+254273,1,20130604,8,9:22:56,80,0.75
+254274,1,20130604,8,9:22:57,86,0.697674419
+254275,1,20130604,8,9:22:57,79,0.759493671
+254276,1,20130604,8,9:22:58,78,0.769230769
+254277,1,20130604,8,9:22:59,88,0.681818182
+254278,1,20130604,8,9:23:00,98,0.612244898
+254279,1,20130604,8,9:23:00,98,0.612244898
+254280,1,20130604,8,9:23:01,99,0.606060606
+254281,1,20130604,8,9:23:01,98,0.612244898
+254282,1,20130604,8,9:23:02,95,0.631578947
+254283,1,20130604,8,9:23:03,95,0.631578947
+254284,1,20130604,8,9:23:03,97,0.618556701
+254285,1,20130604,8,9:23:04,98,0.612244898
+254286,1,20130604,8,9:23:05,92,0.652173913
+254287,1,20130604,8,9:23:05,82,0.731707317
+254288,1,20130604,8,9:23:06,73,0.821917808
+254289,1,20130604,8,9:23:07,69,0.869565217
+254290,1,20130604,8,9:23:08,69,0.869565217
+254291,1,20130604,8,9:23:08,68,0.882352941
+254292,1,20130604,8,9:23:09,63,0.952380952
+254293,1,20130604,8,9:23:10,59,1.016949153
+254294,1,20130604,8,9:23:11,60,1
+254295,1,20130604,8,9:23:12,68,0.882352941
+254296,1,20130604,8,9:23:13,65,0.923076923
+254297,1,20130604,8,9:23:14,63,0.952380952
+254298,1,20130604,8,9:23:15,67,0.895522388
+254299,1,20130604,8,9:23:16,69,0.869565217
+254300,1,20130604,8,9:23:17,70,0.857142857
+254301,1,20130604,8,9:23:18,63,0.952380952
+254302,1,20130604,8,9:23:19,73,0.821917808
+254303,1,20130604,8,9:23:19,69,0.869565217
+254304,1,20130604,8,9:23:20,65,0.923076923
+254305,1,20130604,8,9:23:21,74,0.810810811
+254306,1,20130604,8,9:23:22,71,0.845070423
+254307,1,20130604,8,9:23:23,74,0.810810811
+254308,1,20130604,8,9:23:24,79,0.759493671
+254309,1,20130604,8,9:23:25,76,0.789473684
+254310,1,20130604,8,9:23:25,76,0.789473684
+254311,1,20130604,8,9:23:26,69,0.869565217
+254312,1,20130604,8,9:23:27,65,0.923076923
+254313,1,20130604,8,9:23:28,65,0.923076923
+254314,1,20130604,8,9:23:29,76,0.789473684
+254315,1,20130604,8,9:23:30,75,0.8
+254316,1,20130604,8,9:23:30,72,0.833333333
+254317,1,20130604,8,9:23:31,71,0.845070423
+254318,1,20130604,8,9:23:32,76,0.789473684
+254319,1,20130604,8,9:23:33,87,0.689655172
+254320,1,20130604,8,9:23:34,87,0.689655172
+254321,1,20130604,8,9:23:34,88,0.681818182
+254322,1,20130604,8,9:23:35,85,0.705882353
+254323,1,20130604,8,9:23:36,81,0.740740741
+254324,1,20130604,8,9:23:36,79,0.759493671
+254325,1,20130604,8,9:23:37,79,0.759493671
+254326,1,20130604,8,9:23:38,74,0.810810811
+254327,1,20130604,8,9:23:39,67,0.895522388
+254328,1,20130604,8,9:23:40,68,0.882352941
+254329,1,20130604,8,9:23:40,73,0.821917808
+254330,1,20130604,8,9:23:41,69,0.869565217
+254331,1,20130604,8,9:23:42,70,0.857142857
+254332,1,20130604,8,9:23:43,71,0.845070423
+254333,1,20130604,8,9:23:44,75,0.8
+254334,1,20130604,8,9:23:45,69,0.869565217
+254335,1,20130604,8,9:23:46,64,0.9375
+254336,1,20130604,8,9:23:47,66,0.909090909
+254337,1,20130604,8,9:23:47,74,0.810810811
+254338,1,20130604,8,9:23:48,71,0.845070423
+254339,1,20130604,8,9:23:49,70,0.857142857
+254340,1,20130604,8,9:23:50,77,0.779220779
+254341,1,20130604,8,9:23:51,75,0.8
+254342,1,20130604,8,9:23:52,77,0.779220779
+254343,1,20130604,8,9:23:52,75,0.8
+254344,1,20130604,8,9:23:53,84,0.714285714
+254345,1,20130604,8,9:23:54,85,0.705882353
+254346,1,20130604,8,9:23:55,91,0.659340659
+254347,1,20130604,8,9:23:55,86,0.697674419
+254348,1,20130604,8,9:23:56,82,0.731707317
+254349,1,20130604,8,9:23:57,83,0.722891566
+254350,1,20130604,8,9:23:57,83,0.722891566
+254351,1,20130604,8,9:23:58,83,0.722891566
+254352,1,20130604,8,9:23:59,84,0.714285714
+254353,1,20130604,8,9:24:00,81,0.740740741
+254354,1,20130604,8,9:24:00,75,0.8
+254355,1,20130604,8,9:24:01,83,0.722891566
+254356,1,20130604,8,9:24:02,87,0.689655172
+254357,1,20130604,8,9:24:02,86,0.697674419
+254358,1,20130604,8,9:24:03,83,0.722891566
+254359,1,20130604,8,9:24:04,83,0.722891566
+254360,1,20130604,8,9:24:05,89,0.674157303
+254361,1,20130604,8,9:24:05,89,0.674157303
+254362,1,20130604,8,9:24:06,89,0.674157303
+254363,1,20130604,8,9:24:07,89,0.674157303
+254364,1,20130604,8,9:24:07,87,0.689655172
+254365,1,20130604,8,9:24:08,86,0.697674419
+254366,1,20130604,8,9:24:09,85,0.705882353
+254367,1,20130604,8,9:24:09,72,0.833333333
+254368,1,20130604,8,9:24:10,59,1.016949153
+254369,1,20130604,8,9:24:11,61,0.983606557
+254370,1,20130604,8,9:24:12,65,0.923076923
+254371,1,20130604,8,9:24:13,68,0.882352941
+254372,1,20130604,8,9:24:14,68,0.882352941
+254373,1,20130604,8,9:24:15,72,0.833333333
+254374,1,20130604,8,9:24:16,73,0.821917808
+254375,1,20130604,8,9:24:17,70,0.857142857
+254376,1,20130604,8,9:24:17,70,0.857142857
+254377,1,20130604,8,9:24:18,66,0.909090909
+254378,1,20130604,8,9:24:19,56,1.071428571
+254379,1,20130604,8,9:24:20,61,0.983606557
+254380,1,20130604,8,9:24:21,72,0.833333333
+254381,1,20130604,8,9:24:22,62,0.967741935
+254382,1,20130604,8,9:24:23,65,0.923076923
+254383,1,20130604,8,9:24:24,55,1.090909091
+254384,1,20130604,8,9:24:25,62,0.967741935
+254385,1,20130604,8,9:24:26,72,0.833333333
+254386,1,20130604,8,9:24:27,66,0.909090909
+254387,1,20130604,8,9:24:28,57,1.052631579
+254388,1,20130604,8,9:24:29,57,1.052631579
+254389,1,20130604,8,9:24:30,62,0.967741935
+254390,1,20130604,8,9:24:31,59,1.016949153
+254391,1,20130604,8,9:24:32,70,0.857142857
+254392,1,20130604,8,9:24:33,63,0.952380952
+254393,1,20130604,8,9:24:34,63,0.952380952
+254394,1,20130604,8,9:24:35,63,0.952380952
+254395,1,20130604,8,9:24:36,55,1.090909091
+254396,1,20130604,8,9:24:37,68,0.882352941
+254397,1,20130604,8,9:24:38,64,0.9375
+254398,1,20130604,8,9:24:39,60,1
+254399,1,20130604,8,9:24:39,68,0.882352941
+254400,1,20130604,8,9:24:40,66,0.909090909
+254401,1,20130604,8,9:24:41,63,0.952380952
+254402,1,20130604,8,9:24:42,70,0.857142857
+254403,1,20130604,8,9:24:43,71,0.845070423
+254404,1,20130604,8,9:24:44,65,0.923076923
+254405,1,20130604,8,9:24:45,64,0.9375
+254406,1,20130604,8,9:24:46,72,0.833333333
+254407,1,20130604,8,9:24:47,66,0.909090909
+254408,1,20130604,8,9:24:48,59,1.016949153
+254409,1,20130604,8,9:24:49,58,1.034482759
+254410,1,20130604,8,9:24:50,60,1
+254411,1,20130604,8,9:24:51,57,1.052631579
+254412,1,20130604,8,9:24:52,57,1.052631579
+254413,1,20130604,8,9:24:53,65,0.923076923
+254414,1,20130604,8,9:24:54,65,0.923076923
+254415,1,20130604,8,9:24:55,59,1.016949153
+254416,1,20130604,8,9:24:56,63,0.952380952
+254417,1,20130604,8,9:24:57,58,1.034482759
+254418,1,20130604,8,9:24:58,55,1.090909091
+254419,1,20130604,8,9:24:59,62,0.967741935
+254420,1,20130604,8,9:25:00,66,0.909090909
+254421,1,20130604,8,9:25:01,59,1.016949153
+254422,1,20130604,8,9:25:02,59,1.016949153
+254423,1,20130604,8,9:25:03,66,0.909090909
+254424,1,20130604,8,9:25:03,58,1.034482759
+254425,1,20130604,8,9:25:05,57,1.052631579
+254426,1,20130604,8,9:25:06,61,0.983606557
+254427,1,20130604,8,9:25:07,57,1.052631579
+254428,1,20130604,8,9:25:08,60,1
+254429,1,20130604,8,9:25:09,68,0.882352941
+254430,1,20130604,8,9:25:09,67,0.895522388
+254431,1,20130604,8,9:25:10,63,0.952380952
+254432,1,20130604,8,9:25:11,65,0.923076923
+254433,1,20130604,8,9:25:12,58,1.034482759
+254434,1,20130604,8,9:25:13,54,1.111111111
+254435,1,20130604,8,9:25:14,53,1.132075472
+254436,1,20130604,8,9:25:16,61,0.983606557
+254437,1,20130604,8,9:25:17,55,1.090909091
+254438,1,20130604,8,9:25:18,56,1.071428571
+254439,1,20130604,8,9:25:19,61,0.983606557
+254440,1,20130604,8,9:25:20,61,0.983606557
+254441,1,20130604,8,9:25:21,57,1.052631579
+254442,1,20130604,8,9:25:22,59,1.016949153
+254443,1,20130604,8,9:25:23,67,0.895522388
+254444,1,20130604,8,9:25:24,63,0.952380952
+254445,1,20130604,8,9:25:25,61,0.983606557
+254446,1,20130604,8,9:25:26,66,0.909090909
+254447,1,20130604,8,9:25:26,61,0.983606557
+254448,1,20130604,8,9:25:27,59,1.016949153
+254449,1,20130604,8,9:25:28,63,0.952380952
+254450,1,20130604,8,9:25:29,66,0.909090909
+254451,1,20130604,8,9:25:30,74,0.810810811
+254452,1,20130604,8,9:25:31,77,0.779220779
+254453,1,20130604,8,9:25:32,67,0.895522388
+254454,1,20130604,8,9:25:33,64,0.9375
+254455,1,20130604,8,9:25:34,61,0.983606557
+254456,1,20130604,8,9:25:35,61,0.983606557
+254457,1,20130604,8,9:25:36,67,0.895522388
+254458,1,20130604,8,9:25:37,63,0.952380952
+254459,1,20130604,8,9:25:38,59,1.016949153
+254460,1,20130604,8,9:25:39,64,0.9375
+254461,1,20130604,8,9:25:40,71,0.845070423
+254462,1,20130604,8,9:25:40,68,0.882352941
+254463,1,20130604,8,9:25:41,71,0.845070423
+254464,1,20130604,8,9:25:42,78,0.769230769
+254465,1,20130604,8,9:25:43,73,0.821917808
+254466,1,20130604,8,9:25:44,62,0.967741935
+254467,1,20130604,8,9:25:45,62,0.967741935
+254468,1,20130604,8,9:25:46,67,0.895522388
+254469,1,20130604,8,9:25:47,64,0.9375
+254470,1,20130604,8,9:25:47,63,0.952380952
+254471,1,20130604,8,9:25:48,66,0.909090909
+254472,1,20130604,8,9:25:49,63,0.952380952
+254473,1,20130604,8,9:25:50,66,0.909090909
+254474,1,20130604,8,9:25:51,76,0.789473684
+254475,1,20130604,8,9:25:52,74,0.810810811
+254476,1,20130604,8,9:25:53,67,0.895522388
+254477,1,20130604,8,9:25:54,71,0.845070423
+254478,1,20130604,8,9:25:55,68,0.882352941
+254479,1,20130604,8,9:25:55,68,0.882352941
+254480,1,20130604,8,9:25:56,70,0.857142857
+254481,1,20130604,8,9:25:57,69,0.869565217
+254482,1,20130604,8,9:25:58,70,0.857142857
+254483,1,20130604,8,9:25:59,70,0.857142857
+254484,1,20130604,8,9:26:00,75,0.8
+254485,1,20130604,8,9:26:01,73,0.821917808
+254486,1,20130604,8,9:26:01,71,0.845070423
+254487,1,20130604,8,9:26:02,76,0.789473684
+254488,1,20130604,8,9:26:03,74,0.810810811
+254489,1,20130604,8,9:26:04,78,0.769230769
+254490,1,20130604,8,9:26:05,79,0.759493671
+254491,1,20130604,8,9:26:05,81,0.740740741
+254492,1,20130604,8,9:26:06,69,0.869565217
+254493,1,20130604,8,9:26:07,62,0.967741935
+254494,1,20130604,8,9:26:08,63,0.952380952
+254495,1,20130604,8,9:26:09,64,0.9375
+254496,1,20130604,8,9:26:10,63,0.952380952
+254497,1,20130604,8,9:26:11,62,0.967741935
+254498,1,20130604,8,9:26:12,68,0.882352941
+254499,1,20130604,8,9:26:13,65,0.923076923
+254500,1,20130604,8,9:26:14,65,0.923076923
+254501,1,20130604,8,9:26:14,68,0.882352941
+254502,1,20130604,8,9:26:15,65,0.923076923
+254503,1,20130604,8,9:26:16,65,0.923076923
+254504,1,20130604,8,9:26:17,67,0.895522388
+254505,1,20130604,8,9:26:18,63,0.952380952
+254506,1,20130604,8,9:26:19,62,0.967741935
+254507,1,20130604,8,9:26:20,65,0.923076923
+254508,1,20130604,8,9:26:21,66,0.909090909
+254509,1,20130604,8,9:26:22,66,0.909090909
+254510,1,20130604,8,9:26:23,68,0.882352941
+254511,1,20130604,8,9:26:24,62,0.967741935
+254512,1,20130604,8,9:26:25,61,0.983606557
+254513,1,20130604,8,9:26:26,63,0.952380952
+254514,1,20130604,8,9:26:27,60,1
+254515,1,20130604,8,9:26:28,62,0.967741935
+254516,1,20130604,8,9:26:29,71,0.845070423
+254517,1,20130604,8,9:26:29,71,0.845070423
+254518,1,20130604,8,9:26:30,75,0.8
+254519,1,20130604,8,9:26:31,69,0.869565217
+254520,1,20130604,8,9:26:32,75,0.8
+254521,1,20130604,8,9:26:33,61,0.983606557
+254522,1,20130604,8,9:26:34,59,1.016949153
+254523,1,20130604,8,9:26:35,66,0.909090909
+254524,1,20130604,8,9:26:36,62,0.967741935
+254525,1,20130604,8,9:26:37,63,0.952380952
+254526,1,20130604,8,9:26:37,66,0.909090909
+254527,1,20130604,8,9:26:38,64,0.9375
+254528,1,20130604,8,9:26:39,67,0.895522388
+254529,1,20130604,8,9:26:40,74,0.810810811
+254530,1,20130604,8,9:26:41,68,0.882352941
+254531,1,20130604,8,9:26:42,67,0.895522388
+254532,1,20130604,8,9:26:43,66,0.909090909
+254533,1,20130604,8,9:26:44,71,0.845070423
+254534,1,20130604,8,9:26:45,69,0.869565217
+254535,1,20130604,8,9:26:45,65,0.923076923
+254536,1,20130604,8,9:26:46,65,0.923076923
+254537,1,20130604,8,9:26:47,67,0.895522388
+254538,1,20130604,8,9:26:48,65,0.923076923
+254539,1,20130604,8,9:26:49,65,0.923076923
+254540,1,20130604,8,9:26:50,66,0.909090909
+254541,1,20130604,8,9:26:51,69,0.869565217
+254542,1,20130604,8,9:26:52,67,0.895522388
+254543,1,20130604,8,9:26:53,60,1
+254544,1,20130604,8,9:26:54,60,1
+254545,1,20130604,8,9:26:55,64,0.9375
+254546,1,20130604,8,9:26:56,63,0.952380952
+254547,1,20130604,8,9:26:57,64,0.9375
+254548,1,20130604,8,9:26:58,69,0.869565217
+254549,1,20130604,8,9:26:58,65,0.923076923
+254550,1,20130604,8,9:26:59,61,0.983606557
+254551,1,20130604,8,9:27:00,62,0.967741935
+254552,1,20130604,8,9:27:01,63,0.952380952
+254553,1,20130604,8,9:27:02,63,0.952380952
+254554,1,20130604,8,9:27:03,67,0.895522388
+254555,1,20130604,8,9:27:04,78,0.769230769
+254556,1,20130604,8,9:27:05,82,0.731707317
+254557,1,20130604,8,9:27:06,85,0.705882353
+254558,1,20130604,8,9:27:06,83,0.722891566
+254559,1,20130604,8,9:27:07,74,0.810810811
+254560,1,20130604,8,9:27:08,70,0.857142857
+254561,1,20130604,8,9:27:09,63,0.952380952
+254562,1,20130604,8,9:27:10,65,0.923076923
+254563,1,20130604,8,9:27:11,73,0.821917808
+254564,1,20130604,8,9:27:11,75,0.8
+254565,1,20130604,8,9:27:12,72,0.833333333
+254566,1,20130604,8,9:27:13,70,0.857142857
+254567,1,20130604,8,9:27:14,79,0.759493671
+254568,1,20130604,8,9:27:15,77,0.779220779
+254569,1,20130604,8,9:27:15,82,0.731707317
+254570,1,20130604,8,9:27:16,85,0.705882353
+254571,1,20130604,8,9:27:17,87,0.689655172
+254572,1,20130604,8,9:27:18,64,0.9375
+254573,1,20130604,8,9:27:18,75,0.8
+254574,1,20130604,8,9:27:19,67,0.895522388
+254575,1,20130604,8,9:27:20,63,0.952380952
+254576,1,20130604,8,9:27:21,61,0.983606557
+254577,1,20130604,8,9:27:22,69,0.869565217
+254578,1,20130604,8,9:27:23,62,0.967741935
+254579,1,20130604,8,9:27:24,59,1.016949153
+254580,1,20130604,8,9:27:25,61,0.983606557
+254581,1,20130604,8,9:27:26,65,0.923076923
+254582,1,20130604,8,9:27:27,63,0.952380952
+254583,1,20130604,8,9:27:28,58,1.034482759
+254584,1,20130604,8,9:27:29,65,0.923076923
+254585,1,20130604,8,9:27:30,58,1.034482759
+254586,1,20130604,8,9:27:31,55,1.090909091
+254587,1,20130604,8,9:27:32,61,0.983606557
+254588,1,20130604,8,9:27:33,61,0.983606557
+254589,1,20130604,8,9:27:34,56,1.071428571
+254590,1,20130604,8,9:27:35,60,1
+254591,1,20130604,8,9:27:36,64,0.9375
+254592,1,20130604,8,9:27:37,57,1.052631579
+254593,1,20130604,8,9:27:38,57,1.052631579
+254594,1,20130604,8,9:27:39,67,0.895522388
+254595,1,20130604,8,9:27:40,65,0.923076923
+254596,1,20130604,8,9:27:41,69,0.869565217
+254597,1,20130604,8,9:27:42,78,0.769230769
+254598,1,20130604,8,9:27:42,74,0.810810811
+254599,1,20130604,8,9:27:43,65,0.923076923
+254600,1,20130604,8,9:27:44,73,0.821917808
+254601,1,20130604,8,9:27:45,69,0.869565217
+254602,1,20130604,8,9:27:46,70,0.857142857
+254603,1,20130604,8,9:27:47,75,0.8
+254604,1,20130604,8,9:27:47,59,1.016949153
+254605,1,20130604,8,9:27:49,70,0.857142857
+254606,1,20130604,8,9:27:49,62,0.967741935
+254607,1,20130604,8,9:27:50,60,1
+254608,1,20130604,8,9:27:51,69,0.869565217
+254609,1,20130604,8,9:27:52,65,0.923076923
+254610,1,20130604,8,9:27:53,61,0.983606557
+254611,1,20130604,8,9:27:54,72,0.833333333
+254612,1,20130604,8,9:27:55,66,0.909090909
+254613,1,20130604,8,9:27:56,64,0.9375
+254614,1,20130604,8,9:27:57,68,0.882352941
+254615,1,20130604,8,9:27:58,62,0.967741935
+254616,1,20130604,8,9:27:59,61,0.983606557
+254617,1,20130604,8,9:28:00,68,0.882352941
+254618,1,20130604,8,9:28:01,62,0.967741935
+254619,1,20130604,8,9:28:01,59,1.016949153
+254620,1,20130604,8,9:28:03,65,0.923076923
+254621,1,20130604,8,9:28:03,62,0.967741935
+254622,1,20130604,8,9:28:04,62,0.967741935
+254623,1,20130604,8,9:28:05,68,0.882352941
+254624,1,20130604,8,9:28:06,64,0.9375
+254625,1,20130604,8,9:28:07,63,0.952380952
+254626,1,20130604,8,9:28:08,65,0.923076923
+254627,1,20130604,8,9:28:09,61,0.983606557
+254628,1,20130604,8,9:28:10,56,1.071428571
+254629,1,20130604,8,9:28:11,59,1.016949153
+254630,1,20130604,8,9:28:12,66,0.909090909
+254631,1,20130604,8,9:28:13,65,0.923076923
+254632,1,20130604,8,9:28:14,63,0.952380952
+254633,1,20130604,8,9:28:15,70,0.857142857
+254634,1,20130604,8,9:28:16,67,0.895522388
+254635,1,20130604,8,9:28:17,66,0.909090909
+254636,1,20130604,8,9:28:18,64,0.9375
+254637,1,20130604,8,9:28:19,64,0.9375
+254638,1,20130604,8,9:28:19,65,0.923076923
+254639,1,20130604,8,9:28:20,65,0.923076923
+254640,1,20130604,8,9:28:21,74,0.810810811
+254641,1,20130604,8,9:28:22,67,0.895522388
+254642,1,20130604,8,9:28:23,59,1.016949153
+254643,1,20130604,8,9:28:24,69,0.869565217
+254644,1,20130604,8,9:28:25,75,0.8
+254645,1,20130604,8,9:28:26,66,0.909090909
+254646,1,20130604,8,9:28:27,64,0.9375
+254647,1,20130604,8,9:28:28,62,0.967741935
+254648,1,20130604,8,9:28:29,65,0.923076923
+254649,1,20130604,8,9:28:29,65,0.923076923
+254650,1,20130604,8,9:28:30,68,0.882352941
+254651,1,20130604,8,9:28:31,71,0.845070423
+254652,1,20130604,8,9:28:32,68,0.882352941
+254653,1,20130604,8,9:28:33,66,0.909090909
+254654,1,20130604,8,9:28:34,71,0.845070423
+254655,1,20130604,8,9:28:35,54,1.111111111
+254656,1,20130604,8,9:28:36,54,1.111111111
+254657,1,20130604,8,9:28:37,60,1
+254658,1,20130604,8,9:28:38,57,1.052631579
+254659,1,20130604,8,9:28:39,58,1.034482759
+254660,1,20130604,8,9:28:40,66,0.909090909
+254661,1,20130604,8,9:28:41,68,0.882352941
+254662,1,20130604,8,9:28:42,70,0.857142857
+254663,1,20130604,8,9:28:43,74,0.810810811
+254664,1,20130604,8,9:28:43,63,0.952380952
+254665,1,20130604,8,9:28:44,61,0.983606557
+254666,1,20130604,8,9:28:45,70,0.857142857
+254667,1,20130604,8,9:28:46,66,0.909090909
+254668,1,20130604,8,9:28:47,63,0.952380952
+254669,1,20130604,8,9:28:48,71,0.845070423
+254670,1,20130604,8,9:28:49,69,0.869565217
+254671,1,20130604,8,9:28:50,69,0.869565217
+254672,1,20130604,8,9:28:51,70,0.857142857
+254673,1,20130604,8,9:28:52,74,0.810810811
+254674,1,20130604,8,9:28:52,68,0.882352941
+254675,1,20130604,8,9:28:53,69,0.869565217
+254676,1,20130604,8,9:28:54,67,0.895522388
+254677,1,20130604,8,9:28:55,66,0.909090909
+254678,1,20130604,8,9:28:56,66,0.909090909
+254679,1,20130604,8,9:28:57,71,0.845070423
+254680,1,20130604,8,9:28:58,77,0.779220779
+254681,1,20130604,8,9:28:58,74,0.810810811
+254682,1,20130604,8,9:28:59,71,0.845070423
+254683,1,20130604,8,9:29:00,73,0.821917808
+254684,1,20130604,8,9:29:01,73,0.821917808
+254685,1,20130604,8,9:29:02,68,0.882352941
+254686,1,20130604,8,9:29:03,65,0.923076923
+254687,1,20130604,8,9:29:04,66,0.909090909
+254688,1,20130604,8,9:29:05,62,0.967741935
+254689,1,20130604,8,9:29:05,64,0.9375
+254690,1,20130604,8,9:29:06,72,0.833333333
+254691,1,20130604,8,9:29:07,71,0.845070423
+254692,1,20130604,8,9:29:08,70,0.857142857
+254693,1,20130604,8,9:29:09,75,0.8
+254694,1,20130604,8,9:29:10,69,0.869565217
+254695,1,20130604,8,9:29:11,58,1.034482759
+254696,1,20130604,8,9:29:12,60,1
+254697,1,20130604,8,9:29:13,63,0.952380952
+254698,1,20130604,8,9:29:14,63,0.952380952
+254699,1,20130604,8,9:29:15,69,0.869565217
+254700,1,20130604,8,9:29:15,69,0.869565217
+254701,1,20130604,8,9:29:16,65,0.923076923
+254702,1,20130604,8,9:29:17,63,0.952380952
+254703,1,20130604,8,9:29:18,72,0.833333333
+254704,1,20130604,8,9:29:19,78,0.769230769
+254705,1,20130604,8,9:29:20,75,0.8
+254706,1,20130604,8,9:29:21,70,0.857142857
+254707,1,20130604,8,9:29:21,76,0.789473684
+254708,1,20130604,8,9:29:22,71,0.845070423
+254709,1,20130604,8,9:29:23,66,0.909090909
+254710,1,20130604,8,9:29:24,71,0.845070423
+254711,1,20130604,8,9:29:25,75,0.8
+254712,1,20130604,8,9:29:26,71,0.845070423
+254713,1,20130604,8,9:29:26,65,0.923076923
+254714,1,20130604,8,9:29:27,71,0.845070423
+254715,1,20130604,8,9:29:28,67,0.895522388
+254716,1,20130604,8,9:29:29,70,0.857142857
+254717,1,20130604,8,9:29:30,73,0.821917808
+254718,1,20130604,8,9:29:31,68,0.882352941
+254719,1,20130604,8,9:29:32,66,0.909090909
+254720,1,20130604,8,9:29:33,71,0.845070423
+254721,1,20130604,8,9:29:33,64,0.9375
+254722,1,20130604,8,9:29:34,66,0.909090909
+254723,1,20130604,8,9:29:35,65,0.923076923
+254724,1,20130604,8,9:29:36,60,1
+254725,1,20130604,8,9:29:37,56,1.071428571
+254726,1,20130604,8,9:29:38,57,1.052631579
+254727,1,20130604,8,9:29:39,66,0.909090909
+254728,1,20130604,8,9:29:40,61,0.983606557
+254729,1,20130604,8,9:29:41,58,1.034482759
+254730,1,20130604,8,9:29:42,62,0.967741935
+254731,1,20130604,8,9:29:43,62,0.967741935
+254732,1,20130604,8,9:29:44,57,1.052631579
+254733,1,20130604,8,9:29:45,57,1.052631579
+254734,1,20130604,8,9:29:46,61,0.983606557
+254735,1,20130604,8,9:29:47,59,1.016949153
+254736,1,20130604,8,9:29:48,66,0.909090909
+254737,1,20130604,8,9:29:49,66,0.909090909
+254738,1,20130604,8,9:29:50,59,1.016949153
+254739,1,20130604,8,9:29:51,64,0.9375
+254740,1,20130604,8,9:29:52,67,0.895522388
+254741,1,20130604,8,9:29:53,64,0.9375
+254742,1,20130604,8,9:29:54,65,0.923076923
+254743,1,20130604,8,9:29:55,73,0.821917808
+254744,1,20130604,8,9:29:56,61,0.983606557
+254745,1,20130604,8,9:29:57,59,1.016949153
+254746,1,20130604,8,9:29:58,63,0.952380952
+254747,1,20130604,8,9:29:59,60,1
+254748,1,20130604,8,9:30:00,62,0.967741935
+254749,1,20130604,8,9:30:01,66,0.909090909
+254750,1,20130604,8,9:30:01,62,0.967741935
+254751,1,20130604,8,9:30:02,63,0.952380952
+254752,1,20130604,8,9:30:03,61,0.983606557
+254753,1,20130604,8,9:30:04,59,1.016949153
+254754,1,20130604,8,9:30:05,66,0.909090909
+254755,1,20130604,8,9:30:06,62,0.967741935
+254756,1,20130604,8,9:30:07,60,1
+254757,1,20130604,8,9:30:08,67,0.895522388
+254758,1,20130604,8,9:30:09,65,0.923076923
+254759,1,20130604,8,9:30:10,63,0.952380952
+254760,1,20130604,8,9:30:11,72,0.833333333
+254761,1,20130604,8,9:30:12,64,0.9375
+254762,1,20130604,8,9:30:13,62,0.967741935
+254763,1,20130604,8,9:30:14,70,0.857142857
+254764,1,20130604,8,9:30:15,68,0.882352941
+254765,1,20130604,8,9:30:16,66,0.909090909
+254766,1,20130604,8,9:30:16,72,0.833333333
+254767,1,20130604,8,9:30:17,68,0.882352941
+254768,1,20130604,8,9:30:18,69,0.869565217
+254769,1,20130604,8,9:30:19,80,0.75
+254770,1,20130604,8,9:30:20,81,0.740740741
+254771,1,20130604,8,9:30:21,87,0.689655172
+254772,1,20130604,8,9:30:21,91,0.659340659
+254773,1,20130604,8,9:30:22,91,0.659340659
+254774,1,20130604,8,9:30:23,90,0.666666667
+254775,1,20130604,8,9:30:23,90,0.666666667
+254776,1,20130604,8,9:30:24,92,0.652173913
+254777,1,20130604,8,9:30:25,89,0.674157303
+254778,1,20130604,8,9:30:25,87,0.689655172
+254779,1,20130604,8,9:30:26,87,0.689655172
+254780,1,20130604,8,9:30:27,87,0.689655172
+254781,1,20130604,8,9:30:27,86,0.697674419
+254782,1,20130604,8,9:30:28,89,0.674157303
+254783,1,20130604,8,9:30:29,90,0.666666667
+254784,1,20130604,8,9:30:29,90,0.666666667
+254785,1,20130604,8,9:30:30,88,0.681818182
+254786,1,20130604,8,9:30:31,92,0.652173913
+254787,1,20130604,8,9:30:31,94,0.638297872
+254788,1,20130604,8,9:30:32,89,0.674157303
+254789,1,20130604,8,9:30:33,85,0.705882353
+254790,1,20130604,8,9:30:33,77,0.779220779
+254791,1,20130604,8,9:30:34,78,0.769230769
+254792,1,20130604,8,9:30:35,79,0.759493671
+254793,1,20130604,8,9:30:36,81,0.740740741
+254794,1,20130604,8,9:30:36,83,0.722891566
+254795,1,20130604,8,9:30:37,81,0.740740741
+254796,1,20130604,8,9:30:38,82,0.731707317
+254797,1,20130604,8,9:30:39,83,0.722891566
+254798,1,20130604,8,9:30:39,83,0.722891566
+254799,1,20130604,8,9:30:40,81,0.740740741
+254800,1,20130604,8,9:30:41,84,0.714285714
+254801,1,20130604,8,9:30:41,86,0.697674419
+254802,1,20130604,8,9:30:42,84,0.714285714
+254803,1,20130604,8,9:30:43,85,0.705882353
+254804,1,20130604,8,9:30:44,85,0.705882353
+254805,1,20130604,8,9:30:44,89,0.674157303
+254806,1,20130604,8,9:30:45,92,0.652173913
+254807,1,20130604,8,9:30:46,93,0.64516129
+254808,1,20130604,8,9:30:46,92,0.652173913
+254809,1,20130604,8,9:30:47,90,0.666666667
+254810,1,20130604,8,9:30:48,93,0.64516129
+254811,1,20130604,8,9:30:48,92,0.652173913
+254812,1,20130604,8,9:30:49,85,0.705882353
+254813,1,20130604,8,9:30:50,83,0.722891566
+254814,1,20130604,8,9:30:50,81,0.740740741
+254815,1,20130604,8,9:30:51,80,0.75
+254816,1,20130604,8,9:30:52,80,0.75
+254817,1,20130604,8,9:30:53,82,0.731707317
+254818,1,20130604,8,9:30:53,82,0.731707317
+254819,1,20130604,8,9:30:54,85,0.705882353
+254820,1,20130604,8,9:30:55,89,0.674157303
+254821,1,20130604,8,9:30:55,85,0.705882353
+254822,1,20130604,8,9:30:56,79,0.759493671
+254823,1,20130604,8,9:30:57,74,0.810810811
+254824,1,20130604,8,9:30:58,77,0.779220779
+254825,1,20130604,8,9:30:58,78,0.769230769
+254826,1,20130604,8,9:30:59,82,0.731707317
+254827,1,20130604,8,9:31:00,81,0.740740741
+254828,1,20130604,8,9:31:01,79,0.759493671
+254829,1,20130604,8,9:31:01,81,0.740740741
+254830,1,20130604,8,9:31:02,81,0.740740741
+254831,1,20130604,8,9:31:03,74,0.810810811
+254832,1,20130604,8,9:31:04,79,0.759493671
+254833,1,20130604,8,9:31:04,78,0.769230769
+254834,1,20130604,8,9:31:05,77,0.779220779
+254835,1,20130604,8,9:31:06,74,0.810810811
+254836,1,20130604,8,9:31:07,79,0.759493671
+254837,1,20130604,8,9:31:08,79,0.759493671
+254838,1,20130604,8,9:31:08,79,0.759493671
+254839,1,20130604,8,9:31:09,79,0.759493671
+254840,1,20130604,8,9:31:10,80,0.75
+254841,1,20130604,8,9:31:11,79,0.759493671
+254842,1,20130604,8,9:31:11,75,0.8
+254843,1,20130604,8,9:31:12,70,0.857142857
+254844,1,20130604,8,9:31:13,70,0.857142857
+254845,1,20130604,8,9:31:14,78,0.769230769
+254846,1,20130604,8,9:31:15,80,0.75
+254847,1,20130604,8,9:31:15,82,0.731707317
+254848,1,20130604,8,9:31:16,84,0.714285714
+254849,1,20130604,8,9:31:17,83,0.722891566
+254850,1,20130604,8,9:31:18,78,0.769230769
+254851,1,20130604,8,9:31:18,78,0.769230769
+254852,1,20130604,8,9:31:19,83,0.722891566
+254853,1,20130604,8,9:31:20,85,0.705882353
+254854,1,20130604,8,9:31:21,90,0.666666667
+254855,1,20130604,8,9:31:21,94,0.638297872
+254856,1,20130604,8,9:31:22,94,0.638297872
+254857,1,20130604,8,9:31:22,90,0.666666667
+254858,1,20130604,8,9:31:23,73,0.821917808
+254859,1,20130604,8,9:31:24,68,0.882352941
+254860,1,20130604,8,9:31:25,69,0.869565217
+254861,1,20130604,8,9:31:26,70,0.857142857
+254862,1,20130604,8,9:31:27,78,0.769230769
+254863,1,20130604,8,9:31:27,79,0.759493671
+254864,1,20130604,8,9:31:28,77,0.779220779
+254865,1,20130604,8,9:31:29,77,0.779220779
+254866,1,20130604,8,9:31:30,75,0.8
+254867,1,20130604,8,9:31:30,73,0.821917808
+254868,1,20130604,8,9:31:31,69,0.869565217
+254869,1,20130604,8,9:31:32,66,0.909090909
+254870,1,20130604,8,9:31:33,64,0.9375
+254871,1,20130604,8,9:31:34,72,0.833333333
+254872,1,20130604,8,9:31:35,71,0.845070423
+254873,1,20130604,8,9:31:36,74,0.810810811
+254874,1,20130604,8,9:31:36,68,0.882352941
+254875,1,20130604,8,9:31:37,72,0.833333333
+254876,1,20130604,8,9:31:38,75,0.8
+254877,1,20130604,8,9:31:39,70,0.857142857
+254878,1,20130604,8,9:31:40,62,0.967741935
+254879,1,20130604,8,9:31:41,73,0.821917808
+254880,1,20130604,8,9:31:42,70,0.857142857
+254881,1,20130604,8,9:31:43,68,0.882352941
+254882,1,20130604,8,9:31:43,69,0.869565217
+254883,1,20130604,8,9:31:44,75,0.8
+254884,1,20130604,8,9:31:45,83,0.722891566
+254885,1,20130604,8,9:31:46,78,0.769230769
+254886,1,20130604,8,9:31:47,74,0.810810811
+254887,1,20130604,8,9:31:47,68,0.882352941
+254888,1,20130604,8,9:31:48,77,0.779220779
+254889,1,20130604,8,9:31:49,72,0.833333333
+254890,1,20130604,8,9:31:50,69,0.869565217
+254891,1,20130604,8,9:31:51,74,0.810810811
+254892,1,20130604,8,9:31:52,77,0.779220779
+254893,1,20130604,8,9:31:52,75,0.8
+254894,1,20130604,8,9:31:53,73,0.821917808
+254895,1,20130604,8,9:31:54,77,0.779220779
+254896,1,20130604,8,9:31:55,71,0.845070423
+254897,1,20130604,8,9:31:56,64,0.9375
+254898,1,20130604,8,9:31:57,68,0.882352941
+254899,1,20130604,8,9:31:57,71,0.845070423
+254900,1,20130604,8,9:31:58,69,0.869565217
+254901,1,20130604,8,9:31:59,72,0.833333333
+254902,1,20130604,8,9:32:00,79,0.759493671
+254903,1,20130604,8,9:32:01,85,0.705882353
+254904,1,20130604,8,9:32:01,87,0.689655172
+254905,1,20130604,8,9:32:02,88,0.681818182
+254906,1,20130604,8,9:32:03,87,0.689655172
+254907,1,20130604,8,9:32:04,92,0.652173913
+254908,1,20130604,8,9:32:04,84,0.714285714
+254909,1,20130604,8,9:32:05,81,0.740740741
+254910,1,20130604,8,9:32:06,72,0.833333333
+254911,1,20130604,8,9:32:06,65,0.923076923
+254912,1,20130604,8,9:32:07,64,0.9375
+254913,1,20130604,8,9:32:08,64,0.9375
+254914,1,20130604,8,9:32:09,67,0.895522388
+254915,1,20130604,8,9:32:10,71,0.845070423
+254916,1,20130604,8,9:32:11,69,0.869565217
+254917,1,20130604,8,9:32:12,67,0.895522388
+254918,1,20130604,8,9:32:13,74,0.810810811
+254919,1,20130604,8,9:32:14,67,0.895522388
+254920,1,20130604,8,9:32:14,62,0.967741935
+254921,1,20130604,8,9:32:15,63,0.952380952
+254922,1,20130604,8,9:32:16,63,0.952380952
+254923,1,20130604,8,9:32:17,74,0.810810811
+254924,1,20130604,8,9:32:18,74,0.810810811
+254925,1,20130604,8,9:32:19,71,0.845070423
+254926,1,20130604,8,9:32:20,68,0.882352941
+254927,1,20130604,8,9:32:21,64,0.9375
+254928,1,20130604,8,9:32:22,62,0.967741935
+254929,1,20130604,8,9:32:23,55,1.090909091
+254930,1,20130604,8,9:32:24,61,0.983606557
+254931,1,20130604,8,9:32:25,71,0.845070423
+254932,1,20130604,8,9:32:26,69,0.869565217
+254933,1,20130604,8,9:32:26,67,0.895522388
+254934,1,20130604,8,9:32:27,66,0.909090909
+254935,1,20130604,8,9:32:28,58,1.034482759
+254936,1,20130604,8,9:32:29,60,1
+254937,1,20130604,8,9:32:30,61,0.983606557
+254938,1,20130604,8,9:32:31,70,0.857142857
+254939,1,20130604,8,9:32:32,66,0.909090909
+254940,1,20130604,8,9:32:33,66,0.909090909
+254941,1,20130604,8,9:32:34,68,0.882352941
+254942,1,20130604,8,9:32:35,74,0.810810811
+254943,1,20130604,8,9:32:36,65,0.923076923
+254944,1,20130604,8,9:32:37,64,0.9375
+254945,1,20130604,8,9:32:37,67,0.895522388
+254946,1,20130604,8,9:32:38,72,0.833333333
+254947,1,20130604,8,9:32:39,63,0.952380952
+254948,1,20130604,8,9:32:40,65,0.923076923
+254949,1,20130604,8,9:32:41,74,0.810810811
+254950,1,20130604,8,9:32:42,73,0.821917808
+254951,1,20130604,8,9:32:43,71,0.845070423
+254952,1,20130604,8,9:32:44,69,0.869565217
+254953,1,20130604,8,9:32:44,77,0.779220779
+254954,1,20130604,8,9:32:45,77,0.779220779
+254955,1,20130604,8,9:32:46,72,0.833333333
+254956,1,20130604,8,9:32:47,72,0.833333333
+254957,1,20130604,8,9:32:48,76,0.789473684
+254958,1,20130604,8,9:32:48,75,0.8
+254959,1,20130604,8,9:32:49,68,0.882352941
+254960,1,20130604,8,9:32:50,61,0.983606557
+254961,1,20130604,8,9:32:51,70,0.857142857
+254962,1,20130604,8,9:32:52,69,0.869565217
+254963,1,20130604,8,9:32:53,80,0.75
+254964,1,20130604,8,9:32:54,80,0.75
+254965,1,20130604,8,9:32:54,74,0.810810811
+254966,1,20130604,8,9:32:55,84,0.714285714
+254967,1,20130604,8,9:32:56,64,0.9375
+254968,1,20130604,8,9:32:57,76,0.789473684
+254969,1,20130604,8,9:32:58,73,0.821917808
+254970,1,20130604,8,9:32:58,73,0.821917808
+254971,1,20130604,8,9:32:59,76,0.789473684
+254972,1,20130604,8,9:33:00,78,0.769230769
+254973,1,20130604,8,9:33:01,72,0.833333333
+254974,1,20130604,8,9:33:02,66,0.909090909
+254975,1,20130604,8,9:33:03,67,0.895522388
+254976,1,20130604,8,9:33:03,70,0.857142857
+254977,1,20130604,8,9:33:04,79,0.759493671
+254978,1,20130604,8,9:33:05,82,0.731707317
+254979,1,20130604,8,9:33:06,82,0.731707317
+254980,1,20130604,8,9:33:06,82,0.731707317
+254981,1,20130604,8,9:33:07,83,0.722891566
+254982,1,20130604,8,9:33:08,83,0.722891566
+254983,1,20130604,8,9:33:09,85,0.705882353
+254984,1,20130604,8,9:33:09,85,0.705882353
+254985,1,20130604,8,9:33:10,82,0.731707317
+254986,1,20130604,8,9:33:11,59,1.016949153
+254987,1,20130604,8,9:33:12,61,0.983606557
+254988,1,20130604,8,9:33:13,62,0.967741935
+254989,1,20130604,8,9:33:14,65,0.923076923
+254990,1,20130604,8,9:33:15,75,0.8
+254991,1,20130604,8,9:33:15,82,0.731707317
+254992,1,20130604,8,9:33:16,80,0.75
+254993,1,20130604,8,9:33:17,78,0.769230769
+254994,1,20130604,8,9:33:18,76,0.789473684
+254995,1,20130604,8,9:33:19,73,0.821917808
+254996,1,20130604,8,9:33:19,81,0.740740741
+254997,1,20130604,8,9:33:20,79,0.759493671
+254998,1,20130604,8,9:33:21,77,0.779220779
+254999,1,20130604,8,9:33:22,78,0.769230769
+255000,1,20130604,8,9:33:22,68,0.882352941
+255001,1,20130604,8,9:33:23,65,0.923076923
+255002,1,20130604,8,9:33:24,67,0.895522388
+255003,1,20130604,8,9:33:25,77,0.779220779
+255004,1,20130604,8,9:33:26,79,0.759493671
+255005,1,20130604,8,9:33:27,77,0.779220779
+255006,1,20130604,8,9:33:27,68,0.882352941
+255007,1,20130604,8,9:33:28,65,0.923076923
+255008,1,20130604,8,9:33:29,65,0.923076923
+255009,1,20130604,8,9:33:30,69,0.869565217
+255010,1,20130604,8,9:33:31,79,0.759493671
+255011,1,20130604,8,9:33:32,79,0.759493671
+255012,1,20130604,8,9:33:33,74,0.810810811
+255013,1,20130604,8,9:33:33,64,0.9375
+255014,1,20130604,8,9:33:34,70,0.857142857
+255015,1,20130604,8,9:33:35,70,0.857142857
+255016,1,20130604,8,9:33:36,72,0.833333333
+255017,1,20130604,8,9:33:37,73,0.821917808
+255018,1,20130604,8,9:33:38,79,0.759493671
+255019,1,20130604,8,9:33:38,68,0.882352941
+255020,1,20130604,8,9:33:39,70,0.857142857
+255021,1,20130604,8,9:33:40,58,1.034482759
+255022,1,20130604,8,9:33:41,58,1.034482759
+255023,1,20130604,8,9:33:42,64,0.9375
+255024,1,20130604,8,9:33:43,66,0.909090909
+255025,1,20130604,8,9:33:44,65,0.923076923
+255026,1,20130604,8,9:33:45,68,0.882352941
+255027,1,20130604,8,9:33:46,68,0.882352941
+255028,1,20130604,8,9:33:47,63,0.952380952
+255029,1,20130604,8,9:33:48,61,0.983606557
+255030,1,20130604,8,9:33:49,70,0.857142857
+255031,1,20130604,8,9:33:50,67,0.895522388
+255032,1,20130604,8,9:33:50,67,0.895522388
+255033,1,20130604,8,9:33:51,70,0.857142857
+255034,1,20130604,8,9:33:52,69,0.869565217
+255035,1,20130604,8,9:33:53,67,0.895522388
+255036,1,20130604,8,9:33:54,70,0.857142857
+255037,1,20130604,8,9:33:55,73,0.821917808
+255038,1,20130604,8,9:33:56,69,0.869565217
+255039,1,20130604,8,9:33:57,64,0.9375
+255040,1,20130604,8,9:33:57,63,0.952380952
+255041,1,20130604,8,9:33:58,71,0.845070423
+255042,1,20130604,8,9:33:59,73,0.821917808
+255043,1,20130604,8,9:34:00,76,0.789473684
+255044,1,20130604,8,9:34:01,84,0.714285714
+255045,1,20130604,8,9:34:02,84,0.714285714
+255046,1,20130604,8,9:34:02,85,0.705882353
+255047,1,20130604,8,9:34:03,89,0.674157303
+255048,1,20130604,8,9:34:04,91,0.659340659
+255049,1,20130604,8,9:34:04,92,0.652173913
+255050,1,20130604,8,9:34:05,97,0.618556701
+255051,1,20130604,8,9:34:06,96,0.625
+255052,1,20130604,8,9:34:06,96,0.625
+255053,1,20130604,8,9:34:07,94,0.638297872
+255054,1,20130604,8,9:34:07,94,0.638297872
+255055,1,20130604,8,9:34:08,94,0.638297872
+255056,1,20130604,8,9:34:09,96,0.625
+255057,1,20130604,8,9:34:09,96,0.625
+255058,1,20130604,8,9:34:10,98,0.612244898
+255059,1,20130604,8,9:34:11,99,0.606060606
+255060,1,20130604,8,9:34:11,99,0.606060606
+255061,1,20130604,8,9:34:12,99,0.606060606
+255062,1,20130604,8,9:34:12,95,0.631578947
+255063,1,20130604,8,9:34:13,87,0.689655172
+255064,1,20130604,8,9:34:14,86,0.697674419
+255065,1,20130604,8,9:34:14,83,0.722891566
+255066,1,20130604,8,9:34:15,75,0.8
+255067,1,20130604,8,9:34:16,69,0.869565217
+255068,1,20130604,8,9:34:17,64,0.9375
+255069,1,20130604,8,9:34:18,64,0.9375
+255070,1,20130604,8,9:34:19,67,0.895522388
+255071,1,20130604,8,9:34:20,76,0.789473684
+255072,1,20130604,8,9:34:20,80,0.75
+255073,1,20130604,8,9:34:21,79,0.759493671
+255074,1,20130604,8,9:34:22,73,0.821917808
+255075,1,20130604,8,9:34:23,69,0.869565217
+255076,1,20130604,8,9:34:24,76,0.789473684
+255077,1,20130604,8,9:34:24,68,0.882352941
+255078,1,20130604,8,9:34:25,69,0.869565217
+255079,1,20130604,8,9:34:26,71,0.845070423
+255080,1,20130604,8,9:34:27,75,0.8
+255081,1,20130604,8,9:34:28,78,0.769230769
+255082,1,20130604,8,9:34:29,75,0.8
+255083,1,20130604,8,9:34:29,70,0.857142857
+255084,1,20130604,8,9:34:30,68,0.882352941
+255085,1,20130604,8,9:34:31,71,0.845070423
+255086,1,20130604,8,9:34:32,83,0.722891566
+255087,1,20130604,8,9:34:33,74,0.810810811
+255088,1,20130604,8,9:34:33,82,0.731707317
+255089,1,20130604,8,9:34:34,79,0.759493671
+255090,1,20130604,8,9:34:35,71,0.845070423
+255091,1,20130604,8,9:34:36,75,0.8
+255092,1,20130604,8,9:34:37,71,0.845070423
+255093,1,20130604,8,9:34:37,66,0.909090909
+255094,1,20130604,8,9:34:38,63,0.952380952
+255095,1,20130604,8,9:34:39,63,0.952380952
+255096,1,20130604,8,9:34:40,69,0.869565217
+255097,1,20130604,8,9:34:41,74,0.810810811
+255098,1,20130604,8,9:34:42,74,0.810810811
+255099,1,20130604,8,9:34:43,70,0.857142857
+255100,1,20130604,8,9:34:44,80,0.75
+255101,1,20130604,8,9:34:44,81,0.740740741
+255102,1,20130604,8,9:34:45,72,0.833333333
+255103,1,20130604,8,9:34:46,58,1.034482759
+255104,1,20130604,8,9:34:47,62,0.967741935
+255105,1,20130604,8,9:34:48,62,0.967741935
+255106,1,20130604,8,9:34:49,62,0.967741935
+255107,1,20130604,8,9:34:50,71,0.845070423
+255108,1,20130604,8,9:34:51,70,0.857142857
+255109,1,20130604,8,9:34:52,69,0.869565217
+255110,1,20130604,8,9:34:52,71,0.845070423
+255111,1,20130604,8,9:34:53,77,0.779220779
+255112,1,20130604,8,9:34:54,78,0.769230769
+255113,1,20130604,8,9:34:55,80,0.75
+255114,1,20130604,8,9:34:56,77,0.779220779
+255115,1,20130604,8,9:34:56,71,0.845070423
+255116,1,20130604,8,9:34:57,80,0.75
+255117,1,20130604,8,9:34:58,81,0.740740741
+255118,1,20130604,8,9:34:59,85,0.705882353
+255119,1,20130604,8,9:34:59,84,0.714285714
+255120,1,20130604,8,9:35:00,78,0.769230769
+255121,1,20130604,8,9:35:01,69,0.869565217
+255122,1,20130604,8,9:35:02,73,0.821917808
+255123,1,20130604,8,9:35:03,80,0.75
+255124,1,20130604,8,9:35:03,86,0.697674419
+255125,1,20130604,8,9:35:04,87,0.689655172
+255126,1,20130604,8,9:35:05,86,0.697674419
+255127,1,20130604,8,9:35:05,80,0.75
+255128,1,20130604,8,9:35:06,70,0.857142857
+255129,1,20130604,8,9:35:07,70,0.857142857
+255130,1,20130604,8,9:35:08,72,0.833333333
+255131,1,20130604,8,9:35:09,77,0.779220779
+255132,1,20130604,8,9:35:09,82,0.731707317
+255133,1,20130604,8,9:35:10,86,0.697674419
+255134,1,20130604,8,9:35:11,89,0.674157303
+255135,1,20130604,8,9:35:12,93,0.64516129
+255136,1,20130604,8,9:35:12,85,0.705882353
+255137,1,20130604,8,9:35:13,73,0.821917808
+255138,1,20130604,8,9:35:14,75,0.8
+255139,1,20130604,8,9:35:15,70,0.857142857
+255140,1,20130604,8,9:35:15,74,0.810810811
+255141,1,20130604,8,9:35:16,79,0.759493671
+255142,1,20130604,8,9:35:17,68,0.882352941
+255143,1,20130604,8,9:35:18,68,0.882352941
+255144,1,20130604,8,9:35:19,75,0.8
+255145,1,20130604,8,9:35:19,76,0.789473684
+255146,1,20130604,8,9:35:20,73,0.821917808
+255147,1,20130604,8,9:35:21,77,0.779220779
+255148,1,20130604,8,9:35:22,80,0.75
+255149,1,20130604,8,9:35:23,78,0.769230769
+255150,1,20130604,8,9:35:23,76,0.789473684
+255151,1,20130604,8,9:35:24,72,0.833333333
+255152,1,20130604,8,9:35:25,71,0.845070423
+255153,1,20130604,8,9:35:26,68,0.882352941
+255154,1,20130604,8,9:35:27,74,0.810810811
+255155,1,20130604,8,9:35:28,78,0.769230769
+255156,1,20130604,8,9:35:28,79,0.759493671
+255157,1,20130604,8,9:35:29,80,0.75
+255158,1,20130604,8,9:35:30,75,0.8
+255159,1,20130604,8,9:35:31,71,0.845070423
+255160,1,20130604,8,9:35:31,67,0.895522388
+255161,1,20130604,8,9:35:32,66,0.909090909
+255162,1,20130604,8,9:35:33,67,0.895522388
+255163,1,20130604,8,9:35:34,64,0.9375
+255164,1,20130604,8,9:35:35,67,0.895522388
+255165,1,20130604,8,9:35:36,70,0.857142857
+255166,1,20130604,8,9:35:37,79,0.759493671
+255167,1,20130604,8,9:35:38,78,0.769230769
+255168,1,20130604,8,9:35:38,68,0.882352941
+255169,1,20130604,8,9:35:39,58,1.034482759
+255170,1,20130604,8,9:35:40,61,0.983606557
+255171,1,20130604,8,9:35:41,63,0.952380952
+255172,1,20130604,8,9:35:42,65,0.923076923
+255173,1,20130604,8,9:35:43,69,0.869565217
+255174,1,20130604,8,9:35:44,78,0.769230769
+255175,1,20130604,8,9:35:45,78,0.769230769
+255176,1,20130604,8,9:35:46,77,0.779220779
+255177,1,20130604,8,9:35:46,77,0.779220779
+255178,1,20130604,8,9:35:47,73,0.821917808
+255179,1,20130604,8,9:35:48,78,0.769230769
+255180,1,20130604,8,9:35:49,80,0.75
+255181,1,20130604,8,9:35:49,81,0.740740741
+255182,1,20130604,8,9:35:50,85,0.705882353
+255183,1,20130604,8,9:35:51,86,0.697674419
+255184,1,20130604,8,9:35:52,83,0.722891566
+255185,1,20130604,8,9:35:52,79,0.759493671
+255186,1,20130604,8,9:35:53,67,0.895522388
+255187,1,20130604,8,9:35:54,69,0.869565217
+255188,1,20130604,8,9:35:55,76,0.789473684
+255189,1,20130604,8,9:35:56,74,0.810810811
+255190,1,20130604,8,9:35:56,71,0.845070423
+255191,1,20130604,8,9:35:57,70,0.857142857
+255192,1,20130604,8,9:35:58,74,0.810810811
+255193,1,20130604,8,9:35:59,74,0.810810811
+255194,1,20130604,8,9:36:00,75,0.8
+255195,1,20130604,8,9:36:01,78,0.769230769
+255196,1,20130604,8,9:36:01,84,0.714285714
+255197,1,20130604,8,9:36:02,85,0.705882353
+255198,1,20130604,8,9:36:03,79,0.759493671
+255199,1,20130604,8,9:36:04,65,0.923076923
+255200,1,20130604,8,9:36:04,65,0.923076923
+255201,1,20130604,8,9:36:05,65,0.923076923
+255202,1,20130604,8,9:36:06,65,0.923076923
+255203,1,20130604,8,9:36:07,71,0.845070423
+255204,1,20130604,8,9:36:08,72,0.833333333
+255205,1,20130604,8,9:36:09,74,0.810810811
+255206,1,20130604,8,9:36:10,79,0.759493671
+255207,1,20130604,8,9:36:10,80,0.75
+255208,1,20130604,8,9:36:11,78,0.769230769
+255209,1,20130604,8,9:36:12,70,0.857142857
+255210,1,20130604,8,9:36:13,64,0.9375
+255211,1,20130604,8,9:36:14,65,0.923076923
+255212,1,20130604,8,9:36:15,74,0.810810811
+255213,1,20130604,8,9:36:16,74,0.810810811
+255214,1,20130604,8,9:36:16,75,0.8
+255215,1,20130604,8,9:36:17,72,0.833333333
+255216,1,20130604,8,9:36:18,72,0.833333333
+255217,1,20130604,8,9:36:19,77,0.779220779
+255218,1,20130604,8,9:36:20,75,0.8
+255219,1,20130604,8,9:36:20,74,0.810810811
+255220,1,20130604,8,9:36:21,72,0.833333333
+255221,1,20130604,8,9:36:22,79,0.759493671
+255222,1,20130604,8,9:36:23,78,0.769230769
+255223,1,20130604,8,9:36:24,79,0.759493671
+255224,1,20130604,8,9:36:24,75,0.8
+255225,1,20130604,8,9:36:25,80,0.75
+255226,1,20130604,8,9:36:26,81,0.740740741
+255227,1,20130604,8,9:36:27,80,0.75
+255228,1,20130604,8,9:36:27,81,0.740740741
+255229,1,20130604,8,9:36:28,80,0.75
+255230,1,20130604,8,9:36:29,83,0.722891566
+255231,1,20130604,8,9:36:30,80,0.75
+255232,1,20130604,8,9:36:30,74,0.810810811
+255233,1,20130604,8,9:36:31,74,0.810810811
+255234,1,20130604,8,9:36:32,81,0.740740741
+255235,1,20130604,8,9:36:33,83,0.722891566
+255236,1,20130604,8,9:36:33,84,0.714285714
+255237,1,20130604,8,9:36:34,82,0.731707317
+255238,1,20130604,8,9:36:35,74,0.810810811
+255239,1,20130604,8,9:36:36,80,0.75
+255240,1,20130604,8,9:36:36,82,0.731707317
+255241,1,20130604,8,9:36:37,81,0.740740741
+255242,1,20130604,8,9:36:38,84,0.714285714
+255243,1,20130604,8,9:36:39,87,0.689655172
+255244,1,20130604,8,9:36:39,86,0.697674419
+255245,1,20130604,8,9:36:40,91,0.659340659
+255246,1,20130604,8,9:36:41,93,0.64516129
+255247,1,20130604,8,9:36:41,91,0.659340659
+255248,1,20130604,8,9:36:42,87,0.689655172
+255249,1,20130604,8,9:36:43,90,0.666666667
+255250,1,20130604,8,9:36:43,76,0.789473684
+255251,1,20130604,8,9:36:44,79,0.759493671
+255252,1,20130604,8,9:36:45,85,0.705882353
+255253,1,20130604,8,9:36:46,85,0.705882353
+255254,1,20130604,8,9:36:46,84,0.714285714
+255255,1,20130604,8,9:36:47,89,0.674157303
+255256,1,20130604,8,9:36:48,92,0.652173913
+255257,1,20130604,8,9:36:48,92,0.652173913
+255258,1,20130604,8,9:36:49,88,0.681818182
+255259,1,20130604,8,9:36:50,79,0.759493671
+255260,1,20130604,8,9:36:50,82,0.731707317
+255261,1,20130604,8,9:36:51,79,0.759493671
+255262,1,20130604,8,9:36:52,79,0.759493671
+255263,1,20130604,8,9:36:53,74,0.810810811
+255264,1,20130604,8,9:36:54,70,0.857142857
+255265,1,20130604,8,9:36:54,71,0.845070423
+255266,1,20130604,8,9:36:55,71,0.845070423
+255267,1,20130604,8,9:36:56,82,0.731707317
+255268,1,20130604,8,9:36:57,83,0.722891566
+255269,1,20130604,8,9:36:58,82,0.731707317
+255270,1,20130604,8,9:36:58,76,0.789473684
+255271,1,20130604,8,9:36:59,71,0.845070423
+255272,1,20130604,8,9:37:00,66,0.909090909
+255273,1,20130604,8,9:37:01,74,0.810810811
+255274,1,20130604,8,9:37:02,70,0.857142857
+255275,1,20130604,8,9:37:02,68,0.882352941
+255276,1,20130604,8,9:37:03,66,0.909090909
+255277,1,20130604,8,9:37:04,72,0.833333333
+255278,1,20130604,8,9:37:05,71,0.845070423
+255279,1,20130604,8,9:37:06,74,0.810810811
+255280,1,20130604,8,9:37:07,73,0.821917808
+255281,1,20130604,8,9:37:08,80,0.75
+255282,1,20130604,8,9:37:08,80,0.75
+255283,1,20130604,8,9:37:09,80,0.75
+255284,1,20130604,8,9:37:10,85,0.705882353
+255285,1,20130604,8,9:37:11,71,0.845070423
+255286,1,20130604,8,9:37:11,71,0.845070423
+255287,1,20130604,8,9:37:12,77,0.779220779
+255288,1,20130604,8,9:37:13,73,0.821917808
+255289,1,20130604,8,9:37:14,73,0.821917808
+255290,1,20130604,8,9:37:15,70,0.857142857
+255291,1,20130604,8,9:37:16,71,0.845070423
+255292,1,20130604,8,9:37:16,77,0.779220779
+255293,1,20130604,8,9:37:17,82,0.731707317
+255294,1,20130604,8,9:37:18,79,0.759493671
+255295,1,20130604,8,9:37:19,77,0.779220779
+255296,1,20130604,8,9:37:19,73,0.821917808
+255297,1,20130604,8,9:37:20,71,0.845070423
+255298,1,20130604,8,9:37:21,77,0.779220779
+255299,1,20130604,8,9:37:22,71,0.845070423
+255300,1,20130604,8,9:37:23,68,0.882352941
+255301,1,20130604,8,9:37:24,67,0.895522388
+255302,1,20130604,8,9:37:25,70,0.857142857
+255303,1,20130604,8,9:37:25,67,0.895522388
+255304,1,20130604,8,9:37:26,61,0.983606557
+255305,1,20130604,8,9:37:27,64,0.9375
+255306,1,20130604,8,9:37:28,69,0.869565217
+255307,1,20130604,8,9:37:29,64,0.9375
+255308,1,20130604,8,9:37:30,64,0.9375
+255309,1,20130604,8,9:37:31,69,0.869565217
+255310,1,20130604,8,9:37:32,60,1
+255311,1,20130604,8,9:37:33,61,0.983606557
+255312,1,20130604,8,9:37:34,72,0.833333333
+255313,1,20130604,8,9:37:35,67,0.895522388
+255314,1,20130604,8,9:37:36,61,0.983606557
+255315,1,20130604,8,9:37:37,73,0.821917808
+255316,1,20130604,8,9:37:37,77,0.779220779
+255317,1,20130604,8,9:37:38,70,0.857142857
+255318,1,20130604,8,9:37:39,68,0.882352941
+255319,1,20130604,8,9:37:40,67,0.895522388
+255320,1,20130604,8,9:37:41,73,0.821917808
+255321,1,20130604,8,9:37:42,62,0.967741935
+255322,1,20130604,8,9:37:43,59,1.016949153
+255323,1,20130604,8,9:37:44,67,0.895522388
+255324,1,20130604,8,9:37:44,70,0.857142857
+255325,1,20130604,8,9:37:45,63,0.952380952
+255326,1,20130604,8,9:37:46,60,1
+255327,1,20130604,8,9:37:47,67,0.895522388
+255328,1,20130604,8,9:37:48,62,0.967741935
+255329,1,20130604,8,9:37:49,57,1.052631579
+255330,1,20130604,8,9:37:50,66,0.909090909
+255331,1,20130604,8,9:37:51,69,0.869565217
+255332,1,20130604,8,9:37:52,64,0.9375
+255333,1,20130604,8,9:37:53,66,0.909090909
+255334,1,20130604,8,9:37:54,77,0.779220779
+255335,1,20130604,8,9:37:55,73,0.821917808
+255336,1,20130604,8,9:37:55,72,0.833333333
+255337,1,20130604,8,9:37:56,66,0.909090909
+255338,1,20130604,8,9:37:57,78,0.769230769
+255339,1,20130604,8,9:37:58,78,0.769230769
+255340,1,20130604,8,9:37:59,74,0.810810811
+255341,1,20130604,8,9:37:59,69,0.869565217
+255342,1,20130604,8,9:38:00,73,0.821917808
+255343,1,20130604,8,9:38:01,76,0.789473684
+255344,1,20130604,8,9:38:02,80,0.75
+255345,1,20130604,8,9:38:03,74,0.810810811
+255346,1,20130604,8,9:38:04,70,0.857142857
+255347,1,20130604,8,9:38:04,69,0.869565217
+255348,1,20130604,8,9:38:05,72,0.833333333
+255349,1,20130604,8,9:38:06,71,0.845070423
+255350,1,20130604,8,9:38:07,73,0.821917808
+255351,1,20130604,8,9:38:08,78,0.769230769
+255352,1,20130604,8,9:38:09,78,0.769230769
+255353,1,20130604,8,9:38:09,70,0.857142857
+255354,1,20130604,8,9:38:10,77,0.779220779
+255355,1,20130604,8,9:38:11,81,0.740740741
+255356,1,20130604,8,9:38:12,83,0.722891566
+255357,1,20130604,8,9:38:12,78,0.769230769
+255358,1,20130604,8,9:38:13,80,0.75
+255359,1,20130604,8,9:38:14,85,0.705882353
+255360,1,20130604,8,9:38:15,81,0.740740741
+255361,1,20130604,8,9:38:15,74,0.810810811
+255362,1,20130604,8,9:38:16,76,0.789473684
+255363,1,20130604,8,9:38:17,72,0.833333333
+255364,1,20130604,8,9:38:18,73,0.821917808
+255365,1,20130604,8,9:38:19,67,0.895522388
+255366,1,20130604,8,9:38:19,65,0.923076923
+255367,1,20130604,8,9:38:20,74,0.810810811
+255368,1,20130604,8,9:38:21,73,0.821917808
+255369,1,20130604,8,9:38:22,70,0.857142857
+255370,1,20130604,8,9:38:23,70,0.857142857
+255371,1,20130604,8,9:38:24,77,0.779220779
+255372,1,20130604,8,9:38:25,89,0.674157303
+255373,1,20130604,8,9:38:25,82,0.731707317
+255374,1,20130604,8,9:38:26,92,0.652173913
+255375,1,20130604,8,9:38:27,87,0.689655172
+255376,1,20130604,8,9:38:27,77,0.779220779
+255377,1,20130604,8,9:38:28,79,0.759493671
+255378,1,20130604,8,9:38:29,78,0.769230769
+255379,1,20130604,8,9:38:30,78,0.769230769
+255380,1,20130604,8,9:38:30,70,0.857142857
+255381,1,20130604,8,9:38:31,76,0.789473684
+255382,1,20130604,8,9:38:32,83,0.722891566
+255383,1,20130604,8,9:38:33,82,0.731707317
+255384,1,20130604,8,9:38:33,75,0.8
+255385,1,20130604,8,9:38:34,68,0.882352941
+255386,1,20130604,8,9:38:35,66,0.909090909
+255387,1,20130604,8,9:38:36,76,0.789473684
+255388,1,20130604,8,9:38:37,71,0.845070423
+255389,1,20130604,8,9:38:38,70,0.857142857
+255390,1,20130604,8,9:38:39,71,0.845070423
+255391,1,20130604,8,9:38:39,77,0.779220779
+255392,1,20130604,8,9:38:40,73,0.821917808
+255393,1,20130604,8,9:38:41,69,0.869565217
+255394,1,20130604,8,9:38:42,63,0.952380952
+255395,1,20130604,8,9:38:43,71,0.845070423
+255396,1,20130604,8,9:38:44,69,0.869565217
+255397,1,20130604,8,9:38:45,67,0.895522388
+255398,1,20130604,8,9:38:45,69,0.869565217
+255399,1,20130604,8,9:38:46,70,0.857142857
+255400,1,20130604,8,9:38:47,65,0.923076923
+255401,1,20130604,8,9:38:48,68,0.882352941
+255402,1,20130604,8,9:38:49,72,0.833333333
+255403,1,20130604,8,9:38:50,68,0.882352941
+255404,1,20130604,8,9:38:51,67,0.895522388
+255405,1,20130604,8,9:38:52,70,0.857142857
+255406,1,20130604,8,9:38:52,69,0.869565217
+255407,1,20130604,8,9:38:53,61,0.983606557
+255408,1,20130604,8,9:38:54,71,0.845070423
+255409,1,20130604,8,9:38:55,76,0.789473684
+255410,1,20130604,8,9:38:56,76,0.789473684
+255411,1,20130604,8,9:38:57,71,0.845070423
+255412,1,20130604,8,9:38:58,68,0.882352941
+255413,1,20130604,8,9:38:58,73,0.821917808
+255414,1,20130604,8,9:38:59,60,1
+255415,1,20130604,8,9:39:00,64,0.9375
+255416,1,20130604,8,9:39:01,66,0.909090909
+255417,1,20130604,8,9:39:02,70,0.857142857
+255418,1,20130604,8,9:39:03,70,0.857142857
+255419,1,20130604,8,9:39:04,68,0.882352941
+255420,1,20130604,8,9:39:05,74,0.810810811
+255421,1,20130604,8,9:39:05,71,0.845070423
+255422,1,20130604,8,9:39:06,64,0.9375
+255423,1,20130604,8,9:39:07,70,0.857142857
+255424,1,20130604,8,9:39:08,73,0.821917808
+255425,1,20130604,8,9:39:09,71,0.845070423
+255426,1,20130604,8,9:39:10,78,0.769230769
+255427,1,20130604,8,9:39:11,80,0.75
+255428,1,20130604,8,9:39:11,76,0.789473684
+255429,1,20130604,8,9:39:12,62,0.967741935
+255430,1,20130604,8,9:39:13,59,1.016949153
+255431,1,20130604,8,9:39:14,64,0.9375
+255432,1,20130604,8,9:39:15,67,0.895522388
+255433,1,20130604,8,9:39:16,73,0.821917808
+255434,1,20130604,8,9:39:17,81,0.740740741
+255435,1,20130604,8,9:39:17,87,0.689655172
+255436,1,20130604,8,9:39:18,89,0.674157303
+255437,1,20130604,8,9:39:19,94,0.638297872
+255438,1,20130604,8,9:39:19,95,0.631578947
+255439,1,20130604,8,9:39:20,95,0.631578947
+255440,1,20130604,8,9:39:21,101,0.594059406
+255441,1,20130604,8,9:39:21,101,0.594059406
+255442,1,20130604,8,9:39:22,95,0.631578947
+255443,1,20130604,8,9:39:23,94,0.638297872
+255444,1,20130604,8,9:39:23,85,0.705882353
+255445,1,20130604,8,9:39:24,80,0.75
+255446,1,20130604,8,9:39:25,81,0.740740741
+255447,1,20130604,8,9:39:25,84,0.714285714
+255448,1,20130604,8,9:39:26,83,0.722891566
+255449,1,20130604,8,9:39:27,82,0.731707317
+255450,1,20130604,8,9:39:28,80,0.75
+255451,1,20130604,8,9:39:28,78,0.769230769
+255452,1,20130604,8,9:39:29,78,0.769230769
+255453,1,20130604,8,9:39:30,83,0.722891566
+255454,1,20130604,8,9:39:31,87,0.689655172
+255455,1,20130604,8,9:39:31,84,0.714285714
+255456,1,20130604,8,9:39:32,73,0.821917808
+255457,1,20130604,8,9:39:33,71,0.845070423
+255458,1,20130604,8,9:39:34,59,1.016949153
+255459,1,20130604,8,9:39:35,56,1.071428571
+255460,1,20130604,8,9:39:36,56,1.071428571
+255461,1,20130604,8,9:39:37,57,1.052631579
+255462,1,20130604,8,9:39:38,62,0.967741935
+255463,1,20130604,8,9:39:39,70,0.857142857
+255464,1,20130604,8,9:39:40,78,0.769230769
+255465,1,20130604,8,9:39:40,81,0.740740741
+255466,1,20130604,8,9:39:41,73,0.821917808
+255467,1,20130604,8,9:39:42,74,0.810810811
+255468,1,20130604,8,9:39:43,71,0.845070423
+255469,1,20130604,8,9:39:44,73,0.821917808
+255470,1,20130604,8,9:39:44,67,0.895522388
+255471,1,20130604,8,9:39:45,62,0.967741935
+255472,1,20130604,8,9:39:46,59,1.016949153
+255473,1,20130604,8,9:39:47,60,1
+255474,1,20130604,8,9:39:48,68,0.882352941
+255475,1,20130604,8,9:39:49,75,0.8
+255476,1,20130604,8,9:39:50,76,0.789473684
+255477,1,20130604,8,9:39:51,79,0.759493671
+255478,1,20130604,8,9:39:52,80,0.75
+255479,1,20130604,8,9:39:52,76,0.789473684
+255480,1,20130604,8,9:39:53,61,0.983606557
+255481,1,20130604,8,9:39:54,62,0.967741935
+255482,1,20130604,8,9:39:55,64,0.9375
+255483,1,20130604,8,9:39:56,65,0.923076923
+255484,1,20130604,8,9:39:57,71,0.845070423
+255485,1,20130604,8,9:39:58,70,0.857142857
+255486,1,20130604,8,9:39:59,72,0.833333333
+255487,1,20130604,8,9:39:59,76,0.789473684
+255488,1,20130604,8,9:40:00,77,0.779220779
+255489,1,20130604,8,9:40:01,71,0.845070423
+255490,1,20130604,8,9:40:02,63,0.952380952
+255491,1,20130604,8,9:40:03,67,0.895522388
+255492,1,20130604,8,9:40:04,72,0.833333333
+255493,1,20130604,8,9:40:05,70,0.857142857
+255494,1,20130604,8,9:40:05,75,0.8
+255495,1,20130604,8,9:40:06,80,0.75
+255496,1,20130604,8,9:40:07,87,0.689655172
+255497,1,20130604,8,9:40:08,92,0.652173913
+255498,1,20130604,8,9:40:08,90,0.666666667
+255499,1,20130604,8,9:40:09,79,0.759493671
+255500,1,20130604,8,9:40:10,65,0.923076923
+255501,1,20130604,8,9:40:11,67,0.895522388
+255502,1,20130604,8,9:40:12,66,0.909090909
+255503,1,20130604,8,9:40:12,65,0.923076923
+255504,1,20130604,8,9:40:13,67,0.895522388
+255505,1,20130604,8,9:40:14,63,0.952380952
+255506,1,20130604,8,9:40:15,65,0.923076923
+255507,1,20130604,8,9:40:16,69,0.869565217
+255508,1,20130604,8,9:40:17,76,0.789473684
+255509,1,20130604,8,9:40:18,73,0.821917808
+255510,1,20130604,8,9:40:19,74,0.810810811
+255511,1,20130604,8,9:40:19,68,0.882352941
+255512,1,20130604,8,9:40:20,72,0.833333333
+255513,1,20130604,8,9:40:21,60,1
+255514,1,20130604,8,9:40:22,56,1.071428571
+255515,1,20130604,8,9:40:23,60,1
+255516,1,20130604,8,9:40:24,64,0.9375
+255517,1,20130604,8,9:40:25,62,0.967741935
+255518,1,20130604,8,9:40:26,65,0.923076923
+255519,1,20130604,8,9:40:27,75,0.8
+255520,1,20130604,8,9:40:28,73,0.821917808
+255521,1,20130604,8,9:40:29,71,0.845070423
+255522,1,20130604,8,9:40:30,68,0.882352941
+255523,1,20130604,8,9:40:30,75,0.8
+255524,1,20130604,8,9:40:31,71,0.845070423
+255525,1,20130604,8,9:40:32,72,0.833333333
+255526,1,20130604,8,9:40:33,75,0.8
+255527,1,20130604,8,9:40:34,79,0.759493671
+255528,1,20130604,8,9:40:34,68,0.882352941
+255529,1,20130604,8,9:40:35,68,0.882352941
+255530,1,20130604,8,9:40:36,67,0.895522388
+255531,1,20130604,8,9:40:37,72,0.833333333
+255532,1,20130604,8,9:40:38,70,0.857142857
+255533,1,20130604,8,9:40:39,70,0.857142857
+255534,1,20130604,8,9:40:40,78,0.769230769
+255535,1,20130604,8,9:40:40,82,0.731707317
+255536,1,20130604,8,9:40:41,87,0.689655172
+255537,1,20130604,8,9:40:42,92,0.652173913
+255538,1,20130604,8,9:40:42,96,0.625
+255539,1,20130604,8,9:40:43,95,0.631578947
+255540,1,20130604,8,9:40:44,92,0.652173913
+255541,1,20130604,8,9:40:44,90,0.666666667
+255542,1,20130604,8,9:40:45,86,0.697674419
+255543,1,20130604,8,9:40:46,88,0.681818182
+255544,1,20130604,8,9:40:46,89,0.674157303
+255545,1,20130604,8,9:40:47,93,0.64516129
+255546,1,20130604,8,9:40:48,93,0.64516129
+255547,1,20130604,8,9:40:48,94,0.638297872
+255548,1,20130604,8,9:40:49,91,0.659340659
+255549,1,20130604,8,9:40:50,94,0.638297872
+255550,1,20130604,8,9:40:50,91,0.659340659
+255551,1,20130604,8,9:40:51,90,0.666666667
+255552,1,20130604,8,9:40:52,94,0.638297872
+255553,1,20130604,8,9:40:52,96,0.625
+255554,1,20130604,8,9:40:53,95,0.631578947
+255555,1,20130604,8,9:40:54,98,0.612244898
+255556,1,20130604,8,9:40:54,98,0.612244898
+255557,1,20130604,8,9:40:55,96,0.625
+255558,1,20130604,8,9:40:55,93,0.64516129
+255559,1,20130604,8,9:40:56,91,0.659340659
+255560,1,20130604,8,9:40:57,89,0.674157303
+255561,1,20130604,8,9:40:57,88,0.681818182
+255562,1,20130604,8,9:40:58,88,0.681818182
+255563,1,20130604,8,9:40:59,92,0.652173913
+255564,1,20130604,8,9:40:59,77,0.779220779
+255565,1,20130604,8,9:41:00,78,0.769230769
+255566,1,20130604,8,9:41:01,60,1
+255567,1,20130604,8,9:41:02,62,0.967741935
+255568,1,20130604,8,9:41:03,61,0.983606557
+255569,1,20130604,8,9:41:04,65,0.923076923
+255570,1,20130604,8,9:41:05,62,0.967741935
+255571,1,20130604,8,9:41:06,57,1.052631579
+255572,1,20130604,8,9:41:07,61,0.983606557
+255573,1,20130604,8,9:41:08,65,0.923076923
+255574,1,20130604,8,9:41:09,62,0.967741935
+255575,1,20130604,8,9:41:10,60,1
+255576,1,20130604,8,9:41:11,63,0.952380952
+255577,1,20130604,8,9:41:12,68,0.882352941
+255578,1,20130604,8,9:41:13,66,0.909090909
+255579,1,20130604,8,9:41:13,65,0.923076923
+255580,1,20130604,8,9:41:14,66,0.909090909
+255581,1,20130604,8,9:41:15,63,0.952380952
+255582,1,20130604,8,9:41:16,59,1.016949153
+255583,1,20130604,8,9:41:17,65,0.923076923
+255584,1,20130604,8,9:41:18,67,0.895522388
+255585,1,20130604,8,9:41:19,65,0.923076923
+255586,1,20130604,8,9:41:20,66,0.909090909
+255587,1,20130604,8,9:41:21,67,0.895522388
+255588,1,20130604,8,9:41:22,62,0.967741935
+255589,1,20130604,8,9:41:23,72,0.833333333
+255590,1,20130604,8,9:41:24,66,0.909090909
+255591,1,20130604,8,9:41:25,66,0.909090909
+255592,1,20130604,8,9:41:25,71,0.845070423
+255593,1,20130604,8,9:41:26,64,0.9375
+255594,1,20130604,8,9:41:27,63,0.952380952
+255595,1,20130604,8,9:41:28,70,0.857142857
+255596,1,20130604,8,9:41:29,64,0.9375
+255597,1,20130604,8,9:41:30,63,0.952380952
+255598,1,20130604,8,9:41:31,70,0.857142857
+255599,1,20130604,8,9:41:32,66,0.909090909
+255600,1,20130604,8,9:41:33,65,0.923076923
+255601,1,20130604,8,9:41:34,73,0.821917808
+255602,1,20130604,8,9:41:34,69,0.869565217
+255603,1,20130604,8,9:41:35,70,0.857142857
+255604,1,20130604,8,9:41:36,72,0.833333333
+255605,1,20130604,8,9:41:37,69,0.869565217
+255606,1,20130604,8,9:41:38,68,0.882352941
+255607,1,20130604,8,9:41:39,74,0.810810811
+255608,1,20130604,8,9:41:40,64,0.9375
+255609,1,20130604,8,9:41:40,65,0.923076923
+255610,1,20130604,8,9:41:41,69,0.869565217
+255611,1,20130604,8,9:41:42,63,0.952380952
+255612,1,20130604,8,9:41:43,73,0.821917808
+255613,1,20130604,8,9:41:44,74,0.810810811
+255614,1,20130604,8,9:41:45,68,0.882352941
+255615,1,20130604,8,9:41:46,70,0.857142857
+255616,1,20130604,8,9:41:47,66,0.909090909
+255617,1,20130604,8,9:41:48,61,0.983606557
+255618,1,20130604,8,9:41:48,71,0.845070423
+255619,1,20130604,8,9:41:49,72,0.833333333
+255620,1,20130604,8,9:41:50,70,0.857142857
+255621,1,20130604,8,9:41:51,72,0.833333333
+255622,1,20130604,8,9:41:52,75,0.8
+255623,1,20130604,8,9:41:53,71,0.845070423
+255624,1,20130604,8,9:41:54,65,0.923076923
+255625,1,20130604,8,9:41:54,70,0.857142857
+255626,1,20130604,8,9:41:55,66,0.909090909
+255627,1,20130604,8,9:41:56,67,0.895522388
+255628,1,20130604,8,9:41:57,74,0.810810811
+255629,1,20130604,8,9:41:58,73,0.821917808
+255630,1,20130604,8,9:41:59,75,0.8
+255631,1,20130604,8,9:42:00,76,0.789473684
+255632,1,20130604,8,9:42:00,75,0.8
+255633,1,20130604,8,9:42:01,74,0.810810811
+255634,1,20130604,8,9:42:02,73,0.821917808
+255635,1,20130604,8,9:42:03,76,0.789473684
+255636,1,20130604,8,9:42:04,72,0.833333333
+255637,1,20130604,8,9:42:04,71,0.845070423
+255638,1,20130604,8,9:42:05,77,0.779220779
+255639,1,20130604,8,9:42:06,76,0.789473684
+255640,1,20130604,8,9:42:07,75,0.8
+255641,1,20130604,8,9:42:08,76,0.789473684
+255642,1,20130604,8,9:42:08,74,0.810810811
+255643,1,20130604,8,9:42:09,74,0.810810811
+255644,1,20130604,8,9:42:10,78,0.769230769
+255645,1,20130604,8,9:42:11,81,0.740740741
+255646,1,20130604,8,9:42:11,77,0.779220779
+255647,1,20130604,8,9:42:12,76,0.789473684
+255648,1,20130604,8,9:42:13,77,0.779220779
+255649,1,20130604,8,9:42:14,78,0.769230769
+255650,1,20130604,8,9:42:15,76,0.789473684
+255651,1,20130604,8,9:42:15,75,0.8
+255652,1,20130604,8,9:42:16,82,0.731707317
+255653,1,20130604,8,9:42:17,80,0.75
+255654,1,20130604,8,9:42:18,82,0.731707317
+255655,1,20130604,8,9:42:18,85,0.705882353
+255656,1,20130604,8,9:42:19,88,0.681818182
+255657,1,20130604,8,9:42:20,87,0.689655172
+255658,1,20130604,8,9:42:20,89,0.674157303
+255659,1,20130604,8,9:42:21,92,0.652173913
+255660,1,20130604,8,9:42:22,93,0.64516129
+255661,1,20130604,8,9:42:22,91,0.659340659
+255662,1,20130604,8,9:42:23,88,0.681818182
+255663,1,20130604,8,9:42:24,87,0.689655172
+255664,1,20130604,8,9:42:24,87,0.689655172
+255665,1,20130604,8,9:42:25,78,0.769230769
+255666,1,20130604,8,9:42:26,81,0.740740741
+255667,1,20130604,8,9:42:27,76,0.789473684
+255668,1,20130604,8,9:42:27,72,0.833333333
+255669,1,20130604,8,9:42:28,75,0.8
+255670,1,20130604,8,9:42:29,77,0.779220779
+255671,1,20130604,8,9:42:30,74,0.810810811
+255672,1,20130604,8,9:42:31,77,0.779220779
+255673,1,20130604,8,9:42:31,80,0.75
+255674,1,20130604,8,9:42:32,76,0.789473684
+255675,1,20130604,8,9:42:33,72,0.833333333
+255676,1,20130604,8,9:42:34,77,0.779220779
+255677,1,20130604,8,9:42:35,73,0.821917808
+255678,1,20130604,8,9:42:35,74,0.810810811
+255679,1,20130604,8,9:42:36,80,0.75
+255680,1,20130604,8,9:42:37,84,0.714285714
+255681,1,20130604,8,9:42:38,78,0.769230769
+255682,1,20130604,8,9:42:39,75,0.8
+255683,1,20130604,8,9:42:39,73,0.821917808
+255684,1,20130604,8,9:42:40,71,0.845070423
+255685,1,20130604,8,9:42:41,71,0.845070423
+255686,1,20130604,8,9:42:42,74,0.810810811
+255687,1,20130604,8,9:42:43,79,0.759493671
+255688,1,20130604,8,9:42:43,76,0.789473684
+255689,1,20130604,8,9:42:44,75,0.8
+255690,1,20130604,8,9:42:45,78,0.769230769
+255691,1,20130604,8,9:42:46,75,0.8
+255692,1,20130604,8,9:42:47,69,0.869565217
+255693,1,20130604,8,9:42:47,72,0.833333333
+255694,1,20130604,8,9:42:48,72,0.833333333
+255695,1,20130604,8,9:42:49,70,0.857142857
+255696,1,20130604,8,9:42:50,69,0.869565217
+255697,1,20130604,8,9:42:51,75,0.8
+255698,1,20130604,8,9:42:52,73,0.821917808
+255699,1,20130604,8,9:42:52,72,0.833333333
+255700,1,20130604,8,9:42:53,79,0.759493671
+255701,1,20130604,8,9:42:54,73,0.821917808
+255702,1,20130604,8,9:42:55,66,0.909090909
+255703,1,20130604,8,9:42:56,69,0.869565217
+255704,1,20130604,8,9:42:57,63,0.952380952
+255705,1,20130604,8,9:42:58,59,1.016949153
+255706,1,20130604,8,9:42:59,65,0.923076923
+255707,1,20130604,8,9:43:00,63,0.952380952
+255708,1,20130604,8,9:43:00,62,0.967741935
+255709,1,20130604,8,9:43:01,69,0.869565217
+255710,1,20130604,8,9:43:02,68,0.882352941
+255711,1,20130604,8,9:43:03,65,0.923076923
+255712,1,20130604,8,9:43:04,68,0.882352941
+255713,1,20130604,8,9:43:05,71,0.845070423
+255714,1,20130604,8,9:43:06,64,0.9375
+255715,1,20130604,8,9:43:07,64,0.9375
+255716,1,20130604,8,9:43:08,74,0.810810811
+255717,1,20130604,8,9:43:09,75,0.8
+255718,1,20130604,8,9:43:09,75,0.8
+255719,1,20130604,8,9:43:10,61,0.983606557
+255720,1,20130604,8,9:43:11,57,1.052631579
+255721,1,20130604,8,9:43:12,66,0.909090909
+255722,1,20130604,8,9:43:13,67,0.895522388
+255723,1,20130604,8,9:43:14,66,0.909090909
+255724,1,20130604,8,9:43:15,70,0.857142857
+255725,1,20130604,8,9:43:16,76,0.789473684
+255726,1,20130604,8,9:43:17,74,0.810810811
+255727,1,20130604,8,9:43:17,77,0.779220779
+255728,1,20130604,8,9:43:18,81,0.740740741
+255729,1,20130604,8,9:43:19,82,0.731707317
+255730,1,20130604,8,9:43:20,74,0.810810811
+255731,1,20130604,8,9:43:20,60,1
+255732,1,20130604,8,9:43:21,72,0.833333333
+255733,1,20130604,8,9:43:22,69,0.869565217
+255734,1,20130604,8,9:43:23,66,0.909090909
+255735,1,20130604,8,9:43:24,79,0.759493671
+255736,1,20130604,8,9:43:25,78,0.769230769
+255737,1,20130604,8,9:43:26,79,0.759493671
+255738,1,20130604,8,9:43:26,83,0.722891566
+255739,1,20130604,8,9:43:27,85,0.705882353
+255740,1,20130604,8,9:43:28,80,0.75
+255741,1,20130604,8,9:43:28,78,0.769230769
+255742,1,20130604,8,9:43:29,82,0.731707317
+255743,1,20130604,8,9:43:30,89,0.674157303
+255744,1,20130604,8,9:43:31,93,0.64516129
+255745,1,20130604,8,9:43:31,90,0.666666667
+255746,1,20130604,8,9:43:32,95,0.631578947
+255747,1,20130604,8,9:43:33,93,0.64516129
+255748,1,20130604,8,9:43:33,95,0.631578947
+255749,1,20130604,8,9:43:34,94,0.638297872
+255750,1,20130604,8,9:43:35,96,0.625
+255751,1,20130604,8,9:43:35,94,0.638297872
+255752,1,20130604,8,9:43:36,93,0.64516129
+255753,1,20130604,8,9:43:36,93,0.64516129
+255754,1,20130604,8,9:43:37,94,0.638297872
+255755,1,20130604,8,9:43:38,95,0.631578947
+255756,1,20130604,8,9:43:38,98,0.612244898
+255757,1,20130604,8,9:43:39,98,0.612244898
+255758,1,20130604,8,9:43:40,97,0.618556701
+255759,1,20130604,8,9:43:40,96,0.625
+255760,1,20130604,8,9:43:41,98,0.612244898
+255761,1,20130604,8,9:43:41,98,0.612244898
+255762,1,20130604,8,9:43:42,96,0.625
+255763,1,20130604,8,9:43:43,92,0.652173913
+255764,1,20130604,8,9:43:43,85,0.705882353
+255765,1,20130604,8,9:43:44,82,0.731707317
+255766,1,20130604,8,9:43:45,77,0.779220779
+255767,1,20130604,8,9:43:46,66,0.909090909
+255768,1,20130604,8,9:43:46,53,1.132075472
+255769,1,20130604,8,9:43:48,57,1.052631579
+255770,1,20130604,8,9:43:49,63,0.952380952
+255771,1,20130604,8,9:43:50,53,1.132075472
+255772,1,20130604,8,9:43:51,56,1.071428571
+255773,1,20130604,8,9:43:52,60,1
+255774,1,20130604,8,9:43:53,72,0.833333333
+255775,1,20130604,8,9:43:54,71,0.845070423
+255776,1,20130604,8,9:43:54,73,0.821917808
+255777,1,20130604,8,9:43:55,66,0.909090909
+255778,1,20130604,8,9:43:56,56,1.071428571
+255779,1,20130604,8,9:43:57,61,0.983606557
+255780,1,20130604,8,9:43:58,71,0.845070423
+255781,1,20130604,8,9:43:59,61,0.983606557
+255782,1,20130604,8,9:44:00,62,0.967741935
+255783,1,20130604,8,9:44:01,57,1.052631579
+255784,1,20130604,8,9:44:02,57,1.052631579
+255785,1,20130604,8,9:44:03,67,0.895522388
+255786,1,20130604,8,9:44:04,65,0.923076923
+255787,1,20130604,8,9:44:05,64,0.9375
+255788,1,20130604,8,9:44:06,69,0.869565217
+255789,1,20130604,8,9:44:07,65,0.923076923
+255790,1,20130604,8,9:44:08,56,1.071428571
+255791,1,20130604,8,9:44:09,61,0.983606557
+255792,1,20130604,8,9:44:10,61,0.983606557
+255793,1,20130604,8,9:44:11,61,0.983606557
+255794,1,20130604,8,9:44:12,64,0.9375
+255795,1,20130604,8,9:44:13,62,0.967741935
+255796,1,20130604,8,9:44:14,64,0.9375
+255797,1,20130604,8,9:44:15,65,0.923076923
+255798,1,20130604,8,9:44:15,72,0.833333333
+255799,1,20130604,8,9:44:16,60,1
+255800,1,20130604,8,9:44:17,60,1
+255801,1,20130604,8,9:44:18,63,0.952380952
+255802,1,20130604,8,9:44:19,60,1
+255803,1,20130604,8,9:44:20,61,0.983606557
+255804,1,20130604,8,9:44:21,64,0.9375
+255805,1,20130604,8,9:44:22,61,0.983606557
+255806,1,20130604,8,9:44:23,69,0.869565217
+255807,1,20130604,8,9:44:24,70,0.857142857
+255808,1,20130604,8,9:44:25,66,0.909090909
+255809,1,20130604,8,9:44:26,63,0.952380952
+255810,1,20130604,8,9:44:27,63,0.952380952
+255811,1,20130604,8,9:44:28,59,1.016949153
+255812,1,20130604,8,9:44:29,63,0.952380952
+255813,1,20130604,8,9:44:30,63,0.952380952
+255814,1,20130604,8,9:44:31,59,1.016949153
+255815,1,20130604,8,9:44:32,64,0.9375
+255816,1,20130604,8,9:44:33,65,0.923076923
+255817,1,20130604,8,9:44:33,63,0.952380952
+255818,1,20130604,8,9:44:34,65,0.923076923
+255819,1,20130604,8,9:44:35,64,0.9375
+255820,1,20130604,8,9:44:36,64,0.9375
+255821,1,20130604,8,9:44:37,64,0.9375
+255822,1,20130604,8,9:44:38,69,0.869565217
+255823,1,20130604,8,9:44:39,67,0.895522388
+255824,1,20130604,8,9:44:40,61,0.983606557
+255825,1,20130604,8,9:44:41,71,0.845070423
+255826,1,20130604,8,9:44:42,66,0.909090909
+255827,1,20130604,8,9:44:43,67,0.895522388
+255828,1,20130604,8,9:44:44,72,0.833333333
+255829,1,20130604,8,9:44:44,66,0.909090909
+255830,1,20130604,8,9:44:45,66,0.909090909
+255831,1,20130604,8,9:44:46,67,0.895522388
+255832,1,20130604,8,9:44:47,60,1
+255833,1,20130604,8,9:44:48,63,0.952380952
+255834,1,20130604,8,9:44:49,69,0.869565217
+255835,1,20130604,8,9:44:50,66,0.909090909
+255836,1,20130604,8,9:44:51,62,0.967741935
+255837,1,20130604,8,9:44:52,70,0.857142857
+255838,1,20130604,8,9:44:53,64,0.9375
+255839,1,20130604,8,9:44:54,62,0.967741935
+255840,1,20130604,8,9:44:55,71,0.845070423
+255841,1,20130604,8,9:44:55,63,0.952380952
+255842,1,20130604,8,9:44:56,63,0.952380952
+255843,1,20130604,8,9:44:57,68,0.882352941
+255844,1,20130604,8,9:44:58,62,0.967741935
+255845,1,20130604,8,9:44:59,63,0.952380952
+255846,1,20130604,8,9:45:00,68,0.882352941
+255847,1,20130604,8,9:45:01,61,0.983606557
+255848,1,20130604,8,9:45:02,61,0.983606557
+255849,1,20130604,8,9:45:03,72,0.833333333
+255850,1,20130604,8,9:45:04,67,0.895522388
+255851,1,20130604,8,9:45:05,65,0.923076923
+255852,1,20130604,8,9:45:06,69,0.869565217
+255853,1,20130604,8,9:45:07,75,0.8
+255854,1,20130604,8,9:45:07,69,0.869565217
+255855,1,20130604,8,9:45:08,67,0.895522388
+255856,1,20130604,8,9:45:09,71,0.845070423
+255857,1,20130604,8,9:45:10,73,0.821917808
+255858,1,20130604,8,9:45:11,69,0.869565217
+255859,1,20130604,8,9:45:12,67,0.895522388
+255860,1,20130604,8,9:45:13,76,0.789473684
+255861,1,20130604,8,9:45:13,77,0.779220779
+255862,1,20130604,8,9:45:14,79,0.759493671
+255863,1,20130604,8,9:45:15,77,0.779220779
+255864,1,20130604,8,9:45:16,81,0.740740741
+255865,1,20130604,8,9:45:16,72,0.833333333
+255866,1,20130604,8,9:45:17,78,0.769230769
+255867,1,20130604,8,9:45:18,76,0.789473684
+255868,1,20130604,8,9:45:19,68,0.882352941
+255869,1,20130604,8,9:45:20,67,0.895522388
+255870,1,20130604,8,9:45:21,76,0.789473684
+255871,1,20130604,8,9:45:21,72,0.833333333
+255872,1,20130604,8,9:45:22,74,0.810810811
+255873,1,20130604,8,9:45:23,81,0.740740741
+255874,1,20130604,8,9:45:24,85,0.705882353
+255875,1,20130604,8,9:45:24,85,0.705882353
+255876,1,20130604,8,9:45:25,73,0.821917808
+255877,1,20130604,8,9:45:26,71,0.845070423
+255878,1,20130604,8,9:45:27,68,0.882352941
+255879,1,20130604,8,9:45:28,63,0.952380952
+255880,1,20130604,8,9:45:29,62,0.967741935
+255881,1,20130604,8,9:45:30,68,0.882352941
+255882,1,20130604,8,9:45:30,66,0.909090909
+255883,1,20130604,8,9:45:31,68,0.882352941
+255884,1,20130604,8,9:45:32,73,0.821917808
+255885,1,20130604,8,9:45:33,68,0.882352941
+255886,1,20130604,8,9:45:34,67,0.895522388
+255887,1,20130604,8,9:45:35,64,0.9375
+255888,1,20130604,8,9:45:36,66,0.909090909
+255889,1,20130604,8,9:45:37,64,0.9375
+255890,1,20130604,8,9:45:38,64,0.9375
+255891,1,20130604,8,9:45:39,67,0.895522388
+255892,1,20130604,8,9:45:39,61,0.983606557
+255893,1,20130604,8,9:45:40,65,0.923076923
+255894,1,20130604,8,9:45:41,70,0.857142857
+255895,1,20130604,8,9:45:42,70,0.857142857
+255896,1,20130604,8,9:45:43,71,0.845070423
+255897,1,20130604,8,9:45:44,67,0.895522388
+255898,1,20130604,8,9:45:45,72,0.833333333
+255899,1,20130604,8,9:45:46,68,0.882352941
+255900,1,20130604,8,9:45:47,74,0.810810811
+255901,1,20130604,8,9:45:47,67,0.895522388
+255902,1,20130604,8,9:45:48,58,1.034482759
+255903,1,20130604,8,9:45:49,64,0.9375
+255904,1,20130604,8,9:45:50,72,0.833333333
+255905,1,20130604,8,9:45:51,69,0.869565217
+255906,1,20130604,8,9:45:52,69,0.869565217
+255907,1,20130604,8,9:45:53,76,0.789473684
+255908,1,20130604,8,9:45:54,68,0.882352941
+255909,1,20130604,8,9:45:54,64,0.9375
+255910,1,20130604,8,9:45:55,74,0.810810811
+255911,1,20130604,8,9:45:56,73,0.821917808
+255912,1,20130604,8,9:45:57,75,0.8
+255913,1,20130604,8,9:45:58,79,0.759493671
+255914,1,20130604,8,9:45:59,72,0.833333333
+255915,1,20130604,8,9:45:59,67,0.895522388
+255916,1,20130604,8,9:46:00,67,0.895522388
+255917,1,20130604,8,9:46:01,69,0.869565217
+255918,1,20130604,8,9:46:02,67,0.895522388
+255919,1,20130604,8,9:46:03,71,0.845070423
+255920,1,20130604,8,9:46:04,77,0.779220779
+255921,1,20130604,8,9:46:05,76,0.789473684
+255922,1,20130604,8,9:46:05,72,0.833333333
+255923,1,20130604,8,9:46:06,67,0.895522388
+255924,1,20130604,8,9:46:07,67,0.895522388
+255925,1,20130604,8,9:46:08,65,0.923076923
+255926,1,20130604,8,9:46:09,61,0.983606557
+255927,1,20130604,8,9:46:10,67,0.895522388
+255928,1,20130604,8,9:46:11,64,0.9375
+255929,1,20130604,8,9:46:12,61,0.983606557
+255930,1,20130604,8,9:46:13,67,0.895522388
+255931,1,20130604,8,9:46:14,66,0.909090909
+255932,1,20130604,8,9:46:15,64,0.9375
+255933,1,20130604,8,9:46:15,63,0.952380952
+255934,1,20130604,8,9:46:16,68,0.882352941
+255935,1,20130604,8,9:46:17,63,0.952380952
+255936,1,20130604,8,9:46:18,62,0.967741935
+255937,1,20130604,8,9:46:19,69,0.869565217
+255938,1,20130604,8,9:46:20,62,0.967741935
+255939,1,20130604,8,9:46:21,59,1.016949153
+255940,1,20130604,8,9:46:22,67,0.895522388
+255941,1,20130604,8,9:46:23,66,0.909090909
+255942,1,20130604,8,9:46:24,61,0.983606557
+255943,1,20130604,8,9:46:25,66,0.909090909
+255944,1,20130604,8,9:46:26,60,1
+255945,1,20130604,8,9:46:27,59,1.016949153
+255946,1,20130604,8,9:46:28,71,0.845070423
+255947,1,20130604,8,9:46:29,67,0.895522388
+255948,1,20130604,8,9:46:30,62,0.967741935
+255949,1,20130604,8,9:46:31,71,0.845070423
+255950,1,20130604,8,9:46:31,68,0.882352941
+255951,1,20130604,8,9:46:32,65,0.923076923
+255952,1,20130604,8,9:46:33,70,0.857142857
+255953,1,20130604,8,9:46:34,70,0.857142857
+255954,1,20130604,8,9:46:35,61,0.983606557
+255955,1,20130604,8,9:46:36,68,0.882352941
+255956,1,20130604,8,9:46:37,76,0.789473684
+255957,1,20130604,8,9:46:38,74,0.810810811
+255958,1,20130604,8,9:46:38,77,0.779220779
+255959,1,20130604,8,9:46:39,85,0.705882353
+255960,1,20130604,8,9:46:40,85,0.705882353
+255961,1,20130604,8,9:46:41,85,0.705882353
+255962,1,20130604,8,9:46:41,80,0.75
+255963,1,20130604,8,9:46:42,81,0.740740741
+255964,1,20130604,8,9:46:43,68,0.882352941
+255965,1,20130604,8,9:46:44,65,0.923076923
+255966,1,20130604,8,9:46:45,72,0.833333333
+255967,1,20130604,8,9:46:45,69,0.869565217
+255968,1,20130604,8,9:46:46,70,0.857142857
+255969,1,20130604,8,9:46:47,74,0.810810811
+255970,1,20130604,8,9:46:48,77,0.779220779
+255971,1,20130604,8,9:46:49,76,0.789473684
+255972,1,20130604,8,9:46:49,75,0.8
+255973,1,20130604,8,9:46:50,74,0.810810811
+255974,1,20130604,8,9:46:51,80,0.75
+255975,1,20130604,8,9:46:52,76,0.789473684
+255976,1,20130604,8,9:46:53,75,0.8
+255977,1,20130604,8,9:46:53,75,0.8
+255978,1,20130604,8,9:46:54,80,0.75
+255979,1,20130604,8,9:46:55,76,0.789473684
+255980,1,20130604,8,9:46:56,66,0.909090909
+255981,1,20130604,8,9:46:57,68,0.882352941
+255982,1,20130604,8,9:46:58,75,0.8
+255983,1,20130604,8,9:46:58,71,0.845070423
+255984,1,20130604,8,9:46:59,69,0.869565217
+255985,1,20130604,8,9:47:00,77,0.779220779
+255986,1,20130604,8,9:47:01,77,0.779220779
+255987,1,20130604,8,9:47:02,72,0.833333333
+255988,1,20130604,8,9:47:02,69,0.869565217
+255989,1,20130604,8,9:47:03,74,0.810810811
+255990,1,20130604,8,9:47:04,69,0.869565217
+255991,1,20130604,8,9:47:05,65,0.923076923
+255992,1,20130604,8,9:47:06,66,0.909090909
+255993,1,20130604,8,9:47:07,73,0.821917808
+255994,1,20130604,8,9:47:08,79,0.759493671
+255995,1,20130604,8,9:47:08,81,0.740740741
+255996,1,20130604,8,9:47:09,83,0.722891566
+255997,1,20130604,8,9:47:10,82,0.731707317
+255998,1,20130604,8,9:47:11,81,0.740740741
+255999,1,20130604,8,9:47:11,84,0.714285714
+256000,1,20130604,8,9:47:12,69,0.869565217
+256001,1,20130604,8,9:47:13,63,0.952380952
+256002,1,20130604,8,9:47:14,76,0.789473684
+256003,1,20130604,8,9:47:15,62,0.967741935
+256004,1,20130604,8,9:47:16,60,1
+256005,1,20130604,8,9:47:17,66,0.909090909
+256006,1,20130604,8,9:47:18,76,0.789473684
+256007,1,20130604,8,9:47:18,75,0.8
+256008,1,20130604,8,9:47:19,73,0.821917808
+256009,1,20130604,8,9:47:20,69,0.869565217
+256010,1,20130604,8,9:47:21,77,0.779220779
+256011,1,20130604,8,9:47:22,82,0.731707317
+256012,1,20130604,8,9:47:22,80,0.75
+256013,1,20130604,8,9:47:23,85,0.705882353
+256014,1,20130604,8,9:47:24,84,0.714285714
+256015,1,20130604,8,9:47:25,84,0.714285714
+256016,1,20130604,8,9:47:25,85,0.705882353
+256017,1,20130604,8,9:47:26,82,0.731707317
+256018,1,20130604,8,9:47:27,83,0.722891566
+256019,1,20130604,8,9:47:27,91,0.659340659
+256020,1,20130604,8,9:47:28,91,0.659340659
+256021,1,20130604,8,9:47:29,93,0.64516129
+256022,1,20130604,8,9:47:29,97,0.618556701
+256023,1,20130604,8,9:47:30,96,0.625
+256024,1,20130604,8,9:47:31,96,0.625
+256025,1,20130604,8,9:47:31,90,0.666666667
+256026,1,20130604,8,9:47:32,80,0.75
+256027,1,20130604,8,9:47:33,76,0.789473684
+256028,1,20130604,8,9:47:33,83,0.722891566
+256029,1,20130604,8,9:47:34,89,0.674157303
+256030,1,20130604,8,9:47:35,94,0.638297872
+256031,1,20130604,8,9:47:36,95,0.631578947
+256032,1,20130604,8,9:47:36,96,0.625
+256033,1,20130604,8,9:47:37,94,0.638297872
+256034,1,20130604,8,9:47:37,87,0.689655172
+256035,1,20130604,8,9:47:38,79,0.759493671
+256036,1,20130604,8,9:47:39,78,0.769230769
+256037,1,20130604,8,9:47:40,80,0.75
+256038,1,20130604,8,9:47:40,86,0.697674419
+256039,1,20130604,8,9:47:41,91,0.659340659
+256040,1,20130604,8,9:47:42,91,0.659340659
+256041,1,20130604,8,9:47:42,83,0.722891566
+256042,1,20130604,8,9:47:43,74,0.810810811
+256043,1,20130604,8,9:47:44,77,0.779220779
+256044,1,20130604,8,9:47:45,83,0.722891566
+256045,1,20130604,8,9:47:45,87,0.689655172
+256046,1,20130604,8,9:47:46,89,0.674157303
+256047,1,20130604,8,9:47:47,86,0.697674419
+256048,1,20130604,8,9:47:48,86,0.697674419
+256049,1,20130604,8,9:47:48,77,0.779220779
+256050,1,20130604,8,9:47:49,78,0.769230769
+256051,1,20130604,8,9:47:50,80,0.75
+256052,1,20130604,8,9:47:51,78,0.769230769
+256053,1,20130604,8,9:47:51,75,0.8
+256054,1,20130604,8,9:47:52,69,0.869565217
+256055,1,20130604,8,9:47:53,76,0.789473684
+256056,1,20130604,8,9:47:54,78,0.769230769
+256057,1,20130604,8,9:47:55,78,0.769230769
+256058,1,20130604,8,9:47:55,67,0.895522388
+256059,1,20130604,8,9:47:56,61,0.983606557
+256060,1,20130604,8,9:47:57,68,0.882352941
+256061,1,20130604,8,9:47:58,66,0.909090909
+256062,1,20130604,8,9:47:59,73,0.821917808
+256063,1,20130604,8,9:48:00,76,0.789473684
+256064,1,20130604,8,9:48:01,67,0.895522388
+256065,1,20130604,8,9:48:01,65,0.923076923
+256066,1,20130604,8,9:48:02,75,0.8
+256067,1,20130604,8,9:48:03,76,0.789473684
+256068,1,20130604,8,9:48:04,74,0.810810811
+256069,1,20130604,8,9:48:05,72,0.833333333
+256070,1,20130604,8,9:48:06,70,0.857142857
+256071,1,20130604,8,9:48:06,68,0.882352941
+256072,1,20130604,8,9:48:07,67,0.895522388
+256073,1,20130604,8,9:48:08,78,0.769230769
+256074,1,20130604,8,9:48:09,76,0.789473684
+256075,1,20130604,8,9:48:10,79,0.759493671
+256076,1,20130604,8,9:48:11,77,0.779220779
+256077,1,20130604,8,9:48:11,81,0.740740741
+256078,1,20130604,8,9:48:12,70,0.857142857
+256079,1,20130604,8,9:48:13,69,0.869565217
+256080,1,20130604,8,9:48:14,74,0.810810811
+256081,1,20130604,8,9:48:15,77,0.779220779
+256082,1,20130604,8,9:48:15,71,0.845070423
+256083,1,20130604,8,9:48:16,70,0.857142857
+256084,1,20130604,8,9:48:17,73,0.821917808
+256085,1,20130604,8,9:48:18,68,0.882352941
+256086,1,20130604,8,9:48:19,64,0.9375
+256087,1,20130604,8,9:48:20,69,0.869565217
+256088,1,20130604,8,9:48:21,68,0.882352941
+256089,1,20130604,8,9:48:21,59,1.016949153
+256090,1,20130604,8,9:48:22,64,0.9375
+256091,1,20130604,8,9:48:23,71,0.845070423
+256092,1,20130604,8,9:48:24,66,0.909090909
+256093,1,20130604,8,9:48:25,58,1.034482759
+256094,1,20130604,8,9:48:26,67,0.895522388
+256095,1,20130604,8,9:48:27,59,1.016949153
+256096,1,20130604,8,9:48:28,58,1.034482759
+256097,1,20130604,8,9:48:29,64,0.9375
+256098,1,20130604,8,9:48:30,60,1
+256099,1,20130604,8,9:48:31,59,1.016949153
+256100,1,20130604,8,9:48:32,68,0.882352941
+256101,1,20130604,8,9:48:33,66,0.909090909
+256102,1,20130604,8,9:48:34,70,0.857142857
+256103,1,20130604,8,9:48:35,80,0.75
+256104,1,20130604,8,9:48:36,74,0.810810811
+256105,1,20130604,8,9:48:36,74,0.810810811
+256106,1,20130604,8,9:48:37,77,0.779220779
+256107,1,20130604,8,9:48:38,66,0.909090909
+256108,1,20130604,8,9:48:39,63,0.952380952
+256109,1,20130604,8,9:48:40,71,0.845070423
+256110,1,20130604,8,9:48:41,75,0.8
+256111,1,20130604,8,9:48:41,64,0.9375
+256112,1,20130604,8,9:48:42,60,1
+256113,1,20130604,8,9:48:43,73,0.821917808
+256114,1,20130604,8,9:48:44,74,0.810810811
+256115,1,20130604,8,9:48:45,61,0.983606557
+256116,1,20130604,8,9:48:46,58,1.034482759
+256117,1,20130604,8,9:48:47,68,0.882352941
+256118,1,20130604,8,9:48:48,59,1.016949153
+256119,1,20130604,8,9:48:49,57,1.052631579
+256120,1,20130604,8,9:48:50,65,0.923076923
+256121,1,20130604,8,9:48:51,57,1.052631579
+256122,1,20130604,8,9:48:52,60,1
+256123,1,20130604,8,9:48:53,69,0.869565217
+256124,1,20130604,8,9:48:54,66,0.909090909
+256125,1,20130604,8,9:48:55,56,1.071428571
+256126,1,20130604,8,9:48:56,54,1.111111111
+256127,1,20130604,8,9:48:57,59,1.016949153
+256128,1,20130604,8,9:48:58,54,1.111111111
+256129,1,20130604,8,9:48:59,59,1.016949153
+256130,1,20130604,8,9:49:00,63,0.952380952
+256131,1,20130604,8,9:49:01,60,1
+256132,1,20130604,8,9:49:02,61,0.983606557
+256133,1,20130604,8,9:49:03,64,0.9375
+256134,1,20130604,8,9:49:04,54,1.111111111
+256135,1,20130604,8,9:49:05,57,1.052631579
+256136,1,20130604,8,9:49:06,62,0.967741935
+256137,1,20130604,8,9:49:07,57,1.052631579
+256138,1,20130604,8,9:49:08,58,1.034482759
+256139,1,20130604,8,9:49:09,64,0.9375
+256140,1,20130604,8,9:49:10,56,1.071428571
+256141,1,20130604,8,9:49:11,62,0.967741935
+256142,1,20130604,8,9:49:12,76,0.789473684
+256143,1,20130604,8,9:49:13,79,0.759493671
+256144,1,20130604,8,9:49:14,73,0.821917808
+256145,1,20130604,8,9:49:14,68,0.882352941
+256146,1,20130604,8,9:49:15,68,0.882352941
+256147,1,20130604,8,9:49:16,66,0.909090909
+256148,1,20130604,8,9:49:17,66,0.909090909
+256149,1,20130604,8,9:49:18,70,0.857142857
+256150,1,20130604,8,9:49:19,66,0.909090909
+256151,1,20130604,8,9:49:20,72,0.833333333
+256152,1,20130604,8,9:49:21,80,0.75
+256153,1,20130604,8,9:49:21,82,0.731707317
+256154,1,20130604,8,9:49:22,83,0.722891566
+256155,1,20130604,8,9:49:23,81,0.740740741
+256156,1,20130604,8,9:49:24,86,0.697674419
+256157,1,20130604,8,9:49:24,85,0.705882353
+256158,1,20130604,8,9:49:25,88,0.681818182
+256159,1,20130604,8,9:49:26,100,0.6
+256160,1,20130604,8,9:49:26,96,0.625
+256161,1,20130604,8,9:49:27,92,0.652173913
+256162,1,20130604,8,9:49:28,80,0.75
+256163,1,20130604,8,9:49:28,83,0.722891566
+256164,1,20130604,8,9:49:29,83,0.722891566
+256165,1,20130604,8,9:49:30,87,0.689655172
+256166,1,20130604,8,9:49:30,85,0.705882353
+256167,1,20130604,8,9:49:31,77,0.779220779
+256168,1,20130604,8,9:49:32,79,0.759493671
+256169,1,20130604,8,9:49:33,71,0.845070423
+256170,1,20130604,8,9:49:34,78,0.769230769
+256171,1,20130604,8,9:49:34,85,0.705882353
+256172,1,20130604,8,9:49:35,83,0.722891566
+256173,1,20130604,8,9:49:36,64,0.9375
+256174,1,20130604,8,9:49:37,66,0.909090909
+256175,1,20130604,8,9:49:38,74,0.810810811
+256176,1,20130604,8,9:49:38,65,0.923076923
+256177,1,20130604,8,9:49:39,57,1.052631579
+256178,1,20130604,8,9:49:40,62,0.967741935
+256179,1,20130604,8,9:49:41,69,0.869565217
+256180,1,20130604,8,9:49:42,63,0.952380952
+256181,1,20130604,8,9:49:43,64,0.9375
+256182,1,20130604,8,9:49:44,71,0.845070423
+256183,1,20130604,8,9:49:45,70,0.857142857
+256184,1,20130604,8,9:49:46,64,0.9375
+256185,1,20130604,8,9:49:47,62,0.967741935
+256186,1,20130604,8,9:49:48,65,0.923076923
+256187,1,20130604,8,9:49:49,51,1.176470588
+256188,1,20130604,8,9:49:50,56,1.071428571
+256189,1,20130604,8,9:49:51,64,0.9375
+256190,1,20130604,8,9:49:52,61,0.983606557
+256191,1,20130604,8,9:49:53,58,1.034482759
+256192,1,20130604,8,9:49:54,66,0.909090909
+256193,1,20130604,8,9:49:55,54,1.111111111
+256194,1,20130604,8,9:49:56,58,1.034482759
+256195,1,20130604,8,9:49:57,71,0.845070423
+256196,1,20130604,8,9:49:58,68,0.882352941
+256197,1,20130604,8,9:49:59,77,0.779220779
+256198,1,20130604,8,9:49:59,68,0.882352941
+256199,1,20130604,8,9:50:00,67,0.895522388
+256200,1,20130604,8,9:50:01,59,1.016949153
+256201,1,20130604,8,9:50:02,63,0.952380952
+256202,1,20130604,8,9:50:03,72,0.833333333
+256203,1,20130604,8,9:50:04,66,0.909090909
+256204,1,20130604,8,9:50:05,75,0.8
+256205,1,20130604,8,9:50:06,64,0.9375
+256206,1,20130604,8,9:50:07,58,1.034482759
+256207,1,20130604,8,9:50:08,62,0.967741935
+256208,1,20130604,8,9:50:09,68,0.882352941
+256209,1,20130604,8,9:50:10,77,0.779220779
+256210,1,20130604,8,9:50:10,77,0.779220779
+256211,1,20130604,8,9:50:11,64,0.9375
+256212,1,20130604,8,9:50:12,60,1
+256213,1,20130604,8,9:50:13,59,1.016949153
+256214,1,20130604,8,9:50:14,58,1.034482759
+256215,1,20130604,8,9:50:15,50,1.2
+256216,1,20130604,8,9:50:16,54,1.111111111
+256217,1,20130604,8,9:50:17,57,1.052631579
+256218,1,20130604,8,9:50:18,54,1.111111111
+256219,1,20130604,8,9:50:20,58,1.034482759
+256220,1,20130604,8,9:50:21,68,0.882352941
+256221,1,20130604,8,9:50:21,63,0.952380952
+256222,1,20130604,8,9:50:22,57,1.052631579
+256223,1,20130604,8,9:50:23,73,0.821917808
+256224,1,20130604,8,9:50:24,64,0.9375
+256225,1,20130604,8,9:50:25,56,1.071428571
+256226,1,20130604,8,9:50:26,64,0.9375
+256227,1,20130604,8,9:50:27,59,1.016949153
+256228,1,20130604,8,9:50:28,60,1
+256229,1,20130604,8,9:50:29,68,0.882352941
+256230,1,20130604,8,9:50:30,63,0.952380952
+256231,1,20130604,8,9:50:31,66,0.909090909
+256232,1,20130604,8,9:50:32,72,0.833333333
+256233,1,20130604,8,9:50:33,68,0.882352941
+256234,1,20130604,8,9:50:34,63,0.952380952
+256235,1,20130604,8,9:50:35,62,0.967741935
+256236,1,20130604,8,9:50:36,62,0.967741935
+256237,1,20130604,8,9:50:37,59,1.016949153
+256238,1,20130604,8,9:50:38,59,1.016949153
+256239,1,20130604,8,9:50:39,67,0.895522388
+256240,1,20130604,8,9:50:40,64,0.9375
+256241,1,20130604,8,9:50:40,63,0.952380952
+256242,1,20130604,8,9:50:41,68,0.882352941
+256243,1,20130604,8,9:50:42,63,0.952380952
+256244,1,20130604,8,9:50:43,64,0.9375
+256245,1,20130604,8,9:50:44,62,0.967741935
+256246,1,20130604,8,9:50:45,69,0.869565217
+256247,1,20130604,8,9:50:46,60,1
+256248,1,20130604,8,9:50:47,60,1
+256249,1,20130604,8,9:50:48,67,0.895522388
+256250,1,20130604,8,9:50:49,57,1.052631579
+256251,1,20130604,8,9:50:50,60,1
+256252,1,20130604,8,9:50:51,66,0.909090909
+256253,1,20130604,8,9:50:52,62,0.967741935
+256254,1,20130604,8,9:50:53,64,0.9375
+256255,1,20130604,8,9:50:54,73,0.821917808
+256256,1,20130604,8,9:50:55,69,0.869565217
+256257,1,20130604,8,9:50:55,70,0.857142857
+256258,1,20130604,8,9:50:56,80,0.75
+256259,1,20130604,8,9:50:57,79,0.759493671
+256260,1,20130604,8,9:50:58,71,0.845070423
+256261,1,20130604,8,9:50:59,69,0.869565217
+256262,1,20130604,8,9:51:00,80,0.75
+256263,1,20130604,8,9:51:00,79,0.759493671
+256264,1,20130604,8,9:51:01,76,0.789473684
+256265,1,20130604,8,9:51:02,73,0.821917808
+256266,1,20130604,8,9:51:03,80,0.75
+256267,1,20130604,8,9:51:03,74,0.810810811
+256268,1,20130604,8,9:51:04,66,0.909090909
+256269,1,20130604,8,9:51:05,67,0.895522388
+256270,1,20130604,8,9:51:06,80,0.75
+256271,1,20130604,8,9:51:07,80,0.75
+256272,1,20130604,8,9:51:08,79,0.759493671
+256273,1,20130604,8,9:51:08,82,0.731707317
+256274,1,20130604,8,9:51:09,84,0.714285714
+256275,1,20130604,8,9:51:10,75,0.8
+256276,1,20130604,8,9:51:11,66,0.909090909
+256277,1,20130604,8,9:51:11,62,0.967741935
+256278,1,20130604,8,9:51:12,67,0.895522388
+256279,1,20130604,8,9:51:13,64,0.9375
+256280,1,20130604,8,9:51:14,67,0.895522388
+256281,1,20130604,8,9:51:15,76,0.789473684
+256282,1,20130604,8,9:51:16,68,0.882352941
+256283,1,20130604,8,9:51:17,61,0.983606557
+256284,1,20130604,8,9:51:18,71,0.845070423
+256285,1,20130604,8,9:51:19,72,0.833333333
+256286,1,20130604,8,9:51:19,67,0.895522388
+256287,1,20130604,8,9:51:20,66,0.909090909
+256288,1,20130604,8,9:51:21,73,0.821917808
+256289,1,20130604,8,9:51:22,68,0.882352941
+256290,1,20130604,8,9:51:23,58,1.034482759
+256291,1,20130604,8,9:51:24,60,1
+256292,1,20130604,8,9:51:25,67,0.895522388
+256293,1,20130604,8,9:51:26,58,1.034482759
+256294,1,20130604,8,9:51:27,60,1
+256295,1,20130604,8,9:51:28,68,0.882352941
+256296,1,20130604,8,9:51:29,70,0.857142857
+256297,1,20130604,8,9:51:30,71,0.845070423
+256298,1,20130604,8,9:51:31,74,0.810810811
+256299,1,20130604,8,9:51:31,71,0.845070423
+256300,1,20130604,8,9:51:32,59,1.016949153
+256301,1,20130604,8,9:51:33,69,0.869565217
+256302,1,20130604,8,9:51:34,62,0.967741935
+256303,1,20130604,8,9:51:35,65,0.923076923
+256304,1,20130604,8,9:51:36,67,0.895522388
+256305,1,20130604,8,9:51:37,76,0.789473684
+256306,1,20130604,8,9:51:38,69,0.869565217
+256307,1,20130604,8,9:51:39,59,1.016949153
+256308,1,20130604,8,9:51:40,68,0.882352941
+256309,1,20130604,8,9:51:40,72,0.833333333
+256310,1,20130604,8,9:51:41,74,0.810810811
+256311,1,20130604,8,9:51:42,74,0.810810811
+256312,1,20130604,8,9:51:43,78,0.769230769
+256313,1,20130604,8,9:51:44,69,0.869565217
+256314,1,20130604,8,9:51:45,67,0.895522388
+256315,1,20130604,8,9:51:45,72,0.833333333
+256316,1,20130604,8,9:51:46,76,0.789473684
+256317,1,20130604,8,9:51:47,75,0.8
+256318,1,20130604,8,9:51:48,76,0.789473684
+256319,1,20130604,8,9:51:49,79,0.759493671
+256320,1,20130604,8,9:51:49,80,0.75
+256321,1,20130604,8,9:51:50,73,0.821917808
+256322,1,20130604,8,9:51:51,68,0.882352941
+256323,1,20130604,8,9:51:52,71,0.845070423
+256324,1,20130604,8,9:51:53,73,0.821917808
+256325,1,20130604,8,9:51:54,67,0.895522388
+256326,1,20130604,8,9:51:54,64,0.9375
+256327,1,20130604,8,9:51:55,67,0.895522388
+256328,1,20130604,8,9:51:56,76,0.789473684
+256329,1,20130604,8,9:51:57,66,0.909090909
+256330,1,20130604,8,9:51:58,56,1.071428571
+256331,1,20130604,8,9:51:59,66,0.909090909
+256332,1,20130604,8,9:52:00,69,0.869565217
+256333,1,20130604,8,9:52:01,67,0.895522388
+256334,1,20130604,8,9:52:02,70,0.857142857
+256335,1,20130604,8,9:52:03,76,0.789473684
+256336,1,20130604,8,9:52:03,63,0.952380952
+256337,1,20130604,8,9:52:04,66,0.909090909
+256338,1,20130604,8,9:52:05,78,0.769230769
+256339,1,20130604,8,9:52:06,73,0.821917808
+256340,1,20130604,8,9:52:07,73,0.821917808
+256341,1,20130604,8,9:52:08,69,0.869565217
+256342,1,20130604,8,9:52:08,61,0.983606557
+256343,1,20130604,8,9:52:09,70,0.857142857
+256344,1,20130604,8,9:52:10,65,0.923076923
+256345,1,20130604,8,9:52:11,65,0.923076923
+256346,1,20130604,8,9:52:12,75,0.8
+256347,1,20130604,8,9:52:13,70,0.857142857
+256348,1,20130604,8,9:52:14,58,1.034482759
+256349,1,20130604,8,9:52:15,61,0.983606557
+256350,1,20130604,8,9:52:16,65,0.923076923
+256351,1,20130604,8,9:52:17,60,1
+256352,1,20130604,8,9:52:18,61,0.983606557
+256353,1,20130604,8,9:52:19,69,0.869565217
+256354,1,20130604,8,9:52:20,68,0.882352941
+256355,1,20130604,8,9:52:21,61,0.983606557
+256356,1,20130604,8,9:52:21,65,0.923076923
+256357,1,20130604,8,9:52:22,66,0.909090909
+256358,1,20130604,8,9:52:23,63,0.952380952
+256359,1,20130604,8,9:52:24,71,0.845070423
+256360,1,20130604,8,9:52:25,68,0.882352941
+256361,1,20130604,8,9:52:26,79,0.759493671
+256362,1,20130604,8,9:52:27,66,0.909090909
+256363,1,20130604,8,9:52:28,61,0.983606557
+256364,1,20130604,8,9:52:29,67,0.895522388
+256365,1,20130604,8,9:52:30,56,1.071428571
+256366,1,20130604,8,9:52:31,58,1.034482759
+256367,1,20130604,8,9:52:32,67,0.895522388
+256368,1,20130604,8,9:52:33,63,0.952380952
+256369,1,20130604,8,9:52:34,60,1
+256370,1,20130604,8,9:52:34,67,0.895522388
+256371,1,20130604,8,9:52:35,74,0.810810811
+256372,1,20130604,8,9:52:36,63,0.952380952
+256373,1,20130604,8,9:52:37,58,1.034482759
+256374,1,20130604,8,9:52:38,68,0.882352941
+256375,1,20130604,8,9:52:39,56,1.071428571
+256376,1,20130604,8,9:52:40,59,1.016949153
+256377,1,20130604,8,9:52:41,71,0.845070423
+256378,1,20130604,8,9:52:42,67,0.895522388
+256379,1,20130604,8,9:52:43,64,0.9375
+256380,1,20130604,8,9:52:44,73,0.821917808
+256381,1,20130604,8,9:52:45,62,0.967741935
+256382,1,20130604,8,9:52:46,53,1.132075472
+256383,1,20130604,8,9:52:47,58,1.034482759
+256384,1,20130604,8,9:52:48,65,0.923076923
+256385,1,20130604,8,9:52:49,62,0.967741935
+256386,1,20130604,8,9:52:50,59,1.016949153
+256387,1,20130604,8,9:52:51,63,0.952380952
+256388,1,20130604,8,9:52:52,64,0.9375
+256389,1,20130604,8,9:52:53,59,1.016949153
+256390,1,20130604,8,9:52:54,56,1.071428571
+256391,1,20130604,8,9:52:55,66,0.909090909
+256392,1,20130604,8,9:52:56,58,1.034482759
+256393,1,20130604,8,9:52:57,59,1.016949153
+256394,1,20130604,8,9:52:58,65,0.923076923
+256395,1,20130604,8,9:52:59,59,1.016949153
+256396,1,20130604,8,9:53:00,60,1
+256397,1,20130604,8,9:53:01,66,0.909090909
+256398,1,20130604,8,9:53:02,63,0.952380952
+256399,1,20130604,8,9:53:02,63,0.952380952
+256400,1,20130604,8,9:53:03,69,0.869565217
+256401,1,20130604,8,9:53:04,54,1.111111111
+256402,1,20130604,8,9:53:05,57,1.052631579
+256403,1,20130604,8,9:53:06,60,1
+256404,1,20130604,8,9:53:07,60,1
+256405,1,20130604,8,9:53:08,61,0.983606557
+256406,1,20130604,8,9:53:09,73,0.821917808
+256407,1,20130604,8,9:53:10,75,0.8
+256408,1,20130604,8,9:53:11,76,0.789473684
+256409,1,20130604,8,9:53:12,77,0.779220779
+256410,1,20130604,8,9:53:13,76,0.789473684
+256411,1,20130604,8,9:53:13,56,1.071428571
+256412,1,20130604,8,9:53:14,57,1.052631579
+256413,1,20130604,8,9:53:16,59,1.016949153
+256414,1,20130604,8,9:53:17,62,0.967741935
+256415,1,20130604,8,9:53:17,62,0.967741935
+256416,1,20130604,8,9:53:18,61,0.983606557
+256417,1,20130604,8,9:53:19,66,0.909090909
+256418,1,20130604,8,9:53:20,72,0.833333333
+256419,1,20130604,8,9:53:21,63,0.952380952
+256420,1,20130604,8,9:53:22,54,1.111111111
+256421,1,20130604,8,9:53:23,55,1.090909091
+256422,1,20130604,8,9:53:24,63,0.952380952
+256423,1,20130604,8,9:53:25,60,1
+256424,1,20130604,8,9:53:26,58,1.034482759
+256425,1,20130604,8,9:53:27,65,0.923076923
+256426,1,20130604,8,9:53:28,57,1.052631579
+256427,1,20130604,8,9:53:29,55,1.090909091
+256428,1,20130604,8,9:53:30,59,1.016949153
+256429,1,20130604,8,9:53:31,63,0.952380952
+256430,1,20130604,8,9:53:32,57,1.052631579
+256431,1,20130604,8,9:53:33,56,1.071428571
+256432,1,20130604,8,9:53:35,57,1.052631579
+256433,1,20130604,8,9:53:36,62,0.967741935
+256434,1,20130604,8,9:53:37,58,1.034482759
+256435,1,20130604,8,9:53:38,55,1.090909091
+256436,1,20130604,8,9:53:39,60,1
+256437,1,20130604,8,9:53:40,70,0.857142857
+256438,1,20130604,8,9:53:41,62,0.967741935
+256439,1,20130604,8,9:53:42,59,1.016949153
+256440,1,20130604,8,9:53:43,64,0.9375
+256441,1,20130604,8,9:53:43,69,0.869565217
+256442,1,20130604,8,9:53:44,60,1
+256443,1,20130604,8,9:53:45,52,1.153846154
+256444,1,20130604,8,9:53:46,56,1.071428571
+256445,1,20130604,8,9:53:48,62,0.967741935
+256446,1,20130604,8,9:53:49,53,1.132075472
+256447,1,20130604,8,9:53:50,54,1.111111111
+256448,1,20130604,8,9:53:51,56,1.071428571
+256449,1,20130604,8,9:53:52,61,0.983606557
+256450,1,20130604,8,9:53:53,63,0.952380952
+256451,1,20130604,8,9:53:54,72,0.833333333
+256452,1,20130604,8,9:53:55,72,0.833333333
+256453,1,20130604,8,9:53:55,67,0.895522388
+256454,1,20130604,8,9:53:56,60,1
+256455,1,20130604,8,9:53:57,60,1
+256456,1,20130604,8,9:53:58,70,0.857142857
+256457,1,20130604,8,9:53:59,74,0.810810811
+256458,1,20130604,8,9:54:00,66,0.909090909
+256459,1,20130604,8,9:54:01,65,0.923076923
+256460,1,20130604,8,9:54:02,71,0.845070423
+256461,1,20130604,8,9:54:03,69,0.869565217
+256462,1,20130604,8,9:54:04,70,0.857142857
+256463,1,20130604,8,9:54:04,82,0.731707317
+256464,1,20130604,8,9:54:05,81,0.740740741
+256465,1,20130604,8,9:54:06,71,0.845070423
+256466,1,20130604,8,9:54:07,66,0.909090909
+256467,1,20130604,8,9:54:08,66,0.909090909
+256468,1,20130604,8,9:54:09,63,0.952380952
+256469,1,20130604,8,9:54:09,62,0.967741935
+256470,1,20130604,8,9:54:10,56,1.071428571
+256471,1,20130604,8,9:54:12,60,1
+256472,1,20130604,8,9:54:13,69,0.869565217
+256473,1,20130604,8,9:54:13,57,1.052631579
+256474,1,20130604,8,9:54:14,55,1.090909091
+256475,1,20130604,8,9:54:16,61,0.983606557
+256476,1,20130604,8,9:54:17,62,0.967741935
+256477,1,20130604,8,9:54:17,55,1.090909091
+256478,1,20130604,8,9:54:19,54,1.111111111
+256479,1,20130604,8,9:54:20,65,0.923076923
+256480,1,20130604,8,9:54:21,59,1.016949153
+256481,1,20130604,8,9:54:22,55,1.090909091
+256482,1,20130604,8,9:54:23,64,0.9375
+256483,1,20130604,8,9:54:24,55,1.090909091
+256484,1,20130604,8,9:54:25,55,1.090909091
+256485,1,20130604,8,9:54:26,63,0.952380952
+256486,1,20130604,8,9:54:27,62,0.967741935
+256487,1,20130604,8,9:54:28,53,1.132075472
+256488,1,20130604,8,9:54:29,61,0.983606557
+256489,1,20130604,8,9:54:30,69,0.869565217
+256490,1,20130604,8,9:54:31,54,1.111111111
+256491,1,20130604,8,9:54:32,49,1.224489796
+256492,1,20130604,8,9:54:33,58,1.034482759
+256493,1,20130604,8,9:54:34,49,1.224489796
+256494,1,20130604,8,9:54:35,53,1.132075472
+256495,1,20130604,8,9:54:36,59,1.016949153
+256496,1,20130604,8,9:54:37,63,0.952380952
+256497,1,20130604,8,9:54:38,70,0.857142857
+256498,1,20130604,8,9:54:39,73,0.821917808
+256499,1,20130604,8,9:54:40,79,0.759493671
+256500,1,20130604,8,9:54:41,83,0.722891566
+256501,1,20130604,8,9:54:42,80,0.75
+256502,1,20130604,8,9:54:42,76,0.789473684
+256503,1,20130604,8,9:54:43,68,0.882352941
+256504,1,20130604,8,9:54:44,55,1.090909091
+256505,1,20130604,8,9:54:45,68,0.882352941
+256506,1,20130604,8,9:54:46,58,1.034482759
+256507,1,20130604,8,9:54:47,58,1.034482759
+256508,1,20130604,8,9:54:48,59,1.016949153
+256509,1,20130604,8,9:54:49,68,0.882352941
+256510,1,20130604,8,9:54:50,58,1.034482759
+256511,1,20130604,8,9:54:51,56,1.071428571
+256512,1,20130604,8,9:54:52,61,0.983606557
+256513,1,20130604,8,9:54:53,72,0.833333333
+256514,1,20130604,8,9:54:54,65,0.923076923
+256515,1,20130604,8,9:54:55,54,1.111111111
+256516,1,20130604,8,9:54:56,61,0.983606557
+256517,1,20130604,8,9:54:57,72,0.833333333
+256518,1,20130604,8,9:54:58,63,0.952380952
+256519,1,20130604,8,9:54:59,56,1.071428571
+256520,1,20130604,8,9:55:00,59,1.016949153
+256521,1,20130604,8,9:55:01,64,0.9375
+256522,1,20130604,8,9:55:02,61,0.983606557
+256523,1,20130604,8,9:55:03,58,1.034482759
+256524,1,20130604,8,9:55:04,65,0.923076923
+256525,1,20130604,8,9:55:05,62,0.967741935
+256526,1,20130604,8,9:55:06,54,1.111111111
+256527,1,20130604,8,9:55:07,58,1.034482759
+256528,1,20130604,8,9:55:08,65,0.923076923
+256529,1,20130604,8,9:55:09,55,1.090909091
+256530,1,20130604,8,9:55:10,53,1.132075472
+256531,1,20130604,8,9:55:11,59,1.016949153
+256532,1,20130604,8,9:55:12,65,0.923076923
+256533,1,20130604,8,9:55:13,61,0.983606557
+256534,1,20130604,8,9:55:14,58,1.034482759
+256535,1,20130604,8,9:55:15,60,1
+256536,1,20130604,8,9:55:16,64,0.9375
+256537,1,20130604,8,9:55:17,57,1.052631579
+256538,1,20130604,8,9:55:18,55,1.090909091
+256539,1,20130604,8,9:55:19,62,0.967741935
+256540,1,20130604,8,9:55:20,58,1.034482759
+256541,1,20130604,8,9:55:21,56,1.071428571
+256542,1,20130604,8,9:55:22,61,0.983606557
+256543,1,20130604,8,9:55:23,62,0.967741935
+256544,1,20130604,8,9:55:24,57,1.052631579
+256545,1,20130604,8,9:55:25,54,1.111111111
+256546,1,20130604,8,9:55:26,62,0.967741935
+256547,1,20130604,8,9:55:27,62,0.967741935
+256548,1,20130604,8,9:55:28,62,0.967741935
+256549,1,20130604,8,9:55:29,76,0.789473684
+256550,1,20130604,8,9:55:30,75,0.8
+256551,1,20130604,8,9:55:31,68,0.882352941
+256552,1,20130604,8,9:55:31,68,0.882352941
+256553,1,20130604,8,9:55:32,77,0.779220779
+256554,1,20130604,8,9:55:33,75,0.8
+256555,1,20130604,8,9:55:34,73,0.821917808
+256556,1,20130604,8,9:55:35,73,0.821917808
+256557,1,20130604,8,9:55:36,78,0.769230769
+256558,1,20130604,8,9:55:36,78,0.769230769
+256559,1,20130604,8,9:55:37,79,0.759493671
+256560,1,20130604,8,9:55:38,79,0.759493671
+256561,1,20130604,8,9:55:39,83,0.722891566
+256562,1,20130604,8,9:55:39,76,0.789473684
+256563,1,20130604,8,9:55:40,69,0.869565217
+256564,1,20130604,8,9:55:41,64,0.9375
+256565,1,20130604,8,9:55:42,65,0.923076923
+256566,1,20130604,8,9:55:43,73,0.821917808
+256567,1,20130604,8,9:55:44,74,0.810810811
+256568,1,20130604,8,9:55:44,73,0.821917808
+256569,1,20130604,8,9:55:45,76,0.789473684
+256570,1,20130604,8,9:55:46,79,0.759493671
+256571,1,20130604,8,9:55:47,73,0.821917808
+256572,1,20130604,8,9:55:48,65,0.923076923
+256573,1,20130604,8,9:55:49,66,0.909090909
+256574,1,20130604,8,9:55:50,72,0.833333333
+256575,1,20130604,8,9:55:50,70,0.857142857
+256576,1,20130604,8,9:55:51,65,0.923076923
+256577,1,20130604,8,9:55:52,67,0.895522388
+256578,1,20130604,8,9:55:53,75,0.8
+256579,1,20130604,8,9:55:54,70,0.857142857
+256580,1,20130604,8,9:55:55,66,0.909090909
+256581,1,20130604,8,9:55:56,63,0.952380952
+256582,1,20130604,8,9:55:57,70,0.857142857
+256583,1,20130604,8,9:55:57,70,0.857142857
+256584,1,20130604,8,9:55:58,63,0.952380952
+256585,1,20130604,8,9:55:59,68,0.882352941
+256586,1,20130604,8,9:56:00,79,0.759493671
+256587,1,20130604,8,9:56:01,78,0.769230769
+256588,1,20130604,8,9:56:02,64,0.9375
+256589,1,20130604,8,9:56:03,57,1.052631579
+256590,1,20130604,8,9:56:04,61,0.983606557
+256591,1,20130604,8,9:56:05,69,0.869565217
+256592,1,20130604,8,9:56:05,79,0.759493671
+256593,1,20130604,8,9:56:06,75,0.8
+256594,1,20130604,8,9:56:07,74,0.810810811
+256595,1,20130604,8,9:56:08,69,0.869565217
+256596,1,20130604,8,9:56:09,75,0.8
+256597,1,20130604,8,9:56:10,79,0.759493671
+256598,1,20130604,8,9:56:10,82,0.731707317
+256599,1,20130604,8,9:56:11,86,0.697674419
+256600,1,20130604,8,9:56:12,83,0.722891566
+256601,1,20130604,8,9:56:12,88,0.681818182
+256602,1,20130604,8,9:56:13,89,0.674157303
+256603,1,20130604,8,9:56:14,82,0.731707317
+256604,1,20130604,8,9:56:15,78,0.769230769
+256605,1,20130604,8,9:56:15,79,0.759493671
+256606,1,20130604,8,9:56:16,78,0.769230769
+256607,1,20130604,8,9:56:17,83,0.722891566
+256608,1,20130604,8,9:56:18,82,0.731707317
+256609,1,20130604,8,9:56:18,77,0.779220779
+256610,1,20130604,8,9:56:19,74,0.810810811
+256611,1,20130604,8,9:56:20,74,0.810810811
+256612,1,20130604,8,9:56:21,82,0.731707317
+256613,1,20130604,8,9:56:21,79,0.759493671
+256614,1,20130604,8,9:56:22,76,0.789473684
+256615,1,20130604,8,9:56:23,72,0.833333333
+256616,1,20130604,8,9:56:24,78,0.769230769
+256617,1,20130604,8,9:56:25,80,0.75
+256618,1,20130604,8,9:56:25,78,0.769230769
+256619,1,20130604,8,9:56:26,76,0.789473684
+256620,1,20130604,8,9:56:27,81,0.740740741
+256621,1,20130604,8,9:56:28,82,0.731707317
+256622,1,20130604,8,9:56:28,77,0.779220779
+256623,1,20130604,8,9:56:29,75,0.8
+256624,1,20130604,8,9:56:30,81,0.740740741
+256625,1,20130604,8,9:56:31,84,0.714285714
+256626,1,20130604,8,9:56:31,79,0.759493671
+256627,1,20130604,8,9:56:32,71,0.845070423
+256628,1,20130604,8,9:56:33,67,0.895522388
+256629,1,20130604,8,9:56:34,75,0.8
+256630,1,20130604,8,9:56:35,72,0.833333333
+256631,1,20130604,8,9:56:36,69,0.869565217
+256632,1,20130604,8,9:56:36,71,0.845070423
+256633,1,20130604,8,9:56:37,79,0.759493671
+256634,1,20130604,8,9:56:38,77,0.779220779
+256635,1,20130604,8,9:56:39,72,0.833333333
+256636,1,20130604,8,9:56:40,65,0.923076923
+256637,1,20130604,8,9:56:41,74,0.810810811
+256638,1,20130604,8,9:56:41,72,0.833333333
+256639,1,20130604,8,9:56:42,67,0.895522388
+256640,1,20130604,8,9:56:43,64,0.9375
+256641,1,20130604,8,9:56:44,72,0.833333333
+256642,1,20130604,8,9:56:45,69,0.869565217
+256643,1,20130604,8,9:56:46,70,0.857142857
+256644,1,20130604,8,9:56:47,64,0.9375
+256645,1,20130604,8,9:56:48,73,0.821917808
+256646,1,20130604,8,9:56:48,67,0.895522388
+256647,1,20130604,8,9:56:49,62,0.967741935
+256648,1,20130604,8,9:56:50,65,0.923076923
+256649,1,20130604,8,9:56:51,73,0.821917808
+256650,1,20130604,8,9:56:52,66,0.909090909
+256651,1,20130604,8,9:56:53,62,0.967741935
+256652,1,20130604,8,9:56:54,75,0.8
+256653,1,20130604,8,9:56:55,65,0.923076923
+256654,1,20130604,8,9:56:56,58,1.034482759
+256655,1,20130604,8,9:56:57,62,0.967741935
+256656,1,20130604,8,9:56:58,73,0.821917808
+256657,1,20130604,8,9:56:58,70,0.857142857
+256658,1,20130604,8,9:56:59,71,0.845070423
+256659,1,20130604,8,9:57:00,78,0.769230769
+256660,1,20130604,8,9:57:01,75,0.8
+256661,1,20130604,8,9:57:02,71,0.845070423
+256662,1,20130604,8,9:57:03,73,0.821917808
+256663,1,20130604,8,9:57:03,71,0.845070423
+256664,1,20130604,8,9:57:04,78,0.769230769
+256665,1,20130604,8,9:57:05,76,0.789473684
+256666,1,20130604,8,9:57:06,70,0.857142857
+256667,1,20130604,8,9:57:07,69,0.869565217
+256668,1,20130604,8,9:57:07,72,0.833333333
+256669,1,20130604,8,9:57:08,73,0.821917808
+256670,1,20130604,8,9:57:09,62,0.967741935
+256671,1,20130604,8,9:57:10,62,0.967741935
+256672,1,20130604,8,9:57:11,67,0.895522388
+256673,1,20130604,8,9:57:12,75,0.8
+256674,1,20130604,8,9:57:13,67,0.895522388
+256675,1,20130604,8,9:57:14,58,1.034482759
+256676,1,20130604,8,9:57:15,62,0.967741935
+256677,1,20130604,8,9:57:16,71,0.845070423
+256678,1,20130604,8,9:57:16,66,0.909090909
+256679,1,20130604,8,9:57:17,74,0.810810811
+256680,1,20130604,8,9:57:18,77,0.779220779
+256681,1,20130604,8,9:57:19,68,0.882352941
+256682,1,20130604,8,9:57:20,62,0.967741935
+256683,1,20130604,8,9:57:21,70,0.857142857
+256684,1,20130604,8,9:57:22,73,0.821917808
+256685,1,20130604,8,9:57:23,58,1.034482759
+256686,1,20130604,8,9:57:24,57,1.052631579
+256687,1,20130604,8,9:57:25,66,0.909090909
+256688,1,20130604,8,9:57:26,78,0.769230769
+256689,1,20130604,8,9:57:26,81,0.740740741
+256690,1,20130604,8,9:57:27,81,0.740740741
+256691,1,20130604,8,9:57:28,81,0.740740741
+256692,1,20130604,8,9:57:29,75,0.8
+256693,1,20130604,8,9:57:29,67,0.895522388
+256694,1,20130604,8,9:57:30,74,0.810810811
+256695,1,20130604,8,9:57:31,69,0.869565217
+256696,1,20130604,8,9:57:32,61,0.983606557
+256697,1,20130604,8,9:57:33,71,0.845070423
+256698,1,20130604,8,9:57:34,74,0.810810811
+256699,1,20130604,8,9:57:35,60,1
+256700,1,20130604,8,9:57:36,60,1
+256701,1,20130604,8,9:57:37,61,0.983606557
+256702,1,20130604,8,9:57:38,69,0.869565217
+256703,1,20130604,8,9:57:38,57,1.052631579
+256704,1,20130604,8,9:57:39,58,1.034482759
+256705,1,20130604,8,9:57:40,64,0.9375
+256706,1,20130604,8,9:57:41,66,0.909090909
+256707,1,20130604,8,9:57:42,63,0.952380952
+256708,1,20130604,8,9:57:43,58,1.034482759
+256709,1,20130604,8,9:57:44,63,0.952380952
+256710,1,20130604,8,9:57:45,62,0.967741935
+256711,1,20130604,8,9:57:46,56,1.071428571
+256712,1,20130604,8,9:57:47,54,1.111111111
+256713,1,20130604,8,9:57:48,58,1.034482759
+256714,1,20130604,8,9:57:49,58,1.034482759
+256715,1,20130604,8,9:57:50,55,1.090909091
+256716,1,20130604,8,9:57:52,57,1.052631579
+256717,1,20130604,8,9:57:53,64,0.9375
+256718,1,20130604,8,9:57:54,56,1.071428571
+256719,1,20130604,8,9:57:55,54,1.111111111
+256720,1,20130604,8,9:57:56,59,1.016949153
+256721,1,20130604,8,9:57:57,67,0.895522388
+256722,1,20130604,8,9:57:58,61,0.983606557
+256723,1,20130604,8,9:57:59,58,1.034482759
+256724,1,20130604,8,9:58:00,56,1.071428571
+256725,1,20130604,8,9:58:01,68,0.882352941
+256726,1,20130604,8,9:58:02,63,0.952380952
+256727,1,20130604,8,9:58:03,63,0.952380952
+256728,1,20130604,8,9:58:03,62,0.967741935
+256729,1,20130604,8,9:58:04,74,0.810810811
+256730,1,20130604,8,9:58:05,65,0.923076923
+256731,1,20130604,8,9:58:06,57,1.052631579
+256732,1,20130604,8,9:58:07,58,1.034482759
+256733,1,20130604,8,9:58:08,64,0.9375
+256734,1,20130604,8,9:58:09,59,1.016949153
+256735,1,20130604,8,9:58:10,57,1.052631579
+256736,1,20130604,8,9:58:11,59,1.016949153
+256737,1,20130604,8,9:58:12,62,0.967741935
+256738,1,20130604,8,9:58:13,70,0.857142857
+256739,1,20130604,8,9:58:14,60,1
+256740,1,20130604,8,9:58:15,53,1.132075472
+256741,1,20130604,8,9:58:16,54,1.111111111
+256742,1,20130604,8,9:58:17,67,0.895522388
+256743,1,20130604,8,9:58:18,64,0.9375
+256744,1,20130604,8,9:58:19,54,1.111111111
+256745,1,20130604,8,9:58:20,60,1
+256746,1,20130604,8,9:58:21,71,0.845070423
+256747,1,20130604,8,9:58:22,72,0.833333333
+256748,1,20130604,8,9:58:23,68,0.882352941
+256749,1,20130604,8,9:58:24,68,0.882352941
+256750,1,20130604,8,9:58:25,66,0.909090909
+256751,1,20130604,8,9:58:26,68,0.882352941
+256752,1,20130604,8,9:58:27,66,0.909090909
+256753,1,20130604,8,9:58:27,60,1
+256754,1,20130604,8,9:58:28,67,0.895522388
+256755,1,20130604,8,9:58:29,73,0.821917808
+256756,1,20130604,8,9:58:30,65,0.923076923
+256757,1,20130604,8,9:58:31,63,0.952380952
+256758,1,20130604,8,9:58:32,65,0.923076923
+256759,1,20130604,8,9:58:33,73,0.821917808
+256760,1,20130604,8,9:58:34,62,0.967741935
+256761,1,20130604,8,9:58:35,66,0.909090909
+256762,1,20130604,8,9:58:36,71,0.845070423
+256763,1,20130604,8,9:58:36,73,0.821917808
+256764,1,20130604,8,9:58:37,76,0.789473684
+256765,1,20130604,8,9:58:38,70,0.857142857
+256766,1,20130604,8,9:58:39,70,0.857142857
+256767,1,20130604,8,9:58:40,74,0.810810811
+256768,1,20130604,8,9:58:41,80,0.75
+256769,1,20130604,8,9:58:41,74,0.810810811
+256770,1,20130604,8,9:58:42,66,0.909090909
+256771,1,20130604,8,9:58:43,68,0.882352941
+256772,1,20130604,8,9:58:44,75,0.8
+256773,1,20130604,8,9:58:45,82,0.731707317
+256774,1,20130604,8,9:58:46,81,0.740740741
+256775,1,20130604,8,9:58:46,72,0.833333333
+256776,1,20130604,8,9:58:47,75,0.8
+256777,1,20130604,8,9:58:48,68,0.882352941
+256778,1,20130604,8,9:58:49,77,0.779220779
+256779,1,20130604,8,9:58:50,81,0.740740741
+256780,1,20130604,8,9:58:50,82,0.731707317
+256781,1,20130604,8,9:58:51,78,0.769230769
+256782,1,20130604,8,9:58:52,81,0.740740741
+256783,1,20130604,8,9:58:53,84,0.714285714
+256784,1,20130604,8,9:58:53,76,0.789473684
+256785,1,20130604,8,9:58:54,69,0.869565217
+256786,1,20130604,8,9:58:55,64,0.9375
+256787,1,20130604,8,9:58:56,64,0.9375
+256788,1,20130604,8,9:58:57,76,0.789473684
+256789,1,20130604,8,9:58:58,66,0.909090909
+256790,1,20130604,8,9:58:58,69,0.869565217
+256791,1,20130604,8,9:58:59,61,0.983606557
+256792,1,20130604,8,9:59:00,61,0.983606557
+256793,1,20130604,8,9:59:01,63,0.952380952
+256794,1,20130604,8,9:59:02,68,0.882352941
+256795,1,20130604,8,9:59:03,62,0.967741935
+256796,1,20130604,8,9:59:04,58,1.034482759
+256797,1,20130604,8,9:59:05,63,0.952380952
+256798,1,20130604,8,9:59:06,71,0.845070423
+256799,1,20130604,8,9:59:07,64,0.9375
+256800,1,20130604,8,9:59:08,56,1.071428571
+256801,1,20130604,8,9:59:09,55,1.090909091
+256802,1,20130604,8,9:59:10,68,0.882352941
+256803,1,20130604,8,9:59:11,66,0.909090909
+256804,1,20130604,8,9:59:12,59,1.016949153
+256805,1,20130604,8,9:59:13,63,0.952380952
+256806,1,20130604,8,9:59:14,74,0.810810811
+256807,1,20130604,8,9:59:15,70,0.857142857
+256808,1,20130604,8,9:59:15,55,1.090909091
+256809,1,20130604,8,9:59:17,54,1.111111111
+256810,1,20130604,8,9:59:18,65,0.923076923
+256811,1,20130604,8,9:59:19,61,0.983606557
+256812,1,20130604,8,9:59:20,61,0.983606557
+256813,1,20130604,8,9:59:21,62,0.967741935
+256814,1,20130604,8,9:59:22,76,0.789473684
+256815,1,20130604,8,9:59:22,78,0.769230769
+256816,1,20130604,8,9:59:23,72,0.833333333
+256817,1,20130604,8,9:59:24,75,0.8
+256818,1,20130604,8,9:59:25,72,0.833333333
+256819,1,20130604,8,9:59:26,65,0.923076923
+256820,1,20130604,8,9:59:26,76,0.789473684
+256821,1,20130604,8,9:59:27,67,0.895522388
+256822,1,20130604,8,9:59:28,55,1.090909091
+256823,1,20130604,8,9:59:29,56,1.071428571
+256824,1,20130604,8,9:59:30,61,0.983606557
+256825,1,20130604,8,9:59:31,69,0.869565217
+256826,1,20130604,8,9:59:32,63,0.952380952
+256827,1,20130604,8,9:59:33,56,1.071428571
+256828,1,20130604,8,9:59:34,54,1.111111111
+256829,1,20130604,8,9:59:35,58,1.034482759
+256830,1,20130604,8,9:59:36,67,0.895522388
+256831,1,20130604,8,9:59:37,58,1.034482759
+256832,1,20130604,8,9:59:38,52,1.153846154
+256833,1,20130604,8,9:59:39,56,1.071428571
+256834,1,20130604,8,9:59:41,58,1.034482759
+256835,1,20130604,8,9:59:42,63,0.952380952
+256836,1,20130604,8,9:59:43,51,1.176470588
+256837,1,20130604,8,9:59:44,58,1.034482759
+256838,1,20130604,8,9:59:45,63,0.952380952
+256839,1,20130604,8,9:59:46,54,1.111111111
+256840,1,20130604,8,9:59:47,54,1.111111111
+256841,1,20130604,8,9:59:48,48,1.25
+256842,1,20130604,8,9:59:49,51,1.176470588
+256843,1,20130604,8,9:59:50,54,1.111111111
+256844,1,20130604,8,9:59:51,60,1
+256845,1,20130604,8,9:59:52,60,1
+256846,1,20130604,8,9:59:53,59,1.016949153
+256847,1,20130604,8,9:59:54,51,1.176470588
+256848,1,20130604,8,9:59:56,61,0.983606557
+256849,1,20130604,8,9:59:57,65,0.923076923
+256850,1,20130604,8,9:59:58,56,1.071428571
+256851,1,20130604,8,9:59:59,56,1.071428571
+256852,1,20130604,8,10:00:00,56,1.071428571
+256853,1,20130604,8,10:00:01,67,0.895522388
+256854,1,20130604,8,10:00:02,56,1.071428571
+256855,1,20130604,8,10:00:03,52,1.153846154
+256856,1,20130604,8,10:00:04,54,1.111111111
+256857,1,20130604,8,10:00:05,61,0.983606557
+256858,1,20130604,8,10:00:06,57,1.052631579
+256859,1,20130604,8,10:00:07,56,1.071428571
+256860,1,20130604,8,10:00:08,59,1.016949153
+256861,1,20130604,8,10:00:09,65,0.923076923
+256862,1,20130604,8,10:00:10,58,1.034482759
+256863,1,20130604,8,10:00:11,53,1.132075472
+256864,1,20130604,8,10:00:12,56,1.071428571
+256865,1,20130604,8,10:00:13,62,0.967741935
+256866,1,20130604,8,10:00:14,59,1.016949153
+256867,1,20130604,8,10:00:15,53,1.132075472
+256868,1,20130604,8,10:00:16,56,1.071428571
+256869,1,20130604,8,10:00:18,65,0.923076923
+256870,1,20130604,8,10:00:18,59,1.016949153
+256871,1,20130604,8,10:00:19,54,1.111111111
+256872,1,20130604,8,10:00:21,58,1.034482759
+256873,1,20130604,8,10:00:22,63,0.952380952
+256874,1,20130604,8,10:00:23,54,1.111111111
+256875,1,20130604,8,10:00:24,56,1.071428571
+256876,1,20130604,8,10:00:25,61,0.983606557
+256877,1,20130604,8,10:00:26,67,0.895522388
+256878,1,20130604,8,10:00:27,56,1.071428571
+256879,1,20130604,8,10:00:28,54,1.111111111
+256880,1,20130604,8,10:00:29,59,1.016949153
+256881,1,20130604,8,10:00:30,57,1.052631579
+256882,1,20130604,8,10:00:31,55,1.090909091
+256883,1,20130604,8,10:00:32,59,1.016949153
+256884,1,20130604,8,10:00:33,68,0.882352941
+256885,1,20130604,8,10:00:34,63,0.952380952
+256886,1,20130604,8,10:00:35,67,0.895522388
+256887,1,20130604,8,10:00:36,69,0.869565217
+256888,1,20130604,8,10:00:37,67,0.895522388
+256889,1,20130604,8,10:00:37,67,0.895522388
+256890,1,20130604,8,10:00:38,72,0.833333333
+256891,1,20130604,8,10:00:39,81,0.740740741
+256892,1,20130604,8,10:00:40,82,0.731707317
+256893,1,20130604,8,10:00:41,80,0.75
+256894,1,20130604,8,10:00:41,81,0.740740741
+256895,1,20130604,8,10:00:42,77,0.779220779
+256896,1,20130604,8,10:00:43,77,0.779220779
+256897,1,20130604,8,10:00:44,81,0.740740741
+256898,1,20130604,8,10:00:44,68,0.882352941
+256899,1,20130604,8,10:00:45,57,1.052631579
+256900,1,20130604,8,10:00:46,61,0.983606557
+256901,1,20130604,8,10:00:47,70,0.857142857
+256902,1,20130604,8,10:00:48,65,0.923076923
+256903,1,20130604,8,10:00:49,60,1
+256904,1,20130604,8,10:00:50,60,1
+256905,1,20130604,8,10:00:51,71,0.845070423
+256906,1,20130604,8,10:00:52,61,0.983606557
+256907,1,20130604,8,10:00:53,57,1.052631579
+256908,1,20130604,8,10:00:54,62,0.967741935
+256909,1,20130604,8,10:00:55,75,0.8
+256910,1,20130604,8,10:00:56,75,0.8
+256911,1,20130604,8,10:00:57,79,0.759493671
+256912,1,20130604,8,10:00:57,83,0.722891566
+256913,1,20130604,8,10:00:58,81,0.740740741
+256914,1,20130604,8,10:00:59,61,0.983606557
+256915,1,20130604,8,10:01:00,59,1.016949153
+256916,1,20130604,8,10:01:01,68,0.882352941
+256917,1,20130604,8,10:01:02,67,0.895522388
+256918,1,20130604,8,10:01:03,71,0.845070423
+256919,1,20130604,8,10:01:03,77,0.779220779
+256920,1,20130604,8,10:01:04,69,0.869565217
+256921,1,20130604,8,10:01:05,70,0.857142857
+256922,1,20130604,8,10:01:06,70,0.857142857
+256923,1,20130604,8,10:01:07,69,0.869565217
+256924,1,20130604,8,10:01:08,68,0.882352941
+256925,1,20130604,8,10:01:09,72,0.833333333
+256926,1,20130604,8,10:01:09,63,0.952380952
+256927,1,20130604,8,10:01:10,62,0.967741935
+256928,1,20130604,8,10:01:11,65,0.923076923
+256929,1,20130604,8,10:01:12,72,0.833333333
+256930,1,20130604,8,10:01:13,63,0.952380952
+256931,1,20130604,8,10:01:14,60,1
+256932,1,20130604,8,10:01:15,61,0.983606557
+256933,1,20130604,8,10:01:16,65,0.923076923
+256934,1,20130604,8,10:01:17,74,0.810810811
+256935,1,20130604,8,10:01:18,70,0.857142857
+256936,1,20130604,8,10:01:19,64,0.9375
+256937,1,20130604,8,10:01:19,64,0.9375
+256938,1,20130604,8,10:01:20,70,0.857142857
+256939,1,20130604,8,10:01:21,70,0.857142857
+256940,1,20130604,8,10:01:22,64,0.9375
+256941,1,20130604,8,10:01:23,61,0.983606557
+256942,1,20130604,8,10:01:24,69,0.869565217
+256943,1,20130604,8,10:01:25,63,0.952380952
+256944,1,20130604,8,10:01:26,63,0.952380952
+256945,1,20130604,8,10:01:27,65,0.923076923
+256946,1,20130604,8,10:01:28,74,0.810810811
+256947,1,20130604,8,10:01:29,76,0.789473684
+256948,1,20130604,8,10:01:29,75,0.8
+256949,1,20130604,8,10:01:30,72,0.833333333
+256950,1,20130604,8,10:01:31,80,0.75
+256951,1,20130604,8,10:01:32,81,0.740740741
+256952,1,20130604,8,10:01:33,70,0.857142857
+256953,1,20130604,8,10:01:33,61,0.983606557
+256954,1,20130604,8,10:01:34,65,0.923076923
+256955,1,20130604,8,10:01:35,71,0.845070423
+256956,1,20130604,8,10:01:36,61,0.983606557
+256957,1,20130604,8,10:01:37,64,0.9375
+256958,1,20130604,8,10:01:38,70,0.857142857
+256959,1,20130604,8,10:01:39,78,0.769230769
+256960,1,20130604,8,10:01:40,76,0.789473684
+256961,1,20130604,8,10:01:40,68,0.882352941
+256962,1,20130604,8,10:01:41,72,0.833333333
+256963,1,20130604,8,10:01:42,82,0.731707317
+256964,1,20130604,8,10:01:43,89,0.674157303
+256965,1,20130604,8,10:01:44,90,0.666666667
+256966,1,20130604,8,10:01:44,93,0.64516129
+256967,1,20130604,8,10:01:45,90,0.666666667
+256968,1,20130604,8,10:01:46,92,0.652173913
+256969,1,20130604,8,10:01:46,77,0.779220779
+256970,1,20130604,8,10:01:47,85,0.705882353
+256971,1,20130604,8,10:01:48,87,0.689655172
+256972,1,20130604,8,10:01:48,81,0.740740741
+256973,1,20130604,8,10:01:49,72,0.833333333
+256974,1,20130604,8,10:01:50,75,0.8
+256975,1,20130604,8,10:01:51,85,0.705882353
+256976,1,20130604,8,10:01:51,84,0.714285714
+256977,1,20130604,8,10:01:52,79,0.759493671
+256978,1,20130604,8,10:01:53,76,0.789473684
+256979,1,20130604,8,10:01:54,76,0.789473684
+256980,1,20130604,8,10:01:55,81,0.740740741
+256981,1,20130604,8,10:01:55,78,0.769230769
+256982,1,20130604,8,10:01:56,75,0.8
+256983,1,20130604,8,10:01:57,66,0.909090909
+256984,1,20130604,8,10:01:58,66,0.909090909
+256985,1,20130604,8,10:01:59,75,0.8
+256986,1,20130604,8,10:01:59,66,0.909090909
+256987,1,20130604,8,10:02:00,64,0.9375
+256988,1,20130604,8,10:02:01,66,0.909090909
+256989,1,20130604,8,10:02:02,71,0.845070423
+256990,1,20130604,8,10:02:03,70,0.857142857
+256991,1,20130604,8,10:02:04,71,0.845070423
+256992,1,20130604,8,10:02:05,70,0.857142857
+256993,1,20130604,8,10:02:06,67,0.895522388
+256994,1,20130604,8,10:02:06,71,0.845070423
+256995,1,20130604,8,10:02:07,57,1.052631579
+256996,1,20130604,8,10:02:08,55,1.090909091
+256997,1,20130604,8,10:02:09,70,0.857142857
+256998,1,20130604,8,10:02:10,63,0.952380952
+256999,1,20130604,8,10:02:11,56,1.071428571
+257000,1,20130604,8,10:02:12,66,0.909090909
+257001,1,20130604,8,10:02:13,75,0.8
+257002,1,20130604,8,10:02:14,75,0.8
+257003,1,20130604,8,10:02:15,73,0.821917808
+257004,1,20130604,8,10:02:16,76,0.789473684
+257005,1,20130604,8,10:02:16,64,0.9375
+257006,1,20130604,8,10:02:17,66,0.909090909
+257007,1,20130604,8,10:02:18,75,0.8
+257008,1,20130604,8,10:02:19,71,0.845070423
+257009,1,20130604,8,10:02:20,72,0.833333333
+257010,1,20130604,8,10:02:21,82,0.731707317
+257011,1,20130604,8,10:02:22,85,0.705882353
+257012,1,20130604,8,10:02:22,83,0.722891566
+257013,1,20130604,8,10:02:23,70,0.857142857
+257014,1,20130604,8,10:02:24,65,0.923076923
+257015,1,20130604,8,10:02:25,76,0.789473684
+257016,1,20130604,8,10:02:26,73,0.821917808
+257017,1,20130604,8,10:02:26,74,0.810810811
+257018,1,20130604,8,10:02:27,65,0.923076923
+257019,1,20130604,8,10:02:28,70,0.857142857
+257020,1,20130604,8,10:02:29,72,0.833333333
+257021,1,20130604,8,10:02:30,67,0.895522388
+257022,1,20130604,8,10:02:31,67,0.895522388
+257023,1,20130604,8,10:02:32,76,0.789473684
+257024,1,20130604,8,10:02:32,70,0.857142857
+257025,1,20130604,8,10:02:33,63,0.952380952
+257026,1,20130604,8,10:02:34,60,1
+257027,1,20130604,8,10:02:35,68,0.882352941
+257028,1,20130604,8,10:02:36,64,0.9375
+257029,1,20130604,8,10:02:37,62,0.967741935
+257030,1,20130604,8,10:02:38,62,0.967741935
+257031,1,20130604,8,10:02:39,65,0.923076923
+257032,1,20130604,8,10:02:40,62,0.967741935
+257033,1,20130604,8,10:02:41,61,0.983606557
+257034,1,20130604,8,10:02:42,64,0.9375
+257035,1,20130604,8,10:02:43,73,0.821917808
+257036,1,20130604,8,10:02:44,69,0.869565217
+257037,1,20130604,8,10:02:44,66,0.909090909
+257038,1,20130604,8,10:02:45,77,0.779220779
+257039,1,20130604,8,10:02:46,79,0.759493671
+257040,1,20130604,8,10:02:47,72,0.833333333
+257041,1,20130604,8,10:02:48,69,0.869565217
+257042,1,20130604,8,10:02:49,65,0.923076923
+257043,1,20130604,8,10:02:50,68,0.882352941
+257044,1,20130604,8,10:02:50,69,0.869565217
+257045,1,20130604,8,10:02:51,69,0.869565217
+257046,1,20130604,8,10:02:52,67,0.895522388
+257047,1,20130604,8,10:02:53,67,0.895522388
+257048,1,20130604,8,10:02:54,66,0.909090909
+257049,1,20130604,8,10:02:55,78,0.769230769
+257050,1,20130604,8,10:02:56,70,0.857142857
+257051,1,20130604,8,10:02:56,63,0.952380952
+257052,1,20130604,8,10:02:57,69,0.869565217
+257053,1,20130604,8,10:02:58,74,0.810810811
+257054,1,20130604,8,10:02:59,58,1.034482759
+257055,1,20130604,8,10:03:00,54,1.111111111
+257056,1,20130604,8,10:03:01,58,1.034482759
+257057,1,20130604,8,10:03:02,66,0.909090909
+257058,1,20130604,8,10:03:03,62,0.967741935
+257059,1,20130604,8,10:03:04,61,0.983606557
+257060,1,20130604,8,10:03:05,67,0.895522388
+257061,1,20130604,8,10:03:06,62,0.967741935
+257062,1,20130604,8,10:03:07,53,1.132075472
+257063,1,20130604,8,10:03:08,59,1.016949153
+257064,1,20130604,8,10:03:09,66,0.909090909
+257065,1,20130604,8,10:03:10,64,0.9375
+257066,1,20130604,8,10:03:11,55,1.090909091
+257067,1,20130604,8,10:03:12,65,0.923076923
+257068,1,20130604,8,10:03:13,56,1.071428571
+257069,1,20130604,8,10:03:14,57,1.052631579
+257070,1,20130604,8,10:03:15,57,1.052631579
+257071,1,20130604,8,10:03:16,57,1.052631579
+257072,1,20130604,8,10:03:17,57,1.052631579
+257073,1,20130604,8,10:03:18,52,1.153846154
+257074,1,20130604,8,10:03:19,60,1
+257075,1,20130604,8,10:03:20,63,0.952380952
+257076,1,20130604,8,10:03:21,63,0.952380952
+257077,1,20130604,8,10:03:22,61,0.983606557
+257078,1,20130604,8,10:03:23,68,0.882352941
+257079,1,20130604,8,10:03:24,67,0.895522388
+257080,1,20130604,8,10:03:25,65,0.923076923
+257081,1,20130604,8,10:03:26,63,0.952380952
+257082,1,20130604,8,10:03:27,68,0.882352941
+257083,1,20130604,8,10:03:28,67,0.895522388
+257084,1,20130604,8,10:03:29,59,1.016949153
+257085,1,20130604,8,10:03:30,60,1
+257086,1,20130604,8,10:03:31,61,0.983606557
+257087,1,20130604,8,10:03:32,67,0.895522388
+257088,1,20130604,8,10:03:33,61,0.983606557
+257089,1,20130604,8,10:03:34,59,1.016949153
+257090,1,20130604,8,10:03:35,57,1.052631579
+257091,1,20130604,8,10:03:36,59,1.016949153
+257092,1,20130604,8,10:03:37,60,1
+257093,1,20130604,8,10:03:38,67,0.895522388
+257094,1,20130604,8,10:03:39,63,0.952380952
+257095,1,20130604,8,10:03:40,63,0.952380952
+257096,1,20130604,8,10:03:41,60,1
+257097,1,20130604,8,10:03:42,67,0.895522388
+257098,1,20130604,8,10:03:42,70,0.857142857
+257099,1,20130604,8,10:03:43,58,1.034482759
+257100,1,20130604,8,10:03:44,55,1.090909091
+257101,1,20130604,8,10:03:45,55,1.090909091
+257102,1,20130604,8,10:03:47,60,1
+257103,1,20130604,8,10:03:47,57,1.052631579
+257104,1,20130604,8,10:03:49,59,1.016949153
+257105,1,20130604,8,10:03:50,64,0.9375
+257106,1,20130604,8,10:03:50,70,0.857142857
+257107,1,20130604,8,10:03:51,68,0.882352941
+257108,1,20130604,8,10:03:52,73,0.821917808
+257109,1,20130604,8,10:03:53,77,0.779220779
+257110,1,20130604,8,10:03:54,81,0.740740741
+257111,1,20130604,8,10:03:55,80,0.75
+257112,1,20130604,8,10:03:55,80,0.75
+257113,1,20130604,8,10:03:56,80,0.75
+257114,1,20130604,8,10:03:57,81,0.740740741
+257115,1,20130604,8,10:03:58,82,0.731707317
+257116,1,20130604,8,10:03:58,78,0.769230769
+257117,1,20130604,8,10:03:59,82,0.731707317
+257118,1,20130604,8,10:04:00,86,0.697674419
+257119,1,20130604,8,10:04:01,91,0.659340659
+257120,1,20130604,8,10:04:01,93,0.64516129
+257121,1,20130604,8,10:04:02,88,0.681818182
+257122,1,20130604,8,10:04:02,93,0.64516129
+257123,1,20130604,8,10:04:03,91,0.659340659
+257124,1,20130604,8,10:04:04,91,0.659340659
+257125,1,20130604,8,10:04:04,92,0.652173913
+257126,1,20130604,8,10:04:05,91,0.659340659
+257127,1,20130604,8,10:04:06,91,0.659340659
+257128,1,20130604,8,10:04:06,96,0.625
+257129,1,20130604,8,10:04:07,98,0.612244898
+257130,1,20130604,8,10:04:08,97,0.618556701
+257131,1,20130604,8,10:04:08,96,0.625
+257132,1,20130604,8,10:04:09,93,0.64516129
+257133,1,20130604,8,10:04:10,92,0.652173913
+257134,1,20130604,8,10:04:10,90,0.666666667
+257135,1,20130604,8,10:04:11,89,0.674157303
+257136,1,20130604,8,10:04:12,89,0.674157303
+257137,1,20130604,8,10:04:12,93,0.64516129
+257138,1,20130604,8,10:04:13,93,0.64516129
+257139,1,20130604,8,10:04:13,93,0.64516129
+257140,1,20130604,8,10:04:14,88,0.681818182
+257141,1,20130604,8,10:04:15,81,0.740740741
+257142,1,20130604,8,10:04:16,80,0.75
+257143,1,20130604,8,10:04:16,74,0.810810811
+257144,1,20130604,8,10:04:17,71,0.845070423
+257145,1,20130604,8,10:04:18,70,0.857142857
+257146,1,20130604,8,10:04:19,66,0.909090909
+257147,1,20130604,8,10:04:20,68,0.882352941
+257148,1,20130604,8,10:04:21,73,0.821917808
+257149,1,20130604,8,10:04:21,64,0.9375
+257150,1,20130604,8,10:04:22,64,0.9375
+257151,1,20130604,8,10:04:23,66,0.909090909
+257152,1,20130604,8,10:04:24,66,0.909090909
+257153,1,20130604,8,10:04:25,72,0.833333333
+257154,1,20130604,8,10:04:26,84,0.714285714
+257155,1,20130604,8,10:04:27,81,0.740740741
+257156,1,20130604,8,10:04:27,84,0.714285714
+257157,1,20130604,8,10:04:28,76,0.789473684
+257158,1,20130604,8,10:04:29,68,0.882352941
+257159,1,20130604,8,10:04:30,66,0.909090909
+257160,1,20130604,8,10:04:31,63,0.952380952
+257161,1,20130604,8,10:04:32,61,0.983606557
+257162,1,20130604,8,10:04:33,61,0.983606557
+257163,1,20130604,8,10:04:34,62,0.967741935
+257164,1,20130604,8,10:04:35,59,1.016949153
+257165,1,20130604,8,10:04:36,58,1.034482759
+257166,1,20130604,8,10:04:37,60,1
+257167,1,20130604,8,10:04:38,60,1
+257168,1,20130604,8,10:04:39,59,1.016949153
+257169,1,20130604,8,10:04:40,73,0.821917808
+257170,1,20130604,8,10:04:40,74,0.810810811
+257171,1,20130604,8,10:04:41,77,0.779220779
+257172,1,20130604,8,10:04:42,77,0.779220779
+257173,1,20130604,8,10:04:43,59,1.016949153
+257174,1,20130604,8,10:04:44,56,1.071428571
+257175,1,20130604,8,10:04:45,56,1.071428571
+257176,1,20130604,8,10:04:46,62,0.967741935
+257177,1,20130604,8,10:04:47,60,1
+257178,1,20130604,8,10:04:48,58,1.034482759
+257179,1,20130604,8,10:04:49,60,1
+257180,1,20130604,8,10:04:50,62,0.967741935
+257181,1,20130604,8,10:04:51,65,0.923076923
+257182,1,20130604,8,10:04:52,70,0.857142857
+257183,1,20130604,8,10:04:53,75,0.8
+257184,1,20130604,8,10:04:54,70,0.857142857
+257185,1,20130604,8,10:04:54,70,0.857142857
+257186,1,20130604,8,10:04:55,75,0.8
+257187,1,20130604,8,10:04:56,78,0.769230769
+257188,1,20130604,8,10:04:57,73,0.821917808
+257189,1,20130604,8,10:04:58,69,0.869565217
+257190,1,20130604,8,10:04:59,65,0.923076923
+257191,1,20130604,8,10:04:59,73,0.821917808
+257192,1,20130604,8,10:05:00,66,0.909090909
+257193,1,20130604,8,10:05:01,64,0.9375
+257194,1,20130604,8,10:05:02,66,0.909090909
+257195,1,20130604,8,10:05:03,70,0.857142857
+257196,1,20130604,8,10:05:04,78,0.769230769
+257197,1,20130604,8,10:05:05,61,0.983606557
+257198,1,20130604,8,10:05:06,65,0.923076923
+257199,1,20130604,8,10:05:07,66,0.909090909
+257200,1,20130604,8,10:05:07,64,0.9375
+257201,1,20130604,8,10:05:08,66,0.909090909
+257202,1,20130604,8,10:05:09,64,0.9375
+257203,1,20130604,8,10:05:10,66,0.909090909
+257204,1,20130604,8,10:05:11,68,0.882352941
+257205,1,20130604,8,10:05:12,76,0.789473684
+257206,1,20130604,8,10:05:13,72,0.833333333
+257207,1,20130604,8,10:05:14,75,0.8
+257208,1,20130604,8,10:05:14,75,0.8
+257209,1,20130604,8,10:05:15,78,0.769230769
+257210,1,20130604,8,10:05:16,81,0.740740741
+257211,1,20130604,8,10:05:17,79,0.759493671
+257212,1,20130604,8,10:05:18,80,0.75
+257213,1,20130604,8,10:05:18,81,0.740740741
+257214,1,20130604,8,10:05:19,82,0.731707317
+257215,1,20130604,8,10:05:20,83,0.722891566
+257216,1,20130604,8,10:05:20,84,0.714285714
+257217,1,20130604,8,10:05:21,79,0.759493671
+257218,1,20130604,8,10:05:22,86,0.697674419
+257219,1,20130604,8,10:05:23,84,0.714285714
+257220,1,20130604,8,10:05:23,82,0.731707317
+257221,1,20130604,8,10:05:24,79,0.759493671
+257222,1,20130604,8,10:05:25,77,0.779220779
+257223,1,20130604,8,10:05:26,75,0.8
+257224,1,20130604,8,10:05:26,74,0.810810811
+257225,1,20130604,8,10:05:27,71,0.845070423
+257226,1,20130604,8,10:05:28,73,0.821917808
+257227,1,20130604,8,10:05:29,71,0.845070423
+257228,1,20130604,8,10:05:30,68,0.882352941
+257229,1,20130604,8,10:05:31,72,0.833333333
+257230,1,20130604,8,10:05:31,72,0.833333333
+257231,1,20130604,8,10:05:32,64,0.9375
+257232,1,20130604,8,10:05:33,68,0.882352941
+257233,1,20130604,8,10:05:34,71,0.845070423
+257234,1,20130604,8,10:05:35,73,0.821917808
+257235,1,20130604,8,10:05:36,69,0.869565217
+257236,1,20130604,8,10:05:37,71,0.845070423
+257237,1,20130604,8,10:05:37,75,0.8
+257238,1,20130604,8,10:05:38,80,0.75
+257239,1,20130604,8,10:05:39,80,0.75
+257240,1,20130604,8,10:05:40,81,0.740740741
+257241,1,20130604,8,10:05:41,83,0.722891566
+257242,1,20130604,8,10:05:41,81,0.740740741
+257243,1,20130604,8,10:05:42,83,0.722891566
+257244,1,20130604,8,10:05:43,84,0.714285714
+257245,1,20130604,8,10:05:43,86,0.697674419
+257246,1,20130604,8,10:05:44,87,0.689655172
+257247,1,20130604,8,10:05:45,90,0.666666667
+257248,1,20130604,8,10:05:45,93,0.64516129
+257249,1,20130604,8,10:05:46,86,0.697674419
+257250,1,20130604,8,10:05:47,78,0.769230769
+257251,1,20130604,8,10:05:48,79,0.759493671
+257252,1,20130604,8,10:05:48,84,0.714285714
+257253,1,20130604,8,10:05:49,90,0.666666667
+257254,1,20130604,8,10:05:50,90,0.666666667
+257255,1,20130604,8,10:05:50,93,0.64516129
+257256,1,20130604,8,10:05:51,95,0.631578947
+257257,1,20130604,8,10:05:52,84,0.714285714
+257258,1,20130604,8,10:05:52,75,0.8
+257259,1,20130604,8,10:05:53,75,0.8
+257260,1,20130604,8,10:05:54,80,0.75
+257261,1,20130604,8,10:05:55,71,0.845070423
+257262,1,20130604,8,10:05:56,55,1.090909091
+257263,1,20130604,8,10:05:57,55,1.090909091
+257264,1,20130604,8,10:05:58,56,1.071428571
+257265,1,20130604,8,10:05:59,59,1.016949153
+257266,1,20130604,8,10:06:00,67,0.895522388
+257267,1,20130604,8,10:06:01,69,0.869565217
+257268,1,20130604,8,10:06:02,64,0.9375
+257269,1,20130604,8,10:06:03,60,1
+257270,1,20130604,8,10:06:04,60,1
+257271,1,20130604,8,10:06:05,58,1.034482759
+257272,1,20130604,8,10:06:06,49,1.224489796
+257273,1,20130604,8,10:06:07,55,1.090909091
+257274,1,20130604,8,10:06:08,55,1.090909091
+257275,1,20130604,8,10:06:09,69,0.869565217
+257276,1,20130604,8,10:06:10,57,1.052631579
+257277,1,20130604,8,10:06:11,61,0.983606557
+257278,1,20130604,8,10:06:12,60,1
+257279,1,20130604,8,10:06:13,68,0.882352941
+257280,1,20130604,8,10:06:14,76,0.789473684
+257281,1,20130604,8,10:06:15,80,0.75
+257282,1,20130604,8,10:06:15,72,0.833333333
+257283,1,20130604,8,10:06:16,72,0.833333333
+257284,1,20130604,8,10:06:17,73,0.821917808
+257285,1,20130604,8,10:06:18,67,0.895522388
+257286,1,20130604,8,10:06:19,75,0.8
+257287,1,20130604,8,10:06:19,82,0.731707317
+257288,1,20130604,8,10:06:20,84,0.714285714
+257289,1,20130604,8,10:06:21,78,0.769230769
+257290,1,20130604,8,10:06:22,80,0.75
+257291,1,20130604,8,10:06:22,78,0.769230769
+257292,1,20130604,8,10:06:23,81,0.740740741
+257293,1,20130604,8,10:06:24,81,0.740740741
+257294,1,20130604,8,10:06:25,83,0.722891566
+257295,1,20130604,8,10:06:25,83,0.722891566
+257296,1,20130604,8,10:06:26,71,0.845070423
+257297,1,20130604,8,10:06:27,72,0.833333333
+257298,1,20130604,8,10:06:28,60,1
+257299,1,20130604,8,10:06:29,72,0.833333333
+257300,1,20130604,8,10:06:30,72,0.833333333
+257301,1,20130604,8,10:06:30,83,0.722891566
+257302,1,20130604,8,10:06:31,92,0.652173913
+257303,1,20130604,8,10:06:32,93,0.64516129
+257304,1,20130604,8,10:06:32,95,0.631578947
+257305,1,20130604,8,10:06:33,95,0.631578947
+257306,1,20130604,8,10:06:34,97,0.618556701
+257307,1,20130604,8,10:06:34,92,0.652173913
+257308,1,20130604,8,10:06:35,78,0.769230769
+257309,1,20130604,8,10:06:36,85,0.705882353
+257310,1,20130604,8,10:06:36,87,0.689655172
+257311,1,20130604,8,10:06:37,88,0.681818182
+257312,1,20130604,8,10:06:38,76,0.789473684
+257313,1,20130604,8,10:06:39,76,0.789473684
+257314,1,20130604,8,10:06:39,83,0.722891566
+257315,1,20130604,8,10:06:40,88,0.681818182
+257316,1,20130604,8,10:06:41,89,0.674157303
+257317,1,20130604,8,10:06:42,93,0.64516129
+257318,1,20130604,8,10:06:42,94,0.638297872
+257319,1,20130604,8,10:06:43,96,0.625
+257320,1,20130604,8,10:06:43,97,0.618556701
+257321,1,20130604,8,10:06:44,97,0.618556701
+257322,1,20130604,8,10:06:45,99,0.606060606
+257323,1,20130604,8,10:06:45,103,0.582524272
+257324,1,20130604,8,10:06:46,105,0.571428571
+257325,1,20130604,8,10:06:46,104,0.576923077
+257326,1,20130604,8,10:06:47,99,0.606060606
+257327,1,20130604,8,10:06:48,95,0.631578947
+257328,1,20130604,8,10:06:48,99,0.606060606
+257329,1,20130604,8,10:06:49,95,0.631578947
+257330,1,20130604,8,10:06:49,91,0.659340659
+257331,1,20130604,8,10:06:50,95,0.631578947
+257332,1,20130604,8,10:06:51,88,0.681818182
+257333,1,20130604,8,10:06:51,82,0.731707317
+257334,1,20130604,8,10:06:52,77,0.779220779
+257335,1,20130604,8,10:06:53,71,0.845070423
+257336,1,20130604,8,10:06:54,66,0.909090909
+257337,1,20130604,8,10:06:55,68,0.882352941
+257338,1,20130604,8,10:06:56,62,0.967741935
+257339,1,20130604,8,10:06:57,66,0.909090909
+257340,1,20130604,8,10:06:57,70,0.857142857
+257341,1,20130604,8,10:06:58,74,0.810810811
+257342,1,20130604,8,10:06:59,73,0.821917808
+257343,1,20130604,8,10:07:00,76,0.789473684
+257344,1,20130604,8,10:07:01,77,0.779220779
+257345,1,20130604,8,10:07:02,81,0.740740741
+257346,1,20130604,8,10:07:02,84,0.714285714
+257347,1,20130604,8,10:07:03,75,0.8
+257348,1,20130604,8,10:07:04,73,0.821917808
+257349,1,20130604,8,10:07:05,73,0.821917808
+257350,1,20130604,8,10:07:05,79,0.759493671
+257351,1,20130604,8,10:07:06,74,0.810810811
+257352,1,20130604,8,10:07:07,73,0.821917808
+257353,1,20130604,8,10:07:08,77,0.779220779
+257354,1,20130604,8,10:07:09,78,0.769230769
+257355,1,20130604,8,10:07:09,78,0.769230769
+257356,1,20130604,8,10:07:10,78,0.769230769
+257357,1,20130604,8,10:07:11,80,0.75
+257358,1,20130604,8,10:07:12,80,0.75
+257359,1,20130604,8,10:07:12,81,0.740740741
+257360,1,20130604,8,10:07:13,82,0.731707317
+257361,1,20130604,8,10:07:14,87,0.689655172
+257362,1,20130604,8,10:07:15,91,0.659340659
+257363,1,20130604,8,10:07:15,86,0.697674419
+257364,1,20130604,8,10:07:16,78,0.769230769
+257365,1,20130604,8,10:07:17,69,0.869565217
+257366,1,20130604,8,10:07:18,74,0.810810811
+257367,1,20130604,8,10:07:18,70,0.857142857
+257368,1,20130604,8,10:07:19,72,0.833333333
+257369,1,20130604,8,10:07:20,70,0.857142857
+257370,1,20130604,8,10:07:21,73,0.821917808
+257371,1,20130604,8,10:07:22,69,0.869565217
+257372,1,20130604,8,10:07:23,71,0.845070423
+257373,1,20130604,8,10:07:23,65,0.923076923
+257374,1,20130604,8,10:07:24,70,0.857142857
+257375,1,20130604,8,10:07:25,72,0.833333333
+257376,1,20130604,8,10:07:26,72,0.833333333
+257377,1,20130604,8,10:07:27,75,0.8
+257378,1,20130604,8,10:07:28,78,0.769230769
+257379,1,20130604,8,10:07:28,77,0.779220779
+257380,1,20130604,8,10:07:29,78,0.769230769
+257381,1,20130604,8,10:07:30,77,0.779220779
+257382,1,20130604,8,10:07:31,83,0.722891566
+257383,1,20130604,8,10:07:32,81,0.740740741
+257384,1,20130604,8,10:07:32,86,0.697674419
+257385,1,20130604,8,10:07:33,78,0.769230769
+257386,1,20130604,8,10:07:34,71,0.845070423
+257387,1,20130604,8,10:07:35,81,0.740740741
+257388,1,20130604,8,10:07:35,86,0.697674419
+257389,1,20130604,8,10:07:36,83,0.722891566
+257390,1,20130604,8,10:07:37,75,0.8
+257391,1,20130604,8,10:07:38,68,0.882352941
+257392,1,20130604,8,10:07:38,66,0.909090909
+257393,1,20130604,8,10:07:39,71,0.845070423
+257394,1,20130604,8,10:07:40,62,0.967741935
+257395,1,20130604,8,10:07:41,61,0.983606557
+257396,1,20130604,8,10:07:42,63,0.952380952
+257397,1,20130604,8,10:07:43,67,0.895522388
+257398,1,20130604,8,10:07:44,62,0.967741935
+257399,1,20130604,8,10:07:45,62,0.967741935
+257400,1,20130604,8,10:07:46,66,0.909090909
+257401,1,20130604,8,10:07:47,71,0.845070423
+257402,1,20130604,8,10:07:48,69,0.869565217
+257403,1,20130604,8,10:07:49,64,0.9375
+257404,1,20130604,8,10:07:49,67,0.895522388
+257405,1,20130604,8,10:07:50,66,0.909090909
+257406,1,20130604,8,10:07:51,67,0.895522388
+257407,1,20130604,8,10:07:52,69,0.869565217
+257408,1,20130604,8,10:07:53,75,0.8
+257409,1,20130604,8,10:07:54,72,0.833333333
+257410,1,20130604,8,10:07:55,69,0.869565217
+257411,1,20130604,8,10:07:56,77,0.779220779
+257412,1,20130604,8,10:07:56,71,0.845070423
+257413,1,20130604,8,10:07:57,66,0.909090909
+257414,1,20130604,8,10:07:58,69,0.869565217
+257415,1,20130604,8,10:07:59,75,0.8
+257416,1,20130604,8,10:08:00,82,0.731707317
+257417,1,20130604,8,10:08:01,81,0.740740741
+257418,1,20130604,8,10:08:01,76,0.789473684
+257419,1,20130604,8,10:08:02,73,0.821917808
+257420,1,20130604,8,10:08:03,73,0.821917808
+257421,1,20130604,8,10:08:04,60,1
+257422,1,20130604,8,10:08:05,58,1.034482759
+257423,1,20130604,8,10:08:06,64,0.9375
+257424,1,20130604,8,10:08:07,66,0.909090909
+257425,1,20130604,8,10:08:08,67,0.895522388
+257426,1,20130604,8,10:08:08,69,0.869565217
+257427,1,20130604,8,10:08:09,73,0.821917808
+257428,1,20130604,8,10:08:10,65,0.923076923
+257429,1,20130604,8,10:08:11,64,0.9375
+257430,1,20130604,8,10:08:12,68,0.882352941
+257431,1,20130604,8,10:08:13,63,0.952380952
+257432,1,20130604,8,10:08:14,61,0.983606557
+257433,1,20130604,8,10:08:15,68,0.882352941
+257434,1,20130604,8,10:08:16,67,0.895522388
+257435,1,20130604,8,10:08:17,70,0.857142857
+257436,1,20130604,8,10:08:17,75,0.8
+257437,1,20130604,8,10:08:18,73,0.821917808
+257438,1,20130604,8,10:08:19,68,0.882352941
+257439,1,20130604,8,10:08:20,67,0.895522388
+257440,1,20130604,8,10:08:21,78,0.769230769
+257441,1,20130604,8,10:08:22,70,0.857142857
+257442,1,20130604,8,10:08:22,65,0.923076923
+257443,1,20130604,8,10:08:23,64,0.9375
+257444,1,20130604,8,10:08:24,68,0.882352941
+257445,1,20130604,8,10:08:25,75,0.8
+257446,1,20130604,8,10:08:26,76,0.789473684
+257447,1,20130604,8,10:08:27,79,0.759493671
+257448,1,20130604,8,10:08:28,80,0.75
+257449,1,20130604,8,10:08:28,73,0.821917808
+257450,1,20130604,8,10:08:29,75,0.8
+257451,1,20130604,8,10:08:30,82,0.731707317
+257452,1,20130604,8,10:08:31,74,0.810810811
+257453,1,20130604,8,10:08:31,64,0.9375
+257454,1,20130604,8,10:08:32,67,0.895522388
+257455,1,20130604,8,10:08:33,73,0.821917808
+257456,1,20130604,8,10:08:34,71,0.845070423
+257457,1,20130604,8,10:08:35,65,0.923076923
+257458,1,20130604,8,10:08:36,65,0.923076923
+257459,1,20130604,8,10:08:37,68,0.882352941
+257460,1,20130604,8,10:08:38,63,0.952380952
+257461,1,20130604,8,10:08:39,66,0.909090909
+257462,1,20130604,8,10:08:40,75,0.8
+257463,1,20130604,8,10:08:40,80,0.75
+257464,1,20130604,8,10:08:41,79,0.759493671
+257465,1,20130604,8,10:08:42,82,0.731707317
+257466,1,20130604,8,10:08:43,82,0.731707317
+257467,1,20130604,8,10:08:43,87,0.689655172
+257468,1,20130604,8,10:08:44,89,0.674157303
+257469,1,20130604,8,10:08:45,89,0.674157303
+257470,1,20130604,8,10:08:45,88,0.681818182
+257471,1,20130604,8,10:08:46,93,0.64516129
+257472,1,20130604,8,10:08:47,95,0.631578947
+257473,1,20130604,8,10:08:47,95,0.631578947
+257474,1,20130604,8,10:08:48,95,0.631578947
+257475,1,20130604,8,10:08:49,98,0.612244898
+257476,1,20130604,8,10:08:49,99,0.606060606
+257477,1,20130604,8,10:08:50,99,0.606060606
+257478,1,20130604,8,10:08:50,99,0.606060606
+257479,1,20130604,8,10:08:51,99,0.606060606
+257480,1,20130604,8,10:08:52,99,0.606060606
+257481,1,20130604,8,10:08:52,97,0.618556701
+257482,1,20130604,8,10:08:53,95,0.631578947
+257483,1,20130604,8,10:08:53,95,0.631578947
+257484,1,20130604,8,10:08:54,96,0.625
+257485,1,20130604,8,10:08:55,94,0.638297872
+257486,1,20130604,8,10:08:55,90,0.666666667
+257487,1,20130604,8,10:08:56,80,0.75
+257488,1,20130604,8,10:08:57,68,0.882352941
+257489,1,20130604,8,10:08:58,70,0.857142857
+257490,1,20130604,8,10:08:59,71,0.845070423
+257491,1,20130604,8,10:08:59,71,0.845070423
+257492,1,20130604,8,10:09:00,77,0.779220779
+257493,1,20130604,8,10:09:01,73,0.821917808
+257494,1,20130604,8,10:09:02,72,0.833333333
+257495,1,20130604,8,10:09:03,70,0.857142857
+257496,1,20130604,8,10:09:04,70,0.857142857
+257497,1,20130604,8,10:09:04,75,0.8
+257498,1,20130604,8,10:09:05,79,0.759493671
+257499,1,20130604,8,10:09:06,85,0.705882353
+257500,1,20130604,8,10:09:07,87,0.689655172
+257501,1,20130604,8,10:09:07,89,0.674157303
+257502,1,20130604,8,10:09:08,90,0.666666667
+257503,1,20130604,8,10:09:09,90,0.666666667
+257504,1,20130604,8,10:09:09,86,0.697674419
+257505,1,20130604,8,10:09:10,85,0.705882353
+257506,1,20130604,8,10:09:11,84,0.714285714
+257507,1,20130604,8,10:09:11,82,0.731707317
+257508,1,20130604,8,10:09:12,83,0.722891566
+257509,1,20130604,8,10:09:13,90,0.666666667
+257510,1,20130604,8,10:09:14,92,0.652173913
+257511,1,20130604,8,10:09:14,93,0.64516129
+257512,1,20130604,8,10:09:15,85,0.705882353
+257513,1,20130604,8,10:09:16,75,0.8
+257514,1,20130604,8,10:09:16,75,0.8
+257515,1,20130604,8,10:09:17,77,0.779220779
+257516,1,20130604,8,10:09:18,78,0.769230769
+257517,1,20130604,8,10:09:19,81,0.740740741
+257518,1,20130604,8,10:09:19,86,0.697674419
+257519,1,20130604,8,10:09:20,91,0.659340659
+257520,1,20130604,8,10:09:21,93,0.64516129
+257521,1,20130604,8,10:09:21,92,0.652173913
+257522,1,20130604,8,10:09:22,89,0.674157303
+257523,1,20130604,8,10:09:23,90,0.666666667
+257524,1,20130604,8,10:09:23,91,0.659340659
+257525,1,20130604,8,10:09:24,84,0.714285714
+257526,1,20130604,8,10:09:25,69,0.869565217
+257527,1,20130604,8,10:09:26,66,0.909090909
+257528,1,20130604,8,10:09:27,67,0.895522388
+257529,1,20130604,8,10:09:27,68,0.882352941
+257530,1,20130604,8,10:09:28,71,0.845070423
+257531,1,20130604,8,10:09:29,70,0.857142857
+257532,1,20130604,8,10:09:30,72,0.833333333
+257533,1,20130604,8,10:09:31,81,0.740740741
+257534,1,20130604,8,10:09:32,82,0.731707317
+257535,1,20130604,8,10:09:32,84,0.714285714
+257536,1,20130604,8,10:09:33,83,0.722891566
+257537,1,20130604,8,10:09:34,84,0.714285714
+257538,1,20130604,8,10:09:35,85,0.705882353
+257539,1,20130604,8,10:09:35,79,0.759493671
+257540,1,20130604,8,10:09:36,61,0.983606557
+257541,1,20130604,8,10:09:37,61,0.983606557
+257542,1,20130604,8,10:09:38,67,0.895522388
+257543,1,20130604,8,10:09:39,71,0.845070423
+257544,1,20130604,8,10:09:40,73,0.821917808
+257545,1,20130604,8,10:09:41,81,0.740740741
+257546,1,20130604,8,10:09:41,83,0.722891566
+257547,1,20130604,8,10:09:42,84,0.714285714
+257548,1,20130604,8,10:09:43,79,0.759493671
+257549,1,20130604,8,10:09:43,75,0.8
+257550,1,20130604,8,10:09:44,79,0.759493671
+257551,1,20130604,8,10:09:45,76,0.789473684
+257552,1,20130604,8,10:09:46,81,0.740740741
+257553,1,20130604,8,10:09:47,81,0.740740741
+257554,1,20130604,8,10:09:47,81,0.740740741
+257555,1,20130604,8,10:09:48,70,0.857142857
+257556,1,20130604,8,10:09:49,72,0.833333333
+257557,1,20130604,8,10:09:50,64,0.9375
+257558,1,20130604,8,10:09:51,62,0.967741935
+257559,1,20130604,8,10:09:52,66,0.909090909
+257560,1,20130604,8,10:09:53,68,0.882352941
+257561,1,20130604,8,10:09:53,78,0.769230769
+257562,1,20130604,8,10:09:54,79,0.759493671
+257563,1,20130604,8,10:09:55,85,0.705882353
+257564,1,20130604,8,10:09:56,77,0.779220779
+257565,1,20130604,8,10:09:56,70,0.857142857
+257566,1,20130604,8,10:09:57,70,0.857142857
+257567,1,20130604,8,10:09:58,75,0.8
+257568,1,20130604,8,10:09:59,72,0.833333333
+257569,1,20130604,8,10:10:00,63,0.952380952
+257570,1,20130604,8,10:10:01,66,0.909090909
+257571,1,20130604,8,10:10:02,67,0.895522388
+257572,1,20130604,8,10:10:03,84,0.714285714
+257573,1,20130604,8,10:10:03,75,0.8
+257574,1,20130604,8,10:10:04,80,0.75
+257575,1,20130604,8,10:10:05,80,0.75
+257576,1,20130604,8,10:10:06,74,0.810810811
+257577,1,20130604,8,10:10:06,81,0.740740741
+257578,1,20130604,8,10:10:07,87,0.689655172
+257579,1,20130604,8,10:10:08,87,0.689655172
+257580,1,20130604,8,10:10:09,88,0.681818182
+257581,1,20130604,8,10:10:09,87,0.689655172
+257582,1,20130604,8,10:10:10,93,0.64516129
+257583,1,20130604,8,10:10:11,95,0.631578947
+257584,1,20130604,8,10:10:11,93,0.64516129
+257585,1,20130604,8,10:10:12,93,0.64516129
+257586,1,20130604,8,10:10:12,91,0.659340659
+257587,1,20130604,8,10:10:13,86,0.697674419
+257588,1,20130604,8,10:10:14,95,0.631578947
+257589,1,20130604,8,10:10:14,92,0.652173913
+257590,1,20130604,8,10:10:15,88,0.681818182
+257591,1,20130604,8,10:10:16,85,0.705882353
+257592,1,20130604,8,10:10:16,82,0.731707317
+257593,1,20130604,8,10:10:17,80,0.75
+257594,1,20130604,8,10:10:18,77,0.779220779
+257595,1,20130604,8,10:10:19,76,0.789473684
+257596,1,20130604,8,10:10:20,68,0.882352941
+257597,1,20130604,8,10:10:20,75,0.8
+257598,1,20130604,8,10:10:21,66,0.909090909
+257599,1,20130604,8,10:10:22,66,0.909090909
+257600,1,20130604,8,10:10:23,66,0.909090909
+257601,1,20130604,8,10:10:24,60,1
+257602,1,20130604,8,10:10:25,61,0.983606557
+257603,1,20130604,8,10:10:26,60,1
+257604,1,20130604,8,10:10:27,59,1.016949153
+257605,1,20130604,8,10:10:28,62,0.967741935
+257606,1,20130604,8,10:10:29,62,0.967741935
+257607,1,20130604,8,10:10:30,63,0.952380952
+257608,1,20130604,8,10:10:31,63,0.952380952
+257609,1,20130604,8,10:10:32,63,0.952380952
+257610,1,20130604,8,10:10:33,63,0.952380952
+257611,1,20130604,8,10:10:34,63,0.952380952
+257612,1,20130604,8,10:10:35,64,0.9375
+257613,1,20130604,8,10:10:36,64,0.9375
+257614,1,20130604,8,10:10:36,64,0.9375
+257615,1,20130604,8,10:10:37,60,1
+257616,1,20130604,8,10:10:38,60,1
+257617,1,20130604,8,10:10:39,60,1
+257618,1,20130604,8,10:10:40,60,1
+257619,1,20130604,8,10:10:41,60,1
+257620,1,20130604,8,10:10:42,59,1.016949153
+257621,1,20130604,8,10:10:43,60,1
+257622,1,20130604,8,10:10:44,61,0.983606557
+257623,1,20130604,8,10:10:45,60,1
+257624,1,20130604,8,10:10:46,59,1.016949153
+257625,1,20130604,8,10:10:47,60,1
+257626,1,20130604,8,10:10:48,61,0.983606557
+257627,1,20130604,8,10:10:49,60,1
+257628,1,20130604,8,10:10:50,58,1.034482759
+257629,1,20130604,8,10:10:51,60,1
+257630,1,20130604,8,10:10:52,62,0.967741935
+257631,1,20130604,8,10:10:53,75,0.8
+257632,1,20130604,8,10:10:54,80,0.75
+257633,1,20130604,8,10:10:55,86,0.697674419
+257634,1,20130604,8,10:10:56,70,0.857142857
+257635,1,20130604,8,10:10:57,78,0.769230769
+257636,1,20130604,8,10:10:57,77,0.779220779
+257637,1,20130604,8,10:10:58,80,0.75
+257638,1,20130604,8,10:10:59,77,0.779220779
+257639,1,20130604,8,10:11:00,64,0.9375
+257640,1,20130604,8,10:11:01,60,1
+257641,1,20130604,8,10:11:02,57,1.052631579
+257642,1,20130604,8,10:11:03,61,0.983606557
+257643,1,20130604,8,10:11:04,67,0.895522388
+257644,1,20130604,8,10:11:05,66,0.909090909
+257645,1,20130604,8,10:11:05,73,0.821917808
+257646,1,20130604,8,10:11:06,75,0.8
+257647,1,20130604,8,10:11:07,79,0.759493671
+257648,1,20130604,8,10:11:08,81,0.740740741
+257649,1,20130604,8,10:11:09,66,0.909090909
+257650,1,20130604,8,10:11:09,62,0.967741935
+257651,1,20130604,8,10:11:10,61,0.983606557
+257652,1,20130604,8,10:11:11,66,0.909090909
+257653,1,20130604,8,10:11:12,74,0.810810811
+257654,1,20130604,8,10:11:13,75,0.8
+257655,1,20130604,8,10:11:14,78,0.769230769
+257656,1,20130604,8,10:11:15,78,0.769230769
+257657,1,20130604,8,10:11:15,78,0.769230769
+257658,1,20130604,8,10:11:16,88,0.681818182
+257659,1,20130604,8,10:11:17,76,0.789473684
+257660,1,20130604,8,10:11:18,77,0.779220779
+257661,1,20130604,8,10:11:18,69,0.869565217
+257662,1,20130604,8,10:11:19,67,0.895522388
+257663,1,20130604,8,10:11:20,69,0.869565217
+257664,1,20130604,8,10:11:21,67,0.895522388
+257665,1,20130604,8,10:11:22,67,0.895522388
+257666,1,20130604,8,10:11:23,72,0.833333333
+257667,1,20130604,8,10:11:24,72,0.833333333
+257668,1,20130604,8,10:11:25,70,0.857142857
+257669,1,20130604,8,10:11:25,69,0.869565217
+257670,1,20130604,8,10:11:26,71,0.845070423
+257671,1,20130604,8,10:11:27,74,0.810810811
+257672,1,20130604,8,10:11:28,65,0.923076923
+257673,1,20130604,8,10:11:29,71,0.845070423
+257674,1,20130604,8,10:11:30,77,0.779220779
+257675,1,20130604,8,10:11:30,77,0.779220779
+257676,1,20130604,8,10:11:31,76,0.789473684
+257677,1,20130604,8,10:11:32,74,0.810810811
+257678,1,20130604,8,10:11:33,83,0.722891566
+257679,1,20130604,8,10:11:34,78,0.769230769
+257680,1,20130604,8,10:11:34,79,0.759493671
+257681,1,20130604,8,10:11:35,85,0.705882353
+257682,1,20130604,8,10:11:36,85,0.705882353
+257683,1,20130604,8,10:11:37,89,0.674157303
+257684,1,20130604,8,10:11:37,88,0.681818182
+257685,1,20130604,8,10:11:38,87,0.689655172
+257686,1,20130604,8,10:11:39,87,0.689655172
+257687,1,20130604,8,10:11:39,90,0.666666667
+257688,1,20130604,8,10:11:40,85,0.705882353
+257689,1,20130604,8,10:11:41,85,0.705882353
+257690,1,20130604,8,10:11:41,77,0.779220779
+257691,1,20130604,8,10:11:42,76,0.789473684
+257692,1,20130604,8,10:11:43,77,0.779220779
+257693,1,20130604,8,10:11:44,78,0.769230769
+257694,1,20130604,8,10:11:44,76,0.789473684
+257695,1,20130604,8,10:11:45,80,0.75
+257696,1,20130604,8,10:11:46,82,0.731707317
+257697,1,20130604,8,10:11:47,81,0.740740741
+257698,1,20130604,8,10:11:47,77,0.779220779
+257699,1,20130604,8,10:11:48,88,0.681818182
+257700,1,20130604,8,10:11:49,79,0.759493671
+257701,1,20130604,8,10:11:50,74,0.810810811
+257702,1,20130604,8,10:11:51,78,0.769230769
+257703,1,20130604,8,10:11:51,79,0.759493671
+257704,1,20130604,8,10:11:52,84,0.714285714
+257705,1,20130604,8,10:11:53,85,0.705882353
+257706,1,20130604,8,10:11:53,85,0.705882353
+257707,1,20130604,8,10:11:54,81,0.740740741
+257708,1,20130604,8,10:11:55,80,0.75
+257709,1,20130604,8,10:11:56,83,0.722891566
+257710,1,20130604,8,10:11:56,89,0.674157303
+257711,1,20130604,8,10:11:57,90,0.666666667
+257712,1,20130604,8,10:11:58,87,0.689655172
+257713,1,20130604,8,10:11:58,82,0.731707317
+257714,1,20130604,8,10:11:59,80,0.75
+257715,1,20130604,8,10:12:00,84,0.714285714
+257716,1,20130604,8,10:12:01,76,0.789473684
+257717,1,20130604,8,10:12:01,75,0.8
+257718,1,20130604,8,10:12:02,75,0.8
+257719,1,20130604,8,10:12:03,76,0.789473684
+257720,1,20130604,8,10:12:04,81,0.740740741
+257721,1,20130604,8,10:12:05,74,0.810810811
+257722,1,20130604,8,10:12:05,72,0.833333333
+257723,1,20130604,8,10:12:06,66,0.909090909
+257724,1,20130604,8,10:12:07,73,0.821917808
+257725,1,20130604,8,10:12:08,68,0.882352941
+257726,1,20130604,8,10:12:09,64,0.9375
+257727,1,20130604,8,10:12:10,68,0.882352941
+257728,1,20130604,8,10:12:11,71,0.845070423
+257729,1,20130604,8,10:12:11,68,0.882352941
+257730,1,20130604,8,10:12:12,68,0.882352941
+257731,1,20130604,8,10:12:13,71,0.845070423
+257732,1,20130604,8,10:12:14,77,0.779220779
+257733,1,20130604,8,10:12:15,71,0.845070423
+257734,1,20130604,8,10:12:16,67,0.895522388
+257735,1,20130604,8,10:12:17,74,0.810810811
+257736,1,20130604,8,10:12:17,76,0.789473684
+257737,1,20130604,8,10:12:18,74,0.810810811
+257738,1,20130604,8,10:12:19,74,0.810810811
+257739,1,20130604,8,10:12:20,80,0.75
+257740,1,20130604,8,10:12:21,82,0.731707317
+257741,1,20130604,8,10:12:21,84,0.714285714
+257742,1,20130604,8,10:12:22,87,0.689655172
+257743,1,20130604,8,10:12:23,90,0.666666667
+257744,1,20130604,8,10:12:23,92,0.652173913
+257745,1,20130604,8,10:12:24,89,0.674157303
+257746,1,20130604,8,10:12:25,74,0.810810811
+257747,1,20130604,8,10:12:25,75,0.8
+257748,1,20130604,8,10:12:26,79,0.759493671
+257749,1,20130604,8,10:12:27,78,0.769230769
+257750,1,20130604,8,10:12:28,85,0.705882353
+257751,1,20130604,8,10:12:29,92,0.652173913
+257752,1,20130604,8,10:12:29,92,0.652173913
+257753,1,20130604,8,10:12:30,95,0.631578947
+257754,1,20130604,8,10:12:30,97,0.618556701
+257755,1,20130604,8,10:12:31,91,0.659340659
+257756,1,20130604,8,10:12:32,84,0.714285714
+257757,1,20130604,8,10:12:32,73,0.821917808
+257758,1,20130604,8,10:12:33,82,0.731707317
+257759,1,20130604,8,10:12:34,79,0.759493671
+257760,1,20130604,8,10:12:35,77,0.779220779
+257761,1,20130604,8,10:12:36,78,0.769230769
+257762,1,20130604,8,10:12:36,82,0.731707317
+257763,1,20130604,8,10:12:37,89,0.674157303
+257764,1,20130604,8,10:12:38,89,0.674157303
+257765,1,20130604,8,10:12:38,85,0.705882353
+257766,1,20130604,8,10:12:39,76,0.789473684
+257767,1,20130604,8,10:12:40,80,0.75
+257768,1,20130604,8,10:12:41,80,0.75
+257769,1,20130604,8,10:12:41,88,0.681818182
+257770,1,20130604,8,10:12:42,84,0.714285714
+257771,1,20130604,8,10:12:43,93,0.64516129
+257772,1,20130604,8,10:12:43,93,0.64516129
+257773,1,20130604,8,10:12:44,90,0.666666667
+257774,1,20130604,8,10:12:45,83,0.722891566
+257775,1,20130604,8,10:12:45,82,0.731707317
+257776,1,20130604,8,10:12:46,82,0.731707317
+257777,1,20130604,8,10:12:47,82,0.731707317
+257778,1,20130604,8,10:12:48,83,0.722891566
+257779,1,20130604,8,10:12:48,83,0.722891566
+257780,1,20130604,8,10:12:49,83,0.722891566
+257781,1,20130604,8,10:12:50,83,0.722891566
+257782,1,20130604,8,10:12:51,83,0.722891566
+257783,1,20130604,8,10:12:51,83,0.722891566
+257784,1,20130604,8,10:12:52,83,0.722891566
+257785,1,20130604,8,10:12:53,83,0.722891566
+257786,1,20130604,8,10:12:53,90,0.666666667
+257787,1,20130604,8,10:12:54,87,0.689655172
+257788,1,20130604,8,10:12:55,88,0.681818182
+257789,1,20130604,8,10:12:55,90,0.666666667
+257790,1,20130604,8,10:12:56,92,0.652173913
+257791,1,20130604,8,10:12:57,93,0.64516129
+257792,1,20130604,8,10:12:57,92,0.652173913
+257793,1,20130604,8,10:12:58,93,0.64516129
+257794,1,20130604,8,10:12:59,101,0.594059406
+257795,1,20130604,8,10:12:59,101,0.594059406
+257796,1,20130604,8,10:13:00,101,0.594059406
+257797,1,20130604,8,10:13:01,103,0.582524272
+257798,1,20130604,8,10:13:01,100,0.6
+257799,1,20130604,8,10:13:02,113,0.530973451
+257800,1,20130604,8,10:13:02,108,0.555555556
+257801,1,20130604,8,10:13:03,107,0.560747664
+257802,1,20130604,8,10:13:03,108,0.555555556
+257803,1,20130604,8,10:13:04,108,0.555555556
+257804,1,20130604,8,10:13:04,108,0.555555556
+257805,1,20130604,8,10:13:05,108,0.555555556
+257806,1,20130604,8,10:13:06,108,0.555555556
+257807,1,20130604,8,10:13:06,108,0.555555556
+257808,1,20130604,8,10:13:07,109,0.550458716
+257809,1,20130604,8,10:13:07,109,0.550458716
+257810,1,20130604,8,10:13:08,122,0.491803279
+257811,1,20130604,8,10:13:08,119,0.504201681
+257812,1,20130604,8,10:13:09,123,0.487804878
+257813,1,20130604,8,10:13:09,127,0.472440945
+257814,1,20130604,8,10:13:10,118,0.508474576
+257815,1,20130604,8,10:13:10,119,0.504201681
+257816,1,20130604,8,10:13:11,114,0.526315789
+257817,1,20130604,8,10:13:11,103,0.582524272
+257818,1,20130604,8,10:13:12,106,0.566037736
+257819,1,20130604,8,10:13:12,106,0.566037736
+257820,1,20130604,8,10:13:13,112,0.535714286
+257821,1,20130604,8,10:13:14,115,0.52173913
+257822,1,20130604,8,10:13:14,110,0.545454545
+257823,1,20130604,8,10:13:15,109,0.550458716
+257824,1,20130604,8,10:13:15,102,0.588235294
+257825,1,20130604,8,10:13:16,92,0.652173913
+257826,1,20130604,8,10:13:16,78,0.769230769
+257827,1,20130604,8,10:13:17,72,0.833333333
+257828,1,20130604,8,10:13:18,74,0.810810811
+257829,1,20130604,8,10:13:19,73,0.821917808
+257830,1,20130604,8,10:13:20,72,0.833333333
+257831,1,20130604,8,10:13:20,70,0.857142857
+257832,1,20130604,8,10:13:21,69,0.869565217
+257833,1,20130604,8,10:13:22,66,0.909090909
+257834,1,20130604,8,10:13:23,62,0.967741935
+257835,1,20130604,8,10:13:24,61,0.983606557
+257836,1,20130604,8,10:13:25,69,0.869565217
+257837,1,20130604,8,10:13:26,77,0.779220779
+257838,1,20130604,8,10:13:27,71,0.845070423
+257839,1,20130604,8,10:13:28,70,0.857142857
+257840,1,20130604,8,10:13:28,78,0.769230769
+257841,1,20130604,8,10:13:29,73,0.821917808
+257842,1,20130604,8,10:13:30,63,0.952380952
+257843,1,20130604,8,10:13:31,61,0.983606557
+257844,1,20130604,8,10:13:32,68,0.882352941
+257845,1,20130604,8,10:13:33,61,0.983606557
+257846,1,20130604,8,10:13:34,61,0.983606557
+257847,1,20130604,8,10:13:35,71,0.845070423
+257848,1,20130604,8,10:13:36,71,0.845070423
+257849,1,20130604,8,10:13:36,76,0.789473684
+257850,1,20130604,8,10:13:37,80,0.75
+257851,1,20130604,8,10:13:38,79,0.759493671
+257852,1,20130604,8,10:13:39,78,0.769230769
+257853,1,20130604,8,10:13:40,76,0.789473684
+257854,1,20130604,8,10:13:40,75,0.8
+257855,1,20130604,8,10:13:41,74,0.810810811
+257856,1,20130604,8,10:13:42,73,0.821917808
+257857,1,20130604,8,10:13:43,65,0.923076923
+257858,1,20130604,8,10:13:44,63,0.952380952
+257859,1,20130604,8,10:13:45,72,0.833333333
+257860,1,20130604,8,10:13:45,64,0.9375
+257861,1,20130604,8,10:13:46,60,1
+257862,1,20130604,8,10:13:47,68,0.882352941
+257863,1,20130604,8,10:13:48,72,0.833333333
+257864,1,20130604,8,10:13:49,72,0.833333333
+257865,1,20130604,8,10:13:50,72,0.833333333
+257866,1,20130604,8,10:13:51,72,0.833333333
+257867,1,20130604,8,10:13:52,72,0.833333333
+257868,1,20130604,8,10:13:52,72,0.833333333
+257869,1,20130604,8,10:13:53,78,0.769230769
+257870,1,20130604,8,10:13:54,79,0.759493671
+257871,1,20130604,8,10:13:55,80,0.75
+257872,1,20130604,8,10:13:56,85,0.705882353
+257873,1,20130604,8,10:13:56,89,0.674157303
+257874,1,20130604,8,10:13:57,76,0.789473684
+257875,1,20130604,8,10:13:58,81,0.740740741
+257876,1,20130604,8,10:13:58,81,0.740740741
+257877,1,20130604,8,10:13:59,84,0.714285714
+257878,1,20130604,8,10:14:00,90,0.666666667
+257879,1,20130604,8,10:14:01,95,0.631578947
+257880,1,20130604,8,10:14:01,95,0.631578947
+257881,1,20130604,8,10:14:02,90,0.666666667
+257882,1,20130604,8,10:14:03,87,0.689655172
+257883,1,20130604,8,10:14:03,73,0.821917808
+257884,1,20130604,8,10:14:04,79,0.759493671
+257885,1,20130604,8,10:14:05,70,0.857142857
+257886,1,20130604,8,10:14:06,78,0.769230769
+257887,1,20130604,8,10:14:06,86,0.697674419
+257888,1,20130604,8,10:14:07,81,0.740740741
+257889,1,20130604,8,10:14:08,81,0.740740741
+257890,1,20130604,8,10:14:09,87,0.689655172
+257891,1,20130604,8,10:14:09,90,0.666666667
+257892,1,20130604,8,10:14:10,83,0.722891566
+257893,1,20130604,8,10:14:11,69,0.869565217
+257894,1,20130604,8,10:14:12,66,0.909090909
+257895,1,20130604,8,10:14:12,69,0.869565217
+257896,1,20130604,8,10:14:13,67,0.895522388
+257897,1,20130604,8,10:14:14,65,0.923076923
+257898,1,20130604,8,10:14:15,67,0.895522388
+257899,1,20130604,8,10:14:16,70,0.857142857
+257900,1,20130604,8,10:14:17,67,0.895522388
+257901,1,20130604,8,10:14:18,60,1
+257902,1,20130604,8,10:14:19,65,0.923076923
+257903,1,20130604,8,10:14:20,67,0.895522388
+257904,1,20130604,8,10:14:21,71,0.845070423
+257905,1,20130604,8,10:14:21,66,0.909090909
+257906,1,20130604,8,10:14:22,66,0.909090909
+257907,1,20130604,8,10:14:23,66,0.909090909
+257908,1,20130604,8,10:14:24,58,1.034482759
+257909,1,20130604,8,10:14:25,71,0.845070423
+257910,1,20130604,8,10:14:26,74,0.810810811
+257911,1,20130604,8,10:14:27,73,0.821917808
+257912,1,20130604,8,10:14:28,75,0.8
+257913,1,20130604,8,10:14:29,78,0.769230769
+257914,1,20130604,8,10:14:29,76,0.789473684
+257915,1,20130604,8,10:14:30,74,0.810810811
+257916,1,20130604,8,10:14:31,81,0.740740741
+257917,1,20130604,8,10:14:32,73,0.821917808
+257918,1,20130604,8,10:14:32,58,1.034482759
+257919,1,20130604,8,10:14:33,58,1.034482759
+257920,1,20130604,8,10:14:35,61,0.983606557
+257921,1,20130604,8,10:14:36,74,0.810810811
+257922,1,20130604,8,10:14:36,72,0.833333333
+257923,1,20130604,8,10:14:37,71,0.845070423
+257924,1,20130604,8,10:14:38,67,0.895522388
+257925,1,20130604,8,10:14:39,75,0.8
+257926,1,20130604,8,10:14:40,78,0.769230769
+257927,1,20130604,8,10:14:40,64,0.9375
+257928,1,20130604,8,10:14:41,59,1.016949153
+257929,1,20130604,8,10:14:42,63,0.952380952
+257930,1,20130604,8,10:14:43,68,0.882352941
+257931,1,20130604,8,10:14:44,72,0.833333333
+257932,1,20130604,8,10:14:45,79,0.759493671
+257933,1,20130604,8,10:14:46,82,0.731707317
+257934,1,20130604,8,10:14:47,84,0.714285714
+257935,1,20130604,8,10:14:47,85,0.705882353
+257936,1,20130604,8,10:14:48,88,0.681818182
+257937,1,20130604,8,10:14:49,95,0.631578947
+257938,1,20130604,8,10:14:49,92,0.652173913
+257939,1,20130604,8,10:14:50,88,0.681818182
+257940,1,20130604,8,10:14:51,85,0.705882353
+257941,1,20130604,8,10:14:51,82,0.731707317
+257942,1,20130604,8,10:14:52,79,0.759493671
+257943,1,20130604,8,10:14:53,77,0.779220779
+257944,1,20130604,8,10:14:54,68,0.882352941
+257945,1,20130604,8,10:14:54,69,0.869565217
+257946,1,20130604,8,10:14:55,69,0.869565217
+257947,1,20130604,8,10:14:56,84,0.714285714
+257948,1,20130604,8,10:14:57,84,0.714285714
+257949,1,20130604,8,10:14:58,81,0.740740741
+257950,1,20130604,8,10:14:58,72,0.833333333
+257951,1,20130604,8,10:14:59,77,0.779220779
+257952,1,20130604,8,10:15:00,73,0.821917808
+257953,1,20130604,8,10:15:01,75,0.8
+257954,1,20130604,8,10:15:02,79,0.759493671
+257955,1,20130604,8,10:15:02,83,0.722891566
+257956,1,20130604,8,10:15:03,87,0.689655172
+257957,1,20130604,8,10:15:04,87,0.689655172
+257958,1,20130604,8,10:15:04,93,0.64516129
+257959,1,20130604,8,10:15:05,93,0.64516129
+257960,1,20130604,8,10:15:06,90,0.666666667
+257961,1,20130604,8,10:15:06,81,0.740740741
+257962,1,20130604,8,10:15:07,94,0.638297872
+257963,1,20130604,8,10:15:08,93,0.64516129
+257964,1,20130604,8,10:15:08,84,0.714285714
+257965,1,20130604,8,10:15:09,94,0.638297872
+257966,1,20130604,8,10:15:10,84,0.714285714
+257967,1,20130604,8,10:15:11,76,0.789473684
+257968,1,20130604,8,10:15:11,72,0.833333333
+257969,1,20130604,8,10:15:12,72,0.833333333
+257970,1,20130604,8,10:15:13,67,0.895522388
+257971,1,20130604,8,10:15:14,69,0.869565217
+257972,1,20130604,8,10:15:15,77,0.779220779
+257973,1,20130604,8,10:15:16,75,0.8
+257974,1,20130604,8,10:15:16,76,0.789473684
+257975,1,20130604,8,10:15:17,78,0.769230769
+257976,1,20130604,8,10:15:18,83,0.722891566
+257977,1,20130604,8,10:15:19,83,0.722891566
+257978,1,20130604,8,10:15:19,71,0.845070423
+257979,1,20130604,8,10:15:20,58,1.034482759
+257980,1,20130604,8,10:15:21,59,1.016949153
+257981,1,20130604,8,10:15:22,65,0.923076923
+257982,1,20130604,8,10:15:23,69,0.869565217
+257983,1,20130604,8,10:15:24,78,0.769230769
+257984,1,20130604,8,10:15:25,78,0.769230769
+257985,1,20130604,8,10:15:26,78,0.769230769
+257986,1,20130604,8,10:15:26,80,0.75
+257987,1,20130604,8,10:15:27,80,0.75
+257988,1,20130604,8,10:15:28,84,0.714285714
+257989,1,20130604,8,10:15:29,94,0.638297872
+257990,1,20130604,8,10:15:29,85,0.705882353
+257991,1,20130604,8,10:15:30,83,0.722891566
+257992,1,20130604,8,10:15:31,77,0.779220779
+257993,1,20130604,8,10:15:31,72,0.833333333
+257994,1,20130604,8,10:15:32,75,0.8
+257995,1,20130604,8,10:15:33,82,0.731707317
+257996,1,20130604,8,10:15:34,86,0.697674419
+257997,1,20130604,8,10:15:34,83,0.722891566
+257998,1,20130604,8,10:15:35,89,0.674157303
+257999,1,20130604,8,10:15:36,85,0.705882353
+258000,1,20130604,8,10:15:37,81,0.740740741
+258001,1,20130604,8,10:15:37,77,0.779220779
+258002,1,20130604,8,10:15:38,74,0.810810811
+258003,1,20130604,8,10:15:39,71,0.845070423
+258004,1,20130604,8,10:15:40,69,0.869565217
+258005,1,20130604,8,10:15:41,66,0.909090909
+258006,1,20130604,8,10:15:42,64,0.9375
+258007,1,20130604,8,10:15:42,62,0.967741935
+258008,1,20130604,8,10:15:43,60,1
+258009,1,20130604,8,10:15:44,58,1.034482759
+258010,1,20130604,8,10:15:45,56,1.071428571
+258011,1,20130604,8,10:15:47,54,1.111111111
+258012,1,20130604,8,10:15:48,53,1.132075472
+258013,1,20130604,8,10:15:49,46,1.304347826
+258014,1,20130604,8,10:15:50,46,1.304347826
+258015,1,20130604,8,10:15:51,44,1.363636364
+258016,1,20130604,8,10:15:53,49,1.224489796
+258017,1,20130604,8,10:15:54,56,1.071428571
+258018,1,20130604,8,10:15:55,58,1.034482759
+258019,1,20130604,8,10:15:56,65,0.923076923
+258020,1,20130604,8,10:15:57,66,0.909090909
+258021,1,20130604,8,10:15:58,66,0.909090909
+258022,1,20130604,8,10:15:59,69,0.869565217
+258023,1,20130604,8,10:16:00,74,0.810810811
+258024,1,20130604,8,10:16:01,74,0.810810811
+258025,1,20130604,8,10:16:01,76,0.789473684
+258026,1,20130604,8,10:16:02,80,0.75
+258027,1,20130604,8,10:16:03,64,0.9375
+258028,1,20130604,8,10:16:04,77,0.779220779
+258029,1,20130604,8,10:16:05,72,0.833333333
+258030,1,20130604,8,10:16:05,75,0.8
+258031,1,20130604,8,10:16:06,72,0.833333333
+258032,1,20130604,8,10:16:07,70,0.857142857
+258033,1,20130604,8,10:16:08,71,0.845070423
+258034,1,20130604,8,10:16:09,74,0.810810811
+258035,1,20130604,8,10:16:10,74,0.810810811
+258036,1,20130604,8,10:16:10,73,0.821917808
+258037,1,20130604,8,10:16:11,74,0.810810811
+258038,1,20130604,8,10:16:12,75,0.8
+258039,1,20130604,8,10:16:13,76,0.789473684
+258040,1,20130604,8,10:16:14,77,0.779220779
+258041,1,20130604,8,10:16:14,78,0.769230769
+258042,1,20130604,8,10:16:15,79,0.759493671
+258043,1,20130604,8,10:16:16,84,0.714285714
+258044,1,20130604,8,10:16:17,84,0.714285714
+258045,1,20130604,8,10:16:17,77,0.779220779
+258046,1,20130604,8,10:16:18,77,0.779220779
+258047,1,20130604,8,10:16:19,78,0.769230769
+258048,1,20130604,8,10:16:20,87,0.689655172
+258049,1,20130604,8,10:16:20,82,0.731707317
+258050,1,20130604,8,10:16:21,86,0.697674419
+258051,1,20130604,8,10:16:22,86,0.697674419
+258052,1,20130604,8,10:16:22,86,0.697674419
+258053,1,20130604,8,10:16:23,89,0.674157303
+258054,1,20130604,8,10:16:24,92,0.652173913
+258055,1,20130604,8,10:16:25,92,0.652173913
+258056,1,20130604,8,10:16:25,92,0.652173913
+258057,1,20130604,8,10:16:26,92,0.652173913
+258058,1,20130604,8,10:16:26,92,0.652173913
+258059,1,20130604,8,10:16:27,92,0.652173913
+258060,1,20130604,8,10:16:28,92,0.652173913
+258061,1,20130604,8,10:16:28,92,0.652173913
+258062,1,20130604,8,10:16:29,91,0.659340659
+258063,1,20130604,8,10:16:30,91,0.659340659
+258064,1,20130604,8,10:16:30,91,0.659340659
+258065,1,20130604,8,10:16:31,91,0.659340659
+258066,1,20130604,8,10:16:32,90,0.666666667
+258067,1,20130604,8,10:16:32,92,0.652173913
+258068,1,20130604,8,10:16:33,91,0.659340659
+258069,1,20130604,8,10:16:34,90,0.666666667
+258070,1,20130604,8,10:16:34,89,0.674157303
+258071,1,20130604,8,10:16:35,88,0.681818182
+258072,1,20130604,8,10:16:36,87,0.689655172
+258073,1,20130604,8,10:16:36,87,0.689655172
+258074,1,20130604,8,10:16:37,87,0.689655172
+258075,1,20130604,8,10:16:38,87,0.689655172
+258076,1,20130604,8,10:16:38,87,0.689655172
+258077,1,20130604,8,10:16:39,87,0.689655172
+258078,1,20130604,8,10:16:40,87,0.689655172
+258079,1,20130604,8,10:16:41,87,0.689655172
+258080,1,20130604,8,10:16:41,87,0.689655172
+258081,1,20130604,8,10:16:42,86,0.697674419
+258082,1,20130604,8,10:16:43,86,0.697674419
+258083,1,20130604,8,10:16:43,87,0.689655172
+258084,1,20130604,8,10:16:44,87,0.689655172
+258085,1,20130604,8,10:16:45,88,0.681818182
+258086,1,20130604,8,10:16:45,86,0.697674419
+258087,1,20130604,8,10:16:46,87,0.689655172
+258088,1,20130604,8,10:16:47,88,0.681818182
+258089,1,20130604,8,10:16:47,89,0.674157303
+258090,1,20130604,8,10:16:48,90,0.666666667
+258091,1,20130604,8,10:16:49,90,0.666666667
+258092,1,20130604,8,10:16:49,91,0.659340659
+258093,1,20130604,8,10:16:50,93,0.64516129
+258094,1,20130604,8,10:16:51,94,0.638297872
+258095,1,20130604,8,10:16:51,96,0.625
+258096,1,20130604,8,10:16:52,97,0.618556701
+258097,1,20130604,8,10:16:53,99,0.606060606
+258098,1,20130604,8,10:16:53,102,0.588235294
+258099,1,20130604,8,10:16:54,104,0.576923077
+258100,1,20130604,8,10:16:54,102,0.588235294
+258101,1,20130604,8,10:16:55,101,0.594059406
+258102,1,20130604,8,10:16:56,100,0.6
+258103,1,20130604,8,10:16:56,98,0.612244898
+258104,1,20130604,8,10:16:57,97,0.618556701
+258105,1,20130604,8,10:16:57,96,0.625
+258106,1,20130604,8,10:16:58,95,0.631578947
+258107,1,20130604,8,10:16:59,93,0.64516129
+258108,1,20130604,8,10:16:59,90,0.666666667
+258109,1,20130604,8,10:17:00,86,0.697674419
+258110,1,20130604,8,10:17:01,92,0.652173913
+258111,1,20130604,8,10:17:01,92,0.652173913
+258112,1,20130604,8,10:17:02,77,0.779220779
+258113,1,20130604,8,10:17:03,65,0.923076923
+258114,1,20130604,8,10:17:04,65,0.923076923
+258115,1,20130604,8,10:17:05,61,0.983606557
+258116,1,20130604,8,10:17:06,56,1.071428571
+258117,1,20130604,8,10:17:07,56,1.071428571
+258118,1,20130604,8,10:17:08,57,1.052631579
+258119,1,20130604,8,10:17:09,58,1.034482759
+258120,1,20130604,8,10:17:10,57,1.052631579
+258121,1,20130604,8,10:17:11,57,1.052631579
+258122,1,20130604,8,10:17:12,56,1.071428571
+258123,1,20130604,8,10:17:13,56,1.071428571
+258124,1,20130604,8,10:17:14,55,1.090909091
+258125,1,20130604,8,10:17:15,54,1.111111111
+258126,1,20130604,8,10:17:16,54,1.111111111
+258127,1,20130604,8,10:17:17,54,1.111111111
+258128,1,20130604,8,10:17:19,53,1.132075472
+258129,1,20130604,8,10:17:20,53,1.132075472
+258130,1,20130604,8,10:17:21,50,1.2
+258131,1,20130604,8,10:17:22,50,1.2
+258132,1,20130604,8,10:17:23,51,1.176470588
+258133,1,20130604,8,10:17:24,51,1.176470588
+258134,1,20130604,8,10:17:26,51,1.176470588
+258135,1,20130604,8,10:17:27,51,1.176470588
+258136,1,20130604,8,10:17:28,52,1.153846154
+258137,1,20130604,8,10:17:29,38,1.578947368
+258138,1,20130604,8,10:17:31,40,1.5
+258139,1,20130604,8,10:17:32,40,1.5
+258140,1,20130604,8,10:17:34,40,1.5
+258141,1,20130604,8,10:17:35,40,1.5
+258142,1,20130604,8,10:17:37,38,1.578947368
+258143,1,20130604,8,10:17:38,35,1.714285714
+258144,1,20130604,8,10:17:40,35,1.714285714
+258145,1,20130604,8,10:17:42,36,1.666666667
+258146,1,20130604,8,10:17:43,36,1.666666667
+258147,1,20130604,8,10:17:45,37,1.621621622
+258148,1,20130604,8,10:17:47,38,1.578947368
+258149,1,20130604,8,10:17:48,39,1.538461538
+258150,1,20130604,8,10:17:50,40,1.5
+258151,1,20130604,8,10:17:51,40,1.5
+258152,1,20130604,8,10:17:53,41,1.463414634
+258153,1,20130604,8,10:17:54,42,1.428571429
+258154,1,20130604,8,10:17:56,43,1.395348837
+258155,1,20130604,8,10:17:57,45,1.333333333
+258156,1,20130604,8,10:17:58,47,1.276595745
+258157,1,20130604,8,10:18:00,49,1.224489796
+258158,1,20130604,8,10:18:01,52,1.153846154
+258159,1,20130604,8,10:18:02,54,1.111111111
+258160,1,20130604,8,10:18:03,57,1.052631579
+258161,1,20130604,8,10:18:04,63,0.952380952
+258162,1,20130604,8,10:18:05,63,0.952380952
+258163,1,20130604,8,10:18:06,58,1.034482759
+258164,1,20130604,8,10:18:07,60,1
+258165,1,20130604,8,10:18:08,63,0.952380952
+258166,1,20130604,8,10:18:09,66,0.909090909
+258167,1,20130604,8,10:18:10,69,0.869565217
+258168,1,20130604,8,10:18:11,72,0.833333333
+258169,1,20130604,8,10:18:12,76,0.789473684
+258170,1,20130604,8,10:18:12,80,0.75
+258171,1,20130604,8,10:18:13,99,0.606060606
+258172,1,20130604,8,10:18:14,89,0.674157303
+258173,1,20130604,8,10:18:14,99,0.606060606
+258174,1,20130604,8,10:18:15,112,0.535714286
+258175,1,20130604,8,10:18:16,112,0.535714286
+258176,1,20130604,8,10:18:16,113,0.530973451
diff --git a/asterixdb/asterix-app/src/main/java/org/apache/asterix/api/common/APIFramework.java b/asterixdb/asterix-app/src/main/java/org/apache/asterix/api/common/APIFramework.java
index c15704a..ad715a4 100644
--- a/asterixdb/asterix-app/src/main/java/org/apache/asterix/api/common/APIFramework.java
+++ b/asterixdb/asterix-app/src/main/java/org/apache/asterix/api/common/APIFramework.java
@@ -118,17 +118,20 @@
     private static final int MIN_FRAME_LIMIT_FOR_SORT = 3;
     private static final int MIN_FRAME_LIMIT_FOR_GROUP_BY = 4;
     private static final int MIN_FRAME_LIMIT_FOR_JOIN = 5;
+    // one for query, two for intermediate results, one for final result, and one for reading an inverted list
+    private static final int MIN_FRAME_LIMIT_FOR_TEXTSEARCH = 5;
     private static final String LPLAN = "Logical plan";
     private static final String OPLAN = "Optimized logical plan";
 
     // A white list of supported configurable parameters.
     private static final Set<String> CONFIGURABLE_PARAMETER_NAMES =
             ImmutableSet.of(CompilerProperties.COMPILER_JOINMEMORY_KEY, CompilerProperties.COMPILER_GROUPMEMORY_KEY,
-                    CompilerProperties.COMPILER_SORTMEMORY_KEY, CompilerProperties.COMPILER_PARALLELISM_KEY,
-                    FunctionUtil.IMPORT_PRIVATE_FUNCTIONS, FuzzyUtils.SIM_FUNCTION_PROP_NAME,
-                    FuzzyUtils.SIM_THRESHOLD_PROP_NAME, StartFeedStatement.WAIT_FOR_COMPLETION,
-                    FeedActivityDetails.FEED_POLICY_NAME, FeedActivityDetails.COLLECT_LOCATIONS, "inline_with",
-                    "hash_merge", "output-record-type", AbstractIntroduceAccessMethodRule.NO_INDEX_ONLY_PLAN_OPTION);
+                    CompilerProperties.COMPILER_SORTMEMORY_KEY, CompilerProperties.COMPILER_TEXTSEARCHMEMORY_KEY,
+                    CompilerProperties.COMPILER_PARALLELISM_KEY, FunctionUtil.IMPORT_PRIVATE_FUNCTIONS,
+                    FuzzyUtils.SIM_FUNCTION_PROP_NAME, FuzzyUtils.SIM_THRESHOLD_PROP_NAME,
+                    StartFeedStatement.WAIT_FOR_COMPLETION, FeedActivityDetails.FEED_POLICY_NAME,
+                    FeedActivityDetails.COLLECT_LOCATIONS, "inline_with", "hash_merge", "output-record-type",
+                    AbstractIntroduceAccessMethodRule.NO_INDEX_ONLY_PLAN_OPTION);
 
     private final IRewriterFactory rewriterFactory;
     private final IAstPrintVisitorFactory astPrintVisitorFactory;
@@ -341,11 +344,16 @@
         int joinFrameLimit = getFrameLimit(CompilerProperties.COMPILER_JOINMEMORY_KEY,
                 querySpecificConfig.get(CompilerProperties.COMPILER_JOINMEMORY_KEY),
                 compilerProperties.getJoinMemorySize(), frameSize, MIN_FRAME_LIMIT_FOR_JOIN);
+        int textSearchFrameLimit = getFrameLimit(CompilerProperties.COMPILER_TEXTSEARCHMEMORY_KEY,
+                querySpecificConfig.get(CompilerProperties.COMPILER_TEXTSEARCHMEMORY_KEY),
+                compilerProperties.getTextSearchMemorySize(), frameSize, MIN_FRAME_LIMIT_FOR_TEXTSEARCH);
         final PhysicalOptimizationConfig physOptConf = OptimizationConfUtil.getPhysicalOptimizationConfig();
         physOptConf.setFrameSize(frameSize);
         physOptConf.setMaxFramesExternalSort(sortFrameLimit);
         physOptConf.setMaxFramesExternalGroupBy(groupFrameLimit);
         physOptConf.setMaxFramesForJoin(joinFrameLimit);
+        physOptConf.setMaxFramesForTextSearch(textSearchFrameLimit);
+
         return physOptConf;
     }
 
diff --git a/asterixdb/asterix-app/src/main/java/org/apache/asterix/app/resource/OperatorResourcesComputer.java b/asterixdb/asterix-app/src/main/java/org/apache/asterix/app/resource/OperatorResourcesComputer.java
index 7eaaa3d..1913683 100644
--- a/asterixdb/asterix-app/src/main/java/org/apache/asterix/app/resource/OperatorResourcesComputer.java
+++ b/asterixdb/asterix-app/src/main/java/org/apache/asterix/app/resource/OperatorResourcesComputer.java
@@ -22,6 +22,7 @@
 import org.apache.hyracks.algebricks.core.algebra.base.IPhysicalOperator;
 import org.apache.hyracks.algebricks.core.algebra.base.PhysicalOperatorTag;
 import org.apache.hyracks.algebricks.core.algebra.operators.logical.AbstractLogicalOperator;
+import org.apache.hyracks.algebricks.core.algebra.operators.logical.AbstractUnnestMapOperator;
 import org.apache.hyracks.algebricks.core.algebra.operators.logical.ExchangeOperator;
 
 public class OperatorResourcesComputer {
@@ -33,14 +34,16 @@
     private final long groupByMemorySize;
     private final long joinMemorySize;
     private final long sortMemorySize;
+    private final long textSearchMemorySize;
     private final long frameSize;
 
     public OperatorResourcesComputer(int numComputationPartitions, int sortFrameLimit, int groupFrameLimit,
-            int joinFrameLimit, long frameSize) {
+            int joinFrameLimit, int textSearchFrameLimit, long frameSize) {
         this.numComputationPartitions = numComputationPartitions;
         this.groupByMemorySize = groupFrameLimit * frameSize;
         this.joinMemorySize = joinFrameLimit * frameSize;
         this.sortMemorySize = sortFrameLimit * frameSize;
+        this.textSearchMemorySize = textSearchFrameLimit * frameSize;
         this.frameSize = frameSize;
     }
 
@@ -62,7 +65,6 @@
             case EMPTYTUPLESOURCE:
             case DELEGATE_OPERATOR:
             case EXTERNAL_LOOKUP:
-            case LEFT_OUTER_UNNEST_MAP:
             case LIMIT:
             case MATERIALIZE:
             case NESTEDTUPLESOURCE:
@@ -78,7 +80,6 @@
             case UNIONALL:
             case UNNEST:
             case LEFT_OUTER_UNNEST:
-            case UNNEST_MAP:
             case UPDATE:
             case WRITE:
             case WRITE_RESULT:
@@ -86,6 +87,15 @@
             case INSERT_DELETE_UPSERT:
             case INTERSECT:
                 return getOperatorRequiredMemory(operator, frameSize);
+            case LEFT_OUTER_UNNEST_MAP:
+            case UNNEST_MAP:
+                // Since an inverted-index search requires certain amount of memory, needs to calculate
+                // the memory size differently if the given index-search is an inverted-index search.
+                long unnestMapMemorySize = frameSize;
+                if (isInvertedIndexSearch((AbstractUnnestMapOperator) operator)) {
+                    unnestMapMemorySize += textSearchMemorySize;
+                }
+                return getOperatorRequiredMemory(operator, unnestMapMemorySize);
             case EXCHANGE:
                 return getExchangeRequiredMemory((ExchangeOperator) operator);
             case GROUP:
@@ -108,6 +118,16 @@
         return memorySize;
     }
 
+    private boolean isInvertedIndexSearch(AbstractUnnestMapOperator op) {
+        IPhysicalOperator physicalOperator = op.getPhysicalOperator();
+        final PhysicalOperatorTag physicalOperatorTag = physicalOperator.getOperatorTag();
+        if (physicalOperatorTag == PhysicalOperatorTag.LENGTH_PARTITIONED_INVERTED_INDEX_SEARCH
+                || physicalOperatorTag == PhysicalOperatorTag.SINGLE_PARTITION_INVERTED_INDEX_SEARCH) {
+            return true;
+        }
+        return false;
+    }
+
     private long getExchangeRequiredMemory(ExchangeOperator op) {
         final IPhysicalOperator physicalOperator = op.getPhysicalOperator();
         final PhysicalOperatorTag physicalOperatorTag = physicalOperator.getOperatorTag();
diff --git a/asterixdb/asterix-app/src/main/java/org/apache/asterix/utils/ResourceUtils.java b/asterixdb/asterix-app/src/main/java/org/apache/asterix/utils/ResourceUtils.java
index 0149ffa..d9ead33 100644
--- a/asterixdb/asterix-app/src/main/java/org/apache/asterix/utils/ResourceUtils.java
+++ b/asterixdb/asterix-app/src/main/java/org/apache/asterix/utils/ResourceUtils.java
@@ -58,9 +58,10 @@
         final int sortFrameLimit = physicalOptimizationConfig.getMaxFramesExternalSort();
         final int groupFrameLimit = physicalOptimizationConfig.getMaxFramesForGroupBy();
         final int joinFrameLimit = physicalOptimizationConfig.getMaxFramesForJoin();
+        final int textSearchFrameLimit = physicalOptimizationConfig.getMaxFramesForTextSearch();
         final List<PlanStage> planStages = getStages(plan);
         return getStageBasedRequiredCapacity(planStages, computationLocations.getLocations().length, sortFrameLimit,
-                groupFrameLimit, joinFrameLimit, frameSize);
+                groupFrameLimit, joinFrameLimit, textSearchFrameLimit, frameSize);
     }
 
     public static List<PlanStage> getStages(ILogicalPlan plan) throws AlgebricksException {
@@ -72,9 +73,9 @@
     }
 
     public static IClusterCapacity getStageBasedRequiredCapacity(List<PlanStage> stages, int computationLocations,
-            int sortFrameLimit, int groupFrameLimit, int joinFrameLimit, int frameSize) {
+            int sortFrameLimit, int groupFrameLimit, int joinFrameLimit, int textSearchFrameLimit, int frameSize) {
         final OperatorResourcesComputer computer = new OperatorResourcesComputer(computationLocations, sortFrameLimit,
-                groupFrameLimit, joinFrameLimit, frameSize);
+                groupFrameLimit, joinFrameLimit, textSearchFrameLimit, frameSize);
         final IClusterCapacity clusterCapacity = new ClusterCapacity();
         final Long maxRequiredMemory = stages.stream().mapToLong(stage -> stage.getRequiredMemory(computer)).max()
                 .orElseThrow(IllegalStateException::new);
diff --git a/asterixdb/asterix-app/src/main/resources/cc.conf b/asterixdb/asterix-app/src/main/resources/cc.conf
index fe6cf64..0d9f54f 100644
--- a/asterixdb/asterix-app/src/main/resources/cc.conf
+++ b/asterixdb/asterix-app/src/main/resources/cc.conf
@@ -51,6 +51,7 @@
 compiler.sortmemory=320KB
 compiler.groupmemory=160KB
 compiler.joinmemory=256KB
+compiler.textsearchmemory=160KB
 messaging.frame.size=4096
 messaging.frame.count=512
 
diff --git a/asterixdb/asterix-app/src/main/resources/cc2.conf b/asterixdb/asterix-app/src/main/resources/cc2.conf
index 113497d..ddf1438 100644
--- a/asterixdb/asterix-app/src/main/resources/cc2.conf
+++ b/asterixdb/asterix-app/src/main/resources/cc2.conf
@@ -51,6 +51,7 @@
 compiler.sortmemory=320KB
 compiler.groupmemory=160KB
 compiler.joinmemory=256KB
+compiler.textsearchmemory=160KB
 compiler.parallelism=-1
 messaging.frame.size=4096
 messaging.frame.count=512
diff --git a/asterixdb/asterix-app/src/main/resources/cc3.conf b/asterixdb/asterix-app/src/main/resources/cc3.conf
index e210bf62..b819f24 100644
--- a/asterixdb/asterix-app/src/main/resources/cc3.conf
+++ b/asterixdb/asterix-app/src/main/resources/cc3.conf
@@ -51,6 +51,7 @@
 compiler.sortmemory=320KB
 compiler.groupmemory=160KB
 compiler.joinmemory=256KB
+compiler.textsearchmemory=160KB
 compiler.parallelism=3
 messaging.frame.size=4096
 messaging.frame.count=512
diff --git a/asterixdb/asterix-app/src/test/java/org/apache/asterix/app/resource/PlanStagesGeneratorTest.java b/asterixdb/asterix-app/src/test/java/org/apache/asterix/app/resource/PlanStagesGeneratorTest.java
index 0e55b1e..d3113ca 100644
--- a/asterixdb/asterix-app/src/test/java/org/apache/asterix/app/resource/PlanStagesGeneratorTest.java
+++ b/asterixdb/asterix-app/src/test/java/org/apache/asterix/app/resource/PlanStagesGeneratorTest.java
@@ -301,7 +301,7 @@
 
     private void assertRequiredMemory(List<PlanStage> stages, long expectedMemory) {
         final IClusterCapacity clusterCapacity = ResourceUtils.getStageBasedRequiredCapacity(stages, PARALLELISM,
-                FRAME_LIMIT, FRAME_LIMIT, FRAME_LIMIT, FRAME_SIZE);
+                FRAME_LIMIT, FRAME_LIMIT, FRAME_LIMIT, FRAME_LIMIT, FRAME_SIZE);
         Assert.assertEquals(clusterCapacity.getAggregatedMemoryByteSize(), expectedMemory);
     }
 }
diff --git a/asterixdb/asterix-app/src/test/resources/cc.conf b/asterixdb/asterix-app/src/test/resources/cc.conf
index 5cf1bbe..1c141f1 100644
--- a/asterixdb/asterix-app/src/test/resources/cc.conf
+++ b/asterixdb/asterix-app/src/test/resources/cc.conf
@@ -52,5 +52,6 @@
 compiler.sortmemory=320KB
 compiler.groupmemory=160KB
 compiler.joinmemory=256KB
+compiler.textsearchmemory=160KB
 messaging.frame.size=4096
 messaging.frame.count=512
diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/fulltext/fulltext-index-03/fulltext-index-03.1.ddl.sqlpp b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/fulltext/fulltext-index-03/fulltext-index-03.1.ddl.sqlpp
new file mode 100644
index 0000000..22ad574
--- /dev/null
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/fulltext/fulltext-index-03/fulltext-index-03.1.ddl.sqlpp
@@ -0,0 +1,51 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/*
+ *  Description     : Full-text search index test
+ *                  : This test is intended to verify that the full-text search works as expected.
+ *                  : query #3 - two string values in [an ordered list] query with "any" option
+ *                  :            in this case, "any" option that enforces a disjunctive search will be applied.
+ *  Expected Result : Success
+ *
+*/
+
+drop dataverse test if exists;
+create dataverse test;
+use test;
+
+create type MyRecord as closed {
+  id: int64,
+  docid: int64,
+  val1: int64,
+  title: string,
+  point: point,
+  kwds: string,
+  line1: line,
+  line2: line,
+  poly1: polygon,
+  poly2: polygon,
+  rec: rectangle,
+  circle: circle
+};
+
+create dataset MyData(MyRecord)
+  primary key id;
+
+create index fulltext_index_title on MyData(title) type fulltext;
diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/fulltext/fulltext-index-03/fulltext-index-03.2.update.sqlpp b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/fulltext/fulltext-index-03/fulltext-index-03.2.update.sqlpp
new file mode 100644
index 0000000..9b7c1f6
--- /dev/null
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/fulltext/fulltext-index-03/fulltext-index-03.2.update.sqlpp
@@ -0,0 +1,24 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+use test;
+
+load dataset MyData
+using localfs
+(("path"="asterix_nc1://data/spatial/spatialData2.json"),("format"="adm"));
diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/fulltext/fulltext-index-03/fulltext-index-03.3.query.sqlpp b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/fulltext/fulltext-index-03/fulltext-index-03.3.query.sqlpp
new file mode 100644
index 0000000..28c4190
--- /dev/null
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/fulltext/fulltext-index-03/fulltext-index-03.3.query.sqlpp
@@ -0,0 +1,25 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+use test;
+
+select element {"id":ftval.id}
+from MyData as ftval
+where test.ftcontains(ftval.title, ["object","database"], {"mode":"any"})
+order by ftval.id;
diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/fulltext/fulltext-index-large-data/fulltext-index-large-data.1.ddl.sqlpp b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/fulltext/fulltext-index-large-data/fulltext-index-large-data.1.ddl.sqlpp
new file mode 100644
index 0000000..e63ecdb
--- /dev/null
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/fulltext/fulltext-index-large-data/fulltext-index-large-data.1.ddl.sqlpp
@@ -0,0 +1,47 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/*
+ * Description     : Testing using a secondary fulltext index
+ *                 : Based on the text.searchmemory budget (default=160KB), this test should
+ *                 : create intermediate result files.
+ */
+
+drop  dataverse test if exists;
+create  dataverse test;
+
+use test;
+
+create type FragileTypeRaw as closed {
+  row_id: int32,
+  sid: int32,
+  date: string,
+  day: int32,
+  time: string,
+  bpm: int32,
+  RR: float
+};
+
+// For bulk-loading test (tuples will be fetched from the disk)
+create dataset Fragile_raw (FragileTypeRaw) primary key row_id;
+
+// For insert test (tuples will be fetched from memory)
+create dataset Fragile_raw_insert (FragileTypeRaw) primary key row_id;
+create  index fulltext_insert_index  on Fragile_raw_insert(date) type fulltext;
+
diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/fulltext/fulltext-index-large-data/fulltext-index-large-data.2.update.sqlpp b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/fulltext/fulltext-index-large-data/fulltext-index-large-data.2.update.sqlpp
new file mode 100644
index 0000000..3333df8
--- /dev/null
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/fulltext/fulltext-index-large-data/fulltext-index-large-data.2.update.sqlpp
@@ -0,0 +1,27 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+use test;
+
+load dataset Fragile_raw using localfs
+((`path`=`asterix_nc1://data/csv/fragile_sample.csv`),(`format`=`delimited-text`),(`delimiter`=`,`)) pre-sorted;
+
+insert into Fragile_raw_insert (
+  select value t from Fragile_raw t
+);
\ No newline at end of file
diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/fulltext/fulltext-index-large-data/fulltext-index-large-data.3.ddl.sqlpp b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/fulltext/fulltext-index-large-data/fulltext-index-large-data.3.ddl.sqlpp
new file mode 100644
index 0000000..5d719c6
--- /dev/null
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/fulltext/fulltext-index-large-data/fulltext-index-large-data.3.ddl.sqlpp
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+use test;
+
+create  index ngram_index  on Fragile_raw(date) type ngram(2);
diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/fulltext/fulltext-index-large-data/fulltext-index-large-data.4.query.sqlpp b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/fulltext/fulltext-index-large-data/fulltext-index-large-data.4.query.sqlpp
new file mode 100644
index 0000000..a41a95f
--- /dev/null
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/fulltext/fulltext-index-large-data/fulltext-index-large-data.4.query.sqlpp
@@ -0,0 +1,24 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+use test;
+
+select value count(*)
+from  Fragile_raw as o
+where ftcontains(o.date,'20130417');
diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/fulltext/fulltext-index-large-data/fulltext-index-large-data.5.query.sqlpp b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/fulltext/fulltext-index-large-data/fulltext-index-large-data.5.query.sqlpp
new file mode 100644
index 0000000..81dd172
--- /dev/null
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/fulltext/fulltext-index-large-data/fulltext-index-large-data.5.query.sqlpp
@@ -0,0 +1,24 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+use test;
+
+select value count(*)
+from  Fragile_raw_insert as o
+where ftcontains(o.date,'20130417');
diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/index-selection/inverted-index-ngram-edit-distance-large-data/inverted-index-ngram-edit-distance-large-data.1.ddl.sqlpp b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/index-selection/inverted-index-ngram-edit-distance-large-data/inverted-index-ngram-edit-distance-large-data.1.ddl.sqlpp
new file mode 100644
index 0000000..b7f0ec5
--- /dev/null
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/index-selection/inverted-index-ngram-edit-distance-large-data/inverted-index-ngram-edit-distance-large-data.1.ddl.sqlpp
@@ -0,0 +1,47 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/*
+ * Description     : Testing using a secondary inverted n-gram index
+ *                 : Based on the text.searchmemory budget (default=160KB), this test should
+ *                 : create intermediate result files.
+ */
+
+drop  dataverse test if exists;
+create  dataverse test;
+
+use test;
+
+create type FragileTypeRaw as closed {
+  row_id: int32,
+  sid: int32,
+  date: string,
+  day: int32,
+  time: string,
+  bpm: int32,
+  RR: float
+};
+
+// For bulk-loading test (tuples will be fetched from the disk)
+create dataset Fragile_raw (FragileTypeRaw) primary key row_id;
+
+// For insert test (tuples will be fetched from memory)
+create dataset Fragile_raw_insert (FragileTypeRaw) primary key row_id;
+create  index ngram_insert_index  on Fragile_raw_insert(date) type ngram(2);
+
diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/index-selection/inverted-index-ngram-edit-distance-large-data/inverted-index-ngram-edit-distance-large-data.2.update.sqlpp b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/index-selection/inverted-index-ngram-edit-distance-large-data/inverted-index-ngram-edit-distance-large-data.2.update.sqlpp
new file mode 100644
index 0000000..3333df8
--- /dev/null
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/index-selection/inverted-index-ngram-edit-distance-large-data/inverted-index-ngram-edit-distance-large-data.2.update.sqlpp
@@ -0,0 +1,27 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+use test;
+
+load dataset Fragile_raw using localfs
+((`path`=`asterix_nc1://data/csv/fragile_sample.csv`),(`format`=`delimited-text`),(`delimiter`=`,`)) pre-sorted;
+
+insert into Fragile_raw_insert (
+  select value t from Fragile_raw t
+);
\ No newline at end of file
diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/index-selection/inverted-index-ngram-edit-distance-large-data/inverted-index-ngram-edit-distance-large-data.3.ddl.sqlpp b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/index-selection/inverted-index-ngram-edit-distance-large-data/inverted-index-ngram-edit-distance-large-data.3.ddl.sqlpp
new file mode 100644
index 0000000..5d719c6
--- /dev/null
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/index-selection/inverted-index-ngram-edit-distance-large-data/inverted-index-ngram-edit-distance-large-data.3.ddl.sqlpp
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+use test;
+
+create  index ngram_index  on Fragile_raw(date) type ngram(2);
diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/index-selection/inverted-index-ngram-edit-distance-large-data/inverted-index-ngram-edit-distance-large-data.4.query.sqlpp b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/index-selection/inverted-index-ngram-edit-distance-large-data/inverted-index-ngram-edit-distance-large-data.4.query.sqlpp
new file mode 100644
index 0000000..64a71ce
--- /dev/null
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/index-selection/inverted-index-ngram-edit-distance-large-data/inverted-index-ngram-edit-distance-large-data.4.query.sqlpp
@@ -0,0 +1,26 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+// The following predicate returns all rows since there are only two distinct date values on the dataset.
+
+use test;
+
+select value count(*)
+from  Fragile_raw as o
+where `edit-distance-check`(o.date,'20130417',4)[0];
diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/index-selection/inverted-index-ngram-edit-distance-large-data/inverted-index-ngram-edit-distance-large-data.5.query.sqlpp b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/index-selection/inverted-index-ngram-edit-distance-large-data/inverted-index-ngram-edit-distance-large-data.5.query.sqlpp
new file mode 100644
index 0000000..c68c38b
--- /dev/null
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/queries_sqlpp/index-selection/inverted-index-ngram-edit-distance-large-data/inverted-index-ngram-edit-distance-large-data.5.query.sqlpp
@@ -0,0 +1,26 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+// The following predicate returns all rows since there are only two distinct date values on the dataset.
+
+use test;
+
+select value count(*)
+from  Fragile_raw_insert as o
+where `edit-distance-check`(o.date,'20130417',4)[0];
diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/results/api/cluster_state_1/cluster_state_1.1.regexadm b/asterixdb/asterix-app/src/test/resources/runtimets/results/api/cluster_state_1/cluster_state_1.1.regexadm
index 59057b1..28ef0eb 100644
--- a/asterixdb/asterix-app/src/test/resources/runtimets/results/api/cluster_state_1/cluster_state_1.1.regexadm
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/results/api/cluster_state_1/cluster_state_1.1.regexadm
@@ -11,6 +11,7 @@
     "compiler\.joinmemory" : 262144,
     "compiler\.parallelism" : 0,
     "compiler\.sortmemory" : 327680,
+    "compiler\.textsearchmemory" : 163840,
     "default\.dir" : "target/io/dir/asterixdb",
     "instance\.name" : "DEFAULT_INSTANCE",
     "log\.level" : "INFO",
diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/results/api/cluster_state_1_full/cluster_state_1_full.1.regexadm b/asterixdb/asterix-app/src/test/resources/runtimets/results/api/cluster_state_1_full/cluster_state_1_full.1.regexadm
index 13dacb8..61cf528 100644
--- a/asterixdb/asterix-app/src/test/resources/runtimets/results/api/cluster_state_1_full/cluster_state_1_full.1.regexadm
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/results/api/cluster_state_1_full/cluster_state_1_full.1.regexadm
@@ -11,6 +11,7 @@
     "compiler\.joinmemory" : 262144,
     "compiler\.parallelism" : -1,
     "compiler\.sortmemory" : 327680,
+    "compiler\.textsearchmemory" : 163840,
     "default\.dir" : "target/io/dir/asterixdb",
     "instance\.name" : "DEFAULT_INSTANCE",
     "log\.level" : "WARN",
diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/results/api/cluster_state_1_less/cluster_state_1_less.1.regexadm b/asterixdb/asterix-app/src/test/resources/runtimets/results/api/cluster_state_1_less/cluster_state_1_less.1.regexadm
index 9f18638..d340386 100644
--- a/asterixdb/asterix-app/src/test/resources/runtimets/results/api/cluster_state_1_less/cluster_state_1_less.1.regexadm
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/results/api/cluster_state_1_less/cluster_state_1_less.1.regexadm
@@ -11,6 +11,7 @@
     "compiler\.joinmemory" : 262144,
     "compiler\.parallelism" : 3,
     "compiler\.sortmemory" : 327680,
+    "compiler\.textsearchmemory" : 163840,
     "default\.dir" : "target/io/dir/asterixdb",
     "instance\.name" : "DEFAULT_INSTANCE",
     "log\.level" : "WARN",
diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/results/fulltext/fulltext-index-large-data/fulltext-index-large-data.4.adm b/asterixdb/asterix-app/src/test/resources/runtimets/results/fulltext/fulltext-index-large-data/fulltext-index-large-data.4.adm
new file mode 100644
index 0000000..1746da6
--- /dev/null
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/results/fulltext/fulltext-index-large-data/fulltext-index-large-data.4.adm
@@ -0,0 +1 @@
+10000
\ No newline at end of file
diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/results/fulltext/fulltext-index-large-data/fulltext-index-large-data.5.adm b/asterixdb/asterix-app/src/test/resources/runtimets/results/fulltext/fulltext-index-large-data/fulltext-index-large-data.5.adm
new file mode 100644
index 0000000..1746da6
--- /dev/null
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/results/fulltext/fulltext-index-large-data/fulltext-index-large-data.5.adm
@@ -0,0 +1 @@
+10000
\ No newline at end of file
diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/results/index-selection/inverted-index-ngram-edit-distance-large-data/inverted-index-ngram-edit-distance-large-data.4.adm b/asterixdb/asterix-app/src/test/resources/runtimets/results/index-selection/inverted-index-ngram-edit-distance-large-data/inverted-index-ngram-edit-distance-large-data.4.adm
new file mode 100644
index 0000000..d0000aa
--- /dev/null
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/results/index-selection/inverted-index-ngram-edit-distance-large-data/inverted-index-ngram-edit-distance-large-data.4.adm
@@ -0,0 +1 @@
+20000
\ No newline at end of file
diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/results/index-selection/inverted-index-ngram-edit-distance-large-data/inverted-index-ngram-edit-distance-large-data.5.adm b/asterixdb/asterix-app/src/test/resources/runtimets/results/index-selection/inverted-index-ngram-edit-distance-large-data/inverted-index-ngram-edit-distance-large-data.5.adm
new file mode 100644
index 0000000..d0000aa
--- /dev/null
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/results/index-selection/inverted-index-ngram-edit-distance-large-data/inverted-index-ngram-edit-distance-large-data.5.adm
@@ -0,0 +1 @@
+20000
\ No newline at end of file
diff --git a/asterixdb/asterix-app/src/test/resources/runtimets/testsuite_sqlpp.xml b/asterixdb/asterix-app/src/test/resources/runtimets/testsuite_sqlpp.xml
index 961fb41..909b523 100644
--- a/asterixdb/asterix-app/src/test/resources/runtimets/testsuite_sqlpp.xml
+++ b/asterixdb/asterix-app/src/test/resources/runtimets/testsuite_sqlpp.xml
@@ -2744,10 +2744,20 @@
       </compilation-unit>
     </test-case>
     <test-case FilePath="fulltext">
+      <compilation-unit name="fulltext-index-03">
+        <output-dir compare="Text">fulltext-index-03</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="fulltext">
       <compilation-unit name="fulltext-index-08">
         <output-dir compare="Text">fulltext-index-08</output-dir>
       </compilation-unit>
     </test-case>
+    <test-case FilePath="fulltext">
+      <compilation-unit name="fulltext-index-large-data">
+        <output-dir compare="Text">fulltext-index-large-data</output-dir>
+      </compilation-unit>
+    </test-case>
   </test-group>
   <test-group name="global-aggregate">
     <test-case FilePath="global-aggregate">
@@ -3169,6 +3179,11 @@
       </compilation-unit>
     </test-case>
     <test-case FilePath="index-selection">
+      <compilation-unit name="inverted-index-ngram-edit-distance-large-data">
+        <output-dir compare="Text">inverted-index-ngram-edit-distance-large-data</output-dir>
+      </compilation-unit>
+    </test-case>
+    <test-case FilePath="index-selection">
       <compilation-unit name="inverted-index-ngram-edit-distance-word-tokens">
         <output-dir compare="Text">inverted-index-ngram-edit-distance-word-tokens</output-dir>
       </compilation-unit>
diff --git a/asterixdb/asterix-common/src/main/java/org/apache/asterix/common/config/CompilerProperties.java b/asterixdb/asterix-common/src/main/java/org/apache/asterix/common/config/CompilerProperties.java
index 0580c1f..6d89ff5 100644
--- a/asterixdb/asterix-common/src/main/java/org/apache/asterix/common/config/CompilerProperties.java
+++ b/asterixdb/asterix-common/src/main/java/org/apache/asterix/common/config/CompilerProperties.java
@@ -42,6 +42,10 @@
                 LONG_BYTE_UNIT,
                 StorageUtil.getLongSizeInBytes(32L, MEGABYTE),
                 "The memory budget (in bytes) for a group by operator instance in a partition"),
+        COMPILER_TEXTSEARCHMEMORY(
+                LONG_BYTE_UNIT,
+                StorageUtil.getLongSizeInBytes(32L, MEGABYTE),
+                "The memory budget (in bytes) for an inverted-index-search operator instance in a partition"),
         COMPILER_FRAMESIZE(
                 INTEGER_BYTE_UNIT,
                 StorageUtil.getIntSizeInBytes(32, KILOBYTE),
@@ -98,6 +102,8 @@
 
     public static final String COMPILER_JOINMEMORY_KEY = Option.COMPILER_JOINMEMORY.ini();
 
+    public static final String COMPILER_TEXTSEARCHMEMORY_KEY = Option.COMPILER_TEXTSEARCHMEMORY.ini();
+
     public static final String COMPILER_PARALLELISM_KEY = Option.COMPILER_PARALLELISM.ini();
 
     public static final int COMPILER_PARALLELISM_AS_STORAGE = 0;
@@ -118,6 +124,10 @@
         return accessor.getLong(Option.COMPILER_GROUPMEMORY);
     }
 
+    public long getTextSearchMemorySize() {
+        return accessor.getLong(Option.COMPILER_TEXTSEARCHMEMORY);
+    }
+
     public int getFrameSize() {
         return accessor.getInt(Option.COMPILER_FRAMESIZE);
     }
diff --git a/asterixdb/asterix-doc/src/site/markdown/ncservice.md b/asterixdb/asterix-doc/src/site/markdown/ncservice.md
index aadecc2..1d174e9 100644
--- a/asterixdb/asterix-doc/src/site/markdown/ncservice.md
+++ b/asterixdb/asterix-doc/src/site/markdown/ncservice.md
@@ -345,6 +345,7 @@
 | common  | compiler.joinmemory                       | The memory budget (in bytes) for a join operator instance in a partition | 33554432 (32 MB) |
 | common  | compiler.parallelism                      | The degree of parallelism for query execution. Zero means to use the storage parallelism as the query execution parallelism, while other integer values dictate the number of query execution parallel partitions. The system will fall back to use the number of all available CPU cores in the cluster as the degree of parallelism if the number set by a user is too large or too small | 0 |
 | common  | compiler.sortmemory                       | The memory budget (in bytes) for a sort operator instance in a partition | 33554432 (32 MB) |
+| common  | compiler.textsearchmemory                       | The memory budget (in bytes) for an inverted-index-search operator instance in a partition | 33554432 (32 MB) |
 | common  | instance.name                             | The name of this cluster instance | DEFAULT_INSTANCE |
 | common  | log.level                                 | The logging level for master and slave processes | WARNING |
 | common  | max.wait.active.cluster                   | The max pending time (in seconds) for cluster startup. After the threshold, if the cluster still is not up and running, it is considered unavailable | 60 |
diff --git a/hyracks-fullstack/algebricks/algebricks-core/src/main/java/org/apache/hyracks/algebricks/core/rewriter/base/PhysicalOptimizationConfig.java b/hyracks-fullstack/algebricks/algebricks-core/src/main/java/org/apache/hyracks/algebricks/core/rewriter/base/PhysicalOptimizationConfig.java
index a242927..07ff0ab 100644
--- a/hyracks-fullstack/algebricks/algebricks-core/src/main/java/org/apache/hyracks/algebricks/core/rewriter/base/PhysicalOptimizationConfig.java
+++ b/hyracks-fullstack/algebricks/algebricks-core/src/main/java/org/apache/hyracks/algebricks/core/rewriter/base/PhysicalOptimizationConfig.java
@@ -28,6 +28,7 @@
     private static final String MAX_FRAMES_EXTERNAL_GROUP_BY = "MAX_FRAMES_EXTERNAL_GROUP_BY";
     private static final String MAX_FRAMES_FOR_JOIN_LEFT_INPUT = "MAX_FRAMES_FOR_JOIN_LEFT_INPUT";
     private static final String MAX_FRAMES_FOR_JOIN = "MAX_FRAMES_FOR_JOIN";
+    private static final String MAX_FRAMES_FOR_TEXTSEARCH = "MAX_FRAMES_FOR_TEXTSEARCH";
     private static final String FUDGE_FACTOR = "FUDGE_FACTOR";
     private static final String MAX_RECORDS_PER_FRAME = "MAX_RECORDS_PER_FRAME";
 
@@ -109,6 +110,15 @@
         setInt(MAX_FRAMES_EXTERNAL_SORT, frameLimit);
     }
 
+    public int getMaxFramesForTextSearch() {
+        int frameSize = getFrameSize();
+        return getInt(MAX_FRAMES_FOR_TEXTSEARCH, (int) (((long) 32 * MB) / frameSize));
+    }
+
+    public void setMaxFramesForTextSearch(int frameLimit) {
+        setInt(MAX_FRAMES_FOR_TEXTSEARCH, frameLimit);
+    }
+
     public int getHashGroupByTableSize() {
         return getInt(DEFAULT_HASH_GROUP_TABLE_SIZE, 10485767);
     }
diff --git a/hyracks-fullstack/hyracks/hyracks-api/src/main/java/org/apache/hyracks/api/exceptions/ErrorCode.java b/hyracks-fullstack/hyracks/hyracks-api/src/main/java/org/apache/hyracks/api/exceptions/ErrorCode.java
index ad2d6f9..0dca782 100644
--- a/hyracks-fullstack/hyracks/hyracks-api/src/main/java/org/apache/hyracks/api/exceptions/ErrorCode.java
+++ b/hyracks-fullstack/hyracks/hyracks-api/src/main/java/org/apache/hyracks/api/exceptions/ErrorCode.java
@@ -142,6 +142,11 @@
     public static final int CANNOT_DEACTIVATE_PINNED_BLOOM_FILTER = 106;
     public static final int PREDICATE_CANNOT_BE_NULL = 107;
     public static final int FULLTEXT_ONLY_EXECUTABLE_FOR_STRING_OR_LIST = 108;
+    public static final int NOT_ENOUGH_BUDGET_FOR_TEXTSEARCH = 109;
+    public static final int CANNOT_CONTINUE_TEXT_SEARCH_HYRACKS_TASK_IS_NULL = 110;
+    public static final int CANNOT_CONTINUE_TEXT_SEARCH_BUFFER_MANAGER_IS_NULL = 111;
+    public static final int CANNOT_ADD_ELEMENT_TO_INVERTED_INDEX_SEARCH_RESULT = 112;
+    public static final int UNDEFINED_INVERTED_LIST_MERGE_TYPE = 113;
 
     // Compilation error codes.
     public static final int RULECOLLECTION_NOT_INSTANCE_OF_LIST = 10000;
diff --git a/hyracks-fullstack/hyracks/hyracks-api/src/main/java/org/apache/hyracks/api/util/HyracksConstants.java b/hyracks-fullstack/hyracks/hyracks-api/src/main/java/org/apache/hyracks/api/util/HyracksConstants.java
index 5609721..9314f24 100644
--- a/hyracks-fullstack/hyracks/hyracks-api/src/main/java/org/apache/hyracks/api/util/HyracksConstants.java
+++ b/hyracks-fullstack/hyracks/hyracks-api/src/main/java/org/apache/hyracks/api/util/HyracksConstants.java
@@ -21,6 +21,10 @@
 public class HyracksConstants {
     public static final String KEY_MESSAGE = "HYX:MSG";
     public static final String HYRACKS_LOGGER_NAME = "org.apache.hyracks";
+    // A frame manager that manages all inverted index searches
+    public static final String INVERTED_INDEX_SEARCH_FRAME_MANAGER = "INVERTED_INDEX_SEARCH_FRAME_MANAGER";
+    // Hyracks task context
+    public static final String HYRACKS_TASK_CONTEXT = "HYRACKS_TASK_CONTEXT";
 
     private HyracksConstants() {
     }
diff --git a/hyracks-fullstack/hyracks/hyracks-api/src/main/resources/errormsg/en.properties b/hyracks-fullstack/hyracks/hyracks-api/src/main/resources/errormsg/en.properties
index c3945a3..50e1ad4 100644
--- a/hyracks-fullstack/hyracks/hyracks-api/src/main/resources/errormsg/en.properties
+++ b/hyracks-fullstack/hyracks/hyracks-api/src/main/resources/errormsg/en.properties
@@ -125,5 +125,10 @@
 106 = Failed to deactivate the bloom filter since it is pinned by other users
 107 = The given search predicate can't be null.
 108 = Full-text search can be only executed on STRING or (UN)ORDERED LIST.
+109 = Not enough memory is allocated to %1$s. Please assign more memory to text search.
+110 = To conduct an inverted-index search, the given Hyracks task context cannot be null.
+111 = To conduct an inverted-index search, the given buffer manager cannot be null.
+112 = Cannot add an element to an inverted-index search result.
+113 = Undefined inverted-list merge type: %1$s
 
 10000 = The given rule collection %1$s is not an instance of the List class.
diff --git a/hyracks-fullstack/hyracks/hyracks-dataflow-std/src/main/java/org/apache/hyracks/dataflow/std/buffermanager/BufferManagerBackedVSizeFrame.java b/hyracks-fullstack/hyracks/hyracks-dataflow-std/src/main/java/org/apache/hyracks/dataflow/std/buffermanager/BufferManagerBackedVSizeFrame.java
new file mode 100644
index 0000000..bf5e803
--- /dev/null
+++ b/hyracks-fullstack/hyracks/hyracks-dataflow-std/src/main/java/org/apache/hyracks/dataflow/std/buffermanager/BufferManagerBackedVSizeFrame.java
@@ -0,0 +1,108 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.apache.hyracks.dataflow.std.buffermanager;
+
+import java.nio.ByteBuffer;
+import java.util.Arrays;
+
+import org.apache.hyracks.api.comm.IFrame;
+import org.apache.hyracks.api.context.IHyracksFrameMgrContext;
+import org.apache.hyracks.api.exceptions.HyracksDataException;
+
+/**
+ * Variable size frame managed by a buffer manager. The frame size can be changed.
+ * The caller of this class needs to ensure that this class releases its buffer by calling close() method.
+ */
+public class BufferManagerBackedVSizeFrame implements IFrame {
+
+    protected final int minFrameSize;
+    protected final IHyracksFrameMgrContext ctx;
+    protected final ISimpleFrameBufferManager bufferManager;
+    protected ByteBuffer frame;
+
+    public BufferManagerBackedVSizeFrame(IHyracksFrameMgrContext ctx, ISimpleFrameBufferManager bufferManager)
+            throws HyracksDataException {
+        this(ctx, ctx.getInitialFrameSize(), bufferManager);
+    }
+
+    public BufferManagerBackedVSizeFrame(IHyracksFrameMgrContext ctx, int frameSize,
+            ISimpleFrameBufferManager bufferManager) throws HyracksDataException {
+        this.ctx = ctx;
+        this.minFrameSize = ctx.getInitialFrameSize();
+        this.bufferManager = bufferManager;
+        frame = bufferManager.acquireFrame(frameSize);
+    }
+
+    @Override
+    public ByteBuffer getBuffer() {
+        return frame;
+    }
+
+    @Override
+    public void ensureFrameSize(int newSize) throws HyracksDataException {
+        if (newSize > getFrameSize()) {
+            bufferManager.releaseFrame(frame);
+            frame = bufferManager.acquireFrame(newSize);
+        }
+    }
+
+    @Override
+    public void resize(int frameSize) throws HyracksDataException {
+        if (getFrameSize() != frameSize) {
+            bufferManager.releaseFrame(frame);
+            frame = bufferManager.acquireFrame(frameSize);
+        }
+    }
+
+    @Override
+    public int getFrameSize() {
+        return frame.capacity();
+    }
+
+    @Override
+    public int getMinSize() {
+        return minFrameSize;
+    }
+
+    @Override
+    public void reset() throws HyracksDataException {
+        resize(minFrameSize);
+        Arrays.fill(frame.array(), (byte) 0);
+        frame.clear();
+    }
+
+    /**
+     * Allocates an initial frame and clears it.
+     */
+    public void acquireFrame() throws HyracksDataException {
+        if (frame == null) {
+            frame = bufferManager.acquireFrame(minFrameSize);
+        }
+        reset();
+    }
+
+    public void destroy() throws HyracksDataException {
+        if (frame != null) {
+            bufferManager.releaseFrame(frame);
+            frame = null;
+        }
+    }
+
+}
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-btree/src/main/java/org/apache/hyracks/storage/am/btree/dataflow/BTreeSearchOperatorNodePushable.java b/hyracks-fullstack/hyracks/hyracks-storage-am-btree/src/main/java/org/apache/hyracks/storage/am/btree/dataflow/BTreeSearchOperatorNodePushable.java
index 72941f3..6bbf437 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-btree/src/main/java/org/apache/hyracks/storage/am/btree/dataflow/BTreeSearchOperatorNodePushable.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-btree/src/main/java/org/apache/hyracks/storage/am/btree/dataflow/BTreeSearchOperatorNodePushable.java
@@ -29,6 +29,7 @@
 import org.apache.hyracks.storage.am.common.dataflow.IIndexDataflowHelperFactory;
 import org.apache.hyracks.storage.am.common.dataflow.IndexSearchOperatorNodePushable;
 import org.apache.hyracks.storage.am.common.tuples.PermutingFrameTupleReference;
+import org.apache.hyracks.storage.common.IIndexAccessParameters;
 import org.apache.hyracks.storage.common.ISearchPredicate;
 import org.apache.hyracks.storage.common.MultiComparator;
 
@@ -104,4 +105,10 @@
     protected int getFieldCount() {
         return ((ITreeIndex) index).getFieldCount();
     }
+
+    @Override
+    protected void addAdditionalIndexAccessorParams(IIndexAccessParameters iap) throws HyracksDataException {
+        // No additional parameters are required for the B+Tree search case
+    }
+
 }
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-common/src/main/java/org/apache/hyracks/storage/am/common/dataflow/IndexSearchOperatorNodePushable.java b/hyracks-fullstack/hyracks/hyracks-storage-am-common/src/main/java/org/apache/hyracks/storage/am/common/dataflow/IndexSearchOperatorNodePushable.java
index ab9359f..eb493af 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-common/src/main/java/org/apache/hyracks/storage/am/common/dataflow/IndexSearchOperatorNodePushable.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-common/src/main/java/org/apache/hyracks/storage/am/common/dataflow/IndexSearchOperatorNodePushable.java
@@ -144,7 +144,10 @@
 
     protected abstract void resetSearchPredicate(int tupleIndex);
 
-    protected IIndexCursor createCursor() {
+    // Assigns any index-type specific related accessor parameters
+    protected abstract void addAdditionalIndexAccessorParams(IIndexAccessParameters iap) throws HyracksDataException;
+
+    protected IIndexCursor createCursor() throws HyracksDataException {
         return indexAccessor.createSearchCursor(false);
     }
 
@@ -184,6 +187,7 @@
             ISearchOperationCallback searchCallback =
                     searchCallbackFactory.createSearchOperationCallback(indexHelper.getResource().getId(), ctx, null);
             IIndexAccessParameters iap = new IndexAccessParameters(NoOpOperationCallback.INSTANCE, searchCallback);
+            addAdditionalIndexAccessorParams(iap);
             indexAccessor = index.createAccessor(iap);
             cursor = createCursor();
             if (retainInput) {
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-common/src/main/java/org/apache/hyracks/storage/am/common/impls/NoOpIndexAccessParameters.java b/hyracks-fullstack/hyracks/hyracks-storage-am-common/src/main/java/org/apache/hyracks/storage/am/common/impls/NoOpIndexAccessParameters.java
index 3618cae..2edea70 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-common/src/main/java/org/apache/hyracks/storage/am/common/impls/NoOpIndexAccessParameters.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-common/src/main/java/org/apache/hyracks/storage/am/common/impls/NoOpIndexAccessParameters.java
@@ -18,6 +18,7 @@
  */
 package org.apache.hyracks.storage.am.common.impls;
 
+import java.util.Collections;
 import java.util.Map;
 
 import org.apache.hyracks.storage.common.IIndexAccessParameters;
@@ -26,6 +27,8 @@
 
 public class NoOpIndexAccessParameters implements IIndexAccessParameters {
     public static final NoOpIndexAccessParameters INSTANCE = new NoOpIndexAccessParameters();
+    // Immutable empty map not to cause getParameters().get() generate an exception
+    private static final Map<String, Object> paramMap = Collections.emptyMap();
 
     private NoOpIndexAccessParameters() {
     }
@@ -42,7 +45,7 @@
 
     @Override
     public Map<String, Object> getParameters() {
-        return null;
+        return paramMap;
     }
 
 }
\ No newline at end of file
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-common/src/test/java/org/apache/hyracks/storage/am/common/test/IIndexCursorTest.java b/hyracks-fullstack/hyracks/hyracks-storage-am-common/src/test/java/org/apache/hyracks/storage/am/common/test/IIndexCursorTest.java
index 6a3fdf1..418b370 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-common/src/test/java/org/apache/hyracks/storage/am/common/test/IIndexCursorTest.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-common/src/test/java/org/apache/hyracks/storage/am/common/test/IIndexCursorTest.java
@@ -279,7 +279,7 @@
         Assert.assertNull(cursor.getTuple());
     }
 
-    protected IIndexCursor createCursor(IIndexAccessor accessor) {
+    protected IIndexCursor createCursor(IIndexAccessor accessor) throws Exception {
         return accessor.createSearchCursor(false);
     }
 
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-btree/src/main/java/org/apache/hyracks/storage/am/lsm/btree/dataflow/LSMBTreeDiskComponentScanOperatorNodePushable.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-btree/src/main/java/org/apache/hyracks/storage/am/lsm/btree/dataflow/LSMBTreeDiskComponentScanOperatorNodePushable.java
index 1f71876..860d36e 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-btree/src/main/java/org/apache/hyracks/storage/am/lsm/btree/dataflow/LSMBTreeDiskComponentScanOperatorNodePushable.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-btree/src/main/java/org/apache/hyracks/storage/am/lsm/btree/dataflow/LSMBTreeDiskComponentScanOperatorNodePushable.java
@@ -28,6 +28,7 @@
 import org.apache.hyracks.storage.am.common.dataflow.IIndexDataflowHelperFactory;
 import org.apache.hyracks.storage.am.common.dataflow.IndexSearchOperatorNodePushable;
 import org.apache.hyracks.storage.am.lsm.common.api.ILSMIndexAccessor;
+import org.apache.hyracks.storage.common.IIndexAccessParameters;
 import org.apache.hyracks.storage.common.ISearchPredicate;
 
 public class LSMBTreeDiskComponentScanOperatorNodePushable extends IndexSearchOperatorNodePushable {
@@ -66,4 +67,9 @@
         return ((ITreeIndex) index).getFieldCount() + 2;
     }
 
+    @Override
+    protected void addAdditionalIndexAccessorParams(IIndexAccessParameters iap) throws HyracksDataException {
+        // no additional parameters are required for the B+Tree search case
+    }
+
 }
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-btree/src/main/java/org/apache/hyracks/storage/am/lsm/btree/impls/ExternalBTreeWithBuddy.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-btree/src/main/java/org/apache/hyracks/storage/am/lsm/btree/impls/ExternalBTreeWithBuddy.java
index 0be5556..6e06d37 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-btree/src/main/java/org/apache/hyracks/storage/am/lsm/btree/impls/ExternalBTreeWithBuddy.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-btree/src/main/java/org/apache/hyracks/storage/am/lsm/btree/impls/ExternalBTreeWithBuddy.java
@@ -61,7 +61,6 @@
 import org.apache.hyracks.storage.common.IIndexAccessParameters;
 import org.apache.hyracks.storage.common.IIndexBulkLoader;
 import org.apache.hyracks.storage.common.IIndexCursor;
-import org.apache.hyracks.storage.common.IModificationOperationCallback;
 import org.apache.hyracks.storage.common.ISearchOperationCallback;
 import org.apache.hyracks.storage.common.ISearchPredicate;
 import org.apache.hyracks.storage.common.buffercache.IBufferCache;
@@ -633,8 +632,7 @@
     }
 
     @Override
-    protected AbstractLSMIndexOperationContext createOpContext(IModificationOperationCallback modificationCallback,
-            ISearchOperationCallback searchCallback) {
+    protected AbstractLSMIndexOperationContext createOpContext(IIndexAccessParameters iap) {
         return null;
     }
 
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-btree/src/main/java/org/apache/hyracks/storage/am/lsm/btree/impls/LSMBTree.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-btree/src/main/java/org/apache/hyracks/storage/am/lsm/btree/impls/LSMBTree.java
index 4610fd2..4578eb3 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-btree/src/main/java/org/apache/hyracks/storage/am/lsm/btree/impls/LSMBTree.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-btree/src/main/java/org/apache/hyracks/storage/am/lsm/btree/impls/LSMBTree.java
@@ -65,8 +65,6 @@
 import org.apache.hyracks.storage.common.IIndexAccessParameters;
 import org.apache.hyracks.storage.common.IIndexAccessor;
 import org.apache.hyracks.storage.common.IIndexCursor;
-import org.apache.hyracks.storage.common.IModificationOperationCallback;
-import org.apache.hyracks.storage.common.ISearchOperationCallback;
 import org.apache.hyracks.storage.common.ISearchPredicate;
 import org.apache.hyracks.storage.common.MultiComparator;
 import org.apache.hyracks.storage.common.buffercache.IBufferCache;
@@ -394,18 +392,17 @@
     }
 
     @Override
-    public LSMBTreeOpContext createOpContext(IModificationOperationCallback modificationCallback,
-            ISearchOperationCallback searchCallback) {
+    public LSMBTreeOpContext createOpContext(IIndexAccessParameters iap) {
         int numBloomFilterKeyFields = hasBloomFilter
                 ? ((LSMBTreeWithBloomFilterDiskComponentFactory) componentFactory).getBloomFilterKeyFields().length : 0;
         return new LSMBTreeOpContext(this, memoryComponents, insertLeafFrameFactory, deleteLeafFrameFactory,
-                modificationCallback, searchCallback, numBloomFilterKeyFields, getTreeFields(), getFilterFields(),
-                getHarness(), getFilterCmpFactories(), tracer);
+                iap.getModificationCallback(), iap.getSearchOperationCallback(), numBloomFilterKeyFields,
+                getTreeFields(), getFilterFields(), getHarness(), getFilterCmpFactories(), tracer);
     }
 
     @Override
     public ILSMIndexAccessor createAccessor(IIndexAccessParameters iap) {
-        return createAccessor(createOpContext(iap.getModificationCallback(), iap.getSearchOperationCallback()));
+        return createAccessor(createOpContext(iap));
     }
 
     public ILSMIndexAccessor createAccessor(AbstractLSMIndexOperationContext opCtx) {
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-common/src/main/java/org/apache/hyracks/storage/am/lsm/common/impls/AbstractLSMIndex.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-common/src/main/java/org/apache/hyracks/storage/am/lsm/common/impls/AbstractLSMIndex.java
index 908a5c2..fef5516 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-common/src/main/java/org/apache/hyracks/storage/am/lsm/common/impls/AbstractLSMIndex.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-common/src/main/java/org/apache/hyracks/storage/am/lsm/common/impls/AbstractLSMIndex.java
@@ -38,7 +38,6 @@
 import org.apache.hyracks.dataflow.common.data.accessors.ITupleReference;
 import org.apache.hyracks.storage.am.common.impls.AbstractSearchPredicate;
 import org.apache.hyracks.storage.am.common.impls.NoOpIndexAccessParameters;
-import org.apache.hyracks.storage.am.common.impls.NoOpOperationCallback;
 import org.apache.hyracks.storage.am.common.ophelpers.IndexOperation;
 import org.apache.hyracks.storage.am.lsm.common.api.IComponentFilterHelper;
 import org.apache.hyracks.storage.am.lsm.common.api.ILSMComponent;
@@ -63,10 +62,9 @@
 import org.apache.hyracks.storage.am.lsm.common.api.ILSMOperationTracker;
 import org.apache.hyracks.storage.am.lsm.common.api.IVirtualBufferCache;
 import org.apache.hyracks.storage.am.lsm.common.api.LSMOperationType;
+import org.apache.hyracks.storage.common.IIndexAccessParameters;
 import org.apache.hyracks.storage.common.IIndexBulkLoader;
 import org.apache.hyracks.storage.common.IIndexCursor;
-import org.apache.hyracks.storage.common.IModificationOperationCallback;
-import org.apache.hyracks.storage.common.ISearchOperationCallback;
 import org.apache.hyracks.storage.common.buffercache.IBufferCache;
 import org.apache.hyracks.util.trace.ITracer;
 import org.apache.logging.log4j.Level;
@@ -356,8 +354,7 @@
     public void scheduleFlush(ILSMIndexOperationContext ctx, ILSMIOOperationCallback callback)
             throws HyracksDataException {
         LSMComponentFileReferences componentFileRefs = fileManager.getRelFlushFileReference();
-        AbstractLSMIndexOperationContext opCtx =
-                createOpContext(NoOpOperationCallback.INSTANCE, NoOpOperationCallback.INSTANCE);
+        AbstractLSMIndexOperationContext opCtx = createOpContext(NoOpIndexAccessParameters.INSTANCE);
         opCtx.setOperation(ctx.getOperation());
         opCtx.getComponentHolder().addAll(ctx.getComponentHolder());
         ILSMIOOperation flushOp = createFlushOperation(opCtx, componentFileRefs, callback);
@@ -369,8 +366,7 @@
             throws HyracksDataException {
         List<ILSMComponent> mergingComponents = ctx.getComponentHolder();
         // merge must create a different op ctx
-        AbstractLSMIndexOperationContext opCtx =
-                createOpContext(NoOpOperationCallback.INSTANCE, NoOpOperationCallback.INSTANCE);
+        AbstractLSMIndexOperationContext opCtx = createOpContext(NoOpIndexAccessParameters.INSTANCE);
         opCtx.setOperation(ctx.getOperation());
         opCtx.getComponentHolder().addAll(mergingComponents);
         ILSMDiskComponent firstComponent = (ILSMDiskComponent) mergingComponents.get(0);
@@ -762,8 +758,7 @@
     protected abstract LSMComponentFileReferences getMergeFileReferences(ILSMDiskComponent firstComponent,
             ILSMDiskComponent lastComponent) throws HyracksDataException;
 
-    protected abstract AbstractLSMIndexOperationContext createOpContext(
-            IModificationOperationCallback modificationCallback, ISearchOperationCallback searchCallback)
+    protected abstract AbstractLSMIndexOperationContext createOpContext(IIndexAccessParameters iap)
             throws HyracksDataException;
 
     protected abstract ILSMIOOperation createFlushOperation(AbstractLSMIndexOperationContext opCtx,
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/api/IInPlaceInvertedIndex.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/api/IInPlaceInvertedIndex.java
index 6f583b4..27966d1 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/api/IInPlaceInvertedIndex.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/api/IInPlaceInvertedIndex.java
@@ -18,18 +18,29 @@
  */
 package org.apache.hyracks.storage.am.lsm.invertedindex.api;
 
+import org.apache.hyracks.api.context.IHyracksTaskContext;
 import org.apache.hyracks.api.exceptions.HyracksDataException;
 import org.apache.hyracks.dataflow.common.data.accessors.ITupleReference;
 import org.apache.hyracks.storage.am.common.api.IIndexOperationContext;
 
 public interface IInPlaceInvertedIndex extends IInvertedIndex {
     /**
-     * Create an inverted list cursor
+     * Creates an inverted list cursor.
+     *
+     * @throws HyracksDataException
      */
-    IInvertedListCursor createInvertedListCursor();
+    InvertedListCursor createInvertedListCursor(IHyracksTaskContext ctx) throws HyracksDataException;
 
     /**
-     * Open an inverted list cursor
+     * Creates an inverted-list-range-search cursor. This cursor is mainly used to conduct
+     * a full scan of an inverted list during a storage-component-merge operation.
+     *
+     * @throws HyracksDataException
+     */
+    InvertedListCursor createInvertedListRangeSearchCursor() throws HyracksDataException;
+
+    /**
+     * Opens an inverted list cursor
      *
      * @param listCursor
      *            the cursor to open
@@ -39,6 +50,6 @@
      *            the operation context under which the cursor is to be open
      * @throws HyracksDataException
      */
-    void openInvertedListCursor(IInvertedListCursor listCursor, ITupleReference searchKey, IIndexOperationContext ictx)
+    void openInvertedListCursor(InvertedListCursor listCursor, ITupleReference searchKey, IIndexOperationContext ictx)
             throws HyracksDataException;
 }
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/api/IInvertedIndexAccessor.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/api/IInvertedIndexAccessor.java
index 86c0bf1..fe29c5f 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/api/IInvertedIndexAccessor.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/api/IInvertedIndexAccessor.java
@@ -26,12 +26,12 @@
 import org.apache.hyracks.storage.common.ISearchPredicate;
 
 public interface IInvertedIndexAccessor extends IIndexAccessor {
-    public IInvertedListCursor createInvertedListCursor();
+    public InvertedListCursor createInvertedListCursor() throws HyracksDataException;
 
-    public void openInvertedListCursor(IInvertedListCursor listCursor, ITupleReference searchKey)
+    public void openInvertedListCursor(InvertedListCursor listCursor, ITupleReference searchKey)
             throws HyracksDataException;
 
-    public IIndexCursor createRangeSearchCursor();
+    public IIndexCursor createRangeSearchCursor() throws HyracksDataException;
 
     public void rangeSearch(IIndexCursor cursor, ISearchPredicate searchPred) throws HyracksDataException;
 }
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/api/IInvertedIndexSearcher.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/api/IInvertedIndexSearcher.java
index 17e8ad2..837870f 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/api/IInvertedIndexSearcher.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/api/IInvertedIndexSearcher.java
@@ -19,27 +19,36 @@
 
 package org.apache.hyracks.storage.am.lsm.invertedindex.api;
 
-import java.nio.ByteBuffer;
-import java.util.List;
-
-import org.apache.hyracks.api.comm.IFrameTupleAccessor;
 import org.apache.hyracks.api.exceptions.HyracksDataException;
 import org.apache.hyracks.dataflow.common.data.accessors.ITupleReference;
 import org.apache.hyracks.storage.am.common.api.IIndexOperationContext;
-import org.apache.hyracks.storage.am.lsm.invertedindex.ondisk.OnDiskInvertedIndexSearchCursor;
 import org.apache.hyracks.storage.am.lsm.invertedindex.search.InvertedIndexSearchPredicate;
+import org.apache.hyracks.storage.common.IIndexCursor;
 
+/**
+ * Inverted index search cursor class that conducts the actual inverted index traversal
+ *
+ */
 public interface IInvertedIndexSearcher {
-    public void search(OnDiskInvertedIndexSearchCursor resultCursor, InvertedIndexSearchPredicate searchPred,
-            IIndexOperationContext ictx) throws HyracksDataException;
+    /**
+     * Searches the given inverted index using the search predicate and initializes the result cursor.
+     */
+    public void search(IIndexCursor resultCursor, InvertedIndexSearchPredicate searchPred, IIndexOperationContext ictx)
+            throws HyracksDataException;
 
-    public IFrameTupleAccessor createResultFrameTupleAccessor();
+    /**
+     * Continues the search process if it is paused. (e.g., output buffer full)
+     *
+     * @return true only if all search process is done.
+     *         false otherwise.
+     */
+    public boolean continueSearch() throws HyracksDataException;
 
-    public ITupleReference createResultFrameTupleReference();
+    public boolean hasNext() throws HyracksDataException;
 
-    public List<ByteBuffer> getResultBuffers();
+    public void next() throws HyracksDataException;
 
-    public int getNumValidResultBuffers();
+    public void destroy() throws HyracksDataException;
 
-    public void reset();
+    public ITupleReference getTuple();
 }
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/api/IInvertedListCursor.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/api/IInvertedListCursor.java
deleted file mode 100644
index e9b3f21..0000000
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/api/IInvertedListCursor.java
+++ /dev/null
@@ -1,57 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-
-package org.apache.hyracks.storage.am.lsm.invertedindex.api;
-
-import org.apache.hyracks.api.dataflow.value.ISerializerDeserializer;
-import org.apache.hyracks.api.exceptions.HyracksDataException;
-import org.apache.hyracks.dataflow.common.data.accessors.ITupleReference;
-import org.apache.hyracks.storage.common.MultiComparator;
-
-public interface IInvertedListCursor extends Comparable<IInvertedListCursor> {
-    public void reset(int startPageId, int endPageId, int startOff, int numElements);
-
-    public void pinPages() throws HyracksDataException;
-
-    public void unpinPages() throws HyracksDataException;
-
-    public boolean hasNext() throws HyracksDataException;
-
-    public void next() throws HyracksDataException;
-
-    public ITupleReference getTuple();
-
-    // getters
-    public int size() throws HyracksDataException;
-
-    public int getStartPageId();
-
-    public int getEndPageId();
-
-    public int getStartOff();
-
-    public boolean containsKey(ITupleReference searchTuple, MultiComparator invListCmp) throws HyracksDataException;
-
-    // for debugging
-    @SuppressWarnings("rawtypes")
-    public String printInvList(ISerializerDeserializer[] serdes) throws HyracksDataException;
-
-    @SuppressWarnings("rawtypes")
-    public String printCurrentElement(ISerializerDeserializer[] serdes) throws HyracksDataException;
-}
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/api/IObjectFactory.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/api/IObjectFactory.java
index 93b182d..fe735bc 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/api/IObjectFactory.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/api/IObjectFactory.java
@@ -19,6 +19,8 @@
 
 package org.apache.hyracks.storage.am.lsm.invertedindex.api;
 
+import org.apache.hyracks.api.exceptions.HyracksDataException;
+
 public interface IObjectFactory<T> {
-    public T create();
+    public T create() throws HyracksDataException;
 }
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/api/IPartitionedInvertedIndex.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/api/IPartitionedInvertedIndex.java
index df8e6f0..fd80c00 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/api/IPartitionedInvertedIndex.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/api/IPartitionedInvertedIndex.java
@@ -19,16 +19,14 @@
 
 package org.apache.hyracks.storage.am.lsm.invertedindex.api;
 
-import java.util.List;
-
 import org.apache.hyracks.api.exceptions.HyracksDataException;
 import org.apache.hyracks.storage.am.common.api.IIndexOperationContext;
 import org.apache.hyracks.storage.am.lsm.invertedindex.search.InvertedListPartitions;
 
 public interface IPartitionedInvertedIndex {
     public boolean openInvertedListPartitionCursors(IInvertedIndexSearcher searcher, IIndexOperationContext ictx,
-            short numTokensLowerBound, short numTokensUpperBound, InvertedListPartitions invListPartitions,
-            List<IInvertedListCursor> cursorsOrderedByTokens) throws HyracksDataException;
+            short numTokensLowerBound, short numTokensUpperBound, InvertedListPartitions invListPartitions)
+            throws HyracksDataException;
 
     public boolean isEmpty();
 }
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/api/InvertedListCursor.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/api/InvertedListCursor.java
new file mode 100644
index 0000000..9db7dc8
--- /dev/null
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/api/InvertedListCursor.java
@@ -0,0 +1,103 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.apache.hyracks.storage.am.lsm.invertedindex.api;
+
+import org.apache.hyracks.api.dataflow.value.ISerializerDeserializer;
+import org.apache.hyracks.api.exceptions.HyracksDataException;
+import org.apache.hyracks.dataflow.common.data.accessors.ITupleReference;
+import org.apache.hyracks.storage.am.lsm.invertedindex.impls.LSMInvertedIndexSearchCursorInitialState;
+import org.apache.hyracks.storage.common.EnforcedIndexCursor;
+import org.apache.hyracks.storage.common.ICursorInitialState;
+import org.apache.hyracks.storage.common.ISearchPredicate;
+import org.apache.hyracks.storage.common.MultiComparator;
+
+/**
+ * A cursor that reads an inverted list.
+ */
+public abstract class InvertedListCursor extends EnforcedIndexCursor implements Comparable<InvertedListCursor> {
+
+    /**
+     * Opens an inverted list cursor.
+     */
+    protected void doOpen(ICursorInitialState initialState, ISearchPredicate searchPred) throws HyracksDataException {
+        // If the given cursor state has page ids and the number of elements for the given inverted list,
+        // this should be set. Otherwise (for in-memory cursor), doesn't need to do anything.
+        int invListStartPageId = LSMInvertedIndexSearchCursorInitialState.INVALID_VALUE;
+        int invListEndPageId = LSMInvertedIndexSearchCursorInitialState.INVALID_VALUE;
+        int invListStartOffset = LSMInvertedIndexSearchCursorInitialState.INVALID_VALUE;
+        int invListNumElements = LSMInvertedIndexSearchCursorInitialState.INVALID_VALUE;
+        if (initialState != null && initialState instanceof LSMInvertedIndexSearchCursorInitialState) {
+            LSMInvertedIndexSearchCursorInitialState invIndexInitialState =
+                    (LSMInvertedIndexSearchCursorInitialState) initialState;
+            invListStartPageId = invIndexInitialState.getInvListStartPageId();
+            invListEndPageId = invIndexInitialState.getInvListEndPageId();
+            invListStartOffset = invIndexInitialState.getInvListStartOffset();
+            invListNumElements = invIndexInitialState.getInvListNumElements();
+        }
+        if (invListNumElements != LSMInvertedIndexSearchCursorInitialState.INVALID_VALUE) {
+            setInvListInfo(invListStartPageId, invListEndPageId, invListStartOffset, invListNumElements);
+        }
+    }
+
+    /**
+     * Sets the disk-based inverted list information such as page ids and the number of elements
+     * for the given inverted list.
+     */
+    protected abstract void setInvListInfo(int startPageId, int endPageId, int startOff, int numElements)
+            throws HyracksDataException;
+
+    /**
+     * Conducts any operation that is required before loading pages.
+     */
+    public abstract void prepareLoadPages() throws HyracksDataException;
+
+    /**
+     * Loads one or more pages to memory.
+     */
+    public abstract void loadPages() throws HyracksDataException;
+
+    /**
+     * Unloads currently loaded pages in the memory.
+     */
+    public abstract void unloadPages() throws HyracksDataException;
+
+    /**
+     * Gets the cardinality of elements in the cursor.
+     */
+    public abstract int size() throws HyracksDataException;
+
+    /**
+     * Checks whether the given tuple is contained in the cursor.
+     */
+    public abstract boolean containsKey(ITupleReference searchTuple, MultiComparator invListCmp)
+            throws HyracksDataException;
+
+    /**
+     * Prints all elements in the cursor (debug method).
+     */
+    @SuppressWarnings("rawtypes")
+    public abstract String printInvList(ISerializerDeserializer[] serdes) throws HyracksDataException;
+
+    /**
+     * Prints the current element in the cursor (debug method).
+     */
+    @SuppressWarnings("rawtypes")
+    public abstract String printCurrentElement(ISerializerDeserializer[] serdes) throws HyracksDataException;
+}
\ No newline at end of file
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/dataflow/LSMInvertedIndexSearchOperatorDescriptor.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/dataflow/LSMInvertedIndexSearchOperatorDescriptor.java
index 35c0dec..13a649d 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/dataflow/LSMInvertedIndexSearchOperatorDescriptor.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/dataflow/LSMInvertedIndexSearchOperatorDescriptor.java
@@ -49,13 +49,16 @@
     private final IMissingWriterFactory missingWriterFactory;
     private final ISearchOperationCallbackFactory searchCallbackFactory;
     private final int numOfFields;
+    // the maximum number of frames that this inverted-index-search can use
+    private final int frameLimit;
 
     public LSMInvertedIndexSearchOperatorDescriptor(IOperatorDescriptorRegistry spec, RecordDescriptor outRecDesc,
             int queryField, IIndexDataflowHelperFactory indexHelperFactory,
             IBinaryTokenizerFactory queryTokenizerFactory, IInvertedIndexSearchModifierFactory searchModifierFactory,
             boolean retainInput, boolean retainMissing, IMissingWriterFactory missingWriterFactory,
             ISearchOperationCallbackFactory searchCallbackFactory, int[] minFilterFieldIndexes,
-            int[] maxFilterFieldIndexes, boolean isFullTextSearchQuery, int numOfFields, boolean appendIndexFilter) {
+            int[] maxFilterFieldIndexes, boolean isFullTextSearchQuery, int numOfFields, boolean appendIndexFilter,
+            int frameLimit) {
         super(spec, 1, 1);
         this.indexHelperFactory = indexHelperFactory;
         this.queryTokenizerFactory = queryTokenizerFactory;
@@ -71,6 +74,7 @@
         this.appendIndexFilter = appendIndexFilter;
         this.numOfFields = numOfFields;
         this.outRecDescs[0] = outRecDesc;
+        this.frameLimit = frameLimit;
     }
 
     @Override
@@ -81,6 +85,6 @@
                 recordDescProvider.getInputRecordDescriptor(getActivityId(), 0), partition, minFilterFieldIndexes,
                 maxFilterFieldIndexes, indexHelperFactory, retainInput, retainMissing, missingWriterFactory,
                 searchCallbackFactory, searchModifier, queryTokenizerFactory, queryField, isFullTextSearchQuery,
-                numOfFields, appendIndexFilter);
+                numOfFields, appendIndexFilter, frameLimit);
     }
 }
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/dataflow/LSMInvertedIndexSearchOperatorNodePushable.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/dataflow/LSMInvertedIndexSearchOperatorNodePushable.java
index ed7a4a6..a27dea7 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/dataflow/LSMInvertedIndexSearchOperatorNodePushable.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/dataflow/LSMInvertedIndexSearchOperatorNodePushable.java
@@ -23,13 +23,20 @@
 import org.apache.hyracks.api.dataflow.value.IMissingWriterFactory;
 import org.apache.hyracks.api.dataflow.value.RecordDescriptor;
 import org.apache.hyracks.api.exceptions.HyracksDataException;
+import org.apache.hyracks.api.util.HyracksConstants;
 import org.apache.hyracks.dataflow.common.data.accessors.FrameTupleReference;
+import org.apache.hyracks.dataflow.common.utils.TaskUtil;
+import org.apache.hyracks.dataflow.std.buffermanager.DeallocatableFramePool;
+import org.apache.hyracks.dataflow.std.buffermanager.FramePoolBackedFrameBufferManager;
+import org.apache.hyracks.dataflow.std.buffermanager.IDeallocatableFramePool;
+import org.apache.hyracks.dataflow.std.buffermanager.ISimpleFrameBufferManager;
 import org.apache.hyracks.storage.am.common.api.ISearchOperationCallbackFactory;
 import org.apache.hyracks.storage.am.common.dataflow.IIndexDataflowHelperFactory;
 import org.apache.hyracks.storage.am.common.dataflow.IndexSearchOperatorNodePushable;
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedIndexSearchModifier;
 import org.apache.hyracks.storage.am.lsm.invertedindex.search.InvertedIndexSearchPredicate;
 import org.apache.hyracks.storage.am.lsm.invertedindex.tokenizers.IBinaryTokenizerFactory;
+import org.apache.hyracks.storage.common.IIndexAccessParameters;
 import org.apache.hyracks.storage.common.ISearchPredicate;
 
 public class LSMInvertedIndexSearchOperatorNodePushable extends IndexSearchOperatorNodePushable {
@@ -41,14 +48,17 @@
     // Keeps the information whether the given query is a full-text search or not.
     // We need to have this information to stop the search process since we don't allow a phrase search yet.
     protected final boolean isFullTextSearchQuery;
+    // Budget-constrained buffer manager for conducting the search operation
+    protected final ISimpleFrameBufferManager bufferManagerForSearch;
+    protected final IDeallocatableFramePool framePool;
 
     public LSMInvertedIndexSearchOperatorNodePushable(IHyracksTaskContext ctx, RecordDescriptor inputRecDesc,
             int partition, int[] minFilterFieldIndexes, int[] maxFilterFieldIndexes,
             IIndexDataflowHelperFactory indexHelperFactory, boolean retainInput, boolean retainMissing,
             IMissingWriterFactory missingWriterFactory, ISearchOperationCallbackFactory searchCallbackFactory,
             IInvertedIndexSearchModifier searchModifier, IBinaryTokenizerFactory binaryTokenizerFactory,
-            int queryFieldIndex, boolean isFullTextSearchQuery, int numOfFields, boolean appendIndexFilter)
-            throws HyracksDataException {
+            int queryFieldIndex, boolean isFullTextSearchQuery, int numOfFields, boolean appendIndexFilter,
+            int frameLimit) throws HyracksDataException {
         super(ctx, inputRecDesc, partition, minFilterFieldIndexes, maxFilterFieldIndexes, indexHelperFactory,
                 retainInput, retainMissing, missingWriterFactory, searchCallbackFactory, appendIndexFilter);
         this.searchModifier = searchModifier;
@@ -60,6 +70,11 @@
             this.frameTuple = new FrameTupleReference();
         }
         this.numOfFields = numOfFields;
+        // Intermediate and final search result will use this buffer manager to get frames.
+        this.framePool = new DeallocatableFramePool(ctx, frameLimit * ctx.getInitialFrameSize());
+        this.bufferManagerForSearch = new FramePoolBackedFrameBufferManager(framePool);
+        // Keep the buffer manager in the hyracks context so that the search process can get it via the context.
+        TaskUtil.put(HyracksConstants.INVERTED_INDEX_SEARCH_FRAME_MANAGER, bufferManagerForSearch, ctx);
     }
 
     @Override
@@ -87,4 +102,9 @@
     protected int getFieldCount() {
         return numOfFields;
     }
+
+    @Override
+    protected void addAdditionalIndexAccessorParams(IIndexAccessParameters iap) throws HyracksDataException {
+        iap.getParameters().put(HyracksConstants.HYRACKS_TASK_CONTEXT, ctx);
+    }
 }
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/impls/LSMInvertedIndex.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/impls/LSMInvertedIndex.java
index 1beff71..a395e67 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/impls/LSMInvertedIndex.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/impls/LSMInvertedIndex.java
@@ -69,8 +69,6 @@
 import org.apache.hyracks.storage.common.IIndexAccessParameters;
 import org.apache.hyracks.storage.common.IIndexAccessor;
 import org.apache.hyracks.storage.common.IIndexCursor;
-import org.apache.hyracks.storage.common.IModificationOperationCallback;
-import org.apache.hyracks.storage.common.ISearchOperationCallback;
 import org.apache.hyracks.storage.common.ISearchPredicate;
 import org.apache.hyracks.storage.common.MultiComparator;
 import org.apache.hyracks.storage.common.buffercache.IBufferCache;
@@ -193,6 +191,7 @@
     @Override
     public void search(ILSMIndexOperationContext ictx, IIndexCursor cursor, ISearchPredicate pred)
             throws HyracksDataException {
+        LSMInvertedIndexOpContext ctx = (LSMInvertedIndexOpContext) ictx;
         List<ILSMComponent> operationalComponents = ictx.getComponentHolder();
         int numComponents = operationalComponents.size();
         boolean includeMutableComponent = false;
@@ -203,15 +202,13 @@
             ILSMComponent component = operationalComponents.get(i);
             if (component.getType() == LSMComponentType.MEMORY) {
                 includeMutableComponent = true;
-                IIndexAccessor invIndexAccessor =
-                        component.getIndex().createAccessor(NoOpIndexAccessParameters.INSTANCE);
+                IIndexAccessor invIndexAccessor = component.getIndex().createAccessor(ctx.getIndexAccessParameters());
                 indexAccessors.add(invIndexAccessor);
                 IIndexAccessor deletedKeysAccessor = ((LSMInvertedIndexMemoryComponent) component).getBuddyIndex()
                         .createAccessor(NoOpIndexAccessParameters.INSTANCE);
                 deletedKeysBTreeAccessors.add(deletedKeysAccessor);
             } else {
-                IIndexAccessor invIndexAccessor =
-                        component.getIndex().createAccessor(NoOpIndexAccessParameters.INSTANCE);
+                IIndexAccessor invIndexAccessor = component.getIndex().createAccessor(ctx.getIndexAccessParameters());
                 indexAccessors.add(invIndexAccessor);
                 IIndexAccessor deletedKeysAccessor = ((LSMInvertedIndexDiskComponent) component).getBuddyIndex()
                         .createAccessor(NoOpIndexAccessParameters.INSTANCE);
@@ -436,15 +433,13 @@
 
     @Override
     public ILSMIndexAccessor createAccessor(IIndexAccessParameters iap) throws HyracksDataException {
-        return new LSMInvertedIndexAccessor(getHarness(),
-                createOpContext(iap.getModificationCallback(), iap.getSearchOperationCallback()));
+        return new LSMInvertedIndexAccessor(getHarness(), createOpContext(iap));
     }
 
     @Override
-    protected LSMInvertedIndexOpContext createOpContext(IModificationOperationCallback modificationCallback,
-            ISearchOperationCallback searchCallback) throws HyracksDataException {
-        return new LSMInvertedIndexOpContext(this, memoryComponents, modificationCallback, searchCallback,
-                invertedIndexFieldsForNonBulkLoadOps, filterFieldsForNonBulkLoadOps, getFilterCmpFactories(), tracer);
+    protected LSMInvertedIndexOpContext createOpContext(IIndexAccessParameters iap) throws HyracksDataException {
+        return new LSMInvertedIndexOpContext(this, memoryComponents, iap, invertedIndexFieldsForNonBulkLoadOps,
+                filterFieldsForNonBulkLoadOps, getFilterCmpFactories(), tracer);
     }
 
     @Override
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/impls/LSMInvertedIndexAccessor.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/impls/LSMInvertedIndexAccessor.java
index c33e2ce..d7408ff 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/impls/LSMInvertedIndexAccessor.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/impls/LSMInvertedIndexAccessor.java
@@ -35,7 +35,7 @@
 import org.apache.hyracks.storage.am.lsm.common.api.ILSMIndexOperationContext;
 import org.apache.hyracks.storage.am.lsm.common.api.LSMOperationType;
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedIndexAccessor;
-import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedListCursor;
+import org.apache.hyracks.storage.am.lsm.invertedindex.api.InvertedListCursor;
 import org.apache.hyracks.storage.common.IIndexCursor;
 import org.apache.hyracks.storage.common.ISearchPredicate;
 
@@ -178,12 +178,12 @@
     }
 
     @Override
-    public IInvertedListCursor createInvertedListCursor() {
+    public InvertedListCursor createInvertedListCursor() {
         throw new UnsupportedOperationException("Cannot create inverted list cursor on lsm inverted index.");
     }
 
     @Override
-    public void openInvertedListCursor(IInvertedListCursor listCursor, ITupleReference searchKey)
+    public void openInvertedListCursor(InvertedListCursor listCursor, ITupleReference searchKey)
             throws HyracksDataException {
         throw new UnsupportedOperationException("Cannot open inverted list cursor on lsm inverted index.");
     }
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/impls/LSMInvertedIndexOpContext.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/impls/LSMInvertedIndexOpContext.java
index 1fe4bd2..e7a725e 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/impls/LSMInvertedIndexOpContext.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/impls/LSMInvertedIndexOpContext.java
@@ -30,9 +30,8 @@
 import org.apache.hyracks.storage.am.lsm.common.api.ILSMMemoryComponent;
 import org.apache.hyracks.storage.am.lsm.common.impls.AbstractLSMIndexOperationContext;
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedIndexAccessor;
+import org.apache.hyracks.storage.common.IIndexAccessParameters;
 import org.apache.hyracks.storage.common.IIndexAccessor;
-import org.apache.hyracks.storage.common.IModificationOperationCallback;
-import org.apache.hyracks.storage.common.ISearchOperationCallback;
 import org.apache.hyracks.util.trace.ITracer;
 
 public class LSMInvertedIndexOpContext extends AbstractLSMIndexOperationContext {
@@ -47,21 +46,22 @@
     private IIndexAccessor[] deletedKeysBTreeAccessors;
     private IInvertedIndexAccessor currentMutableInvIndexAccessors;
     private IIndexAccessor currentDeletedKeysBTreeAccessors;
+    // To keep the buffer frame manager in case of a search
+    private IIndexAccessParameters iap;
     private boolean destroyed = false;
 
     public LSMInvertedIndexOpContext(ILSMIndex index, List<ILSMMemoryComponent> mutableComponents,
-            IModificationOperationCallback modificationCallback, ISearchOperationCallback searchCallback,
-            int[] invertedIndexFields, int[] filterFields, IBinaryComparatorFactory[] filterComparatorFactories,
-            ITracer tracer) throws HyracksDataException {
-        super(index, invertedIndexFields, filterFields, filterComparatorFactories, searchCallback, modificationCallback,
-                tracer);
+            IIndexAccessParameters iap, int[] invertedIndexFields, int[] filterFields,
+            IBinaryComparatorFactory[] filterComparatorFactories, ITracer tracer) throws HyracksDataException {
+        super(index, invertedIndexFields, filterFields, filterComparatorFactories, iap.getSearchOperationCallback(),
+                iap.getModificationCallback(), tracer);
         mutableInvIndexAccessors = new IInvertedIndexAccessor[mutableComponents.size()];
         deletedKeysBTreeAccessors = new IIndexAccessor[mutableComponents.size()];
         for (int i = 0; i < mutableComponents.size(); i++) {
             LSMInvertedIndexMemoryComponent mutableComponent =
                     (LSMInvertedIndexMemoryComponent) mutableComponents.get(i);
             if (allFields != null) {
-                mutableInvIndexAccessors[i] = mutableComponent.getIndex().createAccessor(allFields);
+                mutableInvIndexAccessors[i] = mutableComponent.getIndex().createAccessor(iap, allFields);
             } else {
                 mutableInvIndexAccessors[i] =
                         mutableComponent.getIndex().createAccessor(NoOpIndexAccessParameters.INSTANCE);
@@ -77,6 +77,7 @@
             keyFieldPermutation[i] = NUM_DOCUMENT_FIELDS + i;
         }
         keysOnlyTuple = new PermutingTupleReference(keyFieldPermutation);
+        this.iap = iap;
     }
 
     @Override
@@ -97,6 +98,10 @@
         return currentDeletedKeysBTreeAccessors;
     }
 
+    public IIndexAccessParameters getIndexAccessParameters() {
+        return iap;
+    }
+
     @Override
     public void destroy() throws HyracksDataException {
         if (destroyed) {
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/impls/LSMInvertedIndexSearchCursorInitialState.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/impls/LSMInvertedIndexSearchCursorInitialState.java
index 93ede6d..6e35e07 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/impls/LSMInvertedIndexSearchCursorInitialState.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/impls/LSMInvertedIndexSearchCursorInitialState.java
@@ -35,6 +35,8 @@
 
 public class LSMInvertedIndexSearchCursorInitialState implements ICursorInitialState {
 
+    public static final int INVALID_VALUE = -1;
+
     private final boolean includeMemComponent;
     private final ILSMHarness lsmHarness;
     private final List<IIndexAccessor> indexAccessors;
@@ -48,6 +50,17 @@
 
     private final List<ILSMComponent> operationalComponents;
 
+    // For disk-based inverted list cursors
+    private int invListStartPageId = INVALID_VALUE;
+    private int invListEndPageId = INVALID_VALUE;
+    private int invListStartOffset = INVALID_VALUE;
+    private int invListNumElements = INVALID_VALUE;
+
+    public LSMInvertedIndexSearchCursorInitialState() {
+        this(null, null, null, null, null, null, false, null, null);
+        resetInvertedListInfo();
+    }
+
     public LSMInvertedIndexSearchCursorInitialState(final MultiComparator keyCmp, PermutingTupleReference keysOnlyTuple,
             List<IIndexAccessor> indexAccessors, List<IIndexAccessor> deletedKeysBTreeAccessors,
             ITreeIndexFrameFactory deletedKeysBtreeLeafFrameFactory, IIndexOperationContext ctx,
@@ -61,7 +74,8 @@
         this.operationalComponents = operationalComponents;
         this.lsmHarness = lsmHarness;
         this.ctx = (LSMInvertedIndexOpContext) ctx;
-        this.searchCallback = this.ctx.getSearchOperationCallback();
+        this.searchCallback = ctx != null ? this.ctx.getSearchOperationCallback() : null;
+        resetInvertedListInfo();
     }
 
     @Override
@@ -128,4 +142,35 @@
     public PermutingTupleReference getKeysOnlyTuple() {
         return keysOnlyTuple;
     }
+
+    public void setInvertedListInfo(int invListStartPageId, int invListEndPageId, int invListStartOffset,
+            int invListNumElements) {
+        this.invListStartPageId = invListStartPageId;
+        this.invListEndPageId = invListEndPageId;
+        this.invListStartOffset = invListStartOffset;
+        this.invListNumElements = invListNumElements;
+    }
+
+    public int getInvListStartPageId() {
+        return invListStartPageId;
+    }
+
+    public int getInvListEndPageId() {
+        return invListEndPageId;
+    }
+
+    public int getInvListStartOffset() {
+        return invListStartOffset;
+    }
+
+    public int getInvListNumElements() {
+        return invListNumElements;
+    }
+
+    private void resetInvertedListInfo() {
+        invListStartPageId = INVALID_VALUE;
+        invListEndPageId = INVALID_VALUE;
+        invListStartOffset = INVALID_VALUE;
+        invListNumElements = INVALID_VALUE;
+    }
 }
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/inmemory/InMemoryInvertedIndex.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/inmemory/InMemoryInvertedIndex.java
index 641ca3c..e74733b 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/inmemory/InMemoryInvertedIndex.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/inmemory/InMemoryInvertedIndex.java
@@ -18,11 +18,13 @@
  */
 package org.apache.hyracks.storage.am.lsm.invertedindex.inmemory;
 
+import org.apache.hyracks.api.context.IHyracksTaskContext;
 import org.apache.hyracks.api.dataflow.value.IBinaryComparatorFactory;
 import org.apache.hyracks.api.dataflow.value.ITypeTraits;
 import org.apache.hyracks.api.exceptions.ErrorCode;
 import org.apache.hyracks.api.exceptions.HyracksDataException;
 import org.apache.hyracks.api.io.FileReference;
+import org.apache.hyracks.api.util.HyracksConstants;
 import org.apache.hyracks.dataflow.common.data.accessors.ITupleReference;
 import org.apache.hyracks.storage.am.btree.frames.BTreeLeafFrameType;
 import org.apache.hyracks.storage.am.btree.impls.BTree;
@@ -32,7 +34,7 @@
 import org.apache.hyracks.storage.am.common.api.IPageManager;
 import org.apache.hyracks.storage.am.common.ophelpers.IndexOperation;
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInPlaceInvertedIndex;
-import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedListCursor;
+import org.apache.hyracks.storage.am.lsm.invertedindex.api.InvertedListCursor;
 import org.apache.hyracks.storage.am.lsm.invertedindex.tokenizers.IBinaryTokenizerFactory;
 import org.apache.hyracks.storage.common.IIndexAccessParameters;
 import org.apache.hyracks.storage.common.IIndexBulkLoader;
@@ -150,29 +152,41 @@
     }
 
     @Override
-    public IInvertedListCursor createInvertedListCursor() {
+    public InvertedListCursor createInvertedListCursor(IHyracksTaskContext ctx) {
         return new InMemoryInvertedListCursor(invListTypeTraits.length, tokenTypeTraits.length);
     }
 
     @Override
-    public void openInvertedListCursor(IInvertedListCursor listCursor, ITupleReference searchKey,
+    public InvertedListCursor createInvertedListRangeSearchCursor() {
+        // An in-memory index does not have a separate inverted list.
+        // Therefore, a different range-search cursor for an inverted list is not required.
+        return createInvertedListCursor(null);
+    }
+
+    @Override
+    public void openInvertedListCursor(InvertedListCursor listCursor, ITupleReference searchKey,
             IIndexOperationContext ictx) throws HyracksDataException {
         InMemoryInvertedIndexOpContext ctx = (InMemoryInvertedIndexOpContext) ictx;
         ctx.setOperation(IndexOperation.SEARCH);
         InMemoryInvertedListCursor inMemListCursor = (InMemoryInvertedListCursor) listCursor;
         inMemListCursor.prepare(ctx.getBtreeAccessor(), ctx.getBtreePred(), ctx.getTokenFieldsCmp(), ctx.getBtreeCmp());
         inMemListCursor.reset(searchKey);
+        // Makes the cursor state to OPENED
+        inMemListCursor.open(null, null);
     }
 
     @Override
     public InMemoryInvertedIndexAccessor createAccessor(IIndexAccessParameters iap) throws HyracksDataException {
         return new InMemoryInvertedIndexAccessor(this,
-                new InMemoryInvertedIndexOpContext(btree, tokenCmpFactories, tokenizerFactory));
+                new InMemoryInvertedIndexOpContext(btree, tokenCmpFactories, tokenizerFactory),
+                (IHyracksTaskContext) iap.getParameters().get(HyracksConstants.HYRACKS_TASK_CONTEXT));
     }
 
-    public InMemoryInvertedIndexAccessor createAccessor(int[] nonIndexFields) throws HyracksDataException {
+    public InMemoryInvertedIndexAccessor createAccessor(IIndexAccessParameters iap, int[] nonIndexFields)
+            throws HyracksDataException {
         return new InMemoryInvertedIndexAccessor(this,
-                new InMemoryInvertedIndexOpContext(btree, tokenCmpFactories, tokenizerFactory), nonIndexFields);
+                new InMemoryInvertedIndexOpContext(btree, tokenCmpFactories, tokenizerFactory), nonIndexFields,
+                (IHyracksTaskContext) iap.getParameters().get(HyracksConstants.HYRACKS_TASK_CONTEXT));
     }
 
     @Override
@@ -219,4 +233,5 @@
     public void purge() throws HyracksDataException {
         btree.purge();
     }
+
 }
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/inmemory/InMemoryInvertedIndexAccessor.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/inmemory/InMemoryInvertedIndexAccessor.java
index 0795a4e..2a35301 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/inmemory/InMemoryInvertedIndexAccessor.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/inmemory/InMemoryInvertedIndexAccessor.java
@@ -19,7 +19,7 @@
 
 package org.apache.hyracks.storage.am.lsm.invertedindex.inmemory;
 
-import org.apache.hyracks.api.context.IHyracksCommonContext;
+import org.apache.hyracks.api.context.IHyracksTaskContext;
 import org.apache.hyracks.api.exceptions.HyracksDataException;
 import org.apache.hyracks.dataflow.common.data.accessors.ITupleReference;
 import org.apache.hyracks.storage.am.btree.api.IBTreeLeafFrame;
@@ -31,8 +31,7 @@
 import org.apache.hyracks.storage.am.common.ophelpers.IndexOperation;
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedIndexAccessor;
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedIndexSearcher;
-import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedListCursor;
-import org.apache.hyracks.storage.am.lsm.invertedindex.ondisk.OnDiskInvertedIndex.DefaultHyracksCommonContext;
+import org.apache.hyracks.storage.am.lsm.invertedindex.api.InvertedListCursor;
 import org.apache.hyracks.storage.am.lsm.invertedindex.ondisk.OnDiskInvertedIndexSearchCursor;
 import org.apache.hyracks.storage.am.lsm.invertedindex.search.InvertedIndexSearchPredicate;
 import org.apache.hyracks.storage.am.lsm.invertedindex.search.TOccurrenceSearcher;
@@ -40,27 +39,29 @@
 import org.apache.hyracks.storage.common.ISearchPredicate;
 
 public class InMemoryInvertedIndexAccessor implements IInvertedIndexAccessor {
-    // TODO: This ctx needs to go away.
-    protected final IHyracksCommonContext hyracksCtx = new DefaultHyracksCommonContext();
-    protected final IInvertedIndexSearcher searcher;
+    protected final IHyracksTaskContext ctx;
+    protected IInvertedIndexSearcher searcher;
     protected IIndexOperationContext opCtx;
     protected InMemoryInvertedIndex index;
     protected BTreeAccessor btreeAccessor;
     private boolean destroyed = false;
 
-    public InMemoryInvertedIndexAccessor(InMemoryInvertedIndex index, IIndexOperationContext opCtx)
-            throws HyracksDataException {
+    public InMemoryInvertedIndexAccessor(InMemoryInvertedIndex index, IIndexOperationContext opCtx,
+            IHyracksTaskContext ctx) throws HyracksDataException {
+        this.ctx = ctx;
         this.opCtx = opCtx;
         this.index = index;
-        this.searcher = createSearcher();
+        // Searcher will be initialized when conducting an actual search.
+        this.searcher = null;
         this.btreeAccessor = index.getBTree().createAccessor(NoOpIndexAccessParameters.INSTANCE);
     }
 
     public InMemoryInvertedIndexAccessor(InMemoryInvertedIndex index, IIndexOperationContext opCtx,
-            int[] nonIndexFields) throws HyracksDataException {
+            int[] nonIndexFields, IHyracksTaskContext ctx) throws HyracksDataException {
+        this.ctx = ctx;
         this.opCtx = opCtx;
         this.index = index;
-        this.searcher = createSearcher();
+        this.searcher = null;
         this.btreeAccessor = index.getBTree().createAccessor(NoOpOperationCallback.INSTANCE,
                 NoOpOperationCallback.INSTANCE, nonIndexFields);
     }
@@ -78,22 +79,28 @@
     }
 
     @Override
-    public IIndexCursor createSearchCursor(boolean exclusive) {
-        return new OnDiskInvertedIndexSearchCursor(searcher, index.getInvListTypeTraits().length);
+    public IIndexCursor createSearchCursor(boolean exclusive) throws HyracksDataException {
+        if (searcher == null) {
+            searcher = createSearcher();
+        }
+        return new OnDiskInvertedIndexSearchCursor(searcher);
     }
 
     @Override
     public void search(IIndexCursor cursor, ISearchPredicate searchPred) throws HyracksDataException {
-        searcher.search((OnDiskInvertedIndexSearchCursor) cursor, (InvertedIndexSearchPredicate) searchPred, opCtx);
+        if (searcher == null) {
+            searcher = createSearcher();
+        }
+        searcher.search(cursor, (InvertedIndexSearchPredicate) searchPred, opCtx);
     }
 
     @Override
-    public IInvertedListCursor createInvertedListCursor() {
-        return index.createInvertedListCursor();
+    public InvertedListCursor createInvertedListCursor() {
+        return index.createInvertedListCursor(ctx);
     }
 
     @Override
-    public void openInvertedListCursor(IInvertedListCursor listCursor, ITupleReference searchKey)
+    public void openInvertedListCursor(InvertedListCursor listCursor, ITupleReference searchKey)
             throws HyracksDataException {
         index.openInvertedListCursor(listCursor, searchKey, opCtx);
     }
@@ -124,7 +131,10 @@
     }
 
     protected IInvertedIndexSearcher createSearcher() throws HyracksDataException {
-        return new TOccurrenceSearcher(hyracksCtx, index);
+        if (ctx != null) {
+            return new TOccurrenceSearcher(index, ctx);
+        }
+        return null;
     }
 
     public void resetLogTuple(ITupleReference newTuple) {
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/inmemory/InMemoryInvertedListCursor.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/inmemory/InMemoryInvertedListCursor.java
index b2660a4..085f8d5 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/inmemory/InMemoryInvertedListCursor.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/inmemory/InMemoryInvertedListCursor.java
@@ -33,11 +33,11 @@
 import org.apache.hyracks.storage.am.btree.impls.RangePredicate;
 import org.apache.hyracks.storage.am.common.tuples.ConcatenatingTupleReference;
 import org.apache.hyracks.storage.am.common.tuples.PermutingTupleReference;
-import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedListCursor;
+import org.apache.hyracks.storage.am.lsm.invertedindex.api.InvertedListCursor;
 import org.apache.hyracks.storage.common.IIndexCursor;
 import org.apache.hyracks.storage.common.MultiComparator;
 
-public class InMemoryInvertedListCursor implements IInvertedListCursor {
+public class InMemoryInvertedListCursor extends InvertedListCursor {
     private RangePredicate btreePred;
     private BTreeAccessor btreeAccessor;
     private IIndexCursor btreeCursor;
@@ -80,7 +80,7 @@
     }
 
     @Override
-    public int compareTo(IInvertedListCursor cursor) {
+    public int compareTo(InvertedListCursor cursor) {
         try {
             return size() - cursor.size();
         } catch (HyracksDataException hde) {
@@ -100,12 +100,13 @@
     }
 
     @Override
-    public void reset(int startPageId, int endPageId, int startOff, int numElements) {
-        // Do nothing
+    protected void setInvListInfo(int startPageId, int endPageId, int startOff, int numElements)
+            throws HyracksDataException {
+        // no-op for this in-memory cursor - everything is in memory
     }
 
     @Override
-    public void pinPages() throws HyracksDataException {
+    public void loadPages() throws HyracksDataException {
         btreePred.setLowKeyComparator(tokenFieldsCmp);
         btreePred.setHighKeyComparator(tokenFieldsCmp);
         btreePred.setLowKey(tokenTuple, true);
@@ -115,7 +116,7 @@
     }
 
     @Override
-    public void unpinPages() throws HyracksDataException {
+    public void unloadPages() throws HyracksDataException {
         if (cursorNeedsClose) {
             btreeCursor.close();
             cursorNeedsClose = false;
@@ -123,17 +124,17 @@
     }
 
     @Override
-    public boolean hasNext() throws HyracksDataException {
+    public boolean doHasNext() throws HyracksDataException {
         return btreeCursor.hasNext();
     }
 
     @Override
-    public void next() throws HyracksDataException {
+    public void doNext() throws HyracksDataException {
         btreeCursor.next();
     }
 
     @Override
-    public ITupleReference getTuple() {
+    public ITupleReference doGetTuple() {
         resultTuple.reset(btreeCursor.getTuple());
         return resultTuple;
     }
@@ -161,24 +162,9 @@
     }
 
     @Override
-    public int getStartPageId() {
-        return 0;
-    }
-
-    @Override
-    public int getEndPageId() {
-        return 0;
-    }
-
-    @Override
-    public int getStartOff() {
-        return 0;
-    }
-
-    @Override
     public boolean containsKey(ITupleReference searchTuple, MultiComparator invListCmp) throws HyracksDataException {
         // Close cursor if necessary.
-        unpinPages();
+        unloadPages();
         btreeSearchTuple.addTuple(searchTuple);
         btreePred.setLowKeyComparator(btreeCmp);
         btreePred.setHighKeyComparator(btreeCmp);
@@ -226,4 +212,20 @@
     public String printCurrentElement(ISerializerDeserializer[] serdes) throws HyracksDataException {
         return null;
     }
+
+    @Override
+    public void prepareLoadPages() throws HyracksDataException {
+        // no-op for this in-memory cursor - no need to initialize a buffer
+    }
+
+    @Override
+    public void doClose() throws HyracksDataException {
+        btreeCursor.close();
+    }
+
+    @Override
+    public void doDestroy() throws HyracksDataException {
+        btreeCursor.destroy();
+    }
+
 }
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/inmemory/PartitionedInMemoryInvertedIndex.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/inmemory/PartitionedInMemoryInvertedIndex.java
index 5ddba98..986ceac 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/inmemory/PartitionedInMemoryInvertedIndex.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/inmemory/PartitionedInMemoryInvertedIndex.java
@@ -18,7 +18,6 @@
  */
 package org.apache.hyracks.storage.am.lsm.invertedindex.inmemory;
 
-import java.util.List;
 import java.util.concurrent.locks.ReentrantReadWriteLock;
 
 import org.apache.hyracks.api.dataflow.value.IBinaryComparatorFactory;
@@ -31,7 +30,6 @@
 import org.apache.hyracks.storage.am.common.api.IPageManager;
 import org.apache.hyracks.storage.am.common.ophelpers.IndexOperation;
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedIndexSearcher;
-import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedListCursor;
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IPartitionedInvertedIndex;
 import org.apache.hyracks.storage.am.lsm.invertedindex.search.InvertedListPartitions;
 import org.apache.hyracks.storage.am.lsm.invertedindex.search.PartitionedTOccurrenceSearcher;
@@ -89,20 +87,21 @@
     public PartitionedInMemoryInvertedIndexAccessor createAccessor(IIndexAccessParameters iap)
             throws HyracksDataException {
         return new PartitionedInMemoryInvertedIndexAccessor(this,
-                new PartitionedInMemoryInvertedIndexOpContext(btree, tokenCmpFactories, tokenizerFactory));
+                new PartitionedInMemoryInvertedIndexOpContext(btree, tokenCmpFactories, tokenizerFactory), iap);
     }
 
     @Override
-    public PartitionedInMemoryInvertedIndexAccessor createAccessor(int[] nonIndexFields) throws HyracksDataException {
+    public PartitionedInMemoryInvertedIndexAccessor createAccessor(IIndexAccessParameters iap, int[] nonIndexFields)
+            throws HyracksDataException {
         return new PartitionedInMemoryInvertedIndexAccessor(this,
                 new PartitionedInMemoryInvertedIndexOpContext(btree, tokenCmpFactories, tokenizerFactory),
-                nonIndexFields);
+                nonIndexFields, iap);
     }
 
     @Override
     public boolean openInvertedListPartitionCursors(IInvertedIndexSearcher searcher, IIndexOperationContext ictx,
-            short numTokensLowerBound, short numTokensUpperBound, InvertedListPartitions invListPartitions,
-            List<IInvertedListCursor> cursorsOrderedByTokens) throws HyracksDataException {
+            short numTokensLowerBound, short numTokensUpperBound, InvertedListPartitions invListPartitions)
+            throws HyracksDataException {
         short minPartitionIndex;
         short maxPartitionIndex;
         partitionIndexLock.readLock().lock();
@@ -140,6 +139,8 @@
             inMemListCursor.prepare(ctx.getBtreeAccessor(), ctx.getBtreePred(), ctx.getTokenFieldsCmp(),
                     ctx.getBtreeCmp());
             inMemListCursor.reset(searchKey);
+            // Makes the cursor state to OPENED
+            inMemListCursor.open(null, null);
             invListPartitions.addInvertedListCursor(inMemListCursor, i);
         }
         return true;
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/inmemory/PartitionedInMemoryInvertedIndexAccessor.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/inmemory/PartitionedInMemoryInvertedIndexAccessor.java
index a4537a9..b5044d0 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/inmemory/PartitionedInMemoryInvertedIndexAccessor.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/inmemory/PartitionedInMemoryInvertedIndexAccessor.java
@@ -19,24 +19,28 @@
 
 package org.apache.hyracks.storage.am.lsm.invertedindex.inmemory;
 
+import org.apache.hyracks.api.context.IHyracksTaskContext;
 import org.apache.hyracks.api.exceptions.HyracksDataException;
+import org.apache.hyracks.api.util.HyracksConstants;
 import org.apache.hyracks.storage.am.common.api.IIndexOperationContext;
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedIndexSearcher;
 import org.apache.hyracks.storage.am.lsm.invertedindex.search.PartitionedTOccurrenceSearcher;
+import org.apache.hyracks.storage.common.IIndexAccessParameters;
 
 public class PartitionedInMemoryInvertedIndexAccessor extends InMemoryInvertedIndexAccessor {
 
-    public PartitionedInMemoryInvertedIndexAccessor(InMemoryInvertedIndex index, IIndexOperationContext opCtx)
-            throws HyracksDataException {
-        super(index, opCtx);
+    public PartitionedInMemoryInvertedIndexAccessor(InMemoryInvertedIndex index, IIndexOperationContext opCtx,
+            IIndexAccessParameters iap) throws HyracksDataException {
+        super(index, opCtx, (IHyracksTaskContext) iap.getParameters().get(HyracksConstants.HYRACKS_TASK_CONTEXT));
     }
 
     public PartitionedInMemoryInvertedIndexAccessor(InMemoryInvertedIndex index, IIndexOperationContext opCtx,
-            int[] nonIndexFields) throws HyracksDataException {
-        super(index, opCtx, nonIndexFields);
+            int[] nonIndexFields, IIndexAccessParameters iap) throws HyracksDataException {
+        super(index, opCtx, nonIndexFields,
+                (IHyracksTaskContext) iap.getParameters().get(HyracksConstants.HYRACKS_TASK_CONTEXT));
     }
 
     protected IInvertedIndexSearcher createSearcher() throws HyracksDataException {
-        return new PartitionedTOccurrenceSearcher(hyracksCtx, index);
+        return new PartitionedTOccurrenceSearcher(index, ctx);
     }
 }
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/FixedSizeElementInvertedListCursor.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/FixedSizeElementInvertedListCursor.java
index eec2993..da3f079 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/FixedSizeElementInvertedListCursor.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/FixedSizeElementInvertedListCursor.java
@@ -22,152 +22,351 @@
 import java.io.ByteArrayInputStream;
 import java.io.DataInput;
 import java.io.DataInputStream;
+import java.nio.ByteBuffer;
+import java.util.ArrayList;
+import java.util.Arrays;
 
+import org.apache.hyracks.api.context.IHyracksTaskContext;
 import org.apache.hyracks.api.dataflow.value.ISerializerDeserializer;
 import org.apache.hyracks.api.dataflow.value.ITypeTraits;
+import org.apache.hyracks.api.exceptions.ErrorCode;
 import org.apache.hyracks.api.exceptions.HyracksDataException;
+import org.apache.hyracks.api.util.HyracksConstants;
 import org.apache.hyracks.dataflow.common.data.accessors.ITupleReference;
-import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedListCursor;
+import org.apache.hyracks.dataflow.common.utils.TaskUtil;
+import org.apache.hyracks.dataflow.std.buffermanager.ISimpleFrameBufferManager;
+import org.apache.hyracks.storage.am.lsm.invertedindex.api.InvertedListCursor;
 import org.apache.hyracks.storage.common.MultiComparator;
 import org.apache.hyracks.storage.common.buffercache.IBufferCache;
 import org.apache.hyracks.storage.common.buffercache.ICachedPage;
 import org.apache.hyracks.storage.common.file.BufferedFileHandle;
 
-public class FixedSizeElementInvertedListCursor implements IInvertedListCursor {
+/**
+ * A cursor class that traverse an inverted list that consists of fixed-size elements on disk
+ *
+ */
+public class FixedSizeElementInvertedListCursor extends InvertedListCursor {
 
     private final IBufferCache bufferCache;
     private final int fileId;
     private final int elementSize;
-    private int currentElementIx;
-    private int currentOff;
-    private int currentPageIx;
-
+    // for sequential scan
+    private int currentElementIxForScan;
+    private int currentOffsetForScan;
+    private int currentPageIxForScan;
+    // the whole range of the given inverted list
     private int startPageId;
     private int endPageId;
     private int startOff;
     private int numElements;
+    private int numPages;
+    // the current range of the loaded pages in memory
+    private int bufferStartPageId;
+    private int bufferEndPageId;
+    private int bufferStartElementIx;
+    private int bufferEndElementIx;
+    private int bufferNumLoadedPages;
 
     private final FixedSizeTupleReference tuple;
-    private ICachedPage[] pages = new ICachedPage[10];
+    // The last element in the current range in memory
+    private final FixedSizeTupleReference bufferEndElementTuple;
+    private ICachedPage page;
+    // The last element index per page
     private int[] elementIndexes = new int[10];
+    // buffer manager to conform to the memory budget
+    private final ISimpleFrameBufferManager bufferManagerForSearch;
+    private ArrayList<ByteBuffer> buffers;
+    private boolean moreBlocksToRead = true;
+    // The last searched element index (used for random traversal)
+    private int lastRandomSearchedElementIx;
 
-    private boolean pinned = false;
-
-    public FixedSizeElementInvertedListCursor(IBufferCache bufferCache, int fileId, ITypeTraits[] invListFields) {
+    public FixedSizeElementInvertedListCursor(IBufferCache bufferCache, int fileId, ITypeTraits[] invListFields,
+            IHyracksTaskContext ctx) throws HyracksDataException {
         this.bufferCache = bufferCache;
         this.fileId = fileId;
-        this.currentElementIx = 0;
-        this.currentPageIx = 0;
-
-        int tmp = 0;
+        int tmpSize = 0;
         for (int i = 0; i < invListFields.length; i++) {
-            tmp += invListFields[i].getFixedLength();
+            tmpSize += invListFields[i].getFixedLength();
         }
-        elementSize = tmp;
-        this.currentOff = -elementSize;
+        elementSize = tmpSize;
+        this.currentOffsetForScan = -elementSize;
+        this.currentElementIxForScan = 0;
+        this.currentPageIxForScan = 0;
+        this.bufferStartPageId = 0;
+        this.bufferEndPageId = 0;
+        this.bufferStartElementIx = 0;
+        this.bufferEndElementIx = 0;
+        this.bufferNumLoadedPages = 0;
+        this.lastRandomSearchedElementIx = 0;
+        this.moreBlocksToRead = true;
         this.tuple = new FixedSizeTupleReference(invListFields);
-    }
-
-    @Override
-    public boolean hasNext() {
-        return currentElementIx < numElements;
-    }
-
-    @Override
-    public void next() {
-        if (currentOff + 2 * elementSize > bufferCache.getPageSize()) {
-            currentPageIx++;
-            currentOff = 0;
-        } else {
-            currentOff += elementSize;
+        this.bufferEndElementTuple = new FixedSizeTupleReference(invListFields);
+        this.buffers = new ArrayList<ByteBuffer>();
+        if (ctx == null) {
+            throw HyracksDataException.create(ErrorCode.CANNOT_CONTINUE_TEXT_SEARCH_HYRACKS_TASK_IS_NULL);
         }
-        currentElementIx++;
-        tuple.reset(pages[currentPageIx].getBuffer().array(), currentOff);
+        this.bufferManagerForSearch = TaskUtil.get(HyracksConstants.INVERTED_INDEX_SEARCH_FRAME_MANAGER, ctx);
+        if (bufferManagerForSearch == null) {
+            throw HyracksDataException.create(ErrorCode.CANNOT_CONTINUE_TEXT_SEARCH_BUFFER_MANAGER_IS_NULL);
+        }
     }
 
+    /**
+     * Tries to allocate enough buffers to read the inverted list at once. If memory budget is not enough, this method
+     * stops allocating buffers.
+     */
+    private void allocateBuffers() throws HyracksDataException {
+        do {
+            ByteBuffer tmpBuffer = bufferManagerForSearch.acquireFrame(bufferCache.getPageSize());
+            if (tmpBuffer == null) {
+                // Budget exhausted
+                break;
+            }
+            Arrays.fill(tmpBuffer.array(), (byte) 0);
+            buffers.add(tmpBuffer);
+        } while (buffers.size() < numPages);
+        // At least there should be one frame to load a page from disk.
+        if (buffers.isEmpty()) {
+            throw HyracksDataException.create(ErrorCode.NOT_ENOUGH_BUDGET_FOR_TEXTSEARCH,
+                    FixedSizeElementInvertedListCursor.class.getName());
+        }
+    }
+
+    /**
+     * Deallocates all buffers. i.e. releases all buffers to the buffer manager.
+     */
+    private void deallocateBuffers() throws HyracksDataException {
+        for (int i = 0; i < buffers.size(); i++) {
+            bufferManagerForSearch.releaseFrame(buffers.get(i));
+            buffers.set(i, null);
+        }
+        buffers.clear();
+    }
+
+    /**
+     * Clears the contents of the buffers.
+     */
+    private void clearBuffers() throws HyracksDataException {
+        for (int i = 0; i < buffers.size(); i++) {
+            Arrays.fill(buffers.get(i).array(), (byte) 0);
+            buffers.get(i).clear();
+        }
+    }
+
+    /**
+     * Checks whether there are more elements to return. This is usually used for a sequential scan.
+     */
     @Override
-    public void pinPages() throws HyracksDataException {
-        if (pinned) {
+    public boolean doHasNext() {
+        return currentElementIxForScan < numElements;
+    }
+
+    /**
+     * Returns the next element.
+     */
+    @Override
+    public void doNext() throws HyracksDataException {
+        if (currentOffsetForScan + 2 * elementSize > bufferCache.getPageSize()) {
+            currentPageIxForScan++;
+            currentOffsetForScan = 0;
+        } else {
+            currentOffsetForScan += elementSize;
+        }
+
+        // Needs to read the next block?
+        if (currentElementIxForScan > bufferEndElementIx && endPageId > bufferEndPageId) {
+            loadPages();
+            currentOffsetForScan = 0;
+        }
+
+        currentElementIxForScan++;
+
+        tuple.reset(buffers.get(currentPageIxForScan).array(), currentOffsetForScan);
+    }
+
+    /**
+     * Prepares buffers to load pages. This method should not be called during the open()
+     * since it tries to allocate all available frames. If there are multiple concurrently opened
+     * cursors (e.g., a partitioned inverted index), this will cause an issue. An assumption of this cursor is
+     * that no two cursors are accessed at the same time even though they can be opened together.
+     */
+    @Override
+    public void prepareLoadPages() throws HyracksDataException {
+        // Resets the buffers if there is any.
+        clearBuffers();
+        if (numPages > buffers.size()) {
+            allocateBuffers();
+        }
+    }
+
+    /**
+     * Reads a part of the inverted list into the working memory via the buffer cache.
+     * This method reads the inverted list until it fills the current buffers.
+     */
+    @Override
+    public void loadPages() throws HyracksDataException {
+        // Conducts a load. Based on the size of the buffers, it may be possible to read the entire list.
+        // Resets the start page ID to load. At this moment, the variable bufferEndPageId holds
+        // the last page ID where the previous loadPages() stopped.
+        bufferStartPageId = bufferEndPageId + 1;
+        if (bufferStartPageId > endPageId) {
             return;
         }
-        int pix = 0;
-        for (int i = startPageId; i <= endPageId; i++) {
-            pages[pix] = bufferCache.pin(BufferedFileHandle.getDiskPageId(fileId, i), false);
-            pix++;
+        int currentBufferIdx = 0;
+        ByteBuffer tmpBuffer;
+        for (int i = bufferStartPageId; i <= endPageId; i++) {
+            page = bufferCache.pin(BufferedFileHandle.getDiskPageId(fileId, i), false);
+            // Copies the content to the buffer (working memory).
+            // Assumption: processing inverted list takes time; so, we don't want to keep them on the buffer cache.
+            // Rather, we utilize the assigned working memory (buffers).
+            tmpBuffer = page.getBuffer();
+            tmpBuffer.rewind();
+            buffers.get(currentBufferIdx).rewind();
+            buffers.get(currentBufferIdx).put(tmpBuffer);
+
+            currentBufferIdx++;
+            bufferCache.unpin(page);
+            bufferEndPageId = i;
+
+            // Buffer full?
+            if (currentBufferIdx >= buffers.size()) {
+                break;
+            }
         }
-        pinned = true;
+        setBlockInfo();
     }
 
+    /**
+     * Updates the information about this block.
+     */
+    private void setBlockInfo() {
+        bufferNumLoadedPages = bufferEndPageId - bufferStartPageId + 1;
+        bufferStartElementIx =
+                bufferStartPageId == startPageId ? 0 : elementIndexes[bufferStartPageId - startPageId - 1] + 1;
+        lastRandomSearchedElementIx = bufferStartElementIx;
+        bufferEndElementIx = elementIndexes[bufferEndPageId - startPageId];
+        // Gets the final element tuple in this block.
+        getElementAtIndex(bufferEndElementIx, bufferEndElementTuple);
+        currentPageIxForScan = 0;
+        currentOffsetForScan = bufferStartElementIx == 0 ? startOff - elementSize : -elementSize;
+        if (bufferEndPageId == endPageId) {
+            moreBlocksToRead = false;
+        }
+    }
+
+    /**
+     * Unloads the pages from the buffers (working memory). This will release all buffers.
+     */
     @Override
-    public void unpinPages() throws HyracksDataException {
-        int numPages = endPageId - startPageId + 1;
-        for (int i = 0; i < numPages; i++) {
-            bufferCache.unpin(pages[i]);
-        }
-        pinned = false;
+    public void unloadPages() throws HyracksDataException {
+        // Deallocates the buffer pages
+        deallocateBuffers();
     }
 
-    private void positionCursor(int elementIx) {
-        int numPages = endPageId - startPageId + 1;
+    /**
+     * Checks whether the search tuple is greater than the last element in the current block of the cursor.
+     * If so, the cursor needs to load next block of the inverted list.
+     *
+     * @param searchTuple
+     * @param invListCmp
+     * @return true if the search tuple is greater than the last element in the current block of the cursor
+     *         false if the search tuple is equal to or less than the last element in the current block of the cursor
+     * @throws HyracksDataException
+     */
+    private boolean needToReadNextBlock(ITupleReference searchTuple, MultiComparator invListCmp)
+            throws HyracksDataException {
+        if (moreBlocksToRead && invListCmp.compare(searchTuple, bufferEndElementTuple) > 0) {
+            return true;
+        }
+        return false;
+    }
 
-        currentPageIx = binarySearch(elementIndexes, 0, numPages, elementIx);
+    /**
+     * Gets the tuple for the given element index.
+     */
+    private void getElementAtIndex(int elementIx, FixedSizeTupleReference tuple) {
+        int currentPageIx =
+                binarySearch(elementIndexes, bufferStartPageId - startPageId, bufferNumLoadedPages, elementIx);
         if (currentPageIx < 0) {
             throw new IndexOutOfBoundsException(
                     "Requested index: " + elementIx + " from array with numElements: " + numElements);
         }
 
+        int currentOff;
         if (currentPageIx == 0) {
             currentOff = startOff + elementIx * elementSize;
         } else {
             int relativeElementIx = elementIx - elementIndexes[currentPageIx - 1] - 1;
             currentOff = relativeElementIx * elementSize;
         }
-
-        currentElementIx = elementIx;
-        tuple.reset(pages[currentPageIx].getBuffer().array(), currentOff);
+        // Gets the actual index in the buffers since buffers.size() can be smaller than the total number of pages.
+        int bufferIdx = currentPageIx % buffers.size();
+        tuple.reset(buffers.get(bufferIdx).array(), currentOff);
     }
 
+    /**
+     * Checks whether the given tuple exists on this inverted list. This method is used when doing a random traversal.
+     */
     @Override
     public boolean containsKey(ITupleReference searchTuple, MultiComparator invListCmp) throws HyracksDataException {
-        int mid;
-        int begin = 0;
-        int end = numElements - 1;
+        // If the given element is greater than the last element in the current buffer, reads the next block.
+        if (needToReadNextBlock(searchTuple, invListCmp)) {
+            loadPages();
+        }
+        int mid = -1;
+        int begin = lastRandomSearchedElementIx;
+        int end = bufferEndElementIx;
 
         while (begin <= end) {
             mid = (begin + end) / 2;
-            positionCursor(mid);
+            getElementAtIndex(mid, tuple);
             int cmp = invListCmp.compare(searchTuple, tuple);
             if (cmp < 0) {
                 end = mid - 1;
             } else if (cmp > 0) {
                 begin = mid + 1;
             } else {
+                lastRandomSearchedElementIx = mid;
                 return true;
             }
         }
 
+        lastRandomSearchedElementIx = mid;
         return false;
     }
 
+    /**
+     * Opens the cursor for the given inverted list. After this open() call, prepreLoadPages() should be called
+     * before loadPages() are called. For more details, check prepapreLoadPages().
+     */
     @Override
-    public void reset(int startPageId, int endPageId, int startOff, int numElements) {
+    protected void setInvListInfo(int startPageId, int endPageId, int startOff, int numElements)
+            throws HyracksDataException {
         this.startPageId = startPageId;
         this.endPageId = endPageId;
         this.startOff = startOff;
         this.numElements = numElements;
-        this.currentElementIx = 0;
-        this.currentPageIx = 0;
-        this.currentOff = startOff - elementSize;
+        this.currentElementIxForScan = 0;
+        this.currentPageIxForScan = 0;
+        this.currentOffsetForScan = startOff - elementSize;
+        this.bufferStartPageId = startPageId;
+        // Deducts 1 since the startPage would be set to bufferEndPageId + 1 in loadPages().
+        this.bufferEndPageId = startPageId - 1;
+        this.moreBlocksToRead = true;
+        this.numPages = endPageId - startPageId + 1;
 
-        int numPages = endPageId - startPageId + 1;
-        if (numPages > pages.length) {
-            pages = new ICachedPage[endPageId - startPageId + 1];
-            elementIndexes = new int[endPageId - startPageId + 1];
+        if (numPages > elementIndexes.length) {
+            elementIndexes = new int[numPages];
         }
 
-        // fill elementIndexes
+        for (ByteBuffer buffer : buffers) {
+            buffer.clear();
+        }
+
+        // Fills the last element index per page.
         // first page
         int cumulElements = (bufferCache.getPageSize() - startOff) / elementSize;
+        // Deducts 1 because this is the index, not the number of elements.
         elementIndexes[0] = cumulElements - 1;
 
         // middle, full pages
@@ -176,19 +375,23 @@
         }
 
         // last page
+        // Deducts 1 because this is the index, not the number of elements.
         elementIndexes[numPages - 1] = numElements - 1;
     }
 
+    /**
+     * Prints the contents of the current inverted list (a debugging method).
+     */
     @SuppressWarnings("rawtypes")
     @Override
     public String printInvList(ISerializerDeserializer[] serdes) throws HyracksDataException {
-        int oldCurrentOff = currentOff;
-        int oldCurrentPageId = currentPageIx;
-        int oldCurrentElementIx = currentElementIx;
+        int oldCurrentOff = currentOffsetForScan;
+        int oldCurrentPageId = currentPageIxForScan;
+        int oldCurrentElementIx = currentElementIxForScan;
 
-        currentOff = startOff - elementSize;
-        currentPageIx = 0;
-        currentElementIx = 0;
+        currentOffsetForScan = startOff - elementSize;
+        currentPageIxForScan = 0;
+        currentElementIxForScan = 0;
 
         StringBuilder strBuilder = new StringBuilder();
 
@@ -208,13 +411,16 @@
         }
 
         // reset previous state
-        currentOff = oldCurrentOff;
-        currentPageIx = oldCurrentPageId;
-        currentElementIx = oldCurrentElementIx;
+        currentOffsetForScan = oldCurrentOff;
+        currentPageIxForScan = oldCurrentPageId;
+        currentElementIxForScan = oldCurrentElementIx;
 
         return strBuilder.toString();
     }
 
+    /**
+     * Prints the current element (a debugging method).
+     */
     @Override
     @SuppressWarnings("rawtypes")
     public String printCurrentElement(ISerializerDeserializer[] serdes) throws HyracksDataException {
@@ -232,6 +438,9 @@
         return strBuilder.toString();
     }
 
+    /**
+     * Conducts a binary search to get the index of the given key.
+     */
     private int binarySearch(int[] arr, int arrStart, int arrLength, int key) {
         int mid;
         int begin = arrStart;
@@ -259,8 +468,11 @@
         }
     }
 
+    /**
+     * A compare function that is used to sort inverted list cursors
+     */
     @Override
-    public int compareTo(IInvertedListCursor invListCursor) {
+    public int compareTo(InvertedListCursor invListCursor) {
         try {
             return numElements - invListCursor.size();
         } catch (HyracksDataException hde) {
@@ -268,36 +480,40 @@
         }
     }
 
-    @Override
-    public int getEndPageId() {
-        return endPageId;
-    }
-
+    /**
+     * Gets the cardinality of the current inverted list.
+     */
     @Override
     public int size() {
         return numElements;
     }
 
+    /**
+     * Gets the current tuple.
+     */
     @Override
-    public int getStartOff() {
-        return startOff;
-    }
-
-    @Override
-    public int getStartPageId() {
-        return startPageId;
-    }
-
-    public int getOffset() {
-        return currentOff;
-    }
-
-    public ICachedPage getPage() {
-        return pages[currentPageIx];
-    }
-
-    @Override
-    public ITupleReference getTuple() {
+    public ITupleReference doGetTuple() {
         return tuple;
     }
+
+    /**
+     * Closes the cursor.
+     */
+    @Override
+    public void doClose() throws HyracksDataException {
+        if (!buffers.isEmpty()) {
+            unloadPages();
+        }
+    }
+
+    /**
+     * Destroys the cursor.
+     */
+    @Override
+    public void doDestroy() throws HyracksDataException {
+        if (!buffers.isEmpty()) {
+            unloadPages();
+        }
+    }
+
 }
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/FixedSizeElementInvertedListScanCursor.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/FixedSizeElementInvertedListScanCursor.java
new file mode 100644
index 0000000..ca0f40b
--- /dev/null
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/FixedSizeElementInvertedListScanCursor.java
@@ -0,0 +1,191 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.apache.hyracks.storage.am.lsm.invertedindex.ondisk;
+
+import org.apache.hyracks.api.dataflow.value.ISerializerDeserializer;
+import org.apache.hyracks.api.dataflow.value.ITypeTraits;
+import org.apache.hyracks.api.exceptions.HyracksDataException;
+import org.apache.hyracks.dataflow.common.data.accessors.ITupleReference;
+import org.apache.hyracks.storage.am.lsm.invertedindex.api.InvertedListCursor;
+import org.apache.hyracks.storage.common.MultiComparator;
+import org.apache.hyracks.storage.common.buffercache.IBufferCache;
+import org.apache.hyracks.storage.common.buffercache.ICachedPage;
+import org.apache.hyracks.storage.common.file.BufferedFileHandle;
+
+/**
+ * A simple scan cursor that only reads a frame by frame from the inverted list. This cursor does not
+ * conduct a binary search. It only supports the scan operation. The main purpose of this cursor is
+ * doing a full-scan of an inverted list during a storage-component-merge process.
+ */
+public class FixedSizeElementInvertedListScanCursor extends InvertedListCursor {
+
+    protected final IBufferCache bufferCache;
+    protected final int fileId;
+    protected final int elementSize;
+    protected int currentElementIxForScan;
+    protected int currentOffsetForScan;
+    protected int currentPageId;
+
+    protected int startPageId;
+    protected int endPageId;
+    protected int startOff;
+    protected int numElements;
+    protected int numPages;
+
+    protected final FixedSizeTupleReference tuple;
+    protected ICachedPage page;
+
+    protected boolean pinned;
+
+    public FixedSizeElementInvertedListScanCursor(IBufferCache bufferCache, int fileId, ITypeTraits[] invListFields)
+            throws HyracksDataException {
+        this.bufferCache = bufferCache;
+        this.fileId = fileId;
+        int tmpSize = 0;
+        for (int i = 0; i < invListFields.length; i++) {
+            tmpSize += invListFields[i].getFixedLength();
+        }
+        elementSize = tmpSize;
+        this.currentElementIxForScan = 0;
+        this.currentOffsetForScan = -elementSize;
+        this.currentPageId = 0;
+        this.startPageId = 0;
+        this.endPageId = 0;
+        this.startOff = 0;
+        this.numElements = 0;
+        this.numPages = 0;
+        this.tuple = new FixedSizeTupleReference(invListFields);
+        this.pinned = false;
+    }
+
+    @Override
+    public boolean doHasNext() {
+        return currentElementIxForScan < numElements;
+    }
+
+    @Override
+    public void doNext() throws HyracksDataException {
+        if (currentOffsetForScan + 2 * elementSize > bufferCache.getPageSize()) {
+            // Read the next page.
+            currentOffsetForScan = 0;
+            loadPages();
+        } else {
+            currentOffsetForScan += elementSize;
+        }
+        currentElementIxForScan++;
+        tuple.reset(page.getBuffer().array(), currentOffsetForScan);
+    }
+
+    @Override
+    public void prepareLoadPages() throws HyracksDataException {
+        // No-op for this cursor since it only loads one page to the buffer cache at a time.
+    }
+
+    /**
+     * Loads one page from the inverted list into the buffer cache.
+     */
+    @Override
+    public void loadPages() throws HyracksDataException {
+        if (pinned) {
+            unloadPages();
+        }
+        if (currentPageId == endPageId) {
+            return;
+        }
+        currentPageId++;
+        page = bufferCache.pin(BufferedFileHandle.getDiskPageId(fileId, currentPageId), false);
+        page.acquireReadLatch();
+        pinned = true;
+    }
+
+    @Override
+    public void unloadPages() throws HyracksDataException {
+        if (pinned) {
+            page.releaseReadLatch();
+            bufferCache.unpin(page);
+            pinned = false;
+        }
+    }
+
+    @Override
+    protected void setInvListInfo(int startPageId, int endPageId, int startOff, int numElements)
+            throws HyracksDataException {
+        this.startPageId = startPageId;
+        this.endPageId = endPageId;
+        this.startOff = startOff;
+        this.numElements = numElements;
+        this.currentElementIxForScan = 0;
+        this.currentOffsetForScan = startOff - elementSize;
+        // Deducts 1 since the startPage would be set to bufferCurrentPageId + 1 in loadPages().
+        this.currentPageId = startPageId - 1;
+        this.numPages = endPageId - startPageId + 1;
+        this.pinned = false;
+    }
+
+    @Override
+    public int compareTo(InvertedListCursor invListCursor) {
+        try {
+            return numElements - invListCursor.size();
+        } catch (HyracksDataException hde) {
+            throw new IllegalStateException(hde);
+        }
+    }
+
+    @Override
+    public int size() {
+        return numElements;
+    }
+
+    @Override
+    public ITupleReference doGetTuple() {
+        return tuple;
+    }
+
+    @Override
+    public void doClose() throws HyracksDataException {
+        if (pinned) {
+            unloadPages();
+        }
+    }
+
+    @Override
+    public void doDestroy() throws HyracksDataException {
+        if (pinned) {
+            unloadPages();
+        }
+    }
+
+    @Override
+    public boolean containsKey(ITupleReference searchTuple, MultiComparator invListCmp) throws HyracksDataException {
+        // This method is designed for a random search.
+        return false;
+    }
+
+    @Override
+    public String printInvList(ISerializerDeserializer[] serdes) throws HyracksDataException {
+        return null;
+    }
+
+    @Override
+    public String printCurrentElement(ISerializerDeserializer[] serdes) throws HyracksDataException {
+        return null;
+    }
+
+}
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/FixedSizeFrameTupleAccessor.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/FixedSizeFrameTupleAccessor.java
index 79033d2..23854f9 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/FixedSizeFrameTupleAccessor.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/FixedSizeFrameTupleAccessor.java
@@ -25,6 +25,11 @@
 import org.apache.hyracks.api.comm.IFrameTupleAccessor;
 import org.apache.hyracks.api.dataflow.value.ITypeTraits;
 
+/**
+ * This is a fixed-size tuple accessor class.
+ * The frame structure: [4 bytes for minimum Hyracks frame count] [fixed-size tuple 1] ... [fixed-size tuple n] ...
+ * [4 bytes for the tuple count in a frame]
+ */
 public class FixedSizeFrameTupleAccessor implements IFrameTupleAccessor {
 
     private final int frameSize;
@@ -82,12 +87,12 @@
 
     @Override
     public int getFieldStartOffset(int tupleIndex, int fIdx) {
-        return tupleIndex * tupleSize + fieldStartOffsets[fIdx];
+        return getTupleStartOffset(tupleIndex) + fieldStartOffsets[fIdx];
     }
 
     @Override
     public int getTupleCount() {
-        return buffer.getInt(FrameHelper.getTupleCountOffset(frameSize));
+        return buffer != null ? buffer.getInt(FrameHelper.getTupleCountOffset(frameSize)) : 0;
     }
 
     @Override
@@ -97,7 +102,7 @@
 
     @Override
     public int getTupleStartOffset(int tupleIndex) {
-        return tupleIndex * tupleSize;
+        return FixedSizeFrameTupleAppender.MINFRAME_COUNT_SIZE + tupleIndex * tupleSize;
     }
 
     @Override
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/FixedSizeFrameTupleAppender.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/FixedSizeFrameTupleAppender.java
index 5dd23c4..85d8576 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/FixedSizeFrameTupleAppender.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/FixedSizeFrameTupleAppender.java
@@ -20,13 +20,25 @@
 package org.apache.hyracks.storage.am.lsm.invertedindex.ondisk;
 
 import java.nio.ByteBuffer;
+import java.util.Arrays;
 
 import org.apache.hyracks.api.comm.FrameHelper;
 import org.apache.hyracks.api.dataflow.value.ITypeTraits;
 
+/**
+ * An appender class for an inverted list. Each frame has two integer values at the beginning and at the end.
+ * The first represents the number of minimum Hyracks frames in a frame. Currently, we use 1 for this value.
+ * The latter represents the number of tuples in a frame. This design is required since we may need to use
+ * RunFileWriter and RunFileReader class during the inverted-index-search operation.
+ */
 public class FixedSizeFrameTupleAppender {
 
-    private static final int TUPLE_COUNT_SIZE = 4;
+    // At the end of a frame, an integer value is written to keep the tuple count in this frame.
+    public static final int TUPLE_COUNT_SIZE = 4;
+    // At the beginning of a frame, an integer value is written to keep the number of minimum frames in this frame.
+    // For this class, the frame size is equal to the minimum frame size in Hyracks.
+    public static final int MINFRAME_COUNT_SIZE = 4;
+
     private final int frameSize;
     private final int tupleSize;
     private ByteBuffer buffer;
@@ -42,13 +54,22 @@
         tupleSize = tmp;
     }
 
-    public void reset(ByteBuffer buffer, boolean clear) {
+    public void reset(ByteBuffer buffer) {
+        reset(buffer, true, 0, MINFRAME_COUNT_SIZE);
+    }
+
+    public void reset(ByteBuffer buffer, boolean clear, int tupleCount, int tupleDataEndOffset) {
         this.buffer = buffer;
         if (clear) {
-            buffer.putInt(FrameHelper.getTupleCountOffset(frameSize), 0);
-            tupleCount = 0;
-            tupleDataEndOffset = 0;
+            Arrays.fill(this.buffer.array(), (byte) 0);
+            this.buffer.clear();
+            // the number of minimum frames in a frame - it's one.
+            FrameHelper.serializeFrameSize(this.buffer, 1);
         }
+        // tuple count
+        this.buffer.putInt(FrameHelper.getTupleCountOffset(frameSize), tupleCount);
+        this.tupleCount = tupleCount;
+        this.tupleDataEndOffset = tupleDataEndOffset;
     }
 
     public boolean append(byte[] bytes, int offset) {
@@ -128,4 +149,5 @@
     public ByteBuffer getBuffer() {
         return buffer;
     }
+
 }
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/OnDiskInvertedIndex.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/OnDiskInvertedIndex.java
index 8e8cb13..2f4f1d6 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/OnDiskInvertedIndex.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/OnDiskInvertedIndex.java
@@ -21,15 +21,14 @@
 
 import java.io.DataOutput;
 import java.io.IOException;
-import java.nio.ByteBuffer;
 
-import org.apache.hyracks.api.context.IHyracksCommonContext;
+import org.apache.hyracks.api.context.IHyracksTaskContext;
 import org.apache.hyracks.api.dataflow.value.IBinaryComparatorFactory;
 import org.apache.hyracks.api.dataflow.value.ITypeTraits;
 import org.apache.hyracks.api.exceptions.ErrorCode;
 import org.apache.hyracks.api.exceptions.HyracksDataException;
 import org.apache.hyracks.api.io.FileReference;
-import org.apache.hyracks.api.io.IIOManager;
+import org.apache.hyracks.api.util.HyracksConstants;
 import org.apache.hyracks.data.std.primitive.IntegerPointable;
 import org.apache.hyracks.dataflow.common.comm.io.ArrayTupleBuilder;
 import org.apache.hyracks.dataflow.common.comm.io.ArrayTupleReference;
@@ -48,7 +47,8 @@
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedIndexAccessor;
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedIndexSearcher;
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedListBuilder;
-import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedListCursor;
+import org.apache.hyracks.storage.am.lsm.invertedindex.api.InvertedListCursor;
+import org.apache.hyracks.storage.am.lsm.invertedindex.impls.LSMInvertedIndexSearchCursorInitialState;
 import org.apache.hyracks.storage.am.lsm.invertedindex.search.InvertedIndexSearchPredicate;
 import org.apache.hyracks.storage.am.lsm.invertedindex.search.TOccurrenceSearcher;
 import org.apache.hyracks.storage.common.IIndexAccessParameters;
@@ -70,8 +70,6 @@
  * cannot exceed the size of a Hyracks frame.
  */
 public class OnDiskInvertedIndex implements IInPlaceInvertedIndex {
-    protected final IHyracksCommonContext ctx = new DefaultHyracksCommonContext();
-
     // Schema of BTree tuples, set in constructor.
     protected final int invListStartPageIdField;
     protected final int invListEndPageIdField;
@@ -185,12 +183,17 @@
     }
 
     @Override
-    public IInvertedListCursor createInvertedListCursor() {
-        return new FixedSizeElementInvertedListCursor(bufferCache, fileId, invListTypeTraits);
+    public InvertedListCursor createInvertedListCursor(IHyracksTaskContext ctx) throws HyracksDataException {
+        return new FixedSizeElementInvertedListCursor(bufferCache, fileId, invListTypeTraits, ctx);
     }
 
     @Override
-    public void openInvertedListCursor(IInvertedListCursor listCursor, ITupleReference searchKey,
+    public InvertedListCursor createInvertedListRangeSearchCursor() throws HyracksDataException {
+        return new FixedSizeElementInvertedListScanCursor(bufferCache, fileId, invListTypeTraits);
+    }
+
+    @Override
+    public void openInvertedListCursor(InvertedListCursor listCursor, ITupleReference searchKey,
             IIndexOperationContext ictx) throws HyracksDataException {
         OnDiskInvertedIndexOpContext ctx = (OnDiskInvertedIndexOpContext) ictx;
         ctx.getBtreePred().setLowKeyComparator(ctx.getSearchCmp());
@@ -201,16 +204,19 @@
         try {
             if (ctx.getBtreeCursor().hasNext()) {
                 ctx.getBtreeCursor().next();
-                resetInvertedListCursor(ctx.getBtreeCursor().getTuple(), listCursor);
+                openInvertedListCursor(ctx.getBtreeCursor().getTuple(), listCursor);
             } else {
-                listCursor.reset(0, 0, 0, 0);
+                LSMInvertedIndexSearchCursorInitialState initState = new LSMInvertedIndexSearchCursorInitialState();
+                initState.setInvertedListInfo(0, 0, 0, 0);
+                listCursor.open(initState, null);
             }
         } finally {
             ctx.getBtreeCursor().close();
         }
     }
 
-    public void resetInvertedListCursor(ITupleReference btreeTuple, IInvertedListCursor listCursor) {
+    public void openInvertedListCursor(ITupleReference btreeTuple, InvertedListCursor listCursor)
+            throws HyracksDataException {
         int startPageId = IntegerPointable.getInteger(btreeTuple.getFieldData(invListStartPageIdField),
                 btreeTuple.getFieldStart(invListStartPageIdField));
         int endPageId = IntegerPointable.getInteger(btreeTuple.getFieldData(invListEndPageIdField),
@@ -219,7 +225,9 @@
                 btreeTuple.getFieldStart(invListStartOffField));
         int numElements = IntegerPointable.getInteger(btreeTuple.getFieldData(invListNumElementsField),
                 btreeTuple.getFieldStart(invListNumElementsField));
-        listCursor.reset(startPageId, endPageId, startOff, numElements);
+        LSMInvertedIndexSearchCursorInitialState initState = new LSMInvertedIndexSearchCursorInitialState();
+        initState.setInvertedListInfo(startPageId, endPageId, startOff, numElements);
+        listCursor.open(initState, null);
     }
 
     public final class OnDiskInvertedIndexBulkLoader implements IIndexBulkLoader {
@@ -416,45 +424,48 @@
     }
 
     public class OnDiskInvertedIndexAccessor implements IInvertedIndexAccessor {
-        private final OnDiskInvertedIndex index;
-        private final IInvertedIndexSearcher searcher;
-        private final IIndexOperationContext opCtx = new OnDiskInvertedIndexOpContext(btree);
+        protected final OnDiskInvertedIndex index;
+        protected final IIndexOperationContext opCtx;
+        protected final IHyracksTaskContext ctx;
+        protected IInvertedIndexSearcher searcher;
         private boolean destroyed = false;
 
-        public OnDiskInvertedIndexAccessor(OnDiskInvertedIndex index) throws HyracksDataException {
+        public OnDiskInvertedIndexAccessor(OnDiskInvertedIndex index, IHyracksTaskContext ctx)
+                throws HyracksDataException {
             this.index = index;
-            this.searcher = new TOccurrenceSearcher(ctx, index);
-        }
-
-        // Let subclasses initialize.
-        protected OnDiskInvertedIndexAccessor(OnDiskInvertedIndex index, IInvertedIndexSearcher searcher) {
-            this.index = index;
-            this.searcher = searcher;
+            this.ctx = ctx;
+            this.opCtx = new OnDiskInvertedIndexOpContext(btree);
         }
 
         @Override
-        public IIndexCursor createSearchCursor(boolean exclusive) {
-            return new OnDiskInvertedIndexSearchCursor(searcher, index.getInvListTypeTraits().length);
+        public IIndexCursor createSearchCursor(boolean exclusive) throws HyracksDataException {
+            if (searcher == null) {
+                searcher = new TOccurrenceSearcher(index, ctx);
+            }
+            return new OnDiskInvertedIndexSearchCursor(searcher);
         }
 
         @Override
         public void search(IIndexCursor cursor, ISearchPredicate searchPred) throws HyracksDataException {
-            searcher.search((OnDiskInvertedIndexSearchCursor) cursor, (InvertedIndexSearchPredicate) searchPred, opCtx);
+            if (searcher == null) {
+                searcher = new TOccurrenceSearcher(index, ctx);
+            }
+            searcher.search(cursor, (InvertedIndexSearchPredicate) searchPred, opCtx);
         }
 
         @Override
-        public IInvertedListCursor createInvertedListCursor() {
-            return index.createInvertedListCursor();
+        public InvertedListCursor createInvertedListCursor() throws HyracksDataException {
+            return index.createInvertedListCursor(ctx);
         }
 
         @Override
-        public void openInvertedListCursor(IInvertedListCursor listCursor, ITupleReference searchKey)
+        public void openInvertedListCursor(InvertedListCursor listCursor, ITupleReference searchKey)
                 throws HyracksDataException {
             index.openInvertedListCursor(listCursor, searchKey, opCtx);
         }
 
         @Override
-        public IIndexCursor createRangeSearchCursor() {
+        public IIndexCursor createRangeSearchCursor() throws HyracksDataException {
             return new OnDiskInvertedIndexRangeSearchCursor(index, opCtx);
         }
 
@@ -496,47 +507,8 @@
 
     @Override
     public OnDiskInvertedIndexAccessor createAccessor(IIndexAccessParameters iap) throws HyracksDataException {
-        return new OnDiskInvertedIndexAccessor(this);
-    }
-
-    // This is just a dummy hyracks context for allocating frames for temporary
-    // results during inverted index searches.
-    // TODO: In the future we should use the real HyracksTaskContext to track
-    // frame usage.
-    public static class DefaultHyracksCommonContext implements IHyracksCommonContext {
-        private final int FRAME_SIZE = 32768;
-
-        @Override
-        public int getInitialFrameSize() {
-            return FRAME_SIZE;
-        }
-
-        @Override
-        public IIOManager getIoManager() {
-            return null;
-        }
-
-        @Override
-        public ByteBuffer allocateFrame() {
-            return ByteBuffer.allocate(FRAME_SIZE);
-        }
-
-        @Override
-        public ByteBuffer allocateFrame(int bytes) throws HyracksDataException {
-            return ByteBuffer.allocate(bytes);
-        }
-
-        @Override
-        public ByteBuffer reallocateFrame(ByteBuffer bytes, int newSizeInBytes, boolean copyOldData)
-                throws HyracksDataException {
-            throw new HyracksDataException("TODO");
-        }
-
-        @Override
-        public void deallocateFrames(int bytes) {
-            // TODO Auto-generated method stub
-
-        }
+        return new OnDiskInvertedIndexAccessor(this,
+                (IHyracksTaskContext) iap.getParameters().get(HyracksConstants.HYRACKS_TASK_CONTEXT));
     }
 
     @Override
@@ -576,19 +548,21 @@
             fieldPermutation[i] = i;
         }
         PermutingTupleReference tokenTuple = new PermutingTupleReference(fieldPermutation);
+        IIndexOperationContext opCtx = new OnDiskInvertedIndexOpContext(btree);
         // Search key for finding an inverted-list in the actual index.
         ArrayTupleBuilder prevBuilder = new ArrayTupleBuilder(invListTypeTraits.length);
         ArrayTupleReference prevTuple = new ArrayTupleReference();
         IInvertedIndexAccessor invIndexAccessor = createAccessor(NoOpIndexAccessParameters.INSTANCE);
         try {
-            IInvertedListCursor invListCursor = invIndexAccessor.createInvertedListCursor();
+            InvertedListCursor invListCursor = createInvertedListRangeSearchCursor();
             MultiComparator invListCmp = MultiComparator.create(invListCmpFactories);
             while (btreeCursor.hasNext()) {
                 btreeCursor.next();
                 tokenTuple.reset(btreeCursor.getTuple());
                 // Validate inverted list by checking that the elements are totally ordered.
-                invIndexAccessor.openInvertedListCursor(invListCursor, tokenTuple);
-                invListCursor.pinPages();
+                openInvertedListCursor(invListCursor, tokenTuple, opCtx);
+                invListCursor.prepareLoadPages();
+                invListCursor.loadPages();
                 try {
                     if (invListCursor.hasNext()) {
                         invListCursor.next();
@@ -607,7 +581,8 @@
                         prevTuple.reset(prevBuilder.getFieldEndOffsets(), prevBuilder.getByteArray());
                     }
                 } finally {
-                    invListCursor.unpinPages();
+                    invListCursor.unloadPages();
+                    invListCursor.close();
                 }
             }
         } finally {
@@ -664,4 +639,5 @@
         bufferCache.purgeHandle(fileId);
         fileId = -1;
     }
+
 }
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/OnDiskInvertedIndexOpContext.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/OnDiskInvertedIndexOpContext.java
index 89d4e9a..267cc79 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/OnDiskInvertedIndexOpContext.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/OnDiskInvertedIndexOpContext.java
@@ -39,7 +39,7 @@
     private MultiComparator prefixSearchCmp;
     private boolean destroyed = false;
 
-    public OnDiskInvertedIndexOpContext(BTree btree) {
+    public OnDiskInvertedIndexOpContext(BTree btree) throws HyracksDataException {
         // TODO: Ignore opcallbacks for now.
         btreeAccessor = btree.createAccessor(NoOpIndexAccessParameters.INSTANCE);
         btreeCursor = btreeAccessor.createSearchCursor(false);
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/OnDiskInvertedIndexRangeSearchCursor.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/OnDiskInvertedIndexRangeSearchCursor.java
index 7af35ff..a33b045 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/OnDiskInvertedIndexRangeSearchCursor.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/OnDiskInvertedIndexRangeSearchCursor.java
@@ -27,7 +27,7 @@
 import org.apache.hyracks.storage.am.common.tuples.ConcatenatingTupleReference;
 import org.apache.hyracks.storage.am.common.tuples.PermutingTupleReference;
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInPlaceInvertedIndex;
-import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedListCursor;
+import org.apache.hyracks.storage.am.lsm.invertedindex.api.InvertedListCursor;
 import org.apache.hyracks.storage.common.EnforcedIndexCursor;
 import org.apache.hyracks.storage.common.ICursorInitialState;
 import org.apache.hyracks.storage.common.IIndexAccessor;
@@ -43,8 +43,8 @@
     private final IIndexAccessor btreeAccessor;
     private final IInPlaceInvertedIndex invIndex;
     private final IIndexOperationContext opCtx;
-    private final IInvertedListCursor invListCursor;
-    private boolean unpinNeeded;
+    private final InvertedListCursor invListRangeSearchCursor;
+    private boolean isInvListCursorOpen;
 
     private final IIndexCursor btreeCursor;
     private RangePredicate btreePred;
@@ -52,7 +52,8 @@
     private final PermutingTupleReference tokenTuple;
     private ConcatenatingTupleReference concatTuple;
 
-    public OnDiskInvertedIndexRangeSearchCursor(IInPlaceInvertedIndex invIndex, IIndexOperationContext opCtx) {
+    public OnDiskInvertedIndexRangeSearchCursor(IInPlaceInvertedIndex invIndex, IIndexOperationContext opCtx)
+            throws HyracksDataException {
         this.btree = ((OnDiskInvertedIndex) invIndex).getBTree();
         this.btreeAccessor = btree.createAccessor(NoOpIndexAccessParameters.INSTANCE);
         this.invIndex = invIndex;
@@ -65,64 +66,59 @@
         tokenTuple = new PermutingTupleReference(fieldPermutation);
         btreeCursor = btreeAccessor.createSearchCursor(false);
         concatTuple = new ConcatenatingTupleReference(2);
-        invListCursor = invIndex.createInvertedListCursor();
-        unpinNeeded = false;
+        invListRangeSearchCursor = invIndex.createInvertedListRangeSearchCursor();
+        isInvListCursorOpen = false;
     }
 
     @Override
     public void doOpen(ICursorInitialState initialState, ISearchPredicate searchPred) throws HyracksDataException {
         this.btreePred = (RangePredicate) searchPred;
         btreeAccessor.search(btreeCursor, btreePred);
-        invListCursor.pinPages();
-        unpinNeeded = true;
+        openInvListRangeSearchCursor();
     }
 
     @Override
     public boolean doHasNext() throws HyracksDataException {
-        if (invListCursor.hasNext()) {
-            return true;
-        }
-        if (unpinNeeded) {
-            invListCursor.unpinPages();
-            unpinNeeded = false;
-        }
-        if (!btreeCursor.hasNext()) {
+        // No more results possible
+        if (!isInvListCursorOpen) {
             return false;
         }
-        btreeCursor.next();
-        tokenTuple.reset(btreeCursor.getTuple());
-        invIndex.openInvertedListCursor(invListCursor, tokenTuple, opCtx);
-        invListCursor.pinPages();
-        invListCursor.hasNext();
-        unpinNeeded = true;
-        concatTuple.reset();
-        concatTuple.addTuple(tokenTuple);
-        return true;
+        if (invListRangeSearchCursor.hasNext()) {
+            return true;
+        }
+        // The current inverted-list-range-search cursor is exhausted.
+        invListRangeSearchCursor.unloadPages();
+        invListRangeSearchCursor.close();
+        isInvListCursorOpen = false;
+        openInvListRangeSearchCursor();
+        return isInvListCursorOpen;
     }
 
     @Override
     public void doNext() throws HyracksDataException {
-        invListCursor.next();
+        invListRangeSearchCursor.next();
         if (concatTuple.hasMaxTuples()) {
             concatTuple.removeLastTuple();
         }
-        concatTuple.addTuple(invListCursor.getTuple());
+        concatTuple.addTuple(invListRangeSearchCursor.getTuple());
     }
 
     @Override
     public void doDestroy() throws HyracksDataException {
-        if (unpinNeeded) {
-            invListCursor.unpinPages();
-            unpinNeeded = false;
+        if (isInvListCursorOpen) {
+            invListRangeSearchCursor.unloadPages();
+            invListRangeSearchCursor.destroy();
+            isInvListCursorOpen = false;
         }
         btreeCursor.destroy();
     }
 
     @Override
     public void doClose() throws HyracksDataException {
-        if (unpinNeeded) {
-            invListCursor.unpinPages();
-            unpinNeeded = false;
+        if (isInvListCursorOpen) {
+            invListRangeSearchCursor.unloadPages();
+            invListRangeSearchCursor.close();
+            isInvListCursorOpen = false;
         }
         btreeCursor.close();
     }
@@ -131,4 +127,20 @@
     public ITupleReference doGetTuple() {
         return concatTuple;
     }
+
+    // Opens an inverted-list-scan cursor for the given tuple.
+    private void openInvListRangeSearchCursor() throws HyracksDataException {
+        if (btreeCursor.hasNext()) {
+            btreeCursor.next();
+            tokenTuple.reset(btreeCursor.getTuple());
+            invIndex.openInvertedListCursor(invListRangeSearchCursor, tokenTuple, opCtx);
+            invListRangeSearchCursor.prepareLoadPages();
+            invListRangeSearchCursor.loadPages();
+            concatTuple.reset();
+            concatTuple.addTuple(tokenTuple);
+            isInvListCursorOpen = true;
+        } else {
+            isInvListCursorOpen = false;
+        }
+    }
 }
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/OnDiskInvertedIndexSearchCursor.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/OnDiskInvertedIndexSearchCursor.java
index 0563ec9..4c521fd 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/OnDiskInvertedIndexSearchCursor.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/OnDiskInvertedIndexSearchCursor.java
@@ -19,94 +19,55 @@
 
 package org.apache.hyracks.storage.am.lsm.invertedindex.ondisk;
 
-import java.nio.ByteBuffer;
-import java.util.List;
-
-import org.apache.hyracks.api.comm.IFrameTupleAccessor;
 import org.apache.hyracks.api.exceptions.HyracksDataException;
 import org.apache.hyracks.dataflow.common.data.accessors.ITupleReference;
-import org.apache.hyracks.storage.am.common.tuples.PermutingTupleReference;
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedIndexSearcher;
 import org.apache.hyracks.storage.common.EnforcedIndexCursor;
 import org.apache.hyracks.storage.common.ICursorInitialState;
 import org.apache.hyracks.storage.common.ISearchPredicate;
 
+/**
+ * A search cursor that fetches the result from an IInvertedIndexSearcher instance.
+ */
 public class OnDiskInvertedIndexSearchCursor extends EnforcedIndexCursor {
 
-    private List<ByteBuffer> resultBuffers;
-    private int numResultBuffers;
-    private int currentBufferIndex = 0;
-    private int tupleIndex = 0;
     private final IInvertedIndexSearcher invIndexSearcher;
-    private final IFrameTupleAccessor fta;
-    private final FixedSizeTupleReference frameTuple;
-    private final PermutingTupleReference resultTuple;
 
-    public OnDiskInvertedIndexSearchCursor(IInvertedIndexSearcher invIndexSearcher, int numInvListFields) {
+    public OnDiskInvertedIndexSearchCursor(IInvertedIndexSearcher invIndexSearcher) {
         this.invIndexSearcher = invIndexSearcher;
-        this.fta = invIndexSearcher.createResultFrameTupleAccessor();
-        this.frameTuple = (FixedSizeTupleReference) invIndexSearcher.createResultFrameTupleReference();
-        // Project away the occurrence count from the result tuples.
-        int[] fieldPermutation = new int[numInvListFields];
-        for (int i = 0; i < numInvListFields; i++) {
-            fieldPermutation[i] = i;
-        }
-        resultTuple = new PermutingTupleReference(fieldPermutation);
     }
 
     @Override
     public void doOpen(ICursorInitialState initialState, ISearchPredicate searchPred) throws HyracksDataException {
-        currentBufferIndex = 0;
-        tupleIndex = 0;
-        resultBuffers = invIndexSearcher.getResultBuffers();
-        numResultBuffers = invIndexSearcher.getNumValidResultBuffers();
-        if (numResultBuffers > 0) {
-            fta.reset(resultBuffers.get(0));
-        }
+        // No-op for this cursor since all necessary information is already set in the given searcher.
+        // This class is just a wrapper.
     }
 
     @Override
-    public boolean doHasNext() {
-        if (currentBufferIndex < numResultBuffers && tupleIndex < fta.getTupleCount()) {
-            return true;
-        } else {
-            return false;
-        }
+    public boolean doHasNext() throws HyracksDataException {
+        return invIndexSearcher.hasNext();
     }
 
     @Override
-    public void doNext() {
-        frameTuple.reset(fta.getBuffer().array(), fta.getTupleStartOffset(tupleIndex));
-        resultTuple.reset(frameTuple);
-        tupleIndex++;
-        if (tupleIndex >= fta.getTupleCount()) {
-            if (currentBufferIndex + 1 < numResultBuffers) {
-                currentBufferIndex++;
-                fta.reset(resultBuffers.get(currentBufferIndex));
-                tupleIndex = 0;
-            }
-        }
+    public void doNext() throws HyracksDataException {
+        invIndexSearcher.next();
     }
 
     @Override
     public ITupleReference doGetTuple() {
-        return resultTuple;
+        return invIndexSearcher.getTuple();
     }
 
     @Override
-    public void doClose() {
-        currentBufferIndex = 0;
-        tupleIndex = 0;
-        invIndexSearcher.reset();
-        resultBuffers = invIndexSearcher.getResultBuffers();
-        numResultBuffers = invIndexSearcher.getNumValidResultBuffers();
+    public void doClose() throws HyracksDataException {
+        doDestroy();
     }
 
     @Override
     public void doDestroy() throws HyracksDataException {
-        currentBufferIndex = 0;
-        tupleIndex = 0;
-        resultBuffers = null;
-        numResultBuffers = 0;
+        if (invIndexSearcher != null) {
+            invIndexSearcher.destroy();
+        }
     }
+
 }
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/PartitionedOnDiskInvertedIndex.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/PartitionedOnDiskInvertedIndex.java
index 064a26d..eff4f5a 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/PartitionedOnDiskInvertedIndex.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/PartitionedOnDiskInvertedIndex.java
@@ -19,23 +19,26 @@
 
 package org.apache.hyracks.storage.am.lsm.invertedindex.ondisk;
 
-import java.util.List;
-
+import org.apache.hyracks.api.context.IHyracksTaskContext;
 import org.apache.hyracks.api.dataflow.value.IBinaryComparatorFactory;
 import org.apache.hyracks.api.dataflow.value.ITypeTraits;
 import org.apache.hyracks.api.exceptions.HyracksDataException;
 import org.apache.hyracks.api.io.FileReference;
+import org.apache.hyracks.api.util.HyracksConstants;
 import org.apache.hyracks.data.std.primitive.ShortPointable;
 import org.apache.hyracks.dataflow.common.data.accessors.ITupleReference;
 import org.apache.hyracks.storage.am.common.api.IIndexOperationContext;
 import org.apache.hyracks.storage.am.common.api.IPageManagerFactory;
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedIndexSearcher;
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedListBuilder;
-import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedListCursor;
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IPartitionedInvertedIndex;
+import org.apache.hyracks.storage.am.lsm.invertedindex.api.InvertedListCursor;
+import org.apache.hyracks.storage.am.lsm.invertedindex.search.InvertedIndexSearchPredicate;
 import org.apache.hyracks.storage.am.lsm.invertedindex.search.InvertedListPartitions;
 import org.apache.hyracks.storage.am.lsm.invertedindex.search.PartitionedTOccurrenceSearcher;
 import org.apache.hyracks.storage.common.IIndexAccessParameters;
+import org.apache.hyracks.storage.common.IIndexCursor;
+import org.apache.hyracks.storage.common.ISearchPredicate;
 import org.apache.hyracks.storage.common.buffercache.IBufferCache;
 
 public class PartitionedOnDiskInvertedIndex extends OnDiskInvertedIndex implements IPartitionedInvertedIndex {
@@ -51,21 +54,39 @@
     }
 
     public class PartitionedOnDiskInvertedIndexAccessor extends OnDiskInvertedIndexAccessor {
-        public PartitionedOnDiskInvertedIndexAccessor(OnDiskInvertedIndex index) throws HyracksDataException {
-            super(index, new PartitionedTOccurrenceSearcher(ctx, index));
+        public PartitionedOnDiskInvertedIndexAccessor(OnDiskInvertedIndex index, IHyracksTaskContext ctx)
+                throws HyracksDataException {
+            super(index, ctx);
+        }
+
+        @Override
+        public IIndexCursor createSearchCursor(boolean exclusive) throws HyracksDataException {
+            if (searcher == null) {
+                searcher = new PartitionedTOccurrenceSearcher(index, ctx);
+            }
+            return new OnDiskInvertedIndexSearchCursor(searcher);
+        }
+
+        @Override
+        public void search(IIndexCursor cursor, ISearchPredicate searchPred) throws HyracksDataException {
+            if (searcher == null) {
+                searcher = new PartitionedTOccurrenceSearcher(index, ctx);
+            }
+            searcher.search(cursor, (InvertedIndexSearchPredicate) searchPred, opCtx);
         }
     }
 
     @Override
     public PartitionedOnDiskInvertedIndexAccessor createAccessor(IIndexAccessParameters iap)
             throws HyracksDataException {
-        return new PartitionedOnDiskInvertedIndexAccessor(this);
+        return new PartitionedOnDiskInvertedIndexAccessor(this,
+                (IHyracksTaskContext) iap.getParameters().get(HyracksConstants.HYRACKS_TASK_CONTEXT));
     }
 
     @Override
     public boolean openInvertedListPartitionCursors(IInvertedIndexSearcher searcher, IIndexOperationContext ictx,
-            short numTokensLowerBound, short numTokensUpperBound, InvertedListPartitions invListPartitions,
-            List<IInvertedListCursor> cursorsOrderedByTokens) throws HyracksDataException {
+            short numTokensLowerBound, short numTokensUpperBound, InvertedListPartitions invListPartitions)
+            throws HyracksDataException {
         PartitionedTOccurrenceSearcher partSearcher = (PartitionedTOccurrenceSearcher) searcher;
         OnDiskInvertedIndexOpContext ctx = (OnDiskInvertedIndexOpContext) ictx;
         ITupleReference lowSearchKey = null;
@@ -95,9 +116,8 @@
                 ITupleReference btreeTuple = ctx.getBtreeCursor().getTuple();
                 short numTokens = ShortPointable.getShort(btreeTuple.getFieldData(PARTITIONING_NUM_TOKENS_FIELD),
                         btreeTuple.getFieldStart(PARTITIONING_NUM_TOKENS_FIELD));
-                IInvertedListCursor invListCursor = partSearcher.getCachedInvertedListCursor();
-                resetInvertedListCursor(btreeTuple, invListCursor);
-                cursorsOrderedByTokens.add(invListCursor);
+                InvertedListCursor invListCursor = partSearcher.getCachedInvertedListCursor();
+                openInvertedListCursor(btreeTuple, invListCursor);
                 invListPartitions.addInvertedListCursor(invListCursor, numTokens);
                 tokenExists = true;
             }
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/search/AbstractTOccurrenceSearcher.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/search/AbstractTOccurrenceSearcher.java
index 294eb04..ff9a2f1 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/search/AbstractTOccurrenceSearcher.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/search/AbstractTOccurrenceSearcher.java
@@ -25,22 +25,25 @@
 
 import org.apache.hyracks.api.comm.IFrame;
 import org.apache.hyracks.api.comm.IFrameTupleAccessor;
-import org.apache.hyracks.api.comm.VSizeFrame;
-import org.apache.hyracks.api.context.IHyracksCommonContext;
+import org.apache.hyracks.api.context.IHyracksTaskContext;
 import org.apache.hyracks.api.dataflow.value.ISerializerDeserializer;
 import org.apache.hyracks.api.dataflow.value.RecordDescriptor;
 import org.apache.hyracks.api.exceptions.ErrorCode;
 import org.apache.hyracks.api.exceptions.HyracksDataException;
+import org.apache.hyracks.api.util.HyracksConstants;
 import org.apache.hyracks.data.std.primitive.IntegerPointable;
 import org.apache.hyracks.dataflow.common.comm.io.ArrayTupleBuilder;
 import org.apache.hyracks.dataflow.common.comm.io.FrameTupleAppenderAccessor;
 import org.apache.hyracks.dataflow.common.data.accessors.FrameTupleReference;
 import org.apache.hyracks.dataflow.common.data.accessors.ITupleReference;
 import org.apache.hyracks.dataflow.common.data.marshalling.UTF8StringSerializerDeserializer;
+import org.apache.hyracks.dataflow.common.utils.TaskUtil;
+import org.apache.hyracks.dataflow.std.buffermanager.BufferManagerBackedVSizeFrame;
+import org.apache.hyracks.dataflow.std.buffermanager.ISimpleFrameBufferManager;
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInPlaceInvertedIndex;
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedIndexSearcher;
-import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedListCursor;
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IObjectFactory;
+import org.apache.hyracks.storage.am.lsm.invertedindex.api.InvertedListCursor;
 import org.apache.hyracks.storage.am.lsm.invertedindex.ondisk.FixedSizeFrameTupleAccessor;
 import org.apache.hyracks.storage.am.lsm.invertedindex.ondisk.FixedSizeTupleReference;
 import org.apache.hyracks.storage.am.lsm.invertedindex.tokenizers.DelimitedUTF8StringBinaryTokenizer;
@@ -57,10 +60,12 @@
     protected final int OBJECT_CACHE_INIT_SIZE = 10;
     protected final int OBJECT_CACHE_EXPAND_SIZE = 10;
 
-    protected final IHyracksCommonContext ctx;
+    protected final IHyracksTaskContext ctx;
 
     protected final InvertedListMerger invListMerger;
-    protected final SearchResult searchResult;
+    // Final search result is needed because multiple merge() calls can happen.
+    // We can't just use one of intermediate results as the final search result.
+    protected final InvertedIndexFinalSearchResult finalSearchResult;
     protected final IInPlaceInvertedIndex invIndex;
     protected final MultiComparator invListCmp;
 
@@ -71,28 +76,51 @@
 
     protected int occurrenceThreshold;
 
-    protected final IObjectFactory<IInvertedListCursor> invListCursorFactory;
-    protected final ObjectCache<IInvertedListCursor> invListCursorCache;
+    protected final IObjectFactory<InvertedListCursor> invListCursorFactory;
+    protected final ObjectCache<InvertedListCursor> invListCursorCache;
 
-    public AbstractTOccurrenceSearcher(IHyracksCommonContext ctx, IInPlaceInvertedIndex invIndex)
+    protected final ISimpleFrameBufferManager bufferManager;
+    protected boolean isFinishedSearch;
+
+    // For a single inverted list case
+    protected InvertedListCursor singleInvListCursor;
+    protected boolean isSingleInvertedList;
+
+    // To read the final search result
+    protected ByteBuffer searchResultBuffer;
+    protected int searchResultTupleIndex = 0;
+    protected final IFrameTupleAccessor searchResultFta;
+    protected FixedSizeTupleReference searchResultTuple;
+
+    public AbstractTOccurrenceSearcher(IInPlaceInvertedIndex invIndex, IHyracksTaskContext ctx)
             throws HyracksDataException {
-        this.ctx = ctx;
-        this.invListMerger = new InvertedListMerger(ctx, invIndex);
-        this.searchResult = new SearchResult(invIndex.getInvListTypeTraits(), ctx);
         this.invIndex = invIndex;
+        this.ctx = ctx;
+        if (ctx == null) {
+            throw HyracksDataException.create(ErrorCode.CANNOT_CONTINUE_TEXT_SEARCH_HYRACKS_TASK_IS_NULL);
+        }
+        this.bufferManager = TaskUtil.get(HyracksConstants.INVERTED_INDEX_SEARCH_FRAME_MANAGER, ctx);
+        if (bufferManager == null) {
+            throw HyracksDataException.create(ErrorCode.CANNOT_CONTINUE_TEXT_SEARCH_BUFFER_MANAGER_IS_NULL);
+        }
+        this.finalSearchResult =
+                new InvertedIndexFinalSearchResult(invIndex.getInvListTypeTraits(), ctx, bufferManager);
+        this.invListMerger = new InvertedListMerger(ctx, invIndex, bufferManager);
         this.invListCmp = MultiComparator.create(invIndex.getInvListCmpFactories());
-        this.invListCursorFactory = new InvertedListCursorFactory(invIndex);
+        this.invListCursorFactory = new InvertedListCursorFactory(invIndex, ctx);
         this.invListCursorCache =
                 new ObjectCache<>(invListCursorFactory, OBJECT_CACHE_INIT_SIZE, OBJECT_CACHE_EXPAND_SIZE);
-        this.queryTokenFrame = new VSizeFrame(ctx);
+        this.queryTokenFrame = new BufferManagerBackedVSizeFrame(ctx, bufferManager);
+        if (queryTokenFrame.getBuffer() == null) {
+            throw HyracksDataException.create(ErrorCode.NOT_ENOUGH_BUDGET_FOR_TEXTSEARCH,
+                    this.getClass().getSimpleName());
+        }
         this.queryTokenAppender = new FrameTupleAppenderAccessor(QUERY_TOKEN_REC_DESC);
         this.queryTokenAppender.reset(queryTokenFrame, true);
-    }
-
-    @Override
-    public void reset() {
-        searchResult.clear();
-        invListMerger.reset();
+        this.isSingleInvertedList = false;
+        this.searchResultTuple = new FixedSizeTupleReference(invIndex.getInvListTypeTraits());
+        this.searchResultFta =
+                new FixedSizeFrameTupleAccessor(ctx.getInitialFrameSize(), invIndex.getInvListTypeTraits());
     }
 
     protected void tokenizeQuery(InvertedIndexSearchPredicate searchPred) throws HyracksDataException {
@@ -100,7 +128,7 @@
         int queryFieldIndex = searchPred.getQueryFieldIndex();
         IBinaryTokenizer queryTokenizer = searchPred.getQueryTokenizer();
         // Is this a full-text query?
-        // Then, the last argument is conjuctive or disjunctive search option, not a query text.
+        // Then, the last argument is conjunctive or disjunctive search option, not a query text.
         // Thus, we need to remove the last argument.
         boolean isFullTextSearchQuery = searchPred.getIsFullTextSearchQuery();
         // Get the type of query tokenizer.
@@ -144,33 +172,13 @@
         }
     }
 
-    @Override
-    public IFrameTupleAccessor createResultFrameTupleAccessor() {
-        return new FixedSizeFrameTupleAccessor(ctx.getInitialFrameSize(), searchResult.getTypeTraits());
-    }
-
-    @Override
-    public ITupleReference createResultFrameTupleReference() {
-        return new FixedSizeTupleReference(searchResult.getTypeTraits());
-    }
-
-    @Override
-    public List<ByteBuffer> getResultBuffers() {
-        return searchResult.getBuffers();
-    }
-
-    @Override
-    public int getNumValidResultBuffers() {
-        return searchResult.getCurrentBufferIndex() + 1;
-    }
-
     public int getOccurrenceThreshold() {
         return occurrenceThreshold;
     }
 
     public void printNewResults(int maxResultBufIdx, List<ByteBuffer> buffer) {
         StringBuffer strBuffer = new StringBuffer();
-        FixedSizeFrameTupleAccessor resultFrameTupleAcc = searchResult.getAccessor();
+        FixedSizeFrameTupleAccessor resultFrameTupleAcc = finalSearchResult.getAccessor();
         for (int i = 0; i <= maxResultBufIdx; i++) {
             ByteBuffer testBuf = buffer.get(i);
             resultFrameTupleAcc.reset(testBuf);
@@ -183,4 +191,99 @@
         }
         System.out.println(strBuffer.toString());
     }
+
+    /**
+     * Checks whether underlying the inverted list cursor or final search result has a tuple to return.
+     */
+    @Override
+    public boolean hasNext() throws HyracksDataException {
+        do {
+            boolean moreToRead = hasMoreElement();
+            if (moreToRead) {
+                return true;
+            }
+            // Current cursor or buffer is exhausted. Unbinds the inverted list cursor or
+            // cleans the output buffer of the final search result.
+            resetResultSource();
+            // Search is done? Then, there's nothing left.
+            if (isFinishedSearch) {
+                return false;
+            }
+            // Otherwise, resume the search process.
+            continueSearch();
+        } while (true);
+    }
+
+    @Override
+    public void next() throws HyracksDataException {
+        // Case 1: fetching a tuple from an inverted list cursor
+        if (isSingleInvertedList) {
+            singleInvListCursor.next();
+        } else {
+            // Case 2: fetching a tuple from the output frame of a final search result
+            searchResultTuple.reset(searchResultFta.getBuffer().array(),
+                    searchResultFta.getTupleStartOffset(searchResultTupleIndex));
+            searchResultTupleIndex++;
+        }
+    }
+
+    private boolean hasMoreElement() throws HyracksDataException {
+        // Case #1: single inverted list cursor
+        if (isSingleInvertedList) {
+            return singleInvListCursor.hasNext();
+        }
+        // Case #2: ouput buffer from a final search result
+        return searchResultTupleIndex < searchResultFta.getTupleCount();
+    }
+
+    private void resetResultSource() throws HyracksDataException {
+        if (isSingleInvertedList) {
+            isSingleInvertedList = false;
+            singleInvListCursor.unloadPages();
+            singleInvListCursor.close();
+            singleInvListCursor = null;
+        } else {
+            finalSearchResult.resetBuffer();
+            searchResultTupleIndex = 0;
+        }
+    }
+
+    public void destroy() throws HyracksDataException {
+        // To ensure to release the buffer of the query token frame.
+        ((BufferManagerBackedVSizeFrame) queryTokenFrame).destroy();
+
+        // Releases the frames of the cursor.
+        if (isSingleInvertedList && singleInvListCursor != null) {
+            singleInvListCursor.unloadPages();
+            singleInvListCursor.close();
+        }
+        // Releases the frame of the final search result.
+        finalSearchResult.close();
+
+        // Releases the frames of the two intermediate search result.
+        invListMerger.close();
+    }
+
+    @Override
+    public ITupleReference getTuple() {
+        if (isSingleInvertedList) {
+            return singleInvListCursor.getTuple();
+        }
+        return searchResultTuple;
+    }
+
+    /**
+     * Prepares the search process. This mainly allocates/clears the buffer frames of the each component.
+     */
+    protected void prepareSearch() throws HyracksDataException {
+        finalSearchResult.prepareIOBuffer();
+        invListMerger.prepareMerge();
+        ((BufferManagerBackedVSizeFrame) queryTokenFrame).acquireFrame();
+        isFinishedSearch = false;
+        isSingleInvertedList = false;
+        searchResultFta.reset(finalSearchResult.getNextFrame());
+        searchResultTupleIndex = 0;
+        singleInvListCursor = null;
+    }
+
 }
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/search/InvertedIndexFinalSearchResult.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/search/InvertedIndexFinalSearchResult.java
new file mode 100644
index 0000000..55acb33
--- /dev/null
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/search/InvertedIndexFinalSearchResult.java
@@ -0,0 +1,179 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.apache.hyracks.storage.am.lsm.invertedindex.search;
+
+import java.nio.ByteBuffer;
+
+import org.apache.hyracks.api.context.IHyracksTaskContext;
+import org.apache.hyracks.api.dataflow.value.ITypeTraits;
+import org.apache.hyracks.api.exceptions.ErrorCode;
+import org.apache.hyracks.api.exceptions.HyracksDataException;
+import org.apache.hyracks.dataflow.common.data.accessors.ITupleReference;
+import org.apache.hyracks.dataflow.std.buffermanager.ISimpleFrameBufferManager;
+
+/**
+ * This is an in-memory based storage for final results of inverted-index searches.
+ * Only one frame is used at a time. The same frame will be used multiple times.
+ */
+public class InvertedIndexFinalSearchResult extends InvertedIndexSearchResult {
+
+    public InvertedIndexFinalSearchResult(ITypeTraits[] invListFields, IHyracksTaskContext ctx,
+            ISimpleFrameBufferManager bufferManager) throws HyracksDataException {
+        super(invListFields, ctx, bufferManager);
+    }
+
+    /**
+     * The final search result only needs to keep the inverted list fields, not its count.
+     */
+    @Override
+    protected void initTypeTraits(ITypeTraits[] invListFields) {
+        typeTraits = new ITypeTraits[invListFields.length];
+        int tmp = 0;
+        for (int i = 0; i < invListFields.length; i++) {
+            typeTraits[i] = invListFields[i];
+            tmp += invListFields[i].getFixedLength();
+        }
+        invListElementSize = tmp;
+    }
+
+    /**
+     * Prepares the write operation. A result of the final search result will be always in memory.
+     */
+    @Override
+    public void prepareWrite(int numExpectedPages) throws HyracksDataException {
+        // Final search result: we will use the ioBuffer and we will not create any file.
+        // This method can be called multiple times in case of the partitioned T-Occurrence search.
+        // For those cases, if the write process has already begun, we should not clear the buffer.
+        isInMemoryOpMode = true;
+        isFileOpened = false;
+        resetAppenderLocation(IO_BUFFER_IDX);
+        isWriteFinished = false;
+    }
+
+    /**
+     * Appends an element to the frame of this result. When processing the final list,
+     * it does not create an additional frame when a frame becomes full to let the caller consume the frame.
+     *
+     * @return false if the current frame for the final result is full.
+     *         true otherwise.
+     */
+    @Override
+    public boolean append(ITupleReference invListElement, int count) throws HyracksDataException {
+        // Pauses the addition of this tuple if the current page is full.
+        if (!appender.hasSpace()) {
+            return false;
+        }
+        // Appends the given inverted-list element.
+        if (!appender.append(invListElement.getFieldData(0), invListElement.getFieldStart(0), invListElementSize)) {
+            throw HyracksDataException.create(ErrorCode.CANNOT_ADD_ELEMENT_TO_INVERTED_INDEX_SEARCH_RESULT);
+        }
+        appender.incrementTupleCount(1);
+        numResults++;
+
+        return true;
+    }
+
+    /**
+     * Finalizes the write operation.
+     */
+    @Override
+    public void finalizeWrite() throws HyracksDataException {
+        if (isWriteFinished) {
+            return;
+        }
+        isWriteFinished = true;
+    }
+
+    /**
+     * Prepares a read operation.
+     */
+    @Override
+    public void prepareResultRead() throws HyracksDataException {
+        if (isInReadMode) {
+            return;
+        }
+        currentReaderBufIdx = 0;
+        isInReadMode = true;
+    }
+
+    /**
+     * Gets the next frame of the current result file.
+     */
+    @Override
+    public ByteBuffer getNextFrame() throws HyracksDataException {
+        return buffers.get(IO_BUFFER_IDX);
+    }
+
+    /**
+     * Finishes reading the result and frees the buffer.
+     */
+    @Override
+    public void closeResultRead(boolean deallocateIOBufferNeeded) throws HyracksDataException {
+        // Deallocates I/O buffer if requested.
+        if (deallocateIOBufferNeeded) {
+            deallocateIOBuffer();
+        }
+    }
+
+    /**
+     * Deallocates the buffer.
+     */
+    @Override
+    public void close() throws HyracksDataException {
+        deallocateIOBuffer();
+    }
+
+    @Override
+    public void reset() throws HyracksDataException {
+        // Resets the I/O buffer.
+        clearBuffer(ioBuffer);
+
+        searchResultWriter = null;
+        searchResultReader = null;
+        isInReadMode = false;
+        isWriteFinished = false;
+        isInMemoryOpMode = false;
+        isFileOpened = false;
+        currentWriterBufIdx = 0;
+        currentReaderBufIdx = 0;
+        numResults = 0;
+    }
+
+    /**
+     * Deallocates the I/O buffer (one frame). This should be the last operation.
+     */
+    @Override
+    protected void deallocateIOBuffer() throws HyracksDataException {
+        if (ioBufferFrame != null) {
+            bufferManager.releaseFrame(ioBuffer);
+            buffers.clear();
+            ioBufferFrame = null;
+            ioBuffer = null;
+        }
+    }
+
+    /**
+     * Resets the buffer.
+     */
+    public void resetBuffer() {
+        appender.reset(buffers.get(IO_BUFFER_IDX));
+    }
+
+}
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/search/InvertedIndexSearchResult.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/search/InvertedIndexSearchResult.java
new file mode 100644
index 0000000..527d624
--- /dev/null
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/search/InvertedIndexSearchResult.java
@@ -0,0 +1,416 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.apache.hyracks.storage.am.lsm.invertedindex.search;
+
+import java.nio.ByteBuffer;
+import java.util.ArrayList;
+import java.util.Arrays;
+import java.util.ListIterator;
+
+import org.apache.hyracks.api.comm.IFrame;
+import org.apache.hyracks.api.context.IHyracksTaskContext;
+import org.apache.hyracks.api.dataflow.value.ITypeTraits;
+import org.apache.hyracks.api.exceptions.ErrorCode;
+import org.apache.hyracks.api.exceptions.HyracksDataException;
+import org.apache.hyracks.api.io.FileReference;
+import org.apache.hyracks.data.std.primitive.IntegerPointable;
+import org.apache.hyracks.dataflow.common.data.accessors.ITupleReference;
+import org.apache.hyracks.dataflow.common.io.RunFileReader;
+import org.apache.hyracks.dataflow.common.io.RunFileWriter;
+import org.apache.hyracks.dataflow.std.buffermanager.BufferManagerBackedVSizeFrame;
+import org.apache.hyracks.dataflow.std.buffermanager.ISimpleFrameBufferManager;
+import org.apache.hyracks.storage.am.lsm.invertedindex.ondisk.FixedSizeFrameTupleAccessor;
+import org.apache.hyracks.storage.am.lsm.invertedindex.ondisk.FixedSizeFrameTupleAppender;
+import org.apache.hyracks.storage.am.lsm.invertedindex.ondisk.FixedSizeTupleReference;
+
+/**
+ * Disk-based or in-memory based storage for intermediate and final results of inverted-index
+ * searches. One frame is dedicated to I/O operation for disk operation mode.
+ */
+public class InvertedIndexSearchResult {
+    // The size of count field for each element. Currently, we use an integer value.
+    protected static final int ELEMENT_COUNT_SIZE = 4;
+    // I/O buffer's index in the buffers
+    protected static final int IO_BUFFER_IDX = 0;
+    protected static final String FILE_PREFIX = "InvertedIndexSearchResult";
+    protected final IHyracksTaskContext ctx;
+    protected final FixedSizeFrameTupleAppender appender;
+    protected final FixedSizeFrameTupleAccessor accessor;
+    protected final FixedSizeTupleReference tuple;
+    protected final ISimpleFrameBufferManager bufferManager;
+    protected ITypeTraits[] typeTraits;
+    protected int invListElementSize;
+
+    protected int currentWriterBufIdx;
+    protected int currentReaderBufIdx;
+    protected int numResults;
+    protected int numPossibleElementPerPage;
+    // Read and Write I/O buffer
+    protected IFrame ioBufferFrame = null;
+    protected ByteBuffer ioBuffer = null;
+    // Buffers for in-memory operation mode. The first buffer is the ioBuffer.
+    // In case of the final search result, we will use only use the first buffer. No file will be created.
+    protected ArrayList<ByteBuffer> buffers;
+
+    protected RunFileWriter searchResultWriter;
+    protected RunFileReader searchResultReader;
+    protected boolean isInMemoryOpMode;
+    protected boolean isInReadMode;
+    protected boolean isWriteFinished;
+    protected boolean isFileOpened;
+
+    public InvertedIndexSearchResult(ITypeTraits[] invListFields, IHyracksTaskContext ctx,
+            ISimpleFrameBufferManager bufferManager) throws HyracksDataException {
+        initTypeTraits(invListFields);
+        this.ctx = ctx;
+        appender = new FixedSizeFrameTupleAppender(ctx.getInitialFrameSize(), typeTraits);
+        accessor = new FixedSizeFrameTupleAccessor(ctx.getInitialFrameSize(), typeTraits);
+        tuple = new FixedSizeTupleReference(typeTraits);
+        this.bufferManager = bufferManager;
+        this.isInReadMode = false;
+        this.isWriteFinished = false;
+        this.isInMemoryOpMode = false;
+        this.isFileOpened = false;
+        this.ioBufferFrame = null;
+        this.ioBuffer = null;
+        this.buffers = null;
+        this.currentWriterBufIdx = 0;
+        this.currentReaderBufIdx = 0;
+        this.numResults = 0;
+        calculateNumElementPerPage();
+        // Allocates one frame for read/write operation.
+        prepareIOBuffer();
+    }
+
+    /**
+     * Initializes the element type in the search result. In addition to the element, we will keep one more integer
+     * per element to keep its occurrence count.
+     */
+    protected void initTypeTraits(ITypeTraits[] invListFields) {
+        typeTraits = new ITypeTraits[invListFields.length + 1];
+        int tmp = 0;
+        for (int i = 0; i < invListFields.length; i++) {
+            typeTraits[i] = invListFields[i];
+            tmp += invListFields[i].getFixedLength();
+        }
+        invListElementSize = tmp;
+        // Integer for counting occurrences.
+        typeTraits[invListFields.length] = IntegerPointable.TYPE_TRAITS;
+    }
+
+    /**
+     * Prepares the write operation. Tries to allocate buffers for the expected number of pages.
+     * If that is possible, all operations will be executed in memory.
+     * If not, all operations will use a file on disk except for the final search result.
+     * A result of the final search result will be always in memory.
+     */
+    public void prepareWrite(int numExpectedPages) throws HyracksDataException {
+        if (isInReadMode || isWriteFinished || searchResultWriter != null) {
+            return;
+        }
+        // Intermediate results? disk or in-memory based
+        // Allocates more buffers.
+        isInMemoryOpMode = tryAllocateBuffers(numExpectedPages);
+        if (!isInMemoryOpMode) {
+            // Not enough number of buffers. Switch to the file I/O mode.
+            createAndOpenFile();
+        }
+        appender.reset(ioBuffer);
+        isWriteFinished = false;
+    }
+
+    /**
+     * Appends an element and its count to the current frame of this result. The boolean value is necessary for
+     * the final search result case since the append() of that class is overriding this method.
+     */
+    public boolean append(ITupleReference invListElement, int count) throws HyracksDataException {
+        ByteBuffer currentBuffer;
+        // Moves to the next page if the current page is full.
+        if (!appender.hasSpace()) {
+            currentWriterBufIdx++;
+            if (isInMemoryOpMode) {
+                currentBuffer = buffers.get(currentWriterBufIdx);
+            } else {
+                searchResultWriter.nextFrame(ioBuffer);
+                currentBuffer = ioBuffer;
+            }
+            appender.reset(currentBuffer);
+        }
+        // Appends inverted-list element.
+        if (!appender.append(invListElement.getFieldData(0), invListElement.getFieldStart(0), invListElementSize)) {
+            throw HyracksDataException.create(ErrorCode.CANNOT_ADD_ELEMENT_TO_INVERTED_INDEX_SEARCH_RESULT);
+        }
+        // Appends count.
+        if (!appender.append(count)) {
+            throw HyracksDataException.create(ErrorCode.CANNOT_ADD_ELEMENT_TO_INVERTED_INDEX_SEARCH_RESULT);
+        }
+        appender.incrementTupleCount(1);
+        numResults++;
+
+        // Always true for the intermediate result. An append should not fail.
+        return true;
+    }
+
+    /**
+     * Finalizes the write operation. After this, no more write operation can be conducted.
+     */
+    public void finalizeWrite() throws HyracksDataException {
+        if (isWriteFinished) {
+            return;
+        }
+        // For in-memory operation (including the final result), no specific operations are required.
+        // For disk-based operation, needs to close the writer.
+        if (!isInMemoryOpMode && searchResultWriter != null) {
+            searchResultWriter.nextFrame(ioBuffer);
+            searchResultWriter.close();
+        }
+        isWriteFinished = true;
+    }
+
+    /**
+     * Prepares a read operation.
+     */
+    public void prepareResultRead() throws HyracksDataException {
+        if (isInReadMode) {
+            return;
+        }
+        // No specific operation is required for in-memory mode (including the final result).
+        if (!isInMemoryOpMode && searchResultWriter != null) {
+            if (!isWriteFinished) {
+                finalizeWrite();
+            }
+            searchResultReader = searchResultWriter.createDeleteOnCloseReader();
+            searchResultReader.open();
+            searchResultReader.setDeleteAfterClose(true);
+        }
+        currentReaderBufIdx = 0;
+        isInReadMode = true;
+    }
+
+    /**
+     * Gets the next frame of the current result file. A caller should make sure that initResultRead() is called first.
+     */
+    public ByteBuffer getNextFrame() throws HyracksDataException {
+        ByteBuffer returnedBuffer = null;
+        if (isInMemoryOpMode) {
+            // In-memory mode for an intermediate search result
+            returnedBuffer = buffers.get(currentReaderBufIdx);
+            currentReaderBufIdx++;
+        } else if (searchResultReader != null && searchResultReader.nextFrame(ioBufferFrame)) {
+            // Disk-based mode for an intermediate search result
+            returnedBuffer = ioBufferFrame.getBuffer();
+        }
+        return returnedBuffer;
+    }
+
+    /**
+     * Finishes reading the result and frees the buffer.
+     */
+    public void closeResultRead(boolean deallocateIOBufferNeeded) throws HyracksDataException {
+        if (isInMemoryOpMode) {
+            // In-memory mode? Releases all buffers for an intermediate search result.
+            deallocateBuffers();
+        } else if (searchResultReader != null) {
+            // Disk mode? Closes the file handle (this should delete the file also.)
+            searchResultReader.close();
+        }
+
+        // Deallocates I/O buffer if requested.
+        if (deallocateIOBufferNeeded) {
+            deallocateIOBuffer();
+        }
+    }
+
+    public int getCurrentBufferIndex() {
+        return currentWriterBufIdx;
+    }
+
+    public ITypeTraits[] getTypeTraits() {
+        return typeTraits;
+    }
+
+    public int getNumResults() {
+        return numResults;
+    }
+
+    /**
+     * Deletes any associated file and deallocates all buffers.
+     */
+    public void close() throws HyracksDataException {
+        if (isInMemoryOpMode) {
+            deallocateBuffers();
+        } else {
+            if (searchResultReader != null) {
+                searchResultReader.close();
+            } else if (searchResultWriter != null) {
+                searchResultWriter.erase();
+            }
+        }
+        deallocateIOBuffer();
+    }
+
+    public void reset() throws HyracksDataException {
+        // Removes the file if it was in the disk op mode.
+        if (searchResultReader != null) {
+            searchResultReader.close();
+        } else if (searchResultWriter != null) {
+            searchResultWriter.erase();
+        } else if (buffers.size() > 1) {
+            // In-memory mode? Deallocates all buffers.
+            deallocateBuffers();
+        }
+
+        // Resets the I/O buffer.
+        clearBuffer(ioBuffer);
+
+        searchResultWriter = null;
+        searchResultReader = null;
+        isInReadMode = false;
+        isWriteFinished = false;
+        isInMemoryOpMode = false;
+        isFileOpened = false;
+        currentWriterBufIdx = 0;
+        currentReaderBufIdx = 0;
+        numResults = 0;
+    }
+
+    /**
+     * Gets the expected number of pages if all elements are created as a result.
+     * An assumption is that there are no common elements between the previous result and the cursor.
+     */
+    public int getExpectedNumPages(int numExpectedElements) {
+        return (int) Math.ceil((double) numExpectedElements / numPossibleElementPerPage);
+    }
+
+    // Gets the number of possible elements per page based on the inverted list element size.
+    protected void calculateNumElementPerPage() {
+        int frameSize = ctx.getInitialFrameSize();
+        // The count of Minframe, and the count of tuples in a frame should be deducted.
+        frameSize = frameSize - FixedSizeFrameTupleAppender.MINFRAME_COUNT_SIZE
+                - FixedSizeFrameTupleAppender.TUPLE_COUNT_SIZE;
+        numPossibleElementPerPage = (int) Math.floor((double) frameSize / (invListElementSize + ELEMENT_COUNT_SIZE));
+    }
+
+    /**
+     * Allocates the buffer for read/write operation and initializes the buffers array that will be used keep a result.
+     */
+    protected void prepareIOBuffer() throws HyracksDataException {
+        if (ioBufferFrame != null) {
+            clearBuffer(ioBuffer);
+        } else {
+            ioBufferFrame = new BufferManagerBackedVSizeFrame(ctx, bufferManager);
+            ioBuffer = ioBufferFrame.getBuffer();
+            if (ioBuffer == null) {
+                // One frame should be allocated for conducting read/write
+                // operation. Otherwise, can't store the result.
+                throw HyracksDataException.create(ErrorCode.NOT_ENOUGH_BUDGET_FOR_TEXTSEARCH,
+                        this.getClass().getSimpleName());
+            }
+            clearBuffer(ioBuffer);
+            // For keeping the results in memory if possible.
+            buffers = new ArrayList<ByteBuffer>();
+            buffers.add(ioBuffer);
+        }
+    }
+
+    /**
+     * Tries to allocate buffers to accommodate the results in memory.
+     */
+    protected boolean tryAllocateBuffers(int numExpectedPages) throws HyracksDataException {
+        boolean allBufferAllocated = true;
+        while (buffers.size() < numExpectedPages) {
+            ByteBuffer tmpBuffer = bufferManager.acquireFrame(ctx.getInitialFrameSize());
+            if (tmpBuffer == null) {
+                // Budget exhausted
+                allBufferAllocated = false;
+                break;
+            } else {
+                clearBuffer(tmpBuffer);
+            }
+            buffers.add(tmpBuffer);
+        }
+        return allBufferAllocated;
+    }
+
+    // Creates a file for the writer.
+    protected void createAndOpenFile() throws HyracksDataException {
+        if (isInMemoryOpMode) {
+            // In-memory mode should not generate a file.
+            return;
+        }
+        if (searchResultWriter == null) {
+            FileReference file = ctx.getJobletContext().createManagedWorkspaceFile(FILE_PREFIX);
+            searchResultWriter = new RunFileWriter(file, ctx.getIoManager());
+            searchResultWriter.open();
+            isFileOpened = true;
+        }
+    }
+
+    // Deallocates the I/O buffer (one frame). This should be the last oepration.
+    protected void deallocateIOBuffer() throws HyracksDataException {
+        if (ioBufferFrame != null) {
+            bufferManager.releaseFrame(ioBuffer);
+            buffers.clear();
+            ioBufferFrame = null;
+            ioBuffer = null;
+        }
+    }
+
+    /**
+     * Deallocates the buffers. We do not remove the first buffer since it can be used as an I/O buffer.
+     */
+    protected void deallocateBuffers() throws HyracksDataException {
+        int toDeleteCount = buffers.size() - 1;
+        int deletedCount = 0;
+        for (ListIterator<ByteBuffer> iter = buffers.listIterator(buffers.size()); iter.hasPrevious();) {
+            if (deletedCount >= toDeleteCount) {
+                break;
+            }
+            ByteBuffer next = iter.previous();
+            bufferManager.releaseFrame(next);
+            iter.remove();
+            deletedCount++;
+        }
+    }
+
+    public FixedSizeFrameTupleAccessor getAccessor() {
+        return accessor;
+    }
+
+    public FixedSizeFrameTupleAppender getAppender() {
+        return appender;
+    }
+
+    public FixedSizeTupleReference getTuple() {
+        return tuple;
+    }
+
+    protected void clearBuffer(ByteBuffer bufferToClear) {
+        Arrays.fill(bufferToClear.array(), (byte) 0);
+        bufferToClear.clear();
+    }
+
+    protected void resetAppenderLocation(int bufferIdx) {
+        accessor.reset(buffers.get(bufferIdx));
+        appender.reset(buffers.get(bufferIdx), false, accessor.getTupleCount(),
+                accessor.getTupleEndOffset(accessor.getTupleCount() - 1));
+    }
+
+}
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/search/InvertedListCursorFactory.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/search/InvertedListCursorFactory.java
index 8ed80f6..d0337cb 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/search/InvertedListCursorFactory.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/search/InvertedListCursorFactory.java
@@ -19,20 +19,24 @@
 
 package org.apache.hyracks.storage.am.lsm.invertedindex.search;
 
+import org.apache.hyracks.api.context.IHyracksTaskContext;
+import org.apache.hyracks.api.exceptions.HyracksDataException;
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInPlaceInvertedIndex;
-import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedListCursor;
+import org.apache.hyracks.storage.am.lsm.invertedindex.api.InvertedListCursor;
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IObjectFactory;
 
-public class InvertedListCursorFactory implements IObjectFactory<IInvertedListCursor> {
+public class InvertedListCursorFactory implements IObjectFactory<InvertedListCursor> {
 
     private final IInPlaceInvertedIndex invIndex;
+    private final IHyracksTaskContext ctx;
 
-    public InvertedListCursorFactory(IInPlaceInvertedIndex invIndex) {
+    public InvertedListCursorFactory(IInPlaceInvertedIndex invIndex, IHyracksTaskContext ctx) {
         this.invIndex = invIndex;
+        this.ctx = ctx;
     }
 
     @Override
-    public IInvertedListCursor create() {
-        return invIndex.createInvertedListCursor();
+    public InvertedListCursor create() throws HyracksDataException {
+        return invIndex.createInvertedListCursor(ctx);
     }
 }
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/search/InvertedListMerger.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/search/InvertedListMerger.java
index 81b6467..0bfc140 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/search/InvertedListMerger.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/search/InvertedListMerger.java
@@ -20,281 +20,376 @@
 package org.apache.hyracks.storage.am.lsm.invertedindex.search;
 
 import java.nio.ByteBuffer;
-import java.util.ArrayList;
 import java.util.Collections;
+import java.util.List;
 
-import org.apache.hyracks.api.context.IHyracksCommonContext;
+import org.apache.hyracks.api.context.IHyracksTaskContext;
+import org.apache.hyracks.api.exceptions.ErrorCode;
 import org.apache.hyracks.api.exceptions.HyracksDataException;
 import org.apache.hyracks.data.std.primitive.IntegerPointable;
 import org.apache.hyracks.dataflow.common.data.accessors.ITupleReference;
+import org.apache.hyracks.dataflow.std.buffermanager.ISimpleFrameBufferManager;
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedIndex;
-import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedListCursor;
+import org.apache.hyracks.storage.am.lsm.invertedindex.api.InvertedListCursor;
 import org.apache.hyracks.storage.am.lsm.invertedindex.ondisk.FixedSizeFrameTupleAccessor;
 import org.apache.hyracks.storage.am.lsm.invertedindex.ondisk.FixedSizeTupleReference;
 import org.apache.hyracks.storage.common.MultiComparator;
 
-// TODO: The merge procedure is rather confusing regarding cursor positions, hasNext() calls etc.
-// Needs an overhaul some time.
+/**
+ * Conducts the merging operation among all inverted list cursors and generates the final result.
+ */
 public class InvertedListMerger {
 
-    protected final MultiComparator invListCmp;
-    protected SearchResult prevSearchResult;
-    protected SearchResult newSearchResult;
-
-    public InvertedListMerger(IHyracksCommonContext ctx, IInvertedIndex invIndex) throws HyracksDataException {
-        this.invListCmp = MultiComparator.create(invIndex.getInvListCmpFactories());
-        this.prevSearchResult = new SearchResult(invIndex.getInvListTypeTraits(), ctx);
-        this.newSearchResult = new SearchResult(prevSearchResult);
+    // current merge process type
+    public enum processType {
+        PREFIX_LIST,
+        SUFFIX_LIST_PROBE,
+        SUFFIX_LIST_SCAN,
+        NONE
     }
 
-    public void merge(ArrayList<IInvertedListCursor> invListCursors, int occurrenceThreshold, int numPrefixLists,
-            SearchResult searchResult) throws HyracksDataException {
+    protected final MultiComparator invListCmp;
+    protected InvertedIndexSearchResult prevSearchResult;
+    protected InvertedIndexSearchResult newSearchResult;
+    protected InvertedIndexFinalSearchResult finalSearchResult;
+
+    // To Keep the status of this merge process since we only calculate one frame at a time in case of the final result
+    protected InvertedListCursor finalInvListCursor;
+    protected int occurrenceThreshold;
+    protected int numInvertedLists;
+    protected int invListIdx;
+    protected int numPrevResult;
+    protected int prevBufIdx;
+    protected int maxPrevBufIdx;
+    protected int numExpectedPages;
+    protected ByteBuffer prevCurrentBuffer;
+    protected FixedSizeFrameTupleAccessor resultFrameTupleAcc;
+    protected FixedSizeTupleReference resultTuple;
+    protected boolean advanceCursor;
+    protected boolean advancePrevResult;
+    protected int resultTidx;
+    protected int invListTidx;
+    protected int invListTupleCount;
+    protected ITupleReference invListTuple;
+    protected int prevResultFrameTupleCount;
+
+    // Entire calculation done?
+    protected boolean isProcessingFinished;
+    // Dealing with the final list?
+    protected boolean isProcessingFinalList;
+    // Dealing with the final partition?
+    protected boolean isProcessingFinalPartition;
+    // Variable Initialization done?
+    protected boolean listVisited;
+    protected processType currentProcessType = processType.NONE;
+
+    public InvertedListMerger(IHyracksTaskContext ctx, IInvertedIndex invIndex, ISimpleFrameBufferManager bufferManager)
+            throws HyracksDataException {
+        this.invListCmp = MultiComparator.create(invIndex.getInvListCmpFactories());
+        this.prevSearchResult = new InvertedIndexSearchResult(invIndex.getInvListTypeTraits(), ctx, bufferManager);
+        this.newSearchResult = new InvertedIndexSearchResult(invIndex.getInvListTypeTraits(), ctx, bufferManager);
+    }
+
+    /**
+     * Generates the result based on the given occurrenceThreshold. For the prefix lists, we do merge.
+     * For the suffix lists, we either conduct a binary search or a scan for each record ID.
+     *
+     * @return true only if all processing for the final list for a partition is done.
+     *         false otherwise.
+     * @throws HyracksDataException
+     */
+    public boolean merge(List<InvertedListCursor> invListCursors, int occurrenceThreshold, int numPrefixLists,
+            InvertedIndexFinalSearchResult finalSearchResult) throws HyracksDataException {
         Collections.sort(invListCursors);
         int numInvLists = invListCursors.size();
-        SearchResult result = null;
+        InvertedIndexSearchResult result = null;
+        prevSearchResult.reset();
+        newSearchResult.reset();
+        boolean isFinalList = false;
+        // This will be only set to true when the processing the last list in a partition is done.
+        boolean doneMerge = false;
+        this.occurrenceThreshold = occurrenceThreshold;
         for (int i = 0; i < numInvLists; i++) {
-            SearchResult swapTemp = prevSearchResult;
+            // Sets the previous search result and the new (current) search result that will be written.
+            InvertedIndexSearchResult swapTemp = prevSearchResult;
             prevSearchResult = newSearchResult;
             newSearchResult = swapTemp;
             newSearchResult.reset();
             if (i + 1 != numInvLists) {
-                // Use temporary search results when not merging last list.
+                // Use a temporary intermediate search result when not merging last list.
                 result = newSearchResult;
             } else {
-                // When merging the last list, append results to the final search result.
-                result = searchResult;
+                // When merging the last list, appends results to the final search result. This is needed since
+                // this merge() can be called multiple times in case of partitioned T-occurrrence searches.
+                // So, we need to keep a separate search result.
+                result = finalSearchResult;
+                isFinalList = true;
             }
-            IInvertedListCursor invListCursor = invListCursors.get(i);
-            invListCursor.pinPages();
+            InvertedListCursor invListCursor = invListCursors.get(i);
+            // Loads the inverted list (at least some part of it).
+            invListCursor.prepareLoadPages();
+            invListCursor.loadPages();
             if (i < numPrefixLists) {
-                // Merge prefix list.
-                mergePrefixList(invListCursor, prevSearchResult, result);
+                // Merges a prefix list.
+                doneMerge = mergePrefixList(invListCursor, prevSearchResult, result, isFinalList);
             } else {
                 // Merge suffix list.
                 int numInvListElements = invListCursor.size();
                 int currentNumResults = prevSearchResult.getNumResults();
                 // Should we binary search the next list or should we sort-merge it?
                 if (currentNumResults * Math.log(numInvListElements) < currentNumResults + numInvListElements) {
-                    mergeSuffixListProbe(invListCursor, prevSearchResult, result, i, numInvLists, occurrenceThreshold);
+                    doneMerge = mergeSuffixListProbe(invListCursor, prevSearchResult, result, i, numInvLists,
+                            occurrenceThreshold, isFinalList);
                 } else {
-                    mergeSuffixListScan(invListCursor, prevSearchResult, result, i, numInvLists, occurrenceThreshold);
+                    doneMerge = mergeSuffixListScan(invListCursor, prevSearchResult, result, i, numInvLists,
+                            occurrenceThreshold, isFinalList);
                 }
             }
-            invListCursor.unpinPages();
+
+            if (isFinalList) {
+                // For the final list, the method unloadPages() should be called only when traversing
+                // the inverted list is finished.
+                if (doneMerge) {
+                    invListCursor.unloadPages();
+                    invListCursor.close();
+                }
+                // Needs to return the calculation result for the final list only.
+                // Otherwise, the process needs to be continued until this method traverses the final inverted list
+                // and either generates some output in the output buffer or finishes traversing it.
+                return doneMerge;
+            }
+
+            invListCursor.unloadPages();
+            invListCursor.close();
         }
+
+        // Control does not reach here.
+        return true;
     }
 
-    protected void mergeSuffixListProbe(IInvertedListCursor invListCursor, SearchResult prevSearchResult,
-            SearchResult newSearchResult, int invListIx, int numInvLists, int occurrenceThreshold)
-            throws HyracksDataException {
+    /**
+     * Continues the merge process on a final list if it has been paused because
+     * the output buffer of the final result was full.
+     *
+     * @return true only if all processing for the final list for a partition is done.
+     *         false otherwise (still more to proceed).
+     */
+    public boolean continueMerge() throws HyracksDataException {
+        boolean doneMerge;
+        switch (currentProcessType) {
+            case PREFIX_LIST:
+                doneMerge =
+                        mergePrefixList(finalInvListCursor, prevSearchResult, finalSearchResult, isProcessingFinalList);
+                break;
+            case SUFFIX_LIST_PROBE:
+                doneMerge = mergeSuffixListProbe(finalInvListCursor, prevSearchResult, finalSearchResult, invListIdx,
+                        numInvertedLists, occurrenceThreshold, isProcessingFinalList);
+                break;
+            case SUFFIX_LIST_SCAN:
+                doneMerge = mergeSuffixListScan(finalInvListCursor, prevSearchResult, finalSearchResult, invListIdx,
+                        numInvertedLists, occurrenceThreshold, isProcessingFinalList);
+                break;
+            default:
+                throw HyracksDataException.create(ErrorCode.UNDEFINED_INVERTED_LIST_MERGE_TYPE);
+        }
 
-        int prevBufIdx = 0;
-        int maxPrevBufIdx = prevSearchResult.getCurrentBufferIndex();
-        ByteBuffer prevCurrentBuffer = prevSearchResult.getBuffers().get(0);
+        if (doneMerge) {
+            // Final calculation is done.
+            finalInvListCursor.unloadPages();
+            finalInvListCursor.close();
+        }
 
-        FixedSizeFrameTupleAccessor resultFrameTupleAcc = prevSearchResult.getAccessor();
-        FixedSizeTupleReference resultTuple = prevSearchResult.getTuple();
+        return doneMerge;
+    }
 
-        int resultTidx = 0;
+    /**
+     * Merges the given suffix list to the previous result using the given inverted list cursor. When traversing the
+     * inverted list cursor, a binary search will be conducted for each tuple in the previous search result.
+     *
+     * @return true only if all processing for the final list for a partition is done.
+     *         false otherwise.
+     */
+    protected boolean mergeSuffixListProbe(InvertedListCursor invListCursor, InvertedIndexSearchResult prevSearchResult,
+            InvertedIndexSearchResult newSearchResult, int invListIx, int numInvLists, int occurrenceThreshold,
+            boolean isFinalList) throws HyracksDataException {
+        if (isProcessingFinished) {
+            return true;
+        }
 
-        resultFrameTupleAcc.reset(prevCurrentBuffer);
+        initMergingOneList(invListCursor, prevSearchResult, newSearchResult, isFinalList, invListIx, numInvLists,
+                occurrenceThreshold, processType.SUFFIX_LIST_PROBE);
 
-        while (resultTidx < resultFrameTupleAcc.getTupleCount()) {
-
+        while (resultTidx < prevResultFrameTupleCount) {
             resultTuple.reset(prevCurrentBuffer.array(), resultFrameTupleAcc.getTupleStartOffset(resultTidx));
-            int count = IntegerPointable.getInteger(resultTuple.getFieldData(0),
-                    resultTuple.getFieldStart(resultTuple.getFieldCount() - 1));
-
+            int count = getCount(resultTuple);
             if (invListCursor.containsKey(resultTuple, invListCmp)) {
+                // Found the same tuple again on the current list. Increases the count by one.
                 count++;
-                newSearchResult.append(resultTuple, count);
-            } else {
-                if (count + numInvLists - invListIx > occurrenceThreshold) {
-                    newSearchResult.append(resultTuple, count);
+                if (!newSearchResult.append(resultTuple, count)) {
+                    // For a final result, needs to pause when a frame becomes full to let the caller consume the frame.
+                    // SearchResult.append() should only return false for this case.
+                    return false;
+                }
+            } else if (count + numInvLists - invListIx > occurrenceThreshold) {
+                // This tuple only exists on the previous result. However, it can be a part of the answer
+                // if it will be found again in the remaining lists.
+                if (!newSearchResult.append(resultTuple, count)) {
+                    // For a final result, needs to pause when a frame becomes full to let the caller consume the frame.
+                    // SearchResult.append() should only return false for this case.
+                    return false;
                 }
             }
-
             resultTidx++;
-            if (resultTidx >= resultFrameTupleAcc.getTupleCount()) {
-                prevBufIdx++;
-                if (prevBufIdx <= maxPrevBufIdx) {
-                    prevCurrentBuffer = prevSearchResult.getBuffers().get(prevBufIdx);
-                    resultFrameTupleAcc.reset(prevCurrentBuffer);
-                    resultTidx = 0;
-                }
-            }
+            checkPrevResultAndFetchNextFrame(prevSearchResult);
         }
+
+        return finishMergingOneList(isFinalList, prevSearchResult, newSearchResult, invListCursor);
     }
 
-    protected void mergeSuffixListScan(IInvertedListCursor invListCursor, SearchResult prevSearchResult,
-            SearchResult newSearchResult, int invListIx, int numInvLists, int occurrenceThreshold)
-            throws HyracksDataException {
-
-        int prevBufIdx = 0;
-        int maxPrevBufIdx = prevSearchResult.getCurrentBufferIndex();
-        ByteBuffer prevCurrentBuffer = prevSearchResult.getBuffers().get(0);
-
-        FixedSizeFrameTupleAccessor resultFrameTupleAcc = prevSearchResult.getAccessor();
-        FixedSizeTupleReference resultTuple = prevSearchResult.getTuple();
-
-        boolean advanceCursor = true;
-        boolean advancePrevResult = false;
-        int resultTidx = 0;
-
-        resultFrameTupleAcc.reset(prevCurrentBuffer);
-
-        int invListTidx = 0;
-        int invListNumTuples = invListCursor.size();
-
-        if (invListCursor.hasNext()) {
-            invListCursor.next();
+    /**
+     * Merges the given suffix list to the previous result using the given inverted list cursor. When traversing the
+     * inverted list cursor, a scan will be conducted like the mergePrefixList() method.
+     *
+     * @return true only if all processing for the final list for a partition is done.
+     *         false otherwise.
+     */
+    protected boolean mergeSuffixListScan(InvertedListCursor invListCursor, InvertedIndexSearchResult prevSearchResult,
+            InvertedIndexSearchResult newSearchResult, int invListIx, int numInvLists, int occurrenceThreshold,
+            boolean isFinalList) throws HyracksDataException {
+        if (isProcessingFinished) {
+            return true;
         }
 
-        while (invListTidx < invListNumTuples && resultTidx < resultFrameTupleAcc.getTupleCount()) {
+        // When generating the final result, we need to initialize the variable only once.
+        initMergingOneList(invListCursor, prevSearchResult, newSearchResult, isFinalList, invListIx, numInvLists,
+                occurrenceThreshold, processType.SUFFIX_LIST_SCAN);
 
-            ITupleReference invListTuple = invListCursor.getTuple();
-
+        int cmp;
+        int count;
+        while (invListTidx < invListTupleCount && resultTidx < prevResultFrameTupleCount) {
+            invListTuple = invListCursor.getTuple();
             resultTuple.reset(prevCurrentBuffer.array(), resultFrameTupleAcc.getTupleStartOffset(resultTidx));
-
-            int cmp = invListCmp.compare(invListTuple, resultTuple);
+            cmp = invListCmp.compare(invListTuple, resultTuple);
             if (cmp == 0) {
-                int count = IntegerPointable.getInteger(resultTuple.getFieldData(0),
-                        resultTuple.getFieldStart(resultTuple.getFieldCount() - 1)) + 1;
-                newSearchResult.append(resultTuple, count);
+                // Found the same tuple again on the current list. Increases the count by one.
+                // Also, both the result and the cursor advances.
+                count = getCount(resultTuple) + 1;
+                if (!newSearchResult.append(resultTuple, count)) {
+                    // For a final result, needs to pause when a frame becomes full to let the caller consume the frame.
+                    // SearchResult.append() should only return false for this case.
+                    return false;
+                }
                 advanceCursor = true;
                 advancePrevResult = true;
+            } else if (cmp < 0) {
+                // Found a new tuple on the current list. Based on prefix/suffix algorithm,
+                // this tuple can be ignored since it can't be a part of the answer.
+                advanceCursor = true;
+                advancePrevResult = false;
             } else {
-                if (cmp < 0) {
-                    advanceCursor = true;
-                    advancePrevResult = false;
-                } else {
-                    int count = IntegerPointable.getInteger(resultTuple.getFieldData(0),
-                            resultTuple.getFieldStart(resultTuple.getFieldCount() - 1));
-                    if (count + numInvLists - invListIx > occurrenceThreshold) {
-                        newSearchResult.append(resultTuple, count);
-                    }
-                    advanceCursor = false;
-                    advancePrevResult = true;
-                }
-            }
-
-            if (advancePrevResult) {
-                resultTidx++;
-                if (resultTidx >= resultFrameTupleAcc.getTupleCount()) {
-                    prevBufIdx++;
-                    if (prevBufIdx <= maxPrevBufIdx) {
-                        prevCurrentBuffer = prevSearchResult.getBuffers().get(prevBufIdx);
-                        resultFrameTupleAcc.reset(prevCurrentBuffer);
-                        resultTidx = 0;
+                // This tuple only exists on the previous result. However, it can be a part of the answer
+                // if it will be found again in the remaining lists.
+                count = getCount(resultTuple);
+                if (count + numInvLists - invListIx > occurrenceThreshold) {
+                    if (!newSearchResult.append(resultTuple, count)) {
+                        // For a final result, needs to pause when a frame becomes full to let the caller
+                        // consume the frame. SearchResult.append() should only return false for this case.
+                        return false;
                     }
                 }
+                advanceCursor = false;
+                advancePrevResult = true;
             }
-
-            if (advanceCursor) {
-                invListTidx++;
-                if (invListCursor.hasNext()) {
-                    invListCursor.next();
-                }
-            }
+            // Gets the next tuple from the previous result and the list cursor.
+            advancePrevResultAndList(advancePrevResult, advanceCursor, prevSearchResult, invListCursor);
         }
 
         // append remaining elements from previous result set
-        while (resultTidx < resultFrameTupleAcc.getTupleCount()) {
-
+        // These remaining elements can be a part of the answer if they will be found again in the remaining lists.
+        while (resultTidx < prevResultFrameTupleCount) {
             resultTuple.reset(prevCurrentBuffer.array(), resultFrameTupleAcc.getTupleStartOffset(resultTidx));
-
-            int count = IntegerPointable.getInteger(resultTuple.getFieldData(0),
-                    resultTuple.getFieldStart(resultTuple.getFieldCount() - 1));
+            count = getCount(resultTuple);
             if (count + numInvLists - invListIx > occurrenceThreshold) {
-                newSearchResult.append(resultTuple, count);
-            }
-
-            resultTidx++;
-            if (resultTidx >= resultFrameTupleAcc.getTupleCount()) {
-                prevBufIdx++;
-                if (prevBufIdx <= maxPrevBufIdx) {
-                    prevCurrentBuffer = prevSearchResult.getBuffers().get(prevBufIdx);
-                    resultFrameTupleAcc.reset(prevCurrentBuffer);
-                    resultTidx = 0;
+                if (!newSearchResult.append(resultTuple, count)) {
+                    // For a final result, needs to pause when a frame becomes full to let the caller
+                    // consume the frame. SearchResult.append() should only return false for this case.
+                    return false;
                 }
             }
+            resultTidx++;
+            checkPrevResultAndFetchNextFrame(prevSearchResult);
         }
+
+        return finishMergingOneList(isFinalList, prevSearchResult, newSearchResult, invListCursor);
     }
 
-    protected void mergePrefixList(IInvertedListCursor invListCursor, SearchResult prevSearchResult,
-            SearchResult newSearchResult) throws HyracksDataException {
-
-        int prevBufIdx = 0;
-        int maxPrevBufIdx = prevSearchResult.getCurrentBufferIndex();
-        ByteBuffer prevCurrentBuffer = prevSearchResult.getBuffers().get(0);
-
-        FixedSizeFrameTupleAccessor resultFrameTupleAcc = prevSearchResult.getAccessor();
-        FixedSizeTupleReference resultTuple = prevSearchResult.getTuple();
-
-        boolean advanceCursor = true;
-        boolean advancePrevResult = false;
-        int resultTidx = 0;
-
-        resultFrameTupleAcc.reset(prevCurrentBuffer);
-
-        int invListTidx = 0;
-        int invListNumTuples = invListCursor.size();
-
-        if (invListCursor.hasNext()) {
-            invListCursor.next();
+    /**
+     * Merges the prefix lists one by one. It reads the previous search result and one inverted list,
+     * then generates a new result by applying UNIONALL operation on these two. This method returns true
+     * only if all processing for the given final list is done. Otherwise, it returns false.
+     */
+    protected boolean mergePrefixList(InvertedListCursor invListCursor, InvertedIndexSearchResult prevSearchResult,
+            InvertedIndexSearchResult newSearchResult, boolean isFinalList) throws HyracksDataException {
+        if (isProcessingFinished) {
+            return true;
         }
 
-        while (invListTidx < invListNumTuples && resultTidx < resultFrameTupleAcc.getTupleCount()) {
+        // Assigns necessary variables and fetches a tuple from the inverted list cursor.
+        initMergingOneList(invListCursor, prevSearchResult, newSearchResult, isFinalList, processType.PREFIX_LIST);
 
-            ITupleReference invListTuple = invListCursor.getTuple();
+        int cmp;
+        int count;
+        // Traverses the inverted list and the previous result at the same time.
+        while (invListTidx < invListTupleCount && resultTidx < prevResultFrameTupleCount) {
+            invListTuple = invListCursor.getTuple();
             resultTuple.reset(prevCurrentBuffer.array(), resultFrameTupleAcc.getTupleStartOffset(resultTidx));
-
-            int cmp = invListCmp.compare(invListTuple, resultTuple);
+            cmp = invListCmp.compare(invListTuple, resultTuple);
+            // Found the same tuple again on the current list: count + 1. Both the result and the cursor advances.
             if (cmp == 0) {
-                int count = IntegerPointable.getInteger(resultTuple.getFieldData(0),
-                        resultTuple.getFieldStart(resultTuple.getFieldCount() - 1)) + 1;
-                newSearchResult.append(resultTuple, count);
+                count = getCount(resultTuple) + 1;
+                if (!newSearchResult.append(resultTuple, count)) {
+                    // For a final result, needs to pause when a frame becomes full to let the caller
+                    // consume the frame. SearchResult.append() should only return false for this case.
+                    return false;
+                }
                 advanceCursor = true;
                 advancePrevResult = true;
+            } else if (cmp < 0) {
+                // Found a new tuple on the current list. Sets its count to 1. Only advances the cursor.
+                count = 1;
+                if (!newSearchResult.append(invListTuple, count)) {
+                    // For a final result, needs to pause when a frame becomes full to let the caller
+                    // consume the frame. SearchResult.append() should only return false for this case.
+                    return false;
+                }
+                advanceCursor = true;
+                advancePrevResult = false;
+                //
             } else {
-                if (cmp < 0) {
-                    int count = 1;
-                    newSearchResult.append(invListTuple, count);
-                    advanceCursor = true;
-                    advancePrevResult = false;
-                } else {
-                    int count = IntegerPointable.getInteger(resultTuple.getFieldData(0),
-                            resultTuple.getFieldStart(resultTuple.getFieldCount() - 1));
-                    newSearchResult.append(resultTuple, count);
-                    advanceCursor = false;
-                    advancePrevResult = true;
+                // This tuple only exists on the previous result. Maintains its count. Only advances the result.
+                count = getCount(resultTuple);
+                if (!newSearchResult.append(resultTuple, count)) {
+                    // For a final result, needs to pause when a frame becomes full to let the caller
+                    // consume the frame. SearchResult.append() should only return false for this case.
+                    return false;
                 }
+                advanceCursor = false;
+                advancePrevResult = true;
+                //
             }
-
-            if (advancePrevResult) {
-                resultTidx++;
-                if (resultTidx >= resultFrameTupleAcc.getTupleCount()) {
-                    prevBufIdx++;
-                    if (prevBufIdx <= maxPrevBufIdx) {
-                        prevCurrentBuffer = prevSearchResult.getBuffers().get(prevBufIdx);
-                        resultFrameTupleAcc.reset(prevCurrentBuffer);
-                        resultTidx = 0;
-                    }
-                }
-            }
-
-            if (advanceCursor) {
-                invListTidx++;
-                if (invListCursor.hasNext()) {
-                    invListCursor.next();
-                }
-            }
+            // Gets the next tuple from the previous result and the list cursor.
+            advancePrevResultAndList(advancePrevResult, advanceCursor, prevSearchResult, invListCursor);
         }
 
         // append remaining new elements from inverted list
-        while (invListTidx < invListNumTuples) {
-            ITupleReference invListTuple = invListCursor.getTuple();
-            newSearchResult.append(invListTuple, 1);
+        //
+        while (invListTidx < invListTupleCount) {
+            invListTuple = invListCursor.getTuple();
+            if (!newSearchResult.append(invListTuple, 1)) {
+                // For a final result, needs to pause when a frame becomes full to let the caller
+                // consume the frame. SearchResult.append() should only return false for this case.
+                return false;
+            }
             invListTidx++;
             if (invListCursor.hasNext()) {
                 invListCursor.next();
@@ -302,32 +397,188 @@
         }
 
         // append remaining elements from previous result set
-        while (resultTidx < resultFrameTupleAcc.getTupleCount()) {
-
+        while (resultTidx < prevResultFrameTupleCount) {
             resultTuple.reset(prevCurrentBuffer.array(), resultFrameTupleAcc.getTupleStartOffset(resultTidx));
-
-            int count = IntegerPointable.getInteger(resultTuple.getFieldData(0),
-                    resultTuple.getFieldStart(resultTuple.getFieldCount() - 1));
-            newSearchResult.append(resultTuple, count);
-
+            count = getCount(resultTuple);
+            if (!newSearchResult.append(resultTuple, count)) {
+                // For a final result, needs to pause when a frame becomes full to let the caller
+                // consume the frame. SearchResult.append() should only return false for this case.
+                return false;
+            }
             resultTidx++;
-            if (resultTidx >= resultFrameTupleAcc.getTupleCount()) {
-                prevBufIdx++;
-                if (prevBufIdx <= maxPrevBufIdx) {
-                    prevCurrentBuffer = prevSearchResult.getBuffers().get(prevBufIdx);
-                    resultFrameTupleAcc.reset(prevCurrentBuffer);
-                    resultTidx = 0;
-                }
+            checkPrevResultAndFetchNextFrame(prevSearchResult);
+        }
+
+        return finishMergingOneList(isFinalList, prevSearchResult, newSearchResult, invListCursor);
+    }
+
+    /**
+     * Initializes necessary information for each merging operation (prefix_list) for a list.
+     */
+    protected void initMergingOneList(InvertedListCursor invListCursor, InvertedIndexSearchResult prevSearchResult,
+            InvertedIndexSearchResult newSearchResult, boolean isFinalList, processType mergeOpType)
+            throws HyracksDataException {
+        initMergingOneList(invListCursor, prevSearchResult, newSearchResult, isFinalList, 0, 0, 0, mergeOpType);
+    }
+
+    /**
+     * Initializes necessary information for each merging operation (suffix_list_probe or suffix_list_scan) for a list.
+     */
+    protected void initMergingOneList(InvertedListCursor invListCursor, InvertedIndexSearchResult prevSearchResult,
+            InvertedIndexSearchResult newSearchResult, boolean isFinalList, int invListIx, int numInvLists,
+            int occurrenceThreshold, processType mergeOpType) throws HyracksDataException {
+        // Each inverted list will be visited only once except the final inverted list.
+        // When generating the final result, the given inverted list can be visited multiple times
+        // since we only generate one frame at a time. So, we need to initialize the following variables only once.
+        if (!listVisited) {
+            resetVariable();
+            prevBufIdx = 0;
+            maxPrevBufIdx = prevSearchResult.getCurrentBufferIndex();
+            // Gets the maximum possible number of expected result pages (in case no common element at all).
+            numPrevResult = prevSearchResult.getNumResults();
+            invListTupleCount = invListCursor.size();
+            numExpectedPages = newSearchResult.getExpectedNumPages(numPrevResult + invListTupleCount);
+            newSearchResult.prepareWrite(numExpectedPages);
+            prevSearchResult.prepareResultRead();
+            prevCurrentBuffer = prevSearchResult.getNextFrame();
+            resultFrameTupleAcc = prevSearchResult.getAccessor();
+            resultTuple = prevSearchResult.getTuple();
+            advanceCursor = true;
+            advancePrevResult = false;
+            resultTidx = 0;
+            resultFrameTupleAcc.reset(prevCurrentBuffer);
+            invListTidx = 0;
+            numInvertedLists = numInvLists;
+            invListIdx = invListIx;
+            prevResultFrameTupleCount = prevCurrentBuffer == null ? 0 : resultFrameTupleAcc.getTupleCount();
+
+            // Additional variables to keep the current status of the given merge process
+            if (isFinalList) {
+                finalInvListCursor = invListCursor;
+                finalSearchResult = (InvertedIndexFinalSearchResult) newSearchResult;
+                currentProcessType = mergeOpType;
+                this.occurrenceThreshold = occurrenceThreshold;
+                isProcessingFinalList = true;
+                listVisited = true;
+            }
+
+            if (invListCursor.hasNext()) {
+                invListCursor.next();
             }
         }
     }
 
-    public SearchResult createSearchResult() throws HyracksDataException {
-        return new SearchResult(prevSearchResult);
+    /**
+     * Finishes the merging operation of one list.
+     *
+     * @return true only if this merging operation is for a final list
+     *         false otherwise
+     */
+    protected boolean finishMergingOneList(boolean isFinalList, InvertedIndexSearchResult prevSearchResult,
+            InvertedIndexSearchResult newSearchResult, InvertedListCursor invListCursor) throws HyracksDataException {
+        prevSearchResult.closeResultRead(false);
+        invListCursor.close();
+        // Final search result can be called multiple times for partitioned occurrence searcher case
+        // so that it can be written multiple times. So, should not finalize the write here.
+        // The caller of merge() should ensure that.
+        if (!isFinalList) {
+            newSearchResult.finalizeWrite();
+            return false;
+        } else {
+            // Final list? then, the calculation is done.
+            isProcessingFinished = true;
+            return true;
+        }
     }
 
-    public void reset() {
-        prevSearchResult.clear();
-        newSearchResult.clear();
+    /**
+     * Fetches the next previous result frame if the current frame has been consumed.
+     * Also fetches next element from the inverted list cursor.
+     */
+    protected void advancePrevResultAndList(boolean advancePrevResult, boolean advanceCursor,
+            InvertedIndexSearchResult prevSearchResult, InvertedListCursor invListCursor) throws HyracksDataException {
+        if (advancePrevResult) {
+            resultTidx++;
+            checkPrevResultAndFetchNextFrame(prevSearchResult);
+        }
+
+        if (advanceCursor) {
+            invListTidx++;
+            if (invListCursor.hasNext()) {
+                invListCursor.next();
+            }
+        }
     }
+
+    /**
+     * Fetches the next page of the previous result if possible.
+     */
+    protected void checkPrevResultAndFetchNextFrame(InvertedIndexSearchResult prevSearchResult)
+            throws HyracksDataException {
+        if (resultTidx >= prevResultFrameTupleCount) {
+            prevBufIdx++;
+            if (prevBufIdx <= maxPrevBufIdx) {
+                prevCurrentBuffer = prevSearchResult.getNextFrame();
+                resultFrameTupleAcc.reset(prevCurrentBuffer);
+                prevResultFrameTupleCount = resultFrameTupleAcc.getTupleCount();
+                resultTidx = 0;
+            }
+        }
+    }
+
+    /**
+     * Gets the count of the given tuple in the previous search result.
+     */
+    protected int getCount(FixedSizeTupleReference resultTuple) {
+        return IntegerPointable.getInteger(resultTuple.getFieldData(0),
+                resultTuple.getFieldStart(resultTuple.getFieldCount() - 1));
+    }
+
+    public void reset() throws HyracksDataException {
+        prevSearchResult.reset();
+        newSearchResult.reset();
+        resetVariable();
+    }
+
+    /**
+     * Prepares the merge process. This mainly allocates buffers for the two intermediate search results.
+     */
+    public void prepareMerge() throws HyracksDataException {
+        prevSearchResult.prepareIOBuffer();
+        newSearchResult.prepareIOBuffer();
+        resetVariable();
+    }
+
+    /**
+     * Cleans every stuff.
+     */
+    public void close() throws HyracksDataException {
+        prevSearchResult.close();
+        newSearchResult.close();
+    }
+
+    // Resets the variables.
+    private void resetVariable() {
+        prevBufIdx = 0;
+        maxPrevBufIdx = 0;
+        numPrevResult = 0;
+        invListTupleCount = 0;
+        numExpectedPages = 0;
+        prevCurrentBuffer = null;
+        resultFrameTupleAcc = null;
+        resultTuple = null;
+        advanceCursor = false;
+        advancePrevResult = false;
+        resultTidx = 0;
+        invListTidx = 0;
+        prevResultFrameTupleCount = 0;
+        finalInvListCursor = null;
+        finalSearchResult = null;
+        currentProcessType = processType.NONE;
+        isProcessingFinalList = false;
+        isProcessingFinished = false;
+        listVisited = false;
+        occurrenceThreshold = 0;
+    }
+
 }
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/search/InvertedListPartitions.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/search/InvertedListPartitions.java
index e9d6c1f..fef4baf 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/search/InvertedListPartitions.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/search/InvertedListPartitions.java
@@ -22,24 +22,29 @@
 import java.util.ArrayList;
 import java.util.Arrays;
 
-import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedListCursor;
+import org.apache.hyracks.api.exceptions.HyracksDataException;
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IObjectFactory;
+import org.apache.hyracks.storage.am.lsm.invertedindex.api.InvertedListCursor;
 import org.apache.hyracks.storage.am.lsm.invertedindex.util.ObjectCache;
 
+/**
+ * This class contains multiple inverted list partitions. Each partition can contain inverted list cursors in it.
+ *
+ */
 public class InvertedListPartitions {
     private final int DEFAULT_NUM_PARTITIONS = 10;
     private final int PARTITIONS_SLACK_SIZE = 10;
     private final int OBJECT_CACHE_INIT_SIZE = 10;
     private final int OBJECT_CACHE_EXPAND_SIZE = 10;
-    private final IObjectFactory<ArrayList<IInvertedListCursor>> arrayListFactory;
-    private final ObjectCache<ArrayList<IInvertedListCursor>> arrayListCache;
-    private ArrayList<IInvertedListCursor>[] partitions;
+    private final IObjectFactory<ArrayList<InvertedListCursor>> arrayListFactory;
+    private final ObjectCache<ArrayList<InvertedListCursor>> arrayListCache;
+    private ArrayList<InvertedListCursor>[] partitions;
     private short minValidPartitionIndex;
     private short maxValidPartitionIndex;
 
-    public InvertedListPartitions() {
-        this.arrayListFactory = new ArrayListFactory<IInvertedListCursor>();
-        this.arrayListCache = new ObjectCache<ArrayList<IInvertedListCursor>>(arrayListFactory, OBJECT_CACHE_INIT_SIZE,
+    public InvertedListPartitions() throws HyracksDataException {
+        this.arrayListFactory = new ArrayListFactory<InvertedListCursor>();
+        this.arrayListCache = new ObjectCache<ArrayList<InvertedListCursor>>(arrayListFactory, OBJECT_CACHE_INIT_SIZE,
                 OBJECT_CACHE_EXPAND_SIZE);
     }
 
@@ -52,7 +57,7 @@
             } else {
                 initialSize = numTokensUpperBound + 1;
             }
-            partitions = (ArrayList<IInvertedListCursor>[]) new ArrayList[initialSize];
+            partitions = (ArrayList<InvertedListCursor>[]) new ArrayList[initialSize];
         } else {
             if (numTokensUpperBound + 1 >= partitions.length) {
                 partitions = Arrays.copyOf(partitions, numTokensUpperBound + 1);
@@ -64,11 +69,11 @@
         maxValidPartitionIndex = Short.MIN_VALUE;
     }
 
-    public void addInvertedListCursor(IInvertedListCursor listCursor, short numTokens) {
+    public void addInvertedListCursor(InvertedListCursor listCursor, short numTokens) throws HyracksDataException {
         if (numTokens + 1 >= partitions.length) {
             partitions = Arrays.copyOf(partitions, numTokens + PARTITIONS_SLACK_SIZE);
         }
-        ArrayList<IInvertedListCursor> partitionCursors = partitions[numTokens];
+        ArrayList<InvertedListCursor> partitionCursors = partitions[numTokens];
         if (partitionCursors == null) {
             partitionCursors = arrayListCache.getNext();
             partitionCursors.clear();
@@ -84,7 +89,7 @@
         partitionCursors.add(listCursor);
     }
 
-    public ArrayList<IInvertedListCursor>[] getPartitions() {
+    public ArrayList<InvertedListCursor>[] getPartitions() {
         return partitions;
     }
 
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/search/PartitionedTOccurrenceSearcher.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/search/PartitionedTOccurrenceSearcher.java
index 5ae4e05..3d8c35a 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/search/PartitionedTOccurrenceSearcher.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/search/PartitionedTOccurrenceSearcher.java
@@ -20,9 +20,9 @@
 package org.apache.hyracks.storage.am.lsm.invertedindex.search;
 
 import java.io.IOException;
-import java.util.ArrayList;
+import java.util.List;
 
-import org.apache.hyracks.api.context.IHyracksCommonContext;
+import org.apache.hyracks.api.context.IHyracksTaskContext;
 import org.apache.hyracks.api.exceptions.ErrorCode;
 import org.apache.hyracks.api.exceptions.HyracksDataException;
 import org.apache.hyracks.data.std.primitive.ShortPointable;
@@ -33,10 +33,13 @@
 import org.apache.hyracks.storage.am.common.tuples.ConcatenatingTupleReference;
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInPlaceInvertedIndex;
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedIndexSearchModifier;
-import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedListCursor;
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IPartitionedInvertedIndex;
-import org.apache.hyracks.storage.am.lsm.invertedindex.ondisk.OnDiskInvertedIndexSearchCursor;
+import org.apache.hyracks.storage.am.lsm.invertedindex.api.InvertedListCursor;
+import org.apache.hyracks.storage.common.IIndexCursor;
 
+/**
+ * Conducts T-Occurrence searches on inverted lists in one or more partition.
+ */
 public class PartitionedTOccurrenceSearcher extends AbstractTOccurrenceSearcher {
 
     protected final ArrayTupleBuilder lowerBoundTupleBuilder = new ArrayTupleBuilder(1);
@@ -45,17 +48,26 @@
     protected final ArrayTupleReference upperBoundTuple = new ArrayTupleReference();
     protected final ConcatenatingTupleReference fullLowSearchKey = new ConcatenatingTupleReference(2);
     protected final ConcatenatingTupleReference fullHighSearchKey = new ConcatenatingTupleReference(2);
-
-    // Inverted list cursors ordered by token. Used to read relevant inverted-list partitions of one token one after
-    // the other for better I/O performance (because the partitions of one inverted list are stored contiguously in a file).
-    // The above implies that we currently require holding all inverted list for a query in memory.
-    protected final ArrayList<IInvertedListCursor> cursorsOrderedByTokens = new ArrayList<>();
     protected final InvertedListPartitions partitions = new InvertedListPartitions();
 
-    public PartitionedTOccurrenceSearcher(IHyracksCommonContext ctx, IInPlaceInvertedIndex invIndex)
+    // To keep the current state of this search
+    protected int curPartIdx;
+    protected int endPartIdx;
+    protected int numPrefixLists;
+    protected boolean isFinalPartIdx;
+    protected boolean needToReadNewPart;
+    List<InvertedListCursor>[] partitionCursors;
+    IInvertedIndexSearchModifier searchModifier;
+
+    public PartitionedTOccurrenceSearcher(IInPlaceInvertedIndex invIndex, IHyracksTaskContext ctx)
             throws HyracksDataException {
-        super(ctx, invIndex);
+        super(invIndex, ctx);
         initHelperTuples();
+        curPartIdx = 0;
+        endPartIdx = 0;
+        isFinalPartIdx = false;
+        isFinishedSearch = false;
+        needToReadNewPart = true;
     }
 
     private void initHelperTuples() {
@@ -87,17 +99,20 @@
     }
 
     @Override
-    public void search(OnDiskInvertedIndexSearchCursor resultCursor, InvertedIndexSearchPredicate searchPred,
-            IIndexOperationContext ictx) throws HyracksDataException {
+    public void search(IIndexCursor resultCursor, InvertedIndexSearchPredicate searchPred, IIndexOperationContext ictx)
+            throws HyracksDataException {
+        prepareSearch();
         IPartitionedInvertedIndex partInvIndex = (IPartitionedInvertedIndex) invIndex;
-        searchResult.reset();
+        finalSearchResult.reset();
         if (partInvIndex.isEmpty()) {
+            isFinishedSearch = true;
             resultCursor.open(null, searchPred);
             return;
         }
         tokenizeQuery(searchPred);
         short numQueryTokens = (short) queryTokenAppender.getTupleCount();
-        IInvertedIndexSearchModifier searchModifier = searchPred.getSearchModifier();
+
+        searchModifier = searchPred.getSearchModifier();
         short numTokensLowerBound = searchModifier.getNumTokensLowerBound(numQueryTokens);
         short numTokensUpperBound = searchModifier.getNumTokensUpperBound(numQueryTokens);
         occurrenceThreshold = searchModifier.getOccurrenceThreshold(numQueryTokens);
@@ -108,61 +123,195 @@
         short maxCountPossible = numQueryTokens;
         invListCursorCache.reset();
         partitions.reset(numTokensLowerBound, numTokensUpperBound);
-        cursorsOrderedByTokens.clear();
         for (int i = 0; i < numQueryTokens; i++) {
             searchKey.reset(queryTokenAppender, i);
             if (!partInvIndex.openInvertedListPartitionCursors(this, ictx, numTokensLowerBound, numTokensUpperBound,
-                    partitions, cursorsOrderedByTokens)) {
+                    partitions)) {
                 maxCountPossible--;
                 // No results possible.
                 if (maxCountPossible < occurrenceThreshold) {
+                    // Closes all opened cursors.
+                    closeCursorsInPartitions(partitions);
+                    isFinishedSearch = true;
                     resultCursor.open(null, searchPred);
                     return;
                 }
             }
         }
-        ArrayList<IInvertedListCursor>[] partitionCursors = partitions.getPartitions();
+
+        partitionCursors = partitions.getPartitions();
         short start = partitions.getMinValidPartitionIndex();
         short end = partitions.getMaxValidPartitionIndex();
-        // Typically, we only enter this case for disk-based inverted indexes.
-        // TODO: This behavior could potentially lead to a deadlock if we cannot pin
-        // all inverted lists in memory, and are forced to wait for a page to get evicted
-        // (other concurrent searchers may be in the same situation).
-        // We should detect such cases, then unpin all pages, and then keep retrying to pin until we succeed.
-        // This will require a different "tryPin()" mechanism in the BufferCache that will return false
-        // if we'd have to wait for a page to get evicted.
-        if (!cursorsOrderedByTokens.isEmpty()) {
-            for (int i = start; i <= end; i++) {
-                if (partitionCursors[i] == null) {
-                    continue;
-                }
-                // Prune partition because no element in it can satisfy the occurrence threshold.
-                if (partitionCursors[i].size() < occurrenceThreshold) {
-                    cursorsOrderedByTokens.removeAll(partitionCursors[i]);
-                }
-            }
-            // Pin all the cursors in the order of tokens.
-            int numCursors = cursorsOrderedByTokens.size();
-            for (int i = 0; i < numCursors; i++) {
-                cursorsOrderedByTokens.get(i).pinPages();
-            }
-        }
 
         // Process the partitions one-by-one.
+        endPartIdx = end;
         for (int i = start; i <= end; i++) {
+            // Prune partition because no element in it can satisfy the occurrence threshold.
             if (partitionCursors[i] == null) {
                 continue;
             }
             // Prune partition because no element in it can satisfy the occurrence threshold.
+            // An opened cursor should be closed.
             if (partitionCursors[i].size() < occurrenceThreshold) {
+                for (InvertedListCursor cursor : partitionCursors[i]) {
+                    cursor.close();
+                }
                 continue;
             }
             // Merge inverted lists of current partition.
-            int numPrefixLists = searchModifier.getNumPrefixLists(occurrenceThreshold, partitionCursors[i].size());
+            numPrefixLists = searchModifier.getNumPrefixLists(occurrenceThreshold, partitionCursors[i].size());
             invListMerger.reset();
-            invListMerger.merge(partitionCursors[i], occurrenceThreshold, numPrefixLists, searchResult);
+            curPartIdx = i;
+            isFinalPartIdx = i == end ? true : false;
+
+            // If the number of inverted list cursor is one, then we don't need to go through the merge process
+            // for this partition.
+            if (partitionCursors[i].size() == 1) {
+                singleInvListCursor = partitionCursors[i].get(0);
+                singleInvListCursor.prepareLoadPages();
+                singleInvListCursor.loadPages();
+                isSingleInvertedList = true;
+                needToReadNewPart = true;
+            } else {
+                singleInvListCursor = null;
+                isSingleInvertedList = false;
+                needToReadNewPart = invListMerger.merge(partitionCursors[i], occurrenceThreshold, numPrefixLists,
+                        finalSearchResult);
+                searchResultBuffer = finalSearchResult.getNextFrame();
+                searchResultTupleIndex = 0;
+                searchResultFta.reset(searchResultBuffer);
+            }
+
+            // By now, some output was generated by the merger or only one cursor in this partition is associated.
+            // So, we open the cursor that will fetch these result. If it's the final partition, the outside of
+            // this for loop will handle opening of the result cursor for a single inverted list cursor case.
+            if (needToReadNewPart && isFinalPartIdx) {
+                invListMerger.close();
+                finalSearchResult.finalizeWrite();
+                isFinishedSearch = true;
+            }
+            resultCursor.open(null, searchPred);
+            return;
         }
+
+        // The control reaches here if the above loop doesn't have any valid cursor.
+        isFinishedSearch = true;
+        needToReadNewPart = true;
         resultCursor.open(null, searchPred);
+        return;
+    }
+
+    /**
+     * Continues a search process in case of the following two cases:
+     * #1. If it was paused because the output buffer of the final result was full.
+     * #2. All tuples from a single inverted list has been read.
+     *
+     * @return true only if all processing for the final list for the final partition is done.
+     *         false otherwise.
+     * @throws HyracksDataException
+     */
+    @Override
+    public boolean continueSearch() throws HyracksDataException {
+        if (isFinishedSearch) {
+            return true;
+        }
+
+        // Case #1 only - output buffer was full
+        if (!needToReadNewPart) {
+            needToReadNewPart = invListMerger.continueMerge();
+            searchResultBuffer = finalSearchResult.getNextFrame();
+            searchResultTupleIndex = 0;
+            searchResultFta.reset(searchResultBuffer);
+            // Final calculation done?
+            if (needToReadNewPart && isFinalPartIdx) {
+                isFinishedSearch = true;
+                invListMerger.close();
+                finalSearchResult.finalizeWrite();
+                return true;
+            }
+            return false;
+        }
+
+        // Finished one partition for the both cases #1 and #2. So, moves to the next partition.
+        curPartIdx++;
+        if (curPartIdx <= endPartIdx) {
+            boolean suitablePartFound = false;
+            for (int i = curPartIdx; i <= endPartIdx; i++) {
+                // Prune partition because no element in it can satisfy the occurrence threshold.
+                if (partitionCursors[i] == null) {
+                    continue;
+                }
+                // Prune partition because no element in it can satisfy the occurrence threshold.
+                // An opened cursor should be closed.
+                if (partitionCursors[i].size() < occurrenceThreshold) {
+                    for (InvertedListCursor cursor : partitionCursors[i]) {
+                        cursor.close();
+                    }
+                    continue;
+                }
+                suitablePartFound = true;
+                curPartIdx = i;
+                break;
+            }
+
+            // If no partition is availble to explore, we stop here.
+            if (!suitablePartFound) {
+                isFinishedSearch = true;
+                invListMerger.close();
+                finalSearchResult.finalizeWrite();
+                return true;
+            }
+
+            // Merge inverted lists of current partition.
+            numPrefixLists = searchModifier.getNumPrefixLists(occurrenceThreshold, partitionCursors[curPartIdx].size());
+            invListMerger.reset();
+            finalSearchResult.resetBuffer();
+            isFinalPartIdx = curPartIdx == endPartIdx ? true : false;
+
+            // If the number of inverted list cursor is one, then we don't need to go through the merge process.
+            if (partitionCursors[curPartIdx].size() == 1) {
+                singleInvListCursor = partitionCursors[curPartIdx].get(0);
+                singleInvListCursor.prepareLoadPages();
+                singleInvListCursor.loadPages();
+                isSingleInvertedList = true;
+                needToReadNewPart = true;
+            } else {
+                singleInvListCursor = null;
+                isSingleInvertedList = false;
+                needToReadNewPart = invListMerger.merge(partitionCursors[curPartIdx], occurrenceThreshold,
+                        numPrefixLists, finalSearchResult);
+                searchResultBuffer = finalSearchResult.getNextFrame();
+                searchResultTupleIndex = 0;
+                searchResultFta.reset(searchResultBuffer);
+            }
+
+            // Finished processing one partition
+            if (needToReadNewPart && isFinalPartIdx) {
+                invListMerger.close();
+                finalSearchResult.finalizeWrite();
+                isFinishedSearch = true;
+                return true;
+            }
+
+        } else {
+            isFinishedSearch = true;
+        }
+
+        return false;
+    }
+
+    private void closeCursorsInPartitions(InvertedListPartitions parts) throws HyracksDataException {
+        List<InvertedListCursor>[] partCursors = parts.getPartitions();
+        short start = parts.getMinValidPartitionIndex();
+        short end = parts.getMaxValidPartitionIndex();
+        for (int i = start; i <= end; i++) {
+            if (partCursors[i] == null) {
+                continue;
+            }
+            for (InvertedListCursor cursor : partCursors[i]) {
+                cursor.close();
+            }
+        }
     }
 
     public void setNumTokensBoundsInSearchKeys(short numTokensLowerBound, short numTokensUpperBound) {
@@ -182,7 +331,8 @@
         return fullHighSearchKey;
     }
 
-    public IInvertedListCursor getCachedInvertedListCursor() {
+    public InvertedListCursor getCachedInvertedListCursor() throws HyracksDataException {
         return invListCursorCache.getNext();
     }
+
 }
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/search/SearchResult.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/search/SearchResult.java
deleted file mode 100644
index 2da1434..0000000
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/search/SearchResult.java
+++ /dev/null
@@ -1,146 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-
-package org.apache.hyracks.storage.am.lsm.invertedindex.search;
-
-import java.nio.ByteBuffer;
-import java.util.ArrayList;
-
-import org.apache.hyracks.api.context.IHyracksCommonContext;
-import org.apache.hyracks.api.dataflow.value.ITypeTraits;
-import org.apache.hyracks.api.exceptions.HyracksDataException;
-import org.apache.hyracks.data.std.primitive.IntegerPointable;
-import org.apache.hyracks.dataflow.common.data.accessors.ITupleReference;
-import org.apache.hyracks.storage.am.lsm.invertedindex.ondisk.FixedSizeFrameTupleAccessor;
-import org.apache.hyracks.storage.am.lsm.invertedindex.ondisk.FixedSizeFrameTupleAppender;
-import org.apache.hyracks.storage.am.lsm.invertedindex.ondisk.FixedSizeTupleReference;
-
-/**
- * Byte-buffer backed storage for intermediate and final results of inverted-index searches.
- */
-// TODO: Rename members.
-public class SearchResult {
-    protected final ArrayList<ByteBuffer> buffers = new ArrayList<ByteBuffer>();
-    protected final IHyracksCommonContext ctx;
-    protected final FixedSizeFrameTupleAppender appender;
-    protected final FixedSizeFrameTupleAccessor accessor;
-    protected final FixedSizeTupleReference tuple;
-    protected final ITypeTraits[] typeTraits;
-    protected final int invListElementSize;
-
-    protected int currBufIdx;
-    protected int numResults;
-
-    public SearchResult(ITypeTraits[] invListFields, IHyracksCommonContext ctx) throws HyracksDataException {
-        typeTraits = new ITypeTraits[invListFields.length + 1];
-        int tmp = 0;
-        for (int i = 0; i < invListFields.length; i++) {
-            typeTraits[i] = invListFields[i];
-            tmp += invListFields[i].getFixedLength();
-        }
-        invListElementSize = tmp;
-        // Integer for counting occurrences.
-        typeTraits[invListFields.length] = IntegerPointable.TYPE_TRAITS;
-        this.ctx = ctx;
-        appender = new FixedSizeFrameTupleAppender(ctx.getInitialFrameSize(), typeTraits);
-        accessor = new FixedSizeFrameTupleAccessor(ctx.getInitialFrameSize(), typeTraits);
-        tuple = new FixedSizeTupleReference(typeTraits);
-        buffers.add(ctx.allocateFrame());
-    }
-
-    /**
-     * Initialize from other search-result object to share member instances except for result buffers.
-     *
-     * @throws HyracksDataException
-     */
-    public SearchResult(SearchResult other) throws HyracksDataException {
-        this.ctx = other.ctx;
-        this.appender = other.appender;
-        this.accessor = other.accessor;
-        this.tuple = other.tuple;
-        this.typeTraits = other.typeTraits;
-        this.invListElementSize = other.invListElementSize;
-        buffers.add(ctx.allocateFrame());
-    }
-
-    public FixedSizeFrameTupleAccessor getAccessor() {
-        return accessor;
-    }
-
-    public FixedSizeFrameTupleAppender getAppender() {
-        return appender;
-    }
-
-    public FixedSizeTupleReference getTuple() {
-        return tuple;
-    }
-
-    public ArrayList<ByteBuffer> getBuffers() {
-        return buffers;
-    }
-
-    public void reset() {
-        currBufIdx = 0;
-        numResults = 0;
-        appender.reset(buffers.get(0), true);
-    }
-
-    public void clear() {
-        currBufIdx = 0;
-        numResults = 0;
-        for (ByteBuffer buffer : buffers) {
-            appender.reset(buffer, true);
-        }
-    }
-
-    public void append(ITupleReference invListElement, int count) throws HyracksDataException {
-        ByteBuffer currentBuffer = buffers.get(currBufIdx);
-        if (!appender.hasSpace()) {
-            currBufIdx++;
-            if (currBufIdx >= buffers.size()) {
-                buffers.add(ctx.allocateFrame());
-            }
-            currentBuffer = buffers.get(currBufIdx);
-            appender.reset(currentBuffer, true);
-        }
-        // Append inverted-list element.
-        if (!appender.append(invListElement.getFieldData(0), invListElement.getFieldStart(0), invListElementSize)) {
-            throw new IllegalStateException();
-        }
-        // Append count.
-        if (!appender.append(count)) {
-            throw new IllegalStateException();
-        }
-        appender.incrementTupleCount(1);
-        numResults++;
-    }
-
-    public int getCurrentBufferIndex() {
-        return currBufIdx;
-    }
-
-    public ITypeTraits[] getTypeTraits() {
-        return typeTraits;
-    }
-
-    public int getNumResults() {
-        return numResults;
-    }
-
-}
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/search/TOccurrenceSearcher.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/search/TOccurrenceSearcher.java
index 4c9f037..9808ae1 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/search/TOccurrenceSearcher.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/search/TOccurrenceSearcher.java
@@ -21,26 +21,30 @@
 
 import java.util.ArrayList;
 
-import org.apache.hyracks.api.context.IHyracksCommonContext;
+import org.apache.hyracks.api.context.IHyracksTaskContext;
 import org.apache.hyracks.api.exceptions.ErrorCode;
 import org.apache.hyracks.api.exceptions.HyracksDataException;
 import org.apache.hyracks.storage.am.common.api.IIndexOperationContext;
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInPlaceInvertedIndex;
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedIndexSearchModifier;
-import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedListCursor;
-import org.apache.hyracks.storage.am.lsm.invertedindex.ondisk.OnDiskInvertedIndexSearchCursor;
+import org.apache.hyracks.storage.am.lsm.invertedindex.api.InvertedListCursor;
+import org.apache.hyracks.storage.common.IIndexCursor;
 
+/**
+ * Conducts T-Occurrence searches on inverted lists.
+ */
 public class TOccurrenceSearcher extends AbstractTOccurrenceSearcher {
 
-    protected final ArrayList<IInvertedListCursor> invListCursors = new ArrayList<>();
+    protected final ArrayList<InvertedListCursor> invListCursors = new ArrayList<>();
 
-    public TOccurrenceSearcher(IHyracksCommonContext ctx, IInPlaceInvertedIndex invIndex) throws HyracksDataException {
-        super(ctx, invIndex);
+    public TOccurrenceSearcher(IInPlaceInvertedIndex invIndex, IHyracksTaskContext ctx) throws HyracksDataException {
+        super(invIndex, ctx);
     }
 
     @Override
-    public void search(OnDiskInvertedIndexSearchCursor resultCursor, InvertedIndexSearchPredicate searchPred,
-            IIndexOperationContext ictx) throws HyracksDataException {
+    public void search(IIndexCursor resultCursor, InvertedIndexSearchPredicate searchPred, IIndexOperationContext ictx)
+            throws HyracksDataException {
+        prepareSearch();
         tokenizeQuery(searchPred);
         int numQueryTokens = queryTokenAppender.getTupleCount();
 
@@ -48,7 +52,7 @@
         invListCursorCache.reset();
         for (int i = 0; i < numQueryTokens; i++) {
             searchKey.reset(queryTokenAppender, i);
-            IInvertedListCursor invListCursor = invListCursorCache.getNext();
+            InvertedListCursor invListCursor = invListCursorCache.getNext();
             invIndex.openInvertedListCursor(invListCursor, searchKey, ictx);
             invListCursors.add(invListCursor);
         }
@@ -60,8 +64,54 @@
         }
         int numPrefixLists = searchModifier.getNumPrefixLists(occurrenceThreshold, invListCursors.size());
 
-        searchResult.reset();
-        invListMerger.merge(invListCursors, occurrenceThreshold, numPrefixLists, searchResult);
+        // For a single inverted list case, we don't need to call merge() method since elements from a single inverted
+        // list cursor will be the final answer.
+        if (numQueryTokens == 1 && occurrenceThreshold == 1) {
+            singleInvListCursor = invListCursors.get(0);
+            singleInvListCursor.prepareLoadPages();
+            singleInvListCursor.loadPages();
+            isSingleInvertedList = true;
+            isFinishedSearch = true;
+        } else {
+            finalSearchResult.reset();
+            isFinishedSearch =
+                    invListMerger.merge(invListCursors, occurrenceThreshold, numPrefixLists, finalSearchResult);
+            searchResultBuffer = finalSearchResult.getNextFrame();
+            searchResultTupleIndex = 0;
+            searchResultFta.reset(searchResultBuffer);
+        }
+
+        if (isFinishedSearch) {
+            invListMerger.close();
+            finalSearchResult.finalizeWrite();
+        }
+        // Some or all output was generated by the merger. Let the result cursor fetch the output.
         resultCursor.open(null, searchPred);
     }
+
+    /**
+     * Continues a search process if it was paused because the output buffer (one frame) of the final result was full.
+     * This method should not be called for a single inverted list case since there cannot be multiple inverted list
+     * cursors for a single keyword.
+     *
+     * @return true only if all processing for the final list is done.
+     *         false otherwise.
+     * @throws HyracksDataException
+     */
+    @Override
+    public boolean continueSearch() throws HyracksDataException {
+        if (isFinishedSearch) {
+            return true;
+        }
+        isFinishedSearch = invListMerger.continueMerge();
+        searchResultBuffer = finalSearchResult.getNextFrame();
+        searchResultTupleIndex = 0;
+        searchResultFta.reset(searchResultBuffer);
+        if (isFinishedSearch) {
+            invListMerger.close();
+            finalSearchResult.finalizeWrite();
+        }
+        return isFinishedSearch;
+    }
+
 }
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/util/ObjectCache.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/util/ObjectCache.java
index 01c74c9..ccfe1b8 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/util/ObjectCache.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-invertedindex/src/main/java/org/apache/hyracks/storage/am/lsm/invertedindex/util/ObjectCache.java
@@ -21,6 +21,7 @@
 
 import java.util.ArrayList;
 
+import org.apache.hyracks.api.exceptions.HyracksDataException;
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IObjectFactory;
 
 public class ObjectCache<T> {
@@ -29,14 +30,14 @@
     protected final ArrayList<T> cache;
     protected int lastReturned = 0;
 
-    public ObjectCache(IObjectFactory<T> objFactory, int initialSize, int expandSize) {
+    public ObjectCache(IObjectFactory<T> objFactory, int initialSize, int expandSize) throws HyracksDataException {
         this.objFactory = objFactory;
         this.cache = new ArrayList<T>(initialSize);
         this.expandSize = expandSize;
         expand(initialSize);
     }
 
-    private void expand(int expandSize) {
+    private void expand(int expandSize) throws HyracksDataException {
         for (int i = 0; i < expandSize; i++) {
             cache.add(objFactory.create());
         }
@@ -46,7 +47,7 @@
         lastReturned = 0;
     }
 
-    public T getNext() {
+    public T getNext() throws HyracksDataException {
         if (lastReturned >= cache.size()) {
             expand(expandSize);
         }
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-rtree/src/main/java/org/apache/hyracks/storage/am/lsm/rtree/impls/AbstractLSMRTree.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-rtree/src/main/java/org/apache/hyracks/storage/am/lsm/rtree/impls/AbstractLSMRTree.java
index ee37043..0dc25ec 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-rtree/src/main/java/org/apache/hyracks/storage/am/lsm/rtree/impls/AbstractLSMRTree.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-rtree/src/main/java/org/apache/hyracks/storage/am/lsm/rtree/impls/AbstractLSMRTree.java
@@ -51,9 +51,8 @@
 import org.apache.hyracks.storage.am.lsm.common.impls.LSMComponentFilterManager;
 import org.apache.hyracks.storage.am.rtree.frames.RTreeFrameFactory;
 import org.apache.hyracks.storage.am.rtree.impls.RTree;
+import org.apache.hyracks.storage.common.IIndexAccessParameters;
 import org.apache.hyracks.storage.common.IIndexCursor;
-import org.apache.hyracks.storage.common.IModificationOperationCallback;
-import org.apache.hyracks.storage.common.ISearchOperationCallback;
 import org.apache.hyracks.storage.common.ISearchPredicate;
 import org.apache.hyracks.storage.common.buffercache.IBufferCache;
 import org.apache.hyracks.util.trace.ITracer;
@@ -229,11 +228,10 @@
     }
 
     @Override
-    protected LSMRTreeOpContext createOpContext(IModificationOperationCallback modCallback,
-            ISearchOperationCallback searchCallback) {
+    protected LSMRTreeOpContext createOpContext(IIndexAccessParameters iap) {
         return new LSMRTreeOpContext(this, memoryComponents, rtreeLeafFrameFactory, rtreeInteriorFrameFactory,
-                btreeLeafFrameFactory, modCallback, searchCallback, getTreeFields(), getFilterFields(), getHarness(),
-                comparatorFields, linearizerArray, getFilterCmpFactories(), tracer);
+                btreeLeafFrameFactory, iap.getModificationCallback(), iap.getSearchOperationCallback(), getTreeFields(),
+                getFilterFields(), getHarness(), comparatorFields, linearizerArray, getFilterCmpFactories(), tracer);
     }
 
     @Override
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-rtree/src/main/java/org/apache/hyracks/storage/am/lsm/rtree/impls/LSMRTree.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-rtree/src/main/java/org/apache/hyracks/storage/am/lsm/rtree/impls/LSMRTree.java
index d891d9e..7c1467c 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-rtree/src/main/java/org/apache/hyracks/storage/am/lsm/rtree/impls/LSMRTree.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-rtree/src/main/java/org/apache/hyracks/storage/am/lsm/rtree/impls/LSMRTree.java
@@ -374,8 +374,7 @@
 
     @Override
     public ILSMIndexAccessor createAccessor(IIndexAccessParameters iap) {
-        return new LSMRTreeAccessor(getHarness(),
-                createOpContext(iap.getModificationCallback(), iap.getSearchOperationCallback()), buddyBTreeFields);
+        return new LSMRTreeAccessor(getHarness(), createOpContext(iap), buddyBTreeFields);
     }
 
     // This function is modified for R-Trees without antimatter tuples to allow buddy B-Tree to have only primary keys
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-rtree/src/main/java/org/apache/hyracks/storage/am/lsm/rtree/impls/LSMRTreeWithAntiMatterTuples.java b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-rtree/src/main/java/org/apache/hyracks/storage/am/lsm/rtree/impls/LSMRTreeWithAntiMatterTuples.java
index cade80f..3bb94ed 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-rtree/src/main/java/org/apache/hyracks/storage/am/lsm/rtree/impls/LSMRTreeWithAntiMatterTuples.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-lsm-rtree/src/main/java/org/apache/hyracks/storage/am/lsm/rtree/impls/LSMRTreeWithAntiMatterTuples.java
@@ -260,7 +260,7 @@
 
     @Override
     public ILSMIndexAccessor createAccessor(IIndexAccessParameters iap) {
-        LSMRTreeOpContext opCtx = createOpContext(iap.getModificationCallback(), iap.getSearchOperationCallback());
+        LSMRTreeOpContext opCtx = createOpContext(iap);
         return new LSMTreeIndexAccessor(getHarness(), opCtx, cursorFactory);
     }
 
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-am-rtree/src/main/java/org/apache/hyracks/storage/am/rtree/dataflow/RTreeSearchOperatorNodePushable.java b/hyracks-fullstack/hyracks/hyracks-storage-am-rtree/src/main/java/org/apache/hyracks/storage/am/rtree/dataflow/RTreeSearchOperatorNodePushable.java
index 886285c..18ced6d 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-am-rtree/src/main/java/org/apache/hyracks/storage/am/rtree/dataflow/RTreeSearchOperatorNodePushable.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-am-rtree/src/main/java/org/apache/hyracks/storage/am/rtree/dataflow/RTreeSearchOperatorNodePushable.java
@@ -30,6 +30,7 @@
 import org.apache.hyracks.storage.am.common.tuples.PermutingFrameTupleReference;
 import org.apache.hyracks.storage.am.rtree.impls.SearchPredicate;
 import org.apache.hyracks.storage.am.rtree.util.RTreeUtils;
+import org.apache.hyracks.storage.common.IIndexAccessParameters;
 import org.apache.hyracks.storage.common.ISearchPredicate;
 import org.apache.hyracks.storage.common.MultiComparator;
 
@@ -88,4 +89,10 @@
     protected int getFieldCount() {
         return ((ITreeIndex) index).getFieldCount();
     }
+
+    @Override
+    protected void addAdditionalIndexAccessorParams(IIndexAccessParameters iap) throws HyracksDataException {
+        // no additional parameteres are required for the B+Tree search case yet
+    }
+
 }
diff --git a/hyracks-fullstack/hyracks/hyracks-storage-common/src/main/java/org/apache/hyracks/storage/common/IIndexAccessor.java b/hyracks-fullstack/hyracks/hyracks-storage-common/src/main/java/org/apache/hyracks/storage/common/IIndexAccessor.java
index 382aea2..0cb1b29 100644
--- a/hyracks-fullstack/hyracks/hyracks-storage-common/src/main/java/org/apache/hyracks/storage/common/IIndexAccessor.java
+++ b/hyracks-fullstack/hyracks/hyracks-storage-common/src/main/java/org/apache/hyracks/storage/common/IIndexAccessor.java
@@ -83,8 +83,10 @@
     /**
      * Creates a cursor appropriate for passing into search().
      *
+     * @throws HyracksDataException
+     *
      */
-    IIndexCursor createSearchCursor(boolean exclusive);
+    IIndexCursor createSearchCursor(boolean exclusive) throws HyracksDataException;
 
     /**
      * Open the given cursor for an index search using the given predicate as
diff --git a/hyracks-fullstack/hyracks/hyracks-test-support/src/main/java/org/apache/hyracks/storage/am/common/AbstractIndexTestWorker.java b/hyracks-fullstack/hyracks/hyracks-test-support/src/main/java/org/apache/hyracks/storage/am/common/AbstractIndexTestWorker.java
index b9123a5..830bab5 100644
--- a/hyracks-fullstack/hyracks/hyracks-test-support/src/main/java/org/apache/hyracks/storage/am/common/AbstractIndexTestWorker.java
+++ b/hyracks-fullstack/hyracks/hyracks-test-support/src/main/java/org/apache/hyracks/storage/am/common/AbstractIndexTestWorker.java
@@ -37,7 +37,7 @@
     private final TestOperationSelector opSelector;
     private final int numBatches;
 
-    protected final IIndexAccessor indexAccessor;
+    protected IIndexAccessor indexAccessor;
 
     public AbstractIndexTestWorker(DataGenThread dataGen, TestOperationSelector opSelector, IIndex index,
             int numBatches) throws HyracksDataException {
diff --git a/hyracks-fullstack/hyracks/hyracks-test-support/src/main/java/org/apache/hyracks/storage/am/common/IndexTestContext.java b/hyracks-fullstack/hyracks/hyracks-test-support/src/main/java/org/apache/hyracks/storage/am/common/IndexTestContext.java
index 2c08ba0..effeafc 100644
--- a/hyracks-fullstack/hyracks/hyracks-test-support/src/main/java/org/apache/hyracks/storage/am/common/IndexTestContext.java
+++ b/hyracks-fullstack/hyracks/hyracks-test-support/src/main/java/org/apache/hyracks/storage/am/common/IndexTestContext.java
@@ -35,7 +35,7 @@
     protected final IIndex index;
     protected final ArrayTupleBuilder tupleBuilder;
     protected final ArrayTupleReference tuple = new ArrayTupleReference();
-    protected final IIndexAccessor indexAccessor;
+    protected IIndexAccessor indexAccessor;
 
     public IndexTestContext(ISerializerDeserializer[] fieldSerdes, IIndex index, boolean filtered)
             throws HyracksDataException {
diff --git a/hyracks-fullstack/hyracks/hyracks-test-support/src/main/java/org/apache/hyracks/storage/am/config/AccessMethodTestsConfig.java b/hyracks-fullstack/hyracks/hyracks-test-support/src/main/java/org/apache/hyracks/storage/am/config/AccessMethodTestsConfig.java
index 60e10ad..1e462f8 100644
--- a/hyracks-fullstack/hyracks/hyracks-test-support/src/main/java/org/apache/hyracks/storage/am/config/AccessMethodTestsConfig.java
+++ b/hyracks-fullstack/hyracks/hyracks-test-support/src/main/java/org/apache/hyracks/storage/am/config/AccessMethodTestsConfig.java
@@ -85,6 +85,9 @@
     public static final int LSM_INVINDEX_HYRACKS_FRAME_SIZE = 32768;
     public static final double LSM_INVINDEX_BLOOMFILTER_FALSE_POSITIVE_RATE = 0.01;
     public static final int LSM_INVINDEX_NUM_MUTABLE_COMPONENTS = 2;
+    // inverted-index-search frame limit for the test purposes (minimum 5)
+    // (1 for query token frame, 2 for intermediate results, 1 for the final result, 1 for inverted lists)
+    public static final int LSM_INVINDEX_SEARCH_FRAME_LIMIT = 5;
 
     // Test parameters.
     public static final int LSM_INVINDEX_NUM_DOCS_TO_INSERT = 100;
diff --git a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-btree-test/src/test/java/org/apache/hyracks/storage/am/lsm/btree/cursor/LSMBTreePointSearchCursorTest.java b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-btree-test/src/test/java/org/apache/hyracks/storage/am/lsm/btree/cursor/LSMBTreePointSearchCursorTest.java
index 18d89ca..b16daf5 100644
--- a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-btree-test/src/test/java/org/apache/hyracks/storage/am/lsm/btree/cursor/LSMBTreePointSearchCursorTest.java
+++ b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-btree-test/src/test/java/org/apache/hyracks/storage/am/lsm/btree/cursor/LSMBTreePointSearchCursorTest.java
@@ -113,7 +113,7 @@
 
     @Override
     protected IIndexCursor createCursor(IIndexAccessor accessor) {
-        opCtx = lsmBtree.createOpContext(NoOpOperationCallback.INSTANCE, NoOpOperationCallback.INSTANCE);
+        opCtx = lsmBtree.createOpContext(NoOpIndexAccessParameters.INSTANCE);
         return new LSMBTreePointSearchCursor(opCtx);
     }
 
diff --git a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-btree-test/src/test/java/org/apache/hyracks/storage/am/lsm/btree/cursor/LSMBTreeRangeSearchCursorTest.java b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-btree-test/src/test/java/org/apache/hyracks/storage/am/lsm/btree/cursor/LSMBTreeRangeSearchCursorTest.java
index e436596..e6850aa 100644
--- a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-btree-test/src/test/java/org/apache/hyracks/storage/am/lsm/btree/cursor/LSMBTreeRangeSearchCursorTest.java
+++ b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-btree-test/src/test/java/org/apache/hyracks/storage/am/lsm/btree/cursor/LSMBTreeRangeSearchCursorTest.java
@@ -94,7 +94,7 @@
 
     @Override
     protected IIndexCursor createCursor(IIndexAccessor accessor) {
-        opCtx = lsmBtree.createOpContext(NoOpOperationCallback.INSTANCE, NoOpOperationCallback.INSTANCE);
+        opCtx = lsmBtree.createOpContext(NoOpIndexAccessParameters.INSTANCE);
         return new LSMBTreeRangeSearchCursor(opCtx);
     }
 
diff --git a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/pom.xml b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/pom.xml
index 0ee1e59..d487bf5 100644
--- a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/pom.xml
@@ -73,6 +73,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.hyracks</groupId>
+      <artifactId>hyracks-dataflow-std</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hyracks</groupId>
       <artifactId>hyracks-storage-am-common</artifactId>
       <version>${project.version}</version>
     </dependency>
diff --git a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/org/apache/hyracks/storage/am/lsm/invertedindex/common/AbstractInvertedIndexDeleteTest.java b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/org/apache/hyracks/storage/am/lsm/invertedindex/common/AbstractInvertedIndexDeleteTest.java
index d316d03..ee88411 100644
--- a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/org/apache/hyracks/storage/am/lsm/invertedindex/common/AbstractInvertedIndexDeleteTest.java
+++ b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/org/apache/hyracks/storage/am/lsm/invertedindex/common/AbstractInvertedIndexDeleteTest.java
@@ -25,8 +25,8 @@
 import org.apache.hyracks.storage.am.config.AccessMethodTestsConfig;
 import org.apache.hyracks.storage.am.lsm.invertedindex.util.LSMInvertedIndexTestContext;
 import org.apache.hyracks.storage.am.lsm.invertedindex.util.LSMInvertedIndexTestContext.InvertedIndexType;
-import org.apache.hyracks.storage.common.IIndex;
 import org.apache.hyracks.storage.am.lsm.invertedindex.util.LSMInvertedIndexTestUtils;
+import org.apache.hyracks.storage.common.IIndex;
 import org.junit.Test;
 
 public abstract class AbstractInvertedIndexDeleteTest extends AbstractInvertedIndexTest {
diff --git a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/org/apache/hyracks/storage/am/lsm/invertedindex/common/AbstractInvertedIndexSearchTest.java b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/org/apache/hyracks/storage/am/lsm/invertedindex/common/AbstractInvertedIndexSearchTest.java
index 1a0fd87..d05a984 100644
--- a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/org/apache/hyracks/storage/am/lsm/invertedindex/common/AbstractInvertedIndexSearchTest.java
+++ b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/org/apache/hyracks/storage/am/lsm/invertedindex/common/AbstractInvertedIndexSearchTest.java
@@ -31,8 +31,8 @@
 import org.apache.hyracks.storage.am.lsm.invertedindex.search.JaccardSearchModifier;
 import org.apache.hyracks.storage.am.lsm.invertedindex.util.LSMInvertedIndexTestContext;
 import org.apache.hyracks.storage.am.lsm.invertedindex.util.LSMInvertedIndexTestContext.InvertedIndexType;
-import org.apache.hyracks.storage.common.IIndex;
 import org.apache.hyracks.storage.am.lsm.invertedindex.util.LSMInvertedIndexTestUtils;
+import org.apache.hyracks.storage.common.IIndex;
 import org.apache.logging.log4j.LogManager;
 import org.apache.logging.log4j.Logger;
 import org.junit.Test;
diff --git a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/org/apache/hyracks/storage/am/lsm/invertedindex/common/AbstractInvertedIndexTest.java b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/org/apache/hyracks/storage/am/lsm/invertedindex/common/AbstractInvertedIndexTest.java
index 757c9d8..a420ba9 100644
--- a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/org/apache/hyracks/storage/am/lsm/invertedindex/common/AbstractInvertedIndexTest.java
+++ b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/org/apache/hyracks/storage/am/lsm/invertedindex/common/AbstractInvertedIndexTest.java
@@ -29,8 +29,8 @@
 import org.apache.hyracks.storage.am.lsm.invertedindex.search.JaccardSearchModifier;
 import org.apache.hyracks.storage.am.lsm.invertedindex.util.LSMInvertedIndexTestContext;
 import org.apache.hyracks.storage.am.lsm.invertedindex.util.LSMInvertedIndexTestContext.InvertedIndexType;
-import org.apache.hyracks.storage.common.IIndex;
 import org.apache.hyracks.storage.am.lsm.invertedindex.util.LSMInvertedIndexTestUtils;
+import org.apache.hyracks.storage.common.IIndex;
 import org.apache.logging.log4j.LogManager;
 import org.apache.logging.log4j.Logger;
 import org.junit.After;
diff --git a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/org/apache/hyracks/storage/am/lsm/invertedindex/multithread/LSMInvertedIndexTestWorker.java b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/org/apache/hyracks/storage/am/lsm/invertedindex/multithread/LSMInvertedIndexTestWorker.java
index ca06f6b..78b1658 100644
--- a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/org/apache/hyracks/storage/am/lsm/invertedindex/multithread/LSMInvertedIndexTestWorker.java
+++ b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/org/apache/hyracks/storage/am/lsm/invertedindex/multithread/LSMInvertedIndexTestWorker.java
@@ -23,15 +23,25 @@
 import java.util.List;
 import java.util.Random;
 
+import org.apache.hyracks.api.context.IHyracksTaskContext;
 import org.apache.hyracks.api.exceptions.ErrorCode;
 import org.apache.hyracks.api.exceptions.HyracksDataException;
+import org.apache.hyracks.api.util.HyracksConstants;
 import org.apache.hyracks.dataflow.common.data.accessors.ITupleReference;
+import org.apache.hyracks.dataflow.common.utils.TaskUtil;
 import org.apache.hyracks.dataflow.common.utils.TupleUtils;
+import org.apache.hyracks.dataflow.std.buffermanager.DeallocatableFramePool;
+import org.apache.hyracks.dataflow.std.buffermanager.FramePoolBackedFrameBufferManager;
+import org.apache.hyracks.dataflow.std.buffermanager.IDeallocatableFramePool;
+import org.apache.hyracks.dataflow.std.buffermanager.ISimpleFrameBufferManager;
 import org.apache.hyracks.storage.am.btree.impls.RangePredicate;
 import org.apache.hyracks.storage.am.common.AbstractIndexTestWorker;
+import org.apache.hyracks.storage.am.common.TestOperationCallback;
 import org.apache.hyracks.storage.am.common.TestOperationSelector;
 import org.apache.hyracks.storage.am.common.TestOperationSelector.TestOperation;
 import org.apache.hyracks.storage.am.common.datagen.DataGenThread;
+import org.apache.hyracks.storage.am.common.impls.IndexAccessParameters;
+import org.apache.hyracks.storage.am.config.AccessMethodTestsConfig;
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedIndexSearchModifier;
 import org.apache.hyracks.storage.am.lsm.invertedindex.impls.LSMInvertedIndex;
 import org.apache.hyracks.storage.am.lsm.invertedindex.impls.LSMInvertedIndexAccessor;
@@ -39,7 +49,9 @@
 import org.apache.hyracks.storage.am.lsm.invertedindex.search.InvertedIndexSearchPredicate;
 import org.apache.hyracks.storage.am.lsm.invertedindex.search.JaccardSearchModifier;
 import org.apache.hyracks.storage.am.lsm.invertedindex.tokenizers.IBinaryTokenizerFactory;
+import org.apache.hyracks.storage.am.lsm.invertedindex.util.LSMInvertedIndexTestUtils.HyracksTaskTestContext;
 import org.apache.hyracks.storage.common.IIndex;
+import org.apache.hyracks.storage.common.IIndexAccessParameters;
 import org.apache.hyracks.storage.common.IIndexCursor;
 
 public class LSMInvertedIndexTestWorker extends AbstractIndexTestWorker {
@@ -54,6 +66,18 @@
     public LSMInvertedIndexTestWorker(DataGenThread dataGen, TestOperationSelector opSelector, IIndex index,
             int numBatches) throws HyracksDataException {
         super(dataGen, opSelector, index, numBatches);
+        // Dummy hyracks task context for the test purpose only
+        IHyracksTaskContext ctx = new HyracksTaskTestContext();
+        // Intermediate and final search result will use this buffer manager to get frames.
+        IDeallocatableFramePool framePool = new DeallocatableFramePool(ctx,
+                AccessMethodTestsConfig.LSM_INVINDEX_SEARCH_FRAME_LIMIT * ctx.getInitialFrameSize());;
+        ISimpleFrameBufferManager bufferManagerForSearch = new FramePoolBackedFrameBufferManager(framePool);;
+        // Keep the buffer manager in the hyracks context so that the search process can get it via the context.
+        TaskUtil.put(HyracksConstants.INVERTED_INDEX_SEARCH_FRAME_MANAGER, bufferManagerForSearch, ctx);
+        IIndexAccessParameters iap =
+                new IndexAccessParameters(TestOperationCallback.INSTANCE, TestOperationCallback.INSTANCE);
+        iap.getParameters().put(HyracksConstants.HYRACKS_TASK_CONTEXT, ctx);
+        indexAccessor = index.createAccessor(iap);
         invIndex = (LSMInvertedIndex) index;
     }
 
diff --git a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/FixedSizeFrameTupleTest.java b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/FixedSizeFrameTupleTest.java
index 4e5ccb9..445ae9b 100644
--- a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/FixedSizeFrameTupleTest.java
+++ b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/org/apache/hyracks/storage/am/lsm/invertedindex/ondisk/FixedSizeFrameTupleTest.java
@@ -23,15 +23,11 @@
 import java.util.ArrayList;
 import java.util.Random;
 
-import junit.framework.Assert;
-
-import org.junit.Test;
-
 import org.apache.hyracks.api.dataflow.value.ITypeTraits;
 import org.apache.hyracks.data.std.primitive.IntegerPointable;
-import org.apache.hyracks.dataflow.common.data.marshalling.IntegerSerializerDeserializer;
-import org.apache.hyracks.storage.am.lsm.invertedindex.ondisk.FixedSizeFrameTupleAccessor;
-import org.apache.hyracks.storage.am.lsm.invertedindex.ondisk.FixedSizeFrameTupleAppender;
+import org.junit.Test;
+
+import junit.framework.Assert;
 
 public class FixedSizeFrameTupleTest {
 
@@ -60,7 +56,7 @@
 
         ArrayList<Integer> check = new ArrayList<Integer>();
 
-        ftapp.reset(buffer, true);
+        ftapp.reset(buffer);
         while (frameHasSpace) {
             int val = rnd.nextInt();
             frameHasSpace = ftapp.append(val);
diff --git a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/org/apache/hyracks/storage/am/lsm/invertedindex/util/LSMInvertedIndexTestContext.java b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/org/apache/hyracks/storage/am/lsm/invertedindex/util/LSMInvertedIndexTestContext.java
index 7997327..ae8713c 100644
--- a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/org/apache/hyracks/storage/am/lsm/invertedindex/util/LSMInvertedIndexTestContext.java
+++ b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/org/apache/hyracks/storage/am/lsm/invertedindex/util/LSMInvertedIndexTestContext.java
@@ -27,22 +27,34 @@
 import java.util.HashSet;
 import java.util.List;
 
+import org.apache.hyracks.api.context.IHyracksTaskContext;
 import org.apache.hyracks.api.dataflow.value.IBinaryComparatorFactory;
 import org.apache.hyracks.api.dataflow.value.ISerializerDeserializer;
 import org.apache.hyracks.api.dataflow.value.ITypeTraits;
 import org.apache.hyracks.api.exceptions.ErrorCode;
 import org.apache.hyracks.api.exceptions.HyracksDataException;
+import org.apache.hyracks.api.util.HyracksConstants;
 import org.apache.hyracks.control.nc.io.IOManager;
 import org.apache.hyracks.dataflow.common.data.accessors.ITupleReference;
 import org.apache.hyracks.dataflow.common.utils.SerdeUtils;
+import org.apache.hyracks.dataflow.common.utils.TaskUtil;
 import org.apache.hyracks.dataflow.common.utils.TupleUtils;
+import org.apache.hyracks.dataflow.std.buffermanager.DeallocatableFramePool;
+import org.apache.hyracks.dataflow.std.buffermanager.FramePoolBackedFrameBufferManager;
+import org.apache.hyracks.dataflow.std.buffermanager.IDeallocatableFramePool;
+import org.apache.hyracks.dataflow.std.buffermanager.ISimpleFrameBufferManager;
 import org.apache.hyracks.storage.am.btree.OrderedIndexTestContext;
 import org.apache.hyracks.storage.am.common.CheckTuple;
+import org.apache.hyracks.storage.am.common.TestOperationCallback;
+import org.apache.hyracks.storage.am.common.impls.IndexAccessParameters;
+import org.apache.hyracks.storage.am.config.AccessMethodTestsConfig;
 import org.apache.hyracks.storage.am.lsm.common.freepage.VirtualFreePageManager;
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedIndex;
 import org.apache.hyracks.storage.am.lsm.invertedindex.common.LSMInvertedIndexTestHarness;
 import org.apache.hyracks.storage.am.lsm.invertedindex.tokenizers.IBinaryTokenizerFactory;
+import org.apache.hyracks.storage.am.lsm.invertedindex.util.LSMInvertedIndexTestUtils.HyracksTaskTestContext;
 import org.apache.hyracks.storage.common.IIndex;
+import org.apache.hyracks.storage.common.IIndexAccessParameters;
 
 @SuppressWarnings("rawtypes")
 public class LSMInvertedIndexTestContext extends OrderedIndexTestContext {
@@ -72,6 +84,18 @@
         this.tokenizerFactory = tokenizerFactory;
         this.invIndexType = invIndexType;
         this.indexTupleIter = indexTupleIter;
+        // Dummy hyracks task context for the test purpose only
+        IHyracksTaskContext ctx = new HyracksTaskTestContext();
+        // Intermediate and final search result will use this buffer manager to get frames.
+        IDeallocatableFramePool framePool = new DeallocatableFramePool(ctx,
+                AccessMethodTestsConfig.LSM_INVINDEX_SEARCH_FRAME_LIMIT * ctx.getInitialFrameSize());;
+        ISimpleFrameBufferManager bufferManagerForSearch = new FramePoolBackedFrameBufferManager(framePool);;
+        // Keep the buffer manager in the hyracks context so that the search process can get it via the context.
+        TaskUtil.put(HyracksConstants.INVERTED_INDEX_SEARCH_FRAME_MANAGER, bufferManagerForSearch, ctx);
+        IIndexAccessParameters iap =
+                new IndexAccessParameters(TestOperationCallback.INSTANCE, TestOperationCallback.INSTANCE);
+        iap.getParameters().put(HyracksConstants.HYRACKS_TASK_CONTEXT, ctx);
+        indexAccessor = index.createAccessor(iap);
     }
 
     @Override
diff --git a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/org/apache/hyracks/storage/am/lsm/invertedindex/util/LSMInvertedIndexTestUtils.java b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/org/apache/hyracks/storage/am/lsm/invertedindex/util/LSMInvertedIndexTestUtils.java
index 3423f70..db3bb50 100644
--- a/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/org/apache/hyracks/storage/am/lsm/invertedindex/util/LSMInvertedIndexTestUtils.java
+++ b/hyracks-fullstack/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/src/test/java/org/apache/hyracks/storage/am/lsm/invertedindex/util/LSMInvertedIndexTestUtils.java
@@ -25,19 +25,37 @@
 import java.io.DataInput;
 import java.io.DataInputStream;
 import java.io.IOException;
+import java.io.Serializable;
+import java.nio.ByteBuffer;
 import java.util.ArrayList;
 import java.util.Arrays;
 import java.util.Collections;
 import java.util.Iterator;
 import java.util.List;
 import java.util.Random;
+import java.util.Set;
 import java.util.SortedSet;
 import java.util.TreeSet;
+import java.util.concurrent.ExecutorService;
 
+import org.apache.hyracks.api.context.IHyracksJobletContext;
+import org.apache.hyracks.api.context.IHyracksTaskContext;
+import org.apache.hyracks.api.dataflow.TaskAttemptId;
+import org.apache.hyracks.api.dataflow.state.IStateObject;
 import org.apache.hyracks.api.dataflow.value.IBinaryComparatorFactory;
 import org.apache.hyracks.api.dataflow.value.ISerializerDeserializer;
+import org.apache.hyracks.api.dataset.IDatasetPartitionManager;
+import org.apache.hyracks.api.deployment.DeploymentId;
 import org.apache.hyracks.api.exceptions.ErrorCode;
 import org.apache.hyracks.api.exceptions.HyracksDataException;
+import org.apache.hyracks.api.exceptions.HyracksException;
+import org.apache.hyracks.api.io.FileReference;
+import org.apache.hyracks.api.io.IIOManager;
+import org.apache.hyracks.api.job.JobFlag;
+import org.apache.hyracks.api.job.profiling.IStatsCollector;
+import org.apache.hyracks.api.job.profiling.counters.ICounterContext;
+import org.apache.hyracks.api.resources.IDeallocatable;
+import org.apache.hyracks.api.util.HyracksConstants;
 import org.apache.hyracks.data.std.primitive.IntegerPointable;
 import org.apache.hyracks.data.std.util.GrowableArray;
 import org.apache.hyracks.dataflow.common.comm.io.ArrayTupleBuilder;
@@ -46,6 +64,11 @@
 import org.apache.hyracks.dataflow.common.data.marshalling.IntegerSerializerDeserializer;
 import org.apache.hyracks.dataflow.common.data.marshalling.ShortSerializerDeserializer;
 import org.apache.hyracks.dataflow.common.data.marshalling.UTF8StringSerializerDeserializer;
+import org.apache.hyracks.dataflow.common.utils.TaskUtil;
+import org.apache.hyracks.dataflow.std.buffermanager.DeallocatableFramePool;
+import org.apache.hyracks.dataflow.std.buffermanager.FramePoolBackedFrameBufferManager;
+import org.apache.hyracks.dataflow.std.buffermanager.IDeallocatableFramePool;
+import org.apache.hyracks.dataflow.std.buffermanager.ISimpleFrameBufferManager;
 import org.apache.hyracks.storage.am.btree.OrderedIndexTestUtils;
 import org.apache.hyracks.storage.am.btree.impls.RangePredicate;
 import org.apache.hyracks.storage.am.common.CheckTuple;
@@ -54,12 +77,15 @@
 import org.apache.hyracks.storage.am.common.datagen.PersonNameFieldValueGenerator;
 import org.apache.hyracks.storage.am.common.datagen.SortedIntegerFieldValueGenerator;
 import org.apache.hyracks.storage.am.common.datagen.TupleGenerator;
+import org.apache.hyracks.storage.am.common.impls.IndexAccessParameters;
 import org.apache.hyracks.storage.am.common.impls.NoOpIndexAccessParameters;
+import org.apache.hyracks.storage.am.common.impls.NoOpOperationCallback;
 import org.apache.hyracks.storage.am.common.tuples.PermutingTupleReference;
+import org.apache.hyracks.storage.am.config.AccessMethodTestsConfig;
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedIndex;
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedIndexAccessor;
 import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedIndexSearchModifier;
-import org.apache.hyracks.storage.am.lsm.invertedindex.api.IInvertedListCursor;
+import org.apache.hyracks.storage.am.lsm.invertedindex.api.InvertedListCursor;
 import org.apache.hyracks.storage.am.lsm.invertedindex.common.LSMInvertedIndexTestHarness;
 import org.apache.hyracks.storage.am.lsm.invertedindex.search.InvertedIndexSearchPredicate;
 import org.apache.hyracks.storage.am.lsm.invertedindex.tokenizers.DelimitedUTF8StringBinaryTokenizerFactory;
@@ -73,6 +99,7 @@
 import org.apache.hyracks.storage.am.lsm.invertedindex.tokenizers.UTF8NGramTokenFactory;
 import org.apache.hyracks.storage.am.lsm.invertedindex.tokenizers.UTF8WordTokenFactory;
 import org.apache.hyracks.storage.am.lsm.invertedindex.util.LSMInvertedIndexTestContext.InvertedIndexType;
+import org.apache.hyracks.storage.common.IIndexAccessParameters;
 import org.apache.hyracks.storage.common.IIndexBulkLoader;
 import org.apache.hyracks.storage.common.IIndexCursor;
 import org.apache.hyracks.storage.common.MultiComparator;
@@ -323,7 +350,7 @@
         ArrayTupleBuilder searchKeyBuilder = new ArrayTupleBuilder(tokenFieldCount);
         ArrayTupleReference searchKey = new ArrayTupleReference();
         // Cursor over inverted list from actual index.
-        IInvertedListCursor actualInvListCursor = invIndexAccessor.createInvertedListCursor();
+        InvertedListCursor actualInvListCursor = invIndexAccessor.createInvertedListCursor();
 
         // Helpers for generating a serialized inverted-list element from a CheckTuple from the expected index.
         ArrayTupleBuilder expectedBuilder = new ArrayTupleBuilder(fieldSerdes.length);
@@ -361,7 +388,8 @@
             }
             // Compare inverted-list elements.
             int count = 0;
-            actualInvListCursor.pinPages();
+            actualInvListCursor.prepareLoadPages();
+            actualInvListCursor.loadPages();
             try {
                 while (actualInvListCursor.hasNext() && expectedInvListIter.hasNext()) {
                     actualInvListCursor.next();
@@ -376,7 +404,8 @@
                     count++;
                 }
             } finally {
-                actualInvListCursor.unpinPages();
+                actualInvListCursor.unloadPages();
+                actualInvListCursor.close();
             }
         }
     }
@@ -492,8 +521,19 @@
             int numDocQueries, int numRandomQueries, IInvertedIndexSearchModifier searchModifier, int[] scanCountArray)
             throws IOException, HyracksDataException {
         IInvertedIndex invIndex = testCtx.invIndex;
-        IInvertedIndexAccessor accessor =
-                (IInvertedIndexAccessor) invIndex.createAccessor(NoOpIndexAccessParameters.INSTANCE);
+
+        // Dummy hyracks task context for the test purpose only
+        IHyracksTaskContext ctx = new HyracksTaskTestContext();
+        // Intermediate and final search result will use this buffer manager to get frames.
+        IDeallocatableFramePool framePool = new DeallocatableFramePool(ctx,
+                AccessMethodTestsConfig.LSM_INVINDEX_SEARCH_FRAME_LIMIT * ctx.getInitialFrameSize());;
+        ISimpleFrameBufferManager bufferManagerForSearch = new FramePoolBackedFrameBufferManager(framePool);;
+        // Keep the buffer manager in the hyracks context so that the search process can get it via the context.
+        TaskUtil.put(HyracksConstants.INVERTED_INDEX_SEARCH_FRAME_MANAGER, bufferManagerForSearch, ctx);
+        IIndexAccessParameters iap =
+                new IndexAccessParameters(NoOpOperationCallback.INSTANCE, NoOpOperationCallback.INSTANCE);
+        iap.getParameters().put(HyracksConstants.HYRACKS_TASK_CONTEXT, ctx);
+        IInvertedIndexAccessor accessor = (IInvertedIndexAccessor) invIndex.createAccessor(iap);
         IBinaryTokenizer tokenizer = testCtx.getTokenizerFactory().createTokenizer();
         InvertedIndexSearchPredicate searchPred = new InvertedIndexSearchPredicate(tokenizer, searchModifier);
         List<ITupleReference> documentCorpus = testCtx.getDocumentCorpus();
@@ -584,4 +624,128 @@
             }
         }
     }
+
+    // This is just a dummy hyracks context for allocating frames for temporary
+    // results during inverted index searches for the test purposes only.
+    public static class HyracksTaskTestContext implements IHyracksTaskContext {
+        private final int FRAME_SIZE = AccessMethodTestsConfig.LSM_INVINDEX_HYRACKS_FRAME_SIZE;
+        private Object sharedObject;
+
+        @Override
+        public int getInitialFrameSize() {
+            return FRAME_SIZE;
+        }
+
+        @Override
+        public IIOManager getIoManager() {
+            return null;
+        }
+
+        @Override
+        public ByteBuffer allocateFrame() {
+            return ByteBuffer.allocate(FRAME_SIZE);
+        }
+
+        @Override
+        public ByteBuffer allocateFrame(int bytes) throws HyracksDataException {
+            return ByteBuffer.allocate(bytes);
+        }
+
+        @Override
+        public ByteBuffer reallocateFrame(ByteBuffer bytes, int newSizeInBytes, boolean copyOldData)
+                throws HyracksDataException {
+            throw new HyracksDataException("TODO");
+        }
+
+        @Override
+        public void deallocateFrames(int bytes) {
+            // no-op
+        }
+
+        @Override
+        public FileReference createUnmanagedWorkspaceFile(String prefix) throws HyracksDataException {
+            return null;
+        }
+
+        @Override
+        public FileReference createManagedWorkspaceFile(String prefix) throws HyracksDataException {
+            return null;
+        }
+
+        @Override
+        public void registerDeallocatable(IDeallocatable deallocatable) {
+            // no-op
+        }
+
+        @Override
+        public void setStateObject(IStateObject taskState) {
+            // no-op
+        }
+
+        @Override
+        public IStateObject getStateObject(Object id) {
+            return null;
+        }
+
+        @Override
+        public IHyracksJobletContext getJobletContext() {
+            return null;
+        }
+
+        @Override
+        public TaskAttemptId getTaskAttemptId() {
+            return null;
+        }
+
+        @Override
+        public ICounterContext getCounterContext() {
+            return null;
+        }
+
+        @Override
+        public ExecutorService getExecutorService() {
+            return null;
+        }
+
+        @Override
+        public IDatasetPartitionManager getDatasetPartitionManager() {
+            return null;
+        }
+
+        @Override
+        public void sendApplicationMessageToCC(Serializable message, DeploymentId deploymentId) throws Exception {
+            // no-op
+        }
+
+        @Override
+        public void sendApplicationMessageToCC(byte[] message, DeploymentId deploymentId) throws Exception {
+            // no-op
+        }
+
+        @Override
+        public void setSharedObject(Object object) {
+            this.sharedObject = object;
+        }
+
+        @Override
+        public Object getSharedObject() {
+            return sharedObject;
+        }
+
+        @Override
+        public byte[] getJobParameter(byte[] name, int start, int length) throws HyracksException {
+            return null;
+        }
+
+        @Override
+        public Set<JobFlag> getJobFlags() {
+            return null;
+        }
+
+        @Override
+        public IStatsCollector getStatsCollector() {
+            return null;
+        }
+    }
+
 }