You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by om...@apache.org on 2019/04/05 16:53:48 UTC

[hive] branch branch-2.3 updated (a2cdcf2 -> 1b803f8)

This is an automated email from the ASF dual-hosted git repository.

omalley pushed a change to branch branch-2.3
in repository https://gitbox.apache.org/repos/asf/hive.git.


 discard a2cdcf2  HIVE-18624: Parsing time is extremely high (~10 min) for queries with complex select expressions (Zoltan Haindrich reviewed by Ashutosh Chauhan)
 discard 9547246  HIVE-20126: OrcInputFormat does not pass conf to orc reader options (Prasanth Jayachandran reviewed by Sergey Shelukhin)
     new 56acdd2  Preparing for 2.3.4 release
     new 432960e  prepare for post 2.3.4 development
     new 2c0f948  HIVE-20126: OrcInputFormat does not pass conf to orc reader options (Prasanth Jayachandran reviewed by Sergey Shelukhin)
     new 1b803f8  HIVE-18624: Parsing time is extremely high (~10 min) for queries with complex select expressions (Zoltan Haindrich reviewed by Ashutosh Chauhan)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a2cdcf2)
            \
             N -- N -- N   refs/heads/branch-2.3 (1b803f8)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 RELEASE_NOTES.txt                                  | 64 ++--------------------
 accumulo-handler/pom.xml                           |  2 +-
 beeline/pom.xml                                    |  2 +-
 cli/pom.xml                                        |  2 +-
 common/pom.xml                                     |  2 +-
 contrib/pom.xml                                    |  2 +-
 druid-handler/pom.xml                              |  2 +-
 hbase-handler/pom.xml                              |  2 +-
 hcatalog/core/pom.xml                              |  2 +-
 hcatalog/hcatalog-pig-adapter/pom.xml              |  2 +-
 hcatalog/pom.xml                                   |  2 +-
 hcatalog/server-extensions/pom.xml                 |  2 +-
 hcatalog/streaming/pom.xml                         |  2 +-
 hcatalog/webhcat/java-client/pom.xml               |  2 +-
 hcatalog/webhcat/svr/pom.xml                       |  2 +-
 hplsql/pom.xml                                     |  2 +-
 itests/custom-serde/pom.xml                        |  2 +-
 itests/custom-udfs/pom.xml                         |  2 +-
 itests/custom-udfs/udf-classloader-udf1/pom.xml    |  2 +-
 itests/custom-udfs/udf-classloader-udf2/pom.xml    |  2 +-
 itests/custom-udfs/udf-classloader-util/pom.xml    |  2 +-
 .../custom-udfs/udf-vectorized-badexample/pom.xml  |  2 +-
 itests/hcatalog-unit/pom.xml                       |  2 +-
 itests/hive-blobstore/pom.xml                      |  2 +-
 itests/hive-jmh/pom.xml                            |  2 +-
 itests/hive-minikdc/pom.xml                        |  2 +-
 itests/hive-unit-hadoop2/pom.xml                   |  2 +-
 itests/hive-unit/pom.xml                           |  2 +-
 itests/pom.xml                                     |  2 +-
 itests/qtest-accumulo/pom.xml                      |  2 +-
 itests/qtest-spark/pom.xml                         |  2 +-
 itests/qtest/pom.xml                               |  2 +-
 itests/test-serde/pom.xml                          |  2 +-
 itests/util/pom.xml                                |  2 +-
 jdbc-handler/pom.xml                               |  2 +-
 jdbc/pom.xml                                       |  2 +-
 llap-client/pom.xml                                |  2 +-
 llap-common/pom.xml                                |  2 +-
 llap-ext-client/pom.xml                            |  2 +-
 llap-server/pom.xml                                |  2 +-
 llap-tez/pom.xml                                   |  2 +-
 metastore/pom.xml                                  |  2 +-
 packaging/pom.xml                                  |  2 +-
 pom.xml                                            |  2 +-
 ql/pom.xml                                         |  2 +-
 serde/pom.xml                                      |  2 +-
 service-rpc/pom.xml                                |  2 +-
 service/pom.xml                                    |  2 +-
 shims/0.23/pom.xml                                 |  2 +-
 shims/aggregator/pom.xml                           |  2 +-
 shims/common/pom.xml                               |  2 +-
 shims/pom.xml                                      |  2 +-
 shims/scheduler/pom.xml                            |  2 +-
 spark-client/pom.xml                               |  4 +-
 testutils/pom.xml                                  |  2 +-
 vector-code-gen/pom.xml                            |  2 +-
 56 files changed, 61 insertions(+), 115 deletions(-)


[hive] 02/04: prepare for post 2.3.4 development

Posted by om...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

omalley pushed a commit to branch branch-2.3
in repository https://gitbox.apache.org/repos/asf/hive.git

commit 432960e93326cd749014e068b4c1f94615bf9f24
Author: Owen O'Malley <om...@apache.org>
AuthorDate: Fri Apr 5 09:48:50 2019 -0700

    prepare for post 2.3.4 development
---
 accumulo-handler/pom.xml                             | 2 +-
 beeline/pom.xml                                      | 2 +-
 cli/pom.xml                                          | 2 +-
 common/pom.xml                                       | 2 +-
 contrib/pom.xml                                      | 2 +-
 druid-handler/pom.xml                                | 2 +-
 hbase-handler/pom.xml                                | 2 +-
 hcatalog/core/pom.xml                                | 2 +-
 hcatalog/hcatalog-pig-adapter/pom.xml                | 2 +-
 hcatalog/pom.xml                                     | 2 +-
 hcatalog/server-extensions/pom.xml                   | 2 +-
 hcatalog/streaming/pom.xml                           | 2 +-
 hcatalog/webhcat/java-client/pom.xml                 | 2 +-
 hcatalog/webhcat/svr/pom.xml                         | 2 +-
 hplsql/pom.xml                                       | 2 +-
 itests/custom-serde/pom.xml                          | 2 +-
 itests/custom-udfs/pom.xml                           | 2 +-
 itests/custom-udfs/udf-classloader-udf1/pom.xml      | 2 +-
 itests/custom-udfs/udf-classloader-udf2/pom.xml      | 2 +-
 itests/custom-udfs/udf-classloader-util/pom.xml      | 2 +-
 itests/custom-udfs/udf-vectorized-badexample/pom.xml | 2 +-
 itests/hcatalog-unit/pom.xml                         | 2 +-
 itests/hive-blobstore/pom.xml                        | 2 +-
 itests/hive-jmh/pom.xml                              | 2 +-
 itests/hive-minikdc/pom.xml                          | 2 +-
 itests/hive-unit-hadoop2/pom.xml                     | 2 +-
 itests/hive-unit/pom.xml                             | 2 +-
 itests/pom.xml                                       | 2 +-
 itests/qtest-accumulo/pom.xml                        | 2 +-
 itests/qtest-spark/pom.xml                           | 2 +-
 itests/qtest/pom.xml                                 | 2 +-
 itests/test-serde/pom.xml                            | 2 +-
 itests/util/pom.xml                                  | 2 +-
 jdbc-handler/pom.xml                                 | 2 +-
 jdbc/pom.xml                                         | 2 +-
 llap-client/pom.xml                                  | 2 +-
 llap-common/pom.xml                                  | 2 +-
 llap-ext-client/pom.xml                              | 2 +-
 llap-server/pom.xml                                  | 2 +-
 llap-tez/pom.xml                                     | 2 +-
 metastore/pom.xml                                    | 2 +-
 packaging/pom.xml                                    | 2 +-
 pom.xml                                              | 2 +-
 ql/pom.xml                                           | 2 +-
 serde/pom.xml                                        | 2 +-
 service-rpc/pom.xml                                  | 2 +-
 service/pom.xml                                      | 2 +-
 shims/0.23/pom.xml                                   | 2 +-
 shims/aggregator/pom.xml                             | 2 +-
 shims/common/pom.xml                                 | 2 +-
 shims/pom.xml                                        | 2 +-
 shims/scheduler/pom.xml                              | 2 +-
 spark-client/pom.xml                                 | 4 ++--
 testutils/pom.xml                                    | 2 +-
 vector-code-gen/pom.xml                              | 2 +-
 55 files changed, 56 insertions(+), 56 deletions(-)

diff --git a/accumulo-handler/pom.xml b/accumulo-handler/pom.xml
index 465ff27..f53ca77 100644
--- a/accumulo-handler/pom.xml
+++ b/accumulo-handler/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/beeline/pom.xml b/beeline/pom.xml
index 6396574..71349f0 100644
--- a/beeline/pom.xml
+++ b/beeline/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/cli/pom.xml b/cli/pom.xml
index 4d1db9d..aa1734f 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/common/pom.xml b/common/pom.xml
index 43e7eda..b626cfc 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/contrib/pom.xml b/contrib/pom.xml
index 53e9a32..e6a594d 100644
--- a/contrib/pom.xml
+++ b/contrib/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/druid-handler/pom.xml b/druid-handler/pom.xml
index aab20f2..844adbb 100644
--- a/druid-handler/pom.xml
+++ b/druid-handler/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/hbase-handler/pom.xml b/hbase-handler/pom.xml
index 41ac3ef..9f3c110 100644
--- a/hbase-handler/pom.xml
+++ b/hbase-handler/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/hcatalog/core/pom.xml b/hcatalog/core/pom.xml
index f0171ce..0464ddf 100644
--- a/hcatalog/core/pom.xml
+++ b/hcatalog/core/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.hive.hcatalog</groupId>
     <artifactId>hive-hcatalog</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/hcatalog/hcatalog-pig-adapter/pom.xml b/hcatalog/hcatalog-pig-adapter/pom.xml
index d671fd8..3e72a93 100644
--- a/hcatalog/hcatalog-pig-adapter/pom.xml
+++ b/hcatalog/hcatalog-pig-adapter/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.hive.hcatalog</groupId>
     <artifactId>hive-hcatalog</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/hcatalog/pom.xml b/hcatalog/pom.xml
index 62e9c52..19ac473 100644
--- a/hcatalog/pom.xml
+++ b/hcatalog/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/hcatalog/server-extensions/pom.xml b/hcatalog/server-extensions/pom.xml
index 826580d..49f3efb 100644
--- a/hcatalog/server-extensions/pom.xml
+++ b/hcatalog/server-extensions/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.hive.hcatalog</groupId>
     <artifactId>hive-hcatalog</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/hcatalog/streaming/pom.xml b/hcatalog/streaming/pom.xml
index 70a3be6..029a202 100644
--- a/hcatalog/streaming/pom.xml
+++ b/hcatalog/streaming/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.hive.hcatalog</groupId>
     <artifactId>hive-hcatalog</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/hcatalog/webhcat/java-client/pom.xml b/hcatalog/webhcat/java-client/pom.xml
index afce487..2c20f90 100644
--- a/hcatalog/webhcat/java-client/pom.xml
+++ b/hcatalog/webhcat/java-client/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.hive.hcatalog</groupId>
     <artifactId>hive-hcatalog</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/hcatalog/webhcat/svr/pom.xml b/hcatalog/webhcat/svr/pom.xml
index 4c14de0..62ae159 100644
--- a/hcatalog/webhcat/svr/pom.xml
+++ b/hcatalog/webhcat/svr/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.hive.hcatalog</groupId>
     <artifactId>hive-hcatalog</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/hplsql/pom.xml b/hplsql/pom.xml
index 7d443ff..7a5d6c3 100644
--- a/hplsql/pom.xml
+++ b/hplsql/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/custom-serde/pom.xml b/itests/custom-serde/pom.xml
index ac2b05c..f0f3d18 100644
--- a/itests/custom-serde/pom.xml
+++ b/itests/custom-serde/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/custom-udfs/pom.xml b/itests/custom-udfs/pom.xml
index 4c62d0f..7b4f062 100644
--- a/itests/custom-udfs/pom.xml
+++ b/itests/custom-udfs/pom.xml
@@ -19,7 +19,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/custom-udfs/udf-classloader-udf1/pom.xml b/itests/custom-udfs/udf-classloader-udf1/pom.xml
index 6f9b203..6b427ed 100644
--- a/itests/custom-udfs/udf-classloader-udf1/pom.xml
+++ b/itests/custom-udfs/udf-classloader-udf1/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it-custom-udfs</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/custom-udfs/udf-classloader-udf2/pom.xml b/itests/custom-udfs/udf-classloader-udf2/pom.xml
index 817a2bb..2ab8584 100644
--- a/itests/custom-udfs/udf-classloader-udf2/pom.xml
+++ b/itests/custom-udfs/udf-classloader-udf2/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it-custom-udfs</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/custom-udfs/udf-classloader-util/pom.xml b/itests/custom-udfs/udf-classloader-util/pom.xml
index 029fefa..7fe1f16 100644
--- a/itests/custom-udfs/udf-classloader-util/pom.xml
+++ b/itests/custom-udfs/udf-classloader-util/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it-custom-udfs</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/custom-udfs/udf-vectorized-badexample/pom.xml b/itests/custom-udfs/udf-vectorized-badexample/pom.xml
index f3f610e..8b6aed9 100644
--- a/itests/custom-udfs/udf-vectorized-badexample/pom.xml
+++ b/itests/custom-udfs/udf-vectorized-badexample/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it-custom-udfs</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/hcatalog-unit/pom.xml b/itests/hcatalog-unit/pom.xml
index 6ee2e1f..6dca9f9 100644
--- a/itests/hcatalog-unit/pom.xml
+++ b/itests/hcatalog-unit/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/hive-blobstore/pom.xml b/itests/hive-blobstore/pom.xml
index 9880ead..be44470 100644
--- a/itests/hive-blobstore/pom.xml
+++ b/itests/hive-blobstore/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/hive-jmh/pom.xml b/itests/hive-jmh/pom.xml
index c617145..d4ac42e 100644
--- a/itests/hive-jmh/pom.xml
+++ b/itests/hive-jmh/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/hive-minikdc/pom.xml b/itests/hive-minikdc/pom.xml
index cef568e..703083c 100644
--- a/itests/hive-minikdc/pom.xml
+++ b/itests/hive-minikdc/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/hive-unit-hadoop2/pom.xml b/itests/hive-unit-hadoop2/pom.xml
index b6024fb..720e2c1 100644
--- a/itests/hive-unit-hadoop2/pom.xml
+++ b/itests/hive-unit-hadoop2/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/hive-unit/pom.xml b/itests/hive-unit/pom.xml
index 1f66199..5246ff2 100644
--- a/itests/hive-unit/pom.xml
+++ b/itests/hive-unit/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/pom.xml b/itests/pom.xml
index b224d3a..03d2ba1 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/qtest-accumulo/pom.xml b/itests/qtest-accumulo/pom.xml
index 90d0da6..7721fc3 100644
--- a/itests/qtest-accumulo/pom.xml
+++ b/itests/qtest-accumulo/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/qtest-spark/pom.xml b/itests/qtest-spark/pom.xml
index bd1f6bc..2ccabf9 100644
--- a/itests/qtest-spark/pom.xml
+++ b/itests/qtest-spark/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/qtest/pom.xml b/itests/qtest/pom.xml
index 8b5407d..22c7ab5 100644
--- a/itests/qtest/pom.xml
+++ b/itests/qtest/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/test-serde/pom.xml b/itests/test-serde/pom.xml
index 8f7e7aa..2299b44 100644
--- a/itests/test-serde/pom.xml
+++ b/itests/test-serde/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/util/pom.xml b/itests/util/pom.xml
index ca8b51a..1a959b0 100644
--- a/itests/util/pom.xml
+++ b/itests/util/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/jdbc-handler/pom.xml b/jdbc-handler/pom.xml
index 93a0cbc..453b659 100644
--- a/jdbc-handler/pom.xml
+++ b/jdbc-handler/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index 0ac0380..05fd9a5 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/llap-client/pom.xml b/llap-client/pom.xml
index 988bc61..e533b20 100644
--- a/llap-client/pom.xml
+++ b/llap-client/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/llap-common/pom.xml b/llap-common/pom.xml
index 638582f..152fb96 100644
--- a/llap-common/pom.xml
+++ b/llap-common/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/llap-ext-client/pom.xml b/llap-ext-client/pom.xml
index 9b12740..0fc66c1 100644
--- a/llap-ext-client/pom.xml
+++ b/llap-ext-client/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/llap-server/pom.xml b/llap-server/pom.xml
index da7477c..cf7436a 100644
--- a/llap-server/pom.xml
+++ b/llap-server/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/llap-tez/pom.xml b/llap-tez/pom.xml
index b2ed4c1..8848bee 100644
--- a/llap-tez/pom.xml
+++ b/llap-tez/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/metastore/pom.xml b/metastore/pom.xml
index 6996723..185cd2e 100644
--- a/metastore/pom.xml
+++ b/metastore/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/packaging/pom.xml b/packaging/pom.xml
index d9c3196..5e66687 100644
--- a/packaging/pom.xml
+++ b/packaging/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index 6b73632..736eef7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   </parent>
   <groupId>org.apache.hive</groupId>
   <artifactId>hive</artifactId>
-  <version>2.3.4</version>
+  <version>2.3.5-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Hive</name>
diff --git a/ql/pom.xml b/ql/pom.xml
index dcd583c..e4f69d5 100644
--- a/ql/pom.xml
+++ b/ql/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/serde/pom.xml b/serde/pom.xml
index 6350414..9b3a0db 100644
--- a/serde/pom.xml
+++ b/serde/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/service-rpc/pom.xml b/service-rpc/pom.xml
index 0cb055d..8a46aae 100644
--- a/service-rpc/pom.xml
+++ b/service-rpc/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/service/pom.xml b/service/pom.xml
index 0730d01..eb955bc 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/shims/0.23/pom.xml b/shims/0.23/pom.xml
index 6d46cc1..fc722cb 100644
--- a/shims/0.23/pom.xml
+++ b/shims/0.23/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/shims/aggregator/pom.xml b/shims/aggregator/pom.xml
index fb57e43..979b15b 100644
--- a/shims/aggregator/pom.xml
+++ b/shims/aggregator/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/shims/common/pom.xml b/shims/common/pom.xml
index e17d721e..cb25a5e 100644
--- a/shims/common/pom.xml
+++ b/shims/common/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/shims/pom.xml b/shims/pom.xml
index 4725dfc..70ea76b 100644
--- a/shims/pom.xml
+++ b/shims/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/shims/scheduler/pom.xml b/shims/scheduler/pom.xml
index 20e82f7..b260516 100644
--- a/shims/scheduler/pom.xml
+++ b/shims/scheduler/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/spark-client/pom.xml b/spark-client/pom.xml
index dd18aae..ef477a9 100644
--- a/spark-client/pom.xml
+++ b/spark-client/pom.xml
@@ -22,14 +22,14 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.hive</groupId>
   <artifactId>spark-client</artifactId>
   <packaging>jar</packaging>
   <name>Spark Remote Client</name>
-  <version>2.3.4</version>
+  <version>2.3.5-SNAPSHOT</version>
 
   <properties>
     <hive.path.to.root>..</hive.path.to.root>
diff --git a/testutils/pom.xml b/testutils/pom.xml
index 56d5382..ba98f8f 100644
--- a/testutils/pom.xml
+++ b/testutils/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/vector-code-gen/pom.xml b/vector-code-gen/pom.xml
index 8ee9181..1d1e92d 100644
--- a/vector-code-gen/pom.xml
+++ b/vector-code-gen/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4</version>
+    <version>2.3.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 


[hive] 04/04: HIVE-18624: Parsing time is extremely high (~10 min) for queries with complex select expressions (Zoltan Haindrich reviewed by Ashutosh Chauhan)

Posted by om...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

omalley pushed a commit to branch branch-2.3
in repository https://gitbox.apache.org/repos/asf/hive.git

commit 1b803f8050b0dc7b1771bdb7ef22556e6df71cef
Author: Zoltan Haindrich <ki...@rxd.hu>
AuthorDate: Wed Aug 22 18:20:41 2018 +0200

    HIVE-18624: Parsing time is extremely high (~10 min) for queries with complex select expressions (Zoltan Haindrich reviewed by Ashutosh Chauhan)
    
    Signed-off-by: Zoltan Haindrich <ki...@rxd.hu>
    (cherry picked from commit 4408661c0501bf1e7991e144f65b49732f4c641b)
    (cherry picked from commit a4b913360d6086b5da8d1c84a2d3cfd847131056)
---
 .../hadoop/hive/ql/parse/IdentifiersParser.g       |   2 +-
 .../hadoop/hive/ql/parse/TestParseDriver.java      | 100 +++++++++++++++++++++
 .../hive/ql/parse/TestParseDriverIntervals.java    |   3 +-
 .../clientnegative/char_pad_convert_fail2.q.out    |   2 +-
 .../ptf_negative_DistributeByOrderBy.q.out         |   3 +-
 .../ptf_negative_PartitionBySortBy.q.out           |   3 +-
 .../clientnegative/ptf_window_boundaries.q.out     |   2 +-
 .../clientnegative/ptf_window_boundaries2.q.out    |   2 +-
 8 files changed, 110 insertions(+), 7 deletions(-)

diff --git a/ql/src/java/org/apache/hadoop/hive/ql/parse/IdentifiersParser.g b/ql/src/java/org/apache/hadoop/hive/ql/parse/IdentifiersParser.g
index 8c4ee8a..071676a 100644
--- a/ql/src/java/org/apache/hadoop/hive/ql/parse/IdentifiersParser.g
+++ b/ql/src/java/org/apache/hadoop/hive/ql/parse/IdentifiersParser.g
@@ -420,7 +420,7 @@ atomExpression
     | whenExpression
     | (subQueryExpression)=> (subQueryExpression)
         -> ^(TOK_SUBQUERY_EXPR TOK_SUBQUERY_OP subQueryExpression)
-    | (function) => function
+    | (functionName LPAREN) => function
     | tableOrColumn
     | expressionsInParenthesis[true]
     ;
diff --git a/ql/src/test/org/apache/hadoop/hive/ql/parse/TestParseDriver.java b/ql/src/test/org/apache/hadoop/hive/ql/parse/TestParseDriver.java
index cd9db19..827921d 100644
--- a/ql/src/test/org/apache/hadoop/hive/ql/parse/TestParseDriver.java
+++ b/ql/src/test/org/apache/hadoop/hive/ql/parse/TestParseDriver.java
@@ -19,13 +19,22 @@ package org.apache.hadoop.hive.ql.parse;
 
 import static org.junit.Assert.assertEquals;
 
+import org.junit.FixMethodOrder;
 import org.junit.Test;
+import org.junit.runners.MethodSorters;
 
 
+@FixMethodOrder(MethodSorters.NAME_ASCENDING)
 public class TestParseDriver {
   ParseDriver parseDriver = new ParseDriver();
 
   @Test
+  public void atFirstWarmup() throws Exception {
+    // this test method is here to do an initial call to parsedriver; and prevent any tests with timeouts to be the first.
+    parseDriver.parse("select 1");
+  }
+
+  @Test
   public void testParse() throws Exception {
     String selectStr = "select field1, field2, sum(field3+field4)";
     String whereStr = "field5=1 and field6 in ('a', 'b')";
@@ -114,4 +123,95 @@ public class TestParseDriver {
       assertTree((ASTNode) astNode1.getChild(i), (ASTNode) astNode2.getChild(i));
     }
   }
+
+  @Test(timeout = 1000)
+  public void testNestedFunctionCalls() throws Exception {
+    // Expectation here is not to run into a timeout
+    parseDriver.parse(
+        "select greatest(1,greatest(1,greatest(1,greatest(1,greatest(1,greatest(1,greatest(1,"
+            + "greatest(1,greatest(1,greatest(1,greatest(1,greatest(1,greatest(1,greatest(1,"
+            + "greatest(1,greatest(1,(greatest(1,greatest(1,2)))))))))))))))))))");
+  }
+
+  @Test(timeout = 1000)
+  public void testHIVE18624() throws Exception {
+    // Expectation here is not to run into a timeout
+    parseDriver.parse("EXPLAIN\n" +
+        "SELECT DISTINCT\n" +
+        "\n" +
+        "\n" +
+        "  IF(lower('a') <= lower('a')\n" +
+        "  ,'a'\n" +
+        "  ,IF(('a' IS NULL AND from_unixtime(UNIX_TIMESTAMP()) <= 'a')\n" +
+        "  ,'a'\n" +
+        "  ,IF(if('a' = 'a', TRUE, FALSE) = 1\n" +
+        "  ,'a'\n" +
+        "  ,IF(('a' = 1 and lower('a') NOT IN ('a', 'a')\n" +
+        "       and lower(if('a' = 'a','a','a')) <= lower('a'))\n" +
+        "      OR ('a' like 'a' OR 'a' like 'a')\n" +
+        "      OR 'a' in ('a','a')\n" +
+        "  ,'a'\n" +
+        "  ,IF(if(lower('a') in ('a', 'a') and 'a'='a', TRUE, FALSE) = 1\n" +
+        "  ,'a'\n" +
+        "  ,IF('a'='a' and unix_timestamp(if('a' = 'a',cast('a' as string),coalesce('a',cast('a' as string),from_unixtime(unix_timestamp())))) <= unix_timestamp(concat_ws('a',cast(lower('a') as string),'00:00:00')) + 9*3600\n"
+        +
+        "  ,'a'\n" +
+        "\n" +
+        "  ,If(lower('a') <= lower('a')\n" +
+        "      and if(lower('a') in ('a', 'a') and 'a'<>'a', TRUE, FALSE) <> 1\n" +
+        "  ,'a'\n" +
+        "  ,IF('a'=1 AND 'a'=1\n" +
+        "  ,'a'\n" +
+        "  ,IF('a' = 1 and COALESCE(cast('a' as int),0) = 0\n" +
+        "  ,'a'\n" +
+        "  ,IF('a' = 'a'\n" +
+        "  ,'a'\n" +
+        "\n" +
+        "  ,If('a' = 'a' AND lower('a')>lower(if(lower('a')<1830,'a',cast(date_add('a',1) as timestamp)))\n" +
+        "  ,'a'\n" +
+        "\n" +
+        "\n" +
+        "\n" +
+        "  ,IF('a' = 1\n" +
+        "\n" +
+        "  ,IF('a' in ('a', 'a') and ((unix_timestamp('a')-unix_timestamp('a')) / 60) > 30 and 'a' = 1\n" +
+        "\n" +
+        "\n" +
+        "  ,'a', 'a')\n" +
+        "\n" +
+        "\n" +
+        "  ,IF(if('a' = 'a', FALSE, TRUE ) = 1 AND 'a' IS NULL\n" +
+        "  ,'a'\n" +
+        "  ,IF('a' = 1 and 'a'>0\n" +
+        "  , 'a'\n" +
+        "\n" +
+        "  ,IF('a' = 1 AND 'a' ='a'\n" +
+        "  ,'a'\n" +
+        "  ,IF('a' is not null and 'a' is not null and 'a' > 'a'\n" +
+        "  ,'a'\n" +
+        "  ,IF('a' = 1\n" +
+        "  ,'a'\n" +
+        "\n" +
+        "  ,IF('a' = 'a'\n" +
+        "  ,'a'\n" +
+        "\n" +
+        "  ,If('a' = 1\n" +
+        "  ,'a'\n" +
+        "  ,IF('a' = 1\n" +
+        "  ,'a'\n" +
+        "  ,IF('a' = 1\n" +
+        "  ,'a'\n" +
+        "\n" +
+        "  ,IF('a' ='a' and 'a' ='a' and cast(unix_timestamp('a') as  int) + 93600 < cast(unix_timestamp()  as int)\n" +
+        "  ,'a'\n" +
+        "  ,IF('a' = 'a'\n" +
+        "  ,'a'\n" +
+        "  ,IF('a' = 'a' and 'a' in ('a','a','a')\n" +
+        "  ,'a'\n" +
+        "  ,IF('a' = 'a'\n" +
+        "  ,'a','a'))\n" +
+        "      )))))))))))))))))))))))\n" +
+        "AS test_comp_exp");
+  }
+
 }
\ No newline at end of file
diff --git a/ql/src/test/org/apache/hadoop/hive/ql/parse/TestParseDriverIntervals.java b/ql/src/test/org/apache/hadoop/hive/ql/parse/TestParseDriverIntervals.java
index 98ad12a..dd25f51 100644
--- a/ql/src/test/org/apache/hadoop/hive/ql/parse/TestParseDriverIntervals.java
+++ b/ql/src/test/org/apache/hadoop/hive/ql/parse/TestParseDriverIntervals.java
@@ -74,8 +74,9 @@ public class TestParseDriverIntervals {
     if (children != null) {
       for (Node c : children) {
         ASTNode r = findFunctionNode((ASTNode) c);
-        if (r != null)
+        if (r != null) {
           return r;
+        }
       }
     }
     return null;
diff --git a/ql/src/test/results/clientnegative/char_pad_convert_fail2.q.out b/ql/src/test/results/clientnegative/char_pad_convert_fail2.q.out
index 2780b7c..90f9356 100644
--- a/ql/src/test/results/clientnegative/char_pad_convert_fail2.q.out
+++ b/ql/src/test/results/clientnegative/char_pad_convert_fail2.q.out
@@ -40,4 +40,4 @@ POSTHOOK: query: load data local inpath '../../data/files/over1k' into table ove
 POSTHOOK: type: LOAD
 #### A masked pattern was here ####
 POSTHOOK: Output: default@over1k
-FAILED: ParseException line 7:11 cannot recognize input near 'lpad' '(' '{' in expression specification
+FAILED: ParseException line 7:12 cannot recognize input near '{' '"key1"' ':' in function specification
diff --git a/ql/src/test/results/clientnegative/ptf_negative_DistributeByOrderBy.q.out b/ql/src/test/results/clientnegative/ptf_negative_DistributeByOrderBy.q.out
index e8e8580..cb7f154 100644
--- a/ql/src/test/results/clientnegative/ptf_negative_DistributeByOrderBy.q.out
+++ b/ql/src/test/results/clientnegative/ptf_negative_DistributeByOrderBy.q.out
@@ -1 +1,2 @@
-FAILED: ParseException line 3:3 cannot recognize input near 'sum' '(' 'p_retailprice' in expression specification
+FAILED: ParseException line 3:46 missing ) at 'order' near 'p_mfgr'
+line 3:61 missing EOF at ')' near 'p_mfgr'
diff --git a/ql/src/test/results/clientnegative/ptf_negative_PartitionBySortBy.q.out b/ql/src/test/results/clientnegative/ptf_negative_PartitionBySortBy.q.out
index e8e8580..5daf86c 100644
--- a/ql/src/test/results/clientnegative/ptf_negative_PartitionBySortBy.q.out
+++ b/ql/src/test/results/clientnegative/ptf_negative_PartitionBySortBy.q.out
@@ -1 +1,2 @@
-FAILED: ParseException line 3:3 cannot recognize input near 'sum' '(' 'p_retailprice' in expression specification
+FAILED: ParseException line 3:45 missing ) at 'sort' near 'p_mfgr'
+line 3:59 missing EOF at ')' near 'p_mfgr'
diff --git a/ql/src/test/results/clientnegative/ptf_window_boundaries.q.out b/ql/src/test/results/clientnegative/ptf_window_boundaries.q.out
index c9c1c6d..c76feee 100644
--- a/ql/src/test/results/clientnegative/ptf_window_boundaries.q.out
+++ b/ql/src/test/results/clientnegative/ptf_window_boundaries.q.out
@@ -1 +1 @@
-FAILED: ParseException line 2:7 cannot recognize input near 'sum' '(' 'p_retailprice' in expression specification
+FAILED: ParseException line 2:44 mismatched input 'following' expecting KW_PRECEDING near 'unbounded' in windowframestartboundary
diff --git a/ql/src/test/results/clientnegative/ptf_window_boundaries2.q.out b/ql/src/test/results/clientnegative/ptf_window_boundaries2.q.out
index c9c1c6d..9ed8be5 100644
--- a/ql/src/test/results/clientnegative/ptf_window_boundaries2.q.out
+++ b/ql/src/test/results/clientnegative/ptf_window_boundaries2.q.out
@@ -1 +1 @@
-FAILED: ParseException line 2:7 cannot recognize input near 'sum' '(' 'p_retailprice' in expression specification
+FAILED: ParseException line 2:45 mismatched input 'following' expecting KW_PRECEDING near 'unbounded' in windowframestartboundary


[hive] 01/04: Preparing for 2.3.4 release

Posted by om...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

omalley pushed a commit to branch branch-2.3
in repository https://gitbox.apache.org/repos/asf/hive.git

commit 56acdd2120b9ce6790185c679223b8b5e884aaf2
Author: Daniel Dai <da...@gmail.com>
AuthorDate: Wed Oct 31 14:19:11 2018 -0700

    Preparing for 2.3.4 release
---
 RELEASE_NOTES.txt                                  | 64 ++--------------------
 accumulo-handler/pom.xml                           |  2 +-
 beeline/pom.xml                                    |  2 +-
 cli/pom.xml                                        |  2 +-
 common/pom.xml                                     |  2 +-
 contrib/pom.xml                                    |  2 +-
 druid-handler/pom.xml                              |  2 +-
 hbase-handler/pom.xml                              |  2 +-
 hcatalog/core/pom.xml                              |  2 +-
 hcatalog/hcatalog-pig-adapter/pom.xml              |  2 +-
 hcatalog/pom.xml                                   |  2 +-
 hcatalog/server-extensions/pom.xml                 |  2 +-
 hcatalog/streaming/pom.xml                         |  2 +-
 hcatalog/webhcat/java-client/pom.xml               |  2 +-
 hcatalog/webhcat/svr/pom.xml                       |  2 +-
 hplsql/pom.xml                                     |  2 +-
 itests/custom-serde/pom.xml                        |  2 +-
 itests/custom-udfs/pom.xml                         |  2 +-
 itests/custom-udfs/udf-classloader-udf1/pom.xml    |  2 +-
 itests/custom-udfs/udf-classloader-udf2/pom.xml    |  2 +-
 itests/custom-udfs/udf-classloader-util/pom.xml    |  2 +-
 .../custom-udfs/udf-vectorized-badexample/pom.xml  |  2 +-
 itests/hcatalog-unit/pom.xml                       |  2 +-
 itests/hive-blobstore/pom.xml                      |  2 +-
 itests/hive-jmh/pom.xml                            |  2 +-
 itests/hive-minikdc/pom.xml                        |  2 +-
 itests/hive-unit-hadoop2/pom.xml                   |  2 +-
 itests/hive-unit/pom.xml                           |  2 +-
 itests/pom.xml                                     |  2 +-
 itests/qtest-accumulo/pom.xml                      |  2 +-
 itests/qtest-spark/pom.xml                         |  2 +-
 itests/qtest/pom.xml                               |  2 +-
 itests/test-serde/pom.xml                          |  2 +-
 itests/util/pom.xml                                |  2 +-
 jdbc-handler/pom.xml                               |  2 +-
 jdbc/pom.xml                                       |  2 +-
 llap-client/pom.xml                                |  2 +-
 llap-common/pom.xml                                |  2 +-
 llap-ext-client/pom.xml                            |  2 +-
 llap-server/pom.xml                                |  2 +-
 llap-tez/pom.xml                                   |  2 +-
 metastore/pom.xml                                  |  2 +-
 packaging/pom.xml                                  |  2 +-
 pom.xml                                            |  2 +-
 ql/pom.xml                                         |  2 +-
 serde/pom.xml                                      |  2 +-
 service-rpc/pom.xml                                |  2 +-
 service/pom.xml                                    |  2 +-
 shims/0.23/pom.xml                                 |  2 +-
 shims/aggregator/pom.xml                           |  2 +-
 shims/common/pom.xml                               |  2 +-
 shims/pom.xml                                      |  2 +-
 shims/scheduler/pom.xml                            |  2 +-
 spark-client/pom.xml                               |  4 +-
 testutils/pom.xml                                  |  2 +-
 vector-code-gen/pom.xml                            |  2 +-
 56 files changed, 61 insertions(+), 115 deletions(-)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 51f3a6b..55b5360 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,67 +1,13 @@
 
-Release Notes - Hive - Version 2.3.2
-
-** Sub-task
-    * [HIVE-16312] - Flaky test: TestHCatClient.testTransportFailure
-
-
-
-
+Release Notes - Hive - Version 2.3.4
 
 
 
 ** Bug
-    * [HIVE-10378] - Hive Update statement set keyword work with lower case only and doesn't give any error if wrong column name specified in the set clause.
-    * [HIVE-15761] - ObjectStore.getNextNotification could return an empty NotificationEventResponse causing TProtocolException 
-    * [HIVE-16213] - ObjectStore can leak Queries when rollbackTransaction throws an exception
-    * [HIVE-16487] - Serious Zookeeper exception is logged when a race condition happens
-    * [HIVE-16646] - Alias in transform ... as clause shouldn't be case sensitive
-    * [HIVE-16930] - HoS should verify the value of Kerberos principal and keytab file before adding them to spark-submit command parameters
-    * [HIVE-16991] - HiveMetaStoreClient needs a 2-arg constructor for backwards compatibility
-    * [HIVE-17008] - Fix boolean flag switchup in DropTableEvent
-    * [HIVE-17150] - CREATE INDEX execute HMS out-of-transaction listener calls inside a transaction
-    * [HIVE-17169] - Avoid extra call to KeyProvider::getMetadata()
-    * [HIVE-17184] - Unexpected new line in beeline output when running with -f option
-    * [HIVE-17189] - Fix backwards incompatibility in HiveMetaStoreClient
-    * [HIVE-17472] - Drop-partition for multi-level partition fails, if data does not exist.
-    * [HIVE-17640] - Comparison of date return null if time part is provided in string.
-    * [HIVE-17831] - HiveSemanticAnalyzerHookContext does not update the HiveOperation after sem.analyze() is called
-    * [HIVE-17891] - HIVE-13076 uses create table if not exists for the postgres script
-    * [HIVE-17928] - branch-2.3 does not compile due to using incorrect storage-api version
-    * [HIVE-17948] - Hive 2.3.2 Release Planning
-    * [HIVE-17966] - org.apache.hadoop.hive.ql.io.parquet.serde.ParquetHiveArrayInspector - Review
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+    * [HIVE-18767] - Some alterPartitions invocations throw 'NumberFormatException: null'
+    * [HIVE-18778] - Needs to capture input/output entities in explain
 
 
+** New Feature
+    * [HIVE-20420] - Provide a fallback authorizer when no other authorizer is in use
 
diff --git a/accumulo-handler/pom.xml b/accumulo-handler/pom.xml
index 6ae21b3..465ff27 100644
--- a/accumulo-handler/pom.xml
+++ b/accumulo-handler/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/beeline/pom.xml b/beeline/pom.xml
index 95707ab..6396574 100644
--- a/beeline/pom.xml
+++ b/beeline/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/cli/pom.xml b/cli/pom.xml
index c6b2e03..4d1db9d 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/common/pom.xml b/common/pom.xml
index 3e0d45f..43e7eda 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/contrib/pom.xml b/contrib/pom.xml
index 24747a0..53e9a32 100644
--- a/contrib/pom.xml
+++ b/contrib/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/druid-handler/pom.xml b/druid-handler/pom.xml
index 62df276..aab20f2 100644
--- a/druid-handler/pom.xml
+++ b/druid-handler/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/hbase-handler/pom.xml b/hbase-handler/pom.xml
index 6d71f2c..41ac3ef 100644
--- a/hbase-handler/pom.xml
+++ b/hbase-handler/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/hcatalog/core/pom.xml b/hcatalog/core/pom.xml
index 58630d9..f0171ce 100644
--- a/hcatalog/core/pom.xml
+++ b/hcatalog/core/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.hive.hcatalog</groupId>
     <artifactId>hive-hcatalog</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/hcatalog/hcatalog-pig-adapter/pom.xml b/hcatalog/hcatalog-pig-adapter/pom.xml
index 0694d2e..d671fd8 100644
--- a/hcatalog/hcatalog-pig-adapter/pom.xml
+++ b/hcatalog/hcatalog-pig-adapter/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.hive.hcatalog</groupId>
     <artifactId>hive-hcatalog</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/hcatalog/pom.xml b/hcatalog/pom.xml
index 39859cb..62e9c52 100644
--- a/hcatalog/pom.xml
+++ b/hcatalog/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/hcatalog/server-extensions/pom.xml b/hcatalog/server-extensions/pom.xml
index d800339..826580d 100644
--- a/hcatalog/server-extensions/pom.xml
+++ b/hcatalog/server-extensions/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.hive.hcatalog</groupId>
     <artifactId>hive-hcatalog</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/hcatalog/streaming/pom.xml b/hcatalog/streaming/pom.xml
index a7d3d36..70a3be6 100644
--- a/hcatalog/streaming/pom.xml
+++ b/hcatalog/streaming/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.hive.hcatalog</groupId>
     <artifactId>hive-hcatalog</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/hcatalog/webhcat/java-client/pom.xml b/hcatalog/webhcat/java-client/pom.xml
index d100d30..afce487 100644
--- a/hcatalog/webhcat/java-client/pom.xml
+++ b/hcatalog/webhcat/java-client/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.hive.hcatalog</groupId>
     <artifactId>hive-hcatalog</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/hcatalog/webhcat/svr/pom.xml b/hcatalog/webhcat/svr/pom.xml
index 42b8eb7..4c14de0 100644
--- a/hcatalog/webhcat/svr/pom.xml
+++ b/hcatalog/webhcat/svr/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.hive.hcatalog</groupId>
     <artifactId>hive-hcatalog</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/hplsql/pom.xml b/hplsql/pom.xml
index da3c4a4..7d443ff 100644
--- a/hplsql/pom.xml
+++ b/hplsql/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/custom-serde/pom.xml b/itests/custom-serde/pom.xml
index dff43fa..ac2b05c 100644
--- a/itests/custom-serde/pom.xml
+++ b/itests/custom-serde/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/custom-udfs/pom.xml b/itests/custom-udfs/pom.xml
index a9e81b8..4c62d0f 100644
--- a/itests/custom-udfs/pom.xml
+++ b/itests/custom-udfs/pom.xml
@@ -19,7 +19,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/custom-udfs/udf-classloader-udf1/pom.xml b/itests/custom-udfs/udf-classloader-udf1/pom.xml
index 5d7ab64..6f9b203 100644
--- a/itests/custom-udfs/udf-classloader-udf1/pom.xml
+++ b/itests/custom-udfs/udf-classloader-udf1/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it-custom-udfs</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/custom-udfs/udf-classloader-udf2/pom.xml b/itests/custom-udfs/udf-classloader-udf2/pom.xml
index 341f87f..817a2bb 100644
--- a/itests/custom-udfs/udf-classloader-udf2/pom.xml
+++ b/itests/custom-udfs/udf-classloader-udf2/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it-custom-udfs</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/custom-udfs/udf-classloader-util/pom.xml b/itests/custom-udfs/udf-classloader-util/pom.xml
index f0c3450..029fefa 100644
--- a/itests/custom-udfs/udf-classloader-util/pom.xml
+++ b/itests/custom-udfs/udf-classloader-util/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it-custom-udfs</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/custom-udfs/udf-vectorized-badexample/pom.xml b/itests/custom-udfs/udf-vectorized-badexample/pom.xml
index 731bebd..f3f610e 100644
--- a/itests/custom-udfs/udf-vectorized-badexample/pom.xml
+++ b/itests/custom-udfs/udf-vectorized-badexample/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it-custom-udfs</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/hcatalog-unit/pom.xml b/itests/hcatalog-unit/pom.xml
index 1868feb..6ee2e1f 100644
--- a/itests/hcatalog-unit/pom.xml
+++ b/itests/hcatalog-unit/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/hive-blobstore/pom.xml b/itests/hive-blobstore/pom.xml
index 212a945..9880ead 100644
--- a/itests/hive-blobstore/pom.xml
+++ b/itests/hive-blobstore/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/hive-jmh/pom.xml b/itests/hive-jmh/pom.xml
index 33f6605..c617145 100644
--- a/itests/hive-jmh/pom.xml
+++ b/itests/hive-jmh/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/hive-minikdc/pom.xml b/itests/hive-minikdc/pom.xml
index 08689e1..cef568e 100644
--- a/itests/hive-minikdc/pom.xml
+++ b/itests/hive-minikdc/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/hive-unit-hadoop2/pom.xml b/itests/hive-unit-hadoop2/pom.xml
index 011e4b5..b6024fb 100644
--- a/itests/hive-unit-hadoop2/pom.xml
+++ b/itests/hive-unit-hadoop2/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/hive-unit/pom.xml b/itests/hive-unit/pom.xml
index ff2962c..1f66199 100644
--- a/itests/hive-unit/pom.xml
+++ b/itests/hive-unit/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/pom.xml b/itests/pom.xml
index e7c808f..b224d3a 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/qtest-accumulo/pom.xml b/itests/qtest-accumulo/pom.xml
index 6853517..90d0da6 100644
--- a/itests/qtest-accumulo/pom.xml
+++ b/itests/qtest-accumulo/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/qtest-spark/pom.xml b/itests/qtest-spark/pom.xml
index 99f6eba..bd1f6bc 100644
--- a/itests/qtest-spark/pom.xml
+++ b/itests/qtest-spark/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/qtest/pom.xml b/itests/qtest/pom.xml
index b309b94..8b5407d 100644
--- a/itests/qtest/pom.xml
+++ b/itests/qtest/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/test-serde/pom.xml b/itests/test-serde/pom.xml
index cf1c321..8f7e7aa 100644
--- a/itests/test-serde/pom.xml
+++ b/itests/test-serde/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/itests/util/pom.xml b/itests/util/pom.xml
index 30c2595..ca8b51a 100644
--- a/itests/util/pom.xml
+++ b/itests/util/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive-it</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/jdbc-handler/pom.xml b/jdbc-handler/pom.xml
index a7acfd8..93a0cbc 100644
--- a/jdbc-handler/pom.xml
+++ b/jdbc-handler/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index 3375cdf..0ac0380 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/llap-client/pom.xml b/llap-client/pom.xml
index 7ca4fed..988bc61 100644
--- a/llap-client/pom.xml
+++ b/llap-client/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/llap-common/pom.xml b/llap-common/pom.xml
index 8354b17..638582f 100644
--- a/llap-common/pom.xml
+++ b/llap-common/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/llap-ext-client/pom.xml b/llap-ext-client/pom.xml
index 481effe..9b12740 100644
--- a/llap-ext-client/pom.xml
+++ b/llap-ext-client/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/llap-server/pom.xml b/llap-server/pom.xml
index f9beb96..da7477c 100644
--- a/llap-server/pom.xml
+++ b/llap-server/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/llap-tez/pom.xml b/llap-tez/pom.xml
index 7d113ec..b2ed4c1 100644
--- a/llap-tez/pom.xml
+++ b/llap-tez/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/metastore/pom.xml b/metastore/pom.xml
index 7e96683..6996723 100644
--- a/metastore/pom.xml
+++ b/metastore/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/packaging/pom.xml b/packaging/pom.xml
index d3b842a..d9c3196 100644
--- a/packaging/pom.xml
+++ b/packaging/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index 4f566c2..6b73632 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   </parent>
   <groupId>org.apache.hive</groupId>
   <artifactId>hive</artifactId>
-  <version>2.3.4-SNAPSHOT</version>
+  <version>2.3.4</version>
   <packaging>pom</packaging>
 
   <name>Hive</name>
diff --git a/ql/pom.xml b/ql/pom.xml
index 6b7e999..dcd583c 100644
--- a/ql/pom.xml
+++ b/ql/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/serde/pom.xml b/serde/pom.xml
index 363a8ca..6350414 100644
--- a/serde/pom.xml
+++ b/serde/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/service-rpc/pom.xml b/service-rpc/pom.xml
index b337c0f..0cb055d 100644
--- a/service-rpc/pom.xml
+++ b/service-rpc/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/service/pom.xml b/service/pom.xml
index 1268c38..0730d01 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/shims/0.23/pom.xml b/shims/0.23/pom.xml
index 90535b4..6d46cc1 100644
--- a/shims/0.23/pom.xml
+++ b/shims/0.23/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/shims/aggregator/pom.xml b/shims/aggregator/pom.xml
index 1eac451..fb57e43 100644
--- a/shims/aggregator/pom.xml
+++ b/shims/aggregator/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/shims/common/pom.xml b/shims/common/pom.xml
index 7cf0f03..e17d721e 100644
--- a/shims/common/pom.xml
+++ b/shims/common/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/shims/pom.xml b/shims/pom.xml
index 1db5d73..4725dfc 100644
--- a/shims/pom.xml
+++ b/shims/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/shims/scheduler/pom.xml b/shims/scheduler/pom.xml
index b9e7a3d..20e82f7 100644
--- a/shims/scheduler/pom.xml
+++ b/shims/scheduler/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/spark-client/pom.xml b/spark-client/pom.xml
index fdf0506..dd18aae 100644
--- a/spark-client/pom.xml
+++ b/spark-client/pom.xml
@@ -22,14 +22,14 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
   </parent>
 
   <groupId>org.apache.hive</groupId>
   <artifactId>spark-client</artifactId>
   <packaging>jar</packaging>
   <name>Spark Remote Client</name>
-  <version>2.3.4-SNAPSHOT</version>
+  <version>2.3.4</version>
 
   <properties>
     <hive.path.to.root>..</hive.path.to.root>
diff --git a/testutils/pom.xml b/testutils/pom.xml
index bbee994..56d5382 100644
--- a/testutils/pom.xml
+++ b/testutils/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/vector-code-gen/pom.xml b/vector-code-gen/pom.xml
index 06c31ec..8ee9181 100644
--- a/vector-code-gen/pom.xml
+++ b/vector-code-gen/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.hive</groupId>
     <artifactId>hive</artifactId>
-    <version>2.3.4-SNAPSHOT</version>
+    <version>2.3.4</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 


[hive] 03/04: HIVE-20126: OrcInputFormat does not pass conf to orc reader options (Prasanth Jayachandran reviewed by Sergey Shelukhin)

Posted by om...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

omalley pushed a commit to branch branch-2.3
in repository https://gitbox.apache.org/repos/asf/hive.git

commit 2c0f9482d62dece7f55d740f554a2b07aa31f402
Author: Prasanth Jayachandran <pr...@apache.org>
AuthorDate: Tue Jul 10 00:45:21 2018 -0700

    HIVE-20126: OrcInputFormat does not pass conf to orc reader options
    (Prasanth Jayachandran reviewed by Sergey Shelukhin)
    
    Added additional test case from HIVE-19638.
    
    Signed-off-by: Owen O'Malley <om...@apache.org>
---
 data/files/studenttab10k                           | 10000 +++++++++++++++++++
 .../test/resources/testconfiguration.properties    |     1 +
 .../hadoop/hive/ql/io/orc/OrcInputFormat.java      |     4 +-
 .../hive/ql/io/orc/VectorizedOrcInputFormat.java   |     2 +-
 .../hive/ql/io/orc/TestInputOutputFormat.java      |    10 +
 .../clientpositive/orc_schema_evol_quoted.q        |    42 +
 .../llap/orc_schema_evol_quoted.q.out              |   258 +
 .../clientpositive/orc_schema_evol_quoted.q.out    |   258 +
 8 files changed, 10572 insertions(+), 3 deletions(-)

diff --git a/data/files/studenttab10k b/data/files/studenttab10k
new file mode 100644
index 0000000..30226f0
--- /dev/null
+++ b/data/files/studenttab10k
@@ -0,0 +1,10000 @@
+ulysses thompson	64	1.90
+katie carson	25	3.65
+luke king	65	0.73
+holly davidson	57	2.43
+fred miller	55	3.77
+holly white	43	0.24
+luke steinbeck	51	1.14
+nick underhill	31	2.46
+holly davidson	59	1.26
+calvin brown	56	0.72
+rachel robinson	62	2.25
+tom carson	35	0.56
+tom johnson	72	0.99
+irene garcia	54	1.06
+oscar nixon	39	3.60
+holly allen	32	2.58
+oscar hernandez	19	0.05
+alice ichabod	65	2.25
+wendy thompson	30	2.39
+priscilla hernandez	73	0.23
+gabriella van buren	68	1.32
+yuri thompson	42	3.65
+yuri laertes	60	1.16
+sarah young	23	2.76
+zach white	32	0.20
+nick van buren	68	1.75
+xavier underhill	41	1.51
+bob ichabod	56	2.81
+zach steinbeck	61	2.22
+alice garcia	42	2.03
+jessica king	29	3.61
+calvin nixon	37	0.30
+fred polk	66	3.69
+bob zipper	40	0.28
+alice young	75	0.31
+nick underhill	37	1.65
+mike white	57	0.69
+calvin ovid	41	3.02
+fred steinbeck	47	3.57
+sarah ovid	65	0.00
+wendy nixon	63	0.62
+gabriella zipper	77	1.51
+david king	40	1.99
+jessica white	30	3.82
+alice robinson	37	3.69
+zach nixon	74	2.75
+irene davidson	27	1.22
+priscilla xylophone	43	1.60
+oscar zipper	25	2.43
+fred falkner	38	2.23
+ulysses polk	58	0.01
+katie hernandez	47	3.80
+zach steinbeck	55	0.68
+fred laertes	69	3.62
+quinn laertes	70	3.66
+nick garcia	50	0.12
+oscar young	55	2.22
+bob underhill	47	0.24
+calvin young	77	1.60
+mike allen	65	2.95
+david young	77	0.26
+oscar garcia	69	1.59
+ulysses ichabod	26	0.95
+wendy laertes	76	1.13
+sarah laertes	20	0.24
+zach ichabod	60	1.60
+tom robinson	62	0.78
+zach steinbeck	69	1.01
+quinn garcia	57	0.98
+yuri van buren	32	1.97
+luke carson	39	0.76
+calvin ovid	73	0.82
+luke ellison	27	0.56
+oscar zipper	50	1.31
+fred steinbeck	52	3.14
+katie xylophone	76	1.38
+luke king	54	2.30
+ethan white	72	1.43
+yuri ovid	37	3.64
+jessica garcia	54	1.08
+luke young	29	0.80
+mike miller	39	3.35
+fred hernandez	63	0.17
+priscilla hernandez	52	0.35
+ethan garcia	43	1.70
+quinn hernandez	25	2.58
+calvin nixon	33	1.01
+yuri xylophone	47	1.36
+ulysses steinbeck	63	1.05
+jessica nixon	25	2.13
+bob johnson	53	3.31
+jessica ichabod	56	2.21
+zach miller	63	3.87
+priscilla white	66	2.82
+ulysses allen	21	1.68
+katie falkner	47	1.49
+tom king	51	1.91
+bob laertes	60	3.33
+luke nixon	27	3.54
+quinn johnson	42	2.24
+wendy quirinius	71	0.10
+victor polk	55	3.63
+rachel robinson	32	1.11
+sarah king	57	1.37
+victor young	38	1.72
+priscilla steinbeck	38	2.11
+fred brown	19	2.72
+xavier underhill	55	3.56
+irene ovid	67	3.80
+calvin brown	37	2.22
+katie thompson	20	3.27
+katie carson	66	3.55
+tom miller	57	2.83
+rachel brown	56	0.74
+holly johnson	38	2.51
+irene steinbeck	29	1.97
+wendy falkner	37	0.14
+ethan white	29	3.62
+bob underhill	26	1.10
+jessica king	64	0.69
+luke steinbeck	19	1.16
+luke laertes	70	3.58
+rachel polk	74	0.92
+calvin xylophone	52	0.58
+luke white	57	3.86
+calvin van buren	52	3.13
+holly quirinius	59	1.70
+mike brown	44	1.93
+yuri ichabod	61	0.70
+ulysses miller	56	3.53
+victor hernandez	64	2.52
+oscar young	34	0.34
+luke ovid	36	3.17
+quinn ellison	50	1.13
+quinn xylophone	72	2.07
+nick underhill	48	0.15
+rachel miller	23	3.38
+mike van buren	68	1.74
+zach van buren	38	0.34
+irene zipper	32	0.54
+sarah garcia	31	3.87
+rachel van buren	56	0.35
+fred davidson	69	1.57
+nick hernandez	19	2.11
+irene polk	40	3.89
+katie young	26	2.88
+priscilla ovid	49	3.28
+jessica hernandez	39	3.13
+yuri allen	29	3.51
+victor garcia	66	3.45
+zach johnson	77	0.95
+yuri zipper	48	3.44
+alice falkner	28	3.72
+gabriella allen	58	3.61
+bob nixon	34	3.34
+bob white	67	2.93
+holly steinbeck	57	1.81
+wendy van buren	40	1.09
+calvin brown	61	2.08
+irene young	25	2.66
+holly van buren	40	2.37
+katie underhill	30	0.63
+quinn hernandez	73	0.31
+fred nixon	53	1.76
+luke ellison	59	1.10
+quinn nixon	24	0.30
+ethan underhill	68	2.25
+fred underhill	28	3.88
+jessica brown	59	3.66
+katie falkner	49	3.96
+calvin ellison	27	2.23
+zach carson	59	0.46
+priscilla polk	47	2.99
+rachel zipper	49	3.26
+holly king	73	1.23
+zach carson	64	2.60
+fred xylophone	61	3.15
+gabriella miller	43	1.73
+david laertes	56	3.43
+tom garcia	63	2.78
+ethan king	66	3.13
+david hernandez	26	2.52
+wendy ichabod	57	2.81
+alice young	69	0.25
+tom xylophone	50	2.78
+ulysses carson	62	2.26
+nick garcia	43	2.23
+gabriella ellison	33	1.18
+ethan miller	28	2.15
+tom zipper	19	2.56
+wendy white	19	1.12
+luke ovid	31	1.68
+wendy xylophone	75	2.58
+quinn garcia	22	3.65
+holly ellison	68	0.26
+yuri hernandez	75	2.50
+tom underhill	71	2.68
+ulysses king	31	1.76
+fred thompson	46	1.55
+gabriella ichabod	26	1.59
+xavier ichabod	22	3.57
+zach ichabod	54	0.62
+priscilla robinson	36	1.48
+holly hernandez	30	3.53
+tom hernandez	68	2.60
+david white	52	0.75
+rachel ellison	23	2.21
+quinn ellison	69	1.73
+oscar falkner	62	3.78
+nick quirinius	47	2.87
+ethan johnson	55	0.75
+calvin ovid	38	2.50
+zach hernandez	22	2.32
+rachel white	43	3.17
+holly king	44	2.24
+quinn zipper	52	1.08
+katie underhill	31	1.37
+victor ichabod	41	2.73
+david quirinius	18	0.09
+mike allen	73	0.41
+luke garcia	34	0.33
+fred xylophone	50	2.79
+zach zipper	59	2.53
+priscilla young	48	0.93
+xavier steinbeck	58	2.99
+tom nixon	58	2.27
+bob polk	67	2.62
+luke xylophone	27	2.25
+victor xylophone	71	2.75
+gabriella white	25	3.08
+rachel brown	37	1.26
+nick carson	41	2.77
+victor brown	18	3.18
+priscilla miller	55	1.78
+calvin ichabod	76	2.08
+katie miller	25	0.21
+mike robinson	29	1.17
+alice quirinius	75	3.08
+ulysses van buren	20	1.97
+tom brown	72	1.16
+oscar nixon	40	0.98
+holly hernandez	35	3.62
+bob davidson	74	1.97
+xavier king	23	0.62
+luke ovid	25	0.46
+gabriella davidson	54	3.73
+ethan xylophone	39	0.32
+victor ichabod	62	1.45
+holly xylophone	28	3.61
+bob hernandez	52	1.46
+alice johnson	52	2.42
+bob van buren	65	0.94
+xavier miller	64	2.89
+quinn garcia	70	0.59
+jessica miller	39	3.50
+quinn king	44	0.34
+mike nixon	61	3.40
+holly hernandez	61	0.97
+tom garcia	41	0.66
+alice thompson	62	2.50
+ulysses underhill	77	2.30
+sarah johnson	25	0.90
+ethan allen	28	0.24
+oscar falkner	77	3.46
+david zipper	30	1.72
+yuri davidson	24	1.83
+jessica davidson	69	3.06
+nick quirinius	42	1.25
+tom ichabod	39	2.37
+gabriella ichabod	18	3.10
+xavier johnson	51	3.48
+zach garcia	26	1.69
+fred robinson	49	2.18
+alice miller	49	3.15
+gabriella van buren	74	2.92
+ethan ellison	50	2.32
+fred white	46	1.16
+mike zipper	20	0.67
+tom ellison	29	3.70
+bob ellison	41	0.49
+bob brown	43	2.88
+quinn white	55	2.31
+bob nixon	62	1.86
+wendy white	37	0.52
+calvin underhill	47	3.67
+ulysses steinbeck	47	0.40
+oscar king	29	2.86
+priscilla carson	70	0.07
+priscilla garcia	36	1.88
+gabriella nixon	77	1.16
+quinn ichabod	45	0.79
+calvin garcia	59	0.67
+holly garcia	76	0.59
+victor davidson	34	1.05
+holly nixon	26	2.99
+calvin hernandez	68	0.42
+ethan miller	48	1.72
+gabriella carson	37	1.61
+oscar young	37	2.65
+fred zipper	45	3.90
+xavier white	26	3.19
+luke laertes	18	2.41
+nick allen	50	3.45
+bob underhill	74	1.31
+nick garcia	36	3.12
+xavier underhill	28	0.63
+gabriella quirinius	71	0.65
+quinn carson	51	1.80
+holly garcia	30	0.39
+fred allen	23	2.71
+mike underhill	63	0.77
+quinn white	27	3.10
+rachel thompson	28	1.90
+quinn king	67	2.65
+victor laertes	43	2.25
+bob hernandez	30	0.42
+tom thompson	34	3.83
+david miller	23	2.46
+oscar laertes	26	1.19
+gabriella brown	58	2.52
+calvin king	72	2.90
+quinn young	71	3.28
+priscilla polk	45	2.71
+quinn allen	26	0.24
+irene robinson	35	3.29
+priscilla johnson	76	0.66
+ethan van buren	74	3.81
+katie underhill	34	1.22
+nick nixon	21	1.12
+xavier xylophone	67	2.53
+xavier garcia	49	2.39
+zach miller	58	1.99
+ulysses thompson	49	2.05
+fred allen	61	1.42
+victor falkner	36	0.38
+ethan ellison	52	1.39
+calvin davidson	25	0.01
+gabriella nixon	31	1.33
+irene nixon	27	1.53
+gabriella davidson	74	0.35
+david ellison	26	2.55
+sarah davidson	69	0.94
+yuri allen	75	1.76
+ethan hernandez	75	2.07
+jessica underhill	18	0.88
+gabriella davidson	27	3.48
+nick miller	69	2.82
+holly ovid	77	3.55
+david robinson	34	0.06
+katie ovid	29	0.92
+rachel xylophone	25	0.96
+katie thompson	41	2.52
+luke van buren	43	1.42
+tom zipper	25	0.97
+quinn zipper	47	3.50
+luke johnson	75	0.87
+david miller	26	2.60
+victor polk	55	2.32
+nick laertes	18	2.90
+tom ellison	58	2.39
+yuri ichabod	43	1.43
+rachel brown	24	0.74
+victor brown	58	3.22
+mike white	24	0.05
+katie davidson	68	2.92
+jessica young	26	1.53
+yuri garcia	53	2.74
+fred zipper	64	0.76
+gabriella nixon	68	1.62
+alice young	36	2.77
+quinn brown	42	1.38
+priscilla polk	21	0.52
+katie carson	76	0.66
+katie polk	63	2.96
+sarah thompson	77	2.89
+xavier young	56	0.18
+luke garcia	19	1.62
+jessica king	70	3.58
+victor white	72	2.28
+ethan ovid	59	0.60
+oscar king	19	0.67
+wendy van buren	70	1.96
+luke hernandez	21	2.65
+mike carson	72	1.47
+sarah nixon	34	3.05
+rachel miller	42	3.15
+fred laertes	51	1.77
+quinn johnson	44	0.54
+gabriella carson	61	1.38
+nick zipper	38	0.16
+oscar van buren	53	2.51
+sarah king	32	3.51
+holly davidson	63	3.80
+david hernandez	40	1.18
+oscar king	19	1.65
+calvin carson	30	3.47
+yuri miller	70	3.46
+sarah hernandez	20	3.23
+quinn brown	68	1.03
+jessica xylophone	48	1.88
+tom quirinius	19	1.43
+bob van buren	39	0.81
+zach garcia	61	1.63
+fred garcia	49	0.25
+wendy ichabod	39	0.46
+zach miller	32	2.99
+katie falkner	48	2.45
+calvin laertes	54	0.36
+ethan carson	76	3.68
+alice young	32	1.62
+xavier johnson	24	2.97
+sarah carson	48	0.18
+priscilla carson	56	1.70
+tom polk	40	1.91
+quinn falkner	26	0.86
+sarah xylophone	24	1.39
+mike ichabod	54	0.17
+quinn miller	22	0.17
+tom steinbeck	53	1.78
+calvin garcia	75	1.64
+gabriella steinbeck	35	1.27
+ethan ovid	52	2.03
+wendy falkner	19	3.04
+quinn brown	49	1.39
+irene carson	75	1.21
+holly white	23	3.77
+irene nixon	29	1.87
+irene polk	39	0.58
+ulysses miller	23	3.15
+david ovid	64	0.24
+jessica carson	34	3.99
+jessica ellison	48	0.91
+zach king	73	1.74
+nick ichabod	35	3.81
+ulysses ichabod	61	1.40
+calvin quirinius	72	2.93
+luke white	31	0.51
+xavier underhill	42	0.01
+jessica white	63	1.00
+nick steinbeck	49	3.80
+xavier young	46	0.46
+priscilla carson	23	2.29
+fred carson	71	2.97
+priscilla carson	46	2.89
+victor young	75	3.09
+sarah robinson	61	1.40
+bob brown	75	0.45
+ulysses carson	49	3.13
+rachel thompson	44	0.04
+katie zipper	62	1.93
+victor carson	62	1.54
+victor robinson	55	1.13
+victor allen	40	2.80
+katie king	62	3.56
+katie king	63	3.20
+alice steinbeck	30	0.13
+ulysses young	68	2.52
+priscilla white	58	1.51
+calvin falkner	30	3.87
+alice miller	54	0.81
+ethan white	62	3.40
+bob zipper	65	1.62
+zach zipper	24	2.64
+alice thompson	18	1.88
+nick king	68	1.80
+luke quirinius	52	2.75
+zach ichabod	67	1.64
+calvin hernandez	34	3.60
+zach brown	65	0.35
+xavier white	59	3.87
+tom zipper	61	1.41
+wendy falkner	73	0.07
+rachel carson	22	3.35
+luke garcia	52	2.42
+katie king	58	0.19
+victor robinson	21	3.51
+tom allen	58	0.76
+fred underhill	47	3.45
+luke zipper	56	0.66
+yuri allen	19	0.43
+quinn van buren	66	0.94
+tom xylophone	75	4.00
+zach garcia	44	0.98
+holly zipper	74	0.64
+mike allen	75	1.54
+david davidson	74	2.36
+fred miller	54	0.07
+bob davidson	54	1.29
+david thompson	36	0.66
+ulysses laertes	25	2.59
+mike xylophone	59	3.56
+bob xylophone	36	0.80
+jessica allen	19	3.69
+alice white	40	1.89
+wendy laertes	58	2.47
+oscar robinson	40	2.81
+holly nixon	24	1.95
+yuri brown	18	1.33
+wendy ellison	36	1.27
+gabriella ellison	75	3.04
+fred nixon	63	0.61
+irene quirinius	46	1.42
+irene robinson	38	1.04
+alice johnson	72	1.25
+irene allen	48	1.83
+bob young	63	1.11
+katie nixon	24	0.59
+xavier van buren	73	1.09
+sarah brown	50	2.75
+victor thompson	39	3.63
+luke johnson	76	3.23
+tom thompson	40	2.09
+wendy thompson	72	0.29
+wendy miller	72	1.76
+priscilla young	55	2.06
+zach nixon	44	0.64
+quinn underhill	50	0.22
+david allen	50	0.07
+nick quirinius	71	1.32
+ulysses ovid	48	2.01
+oscar white	43	0.74
+xavier ellison	62	0.55
+tom king	21	0.91
+luke johnson	64	2.54
+irene xylophone	34	1.65
+yuri polk	35	3.19
+sarah xylophone	51	3.52
+bob hernandez	63	1.78
+jessica thompson	38	3.72
+ulysses ichabod	35	2.12
+ethan hernandez	48	1.30
+fred van buren	25	1.90
+quinn thompson	48	3.14
+katie van buren	66	2.66
+luke miller	52	3.85
+priscilla robinson	65	0.06
+jessica hernandez	64	3.65
+ulysses hernandez	35	1.86
+alice laertes	25	2.18
+irene johnson	45	1.07
+xavier davidson	48	1.37
+wendy van buren	66	0.16
+oscar zipper	57	0.56
+david garcia	19	2.06
+yuri van buren	36	2.75
+rachel nixon	75	0.51
+wendy xylophone	65	0.85
+rachel white	40	2.48
+katie ichabod	41	0.84
+katie king	71	0.54
+nick allen	50	1.24
+sarah davidson	58	1.13
+ulysses polk	59	0.13
+alice garcia	62	0.36
+quinn nixon	55	0.07
+alice white	74	3.46
+wendy thompson	22	1.28
+mike johnson	42	1.36
+luke laertes	67	0.53
+victor polk	65	3.15
+xavier brown	51	1.97
+sarah xylophone	60	0.69
+tom ichabod	74	0.94
+ulysses robinson	48	2.81
+mike carson	32	3.14
+xavier ichabod	19	2.80
+xavier ellison	55	0.52
+jessica brown	61	3.98
+victor ichabod	39	2.88
+yuri davidson	24	2.66
+david ovid	30	3.27
+alice hernandez	49	1.41
+david robinson	68	1.28
+oscar allen	64	0.04
+wendy king	41	3.77
+david underhill	57	1.60
+quinn brown	20	0.41
+gabriella steinbeck	46	1.58
+priscilla nixon	35	3.72
+wendy carson	39	2.62
+nick ellison	57	0.81
+luke van buren	77	3.92
+jessica hernandez	37	0.92
+ethan young	51	1.28
+david zipper	22	0.65
+jessica thompson	70	0.59
+jessica brown	63	1.49
+quinn hernandez	18	2.60
+gabriella zipper	44	0.96
+priscilla brown	41	0.09
+calvin nixon	23	3.06
+victor laertes	27	3.61
+bob allen	40	1.00
+victor garcia	64	3.68
+rachel davidson	49	1.73
+david johnson	18	0.54
+priscilla johnson	23	1.24
+katie miller	40	0.47
+xavier steinbeck	23	0.59
+nick falkner	42	1.37
+ethan hernandez	37	0.09
+jessica miller	18	2.17
+katie robinson	44	2.49
+rachel falkner	23	2.75
+sarah young	38	3.66
+quinn garcia	37	1.19
+david allen	18	2.87
+zach ellison	74	3.36
+luke carson	65	0.85
+katie white	37	0.51
+fred quirinius	40	3.43
+irene ellison	76	2.66
+irene laertes	49	1.06
+xavier johnson	20	0.81
+alice thompson	74	0.38
+priscilla nixon	77	3.09
+holly ovid	35	0.66
+alice davidson	28	3.52
+irene king	23	2.05
+rachel robinson	23	2.71
+luke thompson	77	1.66
+victor thompson	39	1.05
+wendy quirinius	62	3.62
+bob xylophone	38	2.32
+xavier underhill	24	2.71
+bob davidson	73	3.02
+yuri hernandez	57	3.68
+holly young	40	0.09
+fred underhill	37	3.72
+quinn garcia	63	3.78
+xavier underhill	24	0.57
+ethan van buren	58	3.60
+irene ovid	49	2.46
+victor polk	39	1.82
+jessica polk	63	3.00
+fred laertes	69	2.48
+oscar brown	44	2.29
+priscilla steinbeck	34	2.55
+priscilla van buren	62	2.90
+victor brown	22	1.56
+victor young	21	3.29
+ulysses hernandez	56	1.10
+rachel laertes	42	3.27
+fred ellison	50	3.54
+quinn johnson	41	2.18
+wendy allen	32	2.38
+fred thompson	30	2.66
+david allen	65	3.21
+gabriella falkner	70	3.18
+alice davidson	49	1.24
+gabriella laertes	54	3.19
+mike miller	73	0.36
+rachel brown	19	3.03
+tom white	46	1.99
+tom ichabod	21	1.77
+bob laertes	31	3.07
+ethan robinson	74	2.67
+oscar xylophone	25	1.96
+priscilla davidson	43	1.38
+priscilla garcia	67	2.84
+bob quirinius	48	2.52
+zach quirinius	35	0.47
+oscar steinbeck	45	0.07
+ulysses underhill	32	3.18
+jessica xylophone	60	3.90
+jessica laertes	62	3.91
+calvin xylophone	18	0.53
+ethan johnson	75	0.91
+xavier robinson	42	3.71
+fred garcia	67	2.23
+wendy zipper	30	4.00
+wendy brown	49	0.07
+alice thompson	36	2.70
+priscilla young	41	1.60
+holly brown	76	1.15
+victor laertes	57	3.59
+oscar davidson	77	0.55
+david white	37	2.47
+ethan underhill	32	1.95
+xavier nixon	43	0.53
+holly xylophone	38	0.03
+bob miller	40	1.81
+zach ichabod	69	3.00
+quinn van buren	44	0.10
+quinn davidson	66	3.54
+luke ovid	60	2.91
+tom thompson	40	0.29
+calvin ichabod	64	0.35
+mike carson	26	2.32
+bob thompson	51	1.26
+nick king	63	0.13
+zach carson	65	0.65
+fred allen	53	3.46
+zach white	19	0.03
+priscilla hernandez	68	1.91
+nick quirinius	34	3.88
+quinn zipper	60	1.16
+victor young	56	1.77
+jessica young	30	3.60
+calvin thompson	53	3.34
+holly steinbeck	47	3.33
+wendy king	38	3.62
+yuri xylophone	63	1.57
+xavier johnson	57	2.55
+victor polk	24	1.98
+tom thompson	25	0.81
+sarah miller	25	1.79
+tom davidson	73	0.75
+mike van buren	52	0.45
+wendy king	37	3.75
+wendy carson	50	3.76
+luke falkner	58	2.24
+sarah laertes	40	3.95
+priscilla underhill	39	3.37
+irene davidson	22	0.40
+mike young	49	0.56
+gabriella quirinius	54	0.58
+sarah zipper	42	0.12
+oscar quirinius	34	1.25
+victor underhill	59	1.52
+xavier garcia	27	1.01
+irene young	33	1.27
+irene allen	52	0.05
+oscar steinbeck	46	2.02
+xavier thompson	26	2.32
+katie thompson	53	3.84
+ulysses king	71	0.29
+quinn steinbeck	22	2.84
+oscar falkner	55	2.00
+alice carson	19	1.88
+irene ichabod	54	1.55
+zach young	59	2.26
+katie ichabod	21	1.58
+zach young	68	1.51
+alice underhill	46	2.43
+ulysses quirinius	43	2.59
+rachel hernandez	36	0.00
+mike zipper	50	0.19
+ulysses hernandez	43	0.77
+holly garcia	53	2.60
+alice zipper	21	2.17
+wendy thompson	25	3.83
+priscilla miller	32	0.99
+david xylophone	37	1.97
+alice johnson	77	0.74
+nick davidson	76	0.25
+calvin underhill	38	3.24
+mike davidson	51	0.60
+nick allen	72	2.60
+sarah miller	76	0.43
+oscar xylophone	59	2.19
+priscilla laertes	19	0.91
+ethan xylophone	62	0.18
+oscar falkner	65	0.11
+holly young	71	0.25
+victor thompson	50	2.17
+nick ellison	48	0.96
+calvin xylophone	67	3.26
+tom young	46	0.85
+alice laertes	65	0.74
+mike quirinius	72	1.28
+katie nixon	21	1.99
+quinn zipper	72	0.74
+rachel ellison	50	3.43
+david king	62	3.97
+luke xylophone	65	0.24
+katie miller	43	0.85
+quinn robinson	75	1.79
+mike allen	27	3.80
+nick johnson	32	2.00
+luke miller	28	0.72
+calvin brown	29	0.54
+ulysses nixon	30	2.18
+wendy allen	29	1.38
+alice carson	28	2.08
+quinn carson	62	1.94
+mike nixon	58	1.34
+luke davidson	32	1.14
+xavier van buren	64	0.40
+sarah laertes	28	1.39
+oscar robinson	51	1.25
+ethan allen	51	3.23
+sarah nixon	22	0.20
+ulysses king	73	1.97
+holly hernandez	32	3.49
+ulysses allen	72	3.72
+irene van buren	21	2.89
+gabriella white	67	1.20
+mike thompson	70	3.46
+alice zipper	45	1.80
+xavier ovid	62	0.87
+jessica steinbeck	76	3.86
+sarah miller	53	1.08
+jessica nixon	63	1.22
+ethan robinson	43	0.64
+ethan zipper	48	3.98
+holly robinson	56	1.30
+bob davidson	57	3.79
+luke ichabod	63	2.76
+mike hernandez	32	3.97
+katie king	50	0.66
+tom polk	34	3.44
+sarah davidson	51	3.40
+gabriella johnson	29	3.91
+mike nixon	62	1.21
+fred quirinius	28	2.25
+david garcia	22	3.14
+ethan hernandez	55	3.07
+jessica davidson	46	2.01
+bob johnson	37	3.15
+ethan brown	56	1.96
+bob polk	68	0.59
+mike miller	74	3.48
+zach garcia	58	2.63
+oscar king	51	0.07
+gabriella robinson	29	3.37
+rachel thompson	52	0.89
+gabriella steinbeck	28	0.07
+sarah young	71	1.37
+mike thompson	70	2.22
+david zipper	49	0.25
+wendy davidson	64	1.21
+mike king	35	1.31
+victor carson	37	2.27
+katie falkner	38	2.85
+priscilla miller	57	2.22
+alice allen	27	1.95
+fred falkner	53	2.60
+sarah ellison	45	1.72
+victor ichabod	58	1.94
+mike white	72	1.86
+katie young	68	1.18
+bob allen	21	2.27
+mike johnson	71	2.74
+luke johnson	64	1.85
+xavier quirinius	60	2.09
+quinn van buren	48	0.42
+bob laertes	55	1.63
+zach davidson	63	0.05
+bob king	52	3.09
+oscar hernandez	36	0.43
+rachel ovid	32	2.00
+xavier nixon	47	3.29
+wendy nixon	51	2.43
+ethan steinbeck	23	3.68
+katie allen	69	1.59
+wendy xylophone	28	2.40
+victor king	77	1.12
+zach nixon	50	0.81
+xavier young	56	1.20
+fred xylophone	65	0.39
+bob robinson	60	1.44
+sarah ellison	75	0.23
+holly carson	30	3.62
+fred young	41	3.02
+gabriella carson	35	3.91
+holly carson	65	3.52
+nick allen	40	1.30
+katie davidson	20	2.75
+oscar quirinius	31	1.62
+xavier garcia	54	2.88
+luke miller	39	0.36
+priscilla quirinius	60	3.70
+gabriella white	45	3.93
+calvin hernandez	30	0.82
+ulysses van buren	26	1.31
+mike allen	31	0.50
+rachel polk	22	2.67
+priscilla carson	59	1.47
+victor ellison	54	2.13
+victor steinbeck	31	0.63
+bob white	65	2.68
+ulysses xylophone	76	3.80
+nick young	45	2.10
+sarah carson	44	1.19
+ethan laertes	49	3.86
+jessica steinbeck	71	3.81
+rachel nixon	37	2.06
+wendy young	70	3.76
+priscilla ellison	48	2.72
+zach robinson	72	2.25
+rachel white	50	1.43
+ulysses king	74	0.15
+katie miller	46	2.31
+david ellison	19	2.87
+priscilla ovid	25	1.65
+luke underhill	24	2.80
+rachel laertes	64	0.72
+ulysses davidson	47	3.63
+sarah nixon	43	2.51
+oscar king	23	2.59
+katie white	63	1.13
+fred hernandez	46	0.07
+quinn brown	35	2.77
+tom zipper	52	1.86
+tom hernandez	57	3.26
+katie garcia	50	1.14
+calvin thompson	51	1.87
+holly hernandez	57	3.31
+wendy davidson	53	1.51
+jessica johnson	70	2.70
+oscar ovid	38	3.92
+ulysses johnson	67	0.71
+victor brown	63	3.59
+ethan laertes	39	1.02
+david miller	54	2.69
+sarah laertes	26	2.02
+gabriella johnson	63	0.67
+mike thompson	31	1.50
+fred polk	59	3.04
+xavier miller	67	0.76
+jessica garcia	54	1.29
+nick steinbeck	51	2.91
+yuri ovid	70	3.39
+tom brown	44	0.40
+quinn allen	77	1.67
+bob falkner	24	2.39
+wendy nixon	36	0.58
+yuri hernandez	41	1.56
+quinn laertes	60	2.81
+xavier thompson	30	3.44
+katie davidson	61	3.80
+quinn king	47	2.67
+wendy young	34	1.14
+quinn king	44	2.30
+sarah ichabod	61	1.05
+nick thompson	59	2.03
+david white	47	0.86
+sarah ichabod	67	0.83
+mike young	64	2.56
+zach xylophone	38	1.87
+bob young	24	0.94
+sarah allen	33	3.20
+nick van buren	73	2.89
+yuri thompson	47	0.30
+fred ovid	68	2.77
+katie thompson	57	2.76
+wendy ellison	24	3.97
+irene quirinius	25	1.82
+victor ellison	62	1.61
+mike underhill	22	2.19
+ethan carson	47	2.80
+mike nixon	45	2.22
+calvin young	43	1.65
+irene king	58	3.32
+calvin brown	23	0.24
+irene davidson	46	0.62
+sarah nixon	51	3.84
+rachel robinson	36	3.82
+luke johnson	63	0.41
+tom ovid	38	0.43
+tom ellison	65	0.51
+zach polk	20	3.08
+quinn falkner	37	3.16
+priscilla miller	66	1.89
+holly nixon	26	3.68
+quinn ichabod	29	0.49
+ulysses thompson	32	1.34
+zach garcia	22	2.17
+katie underhill	28	3.24
+ulysses davidson	30	2.38
+alice johnson	33	3.05
+irene king	27	3.57
+nick nixon	60	3.81
+sarah ichabod	68	3.00
+jessica thompson	73	0.70
+ethan nixon	62	3.69
+victor garcia	76	2.51
+nick thompson	41	1.64
+fred garcia	67	1.21
+irene allen	66	2.41
+rachel allen	28	2.52
+wendy ichabod	64	3.27
+ulysses young	77	0.92
+bob steinbeck	61	1.26
+fred underhill	27	2.49
+bob robinson	71	2.94
+oscar xylophone	65	1.74
+wendy johnson	44	0.12
+xavier quirinius	46	2.76
+priscilla underhill	47	3.18
+luke johnson	36	2.02
+holly davidson	36	0.89
+yuri van buren	26	2.55
+sarah hernandez	52	2.67
+zach ovid	22	0.70
+ethan robinson	25	1.05
+rachel carson	60	2.94
+ethan ellison	60	3.51
+jessica young	41	2.22
+tom underhill	66	0.64
+victor hernandez	59	3.80
+ethan hernandez	37	1.28
+holly ovid	70	2.71
+luke king	67	3.67
+katie ovid	40	3.67
+alice miller	47	3.13
+sarah carson	21	2.99
+zach hernandez	19	3.59
+holly young	36	0.51
+xavier garcia	61	0.29
+holly robinson	61	2.91
+oscar brown	62	3.57
+alice polk	47	0.45
+nick zipper	22	2.19
+wendy steinbeck	61	0.48
+david ichabod	25	3.47
+calvin white	50	2.47
+david ellison	42	0.34
+rachel ellison	36	0.38
+priscilla underhill	28	2.15
+gabriella zipper	66	0.12
+xavier nixon	54	3.57
+bob underhill	32	1.31
+zach robinson	20	0.90
+xavier zipper	70	2.18
+bob johnson	77	2.41
+rachel thompson	32	0.80
+tom miller	33	2.91
+ethan garcia	76	3.35
+oscar ellison	52	2.41
+nick johnson	39	0.78
+wendy robinson	29	0.26
+gabriella robinson	50	0.99
+bob brown	50	2.18
+ulysses xylophone	54	2.69
+wendy allen	20	1.47
+luke hernandez	56	2.89
+priscilla falkner	29	1.79
+jessica thompson	69	1.44
+priscilla carson	60	1.23
+tom hernandez	72	0.09
+bob van buren	45	3.55
+david ellison	51	0.88
+david allen	61	3.11
+sarah hernandez	53	3.79
+rachel nixon	39	0.56
+zach steinbeck	30	2.14
+yuri xylophone	18	3.00
+nick carson	59	2.37
+priscilla ichabod	32	1.28
+rachel allen	44	1.50
+quinn johnson	20	2.06
+xavier ellison	75	3.49
+wendy ichabod	58	3.30
+yuri johnson	77	3.30
+jessica zipper	69	3.02
+nick white	68	3.28
+calvin underhill	37	2.76
+david ichabod	29	2.24
+ethan ovid	64	0.37
+jessica davidson	28	1.79
+irene laertes	18	2.43
+nick garcia	57	2.77
+oscar white	70	0.51
+quinn thompson	37	0.44
+jessica hernandez	77	2.97
+holly underhill	30	0.07
+luke underhill	55	0.40
+calvin quirinius	30	2.75
+priscilla ovid	25	2.45
+zach falkner	35	3.94
+priscilla nixon	38	2.52
+gabriella johnson	37	0.21
+quinn laertes	38	2.51
+gabriella robinson	45	0.39
+alice robinson	75	1.02
+yuri robinson	51	2.39
+rachel laertes	65	0.34
+david garcia	53	2.27
+mike allen	54	2.67
+yuri nixon	55	3.19
+bob van buren	33	2.82
+jessica steinbeck	20	1.46
+rachel young	22	3.43
+priscilla garcia	41	0.40
+alice young	23	0.05
+sarah ichabod	62	0.26
+bob nixon	67	2.53
+jessica ovid	34	2.49
+bob zipper	50	0.53
+mike davidson	19	0.31
+victor robinson	37	0.56
+ulysses nixon	51	1.64
+fred white	26	3.24
+ethan davidson	62	0.75
+irene underhill	77	1.63
+holly davidson	40	1.05
+mike davidson	69	2.96
+ethan young	67	1.99
+ethan miller	59	0.17
+ethan quirinius	59	1.60
+irene van buren	69	2.00
+holly steinbeck	47	0.67
+ethan ellison	64	2.15
+calvin steinbeck	36	1.72
+holly johnson	24	2.72
+ulysses nixon	57	2.29
+ethan hernandez	33	3.61
+katie quirinius	27	1.70
+bob white	44	3.89
+alice carson	35	3.10
+katie davidson	36	2.14
+yuri polk	75	0.26
+tom robinson	45	1.50
+mike brown	60	1.70
+fred white	31	2.14
+zach allen	31	0.53
+alice brown	59	2.94
+irene young	28	1.82
+jessica johnson	67	3.55
+xavier laertes	40	3.32
+yuri miller	59	1.00
+sarah ovid	33	0.95
+mike garcia	56	0.97
+gabriella ellison	73	2.92
+bob thompson	19	2.96
+ethan zipper	57	0.15
+sarah ellison	40	0.74
+nick king	49	1.15
+fred thompson	45	2.93
+alice white	57	3.76
+bob white	62	0.90
+bob ovid	27	0.95
+david ellison	49	2.85
+mike miller	36	2.27
+sarah thompson	34	3.72
+irene underhill	47	1.35
+nick underhill	60	0.24
+gabriella van buren	25	1.13
+holly hernandez	26	3.59
+wendy robinson	56	0.87
+katie johnson	45	2.16
+luke nixon	58	2.85
+yuri king	58	2.03
+tom king	53	1.44
+calvin underhill	19	1.45
+zach steinbeck	43	2.92
+fred young	43	2.54
+calvin ellison	74	1.79
+jessica garcia	71	0.70
+katie polk	21	1.15
+nick white	69	3.20
+alice johnson	20	2.31
+victor thompson	26	2.08
+gabriella zipper	46	2.86
+calvin johnson	66	1.60
+gabriella garcia	38	0.44
+priscilla underhill	75	2.36
+nick polk	63	1.46
+gabriella thompson	60	3.94
+ulysses miller	58	0.60
+ulysses hernandez	41	1.35
+wendy white	57	2.97
+gabriella king	74	3.21
+holly ichabod	72	3.66
+katie nixon	75	1.06
+tom ellison	22	1.93
+victor ovid	65	3.88
+calvin ellison	76	1.95
+ulysses white	42	1.84
+rachel polk	30	3.30
+wendy allen	76	0.26
+luke hernandez	38	2.89
+fred nixon	32	2.76
+sarah van buren	59	1.79
+tom hernandez	61	3.99
+luke allen	38	1.14
+zach van buren	49	2.45
+oscar ichabod	33	3.16
+alice brown	66	1.57
+rachel quirinius	19	0.47
+sarah steinbeck	75	1.75
+tom ellison	71	1.02
+jessica ovid	22	3.69
+nick allen	49	3.12
+luke xylophone	55	2.40
+katie thompson	74	3.65
+ulysses johnson	37	1.04
+katie johnson	66	1.91
+nick ovid	47	0.96
+zach steinbeck	34	2.32
+nick allen	53	2.50
+fred young	43	2.94
+priscilla laertes	63	2.42
+rachel ovid	25	1.65
+sarah carson	28	0.37
+sarah underhill	19	3.98
+irene garcia	67	2.47
+quinn zipper	29	1.54
+irene miller	18	0.42
+bob white	19	2.56
+david falkner	77	1.06
+david falkner	35	1.14
+alice quirinius	32	3.56
+calvin davidson	36	0.72
+victor young	53	2.14
+david laertes	51	0.45
+victor quirinius	18	2.89
+quinn thompson	51	2.54
+katie allen	22	0.16
+bob xylophone	75	3.96
+luke carson	65	0.88
+tom xylophone	54	1.35
+holly zipper	20	2.39
+rachel johnson	55	3.95
+holly white	76	0.43
+holly zipper	20	2.69
+ethan ovid	47	1.44
+priscilla thompson	38	1.93
+wendy thompson	40	0.63
+wendy zipper	69	2.08
+irene ovid	58	1.14
+luke nixon	20	3.65
+sarah carson	67	0.91
+bob davidson	69	1.49
+gabriella ichabod	32	0.22
+sarah young	44	0.38
+ethan ichabod	31	2.44
+fred white	22	1.74
+ulysses zipper	66	2.83
+irene carson	64	1.80
+calvin robinson	48	0.44
+ulysses ovid	62	0.51
+irene xylophone	71	2.35
+calvin polk	45	3.07
+irene robinson	51	2.25
+bob ichabod	18	3.40
+gabriella allen	68	1.65
+irene garcia	41	1.69
+nick brown	65	2.91
+nick laertes	71	3.65
+mike xylophone	48	2.16
+ulysses davidson	56	0.47
+nick nixon	36	2.95
+tom falkner	24	3.83
+ethan thompson	41	2.86
+mike underhill	34	2.36
+irene xylophone	52	2.23
+xavier johnson	45	1.33
+bob quirinius	67	3.67
+zach miller	38	3.45
+nick zipper	68	0.60
+ulysses thompson	35	0.81
+calvin young	29	0.29
+jessica thompson	25	3.78
+yuri polk	45	1.08
+zach robinson	19	1.50
+katie king	36	2.89
+zach white	56	0.42
+ethan nixon	74	0.36
+victor zipper	65	0.43
+nick laertes	64	3.93
+gabriella van buren	40	0.36
+wendy king	19	0.44
+gabriella young	57	1.62
+quinn carson	39	1.23
+victor miller	28	3.73
+victor brown	72	0.03
+david van buren	73	2.19
+gabriella miller	20	3.74
+rachel xylophone	69	0.84
+gabriella ellison	33	1.68
+quinn robinson	67	3.47
+irene carson	45	0.11
+alice ovid	44	3.57
+katie miller	76	3.21
+holly zipper	75	0.04
+calvin steinbeck	49	3.50
+tom nixon	51	0.65
+tom falkner	50	3.32
+zach van buren	73	0.85
+quinn carson	52	2.68
+priscilla miller	36	3.25
+xavier carson	54	0.13
+nick robinson	63	1.28
+rachel davidson	47	2.90
+ethan allen	47	0.59
+ulysses carson	18	2.38
+quinn nixon	64	2.24
+quinn xylophone	39	0.66
+priscilla falkner	25	1.81
+ulysses brown	44	2.10
+katie garcia	59	1.38
+rachel garcia	72	1.68
+jessica xylophone	52	1.91
+gabriella steinbeck	47	2.46
+bob zipper	45	2.26
+tom young	54	0.38
+yuri steinbeck	71	2.06
+alice underhill	67	3.64
+ethan nixon	37	0.69
+calvin nixon	23	0.00
+rachel davidson	70	3.83
+quinn young	51	2.40
+alice ellison	40	0.09
+calvin davidson	55	1.89
+jessica zipper	29	2.02
+irene ellison	24	2.19
+fred xylophone	29	1.00
+fred falkner	37	0.86
+xavier ellison	54	1.35
+gabriella polk	40	3.56
+quinn white	52	2.72
+tom quirinius	63	1.27
+alice ovid	76	3.75
+wendy thompson	54	1.53
+fred miller	44	0.04
+holly van buren	76	0.74
+priscilla davidson	55	1.59
+nick hernandez	55	1.84
+wendy laertes	34	3.17
+mike brown	70	2.05
+gabriella falkner	34	1.53
+rachel van buren	26	0.76
+ulysses white	62	1.82
+yuri miller	69	2.32
+oscar xylophone	60	0.37
+sarah johnson	31	2.20
+alice davidson	56	3.51
+tom hernandez	76	1.77
+nick quirinius	62	3.48
+luke steinbeck	46	2.98
+nick steinbeck	64	0.95
+priscilla falkner	74	3.38
+luke white	30	1.31
+ethan underhill	21	1.94
+rachel allen	65	0.84
+priscilla falkner	66	3.68
+calvin polk	18	0.54
+priscilla brown	22	1.63
+fred johnson	24	2.72
+gabriella falkner	32	3.85
+mike falkner	52	3.26
+sarah xylophone	49	0.55
+rachel garcia	26	2.15
+rachel robinson	52	3.61
+rachel brown	20	0.87
+calvin quirinius	19	2.37
+fred van buren	64	1.18
+rachel quirinius	26	0.93
+ethan king	32	2.08
+sarah laertes	29	2.26
+fred davidson	60	2.01
+ethan laertes	52	1.96
+nick quirinius	27	3.59
+xavier johnson	21	2.74
+jessica falkner	19	1.06
+luke thompson	73	2.44
+david ichabod	43	0.92
+irene miller	25	1.16
+mike steinbeck	22	1.24
+zach laertes	24	2.79
+wendy davidson	28	1.98
+alice hernandez	67	3.30
+gabriella ichabod	71	1.62
+ulysses quirinius	59	0.23
+alice underhill	27	2.78
+irene ellison	47	3.01
+david young	28	0.41
+mike white	30	2.13
+ulysses johnson	21	1.98
+holly ichabod	36	0.59
+gabriella quirinius	76	0.32
+ethan van buren	46	1.83
+oscar ichabod	36	3.53
+david thompson	55	1.70
+holly davidson	53	2.25
+ulysses young	54	3.37
+fred davidson	70	2.20
+victor steinbeck	44	3.57
+irene quirinius	75	2.43
+victor white	63	2.11
+oscar van buren	73	3.30
+irene laertes	48	0.28
+katie quirinius	77	0.94
+sarah davidson	52	1.81
+jessica garcia	28	1.21
+victor hernandez	69	3.80
+katie hernandez	39	2.58
+priscilla van buren	30	1.20
+david carson	44	2.24
+sarah king	65	2.72
+sarah davidson	65	0.32
+yuri allen	19	0.39
+priscilla falkner	55	2.26
+oscar laertes	68	1.23
+wendy davidson	74	0.06
+bob king	64	2.48
+wendy ichabod	31	2.71
+irene miller	19	2.27
+priscilla nixon	24	2.96
+alice allen	42	2.46
+jessica king	24	1.42
+irene thompson	48	3.59
+tom ichabod	55	2.17
+holly king	21	0.76
+holly quirinius	18	3.84
+nick king	49	0.42
+gabriella ovid	71	0.12
+quinn king	74	3.78
+victor allen	25	1.09
+tom ovid	77	1.53
+katie king	64	1.32
+yuri miller	76	2.52
+calvin king	61	2.48
+rachel king	45	2.58
+quinn nixon	37	0.64
+quinn garcia	52	1.66
+mike zipper	57	2.87
+david hernandez	22	1.27
+mike zipper	18	0.17
+yuri king	61	0.40
+ulysses polk	24	2.52
+zach laertes	59	0.35
+luke ellison	50	0.65
+ethan thompson	43	3.18
+fred allen	27	1.85
+xavier garcia	57	0.98
+jessica brown	53	2.47
+bob ovid	25	3.74
+ethan davidson	62	2.65
+ethan van buren	50	2.43
+priscilla robinson	39	0.25
+bob miller	60	2.59
+wendy zipper	32	0.31
+holly ovid	66	0.76
+holly johnson	27	0.01
+yuri zipper	21	3.31
+calvin zipper	72	0.48
+victor miller	51	0.22
+mike laertes	49	1.02
+victor white	37	1.85
+zach king	45	2.78
+calvin laertes	51	0.29
+quinn johnson	25	1.26
+nick ovid	49	0.16
+zach laertes	74	3.04
+calvin ovid	29	1.95
+zach falkner	75	2.48
+yuri thompson	75	0.32
+sarah davidson	53	2.49
+quinn underhill	31	2.08
+xavier hernandez	37	0.04
+holly xylophone	56	0.61
+yuri ellison	28	1.68
+sarah robinson	34	1.62
+bob johnson	47	3.34
+fred davidson	58	3.56
+nick garcia	26	1.23
+victor van buren	57	2.42
+yuri nixon	43	2.01
+luke johnson	35	3.42
+katie garcia	50	1.40
+katie robinson	59	0.41
+ethan steinbeck	49	1.77
+ulysses xylophone	26	1.27
+quinn carson	49	0.57
+katie ellison	73	3.90
+ulysses ovid	51	3.07
+sarah ichabod	61	1.00
+holly falkner	71	2.49
+xavier robinson	57	2.82
+irene brown	31	0.46
+tom allen	39	0.43
+luke quirinius	25	2.53
+irene allen	68	3.60
+zach xylophone	62	1.68
+wendy king	68	0.90
+yuri white	55	0.66
+calvin white	28	1.46
+xavier ichabod	63	2.61
+david king	76	3.51
+oscar white	31	1.56
+david white	76	2.96
+david ovid	39	2.98
+holly king	39	1.33
+katie hernandez	37	3.43
+quinn thompson	31	0.45
+ethan brown	70	0.83
+luke garcia	23	1.85
+zach laertes	72	1.97
+ulysses brown	58	1.26
+ethan steinbeck	60	0.92
+ulysses young	57	2.88
+mike nixon	56	1.07
+calvin van buren	26	3.43
+luke steinbeck	58	0.87
+xavier laertes	60	2.20
+ulysses nixon	53	2.75
+luke xylophone	35	2.67
+bob thompson	42	0.22
+zach polk	59	2.31
+holly miller	26	1.80
+gabriella steinbeck	48	0.31
+yuri hernandez	57	2.32
+victor xylophone	53	0.35
+wendy young	57	3.73
+ethan brown	53	3.10
+nick thompson	66	0.17
+luke carson	34	2.62
+jessica king	39	1.44
+bob brown	46	2.54
+nick underhill	71	2.11
+zach hernandez	72	3.94
+jessica garcia	66	3.20
+mike van buren	39	2.53
+calvin xylophone	54	2.44
+quinn carson	59	1.07
+jessica van buren	73	1.43
+victor polk	50	1.12
+zach young	56	3.00
+david steinbeck	21	2.44
+calvin ellison	40	0.84
+alice hernandez	27	1.08
+priscilla steinbeck	18	0.68
+tom ichabod	51	1.53
+mike steinbeck	69	1.28
+ulysses zipper	54	1.17
+zach white	18	0.88
+gabriella robinson	48	2.16
+quinn ichabod	39	0.12
+luke xylophone	33	0.69
+alice davidson	44	2.03
+calvin ellison	18	0.83
+ethan miller	68	3.34
+calvin young	60	3.24
+xavier xylophone	76	1.00
+bob zipper	64	0.54
+gabriella xylophone	49	0.07
+priscilla garcia	62	2.42
+alice ichabod	60	2.60
+katie johnson	29	3.30
+xavier allen	70	0.03
+jessica ellison	69	1.13
+ethan garcia	47	1.08
+mike van buren	29	1.48
+zach steinbeck	24	2.36
+irene garcia	67	1.42
+rachel laertes	49	2.70
+ulysses johnson	20	1.50
+victor king	56	1.42
+katie garcia	60	2.47
+rachel ellison	25	3.31
+ethan garcia	27	1.85
+xavier laertes	61	3.93
+holly garcia	36	1.57
+zach brown	70	0.07
+rachel zipper	43	0.99
+sarah young	44	1.22
+holly underhill	27	1.88
+ethan robinson	50	1.23
+wendy hernandez	72	3.12
+alice white	60	0.82
+yuri thompson	30	3.65
+jessica miller	39	2.99
+fred johnson	43	3.33
+bob van buren	66	3.15
+fred johnson	72	0.77
+irene thompson	53	3.56
+ethan steinbeck	70	2.19
+gabriella miller	65	1.59
+katie allen	51	1.28
+ethan young	50	1.24
+victor king	25	1.19
+wendy allen	57	1.70
+calvin miller	73	3.81
+rachel johnson	39	0.81
+rachel laertes	57	3.26
+xavier ichabod	31	3.92
+david nixon	46	2.43
+david miller	40	0.94
+alice nixon	51	3.55
+bob polk	23	3.29
+mike quirinius	67	2.01
+tom robinson	59	0.90
+alice nixon	38	0.92
+gabriella young	20	0.80
+xavier underhill	32	2.56
+ulysses steinbeck	42	1.37
+quinn steinbeck	76	1.15
+mike van buren	66	1.80
+tom ichabod	33	0.48
+rachel ellison	59	3.57
+zach white	57	0.39
+victor ichabod	21	1.99
+oscar johnson	61	3.46
+tom miller	35	3.56
+david hernandez	48	1.97
+jessica falkner	26	2.54
+ulysses brown	77	0.77
+priscilla falkner	62	3.77
+luke miller	40	0.82
+priscilla nixon	64	0.87
+priscilla johnson	66	3.68
+bob davidson	70	0.88
+holly polk	18	2.90
+mike king	58	0.54
+bob falkner	35	3.90
+victor allen	48	1.86
+ulysses ichabod	52	3.78
+xavier xylophone	23	0.78
+calvin underhill	29	2.60
+luke white	58	1.44
+ethan johnson	31	3.60
+xavier ichabod	49	3.27
+calvin king	69	0.03
+quinn nixon	41	2.75
+sarah zipper	26	0.92
+jessica ellison	20	2.59
+oscar quirinius	28	0.20
+quinn polk	21	0.42
+jessica king	38	0.38
+fred white	26	3.79
+katie falkner	75	2.74
+sarah laertes	18	1.92
+priscilla robinson	24	2.73
+holly white	23	3.85
+david underhill	64	2.36
+irene allen	56	0.31
+gabriella ovid	64	2.33
+luke steinbeck	71	2.20
+luke garcia	32	1.97
+katie hernandez	30	0.33
+priscilla falkner	38	2.44
+nick xylophone	58	3.15
+victor king	71	1.95
+priscilla zipper	41	0.95
+calvin hernandez	31	3.55
+mike falkner	18	1.52
+rachel king	64	1.62
+sarah robinson	72	2.22
+wendy hernandez	69	1.07
+katie nixon	35	0.03
+wendy polk	64	1.41
+tom hernandez	19	1.61
+sarah hernandez	24	1.52
+fred allen	45	0.05
+ethan polk	59	3.72
+wendy brown	55	1.78
+quinn polk	59	3.63
+calvin young	53	0.14
+gabriella ellison	47	3.06
+oscar thompson	27	0.79
+alice van buren	32	3.57
+yuri quirinius	22	1.93
+mike zipper	23	1.35
+rachel polk	67	0.77
+victor nixon	38	0.46
+nick zipper	39	3.87
+oscar white	67	1.06
+calvin king	54	0.06
+mike davidson	68	3.62
+ulysses ellison	60	0.30
+bob brown	44	2.08
+nick carson	74	2.93
+sarah johnson	54	3.68
+ethan xylophone	34	0.41
+quinn miller	20	0.93
+yuri ichabod	48	1.69
+wendy polk	69	2.88
+katie thompson	48	2.67
+ulysses nixon	45	0.18
+holly miller	26	3.42
+ulysses miller	35	0.81
+rachel ovid	50	1.07
+rachel van buren	27	0.81
+tom polk	58	2.21
+luke underhill	46	0.84
+holly young	37	0.84
+gabriella laertes	37	3.32
+rachel hernandez	65	3.00
+priscilla quirinius	22	3.54
+mike ovid	49	2.11
+fred hernandez	20	0.27
+priscilla quirinius	55	3.89
+jessica johnson	26	2.33
+ulysses garcia	38	3.05
+holly ichabod	38	0.07
+irene ichabod	69	1.21
+katie ichabod	34	1.62
+tom quirinius	18	2.91
+quinn carson	19	2.83
+irene steinbeck	71	2.02
+ethan carson	57	2.74
+priscilla laertes	47	2.66
+sarah ellison	25	1.91
+yuri white	60	2.40
+ethan nixon	73	3.88
+zach laertes	51	1.54
+gabriella steinbeck	44	2.07
+tom brown	23	2.20
+ulysses falkner	64	1.36
+zach van buren	42	1.17
+sarah laertes	76	1.93
+priscilla white	77	0.65
+holly falkner	49	0.42
+priscilla garcia	49	1.71
+ethan johnson	47	1.44
+david young	30	1.42
+rachel king	73	0.89
+gabriella laertes	29	3.57
+rachel hernandez	20	0.25
+ethan garcia	76	1.58
+nick nixon	33	3.91
+yuri brown	28	1.14
+wendy allen	25	1.64
+bob king	55	3.07
+jessica zipper	39	3.06
+gabriella ichabod	41	0.18
+xavier miller	49	1.88
+katie xylophone	72	3.06
+xavier falkner	73	0.08
+victor steinbeck	39	3.27
+yuri miller	38	1.67
+yuri brown	38	3.88
+xavier ichabod	49	2.45
+calvin nixon	22	0.85
+oscar quirinius	53	1.47
+katie nixon	64	0.81
+nick garcia	26	1.27
+calvin garcia	40	2.43
+irene van buren	40	3.56
+victor king	19	2.64
+ethan davidson	68	0.36
+quinn carson	23	3.46
+ethan carson	50	0.49
+gabriella nixon	28	0.89
+quinn thompson	42	1.22
+rachel steinbeck	42	0.31
+gabriella xylophone	39	2.70
+xavier carson	29	0.96
+xavier laertes	53	0.88
+nick king	36	2.97
+david ellison	50	3.17
+calvin zipper	50	1.04
+nick king	46	0.92
+alice quirinius	22	3.93
+nick miller	66	1.76
+yuri ellison	32	1.80
+gabriella robinson	37	3.11
+tom quirinius	24	2.75
+fred garcia	54	1.05
+ulysses van buren	47	3.01
+jessica zipper	46	3.63
+tom falkner	54	2.90
+zach ellison	62	2.41
+xavier white	58	3.93
+priscilla nixon	43	3.47
+wendy allen	68	2.30
+sarah thompson	32	0.15
+tom underhill	51	1.66
+katie xylophone	36	1.03
+victor king	25	0.13
+gabriella young	44	0.46
+jessica falkner	75	2.29
+rachel miller	20	2.23
+ulysses king	54	3.42
+yuri hernandez	31	0.82
+xavier van buren	75	1.05
+ulysses zipper	18	0.56
+tom ichabod	51	1.91
+bob thompson	71	2.86
+xavier young	66	0.26
+ulysses thompson	33	0.06
+bob garcia	68	0.73
+xavier van buren	25	0.20
+ulysses davidson	68	3.35
+tom hernandez	29	3.81
+irene robinson	55	1.39
+nick ovid	18	0.19
+mike king	23	3.74
+katie polk	56	2.86
+wendy brown	43	2.61
+tom robinson	76	3.30
+ethan robinson	50	0.70
+mike ellison	43	2.17
+ulysses ovid	45	1.46
+victor hernandez	37	0.83
+sarah brown	77	3.24
+fred quirinius	18	0.61
+mike ichabod	43	0.45
+holly thompson	51	0.81
+katie miller	33	3.91
+katie king	72	3.46
+zach king	40	2.95
+nick king	55	0.81
+irene ichabod	71	1.74
+yuri garcia	56	2.46
+katie van buren	43	0.44
+alice miller	76	3.43
+nick carson	67	2.06
+alice ichabod	70	3.89
+holly davidson	30	0.34
+wendy quirinius	74	3.26
+calvin laertes	51	2.53
+calvin ovid	50	1.85
+alice king	51	3.58
+quinn ellison	66	2.96
+alice brown	69	3.04
+gabriella king	41	2.98
+luke ichabod	62	2.77
+bob steinbeck	53	1.50
+irene allen	77	2.90
+jessica ovid	34	1.92
+yuri carson	19	0.22
+sarah van buren	47	1.92
+fred van buren	77	0.91
+holly ovid	69	3.78
+calvin van buren	67	2.48
+calvin thompson	47	3.81
+ulysses ovid	52	3.72
+tom allen	71	2.90
+rachel brown	38	0.89
+david polk	40	1.89
+rachel van buren	49	0.19
+bob xylophone	73	0.10
+holly miller	50	0.59
+ethan ovid	48	1.77
+alice quirinius	71	0.94
+sarah carson	39	1.76
+fred hernandez	22	1.59
+luke quirinius	72	0.44
+xavier van buren	24	3.04
+david nixon	23	0.96
+sarah white	22	0.36
+yuri johnson	33	0.34
+david davidson	71	0.92
+priscilla davidson	20	1.92
+xavier ovid	41	1.46
+david king	49	2.77
+bob garcia	68	1.34
+zach johnson	56	2.13
+yuri ovid	47	1.77
+calvin underhill	56	3.46
+ethan underhill	56	1.73
+nick brown	60	3.18
+holly brown	73	2.77
+sarah robinson	64	1.91
+ethan ichabod	49	3.61
+ethan ellison	46	2.90
+bob davidson	41	3.48
+yuri brown	23	1.42
+ulysses ichabod	46	2.29
+fred young	59	1.72
+wendy allen	54	3.42
+victor van buren	19	1.57
+holly underhill	27	2.87
+sarah underhill	23	1.84
+wendy young	50	2.28
+irene king	46	1.75
+holly quirinius	61	1.39
+oscar falkner	47	2.25
+fred ovid	64	3.71
+fred van buren	39	3.72
+bob davidson	59	3.39
+bob ichabod	47	1.89
+alice nixon	19	3.79
+mike thompson	53	1.84
+priscilla hernandez	70	0.65
+yuri robinson	46	0.37
+ethan xylophone	25	1.61
+luke ovid	32	2.71
+irene king	18	0.31
+priscilla steinbeck	36	2.37
+zach ovid	64	2.65
+ethan underhill	52	1.15
+alice quirinius	33	1.31
+david underhill	24	0.98
+sarah hernandez	30	2.30
+tom steinbeck	31	0.05
+david nixon	25	2.15
+tom young	64	0.37
+tom underhill	42	2.10
+victor brown	54	3.09
+bob underhill	27	0.99
+katie nixon	34	2.89
+oscar white	47	0.25
+nick falkner	42	1.88
+quinn garcia	59	2.22
+jessica garcia	75	3.06
+mike laertes	42	2.88
+fred ovid	61	0.52
+ethan laertes	45	0.25
+zach xylophone	24	3.52
+ethan robinson	23	3.55
+bob garcia	25	1.04
+oscar van buren	55	0.92
+calvin ichabod	69	1.32
+yuri king	66	3.59
+nick hernandez	73	2.89
+mike ichabod	67	1.11
+oscar davidson	71	1.81
+katie nixon	25	2.71
+quinn king	27	1.78
+rachel white	26	0.95
+nick steinbeck	61	2.37
+rachel allen	18	2.41
+luke nixon	32	3.05
+quinn van buren	33	3.40
+holly thompson	47	1.21
+xavier nixon	54	1.81
+ethan xylophone	33	1.11
+oscar brown	66	1.35
+tom polk	35	3.64
+holly steinbeck	31	2.20
+rachel polk	34	1.68
+calvin davidson	30	1.10
+wendy ichabod	71	2.85
+sarah brown	22	2.09
+bob steinbeck	35	0.83
+holly ichabod	23	0.50
+sarah davidson	24	1.73
+ethan falkner	20	1.03
+david white	52	3.32
+zach garcia	31	0.44
+david polk	29	2.79
+victor ellison	56	3.90
+quinn underhill	51	0.16
+alice van buren	67	1.99
+luke robinson	75	2.53
+mike miller	51	2.07
+xavier carson	50	2.14
+quinn young	76	2.00
+quinn van buren	63	3.52
+bob laertes	72	1.01
+wendy falkner	67	3.01
+ulysses xylophone	36	1.33
+quinn hernandez	34	2.45
+mike garcia	58	0.86
+nick quirinius	27	3.23
+xavier ichabod	68	0.61
+tom robinson	67	1.46
+xavier garcia	33	1.38
+mike johnson	45	1.89
+nick johnson	35	3.63
+alice garcia	55	2.86
+ethan nixon	77	0.01
+jessica ovid	32	1.66
+wendy miller	74	1.27
+victor king	33	0.75
+fred johnson	75	0.26
+nick carson	36	0.52
+mike steinbeck	41	2.13
+xavier van buren	36	3.58
+mike johnson	63	1.25
+holly johnson	48	1.05
+calvin robinson	65	0.78
+ulysses laertes	63	3.04
+luke laertes	58	3.69
+david zipper	61	0.99
+luke ichabod	57	3.62
+katie allen	66	1.56
+irene steinbeck	53	0.91
+alice johnson	32	1.88
+alice ovid	26	1.44
+xavier ichabod	25	3.54
+oscar ellison	66	0.46
+calvin miller	36	1.61
+quinn xylophone	46	2.72
+irene robinson	54	0.76
+priscilla underhill	24	2.76
+luke ellison	54	1.41
+jessica brown	62	2.51
+wendy carson	32	3.11
+gabriella thompson	32	0.35
+katie davidson	60	3.41
+irene white	51	3.15
+holly johnson	62	3.00
+victor carson	37	2.23
+bob laertes	62	3.19
+irene garcia	23	3.64
+calvin xylophone	69	2.58
+ethan carson	73	0.83
+luke thompson	32	3.27
+holly white	42	3.78
+nick van buren	56	2.16
+wendy falkner	20	0.08
+quinn white	44	2.31
+zach thompson	31	2.12
+jessica garcia	22	1.12
+fred white	66	0.16
+irene polk	55	3.66
+rachel falkner	58	3.62
+fred carson	65	3.35
+gabriella ichabod	19	3.39
+wendy polk	47	0.20
+holly king	41	2.14
+rachel ichabod	70	0.84
+wendy van buren	58	2.81
+bob steinbeck	39	1.05
+victor thompson	26	3.72
+katie falkner	65	1.33
+luke hernandez	23	3.97
+katie miller	69	3.12
+katie davidson	67	1.76
+mike zipper	29	3.50
+victor robinson	37	3.38
+oscar allen	38	2.99
+tom falkner	54	3.92
+david nixon	77	3.99
+zach nixon	75	0.21
+xavier falkner	33	2.27
+sarah johnson	45	3.97
+xavier white	74	1.29
+mike garcia	50	2.78
+priscilla nixon	24	3.76
+gabriella ichabod	35	0.49
+mike thompson	57	3.05
+holly miller	24	0.22
+zach xylophone	62	1.58
+yuri nixon	54	1.47
+priscilla carson	64	3.85
+nick hernandez	55	2.93
+oscar quirinius	32	0.72
+ulysses hernandez	30	2.74
+wendy robinson	67	1.84
+mike allen	39	0.42
+yuri zipper	52	3.04
+fred young	57	1.45
+rachel falkner	62	3.41
+tom laertes	49	1.76
+gabriella ichabod	52	1.25
+david zipper	21	2.38
+yuri carson	43	2.25
+alice carson	46	1.55
+zach zipper	32	3.81
+zach garcia	64	0.23
+ulysses ovid	49	0.01
+ulysses brown	51	2.60
+priscilla johnson	39	2.41
+mike quirinius	21	1.92
+alice allen	38	0.81
+zach robinson	41	0.00
+wendy brown	58	2.87
+zach quirinius	50	1.77
+xavier brown	65	0.93
+bob zipper	71	0.06
+wendy ovid	38	1.15
+priscilla brown	35	3.84
+bob zipper	53	3.89
+irene robinson	56	0.60
+sarah miller	47	3.33
+gabriella carson	55	2.08
+rachel hernandez	21	0.22
+priscilla carson	38	0.19
+katie zipper	67	1.21
+mike ovid	24	2.73
+calvin ellison	45	0.11
+calvin hernandez	33	0.73
+bob johnson	62	0.40
+victor davidson	43	1.56
+wendy zipper	51	0.38
+luke ichabod	26	1.05
+tom garcia	48	2.64
+sarah garcia	70	2.30
+ethan ichabod	69	3.80
+fred laertes	71	3.87
+quinn van buren	40	1.01
+quinn van buren	60	3.14
+katie brown	63	2.22
+jessica underhill	19	3.74
+wendy thompson	48	0.01
+oscar ellison	67	3.23
+xavier young	49	3.67
+fred ichabod	52	0.53
+ulysses ellison	40	1.03
+gabriella allen	30	2.42
+zach robinson	68	0.77
+irene thompson	27	3.76
+gabriella white	75	3.19
+wendy quirinius	38	0.00
+mike king	43	2.59
+victor hernandez	41	2.59
+ulysses robinson	56	2.15
+tom brown	33	3.66
+bob young	64	1.42
+sarah steinbeck	46	0.74
+wendy ellison	74	2.79
+nick king	34	0.54
+fred quirinius	25	2.51
+mike underhill	22	0.98
+holly brown	39	2.42
+calvin thompson	41	3.57
+quinn brown	42	2.18
+ulysses ellison	64	0.64
+david xylophone	72	2.31
+sarah laertes	61	2.80
+mike garcia	36	0.53
+katie robinson	43	0.77
+zach white	34	2.41
+fred king	71	1.14
+bob polk	28	0.01
+zach underhill	39	0.27
+quinn xylophone	46	2.82
+victor allen	63	2.19
+mike robinson	28	2.11
+rachel miller	47	3.71
+irene robinson	48	1.00
+ethan van buren	41	3.30
+irene falkner	67	3.41
+rachel quirinius	39	0.22
+rachel hernandez	59	2.34
+david ovid	61	3.96
+fred johnson	25	1.40
+holly carson	71	0.05
+quinn steinbeck	23	2.86
+bob thompson	45	0.38
+gabriella allen	55	1.07
+priscilla quirinius	49	0.21
+bob garcia	58	3.91
+calvin brown	44	2.40
+calvin hernandez	31	2.78
+tom laertes	56	3.86
+zach nixon	22	3.49
+holly laertes	24	1.64
+irene zipper	60	0.63
+sarah polk	68	2.80
+luke steinbeck	64	2.16
+nick zipper	76	1.01
+fred ovid	18	1.42
+rachel polk	28	1.68
+luke ichabod	50	1.99
+ethan xylophone	37	0.52
+quinn thompson	75	3.71
+wendy hernandez	49	3.47
+quinn king	19	2.69
+ethan robinson	39	3.46
+ulysses underhill	19	1.08
+ethan robinson	72	0.55
+quinn davidson	20	3.38
+katie allen	58	3.88
+david falkner	74	2.94
+ulysses thompson	72	1.16
+yuri garcia	25	3.95
+luke polk	63	1.54
+nick garcia	64	3.06
+bob miller	20	1.48
+zach nixon	71	0.66
+holly laertes	61	3.12
+yuri xylophone	38	3.22
+zach zipper	51	3.12
+fred nixon	64	3.85
+gabriella underhill	61	1.96
+david polk	37	0.17
+bob xylophone	66	0.26
+luke garcia	77	2.43
+fred ichabod	54	1.14
+luke davidson	46	1.08
+sarah davidson	45	2.22
+zach garcia	54	0.97
+gabriella falkner	66	2.01
+sarah xylophone	41	1.99
+jessica robinson	77	1.73
+jessica polk	47	0.18
+yuri van buren	46	1.24
+alice quirinius	41	0.19
+holly garcia	42	0.62
+holly laertes	29	0.42
+ethan laertes	38	0.19
+katie young	77	1.16
+victor davidson	75	1.33
+nick ovid	76	1.21
+victor polk	18	3.91
+oscar zipper	19	1.01
+calvin garcia	38	1.79
+quinn nixon	72	2.31
+holly young	45	3.60
+quinn miller	58	2.90
+alice robinson	65	0.16
+victor polk	44	1.23
+bob steinbeck	69	1.49
+tom ellison	65	2.61
+wendy miller	73	1.00
+oscar hernandez	69	2.95
+gabriella davidson	39	2.39
+xavier steinbeck	34	3.56
+bob steinbeck	27	3.35
+alice king	66	2.56
+ulysses brown	27	0.70
+luke underhill	40	2.56
+holly steinbeck	32	0.18
+holly robinson	47	2.60
+calvin polk	74	0.97
+alice thompson	31	0.43
+luke laertes	27	3.86
+tom young	39	3.95
+jessica quirinius	69	3.11
+calvin king	77	1.03
+ethan laertes	47	1.08
+luke robinson	42	1.87
+fred miller	38	0.13
+calvin king	42	2.60
+mike hernandez	68	1.66
+calvin brown	47	0.12
+gabriella steinbeck	37	1.50
+tom nixon	57	3.02
+calvin white	75	2.96
+alice white	71	0.82
+zach quirinius	24	0.13
+oscar carson	53	1.01
+ulysses allen	69	0.26
+luke white	50	0.87
+holly underhill	51	2.03
+gabriella nixon	28	0.68
+calvin carson	73	2.59
+fred robinson	45	2.65
+david falkner	38	2.56
+jessica ovid	42	3.62
+jessica quirinius	58	2.72
+bob thompson	75	3.84
+luke falkner	65	2.42
+oscar ovid	77	1.83
+ethan xylophone	68	2.62
+david robinson	35	0.03
+ulysses brown	30	1.22
+bob falkner	65	1.75
+wendy steinbeck	75	1.00
+david nixon	39	2.95
+bob brown	64	3.92
+nick falkner	56	2.60
+gabriella xylophone	49	2.44
+fred white	59	2.11
+ethan falkner	52	3.78
+victor davidson	26	1.48
+calvin van buren	46	0.64
+zach robinson	22	2.46
+nick carson	30	3.23
+rachel ellison	40	2.18
+yuri brown	46	1.28
+alice davidson	33	0.11
+alice thompson	20	2.37
+yuri polk	70	2.31
+gabriella hernandez	35	2.96
+bob falkner	59	2.61
+gabriella ovid	22	2.29
+tom nixon	27	1.77
+mike zipper	42	3.86
+fred miller	36	1.64
+yuri carson	19	3.11
+oscar laertes	57	0.89
+xavier white	39	2.53
+oscar ichabod	66	3.02
+luke laertes	22	1.94
+xavier king	68	1.61
+wendy ellison	58	2.33
+gabriella ichabod	66	3.55
+alice carson	35	0.46
+ethan robinson	18	1.83
+xavier underhill	39	2.13
+ulysses van buren	74	1.65
+zach davidson	70	1.52
+sarah xylophone	68	2.22
+rachel brown	24	0.63
+david young	60	1.50
+quinn quirinius	48	2.46
+tom garcia	62	1.83
+david carson	25	3.00
+zach ellison	61	3.39
+ethan ichabod	53	2.33
+yuri johnson	66	3.69
+quinn johnson	58	3.21
+yuri underhill	60	2.16
+priscilla quirinius	30	0.96
+alice van buren	52	0.73
+victor allen	29	0.59
+zach ovid	22	0.35
+gabriella ellison	73	0.97
+fred hernandez	20	1.20
+priscilla zipper	44	2.22
+ethan thompson	41	0.02
+ethan young	69	0.60
+priscilla xylophone	61	1.91
+holly laertes	72	3.59
+irene johnson	63	1.75
+holly zipper	58	2.58
+fred ichabod	59	2.61
+zach davidson	52	1.01
+irene quirinius	74	0.86
+tom hernandez	38	0.79
+luke van buren	56	3.65
+wendy white	61	2.44
+holly underhill	73	3.42
+quinn van buren	72	4.00
+tom van buren	61	2.26
+irene davidson	47	0.05
+wendy king	22	1.88
+luke laertes	45	0.50
+zach brown	54	3.76
+yuri johnson	22	1.20
+bob xylophone	22	3.07
+priscilla zipper	36	0.76
+xavier polk	67	0.84
+oscar ovid	21	3.24
+oscar quirinius	52	2.41
+victor king	68	0.05
+oscar polk	56	3.29
+bob polk	36	2.75
+jessica miller	70	3.01
+xavier falkner	45	0.06
+holly ichabod	70	1.43
+tom thompson	19	2.62
+mike thompson	27	3.36
+fred king	76	1.64
+quinn king	34	3.39
+holly laertes	39	1.53
+ulysses xylophone	44	2.67
+fred steinbeck	22	1.48
+tom ellison	51	3.71
+victor white	41	3.45
+xavier ovid	65	1.19
+sarah miller	55	2.91
+irene davidson	40	1.32
+bob hernandez	43	1.48
+nick johnson	55	2.70
+oscar carson	34	3.76
+irene polk	38	2.29
+fred king	22	3.71
+bob laertes	40	2.62
+yuri nixon	36	1.31
+oscar thompson	27	3.59
+irene allen	34	1.54
+holly hernandez	51	2.69
+sarah brown	71	3.36
+jessica allen	58	3.12
+victor carson	50	1.97
+yuri xylophone	22	1.93
+katie xylophone	27	3.40
+quinn polk	24	2.24
+wendy van buren	63	2.43
+david zipper	38	2.57
+priscilla underhill	53	2.93
+david johnson	60	0.15
+tom ellison	59	3.63
+zach thompson	58	2.90
+victor van buren	71	0.98
+priscilla hernandez	18	0.29
+fred garcia	64	0.88
+victor polk	71	1.61
+priscilla miller	29	3.69
+jessica johnson	77	2.07
+nick falkner	60	3.60
+holly steinbeck	69	3.45
+victor allen	30	0.21
+oscar white	21	0.27
+quinn underhill	45	1.21
+tom johnson	77	1.11
+tom falkner	66	3.69
+mike young	61	3.17
+alice laertes	27	3.33
+luke ovid	43	0.82
+mike allen	26	1.55
+irene davidson	75	1.95
+tom carson	21	2.34
+quinn zipper	51	0.71
+calvin ellison	24	3.95
+oscar hernandez	30	0.38
+ulysses hernandez	19	0.26
+katie underhill	36	3.47
+ulysses hernandez	77	0.55
+tom carson	26	3.20
+alice young	57	2.14
+alice king	75	2.29
+ulysses ellison	44	0.50
+gabriella allen	57	2.45
+calvin polk	28	3.64
+xavier robinson	64	3.61
+jessica polk	28	3.69
+fred ichabod	72	1.95
+gabriella xylophone	68	1.26
+ulysses quirinius	56	3.63
+ethan nixon	22	0.35
+holly thompson	26	1.25
+oscar brown	47	2.74
+oscar allen	32	0.32
+katie brown	51	0.92
+gabriella underhill	66	1.33
+priscilla steinbeck	31	0.21
+holly falkner	68	3.56
+calvin carson	36	3.26
+rachel laertes	25	3.21
+fred king	51	1.46
+rachel hernandez	39	3.37
+wendy van buren	69	1.20
+xavier nixon	74	3.94
+tom ellison	59	0.00
+calvin johnson	51	0.86
+rachel white	57	3.47
+david laertes	76	2.93
+holly quirinius	27	1.34
+irene falkner	52	3.68
+quinn davidson	42	0.94
+nick underhill	38	1.27
+oscar brown	64	0.03
+fred allen	54	0.80
+oscar thompson	75	1.33
+oscar robinson	22	0.89
+priscilla carson	21	2.94
+zach xylophone	28	0.34
+jessica johnson	19	3.26
+yuri steinbeck	37	0.24
+bob ichabod	55	3.41
+luke laertes	73	3.22
+tom nixon	50	2.75
+yuri king	76	3.34
+irene ovid	59	3.60
+ethan steinbeck	61	2.39
+yuri young	36	2.19
+priscilla white	28	0.88
+priscilla laertes	19	3.74
+priscilla van buren	73	2.39
+rachel miller	35	0.64
+sarah falkner	22	2.29
+victor ichabod	38	1.66
+david ellison	65	3.12
+rachel robinson	73	1.77
+oscar king	45	3.21
+nick brown	24	3.19
+holly nixon	38	0.39
+victor young	69	0.12
+yuri miller	40	1.68
+ethan brown	74	0.96
+ethan underhill	44	1.14
+katie underhill	43	3.99
+rachel laertes	63	1.14
+ethan johnson	28	0.01
+oscar young	63	0.18
+wendy miller	53	1.74
+calvin garcia	63	3.68
+katie steinbeck	44	1.84
+bob falkner	60	1.96
+victor hernandez	18	3.68
+wendy steinbeck	30	1.65
+xavier polk	24	3.41
+quinn ichabod	66	0.38
+irene ellison	65	0.51
+calvin ichabod	42	1.09
+irene miller	76	0.47
+gabriella xylophone	72	2.29
+calvin ichabod	63	0.25
+wendy hernandez	36	3.00
+yuri quirinius	67	1.90
+alice garcia	29	1.51
+gabriella johnson	54	2.85
+nick van buren	56	1.95
+nick king	37	2.55
+yuri hernandez	20	2.99
+sarah ovid	73	0.32
+calvin garcia	49	2.14
+fred robinson	50	2.91
+rachel white	22	2.08
+bob quirinius	34	3.45
+zach ichabod	68	0.24
+tom falkner	37	1.47
+irene miller	73	0.57
+mike ovid	57	1.27
+calvin xylophone	28	1.27
+oscar miller	71	1.89
+gabriella young	51	2.18
+ethan davidson	77	3.97
+david xylophone	21	2.74
+xavier xylophone	56	2.83
+gabriella king	43	3.47
+quinn laertes	60	1.66
+katie nixon	28	3.46
+irene garcia	72	2.76
+mike nixon	42	0.74
+quinn davidson	25	3.65
+nick falkner	45	2.02
+oscar miller	38	1.31
+ethan polk	47	2.84
+jessica ovid	60	0.54
+jessica white	24	3.52
+katie king	73	3.75
+victor ovid	66	0.49
+rachel ellison	21	3.88
+bob brown	47	1.56
+gabriella hernandez	71	3.98
+wendy ichabod	29	0.07
+katie xylophone	36	3.67
+rachel johnson	73	3.93
+holly underhill	29	2.67
+gabriella allen	50	2.47
+gabriella allen	38	0.53
+jessica miller	18	3.08
+yuri thompson	77	1.99
+zach ichabod	54	0.88
+victor carson	71	2.60
+katie quirinius	26	1.93
+yuri robinson	53	3.51
+victor carson	21	0.24
+priscilla polk	53	2.28
+zach zipper	19	1.91
+rachel polk	62	0.66
+rachel brown	64	2.11
+david brown	36	0.65
+oscar young	62	1.81
+jessica quirinius	76	2.48
+david underhill	74	3.73
+priscilla quirinius	53	0.79
+calvin johnson	40	0.56
+ethan hernandez	63	1.92
+sarah ellison	36	1.11
+mike young	74	3.82
+fred garcia	40	2.21
+fred steinbeck	49	3.41
+david ovid	44	2.71
+holly zipper	25	2.79
+jessica robinson	25	2.43
+nick ichabod	51	1.16
+david carson	37	1.80
+ethan allen	75	2.50
+zach quirinius	42	0.70
+alice van buren	69	0.57
+mike ovid	32	3.89
+david ellison	23	2.02
+ethan white	69	3.63
+bob robinson	71	0.52
+david laertes	71	3.35
+ethan steinbeck	71	2.21
+fred steinbeck	32	1.42
+katie davidson	30	2.83
+calvin quirinius	35	3.70
+luke carson	36	1.08
+ulysses polk	55	1.00
+gabriella polk	38	0.51
+katie laertes	60	1.51
+gabriella steinbeck	38	1.06
+priscilla johnson	41	3.88
+david zipper	26	1.30
+sarah ellison	76	2.67
+oscar miller	54	1.20
+priscilla ichabod	70	2.18
+priscilla carson	69	0.02
+tom laertes	49	0.59
+rachel zipper	19	0.28
+jessica ichabod	75	2.90
+victor quirinius	43	2.24
+oscar quirinius	38	3.48
+gabriella brown	54	1.87
+katie davidson	77	3.90
+victor xylophone	58	2.75
+katie laertes	54	2.04
+wendy carson	73	1.45
+victor garcia	67	1.70
+ulysses miller	55	3.46
+holly thompson	51	2.66
+priscilla miller	64	0.34
+holly steinbeck	67	0.40
+wendy miller	19	0.05
+jessica nixon	19	3.73
+rachel miller	72	0.81
+tom king	29	0.11
+gabriella johnson	55	0.10
+yuri thompson	47	1.87
+quinn ovid	29	1.06
+sarah nixon	67	3.94
+fred xylophone	29	0.08
+luke garcia	74	3.83
+bob robinson	34	2.32
+yuri hernandez	70	3.97
+zach young	70	1.73
+ethan young	49	0.87
+xavier miller	56	0.97
+oscar thompson	30	3.48
+david xylophone	53	1.41
+jessica johnson	67	3.33
+ethan thompson	69	3.69
+katie garcia	76	1.56
+david ovid	63	2.89
+oscar miller	48	2.16
+alice thompson	30	0.74
+victor miller	56	3.54
+calvin robinson	20	1.03
+sarah carson	49	1.24
+gabriella van buren	21	1.26
+holly nixon	34	1.33
+quinn xylophone	48	1.06
+zach nixon	75	1.17
+irene allen	46	3.78
+nick allen	19	1.14
+gabriella ovid	73	2.71
+xavier van buren	38	0.37
+alice steinbeck	43	3.76
+bob ellison	76	0.63
+oscar hernandez	35	3.95
+jessica johnson	32	0.18
+calvin underhill	23	1.30
+priscilla young	67	2.92
+xavier white	67	3.72
+oscar ichabod	18	1.81
+irene falkner	31	1.02
+ethan garcia	29	3.65
+calvin steinbeck	71	0.20
+gabriella garcia	33	3.83
+irene underhill	69	1.12
+irene falkner	41	0.36
+gabriella polk	69	2.08
+priscilla robinson	47	2.02
+quinn allen	41	1.55
+priscilla davidson	69	2.49
+yuri ovid	47	3.49
+wendy xylophone	71	2.28
+wendy ellison	37	2.47
+david allen	72	1.19
+bob underhill	52	1.99
+jessica hernandez	77	2.52
+fred laertes	54	0.91
+mike steinbeck	33	3.36
+oscar xylophone	21	0.06
+alice young	22	0.02
+wendy underhill	70	2.62
+fred thompson	41	2.93
+katie laertes	48	3.86
+jessica van buren	44	2.35
+calvin carson	65	3.17
+nick garcia	20	3.95
+luke robinson	72	1.52
+gabriella van buren	55	0.32
+calvin white	35	1.41
+wendy garcia	25	2.51
+oscar robinson	30	0.60
+gabriella ovid	45	3.00
+oscar van buren	52	1.06
+yuri steinbeck	71	3.88
+yuri king	66	1.20
+katie white	52	3.31
+gabriella young	64	1.72
+xavier van buren	35	0.12
+bob ichabod	28	2.31
+katie underhill	58	0.14
+mike thompson	35	1.12
+rachel underhill	54	2.37
+gabriella robinson	30	3.76
+ulysses polk	45	3.69
+yuri ellison	51	3.75
+jessica falkner	21	3.16
+quinn johnson	18	3.45
+rachel polk	46	3.84
+luke zipper	18	3.75
+mike underhill	70	0.97
+zach johnson	25	2.26
+yuri hernandez	72	2.15
+jessica underhill	64	3.26
+katie hernandez	66	0.31
+katie brown	53	2.27
+tom ellison	33	1.58
+holly allen	69	0.06
+fred miller	46	1.52
+mike johnson	24	0.61
+luke xylophone	38	0.32
+tom ichabod	28	3.66
+sarah xylophone	63	3.75
+xavier hernandez	46	2.75
+oscar laertes	19	1.80
+tom quirinius	54	3.74
+ulysses nixon	26	1.14
+mike ellison	67	3.40
+quinn ellison	71	1.44
+fred laertes	76	0.03
+victor falkner	68	1.59
+sarah xylophone	37	0.86
+priscilla quirinius	43	0.08
+jessica ellison	50	3.67
+ulysses robinson	71	2.46
+xavier davidson	62	3.10
+victor young	45	2.66
+david underhill	45	0.95
+calvin ichabod	73	2.29
+mike nixon	46	1.22
+ethan underhill	31	2.08
+nick van buren	39	3.57
+holly carson	73	0.96
+alice laertes	43	2.72
+mike polk	18	0.96
+sarah steinbeck	68	2.35
+quinn king	34	1.42
+oscar allen	52	2.18
+jessica falkner	34	0.98
+wendy zipper	57	2.44
+irene falkner	23	3.42
+gabriella nixon	21	3.79
+katie hernandez	72	2.71
+katie nixon	70	3.09
+quinn brown	43	0.34
+nick ellison	47	3.27
+alice ellison	62	3.61
+quinn laertes	33	1.90
+david brown	74	3.53
+sarah robinson	39	1.75
+luke thompson	57	2.91
+luke underhill	56	0.61
+bob falkner	27	3.24
+tom white	20	1.01
+rachel johnson	73	3.29
+oscar falkner	25	2.50
+luke king	32	0.67
+sarah robinson	63	2.75
+ulysses steinbeck	47	0.01
+calvin nixon	29	0.31
+jessica ichabod	21	2.13
+calvin young	31	3.20
+gabriella ovid	42	1.22
+quinn steinbeck	33	2.80
+rachel king	24	3.79
+ethan underhill	32	3.83
+fred robinson	52	0.42
+david van buren	34	0.89
+ulysses white	22	0.12
+ulysses zipper	28	3.48
+sarah allen	58	2.53
+katie polk	21	3.44
+oscar zipper	56	2.43
+oscar brown	26	2.49
+luke polk	68	2.64
+yuri van buren	74	1.64
+priscilla johnson	54	2.71
+calvin davidson	48	2.40
+rachel davidson	27	0.98
+bob garcia	56	2.07
+calvin underhill	31	2.93
+bob garcia	58	1.63
+sarah davidson	53	3.03
+zach young	37	1.47
+xavier quirinius	62	3.35
+nick young	55	0.77
+ulysses carson	57	2.36
+irene robinson	59	1.13
+gabriella thompson	28	3.72
+david thompson	49	3.91
+priscilla allen	61	1.23
+wendy miller	24	0.00
+nick quirinius	75	1.03
+priscilla van buren	34	3.52
+david hernandez	30	0.41
+tom davidson	38	2.57
+ethan ichabod	27	3.77
+katie allen	20	1.50
+oscar quirinius	54	3.22
+mike nixon	40	2.41
+calvin miller	73	0.11
+bob underhill	76	3.81
+irene zipper	47	3.46
+fred ellison	42	3.49
+quinn garcia	75	2.23
+zach quirinius	55	3.20
+irene allen	61	3.98
+irene zipper	18	2.26
+wendy xylophone	65	2.15
+david zipper	73	1.67
+ulysses xylophone	44	1.72
+nick johnson	66	2.54
+mike carson	20	3.12
+sarah garcia	56	0.98
+sarah van buren	67	3.89
+jessica nixon	50	0.15
+bob allen	52	0.07
+tom garcia	56	2.94
+sarah thompson	46	1.18
+irene nixon	30	3.38
+calvin laertes	39	3.23
+katie zipper	45	1.85
+david xylophone	18	0.64
+david van buren	48	0.30
+david white	26	0.28
+victor laertes	77	0.63
+yuri van buren	21	2.12
+ethan ovid	74	0.89
+victor laertes	77	1.16
+tom underhill	27	3.22
+sarah xylophone	28	2.89
+tom king	34	3.03
+calvin polk	26	3.05
+ulysses white	26	0.67
+victor underhill	63	0.35
+sarah thompson	31	0.37
+katie garcia	24	1.44
+calvin garcia	35	1.53
+irene ellison	45	3.50
+yuri king	43	3.08
+wendy underhill	52	2.97
+bob nixon	68	2.02
+xavier van buren	51	1.00
+luke van buren	39	3.54
+rachel carson	62	3.86
+david garcia	33	0.41
+victor underhill	21	2.48
+victor zipper	45	3.89
+fred polk	36	3.60
+rachel polk	49	1.27
+nick van buren	71	3.02
+david ichabod	55	3.55
+wendy steinbeck	66	3.89
+ethan garcia	71	0.07
+holly garcia	19	1.46
+ulysses allen	31	1.71
+alice quirinius	36	0.22
+yuri ichabod	69	3.49
+jessica johnson	64	0.26
+ulysses white	69	2.73
+gabriella van buren	71	2.30
+sarah falkner	47	2.23
+priscilla white	41	3.90
+jessica thompson	54	1.62
+holly brown	64	0.70
+fred king	23	1.57
+quinn young	57	1.24
+xavier quirinius	63	3.38
+ulysses underhill	50	1.82
+fred ichabod	24	0.37
+ethan white	38	2.94
+alice ichabod	73	3.49
+calvin carson	68	2.60
+tom zipper	62	1.93
+rachel brown	43	1.51
+rachel ovid	25	1.34
+mike ichabod	23	1.08
+luke miller	42	1.32
+quinn miller	60	2.81
+victor ellison	50	3.73
+irene thompson	44	0.30
+quinn robinson	36	2.57
+ulysses ellison	23	2.74
+luke ichabod	47	0.49
+irene ichabod	74	3.55
+victor carson	54	0.36
+tom laertes	48	3.97
+gabriella young	35	3.03
+yuri ichabod	52	0.38
+sarah miller	22	1.63
+rachel carson	57	0.34
+sarah laertes	68	2.18
+nick allen	57	3.71
+nick brown	20	3.65
+quinn polk	62	1.83
+priscilla quirinius	22	1.93
+jessica young	64	3.04
+xavier van buren	22	2.17
+bob van buren	61	1.78
+rachel ichabod	66	3.47
+luke brown	34	0.34
+katie carson	71	3.97
+ulysses white	34	1.15
+zach falkner	33	2.28
+fred miller	74	3.70
+alice hernandez	28	3.51
+tom brown	21	1.57
+tom thompson	65	2.35
+david robinson	43	2.96
+rachel xylophone	45	0.03
+sarah miller	21	0.04
+luke hernandez	29	0.65
+fred carson	43	0.79
+luke nixon	28	0.84
+holly underhill	28	2.83
+tom underhill	58	3.74
+david falkner	71	1.33
+wendy zipper	53	1.01
+bob ichabod	37	1.65
+victor king	54	3.58
+sarah young	50	3.62
+bob thompson	29	3.29
+tom zipper	62	3.53
+katie ovid	42	0.53
+yuri robinson	62	0.25
+tom ellison	60	2.55
+tom van buren	25	3.46
+david ichabod	30	2.68
+wendy hernandez	27	2.38
+alice underhill	74	0.34
+calvin hernandez	73	1.35
+gabriella garcia	29	3.33
+zach falkner	76	1.34
+david thompson	75	0.15
+katie steinbeck	72	2.23
+xavier allen	72	3.76
+priscilla ellison	64	2.32
+yuri hernandez	41	2.68
+ulysses ovid	64	3.25
+oscar carson	51	1.30
+david allen	68	2.06
+mike quirinius	75	1.94
+mike garcia	44	0.58
+rachel laertes	44	3.68
+quinn ellison	70	0.11
+tom quirinius	32	3.39
+yuri polk	37	1.57
+luke johnson	75	3.70
+tom johnson	46	1.81
+irene miller	57	2.85
+holly white	58	1.24
+holly ichabod	55	1.21
+zach thompson	47	0.21
+gabriella davidson	66	1.58
+tom steinbeck	69	2.82
+katie ovid	42	0.45
+david johnson	41	1.25
+priscilla miller	69	2.13
+gabriella polk	22	2.88
+holly ovid	73	3.75
+fred zipper	26	1.50
+ulysses steinbeck	60	2.37
+jessica miller	71	3.17
+sarah polk	53	3.55
+quinn johnson	32	0.65
+priscilla young	63	2.33
+holly laertes	65	3.64
+alice king	57	3.91
+priscilla ovid	21	0.02
+david carson	77	3.27
+holly ichabod	33	0.51
+mike zipper	66	3.32
+david ellison	37	3.48
+ethan ellison	32	3.59
+katie brown	39	2.28
+zach thompson	51	0.02
+ethan davidson	58	1.82
+oscar johnson	25	0.99
+ulysses falkner	71	1.14
+mike hernandez	60	1.66
+gabriella nixon	48	3.10
+ethan steinbeck	22	3.45
+david van buren	32	2.96
+bob zipper	74	2.52
+david garcia	51	3.99
+nick xylophone	29	0.58
+david hernandez	70	3.16
+jessica ichabod	59	0.09
+wendy laertes	70	2.58
+gabriella polk	76	3.84
+tom carson	70	1.68
+katie robinson	35	0.22
+nick miller	38	1.79
+zach xylophone	31	1.02
+bob quirinius	20	2.44
+ethan xylophone	18	0.71
+holly johnson	55	1.67
+gabriella thompson	52	3.71
+tom king	48	0.34
+wendy brown	40	0.46
+fred allen	38	3.96
+mike ichabod	54	3.13
+luke van buren	65	3.31
+yuri zipper	66	2.10
+xavier laertes	73	0.93
+mike robinson	26	2.84
+luke steinbeck	58	2.46
+rachel steinbeck	63	1.20
+alice polk	28	2.14
+luke davidson	52	1.95
+ulysses steinbeck	54	3.80
+oscar quirinius	53	0.04
+gabriella xylophone	72	0.97
+tom ovid	34	3.17
+tom white	38	0.53
+tom ichabod	18	0.94
+irene steinbeck	66	0.49
+holly brown	77	1.46
+quinn young	65	1.56
+tom king	64	3.18
+wendy thompson	51	2.84
+katie xylophone	41	1.47
+zach hernandez	62	1.00
+oscar brown	21	0.56
+sarah nixon	69	3.33
+fred zipper	70	1.69
+rachel xylophone	60	2.46
+jessica ellison	55	1.55
+jessica king	71	3.59
+xavier hernandez	27	3.40
+bob brown	72	0.89
+yuri brown	47	3.07
+david van buren	37	3.04
+fred king	48	0.27
+fred falkner	41	1.74
+victor zipper	34	1.97
+fred quirinius	71	0.91
+rachel johnson	55	0.96
+katie ellison	62	2.13
+david king	67	1.17
+bob laertes	36	2.08
+calvin robinson	34	2.28
+xavier king	63	3.92
+ulysses thompson	27	0.43
+xavier ellison	65	1.00
+fred underhill	46	3.38
+sarah zipper	22	1.39
+oscar hernandez	62	2.87
+fred falkner	49	3.05
+ulysses nixon	66	0.59
+bob underhill	73	3.23
+fred hernandez	49	1.21
+xavier king	25	3.45
+quinn xylophone	69	3.31
+xavier young	76	1.70
+mike king	45	0.75
+calvin brown	50	1.06
+jessica young	30	0.54
+fred brown	38	2.74
+zach ichabod	35	1.05
+rachel zipper	24	1.41
+oscar underhill	37	0.50
+fred underhill	26	3.62
+alice allen	68	3.39
+oscar thompson	68	0.08
+mike underhill	38	2.98
+zach van buren	76	2.15
+sarah laertes	21	0.08
+sarah polk	68	2.80
+david ovid	43	0.77
+oscar polk	54	2.05
+oscar xylophone	63	2.44
+tom quirinius	66	3.52
+tom miller	35	3.80
+ulysses thompson	32	0.20
+xavier ichabod	48	1.73
+sarah davidson	60	2.67
+ulysses quirinius	38	0.48
+ulysses miller	48	2.77
+quinn zipper	32	1.77
+zach garcia	32	0.94
+holly laertes	75	3.72
+holly underhill	21	1.69
+tom underhill	62	3.50
+nick polk	57	0.76
+tom king	34	2.26
+katie garcia	24	0.50
+luke xylophone	60	2.37
+priscilla young	18	0.88
+bob thompson	52	2.59
+ulysses garcia	57	3.16
+david garcia	34	0.59
+jessica ovid	69	2.13
+katie zipper	63	0.28
+bob miller	73	0.68
+mike johnson	28	1.26
+david xylophone	29	3.84
+ulysses king	61	3.99
+ulysses ichabod	47	3.27
+oscar underhill	71	0.47
+yuri garcia	74	2.97
+ulysses falkner	61	0.79
+quinn xylophone	22	2.88
+zach king	47	2.20
+victor van buren	34	1.40
+nick xylophone	74	0.29
+victor xylophone	67	3.73
+priscilla van buren	76	2.32
+mike johnson	65	3.53
+jessica white	57	0.09
+alice steinbeck	64	3.81
+nick brown	40	0.34
+gabriella polk	76	3.49
+nick miller	18	0.06
+bob hernandez	53	2.90
+mike garcia	72	3.35
+david ichabod	72	2.24
+fred young	35	1.94
+holly polk	22	2.03
+jessica quirinius	65	2.74
+katie quirinius	72	3.79
+zach garcia	68	3.87
+ulysses young	63	0.07
+quinn garcia	72	2.04
+xavier king	37	0.87
+nick falkner	48	0.25
+bob robinson	57	2.25
+xavier van buren	73	2.77
+wendy quirinius	26	1.25
+holly robinson	70	2.51
+wendy carson	22	0.34
+wendy quirinius	71	0.23
+bob garcia	77	2.96
+holly allen	67	1.29
+ulysses steinbeck	75	1.30
+bob polk	44	2.45
+mike ichabod	44	3.82
+ulysses ovid	34	3.56
+alice thompson	35	2.14
+gabriella thompson	64	2.12
+fred garcia	68	3.29
+ulysses davidson	74	3.18
+mike xylophone	35	1.73
+priscilla allen	48	0.62
+yuri zipper	37	0.23
+ethan allen	51	0.40
+yuri carson	60	1.41
+tom white	63	0.18
+sarah hernandez	38	2.51
+rachel allen	76	2.85
+fred miller	37	3.05
+gabriella thompson	22	1.06
+bob garcia	21	1.99
+jessica van buren	76	1.55
+oscar ovid	38	2.42
+priscilla ichabod	29	1.94
+ulysses johnson	48	0.96
+calvin zipper	62	0.34
+david xylophone	51	0.61
+gabriella laertes	64	2.41
+bob ellison	29	1.46
+gabriella carson	40	2.45
+wendy johnson	32	1.22
+fred brown	38	3.62
+xavier thompson	58	1.57
+sarah thompson	62	2.51
+katie allen	29	2.15
+david young	34	0.11
+bob underhill	30	0.13
+rachel laertes	68	1.65
+wendy king	48	3.72
+zach van buren	57	0.77
+alice polk	54	3.95
+fred falkner	27	0.16
+holly van buren	71	3.91
+irene king	23	2.10
+david brown	60	0.98
+fred ovid	64	3.27
+holly xylophone	50	0.44
+rachel xylophone	18	1.62
+xavier ovid	37	3.56
+david hernandez	46	0.48
+oscar ellison	20	0.50
+tom van buren	71	0.52
+irene young	50	3.04
+irene ichabod	61	0.03
+mike garcia	66	3.88
+quinn ichabod	50	1.55
+rachel steinbeck	39	2.10
+zach zipper	40	0.98
+tom white	69	2.28
+katie brown	40	1.21
+calvin king	57	0.01
+mike garcia	60	2.50
+oscar steinbeck	18	2.53
+priscilla xylophone	35	0.20
+victor davidson	55	2.98
+tom polk	74	2.72
+alice allen	77	2.52
+xavier zipper	48	1.17
+david carson	73	1.11
+luke laertes	35	0.87
+holly hernandez	60	1.56
+gabriella miller	51	3.72
+yuri laertes	65	1.93
+sarah johnson	37	1.01
+luke quirinius	77	0.04
+victor brown	39	3.86
+calvin zipper	42	0.02
+irene zipper	26	1.04
+david laertes	35	0.04
+mike carson	75	1.67
+ulysses king	38	2.81
+oscar zipper	61	3.42
+holly laertes	34	3.66
+luke carson	37	2.43
+yuri davidson	73	1.96
+holly quirinius	37	1.10
+tom underhill	45	2.97
+katie king	37	1.03
+calvin robinson	74	0.48
+zach nixon	60	1.25
+tom young	73	0.15
+priscilla laertes	75	0.84
+oscar thompson	71	2.92
+rachel hernandez	77	2.23
+wendy brown	23	1.79
+xavier zipper	31	2.93
+rachel allen	56	0.88
+ethan ichabod	73	0.37
+irene white	77	3.91
+quinn nixon	27	2.79
+gabriella xylophone	42	3.06
+victor miller	21	0.01
+oscar thompson	51	1.64
+holly van buren	33	0.38
+alice white	37	0.21
+mike nixon	30	1.43
+ulysses steinbeck	60	2.24
+holly ovid	76	2.69
+alice johnson	69	0.16
+katie robinson	23	2.05
+yuri zipper	42	1.20
+bob thompson	29	2.80
+victor brown	21	1.25
+gabriella brown	18	3.49
+zach nixon	21	2.28
+ethan underhill	64	0.36
+ulysses white	43	1.36
+mike thompson	21	2.04
+katie garcia	54	3.18
+yuri ellison	56	1.57
+nick quirinius	53	0.88
+holly thompson	24	0.99
+fred ellison	43	1.59
+sarah robinson	19	1.75
+wendy xylophone	40	2.86
+xavier brown	54	0.28
+rachel hernandez	76	1.49
+holly ovid	59	2.32
+mike thompson	68	2.61
+katie steinbeck	75	0.19
+yuri ovid	45	0.34
+tom young	43	3.46
+yuri thompson	34	3.93
+mike underhill	18	0.40
+david underhill	36	3.01
+jessica garcia	20	2.21
+calvin underhill	47	0.42
+holly polk	76	0.95
+victor johnson	21	1.17
+fred johnson	59	3.23
+fred xylophone	57	0.93
+ulysses carson	53	0.73
+ulysses garcia	64	1.98
+ethan falkner	28	2.08
+victor nixon	49	3.60
+ethan polk	57	1.89
+quinn underhill	57	2.69
+rachel ichabod	56	2.22
+oscar xylophone	76	3.57
+ethan garcia	19	1.79
+bob white	64	1.12
+david zipper	71	3.47
+calvin miller	20	0.82
+yuri allen	59	2.94
+holly van buren	49	0.60
+ulysses laertes	76	1.28
+luke ovid	74	3.22
+xavier miller	68	0.41
+ulysses davidson	27	1.29
+nick ichabod	18	0.54
+tom johnson	64	1.26
+oscar steinbeck	55	3.37
+mike miller	41	2.48
+bob ovid	37	1.08
+quinn nixon	71	3.46
+nick falkner	22	0.08
+quinn zipper	20	1.85
+holly miller	39	0.91
+tom robinson	20	2.99
+bob white	65	1.06
+ulysses polk	23	2.19
+alice davidson	77	0.07
+priscilla hernandez	69	2.65
+sarah underhill	74	3.74
+zach falkner	67	1.64
+yuri brown	75	1.32
+tom ichabod	40	2.37
+katie zipper	63	3.29
+oscar miller	53	3.92
+tom thompson	77	0.43
+ulysses johnson	49	2.76
+ethan king	59	3.00
+calvin steinbeck	68	2.60
+calvin hernandez	46	0.30
+ulysses steinbeck	56	2.68
+fred allen	71	2.86
+katie johnson	75	1.92
+katie garcia	66	3.82
+katie hernandez	69	2.29
+quinn xylophone	54	1.71
+wendy zipper	36	2.07
+luke zipper	71	1.56
+yuri johnson	56	3.83
+gabriella steinbeck	54	1.60
+holly miller	59	1.77
+gabriella xylophone	40	3.11
+mike nixon	60	3.28
+quinn ovid	75	3.87
+tom ellison	60	3.64
+tom zipper	46	2.45
+david johnson	41	3.29
+zach carson	51	3.30
+jessica zipper	22	1.44
+fred zipper	62	3.91
+bob white	19	2.57
+xavier thompson	35	0.09
+david thompson	57	0.74
+jessica johnson	67	1.18
+quinn ichabod	72	2.05
+nick garcia	59	1.99
+katie quirinius	74	1.85
+wendy thompson	28	2.03
+tom nixon	19	1.07
+jessica miller	56	2.23
+gabriella polk	29	2.81
+oscar white	44	1.00
+alice zipper	43	1.82
+xavier ellison	31	3.65
+victor davidson	34	1.13
+alice robinson	60	2.89
+rachel hernandez	19	1.33
+oscar carson	77	0.63
+holly miller	37	2.12
+mike ichabod	25	1.25
+sarah king	41	3.32
+tom young	32	3.30
+katie king	37	2.54
+jessica underhill	29	0.70
+holly young	37	3.07
+tom thompson	62	1.57
+calvin hernandez	41	3.29
+wendy ellison	25	1.27
+alice xylophone	66	3.71
+david young	49	3.45
+rachel johnson	54	2.01
+alice white	73	3.63
+yuri ovid	44	3.01
+sarah underhill	39	3.24
+calvin polk	37	1.31
+mike young	76	3.28
+rachel miller	33	3.19
+calvin ichabod	74	0.01
+xavier steinbeck	40	1.30
+luke hernandez	50	2.81
+jessica quirinius	61	0.73
+ulysses ellison	25	0.02
+rachel thompson	67	2.37
+fred davidson	24	0.05
+tom carson	38	2.72
+xavier xylophone	67	1.47
+tom falkner	74	0.83
+katie thompson	65	3.29
+sarah brown	28	0.74
+bob xylophone	18	1.19
+zach nixon	55	1.23
+tom robinson	29	1.54
+priscilla ellison	72	2.86
+katie quirinius	31	3.64
+nick brown	47	2.15
+alice xylophone	33	2.80
+nick young	56	0.65
+jessica falkner	51	2.02
+david carson	40	1.21
+luke thompson	26	2.41
+oscar ellison	46	1.82
+victor carson	75	1.62
+fred robinson	66	2.02
+tom steinbeck	26	0.47
+holly nixon	34	3.49
+rachel steinbeck	24	1.27
+sarah zipper	68	2.92
+bob white	24	0.38
+ulysses quirinius	53	2.55
+zach king	52	1.23
+xavier laertes	41	0.19
+gabriella nixon	21	1.42
+bob quirinius	33	0.19
+luke steinbeck	68	3.04
+wendy steinbeck	55	3.55
+holly king	64	3.54
+katie polk	43	3.07
+priscilla van buren	32	3.89
+ethan brown	48	2.73
+david ellison	56	3.22
+nick ichabod	73	0.18
+yuri garcia	31	1.04
+mike xylophone	28	0.80
+xavier young	73	0.53
+calvin carson	27	3.87
+david laertes	33	2.75
+xavier white	64	3.10
+alice young	43	2.30
+bob hernandez	22	0.12
+xavier brown	36	3.26
+bob brown	40	3.51
+jessica zipper	30	3.56
+gabriella xylophone	60	2.48
+alice underhill	64	0.34
+sarah steinbeck	45	2.79
+calvin van buren	44	2.14
+nick zipper	59	0.82
+xavier robinson	40	2.97
+xavier laertes	45	2.87
+ulysses johnson	25	2.43
+xavier garcia	31	1.21
+tom brown	22	1.54
+fred robinson	42	1.64
+wendy johnson	74	1.50
+quinn zipper	68	2.24
+irene garcia	47	2.23
+oscar zipper	43	2.31
+wendy ellison	40	3.33
+priscilla robinson	68	1.93
+calvin garcia	75	3.98
+victor laertes	64	3.77
+yuri robinson	24	0.41
+luke van buren	19	2.65
+tom miller	41	1.65
+tom ellison	61	0.01
+bob davidson	31	2.58
+jessica davidson	39	2.13
+xavier miller	59	3.79
+david steinbeck	33	1.17
+quinn thompson	61	2.12
+gabriella carson	56	3.99
+ethan miller	28	2.63
+wendy zipper	55	2.05
+david xylophone	40	1.27
+yuri falkner	27	1.99
+quinn underhill	32	2.76
+bob white	27	0.93
+oscar brown	67	0.91
+mike brown	19	1.25
+nick johnson	47	3.98
+luke robinson	61	0.23
+tom laertes	65	2.77
+priscilla garcia	66	0.71
+ethan quirinius	70	2.92
+oscar allen	18	2.11
+calvin polk	40	1.82
+katie laertes	39	2.12
+calvin allen	46	2.89
+priscilla xylophone	28	0.47
+ethan johnson	20	3.16
+ethan xylophone	27	3.85
+victor davidson	26	2.47
+alice ellison	75	0.26
+bob ellison	68	2.24
+gabriella young	44	2.68
+fred underhill	24	2.36
+david johnson	75	3.91
+quinn ovid	56	0.50
+jessica robinson	26	3.95
+victor young	32	3.09
+gabriella robinson	62	1.52
+bob xylophone	73	1.41
+quinn robinson	29	1.29
+sarah allen	42	2.93
+zach white	23	2.65
+gabriella steinbeck	68	1.01
+oscar nixon	68	0.17
+ethan zipper	52	2.71
+gabriella allen	48	0.47
+zach hernandez	21	3.80
+holly johnson	74	0.60
+yuri laertes	18	0.89
+xavier hernandez	61	0.06
+victor zipper	41	0.20
+alice underhill	45	3.16
+nick polk	21	3.59
+katie thompson	77	3.52
+jessica hernandez	26	2.40
+tom van buren	55	3.70
+jessica van buren	51	2.83
+ulysses king	24	1.83
+ethan robinson	72	0.79
+fred allen	45	2.98
+victor quirinius	35	1.83
+oscar van buren	64	0.00
+rachel carson	19	3.86
+wendy polk	53	2.41
+priscilla ichabod	50	2.56
+fred thompson	56	3.57
+jessica zipper	24	1.62
+priscilla carson	55	2.29
+yuri brown	48	0.29
+luke white	69	2.86
+sarah steinbeck	28	1.58
+bob hernandez	47	3.72
+holly robinson	76	2.52
+irene underhill	54	1.12
+mike young	49	3.34
+bob johnson	42	0.53
+xavier johnson	58	2.86
+fred ellison	29	1.02
+victor king	26	2.63
+ethan davidson	55	0.37
+luke quirinius	37	1.43
+oscar nixon	28	1.46
+ethan davidson	39	1.11
+alice brown	73	3.36
+calvin robinson	18	0.13
+zach ovid	54	1.37
+bob young	33	2.60
+irene van buren	43	3.53
+david davidson	47	2.48
+yuri thompson	74	0.28
+yuri xylophone	56	2.10
+rachel thompson	46	3.20
+gabriella ichabod	66	0.46
+sarah polk	61	2.42
+katie thompson	18	2.33
+katie brown	45	3.72
+fred miller	77	3.81
+rachel thompson	61	0.16
+calvin ellison	47	1.94
+bob thompson	62	0.84
+jessica polk	67	0.46
+david falkner	33	1.52
+wendy steinbeck	64	0.50
+mike zipper	43	1.75
+holly king	24	1.43
+irene laertes	18	3.46
+katie underhill	65	2.01
+nick brown	32	2.35
+jessica ovid	59	0.84
+sarah king	32	1.84
+quinn van buren	27	0.22
+oscar ovid	71	3.86
+katie davidson	37	2.50
+irene brown	54	1.74
+mike king	76	1.64
+ulysses allen	62	0.97
+luke davidson	21	1.61
+bob falkner	58	0.87
+alice van buren	55	3.31
+wendy thompson	64	3.03
+ethan laertes	60	3.03
+sarah king	75	3.94
+xavier zipper	28	3.25
+nick miller	65	2.24
+quinn king	64	2.75
+bob brown	25	2.66
+oscar nixon	74	2.72
+alice polk	59	0.39
+sarah ichabod	52	3.94
+holly quirinius	53	1.15
+victor xylophone	38	0.27
+ethan quirinius	29	2.21
+victor allen	61	0.21
+sarah ellison	61	3.61
+ulysses underhill	60	2.59
+tom ichabod	26	0.75
+alice johnson	21	3.54
+priscilla ellison	36	1.94
+ulysses miller	19	2.10
+tom nixon	57	0.86
+ulysses young	62	3.35
+jessica miller	24	2.00
+katie steinbeck	63	0.44
+ulysses zipper	37	0.32
+wendy young	21	0.39
+quinn white	48	0.51
+oscar garcia	76	1.79
+yuri davidson	43	0.57
+alice falkner	28	3.72
+xavier ovid	63	1.06
+yuri ichabod	62	1.02
+zach ichabod	77	0.57
+mike laertes	76	0.54
+luke thompson	29	3.30
+katie quirinius	35	0.76
+nick davidson	76	3.84
+mike allen	49	1.24
+luke xylophone	39	3.75
+rachel carson	44	0.26
+tom laertes	71	2.16
+priscilla underhill	74	3.17
+xavier ellison	27	0.35
+katie king	49	0.32
+quinn garcia	63	0.02
+yuri van buren	61	1.82
+oscar nixon	40	1.15
+irene nixon	38	0.95
+victor davidson	29	1.12
+ethan zipper	64	2.63
+zach quirinius	71	3.27
+yuri johnson	40	2.13
+luke ellison	18	3.31
+luke allen	51	0.31
+luke thompson	68	0.52
+alice falkner	75	2.40
+ethan johnson	48	1.06
+wendy xylophone	40	0.83
+irene xylophone	48	3.84
+priscilla zipper	32	3.51
+gabriella ichabod	49	3.83
+jessica hernandez	53	2.87
+gabriella carson	37	2.95
+rachel brown	36	1.97
+gabriella miller	72	3.61
+quinn ovid	18	0.08
+fred xylophone	54	3.28
+ethan ichabod	39	1.67
+ethan zipper	61	1.82
+nick nixon	37	2.74
+ulysses van buren	74	0.71
+victor xylophone	35	2.47
+oscar ichabod	57	2.93
+mike van buren	68	2.30
+david robinson	21	2.09
+tom polk	69	0.83
+luke hernandez	41	3.01
+victor van buren	74	3.37
+zach hernandez	65	0.16
+irene ovid	26	3.48
+irene johnson	61	2.43
+irene polk	44	0.57
+luke ovid	52	0.66
+ethan king	37	0.19
+zach nixon	69	1.14
+david quirinius	24	2.94
+ulysses white	34	0.45
+rachel van buren	60	2.55
+sarah hernandez	24	3.58
+ulysses garcia	56	1.16
+oscar young	48	0.37
+quinn laertes	45	0.88
+ulysses ovid	72	1.62
+quinn ellison	44	2.35
+ethan xylophone	69	1.63
+tom johnson	72	0.26
+zach carson	19	0.84
+fred zipper	28	1.85
+quinn johnson	32	3.43
+mike robinson	76	1.68
+sarah ichabod	19	0.24
+david xylophone	20	2.46
+david ellison	64	0.65
+fred ichabod	20	3.25
+calvin ovid	64	0.83
+rachel xylophone	67	0.75
+luke polk	62	1.35
+jessica johnson	64	1.72
+quinn miller	40	3.20
+holly king	62	0.87
+alice hernandez	29	0.83
+wendy quirinius	31	3.03
+tom van buren	53	3.52
+fred ichabod	31	1.42
+yuri ovid	70	2.02
+fred hernandez	44	0.09
+gabriella carson	28	2.08
+nick ichabod	37	1.95
+victor quirinius	25	1.01
+gabriella ovid	51	0.78
+holly quirinius	22	3.66
+xavier thompson	33	0.43
+tom hernandez	69	1.42
+xavier xylophone	60	2.20
+quinn steinbeck	67	2.12
+yuri johnson	46	2.41
+xavier johnson	21	2.39
+ulysses king	55	0.00
+ethan white	53	2.28
+fred allen	26	3.28
+rachel carson	37	2.03
+victor underhill	49	3.20
+victor ichabod	37	1.53
+wendy underhill	65	2.11
+luke white	32	2.96
+gabriella white	59	1.03
+ulysses ovid	40	2.35
+mike garcia	73	2.73
+yuri king	59	3.85
+rachel van buren	18	2.21
+holly ichabod	45	3.99
+jessica white	41	2.37
+jessica carson	50	1.59
+wendy ellison	22	3.49
+david young	52	2.63
+fred underhill	75	1.55
+irene young	22	2.01
+oscar underhill	74	1.42
+ulysses davidson	44	2.27
+oscar ovid	57	1.62
+irene steinbeck	30	1.75
+sarah hernandez	39	2.60
+gabriella ichabod	65	3.57
+quinn brown	48	1.56
+nick steinbeck	45	1.13
+katie robinson	33	0.11
+wendy laertes	24	3.00
+victor laertes	58	2.45
+wendy xylophone	18	0.87
+ulysses polk	64	1.41
+nick zipper	72	3.43
+nick laertes	46	1.20
+wendy young	48	0.19
+bob nixon	77	1.58
+rachel steinbeck	58	2.60
+sarah allen	52	0.07
+nick zipper	38	3.37
+gabriella polk	37	0.90
+oscar thompson	26	2.52
+quinn young	33	3.38
+irene falkner	53	2.18
+katie steinbeck	29	2.93
+luke young	24	0.31
+rachel nixon	61	2.12
+irene steinbeck	65	3.30
+irene king	30	1.93
+david robinson	43	1.53
+rachel zipper	58	3.76
+jessica miller	44	2.24
+yuri brown	42	1.76
+luke miller	67	2.39
+xavier young	68	1.92
+jessica king	51	2.62
+oscar carson	71	1.20
+oscar garcia	30	0.09
+david xylophone	21	1.42
+mike allen	77	0.60
+bob davidson	22	1.75
+mike underhill	36	3.46
+quinn garcia	72	3.07
+mike white	34	3.15
+rachel thompson	46	2.96
+bob young	36	1.37
+david steinbeck	42	1.94
+wendy steinbeck	73	2.02
+calvin ovid	46	3.13
+wendy van buren	73	2.94
+oscar quirinius	76	1.45
+yuri underhill	73	2.10
+tom ichabod	67	0.71
+ulysses ichabod	37	0.95
+quinn laertes	61	2.85
+xavier underhill	41	3.95
+ethan miller	51	0.03
+alice white	48	2.71
+wendy garcia	66	2.64
+sarah miller	76	1.32
+victor polk	66	2.75
+victor brown	28	1.65
+mike van buren	40	3.42
+luke brown	37	3.33
+sarah van buren	42	2.74
+katie davidson	38	3.83
+holly robinson	46	0.67
+holly ovid	52	0.16
+david king	48	3.63
+priscilla van buren	19	0.70
+luke king	58	0.97
+david allen	20	3.99
+irene falkner	51	2.86
+ethan brown	70	0.44
+wendy ellison	53	0.25
+david davidson	25	1.91
+oscar laertes	40	3.47
+jessica king	46	2.91
+tom falkner	40	3.45
+oscar thompson	46	2.70
+bob brown	74	3.34
+ethan zipper	66	0.81
+quinn nixon	65	0.29
+alice johnson	64	3.99
+wendy allen	42	1.22
+irene allen	23	2.01
+irene steinbeck	56	0.44
+gabriella carson	53	3.91
+rachel thompson	53	3.36
+priscilla quirinius	70	1.51
+zach polk	54	0.87
+tom robinson	39	1.67
+zach king	39	3.75
+rachel falkner	27	0.20
+gabriella ichabod	58	2.60
+rachel thompson	40	1.07
+david white	29	0.19
+david johnson	77	0.72
+alice steinbeck	58	3.63
+mike davidson	33	3.55
+ethan king	64	0.89
+bob brown	67	3.72
+david miller	69	3.42
+alice ellison	33	2.63
+nick nixon	30	1.90
+mike robinson	34	0.68
+sarah laertes	39	3.45
+bob falkner	57	0.54
+holly hernandez	33	0.28
+gabriella white	47	0.68
+david quirinius	64	1.43
+zach white	69	0.65
+victor quirinius	66	0.92
+priscilla polk	26	1.31
+wendy garcia	56	1.62
+priscilla ichabod	67	2.62
+sarah white	45	0.22
+gabriella xylophone	49	2.97
+calvin nixon	40	0.78
+katie johnson	33	0.04
+david laertes	59	2.53
+mike white	47	2.93
+wendy carson	53	2.34
+wendy nixon	56	1.14
+sarah ellison	40	2.32
+jessica zipper	32	2.28
+wendy young	39	0.18
+rachel hernandez	58	2.55
+alice allen	36	2.27
+david ellison	76	0.15
+gabriella brown	65	2.66
+mike garcia	31	2.79
+calvin garcia	30	2.08
+xavier carson	32	2.36
+quinn white	52	0.30
+holly laertes	46	3.22
+holly robinson	29	2.19
+katie thompson	28	0.89
+irene laertes	59	1.75
+holly polk	74	1.26
+tom ellison	60	3.34
+ulysses miller	18	1.30
+jessica garcia	49	3.47
+calvin allen	64	1.64
+katie thompson	59	3.99
+holly xylophone	77	0.52
+irene van buren	63	3.63
+zach van buren	32	0.45
+xavier underhill	19	2.65
+victor ellison	68	2.06
+luke underhill	23	3.85
+mike nixon	37	1.73
+victor garcia	65	1.09
+nick underhill	75	1.19
+quinn nixon	42	3.20
+wendy robinson	20	3.40
+sarah garcia	74	1.51
+ulysses van buren	74	1.05
+wendy thompson	29	1.97
+mike zipper	69	2.24
+alice robinson	35	3.58
+alice ichabod	64	2.25
+nick brown	20	1.79
+quinn quirinius	18	0.81
+nick hernandez	68	0.51
+gabriella brown	26	0.93
+priscilla steinbeck	66	1.61
+wendy brown	74	3.85
+wendy quirinius	24	2.02
+priscilla carson	54	3.84
+irene young	56	1.96
+luke zipper	28	1.24
+irene polk	66	1.34
+fred white	47	1.48
+oscar carson	67	3.14
+ulysses carson	25	2.92
+jessica zipper	74	0.17
+gabriella nixon	65	1.63
+priscilla ovid	48	3.77
+wendy carson	56	0.90
+victor nixon	49	2.71
+nick white	50	2.66
+gabriella van buren	34	3.21
+wendy garcia	54	1.85
+luke steinbeck	19	2.63
+alice davidson	34	2.64
+yuri falkner	55	0.45
+oscar ichabod	51	3.16
+wendy carson	49	0.18
+zach miller	55	1.79
+xavier van buren	43	2.86
+priscilla quirinius	37	2.19
+wendy young	35	3.30
+jessica young	36	0.29
+calvin steinbeck	25	3.43
+holly underhill	24	1.58
+nick ovid	74	3.83
+gabriella white	60	2.90
+gabriella ovid	32	1.97
+fred johnson	41	2.22
+priscilla xylophone	54	0.79
+bob white	23	2.52
+calvin miller	39	2.74
+ulysses quirinius	71	0.74
+holly young	62	3.84
+sarah xylophone	31	0.12
+zach hernandez	60	2.16
+tom van buren	23	1.32
+ethan johnson	43	2.73
+mike ovid	51	3.07
+ethan polk	22	0.88
+irene king	33	0.53
+ethan allen	46	2.02
+rachel thompson	53	1.38
+holly ovid	48	0.05
+wendy robinson	23	0.93
+katie robinson	44	0.89
+rachel young	19	1.93
+priscilla king	31	1.97
+ulysses thompson	20	2.27
+sarah thompson	46	3.12
+victor white	55	2.09
+alice miller	52	0.91
+rachel zipper	40	0.07
+calvin allen	62	3.29
+oscar johnson	28	0.88
+irene white	73	2.40
+jessica laertes	32	2.27
+david van buren	55	0.13
+bob carson	58	3.05
+bob van buren	77	2.69
+gabriella king	36	3.69
+katie xylophone	19	1.14
+david johnson	68	0.23
+irene miller	71	0.77
+alice nixon	21	3.24
+fred robinson	46	3.40
+mike king	54	2.49
+nick king	65	0.49
+katie johnson	38	1.43
+quinn ovid	22	0.68
+ulysses carson	75	2.62
+wendy davidson	29	1.34
+oscar steinbeck	19	1.14
+ethan thompson	19	3.72
+rachel brown	49	0.21
+sarah zipper	22	1.36
+ulysses carson	76	3.22
+holly ichabod	52	1.91
+katie garcia	50	2.06
+ulysses johnson	43	0.73
+jessica ellison	40	1.85
+sarah allen	64	3.19
+fred steinbeck	43	3.91
+david nixon	18	3.51
+priscilla van buren	37	1.38
+gabriella johnson	20	2.26
+rachel zipper	62	0.02
+ethan ovid	25	0.12
+oscar nixon	40	1.33
+ulysses young	50	0.13
+rachel miller	45	3.63
+ulysses brown	28	1.96
+katie zipper	74	1.46
+yuri davidson	18	3.04
+jessica xylophone	69	2.72
+jessica robinson	62	0.81
+gabriella xylophone	33	3.54
+irene thompson	44	1.70
+nick brown	32	0.33
+gabriella quirinius	70	2.48
+ulysses hernandez	28	3.66
+jessica falkner	55	0.92
+rachel ellison	53	1.55
+jessica robinson	61	1.14
+xavier ovid	66	1.88
+fred white	60	2.59
+quinn davidson	56	2.66
+david garcia	53	2.02
+ulysses white	72	0.88
+katie white	27	2.15
+katie allen	22	2.57
+nick van buren	30	0.83
+wendy polk	53	2.43
+tom underhill	58	3.42
+ulysses miller	63	1.78
+luke quirinius	53	1.49
+gabriella quirinius	62	3.50
+holly ellison	25	1.84
+priscilla young	34	3.26
+mike johnson	74	2.72
+david van buren	19	2.66
+priscilla hernandez	47	3.23
+wendy carson	35	2.40
+david carson	53	0.91
+irene ellison	53	0.68
+katie polk	35	1.96
+mike king	25	2.34
+nick hernandez	52	1.87
+victor davidson	67	3.90
+bob white	25	3.66
+priscilla brown	22	3.95
+quinn carson	51	2.96
+mike carson	60	0.39
+calvin ellison	30	2.36
+ethan miller	77	0.72
+jessica ichabod	37	0.06
+sarah van buren	47	3.40
+david quirinius	22	3.19
+luke nixon	27	1.82
+jessica zipper	60	2.97
+ulysses carson	24	2.07
+zach king	64	2.61
+yuri steinbeck	72	3.62
+calvin carson	22	3.71
+tom miller	27	0.04
+priscilla hernandez	39	3.15
+yuri carson	68	2.85
+wendy ovid	41	3.24
+priscilla ichabod	50	3.85
+bob johnson	33	0.75
+rachel xylophone	29	1.83
+mike ovid	59	3.15
+tom young	36	3.69
+wendy steinbeck	26	3.68
+bob thompson	40	0.86
+ethan ovid	41	1.78
+wendy hernandez	58	2.53
+mike young	30	2.96
+fred laertes	65	2.12
+quinn king	69	3.31
+katie miller	20	2.18
+holly ovid	63	3.57
+david allen	55	2.39
+bob garcia	20	1.40
+mike hernandez	73	0.13
+calvin young	20	2.06
+zach falkner	72	0.75
+fred davidson	27	3.76
+holly ichabod	31	3.97
+oscar nixon	35	2.00
+priscilla laertes	39	0.57
+tom steinbeck	63	1.28
+holly miller	48	3.07
+quinn king	47	2.95
+gabriella garcia	49	2.14
+mike ovid	54	2.21
+zach ovid	75	2.38
+calvin king	50	0.15
+quinn thompson	49	3.07
+irene ichabod	38	0.84
+mike carson	27	0.03
+quinn davidson	51	0.91
+ulysses xylophone	25	0.74
+ethan king	46	3.33
+mike van buren	24	3.54
+oscar falkner	57	0.68
+jessica brown	24	0.27
+nick van buren	62	2.03
+alice polk	76	0.44
+bob underhill	45	2.84
+irene steinbeck	33	3.92
+katie falkner	47	3.00
+quinn white	34	3.94
+ulysses white	19	3.21
+ethan ovid	21	3.53
+ethan xylophone	55	0.03
+david allen	18	3.59
+rachel quirinius	24	1.32
+david robinson	44	2.09
+david falkner	45	1.93
+rachel zipper	46	3.59
+luke robinson	71	1.50
+fred steinbeck	61	3.63
+luke allen	40	0.33
+nick allen	76	0.43
+xavier brown	48	3.62
+luke thompson	67	3.97
+rachel underhill	31	2.73
+ethan robinson	52	0.90
+victor xylophone	30	0.74
+irene quirinius	38	3.28
+irene steinbeck	66	0.18
+katie davidson	60	1.91
+wendy brown	61	1.54
+david ellison	24	2.94
+sarah ovid	69	0.23
+sarah underhill	37	3.14
+luke xylophone	36	0.55
+irene allen	26	1.85
+zach steinbeck	43	0.47
+tom brown	58	0.11
+quinn carson	59	0.24
+jessica carson	40	0.54
+ulysses garcia	49	3.39
+ethan thompson	22	2.56
+tom davidson	54	1.98
+david johnson	42	2.23
+jessica underhill	45	1.95
+zach underhill	35	3.85
+luke robinson	62	3.84
+alice ichabod	25	1.19
+victor garcia	35	2.40
+tom ellison	34	0.12
+katie brown	38	0.34
+tom nixon	26	1.75
+xavier underhill	29	3.89
+zach white	39	3.07
+mike johnson	70	4.00
+mike garcia	27	3.93
+ethan xylophone	62	3.33
+irene miller	41	2.96
+katie thompson	32	1.95
+zach steinbeck	67	1.37
+fred laertes	38	3.11
+tom polk	25	3.79
+priscilla nixon	59	1.34
+holly steinbeck	62	1.40
+wendy falkner	50	0.07
+zach davidson	71	1.33
+victor laertes	30	2.80
+victor young	54	2.90
+ulysses johnson	53	3.38
+bob garcia	55	3.70
+nick ichabod	32	1.80
+quinn garcia	53	3.89
+katie steinbeck	62	1.70
+sarah thompson	45	3.39
+zach thompson	76	3.04
+wendy steinbeck	57	0.40
+calvin quirinius	26	1.25
+victor king	55	2.43
+wendy steinbeck	39	1.82
+holly hernandez	26	2.61
+sarah polk	24	1.26
+zach van buren	36	1.45
+fred white	65	3.42
+bob ellison	19	3.77
+irene ovid	48	2.26
+tom carson	63	0.43
+sarah ovid	21	0.50
+david miller	54	2.01
+irene thompson	23	3.89
+wendy johnson	65	3.93
+ulysses laertes	21	1.58
+ulysses ovid	49	0.36
+quinn king	36	1.50
+luke brown	39	0.49
+ethan white	32	0.55
+yuri hernandez	40	3.28
+irene miller	74	0.35
+yuri brown	20	3.03
+sarah ichabod	72	2.27
+ethan davidson	32	0.86
+ethan van buren	38	2.62
+quinn xylophone	43	1.96
+luke thompson	57	0.23
+fred ovid	27	1.06
+zach underhill	41	3.98
+quinn ovid	74	3.89
+nick davidson	73	3.40
+nick laertes	18	3.23
+holly polk	43	1.17
+luke quirinius	37	1.49
+oscar brown	22	2.10
+tom johnson	48	3.13
+jessica polk	46	1.00
+luke allen	24	1.53
+alice robinson	56	0.07
+irene zipper	46	0.80
+yuri xylophone	70	2.42
+alice miller	54	2.56
+zach johnson	57	0.70
+quinn van buren	23	3.43
+wendy johnson	76	0.19
+mike zipper	32	3.35
+victor ellison	32	0.39
+irene ellison	33	0.57
+zach young	49	3.47
+victor polk	47	3.51
+wendy steinbeck	62	3.13
+yuri davidson	29	2.04
+fred nixon	73	0.07
+fred hernandez	41	3.30
+irene allen	22	3.28
+victor thompson	51	1.52
+oscar brown	39	1.79
+bob zipper	57	2.30
+ulysses white	48	0.51
+priscilla steinbeck	28	2.45
+sarah van buren	64	3.30
+calvin polk	63	1.68
+yuri brown	34	0.08
+jessica ovid	72	3.19
+xavier ichabod	70	0.19
+priscilla young	49	3.90
+tom allen	39	0.27
+ethan robinson	28	3.90
+alice young	61	0.62
+oscar xylophone	31	0.58
+xavier underhill	31	2.13
+ulysses white	44	2.33
+quinn laertes	67	2.12
+irene falkner	69	0.29
+ethan falkner	23	1.47
+victor van buren	47	2.82
+calvin brown	47	2.09
+bob garcia	48	1.00
+rachel davidson	35	0.18
+david polk	29	3.72
+tom garcia	72	3.40
+ulysses laertes	72	1.11
+ethan ichabod	58	2.86
+calvin robinson	43	1.53
+katie carson	41	1.78
+jessica zipper	28	3.53
+mike nixon	28	1.73
+jessica laertes	76	3.09
+gabriella ovid	58	2.33
+luke falkner	74	0.96
+fred laertes	72	1.93
+xavier robinson	70	1.94
+rachel thompson	74	1.81
+yuri zipper	77	2.74
+sarah brown	51	0.20
+xavier falkner	37	0.26
+calvin ovid	44	2.16
+xavier miller	28	1.37
+rachel brown	59	2.82
+katie laertes	28	2.53
+wendy white	50	1.77
+fred johnson	36	1.20
+holly ovid	49	2.09
+victor hernandez	71	0.32
+calvin king	47	0.01
+ethan van buren	25	1.31
+yuri polk	27	3.09
+zach falkner	68	0.33
+luke van buren	65	3.59
+nick carson	67	1.09
+alice zipper	29	1.94
+yuri xylophone	22	1.04
+zach nixon	27	0.15
+mike thompson	46	2.48
+jessica steinbeck	44	1.45
+david king	47	0.17
+zach ovid	20	1.75
+ulysses miller	37	3.54
+alice hernandez	22	3.23
+katie king	19	0.34
+oscar ichabod	30	1.65
+nick zipper	28	3.14
+ulysses zipper	35	0.30
+oscar ichabod	56	0.98
+holly falkner	39	0.91
+luke davidson	64	1.53
+rachel polk	56	3.14
+nick garcia	64	2.00
+victor carson	32	2.44
+wendy quirinius	35	2.58
+xavier ellison	32	1.24
+calvin van buren	68	1.27
+mike miller	60	2.87
+mike underhill	39	0.44
+holly miller	61	3.22
+victor young	73	1.38
+jessica steinbeck	36	1.79
+ethan thompson	70	2.33
+fred johnson	63	3.40
+sarah ovid	49	1.74
+wendy polk	65	1.01
+victor ellison	76	0.33
+tom van buren	23	3.97
+jessica underhill	38	1.44
+priscilla johnson	43	3.12
+jessica laertes	54	1.87
+ulysses davidson	73	2.71
+rachel quirinius	27	3.06
+sarah hernandez	72	0.09
+nick brown	57	1.70
+ethan van buren	61	1.25
+nick white	45	0.73
+holly hernandez	48	3.25
+jessica carson	57	3.09
+rachel xylophone	76	2.02
+jessica hernandez	37	0.71
+quinn zipper	47	3.36
+katie ovid	41	1.05
+nick johnson	41	2.65
+nick falkner	56	3.67
+david ichabod	24	2.03
+nick allen	22	1.35
+yuri davidson	49	2.17
+sarah thompson	73	3.08
+irene allen	60	1.22
+rachel brown	67	2.01
+calvin underhill	76	1.70
+yuri ovid	76	2.86
+fred ichabod	51	2.31
+tom king	49	1.19
+rachel white	51	3.89
+yuri allen	36	2.60
+gabriella ovid	61	3.09
+ulysses quirinius	49	0.07
+david underhill	77	3.99
+yuri ovid	32	3.60
+wendy young	73	2.41
+wendy white	52	2.64
+katie garcia	25	2.61
+yuri hernandez	59	2.06
+gabriella young	22	2.83
+holly robinson	20	3.03
+zach thompson	67	3.20
+bob allen	43	0.54
+irene polk	38	2.87
+priscilla quirinius	31	0.25
+irene xylophone	68	2.19
+gabriella van buren	32	2.11
+zach carson	51	3.42
+zach van buren	44	1.05
+alice quirinius	37	0.97
+bob zipper	28	0.40
+quinn hernandez	37	1.65
+priscilla brown	22	0.68
+luke steinbeck	77	1.48
+irene nixon	61	3.79
+yuri davidson	42	3.16
+ethan allen	64	0.33
+nick king	75	0.71
+gabriella underhill	74	0.97
+quinn robinson	28	3.70
+holly robinson	57	0.97
+yuri king	53	3.84
+quinn garcia	57	0.33
+tom garcia	74	1.12
+calvin allen	74	2.46
+holly allen	38	1.29
+xavier quirinius	24	0.11
+wendy hernandez	55	2.93
+rachel thompson	50	1.49
+xavier ichabod	72	3.49
+xavier polk	77	3.98
+tom underhill	38	0.11
+irene xylophone	49	3.40
+ulysses hernandez	48	0.58
+fred van buren	54	0.95
+ulysses underhill	43	2.58
+zach polk	46	3.40
+alice falkner	19	2.81
+holly king	46	2.09
+alice hernandez	26	0.94
+oscar davidson	20	2.08
+oscar ichabod	34	2.95
+alice robinson	61	3.27
+xavier ellison	29	3.94
+gabriella white	38	0.93
+rachel ellison	66	2.46
+rachel underhill	36	0.20
+quinn falkner	60	2.15
+irene ovid	20	0.68
+ethan nixon	52	0.60
+luke underhill	40	2.95
+alice polk	36	1.51
+tom van buren	25	2.16
+gabriella laertes	77	2.46
+wendy carson	63	2.38
+gabriella carson	41	3.06
+david young	62	2.52
+rachel falkner	63	2.82
+fred robinson	40	1.57
+sarah steinbeck	71	2.54
+gabriella xylophone	61	0.49
+mike steinbeck	54	0.10
+zach zipper	66	2.67
+ethan van buren	69	0.27
+jessica ovid	50	1.57
+luke garcia	70	3.11
+sarah polk	43	0.25
+oscar hernandez	77	0.92
+nick underhill	68	2.75
+ethan van buren	49	2.83
+nick polk	70	1.66
+luke garcia	66	3.52
+rachel ellison	73	1.68
+luke robinson	21	2.20
+xavier hernandez	73	3.46
+ulysses king	65	3.50
+calvin carson	53	3.96
+zach ellison	40	1.88
+yuri falkner	55	2.22
+rachel polk	27	0.93
+irene davidson	41	3.37
+bob robinson	56	1.00
+wendy davidson	52	3.12
+xavier zipper	75	2.81
+tom king	32	2.73
+quinn white	51	0.98
+tom johnson	61	2.33
+wendy polk	46	3.67
+victor white	58	0.30
+luke thompson	56	1.37
+jessica allen	69	0.76
+fred young	26	2.15
+alice white	54	3.27
+alice zipper	56	1.78
+calvin thompson	68	3.13
+sarah ichabod	64	3.99
+jessica nixon	77	3.37
+xavier steinbeck	67	0.84
+xavier ellison	26	1.88
+sarah laertes	50	3.02
+ethan nixon	66	2.07
+victor underhill	71	0.30
+zach zipper	40	2.03
+gabriella underhill	69	0.62
+zach young	57	2.45
+luke davidson	21	3.19
+sarah nixon	63	0.35
+alice allen	51	1.08
+calvin nixon	41	1.20
+david miller	22	0.17
+rachel garcia	57	1.01
+tom white	58	1.63
+holly steinbeck	61	3.78
+zach zipper	47	2.92
+irene quirinius	66	3.08
+zach van buren	62	0.34
+priscilla steinbeck	73	2.30
+luke hernandez	46	0.82
+david quirinius	66	0.05
+bob laertes	47	2.64
+sarah zipper	71	1.01
+ulysses brown	69	1.64
+luke steinbeck	67	0.73
+zach king	48	3.86
+calvin zipper	23	3.13
+nick falkner	34	2.56
+nick brown	71	1.68
+ethan van buren	74	2.37
+rachel nixon	45	1.80
+quinn white	51	2.31
+quinn falkner	20	2.60
+xavier young	41	2.76
+calvin laertes	18	2.84
+alice quirinius	70	2.52
+nick polk	19	0.72
+david ellison	69	1.67
+calvin king	60	0.21
+calvin underhill	18	3.39
+yuri quirinius	66	1.68
+jessica allen	77	1.69
+holly brown	30	1.82
+tom young	72	3.50
+victor allen	54	1.07
+katie falkner	29	3.91
+xavier polk	24	0.57
+victor steinbeck	57	2.92
+david young	44	3.80
+victor polk	42	2.62
+ulysses zipper	70	2.23
+rachel hernandez	18	1.68
+ulysses brown	43	1.76
+katie carson	47	2.70
+sarah van buren	19	3.11
+katie van buren	39	2.39
+tom ellison	27	2.92
+david quirinius	47	1.11
+irene white	53	3.14
+nick johnson	26	3.30
+tom king	23	2.06
+luke robinson	47	3.13
+rachel allen	41	1.18
+victor robinson	39	0.61
+bob johnson	53	0.62
+sarah davidson	44	0.84
+fred ichabod	45	0.36
+calvin king	23	0.14
+quinn davidson	32	3.71
+alice miller	42	2.24
+mike nixon	60	0.11
+ethan thompson	50	3.39
+katie ellison	38	3.66
+gabriella miller	33	0.69
+yuri king	61	0.83
+sarah xylophone	27	1.93
+nick allen	19	0.39
+luke polk	33	3.03
+nick zipper	20	3.72
+zach hernandez	49	3.19
+victor polk	21	1.74
+fred laertes	55	0.07
+katie underhill	59	1.76
+oscar underhill	18	3.67
+calvin ellison	45	0.23
+sarah van buren	64	3.76
+calvin hernandez	43	2.47
+yuri garcia	71	2.56
+calvin zipper	51	3.32
+luke king	55	0.74
+david laertes	33	0.28
+oscar nixon	20	1.79
+mike quirinius	75	3.52
+victor allen	52	0.67
+wendy underhill	26	1.24
+zach white	24	3.56
+quinn xylophone	53	3.68
+bob carson	63	2.93
+fred xylophone	58	3.85
+jessica carson	56	1.27
+priscilla johnson	68	1.55
+irene van buren	63	2.12
+luke robinson	49	0.78
+zach hernandez	70	1.02
+ethan underhill	49	3.08
+alice young	71	1.97
+jessica underhill	68	3.23
+mike king	76	3.55
+xavier van buren	76	2.55
+irene carson	61	0.08
+bob zipper	55	2.75
+yuri robinson	76	1.71
+gabriella miller	59	0.98
+katie quirinius	51	3.16
+priscilla allen	21	2.16
+rachel garcia	62	1.46
+alice nixon	35	2.83
+quinn carson	58	1.03
+luke ellison	35	0.48
+irene nixon	52	3.40
+irene steinbeck	59	0.56
+alice carson	24	1.19
+jessica ovid	24	1.58
+nick carson	47	2.92
+katie robinson	56	1.03
+nick laertes	75	2.24
+ulysses van buren	32	1.27
+gabriella miller	24	3.82
+alice king	37	1.25
+sarah garcia	33	1.82
+oscar nixon	64	0.62
+fred allen	67	1.63
+calvin carson	39	1.52
+luke quirinius	42	3.47
+zach van buren	45	2.39
+yuri davidson	48	1.47
+luke white	50	1.44
+mike thompson	43	0.02
+sarah white	75	0.11
+sarah ovid	27	0.55
+gabriella davidson	30	0.90
+nick falkner	46	4.00
+ulysses ellison	54	2.77
+katie polk	22	2.34
+holly white	73	1.36
+rachel robinson	48	0.50
+wendy steinbeck	70	2.81
+quinn zipper	44	2.36
+alice polk	22	3.74
+xavier white	23	3.14
+irene carson	68	0.18
+fred van buren	57	2.60
+mike robinson	35	0.07
+jessica zipper	46	2.57
+holly underhill	26	0.24
+alice davidson	42	0.76
+holly hernandez	19	1.33
+yuri young	61	2.03
+sarah falkner	49	0.23
+yuri white	54	1.02
+xavier thompson	60	0.56
+priscilla hernandez	39	3.49
+jessica xylophone	63	0.18
+tom van buren	60	2.69
+jessica zipper	21	3.68
+david white	71	0.91
+quinn zipper	41	2.87
+tom xylophone	67	3.44
+priscilla ovid	62	1.10
+david ellison	23	2.11
+calvin laertes	18	0.78
+katie underhill	59	3.41
+tom falkner	34	2.61
+alice brown	73	1.75
+irene steinbeck	55	0.62
+yuri zipper	57	1.00
+zach ellison	22	2.59
+tom polk	58	0.99
+oscar quirinius	46	1.35
+jessica laertes	77	0.49
+bob polk	65	3.98
+xavier underhill	33	2.26
+oscar garcia	41	2.37
+irene white	23	0.39
+quinn steinbeck	40	2.15
+david miller	34	0.81
+luke ichabod	52	3.71
+yuri thompson	65	0.70
+tom underhill	72	3.06
+ethan johnson	69	3.31
+ulysses quirinius	31	0.90
+rachel ellison	47	3.87
+alice steinbeck	46	2.82
+holly thompson	56	1.28
+fred ellison	49	2.33
+alice allen	72	1.75
+yuri davidson	29	1.08
+wendy miller	35	3.71
+nick ellison	74	1.95
+calvin carson	63	1.24
+victor ichabod	67	1.39
+tom underhill	41	2.38
+gabriella ellison	63	0.91
+nick davidson	46	2.98
+katie xylophone	63	0.86
+quinn underhill	68	0.46
+nick robinson	40	1.03
+holly brown	24	3.73
+fred nixon	37	0.38
+david laertes	58	3.95
+fred hernandez	58	1.80
+katie miller	53	2.89
+holly carson	44	3.62
+wendy nixon	38	0.27
+ulysses falkner	56	1.76
+alice young	31	1.70
+sarah young	41	2.17
+holly laertes	58	1.78
+quinn robinson	75	1.90
+quinn ellison	39	1.58
+david young	25	0.95
+luke polk	19	0.56
+wendy king	31	1.97
+calvin quirinius	76	0.28
+zach white	37	3.28
+holly carson	46	2.02
+bob ichabod	26	1.34
+oscar davidson	25	2.09
+rachel davidson	21	3.83
+katie miller	77	1.86
+david ellison	54	1.33
+tom steinbeck	46	2.95
+irene young	77	2.71
+quinn thompson	69	3.95
+rachel polk	67	2.64
+irene laertes	76	0.62
+zach johnson	37	2.92
+oscar robinson	71	1.50
+katie hernandez	58	0.70
+tom thompson	71	0.86
+victor underhill	71	2.55
+katie garcia	37	1.21
+calvin miller	19	2.69
+priscilla quirinius	40	3.62
+david allen	30	1.87
+oscar davidson	24	2.80
+oscar ovid	60	3.07
+mike king	45	2.24
+oscar polk	36	2.63
+quinn johnson	28	3.42
+sarah johnson	35	3.23
+nick garcia	30	1.82
+nick thompson	63	1.86
+jessica zipper	22	1.60
+irene falkner	27	2.19
+bob quirinius	31	3.53
+gabriella hernandez	19	3.36
+nick davidson	61	0.10
+irene hernandez	74	2.03
+sarah brown	71	3.11
+oscar polk	34	3.24
+alice johnson	35	0.20
+holly falkner	75	0.79
+gabriella hernandez	19	0.47
+zach brown	24	2.68
+ethan carson	53	1.09
+jessica polk	72	2.71
+rachel steinbeck	68	2.33
+victor van buren	77	2.29
+mike ovid	38	2.64
+bob ichabod	62	0.45
+quinn van buren	34	1.12
+irene hernandez	30	1.18
+yuri polk	29	3.29
+irene ichabod	74	1.19
+gabriella laertes	27	1.93
+ethan ellison	56	1.17
+luke davidson	50	1.44
+ethan zipper	39	1.18
+jessica white	71	2.69
+rachel thompson	72	1.31
+ethan van buren	31	1.85
+nick young	35	2.78
+jessica ovid	46	1.54
+quinn carson	33	0.97
+nick miller	68	1.69
+calvin underhill	50	0.50
+david garcia	18	2.33
+zach johnson	58	2.83
+tom falkner	40	3.65
+nick laertes	59	3.93
+calvin garcia	25	2.43
+quinn carson	67	3.95
+zach laertes	23	0.57
+calvin young	63	2.32
+calvin garcia	76	3.74
+luke carson	67	0.29
+david young	20	1.31
+victor johnson	75	0.58
+oscar laertes	53	0.87
+yuri johnson	28	2.85
+katie davidson	58	0.17
+katie davidson	32	1.37
+priscilla laertes	75	1.75
+zach laertes	18	0.72
+alice quirinius	37	1.47
+rachel van buren	68	1.20
+nick polk	75	0.34
+yuri ichabod	62	3.38
+david zipper	53	3.81
+sarah robinson	27	1.22
+xavier laertes	75	2.75
+holly ellison	64	3.40
+nick robinson	71	1.50
+xavier laertes	42	2.43
+tom robinson	75	0.66
+rachel robinson	54	1.88
+tom zipper	58	1.68
+nick thompson	77	0.12
+alice johnson	41	2.99
+xavier quirinius	63	3.87
+xavier laertes	28	0.65
+mike quirinius	62	1.38
+yuri carson	74	2.02
+zach white	35	0.06
+xavier white	48	3.92
+sarah zipper	25	2.26
+holly garcia	22	2.79
+yuri brown	63	3.98
+bob xylophone	53	3.52
+victor ellison	35	2.57
+oscar van buren	32	1.89
+tom quirinius	73	2.94
+rachel carson	38	3.03
+jessica king	48	0.86
+ethan carson	63	2.67
+nick steinbeck	51	2.12
+katie robinson	70	1.94
+priscilla thompson	36	1.53
+calvin nixon	64	2.81
+zach thompson	28	1.86
+yuri ichabod	62	3.72
+tom laertes	52	2.75
+quinn carson	26	3.33
+bob allen	53	1.62
+jessica garcia	48	1.26
+mike ovid	22	2.96
+mike steinbeck	68	1.07
+fred quirinius	45	0.71
+oscar ovid	30	2.12
+ethan king	39	0.71
+wendy brown	39	3.55
+irene laertes	38	3.22
+quinn ellison	38	1.05
+xavier underhill	30	3.66
+oscar davidson	25	2.33
+oscar robinson	76	3.23
+holly ellison	51	0.44
+irene white	60	3.39
+rachel johnson	72	1.91
+ethan garcia	58	3.76
+ulysses falkner	30	0.10
+priscilla davidson	62	1.98
+alice zipper	19	2.03
+zach underhill	23	3.52
+oscar miller	36	2.92
+oscar thompson	58	0.86
+bob ellison	33	0.55
+gabriella ichabod	66	2.96
+priscilla carson	63	3.93
+yuri king	33	3.97
+irene falkner	30	0.82
+quinn zipper	43	1.62
+david carson	60	3.26
+jessica hernandez	30	3.82
+priscilla van buren	53	0.63
+gabriella robinson	30	0.33
+tom underhill	40	0.58
+quinn brown	69	0.20
+xavier hernandez	35	0.74
+fred nixon	37	2.27
+quinn van buren	74	1.39
+yuri ovid	70	2.50
+tom steinbeck	45	3.86
+yuri underhill	32	0.31
+oscar ellison	28	2.88
+oscar thompson	24	3.13
+tom laertes	73	0.42
+bob nixon	21	2.83
+victor laertes	67	3.67
+fred van buren	66	3.08
+holly king	54	1.76
+holly carson	52	3.39
+ulysses carson	24	3.08
+jessica zipper	69	3.18
+sarah king	76	3.09
+sarah davidson	41	0.28
+rachel brown	62	0.43
+holly thompson	68	3.89
+oscar allen	42	2.97
+wendy carson	46	1.55
+katie zipper	36	1.82
+alice king	23	1.47
+sarah zipper	19	3.52
+alice xylophone	73	3.42
+jessica carson	23	2.96
+alice hernandez	71	1.14
+tom carson	62	0.29
+jessica nixon	70	3.71
+oscar polk	37	1.57
+holly underhill	52	1.14
+nick zipper	25	3.80
+victor young	60	0.18
+calvin falkner	72	1.83
+wendy davidson	34	2.35
+calvin ovid	49	3.76
+xavier ellison	27	1.38
+sarah underhill	60	2.41
+bob ellison	47	3.33
+calvin steinbeck	57	0.07
+zach johnson	62	2.06
+ulysses robinson	23	0.64
+irene laertes	52	1.41
+yuri falkner	41	1.49
+tom white	72	0.45
+nick carson	46	2.23
+oscar van buren	19	1.80
+bob brown	55	2.12
+ethan allen	56	3.77
+irene king	60	3.18
+luke nixon	32	1.24
+bob king	34	2.54
+gabriella carson	34	1.09
+holly ellison	75	3.29
+mike nixon	68	2.21
+jessica king	77	3.86
+wendy ellison	30	3.92
+david zipper	18	3.90
+priscilla garcia	69	2.20
+oscar zipper	22	3.50
+holly steinbeck	35	3.79
+bob laertes	46	3.20
+alice ichabod	45	0.05
+calvin nixon	47	2.73
+holly hernandez	36	0.94
+bob davidson	38	3.85
+wendy falkner	21	1.98
+bob thompson	32	1.15
+luke garcia	69	3.62
+zach laertes	41	0.25
+victor brown	57	3.12
+oscar robinson	39	1.91
+jessica brown	46	2.06
+mike van buren	76	2.01
+mike nixon	26	1.29
+mike allen	37	0.87
+ethan miller	62	2.51
+xavier falkner	18	3.21
+priscilla zipper	56	0.79
+rachel white	55	1.54
+rachel nixon	71	3.51
+zach johnson	67	3.92
+katie robinson	40	1.06
+holly steinbeck	55	3.01
+priscilla nixon	21	1.77
+sarah quirinius	68	3.42
+fred ichabod	38	1.77
+katie steinbeck	40	0.71
+oscar garcia	23	3.79
+ethan underhill	65	1.81
+zach robinson	72	1.37
+david ovid	58	1.14
+yuri xylophone	69	0.67
+yuri thompson	68	3.34
+wendy xylophone	40	2.62
+irene falkner	48	0.46
+yuri underhill	21	0.13
+wendy johnson	39	0.08
+yuri ovid	49	0.01
+wendy quirinius	69	2.17
+alice thompson	36	3.26
+priscilla steinbeck	63	3.47
+victor thompson	34	0.83
+tom miller	46	1.58
+ulysses carson	18	2.06
+quinn miller	59	0.14
+calvin white	64	0.60
+gabriella nixon	75	2.40
+katie laertes	69	3.21
+tom ichabod	57	1.66
+ulysses thompson	35	2.60
+rachel steinbeck	45	3.30
+nick falkner	53	0.15
+priscilla garcia	67	2.66
+yuri white	26	0.46
+xavier garcia	54	1.41
+calvin miller	74	0.91
+priscilla underhill	49	2.81
+ethan brown	39	3.22
+gabriella ellison	57	0.96
+ulysses young	69	3.84
+victor brown	54	1.25
+katie king	53	0.05
+victor brown	73	3.88
+katie falkner	66	2.59
+david white	75	0.95
+calvin brown	70	2.06
+calvin allen	72	0.49
+calvin xylophone	43	2.49
+sarah johnson	51	1.48
+xavier nixon	77	0.10
+irene garcia	70	3.28
+fred carson	68	3.72
+holly van buren	20	3.76
+ulysses robinson	49	2.32
+holly thompson	45	3.78
+ethan falkner	54	3.49
+ulysses underhill	49	3.29
+holly davidson	20	0.29
+luke hernandez	74	1.48
+holly hernandez	75	2.42
+calvin laertes	33	1.38
+gabriella carson	67	1.28
+calvin allen	21	2.98
+yuri brown	62	1.55
+bob ellison	39	0.84
+bob xylophone	22	1.69
+rachel king	44	2.18
+calvin van buren	48	1.07
+tom polk	53	1.74
+irene miller	65	1.26
+ethan carson	29	1.69
+victor ovid	37	1.14
+mike carson	26	1.69
+alice miller	35	2.79
+priscilla hernandez	26	0.35
+ulysses underhill	39	2.07
+xavier laertes	53	2.18
+irene miller	44	3.27
+alice zipper	61	1.00
+wendy laertes	46	2.05
+victor king	61	3.45
+holly xylophone	76	3.10
+fred johnson	53	1.42
+mike johnson	35	3.75
+zach thompson	69	3.50
+ulysses zipper	35	1.17
+luke zipper	46	0.46
+yuri laertes	31	2.09
+ulysses van buren	60	1.68
+mike king	77	0.53
+oscar ellison	59	0.47
+nick steinbeck	64	2.34
+quinn van buren	29	0.38
+ulysses polk	53	2.57
+holly van buren	45	3.92
+xavier carson	18	2.94
+quinn garcia	48	3.37
+calvin falkner	44	0.26
+ethan ellison	77	3.28
+tom robinson	72	2.18
+gabriella carson	37	2.26
+tom laertes	65	2.38
+quinn nixon	71	0.25
+bob falkner	21	1.15
+zach miller	31	3.65
+victor van buren	46	1.41
+irene underhill	35	3.21
+bob robinson	66	0.04
+nick quirinius	42	2.47
+katie underhill	53	2.92
+quinn ovid	72	1.02
+bob ellison	22	2.26
+alice allen	46	3.97
+holly polk	33	3.19
+oscar white	71	0.10
+david xylophone	29	1.50
+alice nixon	68	1.94
+jessica nixon	34	2.76
+fred white	21	0.94
+oscar steinbeck	55	0.06
+bob carson	69	1.66
+oscar ellison	32	0.82
+victor hernandez	23	2.89
+ulysses carson	34	3.65
+ethan polk	18	1.09
+wendy carson	53	0.10
+mike ellison	45	3.34
+ethan garcia	75	3.03
+gabriella xylophone	50	0.84
+katie thompson	40	1.01
+xavier falkner	48	2.31
+alice polk	22	1.70
+victor nixon	42	2.33
+david young	73	0.90
+rachel carson	67	0.43
+david allen	52	1.85
+yuri carson	48	2.82
+ulysses ellison	62	3.11
+luke falkner	53	3.33
+yuri polk	67	1.94
+jessica johnson	51	0.73
+david garcia	21	1.60
+alice robinson	20	2.49
+holly quirinius	77	0.12
+calvin davidson	70	1.75
+rachel ichabod	27	3.93
+holly allen	65	3.54
+jessica falkner	71	2.72
+priscilla polk	37	1.29
+irene ovid	30	0.43
+alice miller	62	1.98
+tom quirinius	49	2.19
+calvin miller	66	3.79
+tom allen	30	0.12
+priscilla ovid	23	3.46
+mike miller	67	1.61
+xavier quirinius	26	0.42
+luke ovid	53	3.45
+zach ichabod	35	2.47
+bob davidson	27	0.14
+calvin falkner	50	3.59
+irene white	24	2.28
+xavier garcia	32	2.66
+rachel zipper	68	2.66
+gabriella polk	47	1.94
+ethan quirinius	38	3.19
+katie quirinius	70	2.53
+ulysses quirinius	39	1.84
+irene laertes	26	0.19
+priscilla quirinius	21	2.65
+alice nixon	27	3.85
+wendy underhill	46	1.89
+quinn steinbeck	39	1.42
+jessica quirinius	74	3.92
+calvin falkner	73	0.47
+quinn young	24	2.30
+calvin miller	28	2.31
+tom quirinius	54	2.47
+katie van buren	27	2.83
+zach thompson	62	0.82
+gabriella davidson	77	0.86
+tom laertes	74	3.58
+zach ovid	61	1.99
+gabriella king	65	3.96
+wendy thompson	27	1.03
+luke king	31	0.98
+sarah xylophone	43	2.30
+oscar falkner	33	2.21
+zach ellison	48	3.90
+zach underhill	36	2.31
+priscilla brown	35	0.69
+luke van buren	38	0.31
+victor carson	20	3.86
+gabriella zipper	21	0.04
+zach ichabod	22	3.61
+calvin falkner	22	1.89
+victor white	74	1.26
+zach van buren	73	3.73
+holly garcia	46	1.55
+sarah davidson	29	0.52
+sarah brown	38	0.18
+oscar underhill	73	2.39
+mike johnson	59	2.37
+zach robinson	45	2.78
+nick brown	19	0.68
+ulysses allen	69	2.68
+alice ellison	35	1.18
+rachel ovid	53	1.26
+yuri van buren	39	0.13
+bob nixon	35	1.62
+luke ellison	40	1.99
+irene ovid	30	1.03
+david ellison	49	3.19
+tom nixon	58	1.80
+irene zipper	48	3.06
+ulysses johnson	54	3.68
+fred underhill	76	0.80
+alice ovid	58	1.65
+wendy laertes	29	3.01
+sarah underhill	25	2.27
+wendy young	31	3.83
+gabriella falkner	50	2.60
+fred young	47	1.62
+oscar polk	52	1.47
+ethan robinson	60	1.90
+holly hernandez	20	3.98
+jessica allen	33	2.47
+ethan brown	72	2.05
+ulysses young	42	2.72
+luke davidson	44	1.25
+priscilla robinson	27	1.26
+oscar thompson	27	2.15
+ulysses thompson	29	0.76
+mike davidson	46	0.51
+ulysses garcia	26	1.05
+wendy thompson	29	0.40
+ulysses nixon	31	0.48
+zach laertes	23	2.94
+rachel davidson	44	0.18
+jessica allen	73	3.39
+sarah garcia	72	0.76
+nick falkner	71	2.00
+zach garcia	73	0.14
+katie falkner	24	0.51
+oscar zipper	33	0.14
+nick xylophone	20	1.02
+tom steinbeck	55	1.17
+victor davidson	51	2.59
+ethan van buren	45	3.13
+bob brown	32	0.21
+ethan young	52	2.82
+xavier ovid	68	1.59
+rachel johnson	28	1.38
+ethan thompson	39	2.58
+bob thompson	37	3.28
+calvin steinbeck	42	1.49
+calvin ovid	76	0.10
+irene thompson	39	1.67
+victor xylophone	77	0.71
+holly van buren	69	3.84
+oscar white	52	1.16
+tom hernandez	59	2.87
+xavier quirinius	36	0.35
+tom thompson	72	4.00
+quinn underhill	27	3.57
+ulysses brown	55	3.03
+alice xylophone	38	0.70
+nick hernandez	22	3.57
+bob allen	63	2.72
+calvin white	65	2.20
+alice falkner	69	0.47
+alice van buren	33	1.12
+zach ichabod	42	2.99
+fred allen	29	2.15
+zach steinbeck	26	1.61
+katie ovid	57	0.49
+irene hernandez	67	3.07
+ethan ellison	35	3.58
+zach king	29	0.27
+tom zipper	68	1.05
+oscar thompson	50	2.80
+yuri underhill	73	2.72
+luke xylophone	46	2.69
+rachel robinson	63	3.05
+priscilla carson	64	0.72
+zach nixon	33	0.99
+david nixon	36	0.19
+xavier ichabod	19	2.38
+luke allen	60	1.14
+wendy thompson	19	2.68
+holly ovid	23	2.05
+ethan underhill	73	2.04
+jessica falkner	62	1.96
+quinn zipper	60	0.23
+katie xylophone	61	2.56
+nick zipper	62	0.50
+gabriella hernandez	67	0.04
+calvin polk	36	0.05
+oscar ovid	58	2.97
+holly davidson	50	2.28
+fred white	33	3.38
+alice thompson	21	2.47
+katie steinbeck	74	2.62
+alice carson	41	1.04
+jessica quirinius	28	0.89
+jessica brown	30	2.67
+david zipper	64	2.08
+alice laertes	62	2.37
+bob robinson	70	0.91
+priscilla hernandez	48	0.42
+alice miller	57	2.40
+mike xylophone	43	2.58
+ethan king	55	3.44
+xavier robinson	37	3.31
+rachel brown	27	1.47
+sarah steinbeck	43	0.75
+jessica allen	50	3.15
+wendy polk	34	1.17
+quinn young	54	1.50
+yuri brown	43	2.37
+ethan johnson	71	2.07
+alice white	70	2.66
+david carson	60	2.65
+tom ichabod	68	1.72
+nick ovid	47	3.17
+zach ovid	69	1.58
+gabriella white	40	2.78
+oscar zipper	67	3.33
+zach ichabod	50	1.53
+luke falkner	52	1.79
+tom ellison	59	0.43
+ulysses ovid	32	3.77
+xavier robinson	67	2.62
+bob zipper	28	2.44
+gabriella davidson	55	2.92
+yuri nixon	18	0.05
+victor van buren	77	2.02
+david brown	40	2.33
+jessica quirinius	61	2.69
+alice ovid	75	3.89
+victor underhill	55	2.34
+mike falkner	57	3.16
+priscilla laertes	40	1.85
+rachel ichabod	28	2.04
+katie white	26	3.67
+victor ichabod	61	0.31
+holly laertes	73	1.99
+zach miller	58	0.13
+rachel quirinius	66	1.22
+alice xylophone	28	3.17
+jessica robinson	67	1.14
+jessica young	50	0.05
+yuri falkner	30	0.47
+holly quirinius	63	3.53
+rachel ichabod	71	1.16
+ethan johnson	29	2.30
+tom robinson	41	1.59
+yuri van buren	18	3.93
+ethan polk	77	1.21
+fred miller	34	1.57
+ulysses ovid	20	1.47
+yuri nixon	62	2.72
+ethan thompson	69	2.71
+tom xylophone	33	0.71
+wendy young	57	2.91
+zach robinson	60	1.57
+calvin ovid	18	3.45
+jessica white	69	1.47
+fred allen	57	1.52
+priscilla ellison	60	2.23
+fred ovid	56	0.14
+jessica carson	71	3.19
+irene polk	54	1.85
+david thompson	67	0.22
+rachel ichabod	38	3.25
+holly underhill	21	1.76
+luke steinbeck	37	3.24
+katie davidson	35	0.40
+victor van buren	63	1.19
+luke white	68	2.11
+luke nixon	35	0.86
+mike van buren	55	3.91
+calvin ovid	48	3.91
+david davidson	43	2.48
+gabriella thompson	66	0.55
+oscar miller	55	1.57
+mike carson	35	0.89
+sarah johnson	50	1.69
+xavier underhill	53	2.97
+tom white	62	1.18
+quinn falkner	59	1.45
+gabriella johnson	42	1.80
+tom carson	27	1.44
+wendy ellison	52	1.75
+yuri ovid	24	2.60
+yuri miller	28	3.29
+luke garcia	62	3.16
+wendy van buren	58	0.27
+holly zipper	21	2.26
+tom davidson	67	3.15
+luke brown	63	0.21
+sarah robinson	75	1.86
+fred hernandez	55	0.89
+alice steinbeck	26	2.99
+katie quirinius	35	1.94
+mike miller	36	1.01
+rachel robinson	66	3.71
+ulysses xylophone	31	3.61
+victor ichabod	63	1.11
+rachel quirinius	29	2.71
+alice young	77	0.28
+ethan ovid	67	3.19
+jessica garcia	72	3.49
+david falkner	36	1.29
+alice allen	72	3.63
+david steinbeck	42	1.35
+david zipper	67	3.31
+zach hernandez	66	3.55
+wendy laertes	70	3.94
+nick davidson	55	0.44
+yuri young	50	0.07
+priscilla underhill	42	0.23
+katie ellison	63	0.65
+ulysses ichabod	65	0.24
+luke carson	43	1.32
+luke nixon	44	2.28
+katie polk	52	2.24
+david johnson	34	3.36
+victor king	47	0.84
+alice davidson	60	3.94
+gabriella laertes	31	3.46
+katie zipper	29	1.63
+david steinbeck	31	2.77
+alice underhill	64	3.28
+gabriella ichabod	68	3.20
+yuri garcia	54	2.70
+luke miller	62	3.17
+tom garcia	69	3.95
+calvin brown	72	2.94
+xavier young	32	1.21
+victor carson	22	1.61
+gabriella robinson	64	2.97
+mike steinbeck	74	2.81
+bob white	38	3.59
+holly brown	32	0.18
+luke xylophone	24	2.28
+fred davidson	56	1.24
+calvin nixon	29	1.07
+katie ellison	28	0.61
+xavier ichabod	20	2.85
+holly brown	43	1.29
+sarah laertes	47	1.86
+sarah davidson	53	2.79
+sarah nixon	41	1.11
+zach laertes	27	3.62
+calvin robinson	47	2.90
+jessica white	64	1.42
+ulysses miller	45	0.37
+gabriella robinson	29	3.16
+xavier allen	63	2.54
+nick zipper	41	2.14
+xavier xylophone	32	3.17
+zach laertes	27	3.37
+holly steinbeck	60	0.22
+xavier ellison	22	3.83
+wendy nixon	65	3.24
+david hernandez	30	3.31
+ulysses king	51	2.54
+tom underhill	32	2.35
+sarah garcia	63	0.71
+rachel ichabod	41	1.40
+oscar thompson	29	3.95
+ulysses white	57	0.55
+alice zipper	58	1.59
+zach polk	54	0.86
+xavier miller	20	3.37
+oscar underhill	39	1.74
+nick thompson	33	3.10
+victor ellison	32	2.95
+holly steinbeck	24	2.92
+zach van buren	23	1.37
+sarah zipper	60	3.60
+quinn king	41	2.96
+david xylophone	57	0.09
+ethan van buren	56	0.37
+zach ovid	28	1.11
+ulysses allen	34	0.98
+tom hernandez	28	1.63
+irene ellison	25	0.60
+wendy hernandez	56	0.84
+david robinson	41	0.47
+quinn hernandez	62	0.36
+victor hernandez	59	0.03
+alice quirinius	55	1.84
+irene garcia	33	0.62
+calvin allen	64	1.18
+sarah allen	75	2.07
+zach johnson	71	1.27
+victor ichabod	19	1.55
+calvin quirinius	65	3.65
+alice steinbeck	20	2.62
+irene nixon	18	0.24
+zach underhill	30	2.38
+victor nixon	70	1.22
+oscar allen	30	3.38
+gabriella zipper	24	3.85
+tom young	35	1.09
+david falkner	57	2.56
+mike king	38	0.85
+bob ellison	47	1.30
+victor polk	75	2.35
+rachel xylophone	31	1.13
+priscilla hernandez	72	1.61
+ulysses nixon	74	0.78
+victor davidson	41	0.11
+katie steinbeck	34	0.31
+tom young	71	3.39
+david van buren	52	2.90
+yuri xylophone	52	3.24
+holly carson	35	2.35
+wendy robinson	28	2.39
+irene garcia	22	1.43
+wendy carson	63	0.95
+katie zipper	52	2.38
+ethan young	20	0.44
+victor zipper	33	1.23
+luke allen	45	2.29
+alice steinbeck	55	1.80
+luke van buren	76	2.42
+priscilla carson	35	3.85
+yuri king	58	0.45
+zach xylophone	69	0.24
+quinn ellison	72	3.59
+rachel zipper	46	0.95
+victor polk	31	2.15
+tom nixon	73	2.45
+yuri white	46	3.25
+fred polk	67	3.96
+ethan brown	31	2.94
+wendy xylophone	26	1.27
+tom ellison	21	2.20
+zach davidson	31	3.94
+alice polk	35	2.55
+sarah quirinius	44	3.07
+victor white	51	2.65
+luke zipper	67	0.38
+bob hernandez	73	3.20
+quinn ovid	35	2.81
+yuri miller	41	2.02
+luke king	67	2.65
+fred quirinius	31	2.96
+fred carson	30	1.08
+rachel young	70	1.13
+luke ovid	22	0.88
+calvin carson	56	1.21
+tom underhill	74	0.32
+priscilla allen	25	0.34
+priscilla king	66	0.15
+jessica ellison	64	2.05
+rachel nixon	44	2.53
+ethan falkner	26	2.10
+holly polk	61	0.49
+david laertes	30	2.89
+david laertes	24	3.72
+david davidson	68	3.48
+alice carson	22	2.82
+oscar young	66	0.10
+irene xylophone	76	1.30
+calvin xylophone	70	3.20
+jessica allen	45	1.23
+yuri steinbeck	36	0.70
+tom allen	71	3.86
+ulysses zipper	59	0.61
+quinn white	58	3.64
+victor falkner	59	2.29
+ethan garcia	65	1.34
+ulysses carson	39	1.18
+tom underhill	50	3.49
+gabriella ovid	20	0.05
+oscar ellison	52	3.12
+nick laertes	63	0.05
+victor hernandez	65	2.17
+ulysses miller	61	0.88
+zach brown	40	0.11
+xavier allen	33	0.07
+alice ellison	36	3.09
+luke thompson	70	1.75
+xavier allen	74	0.16
+zach falkner	38	1.93
+katie zipper	39	3.09
+david thompson	21	2.24
+bob zipper	51	3.13
+quinn falkner	31	0.82
+xavier polk	52	3.90
+mike steinbeck	23	2.22
+ulysses nixon	76	2.78
+sarah van buren	60	1.21
+priscilla ovid	71	3.51
+mike laertes	52	0.83
+holly laertes	69	3.74
+xavier falkner	26	2.24
+calvin nixon	50	0.17
+mike hernandez	60	1.64
+victor robinson	68	2.99
+david polk	49	3.14
+oscar ovid	18	2.77
+jessica thompson	34	2.07
+fred van buren	43	1.88
+luke allen	56	3.43
+mike quirinius	47	2.45
+mike quirinius	18	2.04
+holly ichabod	24	0.16
+bob johnson	63	1.08
+oscar davidson	21	1.02
+oscar robinson	57	0.01
+sarah hernandez	49	0.12
+tom laertes	77	1.52
+holly ichabod	77	1.22
+bob nixon	40	1.17
+holly johnson	39	2.30
+sarah king	47	2.68
+alice garcia	47	0.33
+jessica ovid	49	0.03
+jessica allen	51	2.78
+mike miller	32	2.84
+jessica laertes	23	2.08
+yuri ellison	63	0.35
+jessica ichabod	20	3.57
+luke ellison	74	2.57
+luke hernandez	40	2.51
+irene hernandez	73	0.32
+holly king	59	0.20
+holly laertes	20	1.49
+rachel davidson	63	2.62
+nick davidson	49	0.19
+oscar davidson	55	3.82
+zach young	48	3.25
+luke falkner	52	1.54
+calvin van buren	40	2.26
+david thompson	71	0.13
+yuri quirinius	39	3.25
+bob garcia	46	0.95
+luke laertes	72	2.19
+gabriella nixon	25	0.32
+holly miller	24	2.60
+gabriella garcia	30	0.65
+nick robinson	32	3.80
+irene king	61	0.33
+rachel robinson	19	0.94
+ulysses polk	20	1.83
+bob laertes	68	2.22
+sarah thompson	64	1.68
+victor robinson	39	1.54
+tom young	51	0.05
+rachel miller	52	1.56
+calvin white	47	0.20
+alice van buren	34	3.15
+sarah xylophone	43	2.46
+sarah polk	40	1.93
+ulysses polk	31	1.81
+ulysses van buren	24	2.29
+oscar brown	44	1.25
+sarah polk	68	3.99
+katie hernandez	23	1.67
+yuri laertes	74	2.32
+fred polk	20	3.91
+jessica steinbeck	44	3.99
+priscilla thompson	65	0.08
+mike johnson	75	2.88
+yuri miller	77	2.13
+david zipper	33	1.27
+katie nixon	34	1.13
+david young	64	0.28
+jessica ellison	71	2.20
+tom miller	38	1.29
+david thompson	32	1.65
+nick davidson	76	2.14
+wendy carson	67	0.51
+calvin quirinius	22	2.22
+holly ellison	57	2.56
+xavier king	37	1.13
+jessica ovid	30	1.01
+tom king	40	1.99
+holly zipper	59	3.87
+quinn steinbeck	42	0.99
+irene underhill	62	0.46
+alice white	35	0.02
+priscilla xylophone	77	1.78
+holly brown	75	1.55
+alice allen	74	0.02
+quinn young	42	0.44
+yuri ovid	72	2.86
+alice steinbeck	57	2.23
+mike hernandez	58	3.24
+irene underhill	43	0.90
+katie nixon	35	3.87
+holly hernandez	50	0.45
+mike allen	61	0.91
+holly brown	43	0.06
+ulysses white	69	2.23
+bob allen	28	2.61
+sarah ichabod	34	0.83
+quinn quirinius	66	1.62
+mike robinson	36	3.65
+wendy ichabod	27	2.03
+tom nixon	65	1.00
+irene zipper	21	2.04
+rachel hernandez	59	1.93
+bob white	61	3.40
+katie garcia	63	2.17
+sarah nixon	61	1.91
+nick garcia	58	3.41
+xavier underhill	46	2.29
+yuri nixon	32	0.49
+holly ichabod	28	1.96
+bob robinson	61	1.24
+alice davidson	47	1.23
+alice ellison	31	1.95
+calvin robinson	29	1.80
+luke garcia	42	1.71
+priscilla thompson	34	0.82
+ethan steinbeck	32	1.43
+rachel quirinius	37	0.32
+zach nixon	26	1.95
+priscilla ellison	50	1.45
+mike xylophone	45	2.16
+priscilla steinbeck	55	1.83
+mike king	37	3.31
+gabriella steinbeck	45	0.09
+ulysses quirinius	64	0.24
+bob zipper	36	0.92
+alice hernandez	53	1.57
+david young	26	3.76
+ethan xylophone	25	0.16
+fred quirinius	23	0.10
+victor miller	50	0.32
+oscar xylophone	37	2.05
+wendy van buren	27	3.89
+yuri johnson	57	3.15
+sarah ovid	40	2.79
+priscilla van buren	50	2.34
+alice davidson	32	1.47
+bob ichabod	42	0.31
+luke young	77	2.38
+oscar polk	39	0.16
+oscar king	20	3.77
+wendy robinson	27	2.21
+ethan young	64	1.05
+tom quirinius	41	2.25
+gabriella ellison	43	3.19
+victor white	69	0.62
+wendy quirinius	21	2.09
+xavier davidson	27	0.79
+tom thompson	42	1.16
+gabriella underhill	31	3.10
+yuri van buren	65	0.20
+nick hernandez	68	2.36
+irene allen	29	2.02
+xavier xylophone	70	1.39
+ethan underhill	27	1.49
+nick hernandez	77	0.07
+calvin steinbeck	68	2.32
+fred johnson	48	2.70
+ethan ichabod	20	2.36
+david quirinius	28	2.54
+priscilla garcia	72	0.96
+jessica ichabod	25	1.88
+priscilla quirinius	50	1.75
+jessica robinson	45	2.02
+rachel thompson	73	1.29
+nick johnson	30	1.51
+david underhill	25	1.91
+priscilla brown	22	1.34
+victor underhill	21	0.64
+quinn ovid	57	3.78
+sarah brown	71	1.96
+wendy underhill	64	0.17
+ethan laertes	68	0.25
+fred nixon	56	3.46
+tom ellison	26	1.60
+ethan king	53	1.99
+sarah brown	21	1.27
+rachel nixon	55	3.64
+alice hernandez	34	1.07
+holly ovid	24	0.52
+fred king	23	1.59
+oscar polk	51	1.53
+victor ovid	56	0.81
+wendy brown	46	0.84
+ethan underhill	37	1.29
+calvin carson	60	0.20
+gabriella underhill	70	0.95
+xavier thompson	55	3.95
+rachel garcia	48	1.55
+nick ichabod	57	3.28
+zach nixon	64	1.96
+fred zipper	51	0.15
+ulysses ellison	76	2.59
+yuri young	42	2.66
+ulysses falkner	76	0.67
+victor young	54	1.88
+david white	35	3.61
+nick johnson	71	2.25
+mike underhill	63	1.05
+ulysses steinbeck	28	3.33
+victor steinbeck	58	0.39
+zach king	77	1.71
+fred polk	65	3.81
+ethan ovid	24	3.54
+quinn brown	39	1.35
+bob zipper	76	1.27
+rachel white	58	0.33
+gabriella garcia	67	2.46
+ethan ichabod	37	3.80
+calvin king	26	1.59
+tom ovid	55	0.98
+irene underhill	72	0.39
+mike hernandez	62	1.17
+holly nixon	58	1.68
+katie king	55	1.17
+bob white	68	0.38
+oscar falkner	56	0.99
+wendy garcia	47	2.97
+sarah thompson	66	1.47
+ulysses hernandez	68	2.13
+david steinbeck	40	2.42
+luke robinson	32	0.41
+alice garcia	18	2.95
+katie van buren	28	0.94
+gabriella zipper	59	2.97
+jessica young	60	2.74
+calvin johnson	67	0.04
+david nixon	43	1.99
+katie nixon	60	1.35
+mike steinbeck	58	0.92
+ethan young	36	2.23
+luke king	44	1.86
+tom nixon	45	0.08
+gabriella allen	47	0.65
+alice polk	45	0.83
+nick polk	22	1.43
+priscilla polk	70	0.65
+katie johnson	31	0.12
+oscar laertes	18	1.99
+irene brown	68	3.86
+luke garcia	22	1.07
+yuri xylophone	25	2.91
+luke underhill	21	0.43
+luke falkner	35	0.23
+zach davidson	60	2.52
+quinn polk	53	1.11
+ethan falkner	73	0.96
+irene ovid	43	2.16
+fred thompson	37	0.83
+david zipper	18	0.64
+priscilla young	59	0.12
+priscilla van buren	57	2.05
+irene xylophone	34	3.60
+luke davidson	35	1.83
+mike underhill	65	1.23
+holly ellison	33	2.48
+ulysses davidson	59	2.76
+fred davidson	55	1.20
+priscilla allen	50	1.15
+oscar young	69	1.20
+mike nixon	30	1.30
+irene zipper	77	1.59
+irene thompson	29	3.86
+xavier ichabod	74	3.31
+bob white	61	1.82
+nick thompson	52	2.45
+david young	28	1.30
+holly ovid	30	1.02
+irene zipper	48	1.97
+zach polk	66	3.54
+tom xylophone	54	2.69
+gabriella young	77	2.69
+fred van buren	77	2.14
+xavier polk	18	3.85
+alice allen	20	2.47
+irene ellison	48	1.47
+priscilla nixon	42	0.58
+zach steinbeck	50	2.94
+gabriella brown	27	2.33
+fred young	49	3.24
+bob johnson	28	3.35
+luke van buren	28	0.50
+yuri falkner	69	3.44
+david hernandez	40	2.20
+gabriella thompson	40	2.12
+mike polk	20	3.40
+ethan xylophone	24	2.20
+gabriella johnson	74	1.73
+tom ichabod	75	1.48
+quinn brown	35	2.02
+alice underhill	28	3.81
+wendy van buren	59	3.02
+holly young	41	2.56
+rachel garcia	39	3.00
+oscar robinson	32	0.82
+xavier white	68	0.93
+wendy brown	19	2.61
+ethan polk	50	2.39
+oscar allen	68	1.05
+holly hernandez	57	3.70
+sarah steinbeck	37	3.55
+ulysses hernandez	27	0.25
+bob steinbeck	19	2.11
+yuri quirinius	69	1.89
+calvin miller	58	3.00
+ulysses ichabod	49	2.62
+wendy white	62	2.67
+luke falkner	23	1.21
+nick steinbeck	45	2.70
+fred young	62	2.01
+holly van buren	47	1.95
+ulysses xylophone	69	2.63
+alice brown	61	2.02
+luke laertes	55	0.32
+rachel young	39	3.54
+alice white	27	2.35
+wendy young	41	1.46
+gabriella johnson	50	3.23
+luke steinbeck	22	0.83
+tom nixon	77	1.17
+priscilla zipper	19	1.61
+nick hernandez	76	0.16
+irene underhill	49	2.42
+tom hernandez	35	1.71
+nick zipper	61	0.75
+mike johnson	22	0.63
+zach zipper	20	0.63
+alice nixon	23	1.02
+rachel brown	28	2.44
+katie garcia	37	3.28
+ethan quirinius	27	3.52
+nick xylophone	66	3.13
+david nixon	44	2.17
+holly ichabod	39	2.29
+sarah nixon	77	3.56
+tom robinson	19	0.99
+holly xylophone	69	2.67
+calvin robinson	43	1.50
+oscar garcia	27	1.28
+holly johnson	44	2.43
+david nixon	74	0.78
+calvin thompson	76	3.02
+katie brown	71	3.21
+ethan robinson	33	3.44
+bob van buren	43	1.41
+gabriella young	45	2.47
+nick white	23	2.24
+alice king	61	1.61
+fred zipper	57	3.69
+xavier nixon	38	3.80
+bob ichabod	21	1.82
+calvin quirinius	41	2.89
+david ellison	25	0.74
+gabriella robinson	68	3.73
+victor ellison	37	2.11
+ethan white	34	0.45
+nick polk	54	0.12
+gabriella ellison	66	0.90
+david nixon	73	3.57
+alice king	21	1.04
+nick brown	49	0.44
+priscilla ovid	22	1.58
+mike thompson	67	3.93
+fred king	70	3.41
+katie falkner	33	1.20
+yuri white	69	3.10
+mike allen	53	2.14
+ulysses robinson	55	2.19
+tom steinbeck	50	3.33
+holly brown	27	0.95
+zach davidson	34	3.36
+xavier laertes	46	0.01
+zach van buren	41	3.41
+tom hernandez	33	2.62
+zach van buren	27	0.29
+zach garcia	35	3.01
+wendy ichabod	63	1.25
+ulysses garcia	67	0.07
+xavier ovid	20	3.18
+priscilla laertes	77	0.59
+calvin polk	42	1.58
+bob falkner	28	2.07
+alice xylophone	72	3.68
+mike carson	24	2.73
+david johnson	36	3.67
+victor nixon	46	0.10
+yuri ellison	42	2.88
+victor falkner	23	1.41
+fred king	52	1.62
+nick young	37	3.22
+ulysses ichabod	32	2.77
+katie king	29	3.73
+rachel king	19	3.00
+rachel underhill	68	1.56
+ulysses falkner	55	1.37
+nick quirinius	58	1.17
+priscilla ichabod	52	2.85
+oscar thompson	22	3.69
+fred polk	43	0.85
+oscar steinbeck	19	0.51
+xavier laertes	28	2.45
+irene davidson	42	1.77
+fred miller	34	2.87
+holly king	40	2.96
+priscilla quirinius	23	3.99
+alice robinson	47	3.52
+quinn garcia	29	2.32
+oscar ovid	75	3.01
+bob thompson	46	0.60
+irene garcia	54	3.08
+victor ovid	39	3.96
+ethan thompson	65	3.50
+calvin xylophone	67	2.74
+priscilla underhill	51	3.63
+quinn davidson	20	2.94
+quinn robinson	53	0.41
+luke garcia	59	2.57
+katie davidson	57	2.03
+fred underhill	65	3.70
+priscilla brown	61	3.92
+zach miller	43	3.09
+holly polk	25	2.17
+zach thompson	44	0.36
+priscilla polk	57	3.24
+rachel hernandez	44	3.89
+nick van buren	33	1.41
+wendy polk	55	2.95
+victor van buren	26	3.75
+zach carson	62	0.17
+tom thompson	20	2.78
+alice garcia	64	2.73
+calvin miller	48	1.90
+rachel carson	63	0.91
+xavier allen	72	3.21
+holly steinbeck	55	2.82
+sarah johnson	23	0.46
+mike steinbeck	27	0.82
+wendy king	27	0.70
+holly quirinius	21	1.48
+quinn van buren	33	3.60
+victor miller	56	1.96
+ulysses carson	21	0.42
+xavier zipper	51	0.23
+priscilla ovid	41	0.30
+luke xylophone	32	1.75
+tom ichabod	47	0.83
+holly falkner	54	2.17
+bob davidson	54	1.67
+tom johnson	46	1.07
+rachel van buren	74	1.77
+gabriella nixon	73	2.65
+tom steinbeck	39	2.57
+quinn allen	41	3.37
+holly white	21	1.61
+victor xylophone	34	3.61
+oscar johnson	19	3.24
+david ovid	48	0.37
+katie laertes	26	3.35
+alice young	37	3.94
+calvin robinson	26	3.25
+alice brown	70	1.27
+irene young	24	2.85
+calvin johnson	59	2.96
+mike steinbeck	72	1.38
+holly brown	21	3.13
+alice quirinius	76	1.08
+ethan white	33	3.41
+ethan hernandez	29	0.04
+yuri laertes	61	1.28
+tom johnson	74	3.42
+sarah xylophone	30	1.14
+nick underhill	77	1.51
+zach allen	71	3.41
+david polk	48	2.14
+alice hernandez	58	1.88
+priscilla robinson	38	0.79
+yuri king	34	0.24
+rachel polk	22	2.85
+luke ovid	58	2.20
+oscar falkner	62	0.34
+priscilla ellison	32	2.40
+gabriella johnson	37	1.23
+katie garcia	65	1.04
+quinn carson	18	1.35
+irene falkner	35	2.40
+rachel thompson	21	0.78
+jessica ovid	73	1.03
+david white	73	3.09
+tom nixon	18	1.36
+luke thompson	30	3.76
+victor quirinius	65	3.86
+irene thompson	75	2.71
+david young	72	1.38
+rachel underhill	53	0.34
+priscilla ichabod	35	1.01
+irene johnson	33	1.17
+irene white	61	1.19
+irene white	31	1.89
+tom davidson	62	2.10
+victor white	36	1.67
+david nixon	24	1.91
+david johnson	41	1.45
+victor steinbeck	54	3.97
+priscilla young	35	0.22
+victor steinbeck	50	2.72
+xavier laertes	73	1.51
+nick carson	39	1.09
+calvin young	72	0.78
+yuri underhill	18	3.09
+victor robinson	31	1.91
+katie polk	38	2.17
+quinn brown	25	0.53
+holly miller	19	1.53
+bob ellison	75	2.07
+yuri white	22	3.56
+victor johnson	27	3.76
+irene zipper	59	1.35
+bob quirinius	59	0.46
+sarah allen	28	2.50
+jessica davidson	57	3.90
+fred robinson	21	3.50
+xavier garcia	57	3.33
+holly zipper	69	2.59
+alice steinbeck	24	2.23
+sarah miller	68	3.02
+ethan quirinius	41	3.76
+priscilla miller	63	0.75
+calvin van buren	47	0.80
+mike zipper	45	2.96
+luke zipper	30	0.98
+oscar polk	43	1.79
+katie brown	75	3.92
+tom underhill	73	0.57
+victor johnson	52	3.12
+holly xylophone	73	0.11
+sarah zipper	36	0.04
+bob king	60	1.46
+nick ichabod	60	1.15
+yuri zipper	26	0.52
+rachel miller	75	0.18
+bob steinbeck	26	2.50
+katie zipper	33	3.31
+mike nixon	76	3.71
+ulysses ovid	26	2.74
+priscilla ovid	46	1.26
+xavier polk	61	3.83
+victor hernandez	37	2.36
+tom van buren	47	2.95
+alice underhill	22	2.78
+ethan thompson	74	1.09
+sarah underhill	52	3.40
+zach laertes	74	2.70
+xavier ovid	26	3.35
+rachel hernandez	73	1.16
+luke hernandez	33	0.58
+luke steinbeck	71	1.07
+yuri allen	69	0.10
+priscilla white	58	3.75
+yuri xylophone	54	2.57
+nick laertes	20	3.22
+mike nixon	28	0.22
+nick white	23	0.64
+zach ichabod	53	2.93
+mike garcia	27	2.05
+david brown	32	0.54
+irene ovid	61	1.48
+priscilla nixon	53	3.21
+priscilla xylophone	72	0.25
+rachel miller	52	1.18
+quinn nixon	30	3.17
+xavier hernandez	47	1.40
+zach xylophone	42	1.13
+irene allen	25	2.11
+rachel robinson	54	3.62
+priscilla ellison	34	3.02
+alice laertes	75	1.92
+zach quirinius	21	0.38
+quinn johnson	74	2.06
+quinn allen	23	1.19
+wendy ovid	47	3.83
+xavier king	73	2.74
+holly ichabod	63	0.87
+xavier ichabod	52	0.74
+ulysses quirinius	45	2.56
+david miller	38	1.45
+quinn ichabod	32	0.88
+oscar ichabod	62	2.88
+ethan king	23	3.80
+ulysses nixon	47	2.04
+oscar garcia	51	3.32
+fred allen	64	3.54
+yuri ovid	48	0.98
+calvin ellison	26	0.79
+nick falkner	33	0.21
+tom thompson	55	3.64
+david polk	77	2.16
+bob steinbeck	67	2.64
+katie allen	74	0.42
+yuri ovid	23	2.65
+holly johnson	36	1.23
+victor king	43	3.45
+sarah xylophone	45	3.26
+ethan underhill	19	3.64
+calvin robinson	20	2.15
+victor king	39	1.16
+katie white	44	0.76
+katie polk	45	3.04
+holly thompson	35	1.71
+gabriella white	28	1.77
+sarah quirinius	19	2.46
+katie zipper	25	3.56
+irene king	23	1.20
+holly steinbeck	18	2.87
+katie white	62	1.90
+oscar allen	58	1.26
+ethan hernandez	51	2.71
+ulysses hernandez	45	2.48
+calvin brown	38	0.81
+ulysses johnson	37	3.31
+katie polk	53	2.39
+wendy ellison	64	1.94
+xavier carson	58	3.87
+priscilla quirinius	67	1.48
+yuri white	39	2.29
+yuri steinbeck	28	0.65
+tom allen	20	2.26
+fred thompson	25	3.82
+calvin ichabod	42	3.29
+sarah van buren	29	1.39
+irene ovid	65	0.79
+alice polk	20	3.60
+luke allen	60	2.58
+xavier polk	69	2.09
+irene laertes	68	0.88
+katie polk	56	1.99
+yuri ichabod	22	0.23
+yuri garcia	36	2.61
+holly allen	39	0.17
+david davidson	44	1.53
+sarah zipper	77	0.46
+priscilla carson	35	0.53
+mike ichabod	23	2.96
+rachel johnson	45	0.81
+calvin laertes	38	1.90
+jessica laertes	42	2.56
+yuri nixon	69	0.31
+luke thompson	55	1.60
+gabriella carson	76	0.66
+holly garcia	30	3.37
+ethan xylophone	26	0.02
+gabriella underhill	38	0.58
+mike ellison	24	2.39
+irene garcia	40	0.64
+bob thompson	74	3.37
+tom king	22	3.14
+katie underhill	51	1.19
+nick ellison	62	0.06
+david ovid	35	2.65
+bob ichabod	27	1.30
+holly xylophone	63	3.58
+mike nixon	66	1.10
+irene king	18	2.53
+david thompson	37	3.17
+wendy quirinius	75	1.25
+ethan hernandez	76	3.19
+mike hernandez	58	1.29
+calvin white	58	2.18
+victor van buren	68	0.98
+victor laertes	57	1.24
+jessica carson	77	0.89
+katie zipper	18	3.23
+fred miller	64	1.41
+katie polk	28	0.14
+wendy ovid	58	3.91
+holly laertes	57	0.30
+quinn davidson	22	2.90
+calvin allen	64	3.09
+victor falkner	18	0.39
+ulysses thompson	49	0.38
+nick davidson	40	2.31
+quinn robinson	38	1.44
+gabriella davidson	37	0.55
+xavier young	58	2.43
+david quirinius	63	1.01
+ulysses van buren	68	2.88
+luke robinson	28	2.47
+wendy zipper	63	0.29
+holly quirinius	28	3.66
+xavier garcia	28	3.72
+quinn zipper	25	0.71
+holly ichabod	35	3.96
+fred laertes	48	2.37
+alice carson	33	0.01
+bob falkner	23	2.80
+yuri johnson	37	2.53
+wendy quirinius	32	1.65
+yuri ellison	45	1.31
+ethan davidson	74	1.78
+priscilla polk	23	0.96
+priscilla steinbeck	45	0.75
+ulysses allen	49	3.79
+katie xylophone	59	1.71
+holly young	71	3.98
+tom polk	65	2.80
+irene steinbeck	18	0.52
+irene thompson	40	2.16
+jessica davidson	72	1.45
+ethan thompson	53	1.41
+zach garcia	42	3.71
+gabriella falkner	63	0.69
+calvin king	20	2.34
+gabriella carson	23	0.12
+bob van buren	64	2.51
+holly garcia	21	1.43
+irene young	70	1.71
+alice hernandez	66	1.25
+holly robinson	53	1.44
+bob underhill	59	2.64
+jessica miller	28	1.83
+sarah xylophone	25	1.72
+wendy ichabod	62	0.83
+ulysses king	48	1.34
+calvin johnson	69	1.83
+jessica white	73	2.31
+bob robinson	40	2.42
+yuri king	20	2.08
+katie van buren	77	3.03
+quinn carson	59	1.80
+holly garcia	65	3.57
+victor polk	72	1.71
+victor laertes	53	2.33
+fred nixon	43	0.73
+tom carson	50	1.08
+holly johnson	29	3.28
+david laertes	77	2.82
+victor brown	39	0.00
+xavier allen	46	2.21
+rachel allen	45	1.17
+david brown	28	3.94
+alice nixon	32	1.09
+ethan ellison	44	1.77
+tom allen	72	0.17
+gabriella brown	48	2.48
+quinn polk	63	3.20
+gabriella quirinius	68	1.04
+jessica ellison	55	0.89
+wendy laertes	38	0.56
+bob laertes	31	2.05
+alice allen	34	1.23
+oscar white	19	0.25
+yuri king	71	1.99
+quinn polk	64	3.62
+quinn davidson	72	1.28
+zach falkner	75	1.13
+sarah king	20	3.27
+quinn ichabod	56	3.53
+holly young	41	2.79
+oscar ovid	74	2.34
+rachel king	24	2.35
+sarah falkner	23	3.43
+calvin polk	41	1.79
+luke hernandez	65	0.67
+irene miller	65	1.59
+fred brown	39	1.13
+nick quirinius	21	0.16
+nick underhill	33	2.26
+mike brown	49	2.13
+victor garcia	50	3.64
+victor robinson	22	2.46
+holly johnson	53	1.18
+xavier ellison	42	3.82
+ethan brown	25	2.06
+gabriella white	20	0.89
+victor zipper	33	0.31
+fred thompson	24	2.18
+priscilla laertes	73	3.43
+zach ovid	38	0.23
+yuri robinson	24	2.45
+fred ichabod	46	2.49
+wendy white	41	0.39
+luke davidson	62	3.43
+alice polk	54	0.75
+luke king	65	0.36
+bob ovid	54	3.90
+xavier ovid	43	3.73
+xavier johnson	28	2.50
+mike thompson	21	3.02
+rachel ichabod	41	1.73
+katie zipper	26	1.90
+ethan ovid	59	1.12
+bob underhill	37	2.57
+holly miller	47	2.13
+ulysses ellison	63	0.59
+holly ichabod	42	0.64
+david white	40	1.51
+wendy ovid	56	3.24
+luke carson	33	0.39
+katie falkner	38	1.42
+yuri nixon	28	3.78
+nick miller	72	1.71
+mike laertes	24	3.38
+nick brown	43	1.33
+xavier miller	57	1.59
+quinn king	64	3.12
+david davidson	46	3.04
+holly laertes	29	3.25
+david young	21	1.29
+victor young	66	1.63
+calvin falkner	63	0.17
+jessica laertes	75	1.02
+rachel polk	64	0.53
+david xylophone	66	1.44
+david king	37	1.64
+alice davidson	36	0.79
+tom davidson	41	2.09
+mike polk	69	1.54
+rachel miller	47	3.76
+yuri robinson	60	3.81
+oscar thompson	36	2.41
+irene ellison	55	2.32
+victor brown	29	2.95
+zach young	51	1.67
+wendy ellison	41	2.38
+tom carson	69	1.43
+katie ovid	57	1.56
+ethan laertes	69	0.03
+quinn xylophone	34	0.42
+yuri carson	77	3.60
+luke johnson	42	1.60
+ulysses polk	31	3.78
+david falkner	32	1.21
+holly falkner	22	1.71
+ethan nixon	75	0.05
+ethan van buren	35	1.75
+gabriella allen	30	2.39
+tom polk	63	3.83
+alice king	39	0.68
+quinn young	38	1.90
+zach miller	59	2.31
+luke falkner	69	1.61
+oscar johnson	42	1.96
+gabriella ovid	65	1.08
+victor ellison	24	1.37
+calvin xylophone	57	0.63
+priscilla young	74	1.96
+irene carson	32	2.28
+rachel white	67	1.95
+katie xylophone	32	2.09
+ethan miller	74	2.00
+priscilla ellison	54	1.49
+zach miller	51	1.39
+calvin davidson	31	2.53
+sarah king	74	3.70
+quinn falkner	75	3.08
+jessica young	37	1.11
+zach davidson	66	3.00
+mike thompson	32	3.35
+ulysses ichabod	24	3.88
+priscilla ovid	63	0.35
+tom thompson	30	0.13
+xavier laertes	70	0.21
+david davidson	61	2.72
+quinn hernandez	66	3.59
+victor king	44	0.77
+victor brown	29	0.67
+ulysses ellison	71	1.69
+wendy laertes	66	0.06
+rachel steinbeck	39	2.63
+fred king	63	0.90
+mike quirinius	32	2.06
+sarah carson	59	2.47
+ethan ichabod	44	0.38
+david miller	53	3.82
+ulysses robinson	73	2.76
+luke nixon	62	1.42
+xavier johnson	48	1.86
+gabriella ichabod	34	3.13
+calvin brown	36	2.60
+zach johnson	25	0.53
+quinn ichabod	49	3.79
+ulysses quirinius	40	0.21
+yuri falkner	22	0.17
+mike quirinius	20	2.74
+mike thompson	20	1.57
+wendy young	72	0.59
+priscilla allen	18	2.42
+rachel ichabod	46	2.92
+ulysses van buren	28	0.70
+victor allen	31	1.79
+irene young	62	1.96
+wendy hernandez	59	3.17
+victor brown	67	2.20
+nick garcia	42	1.33
+ethan nixon	33	0.12
+sarah ellison	69	3.93
+david underhill	68	3.77
+zach hernandez	62	2.63
+fred robinson	70	1.70
+irene young	62	1.32
+victor ichabod	32	3.00
+gabriella zipper	38	1.51
+yuri ovid	20	0.58
+bob nixon	28	1.90
+alice underhill	49	2.21
+nick steinbeck	61	1.24
+jessica johnson	23	3.99
+nick polk	55	3.02
+zach garcia	75	3.55
+jessica nixon	71	0.69
+katie thompson	72	0.68
+david underhill	37	0.30
+sarah ovid	30	3.69
+xavier johnson	35	1.48
+victor van buren	27	2.83
+mike ichabod	58	0.15
+jessica carson	60	2.70
+quinn ellison	61	0.84
+nick nixon	31	0.83
+quinn hernandez	66	0.92
+jessica young	58	2.73
+quinn nixon	21	2.03
+quinn steinbeck	51	2.89
+nick young	53	2.69
+david brown	58	0.82
+gabriella miller	30	2.93
+ethan johnson	53	0.48
+nick nixon	48	3.19
+jessica carson	25	1.47
+rachel allen	77	0.69
+victor hernandez	50	1.69
+tom zipper	23	1.88
+ethan steinbeck	23	3.54
+nick xylophone	51	3.20
+david white	21	3.44
+mike zipper	74	3.69
+mike quirinius	35	0.78
+alice ovid	50	3.09
+victor hernandez	21	2.61
+calvin polk	43	2.51
+oscar johnson	36	0.81
+victor polk	43	3.06
+oscar ichabod	52	3.11
+gabriella falkner	55	1.76
+irene laertes	31	3.78
+wendy davidson	37	2.27
+quinn ellison	36	0.85
+victor underhill	28	2.36
+mike davidson	27	3.40
+sarah white	44	2.63
+sarah polk	29	1.67
+rachel johnson	74	1.25
+quinn white	55	1.79
+david garcia	19	2.70
+wendy young	32	0.26
+oscar laertes	69	0.82
+quinn van buren	59	2.72
+holly hernandez	26	3.92
+irene garcia	44	1.06
+tom xylophone	23	2.45
+yuri miller	74	0.63
+holly miller	21	3.08
+fred miller	47	3.08
+ulysses zipper	64	2.53
+victor allen	35	0.13
+jessica polk	66	1.64
+luke zipper	48	3.90
+zach ellison	49	2.09
+alice van buren	68	1.31
+priscilla quirinius	32	3.73
+ulysses polk	37	2.50
+fred polk	64	2.35
+victor nixon	31	3.54
+gabriella miller	63	3.67
+priscilla steinbeck	55	2.31
+calvin quirinius	51	3.57
+tom king	50	1.13
+yuri falkner	36	0.60
+irene miller	29	0.21
+yuri davidson	32	1.28
+tom zipper	38	1.48
+holly underhill	54	3.17
+nick garcia	29	0.63
+xavier hernandez	42	3.27
+rachel falkner	51	1.16
+tom thompson	47	3.94
+priscilla xylophone	19	2.78
+yuri polk	69	3.63
+priscilla nixon	41	0.50
+ulysses brown	70	0.30
+irene ellison	28	1.95
+priscilla quirinius	39	2.98
+zach ovid	33	2.13
+oscar hernandez	66	3.65
+ethan steinbeck	34	2.93
+oscar hernandez	62	1.32
+gabriella thompson	50	0.04
+wendy allen	51	3.62
+zach falkner	29	0.62
+david white	44	2.57
+katie miller	65	2.67
+ulysses ovid	52	3.17
+irene ellison	65	3.71
+sarah polk	39	3.30
+sarah white	38	2.56
+sarah thompson	24	1.12
+quinn underhill	69	2.64
+wendy quirinius	25	2.67
+david miller	68	1.97
+calvin polk	46	0.16
+bob steinbeck	29	3.59
+mike ichabod	57	0.10
+victor brown	71	1.20
+rachel steinbeck	41	2.86
+tom thompson	71	3.88
+wendy white	61	3.62
+calvin thompson	70	0.84
+wendy xylophone	75	3.64
+oscar king	37	0.37
+mike xylophone	27	1.55
+zach van buren	61	2.76
+zach garcia	77	1.28
+priscilla thompson	43	0.26
+ulysses nixon	56	2.42
+wendy zipper	25	3.12
+nick zipper	27	1.93
+nick quirinius	23	0.06
+jessica underhill	31	1.63
+sarah zipper	52	0.06
+xavier ichabod	49	3.19
+calvin thompson	20	3.79
+victor white	33	1.99
+fred garcia	76	3.53
+priscilla robinson	25	3.16
+calvin white	37	0.59
+holly young	25	0.47
+yuri falkner	75	3.74
+sarah laertes	33	3.27
+fred steinbeck	27	2.48
+ethan ellison	76	2.41
+david van buren	27	3.88
+zach quirinius	56	2.40
+oscar nixon	28	0.49
+mike robinson	50	1.44
+holly nixon	65	3.41
+luke xylophone	68	1.39
+bob allen	74	2.16
+jessica van buren	53	0.39
+nick young	48	3.67
+tom polk	35	1.46
+ulysses steinbeck	43	2.32
+rachel falkner	56	1.45
+alice falkner	51	0.17
+yuri ellison	32	1.41
+tom ovid	61	0.24
+irene quirinius	73	2.86
+oscar king	34	3.10
+ethan xylophone	22	3.35
+gabriella hernandez	38	1.17
+tom underhill	61	0.36
+victor nixon	62	0.63
+wendy steinbeck	68	1.72
+oscar zipper	70	1.26
+luke robinson	69	0.71
+fred king	23	0.45
+holly underhill	37	3.35
+wendy van buren	48	3.89
+gabriella nixon	44	3.52
+sarah falkner	62	2.15
+calvin white	58	3.37
+yuri ichabod	28	0.42
+zach laertes	50	0.65
+bob van buren	54	1.85
+victor young	36	2.71
+mike robinson	21	1.33
+alice xylophone	42	3.47
+holly ovid	74	3.65
+calvin falkner	74	1.89
+irene van buren	61	0.93
+priscilla miller	20	1.23
+zach brown	51	1.48
+nick underhill	69	3.04
+ethan carson	24	3.39
+rachel steinbeck	57	2.78
+irene davidson	42	3.68
+nick underhill	54	0.68
+alice king	32	3.34
+nick falkner	24	2.97
+wendy brown	64	2.10
+quinn allen	69	3.28
+bob ovid	43	2.98
+luke thompson	37	3.97
+tom johnson	60	3.93
+tom falkner	27	0.11
+gabriella xylophone	77	0.63
+luke johnson	46	2.70
+sarah ichabod	39	2.03
+mike young	62	1.37
+zach underhill	32	2.91
+priscilla garcia	28	0.72
+ulysses thompson	33	0.12
+alice hernandez	58	0.21
+priscilla ellison	76	1.35
+jessica ovid	30	1.93
+mike ovid	72	2.45
+irene zipper	67	2.51
+wendy king	51	3.66
+irene robinson	41	0.04
+sarah miller	74	2.32
+holly miller	68	3.05
+calvin ellison	72	2.50
+xavier miller	53	3.48
+ethan nixon	19	1.18
+wendy young	59	0.07
+ulysses carson	38	1.94
+fred miller	28	1.68
+quinn king	26	2.59
+gabriella johnson	48	0.69
+tom ovid	42	2.41
+tom garcia	24	2.17
+david xylophone	61	2.77
+zach steinbeck	33	3.21
+quinn garcia	33	2.33
+calvin brown	63	0.70
+victor xylophone	25	0.07
+xavier johnson	71	2.87
+holly hernandez	70	3.43
+mike garcia	74	3.68
+alice quirinius	26	3.03
+victor king	27	1.01
+priscilla hernandez	46	3.62
+sarah white	75	3.13
+holly brown	64	1.43
+sarah steinbeck	50	2.22
+sarah brown	61	2.60
+oscar king	45	1.54
+mike white	27	1.93
+priscilla davidson	54	1.36
+mike ovid	65	2.16
+oscar polk	39	0.76
+ulysses garcia	56	2.74
+irene thompson	76	3.22
+alice laertes	28	0.13
+tom underhill	42	2.28
+calvin ichabod	39	2.90
+gabriella carson	53	2.44
+irene robinson	71	2.08
+katie miller	77	3.13
+xavier king	50	2.67
+jessica miller	72	0.74
+nick allen	48	3.78
+oscar johnson	20	0.69
+jessica underhill	71	0.49
+bob king	54	2.83
+ethan ovid	20	2.34
+jessica young	51	0.62
+tom carson	32	1.15
+bob garcia	34	2.23
+priscilla zipper	68	3.19
+gabriella steinbeck	65	3.26
+wendy nixon	59	2.50
+fred davidson	61	0.29
+irene brown	62	2.76
+nick xylophone	33	0.67
+victor garcia	64	1.40
+luke van buren	62	3.58
+zach carson	36	0.05
+ulysses king	21	1.71
+ethan van buren	45	0.37
+bob falkner	30	1.14
+irene xylophone	72	2.89
+ulysses underhill	23	3.20
+katie nixon	70	1.32
+oscar robinson	30	0.55
+ethan van buren	69	0.16
+nick falkner	46	2.72
+holly zipper	28	2.13
+priscilla miller	39	2.36
+nick nixon	19	3.74
+ulysses falkner	66	1.06
+yuri king	19	0.31
+mike miller	52	1.94
+wendy xylophone	43	1.40
+katie thompson	38	3.75
+wendy young	38	1.55
+nick nixon	76	0.22
+victor garcia	68	2.50
+sarah zipper	34	3.78
+david young	55	3.43
+david xylophone	54	2.31
+jessica ichabod	56	3.60
+katie carson	46	1.02
+tom davidson	57	1.88
+irene underhill	27	3.63
+katie falkner	72	2.02
+calvin hernandez	52	2.30
+yuri johnson	63	1.03
+oscar ovid	23	0.39
+oscar ellison	77	2.25
+irene ellison	27	3.66
+bob white	49	3.78
+gabriella johnson	50	2.13
+xavier nixon	65	1.32
+wendy xylophone	43	0.94
+nick davidson	21	1.70
+tom ovid	18	1.14
+oscar laertes	53	0.16
+oscar king	59	3.93
+irene falkner	72	3.81
+gabriella ichabod	72	2.48
+oscar miller	26	0.86
+ethan miller	44	2.47
+tom van buren	32	0.64
+tom quirinius	24	3.39
+oscar robinson	32	2.99
+rachel ovid	74	1.64
+nick falkner	26	1.23
+quinn ellison	41	3.89
+xavier young	35	0.81
+jessica ellison	53	0.36
+wendy quirinius	60	1.42
+fred laertes	38	3.20
+fred davidson	28	0.63
+katie garcia	43	0.70
+irene robinson	73	3.16
+wendy king	69	1.95
+gabriella miller	67	2.11
+wendy falkner	52	0.11
+priscilla underhill	62	1.10
+calvin carson	66	2.78
+quinn carson	23	0.57
+calvin polk	49	3.81
+mike ellison	42	2.22
+xavier young	76	3.14
+tom xylophone	62	0.51
+irene robinson	44	3.76
+nick hernandez	70	0.82
+nick xylophone	56	3.13
+luke underhill	75	3.04
+alice ovid	24	3.25
+calvin van buren	47	0.50
+wendy steinbeck	44	0.01
+luke robinson	43	3.47
+mike garcia	76	3.57
+wendy ovid	68	3.67
+mike robinson	29	2.28
+yuri johnson	73	0.10
+luke carson	43	1.89
+david ellison	75	1.92
+gabriella brown	72	0.98
+luke laertes	29	3.91
+david nixon	47	2.75
+nick young	53	2.04
+mike quirinius	34	1.12
+xavier hernandez	26	0.66
+oscar nixon	37	2.26
+yuri thompson	23	2.98
+gabriella garcia	24	0.80
+ulysses steinbeck	74	0.90
+irene white	35	1.44
+oscar miller	23	0.35
+alice king	65	3.00
+priscilla zipper	57	3.32
+victor hernandez	54	1.82
+zach young	25	3.98
+sarah carson	52	1.65
+victor laertes	21	1.22
+jessica van buren	51	1.72
+sarah underhill	74	3.09
+tom laertes	31	0.84
+victor xylophone	27	3.15
+tom brown	19	0.32
+katie johnson	74	2.47
+jessica garcia	53	2.88
+jessica underhill	47	3.83
+sarah laertes	72	1.88
+victor garcia	75	2.35
+luke polk	58	1.97
+katie young	76	2.29
+quinn king	30	1.36
+alice robinson	65	3.28
+rachel allen	68	1.35
+rachel young	34	1.21
+mike young	42	1.71
+ulysses johnson	52	2.73
+yuri thompson	60	0.52
+mike white	58	2.57
+ulysses laertes	26	2.04
+xavier underhill	35	2.78
+priscilla nixon	29	0.48
+yuri xylophone	76	3.57
+alice garcia	31	1.03
+tom hernandez	76	1.53
+yuri falkner	58	3.59
+tom laertes	19	1.86
+zach ovid	65	0.77
+rachel polk	34	1.62
+irene polk	27	1.92
+wendy nixon	61	0.02
+nick white	62	1.30
+tom king	44	2.49
+yuri underhill	18	0.90
+sarah steinbeck	59	0.45
+gabriella miller	29	1.21
+holly carson	21	3.83
+wendy young	52	1.80
+gabriella nixon	24	2.55
+yuri polk	35	0.39
+nick miller	22	0.79
+holly miller	67	0.19
+xavier miller	22	3.26
+priscilla young	56	2.38
+holly van buren	51	0.35
+priscilla zipper	68	1.69
+ethan johnson	62	2.98
+fred young	40	2.48
+ulysses miller	69	1.55
+quinn king	53	2.23
+victor johnson	19	3.90
+oscar polk	41	0.88
+zach carson	58	2.88
+rachel falkner	51	0.19
+yuri ovid	54	0.70
+katie zipper	50	1.15
+sarah davidson	32	1.59
+zach steinbeck	24	1.48
+luke xylophone	56	0.71
+mike davidson	45	3.27
+sarah ellison	62	2.16
+ethan thompson	51	3.14
+tom young	22	3.43
+zach underhill	56	1.53
+yuri davidson	64	0.71
+tom davidson	44	2.34
+sarah falkner	74	2.61
+luke ichabod	71	2.55
+gabriella miller	25	0.67
+katie xylophone	39	2.46
+calvin polk	63	2.73
+bob underhill	72	3.65
+tom davidson	46	0.31
+xavier johnson	41	1.11
+calvin quirinius	62	2.92
+holly robinson	29	0.87
+gabriella polk	64	1.67
+zach van buren	26	1.70
+nick quirinius	75	2.52
+quinn miller	29	0.91
+priscilla falkner	31	3.34
+ethan falkner	58	3.56
+calvin falkner	27	2.98
+wendy falkner	32	0.25
+sarah garcia	33	0.65
+sarah underhill	75	2.12
+ulysses davidson	22	2.43
+tom zipper	28	3.69
+zach king	69	1.76
+wendy king	62	0.12
+priscilla allen	49	3.72
+rachel allen	31	3.59
+tom nixon	40	1.19
+mike carson	56	3.51
+bob brown	45	2.05
+bob xylophone	64	2.11
+sarah miller	31	1.29
+ethan falkner	40	0.78
+holly white	73	3.13
+wendy quirinius	29	3.68
+bob johnson	45	1.17
+david garcia	66	1.61
+gabriella johnson	39	0.05
+sarah hernandez	44	1.93
+luke robinson	20	1.59
+alice white	65	3.50
+zach steinbeck	77	1.58
+bob ovid	57	2.46
+yuri underhill	33	3.39
+yuri xylophone	55	0.15
+priscilla zipper	27	2.26
+fred robinson	53	3.57
+priscilla falkner	58	1.85
+alice quirinius	58	2.43
+zach underhill	48	1.03
+bob davidson	58	2.35
+zach miller	42	0.63
+holly davidson	59	3.59
+rachel carson	70	0.55
+fred johnson	21	2.29
+mike hernandez	63	1.72
+rachel thompson	50	1.62
+calvin polk	23	0.18
+jessica brown	20	3.76
+ethan ovid	52	0.99
+bob carson	56	0.41
+jessica garcia	71	0.67
+jessica robinson	56	3.53
+yuri robinson	58	3.70
+ethan young	27	0.49
+holly xylophone	68	3.49
+ethan young	20	2.71
+rachel hernandez	28	3.73
+yuri steinbeck	71	3.17
+alice van buren	71	0.95
+jessica laertes	53	3.31
+david laertes	69	2.81
+gabriella allen	35	0.82
+holly brown	18	2.02
+nick johnson	29	2.64
+gabriella polk	59	3.44
+tom brown	22	3.05
+zach davidson	19	3.88
+quinn robinson	41	3.91
+wendy zipper	21	1.82
+david thompson	42	1.50
+fred van buren	49	0.29
+victor polk	55	2.27
+ethan steinbeck	53	0.61
+luke carson	56	1.18
+jessica garcia	41	2.64
+luke davidson	31	2.52
+zach underhill	39	1.68
+tom allen	69	2.85
+holly ichabod	61	2.92
+priscilla brown	40	1.74
+rachel steinbeck	18	0.63
+holly davidson	26	2.51
+priscilla zipper	59	0.41
+quinn ichabod	69	3.20
+mike brown	26	1.49
+zach hernandez	71	2.56
+ethan laertes	69	3.22
+mike allen	43	0.73
+david thompson	64	3.10
+oscar ovid	61	2.40
+zach young	23	0.70
+alice king	34	1.83
+jessica xylophone	70	1.76
+yuri brown	25	1.39
+rachel johnson	65	3.65
+priscilla thompson	54	2.85
+tom quirinius	37	3.59
+priscilla hernandez	31	3.75
+luke thompson	44	2.47
+rachel ichabod	55	2.34
+priscilla falkner	63	1.15
+yuri carson	18	0.32
+yuri steinbeck	43	2.16
+zach underhill	28	0.10
+victor carson	18	1.83
+jessica miller	46	2.85
+nick davidson	54	2.21
+sarah allen	18	1.93
+nick ichabod	34	0.53
+rachel ellison	55	3.56
+ethan steinbeck	43	2.45
+nick hernandez	40	3.50
+oscar zipper	30	2.15
+zach brown	39	1.89
+quinn hernandez	25	0.83
+sarah van buren	43	3.58
+nick hernandez	50	0.43
+nick zipper	47	1.01
+quinn white	56	2.11
+yuri polk	51	1.85
+nick nixon	67	0.50
+katie hernandez	69	2.01
+jessica brown	20	1.56
+david young	61	1.61
+fred white	50	1.95
+fred hernandez	58	0.45
+katie white	64	0.63
+holly ovid	43	2.63
+rachel laertes	59	3.66
+rachel ovid	19	3.08
+fred miller	19	0.61
+calvin carson	61	2.39
+nick brown	40	1.01
+irene hernandez	77	3.41
+fred steinbeck	64	1.31
+nick young	60	1.03
+wendy brown	34	3.02
+holly thompson	71	0.08
+holly ellison	57	0.80
+victor garcia	24	2.21
+rachel van buren	77	1.94
+fred nixon	46	2.57
+zach ovid	47	1.10
+luke hernandez	77	3.17
+gabriella king	35	0.65
+holly carson	30	2.16
+mike xylophone	26	2.08
+gabriella ovid	63	0.30
+zach steinbeck	33	0.61
+sarah johnson	72	2.89
+wendy falkner	22	2.26
+sarah garcia	18	1.40
+tom white	54	1.75
+katie nixon	37	0.26
+mike carson	72	2.90
+tom ellison	61	0.96
+mike xylophone	50	2.77
+priscilla steinbeck	56	0.37
+priscilla quirinius	50	3.98
+priscilla carson	22	3.73
+oscar polk	27	3.56
+xavier polk	59	1.47
+nick nixon	71	2.51
+priscilla thompson	57	2.82
+irene ovid	35	3.94
+katie brown	48	0.40
+fred ichabod	30	3.82
+katie xylophone	19	3.53
+david white	19	2.61
+rachel van buren	53	3.96
+priscilla carson	54	2.12
+wendy ichabod	71	1.34
+calvin allen	46	0.54
+alice laertes	73	1.79
+priscilla carson	31	3.12
+quinn white	27	3.18
+oscar falkner	52	2.40
+sarah quirinius	50	2.59
+wendy steinbeck	72	2.97
+xavier brown	73	2.29
+wendy laertes	72	2.59
+fred carson	32	0.46
+bob falkner	73	2.25
+calvin allen	68	1.99
+quinn young	66	3.38
+alice quirinius	70	3.11
+fred underhill	49	3.30
+bob king	59	0.51
+gabriella ovid	35	1.60
+fred young	28	2.70
+quinn allen	46	3.72
+oscar miller	20	2.27
+sarah brown	57	1.46
+xavier polk	74	3.08
+victor quirinius	32	0.15
+quinn davidson	24	1.76
+alice robinson	43	0.02
+mike underhill	42	2.18
+xavier miller	20	1.28
+oscar young	48	3.42
+sarah nixon	54	0.79
+sarah underhill	54	1.35
+nick carson	19	2.17
+gabriella van buren	41	1.66
+wendy underhill	70	3.99
+victor king	50	2.45
+victor king	45	0.83
+gabriella polk	76	2.32
+ethan ellison	33	3.00
+victor young	32	2.25
+nick thompson	53	3.17
+xavier young	63	3.88
+tom xylophone	69	1.49
+holly zipper	73	3.25
+priscilla van buren	47	3.22
+bob king	68	1.70
+priscilla young	24	2.78
+david quirinius	22	0.35
+fred carson	23	2.70
+quinn white	71	3.38
+fred ovid	66	3.90
+nick van buren	77	0.33
+rachel robinson	38	2.98
+yuri thompson	20	0.79
+irene nixon	35	3.92
+bob carson	27	3.91
+nick polk	22	3.40
+irene zipper	55	0.80
+irene steinbeck	69	0.97
+calvin king	46	0.98
+david white	72	0.95
+priscilla polk	38	2.03
+irene miller	62	1.65
+quinn thompson	40	2.99
+tom brown	55	3.37
+nick brown	53	2.05
+zach johnson	26	3.11
+david nixon	19	1.14
+xavier robinson	38	0.72
+holly underhill	65	3.95
+david xylophone	21	1.48
+holly brown	41	0.12
+quinn van buren	73	1.29
+irene polk	21	0.98
+fred xylophone	20	1.14
+ulysses van buren	68	2.25
+ulysses hernandez	30	3.05
+mike young	53	2.14
+wendy laertes	70	0.30
+xavier zipper	49	1.69
+oscar ichabod	67	0.53
+calvin nixon	48	3.22
+david ichabod	28	1.41
+holly laertes	56	1.62
+wendy zipper	20	0.16
+jessica miller	26	0.46
+holly nixon	20	3.98
+calvin underhill	43	3.94
+zach miller	64	2.14
+nick thompson	62	1.14
+fred robinson	45	2.28
+rachel ellison	50	2.54
+katie ellison	49	3.84
+bob laertes	53	2.31
+victor ovid	25	3.35
+holly robinson	72	3.61
+alice brown	18	0.68
+luke allen	49	1.99
+priscilla thompson	59	2.05
+david king	48	1.99
+wendy ichabod	74	1.58
+jessica garcia	44	0.06
+calvin carson	68	2.46
+wendy laertes	46	3.21
+gabriella ovid	72	0.99
+sarah xylophone	57	3.12
+calvin davidson	44	0.22
+bob allen	52	1.97
+bob polk	41	2.45
+wendy carson	57	0.62
+zach robinson	69	1.39
+rachel falkner	74	0.93
+alice ovid	52	1.82
+david van buren	74	0.40
+holly xylophone	36	2.19
+luke thompson	50	2.48
+alice ichabod	31	2.99
+calvin ovid	74	1.15
+david young	41	3.34
+holly davidson	68	3.26
+holly underhill	69	0.37
+oscar hernandez	30	3.74
+calvin hernandez	51	1.31
+quinn johnson	56	2.22
+xavier miller	29	2.89
+yuri van buren	40	0.96
+mike miller	27	0.16
+gabriella young	74	2.10
+luke miller	33	3.72
+quinn davidson	41	1.78
+oscar van buren	24	0.35
+ulysses allen	50	0.79
+zach nixon	70	0.66
+wendy zipper	38	3.44
+tom thompson	39	2.21
+zach underhill	44	2.69
+tom robinson	42	1.15
+calvin ellison	60	1.68
+alice carson	71	2.34
+tom nixon	42	0.62
+jessica robinson	67	3.10
+irene brown	65	2.26
+calvin underhill	65	2.72
+yuri xylophone	39	0.06
+katie underhill	52	3.31
+katie ovid	66	2.13
+sarah polk	52	0.82
+calvin hernandez	31	2.58
+sarah laertes	73	2.72
+wendy brown	61	1.58
+xavier brown	76	2.42
+gabriella hernandez	53	2.15
+jessica white	50	2.36
+calvin steinbeck	22	1.39
+katie quirinius	54	3.47
+fred hernandez	28	1.11
+gabriella king	52	1.04
+yuri quirinius	21	0.54
+oscar young	53	0.67
+rachel king	25	1.57
+zach ichabod	54	2.92
+sarah young	66	2.55
+ulysses steinbeck	61	3.13
+nick hernandez	41	1.06
+ethan hernandez	19	3.73
+mike allen	58	3.77
+katie polk	68	2.85
+calvin xylophone	77	2.04
+calvin miller	73	1.97
+xavier thompson	61	1.93
+wendy van buren	58	2.21
+xavier nixon	57	2.22
+quinn robinson	43	1.75
+nick miller	18	0.11
+oscar garcia	20	2.31
+fred ichabod	36	1.39
+david johnson	76	3.62
+jessica nixon	30	2.56
+ulysses zipper	46	0.48
+holly ellison	45	1.39
+yuri nixon	32	0.23
+zach young	55	3.43
+fred brown	33	2.54
+ulysses white	23	1.28
+rachel ellison	44	2.76
+holly carson	69	2.87
+zach davidson	70	0.30
+irene thompson	24	2.15
+oscar king	36	1.40
+bob ellison	39	1.63
+oscar carson	25	1.86
+david allen	24	1.55
+victor ovid	22	3.59
+calvin allen	71	2.49
+tom davidson	37	3.17
+fred carson	25	2.26
+jessica white	25	3.29
+mike falkner	51	3.77
+ethan falkner	56	2.42
+fred johnson	52	1.11
+katie young	25	3.09
+wendy young	66	3.18
+alice underhill	26	3.72
+quinn falkner	58	0.70
+fred garcia	74	0.37
+jessica garcia	65	3.29
+ethan young	37	1.64
+yuri garcia	72	3.65
+nick carson	53	1.34
+jessica johnson	68	2.90
+oscar ichabod	32	3.07
+alice robinson	40	2.35
+luke polk	77	0.11
+david xylophone	64	3.47
+ulysses carson	29	4.00
+xavier quirinius	29	1.78
+holly ovid	31	0.74
+luke king	63	1.07
+jessica young	18	3.59
+quinn brown	19	2.30
+fred ellison	56	1.34
+ulysses xylophone	52	2.92
+quinn steinbeck	23	3.26
+priscilla polk	65	2.05
+ulysses falkner	29	0.12
+victor nixon	44	0.91
+quinn miller	65	3.04
+fred young	62	3.85
+victor zipper	47	0.59
+mike young	27	3.30
+mike miller	74	1.03
+zach johnson	60	0.34
+fred allen	52	1.73
+wendy robinson	62	2.92
+victor king	44	2.12
+gabriella steinbeck	25	0.04
+gabriella xylophone	51	0.29
+gabriella falkner	32	1.11
+priscilla nixon	36	3.80
+irene van buren	22	2.16
+fred steinbeck	51	1.16
+irene king	26	3.59
+calvin xylophone	51	3.38
+bob ellison	59	0.97
+bob xylophone	41	0.85
+fred brown	43	1.70
+wendy steinbeck	69	0.24
+quinn king	35	1.38
+oscar laertes	33	2.10
+zach carson	62	1.12
+jessica hernandez	65	3.55
+gabriella thompson	41	0.63
+yuri van buren	24	2.64
+tom davidson	57	1.35
+david laertes	28	1.04
+katie thompson	40	3.71
+sarah xylophone	52	2.04
+sarah hernandez	24	2.37
+bob johnson	63	1.26
+alice quirinius	43	1.44
+wendy brown	56	3.85
+ethan carson	70	3.50
+mike steinbeck	41	2.99
+priscilla ovid	18	0.79
+zach allen	41	2.80
+xavier miller	31	0.95
+alice garcia	25	2.10
+alice robinson	20	2.42
+alice davidson	54	0.27
+sarah ellison	31	3.17
+yuri thompson	34	3.59
+luke falkner	57	0.95
+rachel young	71	3.99
+sarah johnson	46	0.38
+calvin davidson	29	3.17
+zach underhill	66	0.99
+david zipper	57	0.92
+katie underhill	28	1.46
+quinn davidson	25	3.96
+bob thompson	51	2.53
+luke hernandez	35	1.40
+mike zipper	63	0.48
+holly quirinius	61	2.90
+victor ichabod	57	2.42
+mike davidson	32	1.61
+victor zipper	42	0.23
+xavier falkner	75	2.16
+yuri laertes	57	3.94
+xavier allen	53	0.19
+alice laertes	48	0.85
+gabriella robinson	36	2.37
+jessica ichabod	54	2.91
+victor quirinius	72	2.34
+priscilla ovid	49	2.94
+nick allen	62	2.90
+quinn polk	41	0.33
+mike thompson	68	1.03
+bob zipper	76	3.46
+fred garcia	67	3.93
+calvin ellison	22	0.30
+mike van buren	28	2.68
+irene laertes	48	3.52
+wendy thompson	67	1.67
+wendy laertes	52	0.83
+katie brown	33	1.12
+priscilla davidson	34	0.47
+zach allen	56	1.31
+yuri falkner	76	2.48
+calvin carson	59	0.91
+xavier ovid	21	1.53
+priscilla king	34	1.23
+zach van buren	76	0.52
+wendy robinson	22	0.09
+luke carson	66	1.13
+mike brown	61	2.99
+gabriella davidson	44	3.36
+victor xylophone	23	3.19
+zach young	56	1.39
+rachel ichabod	56	2.50
+ulysses xylophone	18	1.03
+oscar van buren	24	0.82
+luke carson	42	3.81
+oscar zipper	48	3.09
+david brown	27	0.54
+wendy nixon	28	0.51
+rachel falkner	44	1.69
+irene ovid	49	3.82
+alice garcia	34	1.73
+fred zipper	21	3.12
+ethan xylophone	70	3.20
+david falkner	73	1.59
+mike laertes	52	0.58
+mike polk	63	3.59
+victor steinbeck	77	0.76
+holly ellison	44	2.65
+wendy falkner	20	3.58
+oscar xylophone	53	0.28
+irene ovid	30	2.65
+priscilla garcia	67	3.91
+quinn ovid	46	1.96
+priscilla laertes	62	1.66
+xavier quirinius	63	0.32
+xavier xylophone	63	1.62
+david allen	53	3.65
+ethan steinbeck	20	0.61
+david hernandez	31	1.64
+tom miller	63	1.95
+wendy zipper	54	1.60
+quinn hernandez	19	3.13
+alice underhill	38	1.24
+nick allen	62	0.95
+oscar nixon	59	2.27
+bob davidson	20	3.71
+alice garcia	73	0.39
+wendy underhill	32	2.47
+calvin quirinius	51	3.13
+david davidson	48	0.11
+katie robinson	57	1.48
+quinn van buren	59	3.37
+xavier young	56	0.80
+sarah miller	60	1.81
+bob thompson	29	3.60
+calvin thompson	26	0.88
+wendy quirinius	64	0.72
+luke xylophone	75	2.93
+ulysses white	64	2.21
+priscilla thompson	33	1.25
+calvin polk	55	0.03
+david ichabod	60	3.85
+priscilla ichabod	37	1.40
+katie quirinius	57	2.44
+gabriella brown	65	0.53
+calvin nixon	23	2.38
+quinn xylophone	60	3.94
+zach ichabod	61	0.31
+victor allen	59	1.29
+oscar hernandez	74	0.55
+tom falkner	60	1.30
+quinn xylophone	49	0.79
+zach carson	51	1.91
+tom xylophone	36	2.04
+victor miller	64	2.98
+holly king	56	1.59
+rachel johnson	74	0.09
+mike davidson	19	0.32
+calvin robinson	51	1.44
+xavier underhill	61	3.93
+alice king	21	0.14
+holly van buren	63	2.34
+oscar allen	21	1.85
+nick zipper	36	3.86
+oscar polk	34	2.53
+calvin ovid	51	2.06
+ethan robinson	57	2.88
+nick xylophone	34	1.57
+priscilla thompson	76	0.84
+luke johnson	25	2.56
+sarah robinson	40	3.95
+david garcia	55	0.41
+nick zipper	46	2.24
+rachel ichabod	20	2.90
+irene ovid	28	3.02
+calvin johnson	67	3.87
+gabriella xylophone	59	0.02
+holly garcia	56	2.76
+zach ovid	35	2.34
+rachel hernandez	64	0.28
+alice garcia	68	0.03
+jessica king	49	2.77
+calvin white	53	0.28
+xavier xylophone	23	1.57
+david van buren	33	3.82
+nick garcia	64	3.60
+yuri quirinius	61	0.67
+yuri brown	37	3.75
+luke ellison	24	0.15
+alice brown	27	3.89
+bob king	47	3.76
+tom davidson	29	1.50
+jessica allen	63	1.78
+tom brown	35	1.93
+tom polk	51	0.20
+ulysses brown	28	2.41
+irene laertes	71	1.16
+jessica ellison	32	3.15
+quinn ellison	58	2.16
+fred ellison	68	3.51
+oscar davidson	56	3.87
+xavier davidson	77	0.45
+tom robinson	67	3.03
+oscar young	67	1.42
+mike quirinius	46	3.54
+jessica ovid	29	3.37
+luke thompson	22	1.79
+tom falkner	37	0.77
+katie xylophone	44	3.08
+irene nixon	53	1.13
+rachel brown	76	1.44
+ulysses hernandez	51	2.33
+ethan young	27	3.84
+priscilla hernandez	29	1.50
+mike robinson	71	3.72
+yuri polk	50	1.45
+victor king	46	1.69
+ethan zipper	45	0.59
+quinn nixon	52	3.35
+yuri brown	18	0.20
+xavier zipper	69	1.52
+holly ellison	51	3.59
+nick thompson	57	2.11
+gabriella white	54	1.83
+katie hernandez	69	3.16
+jessica thompson	55	1.31
+fred white	31	3.98
+luke ellison	45	1.08
+luke van buren	34	0.38
+xavier garcia	67	0.79
+bob van buren	45	1.63
+sarah zipper	57	0.73
+alice ovid	54	3.67
+ulysses falkner	38	0.78
+tom white	72	1.55
+irene xylophone	57	2.03
+luke polk	39	2.74
+priscilla king	61	0.19
+bob miller	25	0.02
+mike xylophone	30	1.44
+sarah miller	76	1.32
+luke carson	25	0.55
+yuri thompson	45	3.24
+nick hernandez	46	3.31
+calvin robinson	42	2.15
+jessica xylophone	55	0.48
+wendy zipper	50	1.87
+fred ellison	56	2.89
+jessica thompson	72	0.90
+jessica carson	37	1.11
+victor xylophone	46	3.22
+ulysses miller	65	3.21
+sarah carson	35	0.76
+victor hernandez	20	2.62
+xavier allen	71	1.43
+irene young	34	2.40
+zach van buren	66	0.43
+oscar nixon	18	0.72
+ulysses allen	44	2.80
+xavier carson	42	1.01
+calvin white	44	1.40
+tom allen	49	1.30
+nick garcia	29	0.64
+xavier van buren	55	3.63
+rachel van buren	30	1.17
+fred miller	59	0.08
+david ovid	33	2.80
+zach ellison	30	2.58
+yuri ovid	71	0.20
+irene hernandez	57	3.37
+bob garcia	45	0.27
+rachel hernandez	30	0.04
+calvin garcia	77	3.43
+fred hernandez	23	2.96
+sarah steinbeck	71	1.99
+victor thompson	35	2.17
+yuri ichabod	26	1.97
+calvin brown	46	3.10
+nick zipper	48	2.21
+oscar brown	48	3.73
+yuri falkner	38	1.95
+jessica johnson	67	2.64
+xavier polk	53	3.69
+gabriella miller	39	2.73
+alice robinson	26	0.08
+katie xylophone	67	0.35
+oscar hernandez	29	0.89
+luke thompson	46	1.61
+mike zipper	40	2.86
+yuri brown	31	0.31
+ulysses young	24	0.55
+sarah davidson	77	0.51
+ethan johnson	66	3.09
+fred falkner	38	3.65
+nick thompson	27	1.84
+holly quirinius	31	1.03
+jessica quirinius	47	0.44
+priscilla garcia	70	1.31
+ulysses davidson	47	3.38
+tom falkner	41	0.16
+oscar laertes	19	1.99
+quinn brown	35	0.16
+fred davidson	41	1.40
+luke underhill	39	2.75
+priscilla white	27	3.33
+alice zipper	51	3.27
+gabriella ovid	72	0.24
+victor carson	67	2.12
+david white	75	0.07
+calvin steinbeck	18	2.48
+zach nixon	76	1.59
+rachel falkner	33	3.33
+luke miller	65	0.54
+sarah king	57	2.19
+rachel laertes	23	3.57
+zach thompson	50	0.49
+mike quirinius	70	3.42
+priscilla miller	27	2.44
+rachel falkner	60	2.07
+alice falkner	29	0.90
+tom nixon	72	1.02
+nick hernandez	23	2.33
+yuri young	60	3.51
+rachel van buren	50	1.21
+gabriella polk	41	2.11
+alice johnson	60	1.67
+sarah carson	76	3.29
+irene allen	39	2.35
+fred garcia	32	0.88
+holly miller	67	0.05
+wendy underhill	44	1.32
+rachel young	57	2.67
+sarah hernandez	21	3.97
+victor garcia	62	1.16
+zach steinbeck	50	2.72
+calvin nixon	60	1.81
+bob young	32	0.24
+luke young	50	3.55
+david ellison	73	1.05
+ethan van buren	51	0.75
+david zipper	48	3.04
+alice johnson	61	3.67
+bob underhill	47	2.33
+nick laertes	57	0.68
+holly falkner	59	3.78
+luke garcia	37	2.41
+holly young	45	1.16
+rachel robinson	22	0.14
+bob king	71	0.62
+zach van buren	73	2.97
+bob steinbeck	19	1.07
+tom falkner	59	2.90
+wendy king	43	2.86
+gabriella steinbeck	33	1.15
+gabriella king	52	0.49
+katie van buren	41	2.18
+luke xylophone	68	1.04
+wendy falkner	27	2.12
+zach johnson	57	2.60
+bob miller	68	3.70
+irene king	34	1.31
+xavier xylophone	21	2.58
+zach johnson	33	0.22
+holly garcia	57	3.02
+quinn carson	65	3.97
+david ellison	54	2.47
+oscar underhill	77	0.13
+nick robinson	73	1.74
+david nixon	37	2.87
+rachel hernandez	58	3.07
+holly nixon	29	0.02
+nick allen	40	0.13
+luke young	65	3.46
+bob falkner	23	1.68
+quinn davidson	22	0.35
+rachel robinson	64	0.56
+nick white	18	2.25
+nick hernandez	68	1.75
+calvin falkner	52	2.37
+sarah quirinius	29	1.33
+alice steinbeck	58	3.52
+rachel garcia	42	2.56
+david van buren	36	0.60
+gabriella underhill	32	1.51
+gabriella quirinius	63	1.85
+mike thompson	63	1.51
+zach van buren	74	2.98
+sarah ovid	53	2.07
+katie steinbeck	61	0.49
+yuri underhill	76	2.83
+fred robinson	66	1.06
+holly xylophone	27	2.05
+ulysses brown	51	0.12
+sarah miller	49	0.02
+ulysses davidson	53	1.36
+wendy ellison	71	1.18
+holly miller	57	1.89
+zach nixon	59	3.76
+priscilla davidson	46	2.22
+katie robinson	18	1.40
+ethan garcia	69	1.50
+xavier miller	68	0.51
+tom johnson	18	1.52
+wendy johnson	25	1.00
+oscar miller	31	0.00
+nick miller	27	3.70
+sarah zipper	47	1.33
+victor ellison	57	3.63
+oscar ovid	44	2.15
+jessica van buren	43	0.53
+quinn polk	70	0.89
+katie johnson	36	1.91
+tom garcia	74	2.09
+tom zipper	68	2.50
+ulysses polk	42	2.16
+david laertes	61	0.09
+mike zipper	66	1.12
+calvin white	59	0.54
+luke hernandez	28	1.23
+zach davidson	47	1.19
+calvin ellison	54	3.23
+bob van buren	68	2.85
+jessica zipper	66	3.75
+calvin polk	22	1.29
+priscilla carson	37	3.34
+alice steinbeck	22	2.45
+calvin miller	60	3.82
+wendy davidson	38	2.35
+gabriella nixon	74	3.80
+irene ichabod	56	2.45
+gabriella johnson	49	2.41
+zach quirinius	72	0.15
+david thompson	71	0.13
+ulysses underhill	65	0.02
+priscilla garcia	67	2.73
+calvin polk	39	0.82
+tom king	65	1.58
+ethan steinbeck	28	3.14
+calvin garcia	33	0.79
+bob white	75	0.57
+david robinson	52	1.41
+calvin garcia	22	3.12
+katie ovid	50	2.24
+katie davidson	56	3.98
+quinn robinson	63	0.56
+nick ichabod	25	2.85
+katie polk	20	2.13
+rachel king	35	1.52
+calvin van buren	53	1.56
+holly zipper	72	1.94
+yuri miller	72	0.38
+oscar young	46	3.69
+yuri zipper	32	2.33
+gabriella zipper	50	0.52
+fred xylophone	74	3.66
+gabriella thompson	35	2.42
+luke ellison	31	0.84
+priscilla robinson	35	1.05
+quinn underhill	61	0.64
+jessica johnson	27	3.10
+oscar ovid	68	2.11
+holly miller	48	3.81
+alice polk	52	3.07
+ethan nixon	28	3.94
+mike thompson	29	0.57
+tom quirinius	70	1.37
+yuri young	45	1.81
+fred thompson	72	3.93
+calvin miller	36	3.44
+sarah carson	36	1.83
+mike quirinius	73	0.22
+katie thompson	54	2.20
+gabriella xylophone	76	1.84
+zach hernandez	34	0.03
+yuri king	53	3.99
+holly carson	74	0.07
+fred garcia	66	1.54
+david allen	46	0.62
+priscilla zipper	74	3.91
+bob young	22	2.37
+sarah white	44	1.95
+rachel robinson	56	2.09
+victor laertes	27	0.63
+fred underhill	49	3.65
+irene davidson	61	1.26
+david falkner	50	3.65
+irene king	49	1.83
+oscar ovid	27	1.61
+ulysses ovid	52	2.40
+ethan ovid	76	2.19
+ethan hernandez	57	2.90
+jessica allen	36	1.45
+ulysses zipper	60	3.66
+irene xylophone	52	3.09
+priscilla ichabod	30	3.65
+bob laertes	56	3.47
+calvin quirinius	46	2.62
+mike robinson	55	2.08
+tom nixon	31	2.01
+victor laertes	55	3.68
+gabriella davidson	43	3.31
+bob ovid	33	0.09
+holly xylophone	27	3.24
+david young	48	1.62
+alice steinbeck	42	1.24
+zach king	56	2.05
+priscilla allen	26	3.78
+tom ovid	21	3.23
+ulysses ovid	41	2.14
+ulysses miller	21	3.84
+gabriella allen	20	2.02
+wendy quirinius	64	3.01
+rachel xylophone	27	3.11
+ulysses ovid	29	0.18
+fred ellison	50	1.32
+oscar davidson	75	3.21
+yuri underhill	53	2.02
+jessica xylophone	59	3.61
+yuri robinson	26	3.47
+jessica robinson	33	0.40
+tom van buren	41	1.86
+rachel white	75	1.60
+calvin quirinius	58	3.89
+katie ovid	30	3.00
+tom white	28	1.87
+ulysses white	66	3.63
+alice falkner	32	0.80
+holly zipper	21	0.31
+ethan king	45	0.13
+irene falkner	48	3.55
+tom brown	22	3.79
+oscar davidson	75	0.54
+mike king	72	1.51
+victor ichabod	75	2.87
+rachel brown	74	3.70
+ethan carson	24	0.31
+priscilla johnson	18	1.51
+yuri xylophone	52	2.36
+luke white	43	3.53
+david falkner	58	1.17
+katie nixon	62	2.11
+gabriella davidson	57	1.70
+holly davidson	53	2.27
+nick polk	39	1.72
+holly steinbeck	29	0.01
+quinn miller	50	0.33
+xavier robinson	43	1.07
+irene miller	22	2.72
+jessica young	24	1.29
+xavier hernandez	72	1.49
+alice white	58	2.10
+wendy johnson	23	3.77
+tom ovid	57	1.23
+victor polk	57	2.46
+sarah underhill	29	3.17
+tom brown	44	3.11
+oscar zipper	36	0.84
+ethan falkner	61	3.03
+fred thompson	72	0.50
+quinn laertes	63	1.01
+ethan garcia	20	1.20
+quinn laertes	44	1.15
+jessica hernandez	64	0.95
+mike king	57	0.25
+nick miller	62	1.09
+sarah young	29	1.90
+fred white	60	1.79
+priscilla robinson	24	2.26
+david quirinius	38	0.81
+ethan ichabod	73	2.69
+holly laertes	22	1.54
+sarah miller	70	2.39
+wendy white	21	3.95
+gabriella polk	38	2.70
+tom miller	39	1.83
+oscar white	60	0.84
+jessica steinbeck	63	1.86
+ulysses van buren	19	1.72
+luke nixon	18	1.90
+zach polk	63	2.81
+fred hernandez	33	2.54
+nick robinson	62	2.17
+wendy van buren	55	3.65
+oscar white	61	2.26
+ulysses johnson	42	2.83
+irene quirinius	62	1.55
+ulysses white	22	2.78
+victor ichabod	37	0.95
+katie king	64	3.51
+tom steinbeck	71	3.20
+ethan falkner	19	2.18
+calvin davidson	38	3.22
+quinn nixon	51	0.24
+fred thompson	53	2.39
+quinn polk	21	0.77
+luke garcia	44	3.90
+mike steinbeck	34	3.96
+alice underhill	33	1.78
+zach thompson	46	0.21
+yuri falkner	26	0.13
+quinn polk	59	1.65
+ulysses van buren	55	3.39
+mike ichabod	30	0.58
+holly thompson	72	2.30
+quinn falkner	61	1.04
+victor brown	25	0.75
+priscilla underhill	61	1.42
+ethan ovid	32	0.89
+katie van buren	18	0.29
+ethan underhill	77	0.71
+ulysses steinbeck	52	1.37
+xavier van buren	28	2.58
+ulysses xylophone	21	0.13
+gabriella robinson	26	0.50
+holly brown	25	2.57
+quinn ovid	47	2.14
+david laertes	71	1.40
+mike carson	69	3.36
+sarah white	62	3.29
+victor king	56	1.69
+priscilla king	74	3.74
+victor hernandez	56	0.58
+victor hernandez	24	2.83
+nick quirinius	33	1.84
+ethan laertes	66	2.11
+tom allen	73	1.01
+calvin quirinius	64	0.12
+oscar king	54	2.11
+tom ellison	41	3.00
+ulysses brown	54	2.13
+nick ovid	20	0.24
+quinn ovid	40	1.33
+ulysses hernandez	24	3.03
+alice davidson	43	1.60
+victor xylophone	55	0.07
+luke thompson	63	1.33
+nick robinson	45	1.77
+wendy ovid	53	1.29
+priscilla davidson	72	1.37
+nick ichabod	57	2.68
+jessica garcia	29	1.46
+bob quirinius	46	0.96
+oscar nixon	53	0.68
+zach garcia	44	1.68
+gabriella ellison	52	3.47
+tom ovid	20	3.39
+katie falkner	28	2.03
+jessica johnson	53	3.50
+gabriella laertes	62	0.25
+luke laertes	30	2.21
+fred johnson	39	3.98
+xavier thompson	34	2.57
+katie brown	25	2.48
+bob ichabod	61	0.16
+wendy young	52	1.16
+bob brown	51	3.12
+irene van buren	34	2.28
+fred thompson	74	3.13
+rachel davidson	21	1.58
+nick nixon	60	1.10
+victor steinbeck	59	2.17
+nick laertes	52	3.70
+nick johnson	26	1.92
+mike ichabod	30	2.15
+david robinson	53	0.58
+wendy garcia	42	1.37
+priscilla young	72	0.15
+zach robinson	69	3.09
+yuri polk	44	1.67
+irene davidson	51	3.44
+irene white	21	1.79
+ethan laertes	47	1.43
+priscilla ellison	67	2.16
+xavier davidson	69	3.57
+nick davidson	72	0.83
+wendy garcia	31	2.47
+holly miller	29	1.15
+oscar polk	19	3.97
+oscar davidson	62	1.95
+quinn brown	63	2.40
+tom ichabod	28	3.35
+tom underhill	30	0.38
+mike miller	18	2.91
+priscilla king	68	3.08
+wendy ichabod	60	3.85
+calvin young	75	1.70
+priscilla davidson	70	1.71
+jessica miller	44	2.82
+nick young	33	2.90
+ethan quirinius	35	1.36
+rachel thompson	46	1.58
+calvin polk	31	0.87
+luke laertes	55	0.68
+katie zipper	73	2.49
+xavier ellison	52	0.11
+wendy xylophone	70	1.93
+oscar ichabod	36	2.67
+ethan king	63	3.76
+gabriella thompson	56	1.87
+katie ovid	58	0.45
+katie ovid	48	3.50
+ulysses ichabod	65	2.11
+yuri brown	45	2.65
+oscar davidson	67	0.94
+ulysses quirinius	67	1.96
+jessica ovid	44	1.20
+victor ovid	67	2.71
+oscar laertes	45	0.08
+gabriella zipper	60	1.01
+victor carson	77	3.66
+fred ovid	18	3.20
+bob johnson	74	0.96
+holly young	20	3.48
+priscilla ichabod	32	2.26
+xavier laertes	65	1.11
+katie laertes	40	3.02
+xavier miller	34	3.30
+victor ichabod	73	1.80
+alice thompson	58	2.96
+david zipper	18	0.29
+wendy hernandez	22	0.98
+irene nixon	42	0.94
+mike thompson	27	2.50
+nick brown	30	1.26
+ethan steinbeck	54	1.08
+rachel thompson	55	3.89
+rachel van buren	40	0.69
+mike young	29	1.13
+rachel falkner	58	2.52
+katie laertes	42	0.99
+nick ovid	47	3.25
+ethan polk	45	1.70
+wendy xylophone	34	1.43
+ulysses garcia	50	2.12
+gabriella robinson	58	3.98
+gabriella allen	73	3.66
+victor hernandez	56	3.31
+zach hernandez	31	0.18
+victor johnson	41	3.24
+priscilla ellison	75	0.63
+victor johnson	46	2.32
+katie allen	68	2.35
+xavier thompson	42	3.67
+ulysses johnson	74	1.51
+katie carson	24	2.34
+irene laertes	29	0.43
+xavier polk	20	2.64
+zach falkner	75	0.69
+calvin falkner	63	3.74
+victor xylophone	50	0.02
+sarah davidson	75	1.46
+nick davidson	72	0.61
+gabriella johnson	27	0.48
+wendy zipper	30	1.83
+victor young	19	0.83
+victor garcia	74	0.16
+quinn van buren	33	1.39
+fred thompson	40	0.82
+ulysses quirinius	75	0.64
+jessica quirinius	25	3.48
+gabriella miller	48	2.34
+rachel ellison	56	2.55
+fred polk	47	3.44
+holly ichabod	67	0.67
+gabriella steinbeck	37	1.11
+holly zipper	38	0.33
+katie brown	59	1.91
+priscilla falkner	73	0.86
+sarah carson	48	3.72
+katie thompson	46	2.66
+victor laertes	41	3.49
+quinn van buren	26	3.28
+david steinbeck	57	3.91
+jessica young	21	0.50
+bob nixon	71	2.45
+priscilla van buren	21	0.72
+nick zipper	24	2.71
+wendy ellison	26	1.82
+david zipper	44	2.77
+quinn polk	43	2.98
+nick davidson	56	3.63
+sarah thompson	66	1.07
+nick carson	32	3.99
+mike ellison	72	0.75
+alice johnson	33	0.45
+wendy ichabod	62	0.88
+gabriella hernandez	70	3.28
+jessica ovid	51	3.55
+david white	47	3.25
+tom ovid	40	3.82
+fred garcia	36	0.15
+quinn underhill	47	2.11
+oscar hernandez	34	1.48
+luke polk	65	1.33
+ethan underhill	19	2.84
+oscar allen	44	2.83
+priscilla laertes	38	3.86
+zach white	52	3.78
+bob white	21	0.86
+ulysses quirinius	43	2.70
+luke garcia	46	3.80
+yuri allen	42	0.71
+holly van buren	58	0.83
+ulysses young	52	2.37
+mike ichabod	31	0.24
+oscar polk	43	1.26
+zach xylophone	76	3.90
+jessica johnson	65	3.71
+victor ichabod	74	0.51
+bob garcia	23	1.82
+ethan falkner	28	0.07
+wendy falkner	74	3.49
+victor underhill	25	1.11
+rachel robinson	42	0.84
+tom polk	59	3.61
+fred ichabod	55	3.64
+calvin davidson	52	3.12
+quinn carson	68	1.93
+katie underhill	52	2.88
+calvin underhill	64	3.67
+ulysses king	60	3.99
+luke johnson	74	3.18
+priscilla miller	22	2.79
+quinn laertes	53	1.67
+yuri miller	26	0.50
+victor carson	71	3.76
+david king	25	3.23
+calvin underhill	59	3.45
+wendy van buren	34	2.70
+ulysses quirinius	24	3.78
+calvin van buren	24	1.62
+priscilla johnson	33	0.43
+zach xylophone	57	3.46
+xavier young	70	2.46
+luke johnson	27	1.01
+zach polk	62	1.58
+mike garcia	34	1.57
+tom zipper	60	0.60
+sarah white	20	1.80
+priscilla underhill	44	2.18
+ethan xylophone	69	0.99
+bob polk	50	2.41
+irene hernandez	27	0.54
+luke white	62	0.67
+bob hernandez	30	2.18
+sarah underhill	39	0.60
+wendy nixon	36	3.89
+quinn brown	29	0.34
+tom underhill	72	2.10
+fred falkner	62	1.93
+rachel ellison	27	3.15
+bob king	46	1.15
+holly ichabod	75	0.82
+david hernandez	26	3.08
+irene young	67	3.61
+nick thompson	72	0.43
+yuri laertes	28	1.35
+yuri white	36	3.90
+quinn allen	53	3.87
+quinn carson	35	1.71
+victor polk	46	2.58
+gabriella young	21	2.07
+oscar king	20	1.50
+oscar van buren	18	0.45
+david xylophone	39	2.01
+xavier king	76	2.23
+jessica steinbeck	23	2.32
+nick steinbeck	55	0.02
+sarah johnson	22	2.07
+gabriella steinbeck	29	1.46
+alice ellison	37	3.51
+rachel king	65	0.53
+xavier king	51	2.82
+ulysses nixon	25	2.28
+xavier ichabod	22	1.76
+ethan steinbeck	62	3.95
+oscar carson	71	0.74
+fred ovid	61	1.09
+mike miller	19	2.92
+oscar king	70	0.13
+mike polk	67	2.42
+victor ichabod	67	1.09
+gabriella white	25	2.19
+wendy van buren	42	3.12
+wendy polk	19	2.91
+wendy steinbeck	45	3.73
+mike allen	22	1.26
+priscilla steinbeck	59	0.46
+alice young	49	3.46
+jessica ellison	44	1.60
+zach garcia	22	1.66
+alice xylophone	18	2.80
+david falkner	72	0.44
+xavier king	38	0.94
+quinn van buren	25	2.45
+priscilla falkner	62	2.45
+luke ovid	29	2.27
+mike polk	61	2.64
+victor white	28	3.72
+gabriella hernandez	41	2.35
+sarah allen	33	3.95
+david garcia	47	3.82
+fred davidson	30	2.01
+katie garcia	63	2.00
+yuri hernandez	42	2.21
+luke zipper	41	2.96
+sarah hernandez	56	0.98
+calvin nixon	28	3.86
+ulysses young	37	2.78
+fred davidson	30	0.66
+holly quirinius	77	1.53
+katie davidson	60	0.66
+calvin robinson	68	0.72
+david ellison	27	0.98
+alice miller	42	0.81
+victor robinson	67	1.31
+ethan carson	58	3.55
+fred polk	46	3.44
+oscar laertes	52	2.13
+rachel zipper	60	1.70
+rachel thompson	49	3.87
+quinn nixon	37	0.60
+david miller	39	3.25
+oscar xylophone	33	0.11
+yuri thompson	31	1.34
+rachel brown	39	1.32
+mike polk	68	3.19
+calvin nixon	59	1.58
+calvin ovid	38	2.69
+jessica laertes	60	0.75
+fred falkner	59	0.92
+gabriella quirinius	20	0.94
+zach steinbeck	18	1.58
+wendy ichabod	21	2.88
+zach miller	35	0.12
+holly johnson	23	2.79
+mike king	49	1.08
+priscilla xylophone	37	2.94
+fred young	59	3.25
+xavier allen	36	2.12
+mike laertes	19	2.49
+yuri quirinius	69	1.38
+xavier king	51	3.36
+katie garcia	32	2.08
+jessica xylophone	49	1.34
+sarah ovid	34	2.67
+irene young	58	2.69
+sarah davidson	28	2.24
+gabriella hernandez	63	0.22
+sarah quirinius	48	0.82
+nick falkner	39	0.46
+priscilla ovid	66	0.12
+david ovid	72	1.37
+katie brown	36	2.67
+oscar quirinius	42	1.14
+nick young	64	1.26
+calvin polk	77	2.61
+katie ovid	59	0.96
+david miller	19	3.32
+rachel ellison	67	2.50
+victor polk	53	1.54
+victor steinbeck	63	2.15
+katie zipper	60	2.56
+alice van buren	23	1.96
+ulysses davidson	27	1.63
+mike allen	76	3.16
+oscar young	54	2.54
+alice ellison	73	2.15
+calvin young	77	3.12
+zach laertes	22	3.81
+katie king	40	1.59
+katie garcia	21	1.83
+fred zipper	71	2.37
+calvin polk	58	3.18
+victor ellison	53	3.00
+zach zipper	23	1.12
+gabriella nixon	59	0.44
+nick allen	61	0.83
+david young	42	2.44
+yuri brown	57	1.29
+holly davidson	42	2.78
+jessica steinbeck	33	0.83
+tom king	74	2.48
+priscilla van buren	55	1.83
+katie steinbeck	72	0.61
+david underhill	64	1.75
+david brown	52	1.87
+irene falkner	37	2.32
+victor johnson	68	1.96
+alice king	61	0.50
+mike carson	19	3.45
+jessica zipper	54	1.57
+victor falkner	51	0.94
+holly king	53	3.15
+ulysses ichabod	28	2.29
+xavier thompson	27	3.53
+calvin robinson	39	3.16
+david ellison	48	0.62
+irene garcia	62	0.05
+yuri ovid	50	0.57
+katie davidson	19	1.97
+oscar garcia	52	0.35
+quinn carson	36	1.04
+yuri quirinius	56	1.55
+rachel miller	48	1.36
+irene xylophone	37	1.98
+holly johnson	48	2.13
+katie johnson	58	1.28
+luke brown	50	2.17
+ethan white	66	1.91
+priscilla zipper	25	1.79
+yuri ovid	19	0.83
+ulysses thompson	26	1.55
+wendy zipper	46	0.96
+sarah underhill	49	2.52
+oscar xylophone	32	1.19
+david zipper	45	0.23
+holly van buren	57	2.02
+ethan falkner	62	2.05
+holly nixon	33	1.88
+ulysses king	51	1.59
+ethan johnson	35	1.64
+david white	73	1.35
+bob quirinius	50	0.94
+rachel quirinius	67	3.05
+oscar young	47	0.84
+alice zipper	27	2.93
+quinn ovid	61	1.83
+mike king	36	1.77
+mike robinson	66	0.79
+zach underhill	77	1.58
+fred laertes	77	1.85
+irene young	20	1.31
+ethan van buren	33	2.71
+nick miller	58	2.87
+sarah king	32	1.42
+fred brown	31	2.97
+priscilla king	61	3.78
+ethan xylophone	47	1.62
+victor hernandez	66	2.90
+priscilla davidson	68	2.74
+nick nixon	28	2.19
+jessica young	44	1.67
+tom young	23	0.38
+calvin ichabod	21	3.45
+david ichabod	56	1.33
+david underhill	22	3.15
+rachel white	67	2.99
+nick johnson	36	1.00
+wendy van buren	31	0.08
+fred miller	48	0.59
+sarah polk	34	3.19
+yuri xylophone	36	0.35
+priscilla quirinius	38	1.25
+irene underhill	51	0.03
+zach van buren	75	2.67
+fred laertes	24	2.18
+gabriella quirinius	72	3.26
+yuri brown	74	0.56
+rachel young	59	1.23
+alice thompson	65	1.75
+bob robinson	51	0.92
+fred king	49	2.35
+oscar underhill	61	3.26
+priscilla carson	72	3.00
+wendy steinbeck	56	2.48
+alice van buren	47	0.61
+holly young	60	1.33
+bob brown	36	3.41
+rachel brown	66	2.82
+bob ellison	58	1.66
+bob xylophone	42	1.32
+alice brown	21	2.57
+victor van buren	48	1.98
+calvin allen	37	2.37
+irene falkner	50	2.71
+tom thompson	75	0.14
+quinn miller	52	2.82
+ulysses carson	48	3.30
+rachel falkner	34	0.51
+fred van buren	30	1.90
+ulysses brown	60	3.06
+yuri young	34	2.73
+katie king	77	0.28
+katie miller	65	1.85
+jessica falkner	54	1.47
+tom allen	68	3.91
+yuri steinbeck	49	2.90
+nick laertes	42	0.91
+gabriella quirinius	28	3.48
+rachel steinbeck	27	0.70
+mike hernandez	23	0.42
+gabriella ichabod	74	0.15
+rachel xylophone	55	0.06
+ulysses ellison	52	0.03
+jessica brown	34	1.65
+yuri ovid	23	3.20
+ethan underhill	18	2.83
+david allen	57	0.28
+victor underhill	25	2.99
+alice polk	24	3.70
+katie davidson	19	3.70
+wendy robinson	30	1.91
+sarah van buren	25	0.97
+quinn thompson	48	2.44
+mike garcia	29	3.68
+rachel king	29	3.63
+xavier ichabod	44	3.94
+alice miller	50	0.11
+yuri laertes	24	1.20
+jessica robinson	68	2.37
+holly xylophone	72	1.67
+fred ellison	22	0.31
+fred white	71	2.73
+ethan ellison	48	0.25
+david laertes	56	0.10
+jessica allen	37	2.55
+nick brown	35	3.86
+rachel zipper	64	2.90
+alice allen	19	1.93
+rachel laertes	26	2.21
+calvin ovid	24	1.79
+gabriella davidson	20	2.35
+ethan carson	62	2.51
+yuri robinson	37	2.94
+yuri xylophone	63	1.20
+irene falkner	48	2.81
+holly ichabod	72	3.54
+yuri polk	60	0.52
+ulysses quirinius	24	0.67
+victor falkner	26	0.42
+victor johnson	50	0.10
+luke miller	35	1.81
+fred robinson	27	3.48
+alice zipper	49	1.59
+tom nixon	19	1.54
+zach ovid	48	3.55
+bob hernandez	74	1.95
+wendy falkner	22	0.79
+luke ichabod	76	3.72
+zach ichabod	51	0.84
+yuri thompson	64	1.23
+mike hernandez	42	0.38
+rachel van buren	24	3.17
+victor thompson	25	0.07
+alice white	68	1.64
+quinn brown	63	3.51
+alice van buren	62	0.60
+david ichabod	24	3.95
+fred miller	55	3.55
+oscar underhill	59	0.56
+rachel king	75	2.34
+tom young	40	1.57
+luke polk	63	3.75
+tom garcia	48	2.22
+rachel ellison	69	1.20
+gabriella brown	25	1.12
+katie laertes	27	1.44
+jessica miller	22	1.54
+priscilla underhill	33	3.33
+tom ichabod	68	0.09
+sarah robinson	62	0.74
+calvin xylophone	30	0.27
+calvin underhill	53	0.44
+david white	67	0.78
+nick polk	70	1.86
+david king	41	3.63
+tom laertes	29	0.07
+alice xylophone	54	3.71
+zach robinson	46	1.82
+nick brown	65	0.91
+alice white	24	3.32
+katie hernandez	73	0.90
+jessica polk	41	2.82
+luke miller	71	2.07
+ulysses zipper	76	0.61
+mike falkner	18	3.66
+holly ellison	49	3.25
+zach laertes	76	1.64
+wendy van buren	60	0.93
+ulysses falkner	35	0.67
+luke laertes	54	3.30
+gabriella hernandez	39	2.23
+holly van buren	28	3.15
+victor allen	70	3.15
+jessica van buren	73	2.38
+calvin johnson	34	2.75
+katie young	65	2.87
+holly hernandez	36	2.87
+irene robinson	31	2.03
+bob nixon	48	1.90
+mike van buren	20	1.36
+irene quirinius	52	1.75
+ulysses quirinius	45	1.72
+ulysses johnson	45	3.88
+oscar laertes	26	0.03
+irene falkner	37	0.84
+calvin carson	43	3.22
+calvin thompson	25	2.78
+oscar nixon	43	1.10
+alice falkner	55	1.43
+xavier quirinius	27	0.81
+calvin zipper	22	2.88
+jessica garcia	29	3.76
+quinn ellison	73	0.08
+fred king	68	3.16
+holly ellison	54	1.05
+tom thompson	74	2.60
+rachel ichabod	20	0.29
+mike underhill	47	2.02
+quinn brown	48	2.66
+quinn carson	52	3.51
+irene xylophone	28	0.58
+calvin robinson	57	3.69
+priscilla underhill	30	3.11
+priscilla quirinius	53	1.95
+rachel brown	37	3.86
+tom miller	74	0.23
+zach davidson	27	0.31
+irene thompson	54	0.72
+irene king	62	1.65
+tom johnson	27	2.59
+holly ellison	61	0.47
+rachel nixon	55	2.02
+bob zipper	29	0.12
+david polk	31	2.41
+katie quirinius	23	0.24
+jessica falkner	18	1.21
+luke xylophone	23	3.53
+mike young	34	2.84
+wendy davidson	64	1.76
+jessica ellison	72	2.75
+nick nixon	71	0.07
+xavier ellison	57	3.06
+yuri ellison	64	1.57
+yuri young	57	3.94
+oscar laertes	38	3.54
+zach underhill	51	2.79
+quinn robinson	52	3.91
+jessica hernandez	48	0.87
+zach white	35	2.03
+calvin xylophone	48	1.59
+ulysses falkner	40	1.56
+wendy underhill	51	0.15
+katie ellison	38	0.93
+sarah falkner	31	1.19
+rachel robinson	42	0.43
+alice young	66	0.96
+wendy polk	46	1.50
+wendy ellison	34	3.56
+sarah garcia	22	1.30
+sarah carson	62	0.86
+priscilla polk	42	0.32
+calvin king	55	3.14
+jessica nixon	42	0.86
+quinn polk	64	3.94
+ulysses allen	37	0.74
+jessica polk	19	3.81
+david ichabod	75	3.40
+luke robinson	50	2.81
+david carson	34	3.86
+jessica polk	65	0.94
+mike white	29	3.34
+luke underhill	68	2.92
+holly miller	41	3.92
+ethan miller	57	1.45
+xavier underhill	76	3.93
+victor ovid	59	2.76
+luke ellison	54	1.90
+jessica allen	38	3.77
+priscilla falkner	61	2.35
+luke robinson	69	0.46
+ulysses ellison	62	3.94
+xavier zipper	31	0.86
+calvin robinson	40	0.47
+alice young	66	2.22
+jessica underhill	67	0.49
+priscilla johnson	46	2.32
+luke miller	20	1.57
+ethan zipper	64	1.24
+mike young	37	2.91
+priscilla ichabod	28	0.43
+holly hernandez	35	2.27
+irene allen	62	0.51
+calvin white	49	3.30
+oscar white	43	2.32
+ethan ovid	32	1.88
+david allen	33	2.08
+sarah nixon	26	0.24
+holly miller	51	3.24
+tom falkner	67	0.58
+xavier nixon	36	2.25
+david nixon	23	2.37
+david quirinius	70	0.88
+victor zipper	33	2.50
+irene zipper	22	1.33
+calvin xylophone	70	2.39
+fred zipper	43	3.74
+mike robinson	27	1.14
+quinn miller	66	1.25
+victor nixon	18	3.39
+katie ichabod	73	3.81
+rachel zipper	19	1.29
+gabriella hernandez	48	1.77
+holly davidson	47	0.22
+mike hernandez	68	0.14
+wendy ichabod	32	0.75
+xavier xylophone	77	2.73
+bob polk	35	3.65
+katie hernandez	76	1.79
+rachel king	37	0.15
+calvin ichabod	44	0.75
+fred ellison	30	0.08
+zach king	38	2.80
+calvin johnson	52	2.04
+xavier falkner	68	2.05
+sarah white	59	0.65
+katie hernandez	26	3.43
+victor young	18	1.62
+mike ellison	48	1.82
+gabriella ellison	44	2.40
+bob quirinius	74	0.53
+mike garcia	45	0.34
+luke quirinius	64	1.68
+ethan falkner	73	1.33
+bob carson	55	3.21
+quinn hernandez	19	2.57
+fred van buren	67	1.72
+sarah steinbeck	22	2.06
+katie van buren	47	2.68
+oscar falkner	39	0.72
+fred xylophone	55	0.67
+nick thompson	64	1.94
+yuri carson	57	2.36
+sarah robinson	56	3.02
+victor allen	75	2.74
+katie white	70	0.28
+mike allen	62	3.24
+tom zipper	65	3.16
+david johnson	18	2.48
+tom brown	27	0.55
+mike davidson	35	0.56
+bob garcia	59	0.20
+wendy carson	43	0.51
+ethan underhill	19	2.24
+nick allen	54	0.73
+yuri brown	34	1.85
+nick king	56	3.19
+wendy quirinius	21	0.23
+nick falkner	65	0.60
+ulysses young	67	1.60
+calvin davidson	33	1.17
+alice falkner	69	2.31
+tom xylophone	33	0.04
+xavier davidson	64	0.65
+quinn quirinius	73	2.09
+ulysses johnson	47	0.81
+victor nixon	18	3.87
+katie brown	68	3.29
+priscilla davidson	33	1.92
+victor robinson	68	2.88
+gabriella davidson	40	2.13
+jessica carson	39	2.65
+calvin falkner	41	0.70
+katie zipper	33	1.36
+fred davidson	26	2.77
+rachel king	25	3.31
+oscar robinson	41	0.92
+quinn miller	55	0.91
+ethan ovid	26	3.66
+tom garcia	26	3.94
+mike thompson	53	0.18
+david ellison	61	3.23
+fred garcia	57	0.05
+wendy brown	75	0.24
+wendy ichabod	57	2.70
+victor laertes	38	0.06
+quinn nixon	49	0.45
+alice carson	52	1.47
+calvin robinson	63	3.06
+quinn laertes	47	3.80
+rachel ellison	48	0.93
+priscilla young	29	2.86
+wendy van buren	34	0.81
+sarah ichabod	18	2.48
+priscilla davidson	35	0.89
+yuri garcia	22	1.05
+nick young	72	1.42
+mike allen	20	2.82
+alice laertes	46	0.26
+gabriella robinson	51	1.00
+luke steinbeck	32	0.00
+wendy davidson	33	2.23
+victor davidson	26	3.21
+jessica brown	63	3.49
+priscilla ellison	63	1.50
+luke underhill	25	3.41
+alice allen	74	2.40
+sarah laertes	47	3.53
+jessica allen	33	3.68
+alice young	19	2.39
+sarah young	65	2.64
+bob falkner	63	2.95
+holly polk	18	2.57
+bob ichabod	44	1.72
+priscilla quirinius	59	0.18
+alice davidson	49	1.45
+holly hernandez	20	0.82
+victor xylophone	52	1.70
+zach young	25	2.48
+priscilla ellison	54	3.31
+quinn robinson	48	0.37
+oscar nixon	63	3.18
+calvin carson	27	2.57
+zach nixon	30	2.13
+mike ovid	72	2.27
+xavier miller	57	0.98
+quinn garcia	26	3.01
+oscar johnson	24	2.76
+wendy carson	64	0.75
+holly xylophone	43	3.46
+holly polk	56	1.38
+victor quirinius	56	0.75
+rachel underhill	71	0.41
+yuri van buren	70	3.11
+katie quirinius	25	2.40
+fred steinbeck	31	0.56
+oscar king	40	1.83
+nick garcia	47	3.98
+ethan king	26	2.73
+alice allen	45	2.80
+jessica ichabod	18	2.22
+alice underhill	21	0.60
+sarah young	53	3.35
+calvin hernandez	61	3.82
+wendy polk	60	2.56
+quinn underhill	72	0.19
+luke davidson	75	1.57
+xavier polk	46	3.77
+katie quirinius	24	1.77
+alice quirinius	27	0.97
+bob polk	46	3.78
+calvin robinson	54	0.57
+ulysses xylophone	49	3.52
+priscilla white	51	0.34
+rachel polk	18	0.88
+nick carson	63	3.94
+xavier brown	68	2.01
+ethan miller	68	3.57
+ulysses steinbeck	73	1.31
+zach miller	33	0.84
+quinn ellison	18	2.33
+yuri falkner	39	0.99
+alice garcia	18	1.97
+fred ellison	40	0.40
+nick davidson	36	0.05
+wendy thompson	64	2.18
+luke ellison	51	1.67
+quinn garcia	54	3.97
+oscar johnson	50	1.26
+irene nixon	20	1.16
+calvin ellison	25	3.52
+quinn davidson	54	2.08
+alice nixon	60	1.82
+luke zipper	56	3.20
+luke laertes	34	0.96
+ethan zipper	67	2.03
+xavier davidson	73	1.31
+yuri van buren	29	1.06
+zach robinson	60	3.60
+jessica falkner	65	2.02
+calvin van buren	58	0.02
+gabriella steinbeck	57	1.48
+katie davidson	40	3.88
+alice quirinius	20	1.34
+ethan brown	45	0.73
+xavier allen	70	3.52
+mike falkner	44	2.52
+ulysses polk	53	0.74
+victor allen	59	1.59
+tom allen	20	3.79
+quinn robinson	41	3.78
+holly miller	63	0.23
+luke white	36	3.81
+tom ichabod	46	0.02
+oscar johnson	46	0.62
+yuri carson	73	2.77
+david johnson	30	2.48
+victor thompson	66	1.98
+luke johnson	33	2.62
+gabriella ichabod	22	0.83
+jessica zipper	71	2.18
+irene robinson	30	3.39
+yuri white	26	0.90
+nick falkner	44	0.32
+sarah king	59	3.86
+holly nixon	55	1.67
+mike quirinius	19	0.81
+sarah polk	60	1.06
+alice laertes	44	2.43
+calvin falkner	67	1.14
+david polk	46	2.60
+luke garcia	45	2.04
+fred hernandez	48	3.71
+luke polk	76	0.69
+calvin xylophone	19	2.98
+tom ichabod	68	0.77
+wendy ellison	52	2.13
+alice xylophone	74	3.41
+irene steinbeck	47	3.63
+alice laertes	50	1.00
+yuri allen	59	1.78
+quinn hernandez	38	3.13
+nick hernandez	54	1.63
+nick carson	63	3.99
+victor zipper	27	0.26
+jessica thompson	51	3.59
+ulysses zipper	25	1.89
+tom nixon	56	3.75
+sarah ichabod	51	3.94
+oscar nixon	60	2.98
+yuri davidson	31	0.59
+sarah underhill	36	3.33
+jessica robinson	19	0.02
+quinn ovid	41	1.60
+holly white	76	1.50
+irene carson	55	2.58
+calvin carson	32	4.00
+tom miller	24	3.50
+xavier nixon	28	0.50
+xavier carson	22	0.53
+wendy white	25	2.04
+david garcia	25	3.73
+xavier zipper	65	1.91
+nick falkner	56	0.81
+yuri thompson	75	0.77
+gabriella underhill	47	2.12
+fred hernandez	58	0.09
+nick brown	46	1.14
+rachel davidson	47	1.95
+jessica king	48	1.20
+ulysses miller	55	3.90
+gabriella garcia	58	1.38
+luke ellison	36	0.66
+luke van buren	54	3.11
+calvin allen	52	3.39
+oscar ovid	50	1.33
+tom nixon	48	2.38
+ulysses robinson	59	1.31
+gabriella miller	67	2.47
+mike underhill	21	0.44
+bob garcia	34	3.59
+alice ellison	34	3.76
+gabriella brown	38	2.78
+irene miller	56	0.89
+zach quirinius	28	1.33
+yuri nixon	18	1.31
+irene robinson	56	0.63
+jessica ovid	26	0.14
+oscar ellison	31	2.30
+bob ovid	47	0.30
+tom xylophone	69	0.04
+sarah xylophone	67	0.31
+tom ellison	58	2.93
+tom johnson	28	2.78
+yuri van buren	63	2.07
+bob polk	67	2.58
+katie quirinius	57	1.06
+ethan underhill	28	3.43
+alice underhill	35	3.14
+fred brown	26	0.01
+quinn robinson	61	0.60
+nick king	18	0.76
+yuri nixon	36	0.73
+calvin ovid	41	2.85
+katie falkner	76	3.79
+gabriella falkner	54	1.44
+tom young	74	1.06
+xavier ichabod	55	3.78
+alice carson	43	2.58
+holly zipper	38	1.49
+yuri white	69	1.24
+fred brown	28	3.26
+alice davidson	67	1.53
+katie ellison	46	1.07
+sarah ovid	21	2.41
+david young	29	0.25
+zach johnson	71	1.90
+jessica carson	61	2.77
+holly ichabod	18	0.30
+mike johnson	42	2.66
+luke carson	62	1.32
+irene zipper	59	3.92
+priscilla van buren	54	3.97
+tom polk	29	0.61
+bob white	31	0.66
+katie young	28	2.98
+tom laertes	66	2.87
+oscar thompson	19	2.97
+rachel allen	25	2.49
+luke thompson	66	0.53
+sarah quirinius	27	3.14
+mike garcia	76	2.36
+luke young	47	2.78
+zach laertes	54	0.75
+sarah brown	60	3.32
+rachel quirinius	58	2.77
+fred thompson	56	2.29
+mike allen	28	0.15
+yuri xylophone	53	0.26
+victor carson	18	1.30
+quinn carson	66	1.11
+gabriella underhill	54	3.24
+irene allen	58	1.47
+victor garcia	49	0.07
+ulysses allen	76	0.99
+david davidson	58	2.04
+bob hernandez	74	0.79
+tom hernandez	22	1.64
+zach polk	55	0.90
+luke young	52	1.06
+alice laertes	46	3.45
+alice underhill	44	2.27
+ulysses garcia	66	0.29
+priscilla garcia	34	2.56
+quinn xylophone	23	3.47
+fred van buren	72	2.17
+priscilla johnson	20	1.70
+gabriella davidson	41	3.92
+fred quirinius	32	1.55
+katie ovid	70	1.13
+rachel johnson	45	1.13
+tom hernandez	24	3.76
+oscar steinbeck	54	0.27
+luke white	23	0.67
+tom nixon	29	3.67
+alice miller	48	2.74
+ethan polk	40	2.85
+luke ichabod	25	3.06
+yuri robinson	51	3.00
+zach johnson	40	1.66
+quinn brown	40	2.28
+yuri ichabod	32	2.43
+gabriella ellison	75	0.20
+david miller	36	0.63
+alice allen	43	0.88
+fred robinson	41	0.34
+irene carson	36	2.45
+oscar king	61	0.23
+xavier ichabod	46	1.50
+irene young	48	2.87
+wendy young	46	3.01
+yuri polk	25	2.27
+gabriella steinbeck	53	0.02
+sarah quirinius	20	1.70
+irene nixon	18	1.18
+sarah zipper	53	0.94
+katie miller	62	2.51
+victor young	42	2.35
+wendy miller	25	1.58
+tom robinson	47	0.17
+zach allen	19	2.87
+xavier ichabod	67	3.85
+david johnson	76	1.38
+katie ichabod	70	1.94
+jessica davidson	55	2.00
+tom miller	67	3.12
+rachel xylophone	31	2.99
+quinn thompson	75	3.34
+yuri hernandez	65	2.56
+holly underhill	34	2.30
+ulysses ichabod	65	2.57
+ulysses zipper	57	0.97
+rachel underhill	60	2.26
+luke ellison	53	2.37
+mike hernandez	32	2.18
+jessica hernandez	29	2.79
+bob ichabod	60	1.82
+bob allen	74	3.20
+xavier garcia	19	1.72
+alice carson	29	3.79
+ethan ovid	53	0.46
+katie nixon	76	3.45
+calvin van buren	64	0.54
+wendy carson	57	3.57
+yuri davidson	62	1.06
+luke white	73	2.42
+gabriella king	25	2.87
+bob nixon	76	0.36
+alice xylophone	41	3.94
+quinn van buren	69	3.24
+tom miller	73	2.94
+yuri ovid	53	1.45
+xavier ichabod	36	1.28
+bob king	35	1.67
+holly ovid	69	2.04
+alice underhill	29	2.59
+xavier hernandez	49	1.27
+holly polk	71	1.63
+fred robinson	51	3.15
+nick king	49	2.30
+ulysses falkner	27	3.87
+holly garcia	52	3.89
+mike white	18	1.63
+alice steinbeck	19	1.76
+holly garcia	32	3.32
+victor hernandez	34	3.15
+luke brown	68	3.58
+ethan ellison	21	2.06
+luke garcia	30	1.35
+sarah white	39	1.65
+holly ellison	48	0.13
+sarah robinson	43	3.58
+katie thompson	41	0.11
+wendy johnson	44	0.78
+fred brown	63	3.54
+gabriella allen	35	1.34
+xavier ellison	67	0.92
+luke king	72	0.76
+katie falkner	66	3.26
+ulysses young	70	2.88
+quinn allen	73	3.64
+zach robinson	47	3.83
+tom laertes	76	1.76
+calvin white	45	0.73
+jessica robinson	27	2.99
+oscar falkner	65	1.03
+ethan king	68	2.46
+priscilla laertes	48	3.95
+katie ichabod	54	2.54
+jessica laertes	47	0.03
+nick van buren	40	3.37
+victor laertes	28	2.69
+victor quirinius	75	0.54
+quinn underhill	59	0.13
+oscar nixon	20	2.88
+victor king	26	0.50
+katie steinbeck	50	2.65
+tom miller	47	1.72
+david davidson	34	1.30
+quinn polk	73	2.07
+holly brown	34	1.38
+calvin thompson	20	2.60
+katie steinbeck	77	2.60
+priscilla white	64	1.30
+fred ellison	66	3.51
+tom polk	41	2.17
+ethan xylophone	34	1.94
+fred zipper	27	3.34
+yuri falkner	68	3.30
+wendy young	76	0.04
+ulysses ovid	34	1.37
+jessica steinbeck	18	3.44
+tom davidson	77	0.67
+nick xylophone	53	0.08
+jessica quirinius	47	1.37
+sarah quirinius	56	2.38
+sarah van buren	31	0.16
+priscilla steinbeck	25	0.38
+bob robinson	70	0.67
+holly quirinius	70	3.19
+ulysses hernandez	68	3.97
+jessica young	48	2.21
+luke carson	65	1.84
+gabriella nixon	46	2.98
+alice johnson	57	0.79
+oscar davidson	51	0.36
+alice underhill	52	1.22
+katie van buren	53	2.59
+alice miller	60	1.66
+david nixon	60	2.11
+sarah laertes	30	2.69
+luke hernandez	27	1.93
+oscar ichabod	61	2.82
+tom robinson	61	3.06
+luke carson	32	3.79
+irene johnson	64	1.60
+tom ovid	29	0.43
+holly thompson	25	1.06
+ulysses miller	39	3.68
+rachel steinbeck	48	0.78
+mike thompson	55	3.44
+zach underhill	52	2.66
+victor ovid	71	3.52
+tom king	50	1.93
+victor ovid	51	3.32
+ulysses thompson	65	1.10
+nick quirinius	28	2.69
+mike laertes	57	2.23
+sarah miller	37	0.96
+yuri miller	48	2.31
+victor polk	60	3.50
+jessica brown	19	0.48
+fred king	43	3.53
+ulysses falkner	55	0.17
+xavier allen	46	1.78
+victor miller	61	1.16
+nick van buren	39	1.37
+fred nixon	53	3.10
+nick white	69	1.88
+quinn ellison	71	2.49
+victor ovid	21	0.10
+xavier brown	60	3.52
+alice johnson	74	3.72
+yuri young	59	0.28
+ethan falkner	40	3.67
+oscar ellison	58	2.23
+nick falkner	30	2.23
+alice quirinius	30	0.22
+alice laertes	21	1.56
+ulysses polk	65	1.11
+ethan brown	74	0.83
+katie polk	77	0.49
+wendy quirinius	45	2.18
+xavier laertes	58	2.29
+bob allen	69	1.40
+david quirinius	29	3.39
+mike underhill	60	3.32
+oscar brown	25	1.22
+david underhill	58	2.25
+calvin king	24	3.80
+yuri ovid	30	3.76
+quinn johnson	64	1.68
+jessica johnson	54	0.71
+ethan robinson	54	3.17
+jessica miller	52	1.10
+bob polk	49	2.23
+gabriella ovid	35	1.61
+ulysses miller	24	2.91
+gabriella robinson	43	1.77
+rachel johnson	70	0.18
+wendy van buren	33	2.56
+holly carson	65	3.83
+gabriella underhill	65	2.18
+zach falkner	68	0.47
+yuri falkner	30	3.06
+wendy garcia	26	3.49
+quinn steinbeck	61	1.15
+tom underhill	66	1.66
+bob brown	57	2.42
+katie robinson	36	0.11
+irene robinson	60	0.54
+irene xylophone	55	0.29
+bob falkner	47	3.69
+yuri nixon	57	1.02
+tom laertes	61	0.16
+nick quirinius	73	3.93
+ethan van buren	72	2.22
+alice underhill	46	2.10
+zach thompson	28	1.90
+katie garcia	32	0.17
+fred johnson	42	2.40
+david white	70	2.31
+calvin nixon	22	3.17
+bob davidson	46	1.72
+calvin garcia	21	3.08
+yuri hernandez	34	1.83
+alice davidson	21	0.65
+quinn falkner	19	1.08
+sarah carson	76	1.08
+oscar king	72	1.68
+alice thompson	28	2.29
+sarah allen	30	0.82
+katie young	76	3.52
+sarah johnson	36	3.55
+holly brown	53	2.70
+calvin nixon	22	2.91
+yuri falkner	63	0.23
+mike ichabod	73	1.71
+irene allen	58	1.86
+ulysses carson	68	1.32
+yuri robinson	70	1.00
+nick white	75	3.55
+rachel laertes	69	0.16
+alice falkner	22	3.06
+fred garcia	60	2.96
+jessica thompson	30	0.75
+rachel robinson	52	3.87
+nick white	70	0.07
+ulysses ellison	71	2.84
+victor robinson	62	1.67
+quinn davidson	20	3.95
+sarah young	48	3.16
+priscilla thompson	26	1.38
+calvin carson	33	0.90
+oscar ovid	40	0.28
+tom ovid	21	2.20
+fred van buren	33	0.60
+ulysses miller	71	2.48
+gabriella young	76	0.31
+quinn allen	31	1.97
+victor van buren	65	3.36
+sarah zipper	50	2.83
+fred ovid	50	2.17
+tom robinson	39	3.80
+katie xylophone	59	1.74
+victor quirinius	75	0.02
+mike polk	40	1.17
+victor quirinius	34	0.36
+gabriella davidson	18	1.73
+fred white	47	1.08
+wendy thompson	22	3.85
+gabriella johnson	48	3.78
+gabriella white	33	0.81
+sarah steinbeck	64	0.28
+david quirinius	36	2.44
+quinn steinbeck	74	0.47
+alice johnson	22	3.84
+jessica polk	28	2.05
+david ellison	54	3.83
+calvin miller	20	2.82
+mike xylophone	47	3.89
+fred nixon	45	3.25
+irene quirinius	41	0.14
+rachel robinson	33	1.04
+calvin brown	56	3.46
+gabriella ellison	26	2.70
+rachel allen	39	0.67
+irene young	20	3.51
+david laertes	77	0.54
+mike hernandez	56	2.62
+bob young	34	2.52
+yuri hernandez	60	2.78
+sarah carson	28	1.19
+sarah king	69	3.78
+alice laertes	58	1.72
+xavier brown	29	1.57
+priscilla falkner	32	1.03
+calvin ichabod	72	1.15
+rachel miller	69	3.94
+jessica brown	32	2.00
+jessica johnson	63	3.15
+ulysses polk	43	3.76
+sarah ellison	49	2.80
+victor king	56	2.29
+nick carson	19	1.08
+nick nixon	38	3.63
+katie ellison	56	2.76
+quinn van buren	51	2.29
+priscilla zipper	56	0.13
+zach hernandez	76	3.41
+irene ellison	47	0.70
+calvin brown	27	4.00
+oscar steinbeck	67	3.89
+quinn polk	33	1.57
+quinn johnson	18	1.04
+bob young	69	2.39
+calvin allen	38	1.08
+luke underhill	24	2.98
+fred laertes	65	0.61
+luke young	26	2.81
+bob king	22	1.59
+oscar davidson	32	3.43
+priscilla steinbeck	50	0.15
+bob robinson	55	2.19
+rachel ovid	44	3.00
+yuri brown	29	2.09
+yuri zipper	56	0.46
+priscilla hernandez	67	0.39
+irene johnson	33	2.14
+fred hernandez	23	0.53
+fred ovid	31	2.33
+priscilla carson	74	0.85
+oscar ellison	64	3.30
+alice garcia	57	0.14
+irene ovid	68	2.09
+david garcia	40	0.94
+alice allen	68	3.51
+oscar johnson	34	2.63
+yuri ellison	66	0.02
+zach falkner	76	1.11
+jessica davidson	54	0.43
+quinn quirinius	26	3.50
+jessica van buren	54	3.37
+quinn polk	33	3.30
+ethan laertes	29	1.36
+katie brown	29	1.12
+nick white	75	3.23
+fred robinson	72	1.67
+ulysses ovid	20	0.95
+david xylophone	58	1.26
+tom ellison	51	1.16
+quinn laertes	44	2.14
+david garcia	28	0.02
+alice king	20	1.84
+priscilla white	50	2.64
+alice steinbeck	71	3.76
+mike miller	37	3.05
+priscilla king	52	3.61
+bob falkner	24	3.23
+sarah ovid	63	0.40
+fred ellison	64	0.93
+irene quirinius	43	1.57
+mike allen	69	2.73
+tom johnson	56	1.87
+ethan davidson	47	2.34
+tom ichabod	50	0.91
+tom nixon	73	2.99
+priscilla brown	35	2.78
+mike polk	47	2.44
+mike underhill	44	2.15
+rachel laertes	69	2.73
+fred johnson	21	0.53
+priscilla nixon	77	2.17
+bob xylophone	47	1.39
+victor hernandez	64	3.15
+irene young	71	0.39
+yuri laertes	54	0.99
+nick steinbeck	65	0.24
+priscilla steinbeck	35	3.46
+wendy hernandez	40	3.35
+rachel xylophone	48	2.21
+holly steinbeck	40	1.43
+ethan johnson	41	2.30
+holly ichabod	50	0.58
+alice young	40	3.73
+katie king	31	2.68
+xavier carson	76	2.09
+fred van buren	38	0.11
+ulysses falkner	63	3.51
+oscar thompson	68	2.61
+rachel thompson	73	2.31
+luke zipper	21	3.83
+katie allen	18	2.42
+rachel polk	70	1.59
+ethan nixon	72	0.76
+priscilla white	20	2.04
+yuri falkner	58	3.90
+sarah van buren	23	1.21
+zach davidson	33	2.70
+luke van buren	51	1.92
+david nixon	49	2.89
+xavier miller	24	3.02
+fred nixon	49	3.12
+ethan ovid	56	3.19
+luke zipper	33	1.82
+zach quirinius	30	0.57
+yuri ellison	66	3.83
+xavier young	29	3.06
+fred underhill	51	3.73
+tom underhill	35	3.26
+priscilla nixon	59	0.74
+ethan garcia	63	2.00
+zach young	24	2.52
+ethan garcia	73	3.91
+xavier ichabod	45	1.02
+luke davidson	62	2.31
+holly king	69	2.44
+mike allen	73	2.81
+ulysses polk	22	3.42
+katie allen	73	0.99
+nick ellison	47	0.63
+jessica young	70	1.89
+mike laertes	68	3.56
+david hernandez	51	3.06
+bob garcia	70	3.01
+oscar ellison	59	3.98
+wendy ovid	19	3.37
+david ovid	48	2.57
+sarah hernandez	19	1.19
+oscar zipper	21	0.75
+holly ichabod	53	0.58
+priscilla davidson	25	3.68
+jessica johnson	73	2.81
+david hernandez	23	2.16
+holly brown	73	3.32
+zach nixon	62	2.98
+tom steinbeck	22	0.94
+jessica hernandez	23	1.19
+gabriella steinbeck	34	3.87
+holly underhill	25	3.32
+mike nixon	53	0.91
+gabriella underhill	63	0.65
+quinn king	27	2.50
+nick young	33	2.47
+calvin nixon	52	0.19
+mike falkner	45	1.74
+luke zipper	22	1.53
+victor zipper	28	0.81
+ulysses ovid	52	1.81
+mike quirinius	42	3.22
+irene king	32	2.49
+quinn robinson	63	1.45
+katie ichabod	59	2.87
+xavier ichabod	56	0.92
+calvin hernandez	24	0.53
+holly underhill	72	0.75
+rachel garcia	61	0.53
+irene young	52	2.29
+ethan robinson	72	2.98
+priscilla garcia	26	0.95
+luke falkner	72	3.16
+oscar falkner	27	3.93
+ulysses ellison	59	0.17
+nick allen	68	0.70
+david zipper	64	3.09
+katie steinbeck	72	0.67
+ethan ellison	31	1.45
+alice davidson	59	1.14
+ethan nixon	68	0.38
+alice davidson	54	0.07
+ulysses allen	23	2.46
+mike ellison	56	1.54
+wendy allen	20	0.39
+tom ellison	33	1.09
+victor ellison	52	2.68
+mike ovid	74	3.94
+victor polk	50	0.32
+xavier underhill	52	0.70
+tom white	35	1.28
+quinn garcia	74	2.94
+zach robinson	69	1.53
+sarah steinbeck	31	1.20
+victor laertes	65	0.20
+bob hernandez	42	1.91
+fred king	59	0.97
+sarah ichabod	43	3.95
+jessica van buren	30	0.59
+irene zipper	65	2.01
+quinn xylophone	77	0.38
+holly xylophone	62	0.37
+mike steinbeck	23	3.59
+jessica johnson	74	3.13
+xavier ellison	74	0.62
+tom steinbeck	30	3.97
+priscilla carson	69	3.40
+ethan steinbeck	56	1.08
+calvin robinson	68	1.74
+irene zipper	74	0.03
+david polk	33	1.73
+sarah miller	34	2.34
+sarah davidson	42	2.35
+rachel young	27	2.91
+quinn miller	28	1.68
+luke white	61	2.56
+oscar falkner	54	0.68
+holly davidson	77	3.64
+oscar robinson	47	3.87
+rachel robinson	68	0.14
+yuri robinson	35	0.94
+katie nixon	50	3.48
+priscilla quirinius	56	1.17
+priscilla laertes	37	1.05
+oscar steinbeck	26	1.45
+nick underhill	41	2.41
+irene davidson	48	0.64
+victor ichabod	72	0.36
+holly ellison	50	2.13
+mike hernandez	18	0.15
+zach quirinius	44	3.08
+rachel king	25	2.48
+jessica thompson	69	1.69
+mike hernandez	29	0.53
+bob ichabod	49	2.92
+ulysses quirinius	21	3.61
+alice carson	59	0.31
+priscilla king	31	3.03
+nick hernandez	60	0.65
+wendy johnson	57	0.49
+katie polk	39	0.01
+irene polk	52	2.14
+tom brown	30	0.65
+mike king	71	2.88
+calvin laertes	63	0.54
+ulysses zipper	27	0.39
+irene allen	26	0.62
+yuri quirinius	60	3.86
+alice young	22	1.03
+fred nixon	46	1.86
+xavier allen	57	3.45
+tom davidson	28	3.37
+priscilla carson	39	3.07
+wendy van buren	46	1.76
+calvin falkner	59	3.62
+quinn xylophone	70	1.16
+oscar ovid	51	3.76
+jessica carson	46	1.04
+wendy ichabod	41	1.21
+david young	21	0.42
+victor van buren	64	0.10
+fred king	62	3.72
+priscilla falkner	55	1.39
+oscar johnson	26	0.47
+calvin laertes	69	3.41
+sarah ellison	62	3.60
+quinn xylophone	30	2.53
+gabriella zipper	66	1.56
+fred robinson	37	3.09
+ethan polk	60	0.35
+gabriella thompson	62	0.92
+irene zipper	42	2.30
+victor young	51	0.52
+bob falkner	41	1.50
+katie nixon	32	1.05
+rachel garcia	62	2.75
+fred young	54	2.31
+quinn laertes	30	0.27
+david falkner	74	1.53
+oscar xylophone	34	3.62
+priscilla carson	74	3.61
+zach miller	60	3.90
+david underhill	63	3.69
+david xylophone	46	0.73
+oscar carson	28	0.93
+bob allen	46	0.34
+zach ellison	65	2.74
+bob polk	56	3.03
+calvin garcia	56	3.04
+oscar miller	66	3.94
+yuri xylophone	30	2.74
+alice underhill	46	3.50
+mike carson	77	1.35
+zach garcia	64	2.02
+mike polk	62	1.11
+victor underhill	51	1.08
+wendy van buren	52	2.43
+katie miller	36	1.10
+ulysses ellison	72	1.93
+victor hernandez	75	0.99
+ulysses xylophone	32	2.05
+ulysses thompson	55	0.35
+xavier white	21	1.95
+jessica allen	77	1.71
+fred falkner	42	1.38
+priscilla laertes	34	1.33
+priscilla nixon	30	2.27
+mike xylophone	72	1.80
+luke steinbeck	23	2.75
+yuri ovid	35	3.54
+oscar underhill	45	3.89
+oscar miller	61	0.90
+victor brown	20	3.60
+ethan garcia	34	0.68
+yuri ovid	22	1.87
+ethan thompson	61	2.15
+wendy king	65	4.00
+rachel allen	62	1.31
+zach white	60	2.41
+holly young	33	0.33
+mike johnson	74	0.42
+david young	58	2.70
+alice underhill	32	3.61
+fred thompson	67	0.91
+nick polk	49	3.12
+alice van buren	28	3.72
+victor ovid	52	2.16
+calvin brown	64	0.34
+irene hernandez	38	3.74
+mike nixon	77	3.35
+holly garcia	66	0.73
+luke ellison	64	2.83
+mike falkner	63	0.61
+bob johnson	62	0.77
+jessica laertes	74	0.30
+xavier hernandez	26	1.88
+alice quirinius	30	2.28
+jessica quirinius	55	1.66
+mike garcia	31	2.28
+tom ichabod	55	3.84
+david zipper	44	2.82
+zach davidson	68	0.55
+victor underhill	35	2.57
+victor polk	23	3.72
+xavier xylophone	35	3.31
+irene brown	51	1.97
+yuri young	23	0.46
+victor zipper	52	0.58
+zach falkner	46	3.17
+alice davidson	66	0.11
+mike young	29	2.42
+ulysses polk	26	0.73
+victor hernandez	60	1.73
+zach van buren	38	1.85
+rachel laertes	74	1.89
+ethan white	71	1.99
+luke falkner	25	3.63
+jessica allen	23	2.87
+calvin steinbeck	40	0.91
+mike nixon	76	1.32
+ulysses davidson	63	2.53
+irene zipper	30	3.61
+mike brown	24	0.75
+sarah robinson	35	1.06
+sarah steinbeck	64	2.66
+ulysses thompson	55	0.80
+quinn carson	54	1.53
+zach robinson	48	2.03
+oscar garcia	37	2.68
+victor ovid	46	3.50
+calvin ellison	44	3.77
+bob laertes	37	0.77
+alice hernandez	52	3.49
+katie ovid	18	3.12
+calvin xylophone	35	1.96
+quinn king	34	1.24
+alice quirinius	32	2.34
+yuri thompson	69	0.52
+fred zipper	26	1.17
+sarah king	42	0.10
+luke steinbeck	40	0.88
+calvin underhill	58	1.69
+oscar johnson	65	0.64
+alice ellison	57	2.05
+holly johnson	49	3.58
+nick davidson	40	2.90
+irene allen	49	1.46
+zach xylophone	67	2.24
+gabriella falkner	52	0.15
+alice underhill	72	3.08
+oscar brown	50	0.29
+nick robinson	38	2.27
+xavier thompson	49	2.33
+sarah quirinius	75	2.17
+wendy quirinius	61	0.15
+rachel ellison	39	2.88
+david quirinius	40	2.70
+xavier robinson	74	1.21
+jessica polk	66	2.32
+katie young	59	1.59
+nick ichabod	63	3.88
+oscar ichabod	55	0.93
+zach allen	52	0.32
+jessica xylophone	71	0.71
+nick underhill	67	3.87
+gabriella king	61	0.66
+zach robinson	35	2.08
+ulysses zipper	33	3.81
+tom polk	67	3.68
+fred polk	52	0.21
+luke johnson	26	3.12
+xavier xylophone	53	0.02
+bob falkner	30	1.20
+luke johnson	71	0.65
+sarah young	41	3.06
+gabriella brown	31	0.35
+quinn johnson	19	3.50
+rachel quirinius	58	0.53
+katie robinson	55	2.11
+ethan johnson	31	3.42
+zach quirinius	42	3.12
+sarah ovid	43	1.61
+nick davidson	31	3.93
+bob ovid	28	0.72
+xavier xylophone	76	1.10
+priscilla carson	67	2.52
+holly ellison	76	3.54
+xavier carson	69	0.75
+xavier ovid	51	3.93
+gabriella ichabod	47	0.43
+fred allen	45	0.54
+zach ovid	47	0.31
+irene robinson	70	3.19
+ethan brown	70	1.25
+jessica davidson	56	2.51
+gabriella xylophone	60	0.12
+irene laertes	50	3.29
+rachel falkner	72	0.31
+zach white	60	0.70
+gabriella young	28	3.19
+rachel polk	75	3.81
+calvin hernandez	39	0.17
+nick white	29	0.97
+zach king	53	3.03
+katie nixon	70	0.02
+yuri young	65	1.32
+calvin johnson	70	1.98
+quinn ellison	50	2.10
+nick quirinius	45	2.08
+wendy ovid	58	2.70
+xavier van buren	21	1.72
+rachel allen	39	1.72
+zach ovid	46	2.33
+wendy hernandez	76	1.51
+zach ellison	21	2.30
+irene underhill	20	1.63
+bob carson	62	1.41
+david polk	34	3.45
+nick robinson	28	0.15
+katie steinbeck	68	0.62
+david nixon	66	0.43
+quinn xylophone	44	2.74
+ethan carson	40	1.45
+calvin king	77	2.40
+mike steinbeck	18	0.01
+calvin steinbeck	25	1.09
+tom xylophone	54	0.01
+mike white	72	3.93
+nick nixon	64	3.49
+bob laertes	55	3.08
+ulysses steinbeck	33	3.50
+irene hernandez	52	0.57
+katie johnson	29	2.88
+ethan ichabod	31	2.87
+xavier ichabod	31	3.02
+sarah miller	24	3.32
+irene davidson	27	3.10
+alice davidson	58	1.94
+yuri steinbeck	69	2.14
+xavier underhill	58	0.29
+alice ichabod	42	1.07
+victor ichabod	49	2.73
+quinn nixon	39	2.32
+quinn xylophone	33	3.85
+jessica ichabod	60	0.99
+luke allen	54	3.76
+ulysses robinson	63	2.79
+priscilla hernandez	75	1.50
+ethan underhill	46	0.50
+mike underhill	61	3.16
+nick xylophone	34	1.88
+irene zipper	60	1.97
+jessica nixon	68	3.21
+priscilla quirinius	45	2.35
+calvin miller	68	3.76
+xavier ovid	66	0.65
+david brown	26	1.98
+nick white	48	2.54
+ethan van buren	18	3.77
+ethan ichabod	47	1.65
+katie ovid	76	2.70
+sarah carson	29	3.93
+ulysses davidson	52	2.15
+jessica falkner	48	2.78
+jessica quirinius	43	2.80
+mike falkner	64	2.28
+yuri hernandez	61	1.34
+gabriella hernandez	32	2.70
+david polk	38	0.27
+david white	69	2.74
+bob ovid	32	2.78
+nick ichabod	33	2.54
+wendy zipper	43	1.55
+oscar king	29	3.51
+ulysses quirinius	46	0.27
+priscilla allen	73	3.17
+luke xylophone	57	1.87
+xavier xylophone	32	3.34
+ethan laertes	62	3.89
+holly young	50	0.50
+ulysses quirinius	44	0.48
+xavier ovid	61	3.42
+yuri van buren	57	1.50
+david davidson	38	1.97
+wendy underhill	29	2.40
+katie hernandez	67	3.54
+alice allen	38	1.80
+alice ellison	26	0.55
+irene ovid	52	3.12
+luke miller	56	1.27
+victor young	56	0.08
+priscilla quirinius	48	3.54
+katie zipper	48	1.78
+xavier nixon	42	3.91
+mike davidson	69	0.46
+sarah xylophone	57	2.38
+yuri quirinius	45	1.37
+priscilla young	37	0.00
+katie allen	34	1.91
+tom garcia	58	2.74
+david thompson	70	3.48
+bob brown	73	2.07
+calvin johnson	76	3.84
+gabriella allen	55	3.21
+bob king	59	1.99
+david young	56	1.54
+fred davidson	45	0.35
+alice brown	44	3.82
+calvin ellison	34	1.44
+bob steinbeck	66	1.43
+ethan young	73	1.27
+sarah ovid	25	2.61
+ulysses white	31	2.39
+jessica thompson	25	1.68
+mike white	53	2.73
+holly steinbeck	33	3.59
+david van buren	71	1.35
+zach ellison	58	0.78
+rachel brown	27	3.64
+nick davidson	77	0.39
+nick quirinius	50	1.90
+katie underhill	57	2.66
+david allen	30	0.74
+alice white	25	0.66
+zach carson	47	2.32
+victor falkner	56	2.34
+sarah brown	50	0.49
+tom ellison	52	1.77
+bob ellison	65	2.42
+gabriella white	20	1.36
+wendy xylophone	37	2.73
+mike xylophone	68	0.86
+david allen	22	1.00
+priscilla ovid	67	0.55
+calvin robinson	56	0.02
+mike white	77	3.60
+bob falkner	58	0.42
+tom underhill	19	3.10
+zach miller	22	1.91
+mike hernandez	29	0.86
+holly brown	44	3.99
+calvin xylophone	42	1.48
+yuri quirinius	31	1.92
+ethan ovid	76	3.70
+sarah ovid	38	0.35
+ulysses allen	31	3.18
+katie ellison	22	2.39
+irene falkner	64	3.77
+holly zipper	27	2.75
+tom underhill	23	2.88
+sarah thompson	21	1.17
+victor white	37	3.44
+wendy robinson	71	3.44
+katie white	46	1.93
+nick zipper	76	1.16
+tom johnson	73	1.06
+priscilla quirinius	37	0.83
+irene robinson	20	0.85
+jessica steinbeck	77	0.71
+oscar laertes	64	1.36
+nick brown	26	1.91
+priscilla polk	26	3.54
+zach steinbeck	65	3.95
+quinn ovid	77	2.51
+quinn quirinius	58	3.48
+nick thompson	21	1.19
+ulysses nixon	23	2.97
+tom garcia	52	3.97
+jessica brown	66	0.56
+oscar brown	65	0.38
+oscar thompson	48	0.96
+nick garcia	73	0.35
+gabriella zipper	61	3.73
+irene davidson	49	1.35
+gabriella ellison	35	2.29
+rachel thompson	43	3.72
+david underhill	72	3.70
+priscilla nixon	73	1.09
+sarah young	40	0.50
+oscar underhill	29	1.47
+irene ovid	77	2.77
+nick robinson	36	1.06
+gabriella garcia	76	0.29
+tom garcia	29	2.05
+tom ellison	64	1.58
+xavier ovid	70	0.26
+mike young	42	2.51
+zach van buren	73	1.88
+katie van buren	40	2.78
+xavier allen	56	3.55
+mike young	22	2.08
+calvin johnson	75	3.64
+holly hernandez	30	2.07
+victor ovid	77	3.74
+calvin van buren	59	2.00
+irene hernandez	45	1.24
+irene brown	56	2.12
+luke miller	69	1.48
+bob ovid	29	3.35
+xavier white	66	3.76
+wendy xylophone	22	1.90
+nick allen	70	3.57
+luke brown	74	0.33
+jessica polk	77	3.52
+calvin carson	18	2.95
+fred hernandez	21	1.44
+wendy steinbeck	27	2.39
+yuri carson	18	2.76
+ethan brown	37	3.10
+zach steinbeck	70	0.65
+victor quirinius	60	2.41
+gabriella falkner	71	1.86
+victor ellison	71	1.16
+nick falkner	66	1.12
+holly carson	52	2.99
+calvin ellison	70	1.75
+david carson	32	1.01
+tom garcia	60	0.91
+irene thompson	69	1.81
+priscilla van buren	68	1.48
+priscilla robinson	57	0.79
+sarah young	51	1.17
+ulysses quirinius	71	2.20
+wendy steinbeck	20	1.35
+david laertes	31	1.53
+david young	36	3.25
+luke quirinius	71	3.71
+holly nixon	62	2.85
+oscar davidson	56	2.78
+victor van buren	33	1.57
+gabriella laertes	43	1.01
+victor johnson	43	1.64
+ethan garcia	64	1.88
+nick xylophone	66	1.03
+luke thompson	36	3.79
+ethan van buren	48	2.90
+david miller	23	2.12
+fred zipper	54	0.82
+xavier garcia	72	3.95
+irene ovid	57	1.22
+tom ovid	70	0.67
+oscar falkner	56	3.25
+tom ichabod	73	0.97
+irene polk	50	0.41
+alice young	45	3.40
+ethan garcia	47	3.58
+zach johnson	20	1.49
+xavier nixon	26	1.41
+zach brown	74	3.43
+xavier robinson	19	1.34
+gabriella carson	31	2.10
+irene steinbeck	28	3.55
+sarah miller	47	0.73
+holly johnson	25	3.14
+fred carson	41	1.42
+alice carson	45	1.58
+wendy van buren	61	1.42
+ulysses nixon	37	3.62
+tom robinson	55	0.44
+calvin xylophone	60	1.52
+tom king	70	0.10
+ulysses thompson	38	0.35
+ulysses carson	47	3.08
+oscar falkner	58	3.71
+david nixon	20	1.97
+yuri polk	73	3.38
+ethan robinson	69	2.15
+oscar carson	42	2.39
+gabriella nixon	45	2.05
+rachel quirinius	51	1.33
+irene van buren	35	0.49
+quinn xylophone	67	3.93
+ethan ichabod	46	0.11
+holly nixon	71	2.61
+rachel white	26	2.58
+gabriella brown	31	3.05
+katie young	22	2.82
+zach davidson	72	3.75
+gabriella brown	53	0.36
+alice underhill	32	1.34
+priscilla underhill	61	1.63
+nick ovid	30	1.36
+zach xylophone	52	2.50
+irene johnson	41	1.26
+calvin white	26	3.85
+nick ichabod	23	1.76
+calvin king	21	1.00
+alice underhill	31	1.92
+victor white	25	3.53
+wendy ellison	72	2.76
+mike allen	36	2.18
+sarah allen	60	3.92
+priscilla king	54	3.61
+bob zipper	40	3.59
+katie xylophone	24	2.11
+zach nixon	43	3.55
+ethan ellison	57	1.83
+victor johnson	47	3.64
+gabriella polk	71	3.41
+victor zipper	60	1.45
+luke garcia	65	1.95
+wendy brown	33	3.74
+irene white	42	3.51
+david ichabod	55	0.24
+katie thompson	30	0.81
+priscilla underhill	46	0.87
+gabriella johnson	41	1.37
+david quirinius	54	2.23
+ethan garcia	51	2.72
+priscilla hernandez	35	3.88
+alice king	34	2.66
+jessica carson	31	3.45
+calvin garcia	41	1.66
+ulysses polk	30	3.23
+calvin miller	66	0.41
+katie brown	23	1.36
+luke davidson	43	0.88
+rachel polk	58	0.29
+tom quirinius	49	1.18
+victor king	26	2.53
+ethan ichabod	40	0.41
+ethan allen	61	3.05
+irene nixon	20	3.72
+tom hernandez	63	1.36
+ulysses xylophone	70	3.90
+wendy white	72	0.07
+mike ellison	48	2.19
+ulysses quirinius	41	2.39
+ulysses hernandez	51	1.40
+ulysses young	71	1.34
+bob hernandez	38	2.88
+rachel hernandez	55	3.16
+calvin johnson	63	1.62
+sarah garcia	26	3.86
+oscar ichabod	40	0.55
+katie ichabod	20	0.20
+mike nixon	23	0.02
+alice quirinius	58	0.70
+bob garcia	38	1.31
+luke allen	24	1.13
+nick laertes	70	2.49
+priscilla zipper	68	1.31
+quinn brown	47	0.05
+oscar quirinius	77	3.32
+xavier zipper	32	0.91
+victor zipper	54	3.81
+luke xylophone	38	1.59
+quinn carson	25	0.34
+xavier robinson	46	2.21
+calvin quirinius	69	1.10
+sarah davidson	36	3.37
+rachel white	72	2.34
+luke quirinius	60	1.52
+fred young	41	3.52
+priscilla carson	40	2.75
+calvin quirinius	61	1.89
+calvin ichabod	27	2.71
+wendy zipper	77	1.70
+ulysses garcia	31	1.07
+oscar falkner	30	1.22
+ulysses laertes	54	3.07
+tom xylophone	61	2.67
+ulysses zipper	48	1.30
+ethan white	61	2.41
+jessica van buren	54	3.54
+tom johnson	77	0.64
+xavier falkner	75	1.38
+gabriella quirinius	22	2.62
+zach ichabod	58	2.92
+fred xylophone	34	1.49
+alice steinbeck	67	2.31
+bob ichabod	20	1.69
+zach steinbeck	57	3.75
+katie johnson	63	0.56
+irene johnson	62	2.90
+yuri thompson	45	2.39
+yuri ichabod	68	2.26
+rachel nixon	68	2.63
+nick ichabod	62	2.29
+nick robinson	66	0.49
+victor young	36	3.97
+holly ichabod	43	1.79
+jessica underhill	38	0.20
+xavier zipper	37	3.12
+yuri carson	26	3.31
+calvin johnson	58	3.91
+quinn allen	73	1.96
+alice johnson	40	2.41
+alice underhill	77	3.05
+alice brown	38	3.65
+katie white	58	0.30
+jessica robinson	57	0.92
+victor ichabod	30	1.77
+xavier thompson	20	0.59
+bob laertes	56	2.96
+quinn ellison	23	1.98
+tom xylophone	65	3.03
+calvin davidson	72	0.34
+mike steinbeck	31	0.07
+nick robinson	68	3.26
+mike thompson	59	0.78
+yuri miller	64	3.39
+rachel xylophone	55	2.41
+alice zipper	61	0.84
+bob hernandez	18	0.45
+gabriella young	48	1.47
+sarah steinbeck	35	2.47
+katie ovid	65	0.02
+david white	51	0.22
+zach carson	37	2.11
+xavier davidson	40	3.38
+ulysses robinson	19	2.12
+yuri davidson	49	2.14
+sarah steinbeck	29	3.28
+calvin hernandez	62	1.72
+zach johnson	42	1.63
+yuri garcia	36	3.39
+katie hernandez	54	0.85
+ethan davidson	20	3.22
+wendy van buren	59	0.86
+calvin polk	57	3.36
+mike quirinius	44	0.47
+quinn johnson	65	3.35
+alice hernandez	64	2.40
+wendy young	71	3.08
+ulysses ovid	42	2.95
+gabriella ovid	57	1.84
+priscilla king	44	0.68
+irene quirinius	61	2.30
+jessica carson	58	0.61
+jessica johnson	32	1.14
+holly robinson	65	2.91
+sarah underhill	61	1.07
+victor zipper	49	3.51
+wendy hernandez	22	3.83
+oscar garcia	63	2.53
+luke quirinius	21	1.02
+alice nixon	72	3.33
+xavier white	61	0.96
+mike underhill	46	1.66
+zach miller	36	3.01
+gabriella quirinius	54	3.57
+rachel johnson	24	0.46
+ethan king	43	3.58
... 669 lines suppressed ...