You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2014/08/24 07:17:35 UTC

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0_20) - Build # 10962 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/10962/
Java: 32bit/jdk1.8.0_20 -server -XX:+UseG1GC

5 tests failed.
FAILED:  org.apache.lucene.codecs.compressing.TestCompressingTermVectorsFormat.testClone {#1 seed=[F19E6C7F8D1D22CD:A30DA549DC6BE508]}

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([F19E6C7F8D1D22CD:A30DA549DC6BE508]:0)
	at org.apache.lucene.index.ByteSliceReader.readByte(ByteSliceReader.java:73)
	at org.apache.lucene.store.DataInput.readVInt(DataInput.java:122)
	at org.apache.lucene.index.FreqProxTermsWriterPerField.flush(FreqProxTermsWriterPerField.java:459)
	at org.apache.lucene.index.FreqProxTermsWriter.flush(FreqProxTermsWriter.java:80)
	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:115)
	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:442)
	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:510)
	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:621)
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3011)
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3170)
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3137)
	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:341)
	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:277)
	at org.apache.lucene.index.BaseTermVectorsFormatTestCase.testClone(BaseTermVectorsFormatTestCase.java:683)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.lucene.codecs.compressing.TestCompressingTermVectorsFormat.testClone {#2 seed=[F19E6C7F8D1D22CD:2DE433958DAFADC3]}

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([F19E6C7F8D1D22CD:2DE433958DAFADC3]:0)
	at org.apache.lucene.index.ByteSliceReader.readByte(ByteSliceReader.java:73)
	at org.apache.lucene.store.DataInput.readVInt(DataInput.java:122)
	at org.apache.lucene.index.FreqProxTermsWriterPerField.flush(FreqProxTermsWriterPerField.java:459)
	at org.apache.lucene.index.FreqProxTermsWriter.flush(FreqProxTermsWriter.java:80)
	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:115)
	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:442)
	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:510)
	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:621)
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3011)
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3170)
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3137)
	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:348)
	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:277)
	at org.apache.lucene.index.BaseTermVectorsFormatTestCase.testClone(BaseTermVectorsFormatTestCase.java:683)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.lucene.codecs.compressing.TestCompressingTermVectorsFormat.testClone {#3 seed=[F19E6C7F8D1D22CD:1C0A9870E151F6EA]}

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([F19E6C7F8D1D22CD:1C0A9870E151F6EA]:0)
	at org.apache.lucene.index.ByteSliceReader.readByte(ByteSliceReader.java:73)
	at org.apache.lucene.store.DataInput.readVInt(DataInput.java:122)
	at org.apache.lucene.index.FreqProxTermsWriterPerField.flush(FreqProxTermsWriterPerField.java:459)
	at org.apache.lucene.index.FreqProxTermsWriter.flush(FreqProxTermsWriter.java:80)
	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:115)
	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:442)
	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:510)
	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:621)
	at org.apache.lucene.index.IndexWriter.doFlush(IndexWriter.java:3272)
	at org.apache.lucene.index.IndexWriter.flush(IndexWriter.java:3248)
	at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1828)
	at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1804)
	at org.apache.lucene.index.RandomIndexWriter.doRandomForceMerge(RandomIndexWriter.java:309)
	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:331)
	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:277)
	at org.apache.lucene.index.BaseTermVectorsFormatTestCase.testClone(BaseTermVectorsFormatTestCase.java:683)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.lucene.codecs.compressing.TestCompressingTermVectorsFormat.testClone {#4 seed=[F19E6C7F8D1D22CD:50CB1DDD40593651]}

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([F19E6C7F8D1D22CD:50CB1DDD40593651]:0)
	at org.apache.lucene.index.ByteSliceReader.readByte(ByteSliceReader.java:73)
	at org.apache.lucene.store.DataInput.readVInt(DataInput.java:122)
	at org.apache.lucene.index.FreqProxTermsWriterPerField.flush(FreqProxTermsWriterPerField.java:459)
	at org.apache.lucene.index.FreqProxTermsWriter.flush(FreqProxTermsWriter.java:80)
	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:115)
	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:442)
	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:510)
	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:621)
	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:415)
	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:343)
	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:277)
	at org.apache.lucene.index.BaseTermVectorsFormatTestCase.testClone(BaseTermVectorsFormatTestCase.java:683)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.lucene.codecs.compressing.TestCompressingTermVectorsFormat.testMerge {#0 seed=[F19E6C7F8D1D22CD:423FB29B82C69458]}

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([F19E6C7F8D1D22CD:423FB29B82C69458]:0)
	at org.apache.lucene.index.ByteSliceReader.readByte(ByteSliceReader.java:73)
	at org.apache.lucene.store.DataInput.readVInt(DataInput.java:122)
	at org.apache.lucene.index.FreqProxTermsWriterPerField.flush(FreqProxTermsWriterPerField.java:407)
	at org.apache.lucene.index.FreqProxTermsWriter.flush(FreqProxTermsWriter.java:80)
	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:115)
	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:442)
	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:510)
	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:621)
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3011)
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3170)
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3137)
	at org.apache.lucene.index.RandomIndexWriter.commit(RandomIndexWriter.java:260)
	at org.apache.lucene.index.BaseTermVectorsFormatTestCase.testMerge(BaseTermVectorsFormatTestCase.java:647)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 499 lines...]
   [junit4] Suite: org.apache.lucene.codecs.compressing.TestCompressingTermVectorsFormat
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCompressingTermVectorsFormat -Dtests.method=testClone -Dtests.seed=F19E6C7F8D1D22CD -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr -Dtests.timezone=Europe/Vilnius -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 3.82s J0 | TestCompressingTermVectorsFormat.testClone {#1 seed=[F19E6C7F8D1D22CD:A30DA549DC6BE508]} <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F19E6C7F8D1D22CD:A30DA549DC6BE508]:0)
   [junit4]    > 	at org.apache.lucene.index.ByteSliceReader.readByte(ByteSliceReader.java:73)
   [junit4]    > 	at org.apache.lucene.store.DataInput.readVInt(DataInput.java:122)
   [junit4]    > 	at org.apache.lucene.index.FreqProxTermsWriterPerField.flush(FreqProxTermsWriterPerField.java:459)
   [junit4]    > 	at org.apache.lucene.index.FreqProxTermsWriter.flush(FreqProxTermsWriter.java:80)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:115)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:442)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:510)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:621)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3011)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3170)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3137)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:341)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:277)
   [junit4]    > 	at org.apache.lucene.index.BaseTermVectorsFormatTestCase.testClone(BaseTermVectorsFormatTestCase.java:683)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCompressingTermVectorsFormat -Dtests.method=testClone -Dtests.seed=F19E6C7F8D1D22CD -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr -Dtests.timezone=Europe/Vilnius -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.08s J0 | TestCompressingTermVectorsFormat.testClone {#2 seed=[F19E6C7F8D1D22CD:2DE433958DAFADC3]} <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F19E6C7F8D1D22CD:2DE433958DAFADC3]:0)
   [junit4]    > 	at org.apache.lucene.index.ByteSliceReader.readByte(ByteSliceReader.java:73)
   [junit4]    > 	at org.apache.lucene.store.DataInput.readVInt(DataInput.java:122)
   [junit4]    > 	at org.apache.lucene.index.FreqProxTermsWriterPerField.flush(FreqProxTermsWriterPerField.java:459)
   [junit4]    > 	at org.apache.lucene.index.FreqProxTermsWriter.flush(FreqProxTermsWriter.java:80)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:115)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:442)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:510)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:621)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3011)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3170)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3137)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:348)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:277)
   [junit4]    > 	at org.apache.lucene.index.BaseTermVectorsFormatTestCase.testClone(BaseTermVectorsFormatTestCase.java:683)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCompressingTermVectorsFormat -Dtests.method=testClone -Dtests.seed=F19E6C7F8D1D22CD -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr -Dtests.timezone=Europe/Vilnius -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.10s J0 | TestCompressingTermVectorsFormat.testClone {#3 seed=[F19E6C7F8D1D22CD:1C0A9870E151F6EA]} <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F19E6C7F8D1D22CD:1C0A9870E151F6EA]:0)
   [junit4]    > 	at org.apache.lucene.index.ByteSliceReader.readByte(ByteSliceReader.java:73)
   [junit4]    > 	at org.apache.lucene.store.DataInput.readVInt(DataInput.java:122)
   [junit4]    > 	at org.apache.lucene.index.FreqProxTermsWriterPerField.flush(FreqProxTermsWriterPerField.java:459)
   [junit4]    > 	at org.apache.lucene.index.FreqProxTermsWriter.flush(FreqProxTermsWriter.java:80)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:115)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:442)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:510)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:621)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.doFlush(IndexWriter.java:3272)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.flush(IndexWriter.java:3248)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1828)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1804)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.doRandomForceMerge(RandomIndexWriter.java:309)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:331)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:277)
   [junit4]    > 	at org.apache.lucene.index.BaseTermVectorsFormatTestCase.testClone(BaseTermVectorsFormatTestCase.java:683)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCompressingTermVectorsFormat -Dtests.method=testClone -Dtests.seed=F19E6C7F8D1D22CD -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr -Dtests.timezone=Europe/Vilnius -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.09s J0 | TestCompressingTermVectorsFormat.testClone {#4 seed=[F19E6C7F8D1D22CD:50CB1DDD40593651]} <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F19E6C7F8D1D22CD:50CB1DDD40593651]:0)
   [junit4]    > 	at org.apache.lucene.index.ByteSliceReader.readByte(ByteSliceReader.java:73)
   [junit4]    > 	at org.apache.lucene.store.DataInput.readVInt(DataInput.java:122)
   [junit4]    > 	at org.apache.lucene.index.FreqProxTermsWriterPerField.flush(FreqProxTermsWriterPerField.java:459)
   [junit4]    > 	at org.apache.lucene.index.FreqProxTermsWriter.flush(FreqProxTermsWriter.java:80)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:115)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:442)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:510)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:621)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:415)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:343)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:277)
   [junit4]    > 	at org.apache.lucene.index.BaseTermVectorsFormatTestCase.testClone(BaseTermVectorsFormatTestCase.java:683)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCompressingTermVectorsFormat -Dtests.method=testMerge -Dtests.seed=F19E6C7F8D1D22CD -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr -Dtests.timezone=Europe/Vilnius -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.06s J0 | TestCompressingTermVectorsFormat.testMerge {#0 seed=[F19E6C7F8D1D22CD:423FB29B82C69458]} <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F19E6C7F8D1D22CD:423FB29B82C69458]:0)
   [junit4]    > 	at org.apache.lucene.index.ByteSliceReader.readByte(ByteSliceReader.java:73)
   [junit4]    > 	at org.apache.lucene.store.DataInput.readVInt(DataInput.java:122)
   [junit4]    > 	at org.apache.lucene.index.FreqProxTermsWriterPerField.flush(FreqProxTermsWriterPerField.java:407)
   [junit4]    > 	at org.apache.lucene.index.FreqProxTermsWriter.flush(FreqProxTermsWriter.java:80)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:115)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:442)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:510)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:621)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3011)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3170)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3137)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.commit(RandomIndexWriter.java:260)
   [junit4]    > 	at org.apache.lucene.index.BaseTermVectorsFormatTestCase.testMerge(BaseTermVectorsFormatTestCase.java:647)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build/core/test/J0/./temp/lucene.codecs.compressing.TestCompressingTermVectorsFormat-F19E6C7F8D1D22CD-001
   [junit4]   2> NOTE: test params are: codec=Lucene3x, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {=DFR I(F)B1, mukenvmhvw=IB LL-L1, idof=IB LL-D1, hmsckun=DFR I(n)2, wwremafs=DFR GL2, ccj=BM25(k1=1.2,b=0.75), vjufce=DFR I(n)1, ted=DFR I(F)L1, ccs=DFR GBZ(0.3), ddqdtn=DFR GB1, ebaastk=DFR GB1, picw=DFR I(F)B3(800.0), tep=DFR I(n)1, fbyvpvay=DFR I(n)1, sfeuhqp=IB LL-L1, vzryqed=DFR I(F)LZ(0.3), yhxzre=IB LL-L2, gmhqeqyh=DFR I(n)3(800.0), ezitroe=LM Jelinek-Mercer(0.100000), vuucflqd=DFR I(F)B1, oenyh=DFR I(ne)LZ(0.3), edcwma=DFR I(ne)1, edkqktk=DFR I(ne)BZ(0.3), cdo=IB LL-D1, bzgss=DFR GL1, hajs=DFR I(ne)3(800.0), vosah=DFR I(n)BZ(0.3), yrgfuwussx=DFR I(ne)B3(800.0), nsbppgcl=DFR I(F)BZ(0.3), gdadiizbw=DFR GBZ(0.3), lowphap=DFR I(n)2, hbpaadqths=IB LL-L1, irmlnpodvl=IB LL-LZ(0.3), drsbxsimjt=DFR I(F)L2, rwvvyaa=DFR I(F)B1, fuvhrjgoaq=DFR I(n)BZ(0.3), risoeds=DFR I(ne)2, tlecuucd=DFR I(ne)LZ(0.3), oyvsdedk=IB SPL-D1, wksazlv=DFR G1, kwmtauf=DFR I(F)BZ(0.3), f_POSITIONS_AND_OFFSETS_AND_PAYLOADS=IB LL-D2, tfx=DFR G1, rxzdflp=DFR I(n)3(800.0), zdxmtvxga=IB SPL-D3(800.0), bwqzbwkw=DFR I(n)L1, dpjeapmpo=IB SPL-L1, xfwnsmj=DFR GLZ(0.3), molrzauhrr=DFR I(ne)Z(0.3), htmumr=DFR I(F)B3(800.0), xiuuayygpx=DFR I(F)BZ(0.3), xxnufk=DFR I(ne)3(800.0), wrwxog=DFR I(ne)3(800.0), sorqewvuj=DFR I(ne)B1, cfa=DFR I(ne)L2, rtpwoth=DFR G2, a=IB LL-D3(800.0), b=DFR G2, c=DFR I(F)L1, d=IB SPL-L3(800.0), ptphwzb=IB SPL-D1, melszct=DFR I(ne)L1, cfg=IB LL-L1, e=DFR I(ne)B3(800.0), zfdazce=IB SPL-D1, f=DFR I(ne)L2, g=DFR GLZ(0.3), h=DFR I(ne)B1, i=IB LL-LZ(0.3), j=IB SPL-D2, ekqbxbfm=IB LL-D2, k=DFR I(F)BZ(0.3), l=DFR I(n)L3(800.0), m=DFR I(ne)2, n=LM Jelinek-Mercer(0.100000), srng=IB SPL-L3(800.0), o=DFR I(n)1, zdamrjdhz=DFR I(ne)B2, p=DFR GZ(0.3), mlgtqss=DFR GB1, jxti=DFR I(ne)LZ(0.3), q=DFR GB1, r=DFR I(n)3(800.0), hkfdzr=DFR I(ne)B3(800.0), s=DFR GL1, t=IB SPL-DZ(0.3), u=DFR I(F)B2, v=LM Jelinek-Mercer(0.700000), w=IB SPL-LZ(0.3), twisic=DFR I(n)L1, x=DFR I(n)L2, y=IB SPL-D3(800.0), z=IB LL-D1, elvoki=DFR I(n)B2, kwjkr=IB LL-D3(800.0), cgc=IB SPL-D1, bovngkph=DFR GB3(800.0), pkdppvtj=DFR GBZ(0.3), pzepu=DFR GZ(0.3), mytcbkqn=DFR I(F)LZ(0.3), f_POSITIONS_AND_PAYLOADS=DFR I(ne)1, zwxiqotgi=DFR I(ne)3(800.0), priwsossmd=DFR I(ne)LZ(0.3), zizpg=DFR G1, tib=DFR I(F)B3(800.0), xymuuos=IB LL-D1, cgp=IB SPL-L1, uqyiicibca=DFR GB1, tid=IB SPL-L2, sbfpjjkue=DFR G1, ayspkncz=IB SPL-D1, ytqdxcr=IB LL-LZ(0.3), tig=IB LL-D1, ofdo=IB SPL-D2, ausgzujb=IB LL-L3(800.0), tftmxrq=DFR GL2, wknlfiu=DFR I(ne)L3(800.0), ylibsbffy=DFR I(n)B3(800.0), rjmess=IB LL-D1, lqemario=DFR I(ne)L2, bmhmwbvc=IB SPL-DZ(0.3), lhmtzq=DFR I(ne)B2, chh=IB SPL-D1, tiw=IB LL-D2, olupyrzfxk=DFR I(ne)3(800.0), ntbs=DFR I(n)L1, wefctwsii=DFR I(F)LZ(0.3), xjhaq=DFR I(n)3(800.0), rrbix=DFR I(F)LZ(0.3), momialkdp=LM Jelinek-Mercer(0.700000), wfayy=BM25(k1=1.2,b=0.75), uyjwsrehh=DFR I(ne)2, lonsvhx=DFR G2, ruxirjv=IB LL-D2, mnpjnmtg=IB SPL-D3(800.0), qcmhk=DFR I(ne)L2, vpkvur=DFR I(ne)B1, yaubfie=DFR I(n)BZ(0.3), nywixif=LM Jelinek-Mercer(0.100000), hjdkeodi=DFR I(n)B3(800.0), osknmhx=DFR I(F)B1, suefk=IB SPL-DZ(0.3), pjjyikxbtj=IB SPL-L2, nrjgg=DFR I(ne)3(800.0), zwhj=DFR GL1, cil=DFR I(ne)L2, prcvlrgx=IB LL-D2, tka=LM Jelinek-Mercer(0.100000), cip=IB SPL-D2, nerkxqedo=DFR GBZ(0.3), rshnbjgzmb=DFR I(F)3(800.0), tkc=IB SPL-L1, ciu=DFR I(n)1, cit=LM Jelinek-Mercer(0.100000), evjlf=DFR I(F)BZ(0.3), cfeled=IB LL-LZ(0.3), tkn=DFR I(F)2, rxcyd=DFR I(n)B1, tkp=DFR I(n)BZ(0.3), tko=DFR I(ne)Z(0.3), sehllavqb=DFR I(F)L2, xzygnjxm=DFR I(F)B3(800.0), eddystnzw=DFR I(n)L3(800.0), iyjzcj=DFR I(F)BZ(0.3), nefafhg=DFR I(F)BZ(0.3), cjp=DFR G3(800.0), frlmhdl=DFR I(ne)1, gmuei=DFR I(n)2, yxuvlvsf=DFR I(n)BZ(0.3), fwwzcqqyl=DFR I(n)L3(800.0), cjz=IB SPL-L2, hapy=DFR I(F)L3(800.0), tls=IB LL-L3(800.0), oraaetjyb=IB LL-LZ(0.3), zarvd=DFR I(F)LZ(0.3), fpbsg=DFR I(n)L3(800.0), tlw=DFR GL3(800.0), gbrefbpf=IB LL-D2, ofie=DFR GL1, tmd=DFR I(F)BZ(0.3), lnax=DFR I(F)Z(0.3), oepczeid=DFR I(n)2, anrnxfxd=DFR GL1, iasenverb=DFR I(F)L1, xqmao=LM Jelinek-Mercer(0.700000), ctht=DFR I(F)LZ(0.3), ckz=DFR I(ne)3(800.0), ncey=IB LL-DZ(0.3), cld=IB SPL-LZ(0.3), kqryoket=DFR I(n)3(800.0), owjq=DFR I(ne)LZ(0.3), clc=LM Jelinek-Mercer(0.700000), zfgt=DFR I(ne)B3(800.0), rfccahq=DFR I(F)L2, ycfsms=DFR I(F)B3(800.0), csbfuy=LM Jelinek-Mercer(0.100000), ofowgwsgd=DFR I(F)B3(800.0), vujtkfgx=DefaultSimilarity, wepeq=BM25(k1=1.2,b=0.75), orlcfarxmx=IB SPL-DZ(0.3), kjzfunlit=DFR I(F)BZ(0.3), cmc=IB LL-DZ(0.3), fqoxsa=DFR I(F)B1, htsmn=DFR I(ne)L3(800.0), mudpbze=DFR I(F)B2, lqqkwicte=DFR GBZ(0.3), tnw=DefaultSimilarity, eddtayuvdz=DFR I(n)B1, inuzbf=DFR I(n)L2, hibdot=IB LL-L2, dfkr=DefaultSimilarity, cms=IB LL-D3(800.0), jowtyplzea=DFR I(n)1, xjacqfnjmr=LM Jelinek-Mercer(0.100000), tof=DFR GLZ(0.3), pwyeyoq=DFR I(n)3(800.0), qayggoplr=DFR I(ne)3(800.0), giuvmxfe=DFR GB3(800.0), zzpwvvif=IB SPL-DZ(0.3), qhgxtvdh=LM Jelinek-Mercer(0.100000), gsvqu=DFR I(F)L2, tol=DFR GB3(800.0), xexvzwo=DFR I(ne)1, sohzihofe=IB LL-LZ(0.3), tvfpqu=DFR I(F)L3(800.0), pnbciume=DFR I(n)2, pkvijqh=DFR GL3(800.0), ibmcmzjqe=DFR I(n)B2, toq=DFR I(n)3(800.0), sdezwqou=IB LL-L2, svwxaj=DFR I(F)B3(800.0), wkrklyh=DFR G1, ezpl=DFR I(ne)B3(800.0), bbajzqndh=IB LL-D2, pvwdswfx=IB LL-LZ(0.3), tpa=DFR I(F)LZ(0.3), tzyxxog=DFR I(F)BZ(0.3), wsocyycy=IB SPL-L1, pzod=IB SPL-L2, udowoycpl=DFR I(n)B3(800.0), hxgrukylhk=DFR GBZ(0.3), idluhgzeb=DFR I(ne)3(800.0), iuzj=IB SPL-L3(800.0), allrpqtqg=DFR I(ne)L1, zoloeyree=DFR GB2, nynqsvo=DFR I(F)B1, kkxhlc=DFR I(ne)LZ(0.3), jvitnalm=IB SPL-L2, tuyf=DFR G2, jumujfvion=DFR I(n)BZ(0.3), ihgcgu=DFR I(ne)2, zthfrdpr=IB SPL-L3(800.0), dkvwvsb=IB LL-D3(800.0), jnkwnkude=DFR G3(800.0), tqg=DFR G2, coz=DFR G2, wndt=DFR I(n)1, asaiopr=IB SPL-LZ(0.3), piow=DFR GB1, rpmnk=DFR I(n)B2, vvprkzcjun=DFR I(ne)2, tqw=DFR I(n)3(800.0), zvoqmfjory=DFR GL1, pzqq=DFR I(F)L2, cpm=DFR GB2, tzjcmklzt=DFR I(F)B2, cpp=DFR I(n)2, mhnninineo=DFR I(ne)1, alsmutpqof=IB SPL-DZ(0.3), tzzbdw=DFR I(n)BZ(0.3), mcdlf=DFR I(ne)B1, cpt=DFR I(F)3(800.0), dabnn=IB LL-LZ(0.3), trh=DFR I(F)L3(800.0), bqhu=DFR I(ne)L1, lvyasanxqq=IB SPL-D2, flrq=DefaultSimilarity, cqd=LM Jelinek-Mercer(0.100000), cqi=DFR I(ne)LZ(0.3), pffvnukjlo=DFR I(F)2, yhxgqadeek=DFR GB1, sghcjt=IB SPL-D3(800.0), cqq=DFR GL1, vkda=DFR I(F)L2, eizfcahly=IB SPL-D1, ionrf=IB SPL-L3(800.0), jqhtzcyyn=DFR I(ne)L3(800.0), zmcrijpzeq=DFR I(F)LZ(0.3), tsn=DFR I(F)L1, mahrpwyrd=DFR GB2, ccmi=DFR I(n)B2, uiebsn=IB LL-D2, gzjaa=DFR I(F)2, pxkfnsyxy=DFR I(F)1, yiwdmkvkx=LM Jelinek-Mercer(0.100000), mhxgzewwd=DFR GBZ(0.3), nclc=IB SPL-L1, zvejihyjy=DFR I(n)LZ(0.3), kyebxibm=DFR GL3(800.0), shdavd=DFR I(F)L2, vltiqmph=DFR I(ne)LZ(0.3), tth=DFR I(n)LZ(0.3), srzw=DFR GZ(0.3), csxfuieiwa=DFR I(n)B3(800.0), igetoy=IB SPL-D1, dwpz=DFR GB3(800.0), eirj=DFR I(F)B1, gows=DFR I(n)B2, kvsqwlgbj=DefaultSimilarity, fskpzkhk=DFR GB2, povyi=IB SPL-LZ(0.3), egcqiqq=DFR I(n)BZ(0.3), eykcjjj=DFR GB2, wwtar=DFR GB1, tud=DFR I(n)L1, csu=DFR GB3(800.0), eity=IB LL-LZ(0.3), tuj=DFR I(F)B2, sacqdoz=DFR I(F)BZ(0.3), jyeq=DFR I(n)1, ncnq=IB SPL-DZ(0.3), ntph=DFR I(F)L2, ahtfwv=DFR I(n)B3(800.0), kwpxlzb=LM Jelinek-Mercer(0.100000), tum=DFR I(n)L2, aykiu=DFR I(n)2, oyxblcp=DFR G3(800.0), tuv=DFR I(F)LZ(0.3), eyewgbqks=IB LL-L1, flwx=IB SPL-LZ(0.3), ksgbiclwk=DFR GBZ(0.3), tstjtf=IB SPL-LZ(0.3), tvf=DFR I(n)B2, lbmkznkoct=DFR I(n)Z(0.3), vkeo=IB LL-L3(800.0), xarccjguwq=DFR I(F)LZ(0.3), wqaop=DFR I(n)L3(800.0), rbxhlsg=DFR I(n)B2, gahrvhakw=IB SPL-D1, tvp=DFR I(n)B3(800.0), fleyej=DFR I(F)2, tvu=DFR I(F)L1, dfql=DFR I(F)LZ(0.3), qerxv=DFR GB2, lnxiwhvfv=DFR I(n)B2, yuakcj=DefaultSimilarity, flvv=BM25(k1=1.2,b=0.75), efdnkfqky=DFR GB1, oaajsdg=IB SPL-LZ(0.3), rnwjr=DFR GL1, twb=DFR I(n)1, ywxpw=DFR G3(800.0), dwuo=DFR I(F)B3(800.0), wjdlbznfr=DFR I(F)2, cuv=DFR I(ne)B2, glbfaorju=DFR I(ne)3(800.0), cnjrbxwspd=DefaultSimilarity, enqqrcsf=DFR I(F)Z(0.3), pclocbz=DFR I(ne)B3(800.0), twn=DFR GL1, unothc=DFR I(n)Z(0.3), yemjear=IB LL-DZ(0.3), vzdgojt=DFR G2, twx=DefaultSimilarity, cdsoiof=DFR I(F)3(800.0), bldufns=DFR GL2, igxyl=DFR I(n)Z(0.3), zcfqqxci=DFR GB3(800.0), rhdyftdlsb=IB SPL-L3(800.0), drbabgb=DFR I(n)B2, sdciu=DFR G2, djedjztxrt=DFR I(ne)LZ(0.3), txk=DFR I(ne)LZ(0.3), snwvgq=IB LL-L2, zwrgx=DFR I(F)L3(800.0), txo=IB SPL-L2, spwmzqgkf=DFR I(n)L3(800.0), fqhtfk=DFR I(ne)L2, txs=DFR I(n)2, cwc=IB SPL-L2, shovf=IB SPL-D2, itickv=DFR I(n)3(800.0), mfpowgsi=DFR I(F)L2, mctrs=IB SPL-LZ(0.3), yiwfihytm=DFR I(F)L2, wqhsmkjyj=DFR I(F)B1, kyetvwl=DFR I(ne)B2, txx=DFR I(ne)L1, cwk=DFR GBZ(0.3), swhyhlyc=DFR I(ne)LZ(0.3), crrijrrg=DFR GBZ(0.3), vfzimlkfak=DFR I(F)L1, cwx=DFR I(n)B1, cwz=DFR GL2, wdlwrfog=IB LL-D2, nrzys=DFR I(ne)Z(0.3), ybkzvnzgig=DFR I(n)2, kjtwq=DFR I(ne)1, ycqj=DFR I(F)3(800.0), qclosmf=DFR I(ne)1, hegvt=DFR I(ne)B2, qxirb=LM Jelinek-Mercer(0.700000), ihjxh=IB SPL-L2, faudjfim=LM Jelinek-Mercer(0.100000), jdatqpgmyz=IB LL-L3(800.0), tzl=LM Jelinek-Mercer(0.100000), ghctte=DFR I(ne)LZ(0.3), htcap=DFR G2, kazlqhvt=DFR I(F)LZ(0.3), cyb=IB SPL-L1, kjbrgcrp=DFR I(F)Z(0.3), yyeyydne=DFR I(n)LZ(0.3), htctzvqpg=DFR I(n)1, ybtkdajgvd=DFR I(n)B1, bqbftqdib=DFR G3(800.0), hpsgvlq=DFR GL1, sdecooj=DFR I(F)L1, lammwb=DFR I(ne)3(800.0), ehjvkcoxy=IB SPL-D3(800.0), uxlfojxyem=IB LL-LZ(0.3), miisyjrjps=BM25(k1=1.2,b=0.75), cyo=DFR I(n)BZ(0.3), zrjoqaupg=DFR I(F)2, kosfy=DFR G1, aowlsfbq=IB LL-DZ(0.3), fqifmn=IB LL-D3(800.0), xfurhv=DFR I(F)B3(800.0), bokhfim=IB SPL-L1, jaikdkfml=IB SPL-D3(800.0), stnxxa=IB LL-L2, dgximqgie=DFR GL3(800.0), hahqkqpsji=DFR I(ne)B1, xmhbjs=DFR I(F)1, vdotfzeiz=DFR I(ne)LZ(0.3), czi=DFR G1, xpgkrzflhs=DFR I(n)BZ(0.3), tewvxepaij=DFR GLZ(0.3), bvpjvecp=DFR I(n)LZ(0.3), akamdidc=DFR GL2, nsevihd=IB SPL-LZ(0.3), qmmywmivs=DFR GB2, lsywjph=DefaultSimilarity, qzovb=IB LL-D2, izrxsws=LM Jelinek-Mercer(0.700000), axzgzrh=DFR I(F)L2, yopuu=LM Jelinek-Mercer(0.700000), ycrz=DFR GL2, oulxp=DFR I(F)L3(800.0), iggsa=DFR I(F)3(800.0), ykxesrqu=DFR I(F)L3(800.0), dfimuqqv=DFR I(n)L1, cgraqtxvp=DFR I(ne)Z(0.3), xugmi=DFR I(ne)L2, xnbya=DFR I(n)B1, bdhjnpx=DFR I(n)L2, sbnjm=LM Jelinek-Mercer(0.100000), qgwjdo=DFR I(ne)3(800.0), ipycsnecsk=LM Jelinek-Mercer(0.700000), fecbg=DFR I(F)Z(0.3), bhqkefa=IB LL-D2, nrymacrhpj=DFR I(n)3(800.0), wmfld=IB LL-L1, hgovvn=DFR GZ(0.3), tqwouh=DFR I(ne)3(800.0), kajbh=DFR G1, bjcdnw=DFR I(ne)B2, iykui=DFR I(n)1, kixjwuyw=IB LL-D2, zrayehrywp=DFR I(F)2, xqti=IB LL-D2, mccxd=DFR I(ne)B3(800.0), ollikwxsp=DFR GL1, ilwag=DFR I(F)L2, ubsjcpwsd=IB SPL-LZ(0.3), hblnjmovzv=DFR I(F)L2, smmylsu=DFR I(ne)3(800.0), ravvnz=DFR I(F)2, umbtgwng=IB SPL-L2, xqsp=DFR I(n)3(800.0), ccwahr=IB LL-D1, nyokmaavr=DFR G2, awyoet=DFR I(F)L1, fjbksg=DFR GB3(800.0), ddkyyldtzk=IB SPL-L1, zwya=DFR GB1, jahptagk=DFR I(F)1, vkftva=IB SPL-L3(800.0), drlmaoxdx=DFR GL3(800.0), wercduymt=DFR I(ne)L1, zfzozwvju=DFR I(n)2, rezixl=DFR I(ne)Z(0.3), gvojo=IB LL-LZ(0.3), hxqiog=BM25(k1=1.2,b=0.75), wnsz=DFR GL2, wsnazak=DFR GB3(800.0), sozrvswode=DFR I(n)L3(800.0), kwqkokykx=DFR I(n)L2, cxycgqcxak=IB SPL-DZ(0.3), omsvyix=DFR I(F)2, dxkjnfer=DFR I(n)LZ(0.3), hzktufrh=DFR G2, ual=DFR I(ne)Z(0.3), sicrnywc=DFR I(ne)Z(0.3), ctyu=DFR G3(800.0), zmdro=DFR I(n)3(800.0), ftoma=DFR I(n)BZ(0.3), tckif=DFR G3(800.0), ugvtdbuej=DFR I(ne)L2, jvdsfn=DFR I(n)1, ycwc=DFR I(F)L3(800.0), uvqqyyrae=IB LL-D3(800.0), bcnhsrvp=DFR I(n)B3(800.0), wwtif=DFR I(F)B2, ubf=DFR I(F)B2, ankdy=DFR I(n)1, dojnkiae=IB LL-DZ(0.3), vyvmklq=DFR I(F)1, wbvadsfoal=DFR I(F)LZ(0.3), gcxro=DFR GB1, wjbjwaen=DFR I(F)B1, gphw=DFR I(n)L3(800.0), opezivfjtg=IB LL-L1, ubu=DFR I(n)LZ(0.3), iemk=IB SPL-D2, wgduw=DFR I(ne)L2, myhoimuy=DFR GLZ(0.3), mqmet=DFR I(n)L3(800.0), yoofiluz=DFR G3(800.0), dan=DFR I(ne)B3(800.0), gxdml=DFR GL2, eciqizmz=IB SPL-L1, gmmcjeke=DFR I(ne)B3(800.0), fymmklod=DFR I(ne)BZ(0.3), ttugua=DFR I(ne)L3(800.0), ssjj=DFR I(n)L2, wzxsjlr=DFR I(F)L3(800.0), fjale=DFR GL2, luadhn=DFR I(n)L3(800.0), daw=LM Jelinek-Mercer(0.100000), fgitzrgb=IB LL-L3(800.0), vsrsasvdae=DFR I(ne)L1, kqhtm=IB SPL-LZ(0.3), govqwaar=DFR I(n)B1, isizhb=IB LL-D3(800.0), ljzjrzw=DefaultSimilarity, lnur=IB SPL-L2, zejwulpyi=DFR I(F)B2, tlqwzysc=IB SPL-D3(800.0), dbm=DFR I(F)L1, bxkitg=DFR GBZ(0.3), dbq=IB SPL-D1, hcqjlhcsv=IB SPL-D2, ehkwcj=IB LL-L1, embnzy=DFR I(n)2, pdnhaz=IB SPL-L2, hjtfalhkd=DFR I(n)B2, hviezbs=DefaultSimilarity, rgrwyr=DFR GBZ(0.3), krkvw=IB SPL-D3(800.0), wesyqozsr=DFR GBZ(0.3), gpaozghfsa=DFR I(n)B1, edbqtygwrz=DFR I(F)BZ(0.3), tens=DFR I(ne)3(800.0), kkuf=DFR GB3(800.0), pnseh=DFR GZ(0.3), nlpjrkuj=IB LL-L1, iqgljzsc=DFR I(n)BZ(0.3), fxigyxfrg=DFR I(ne)L3(800.0), leaawcs=DFR I(n)3(800.0), jwczwb=DFR I(F)L1, dwtcl=DFR G1, bzxtmr=DFR I(ne)B3(800.0), ufdrujck=DFR I(ne)L3(800.0), nomkqee=DFR I(n)B3(800.0), qeaeqf=DFR I(F)B2, qzwtmuz=DFR I(ne)L1, rivqogme=IB SPL-L1, zaglnisc=IB SPL-D1, cqretypp=IB SPL-D2, qmey=DFR I(n)B2, uxgnmqh=IB LL-L1, clmmqspyw=DFR I(ne)1, zmzfexopu=DFR GZ(0.3), bnumlxux=IB SPL-L2, ylpktp=DFR I(n)L3(800.0), ijnclhoc=DFR I(ne)3(800.0), growgcjf=DFR I(F)L1, dtjxa=DFR GLZ(0.3), igczlgx=DFR GZ(0.3), dcagoqlfyn=BM25(k1=1.2,b=0.75), gtidtcqgro=DFR I(ne)B1, ddz=IB LL-D2, cvdmjuao=DFR I(F)B2, fdararirs=LM Jelinek-Mercer(0.100000), wqskhsmo=IB SPL-L2, uhsr=DFR I(F)L3(800.0), hgsqxl=DFR I(ne)2, vlwafwazk=IB SPL-D3(800.0), mbwnspvjhj=DFR I(n)1, fdqfdizy=DFR GBZ(0.3), epoxlqvv=DFR I(F)B3(800.0), ctodivzvkg=DFR I(ne)1, zsbhiwyom=DFR I(ne)L2, iszkc=DFR I(n)L3(800.0), dwiyqnqok=DFR I(n)Z(0.3), moxfas=DFR GB2, ugn=IB SPL-L1, kvaiobrl=IB LL-L1, munkknx=IB SPL-DZ(0.3), fphfgtu=LM Jelinek-Mercer(0.100000), dfh=LM Jelinek-Mercer(0.700000), rpkl=DFR I(n)2, xeginhobp=DFR I(ne)B1, hnqcu=DFR I(F)B2, dft=DFR I(F)L3(800.0), rqcnbtky=DFR I(n)B3(800.0), nrlwdyimck=DFR I(n)LZ(0.3), ivqq=DFR G3(800.0), pzbsis=DFR I(F)B2, dgen=IB SPL-DZ(0.3), ydar=DFR I(ne)L1, iuwzyoc=DFR I(ne)L3(800.0), ciyrrnn=DFR I(F)2, dgk=DFR I(n)B2, vkevb=DFR GZ(0.3), pbtmsajq=DFR I(ne)L1, ijqsuea=DFR I(F)L3(800.0), agdufdz=DFR I(ne)2, uig=DFR I(F)L1, uil=DFR I(ne)B1, uiq=DFR I(ne)2, uis=DFR I(n)1, olpcfnm=DFR I(F)Z(0.3), ptdozdrpr=DFR I(F)2, dhi=DFR GB1, uedcngzcp=DFR I(F)BZ(0.3), ptjmjw=LM Jelinek-Mercer(0.100000), kjdisiivf=DFR I(n)2, ofyqzhyyv=DFR GB1, znipypr=BM25(k1=1.2,b=0.75), kgddae=IB LL-L2, dhw=IB LL-L3(800.0), kfgxs=DFR I(F)BZ(0.3), ujl=IB SPL-D1, qednfr=DFR I(n)L3(800.0), ujn=DFR G3(800.0), uqoqcs=DFR I(ne)L1, scyakpk=IB LL-D1, did=DFR I(ne)1, ujy=IB SPL-L1, dil=DFR I(n)1, ppvsbcmrp=IB SPL-D3(800.0), dip=DFR I(ne)LZ(0.3), jkjezy=DFR I(F)L1, zigjbftf=LM Jelinek-Mercer(0.100000), wgbadiaqyy=DFR I(F)L2, ihxwev=DFR GLZ(0.3), ndivxqyjpr=DFR I(F)L1, fpmtjyxqhk=DFR I(ne)L1, iilil=IB LL-L3(800.0), tvtxis=LM Jelinek-Mercer(0.700000), ubyxqlt=DFR I(ne)BZ(0.3), ukn=IB SPL-L3(800.0), caapeqcwjw=DFR I(ne)L1, baar=DFR I(n)B1, qfkllr=IB LL-D2, djg=DFR G3(800.0), ukw=DFR GB3(800.0), vkyy=DFR I(F)B2, uky=DFR I(n)L1, fjbovjz=DFR I(F)B3(800.0), djh=IB LL-D2, ivglsdyzxs=IB SPL-LZ(0.3), tfpcgqumry=IB LL-D2, djk=DFR GB3(800.0), yvxmdjzbqr=DFR GB1, ula=LM Jelinek-Mercer(0.700000), dvoyfnw=DFR I(F)3(800.0), dju=IB SPL-LZ(0.3), djv=DFR I(ne)L3(800.0), ulg=DFR I(n)LZ(0.3), djy=DFR I(F)3(800.0), izgmjuwq=LM Jelinek-Mercer(0.100000), jyxp=IB SPL-L2, bopylfg=DFR I(n)1, zzbiot=IB SPL-D2, heopgrt=DFR I(F)3(800.0), riosei=IB SPL-L2, xcpfgx=IB SPL-L1, mxqbt=DFR I(ne)L1, ulx=IB LL-LZ(0.3), orbzcf=DFR I(n)LZ(0.3), ssui=DFR I(n)LZ(0.3), goxftp=DFR I(n)L3(800.0), nmliek=DFR I(n)B2, tovwhy=DFR I(n)BZ(0.3), lacfn=DFR G2, qqwzzpma=DFR I(ne)B3(800.0), dkv=DFR I(ne)LZ(0.3), dku=DFR G1, pmexefhrs=DFR I(F)L3(800.0), czjjyataq=DFR I(n)BZ(0.3), ump=DFR I(ne)L1, gekplezy=DFR I(ne)1, lvprpad=DFR I(F)L1, dld=DFR I(ne)L1, hdssuk=DFR I(n)B1, jhzk=DFR GLZ(0.3), jjrdbyt=DFR I(F)3(800.0), dzwkvvecma=DFR I(ne)Z(0.3), dlj=DFR GL2, cttsnvlv=IB SPL-DZ(0.3), yiajkbjh=LM Jelinek-Mercer(0.100000), tvyicyi=DFR I(ne)BZ(0.3), una=DFR GZ(0.3), und=DFR GL1, unh=IB SPL-LZ(0.3), ixityaupyb=BM25(k1=1.2,b=0.75), xbtucghmi=DFR I(F)B3(800.0), ucudk=IB LL-D1, dlx=DFR GB2, cvnafdx=DFR I(ne)B2, btokxo=DFR I(n)Z(0.3), ettfq=DFR I(n)L2, lpphjtuva=DFR I(ne)L1, twdcb=DFR I(n)L3(800.0), pnngqne=DFR I(n)Z(0.3), tgvqpztnbs=DFR GL1, avlmro=DFR I(ne)LZ(0.3), uoc=DFR I(ne)2, ufriox=DFR I(F)B2, optswoy=IB LL-LZ(0.3), csewigob=DFR GLZ(0.3), dmw=LM Jelinek-Mercer(0.100000), cdib=IB LL-L2, jczkoeqj=IB LL-D3(800.0), dztmvr=DFR GBZ(0.3), bdvtifc=DFR I(ne)L3(800.0), gfddmeha=IB LL-D1, ohevxhyjvz=DFR GBZ(0.3), uoz=DFR I(n)B1, dfzmelrcsn=DFR I
   [junit4]   2> (ne)L1, upucrcncnc=DFR GB2, dnp=DFR GL2, madd=IB LL-L1, idskhawdq=DFR GL2, guxummbkq=DefaultSimilarity, ekgcbny=DFR GL1, majcnfc=DFR I(ne)L2, dlwbnyb=IB SPL-L1, nuhc=LM Jelinek-Mercer(0.700000), bykoepcq=DFR I(ne)L2, nuhf=IB SPL-D3(800.0), ukmsvdf=DFR I(ne)3(800.0), gweyqeau=DFR I(ne)Z(0.3), dof=DFR I(F)3(800.0), vfltadnp=DFR I(ne)B3(800.0), doh=DefaultSimilarity, zmxwkfc=IB LL-L1, thxfxr=DFR I(F)L3(800.0), yokjbd=IB SPL-L2, hbxp=DFR I(n)3(800.0), clinvrqmp=DFR GB2, doq=DFR G2, omute=DFR I(ne)L3(800.0), jdcmqaou=BM25(k1=1.2,b=0.75), klhfutckjx=DFR I(n)B3(800.0), uqi=DFR I(ne)2, gvmwg=DFR I(ne)3(800.0), idefipa=DFR I(n)B3(800.0), xlyfnqa=DFR I(ne)2, uygpooi=DFR I(ne)Z(0.3), einxbkq=DFR I(ne)B1, weezxgp=IB LL-D2, uqw=DFR I(F)2, hcpyw=DFR GL1, nukl=DFR I(ne)L3(800.0), ocnssdrhn=DFR I(n)L2, eaydvkrjho=DFR I(ne)1, wmruacdxo=BM25(k1=1.2,b=0.75), clveihxs=DFR I(F)1, rqohw=DFR GL3(800.0), bafq=DFR G1, ura=DFR I(n)B1, urd=IB SPL-D1, dpr=DFR I(F)L3(800.0), vlaj=DFR GL1, kndkyn=DFR GL1, yuraz=DFR I(n)L1, dpz=IB LL-D2, guotvovtd=DFR I(n)B1, pgrekobr=DFR GZ(0.3), qlzqsigv=DFR GBZ(0.3), lqidpgmjx=DFR G2, htahm=IB LL-L2, ynqbupv=DFR I(F)LZ(0.3), nqnjnna=DFR I(n)LZ(0.3), usc=IB LL-D3(800.0), cubrwdp=DefaultSimilarity, fjvkwltrsb=DFR I(F)3(800.0), usj=DFR I(ne)B1, pskdybfqs=IB SPL-D1, gpyn=LM Jelinek-Mercer(0.700000), bkggerzqa=DFR I(ne)L3(800.0), jgcznn=DFR G1, bziakiyfge=DFR I(F)Z(0.3), vlcn=DFR I(F)B3(800.0), gnljaq=IB LL-LZ(0.3), abnzfyi=DFR G3(800.0), fhgguyne=DFR I(F)B2, apopc=DFR GLZ(0.3), qmttfihjpx=DFR I(F)Z(0.3), qituxg=DFR I(ne)3(800.0), xcoxekvvhm=IB SPL-D1, hzbwu=IB LL-L2, uacknl=DFR I(n)LZ(0.3), obznxdvrnd=DFR GB3(800.0), bdwhi=DFR I(F)1, utd=DFR I(F)LZ(0.3), mxrpua=DFR I(n)Z(0.3), lofz=DFR GL1, drr=DFR I(n)LZ(0.3), lmclpxfacq=DFR I(F)L1, mhnpwbkba=DFR I(ne)Z(0.3), f_POSITIONS_AND_OFFSETS=DFR I(n)B3(800.0), ute=DFR I(F)L3(800.0), hodwhr=DFR I(F)1, sghrknlbl=DFR GB3(800.0), dgnk=IB SPL-DZ(0.3), wzcsqfqre=IB SPL-D2, eqtshfat=DFR I(ne)L1, jwlvbd=DFR GB1, oiiow=DFR GBZ(0.3), dsi=BM25(k1=1.2,b=0.75), uty=DFR I(F)1, jgoayeyi=DFR GBZ(0.3), dsn=DFR I(n)2, dsp=DFR I(F)B2, uub=IB LL-D1, dgwworkq=LM Jelinek-Mercer(0.100000), bgkscab=IB LL-L3(800.0), gsicpj=DFR I(n)B3(800.0), brma=DFR I(ne)B2, fzxhascce=IB SPL-L2, dmfhtvick=BM25(k1=1.2,b=0.75), xqllknpf=IB LL-L1, qzwiqb=IB LL-D2, tnhapicgs=DFR I(F)3(800.0), gulzjre=DFR I(ne)2, dhqepqsz=DFR I(F)L3(800.0), ioycjrr=DFR G1, uuw=DFR I(n)L1, eujmqecz=IB LL-L1, sivaptlayr=DFR I(n)L1, hyiqdyhtqi=DFR I(ne)L3(800.0), quxhkcqy=DFR I(ne)L2, twanulkmqf=IB LL-L1, snoiggobb=DFR I(ne)Z(0.3), uva=DFR I(ne)L3(800.0), fimut=IB LL-LZ(0.3), wochzxocy=DFR I(n)B3(800.0), tqjyai=LM Jelinek-Mercer(0.100000), iwan=DFR GBZ(0.3), dgpr=DFR I(F)B2, fmwk=IB SPL-L2, dua=DFR I(ne)B1, hakzbqo=DFR I(n)L3(800.0), fmvt=DefaultSimilarity, dug=LM Jelinek-Mercer(0.100000), dxru=DFR I(ne)1, kodmkiktsr=DFR GL1, brlr=IB LL-D1, neuhqlahxz=DFR I(F)L2, wdyowwoap=IB SPL-L2, dur=DFR GB3(800.0), htaf=IB LL-DZ(0.3), hgqkbb=DFR I(F)B3(800.0), duz=DFR I(F)B2, ujgkczc=DFR I(ne)1, pfavhc=IB SPL-L1, dva=DFR I(F)2, uwp=DFR I(F)L2, ekqjyuya=DFR GL3(800.0), ikplvzmpxd=DFR GB3(800.0), hcolxj=DFR GZ(0.3), jzfz=DFR I(ne)L3(800.0), dxuz=IB LL-LZ(0.3), dvi=DFR GL3(800.0), mjyejwoho=DFR I(n)B3(800.0), zynswvawhj=DFR I(F)2, fxamhsukc=IB LL-D2, blazpazklr=DFR I(F)BZ(0.3), cuqk=DFR I(ne)L1, urpnneac=DFR I(n)3(800.0), wjbxxhhax=DFR I(n)B3(800.0), dvz=DFR GB2, deirwupvs=DFR I(F)Z(0.3), bckejynpo=DFR I(n)2, ieonml=DFR GB2, vjiali=DFR I(ne)BZ(0.3), dmrnhdc=DFR I(F)L3(800.0), xgeeegywe=DFR I(ne)B1, dwd=IB LL-D3(800.0), cdpn=DFR I(n)L1, cqzgaktwka=DFR G1, iyhhcbajwj=DFR I(n)1, kxlyqs=BM25(k1=1.2,b=0.75), ewhekrlnjd=BM25(k1=1.2,b=0.75), wjyrbcfcq=IB LL-L3(800.0), mxgqcd=IB SPL-L1, xrlx=BM25(k1=1.2,b=0.75), jazvvmnfpx=IB LL-D2, xxuekxm=IB LL-L2, ewoazyydgr=DFR I(ne)B3(800.0), usbqugrt=DFR I(F)LZ(0.3), scag=DFR G1, wwdqnpkc=DFR I(ne)1, uyh=DFR GZ(0.3), nuta=IB SPL-DZ(0.3), ejxz=DFR GLZ(0.3), vptts=DFR G3(800.0), xyvntslefo=IB LL-L1, pzcwm=IB SPL-D1, dxa=DFR I(F)B2, bpyejvnid=IB SPL-LZ(0.3), dxc=IB SPL-LZ(0.3), rlclhmejd=IB SPL-L2, kzfczbz=DFR I(ne)L1, stbf=DFR I(F)B3(800.0), uyy=DFR I(F)LZ(0.3), gabbgsqos=DFR I(F)3(800.0), zuwtwkjf=DFR I(n)B3(800.0), gcbjwmtdin=IB LL-L3(800.0), btzsaqw=DFR I(ne)L3(800.0), kcasqrajvo=DFR I(n)BZ(0.3), bcbmqbep=LM Jelinek-Mercer(0.700000), fnaiysfj=DFR GB2, zxuv=DFR I(F)2, tdokbppj=DFR GB2, uqtbsxmjnw=DFR GB3(800.0), yqvadorute=DFR I(F)B1, uzo=DFR I(F)1, esfsgsbkea=BM25(k1=1.2,b=0.75), bbfzwyuxr=DFR I(F)B3(800.0), uzs=DFR I(n)B3(800.0), bivum=DFR I(F)L1, zncapv=IB LL-D1, stnpoxgt=DFR GB1, vilkbhkdow=DFR I(F)B3(800.0), ykwugdqs=DFR I(F)3(800.0), dyl=DFR I(F)L1, ffgggfr=DFR I(ne)LZ(0.3), dyn=DFR I(ne)B3(800.0), lkotufmrt=DFR GZ(0.3), unkdolcxzj=IB SPL-DZ(0.3), brpq=DFR G3(800.0), ipqoc=DFR I(F)L2, glqqy=DFR GB2, klnusxztud=DFR G1, eoedkix=DFR I(ne)B3(800.0), ejzw=DFR I(F)L2, btyuhbqju=DFR I(n)3(800.0), jrhoioulzm=DFR I(F)3(800.0), dzk=DFR I(F)Z(0.3), vrirg=DFR I(n)3(800.0), qqjhhtgbt=DFR I(n)2, rlkvse=DFR I(n)L1, fuqagufi=IB SPL-L3(800.0), vuirlid=DFR I(F)L1, ejzc=DFR GL2, yjbkmqm=DFR GL1, ayivtmdf=DFR I(F)B1, stcr=DFR I(ne)L3(800.0), xjwoo=DFR I(ne)B3(800.0), bhgksw=DFR I(n)L3(800.0), cfyiuomncb=IB LL-DZ(0.3), dvghdpr=IB SPL-L2, wssezzfurx=DFR I(F)3(800.0), uigt=DFR I(ne)BZ(0.3), paabfo=IB SPL-LZ(0.3), tinkrmflrt=DFR GB3(800.0), yalurtl=IB SPL-D3(800.0), brrt=DFR GL2, wldesqfmz=DFR GLZ(0.3), udwum=DFR I(ne)Z(0.3), umqnmt=DFR G1, tshfrk=DFR I(n)B1, kdkxvlv=DFR I(n)B1, bgpju=DFR GL2, jvpwxhyigk=DFR I(n)L1, cpuqcfdcx=DFR GB3(800.0), mrnpqyvzb=DFR I(F)3(800.0), twjf=DFR GBZ(0.3), vzbbpsemb=DFR GLZ(0.3), cdvw=IB SPL-D2, nuxo=LM Jelinek-Mercer(0.700000), lkaunkx=DFR I(F)B1, fnax=IB SPL-D1, nmjukqe=DFR I(F)B3(800.0), msfvwfm=DFR I(F)B1, hcek=DFR I(ne)BZ(0.3), dtshfwh=LM Jelinek-Mercer(0.100000), tacrh=DFR I(ne)Z(0.3), qedlefgh=DFR G1, xrsq=DFR I(ne)Z(0.3), xarb=IB SPL-D3(800.0), marubs=DFR I(F)1, irfpk=DFR I(ne)B1, kcgvbx=DFR GB3(800.0), uvhnyc=DFR GB1, xfwhpb=IB LL-LZ(0.3), gmkkdla=DFR I(F)L1, emqxxsu=DFR I(ne)1, snqjcpg=DFR GB2, drwdqftt=LM Jelinek-Mercer(0.100000), qkbhy=DFR I(ne)BZ(0.3), iihxohh=DFR GLZ(0.3), relxqzf=DFR I(F)1, tyjhewqm=DFR GB1, vpdppj=DFR I(ne)3(800.0), tkmnfso=IB SPL-DZ(0.3), pxeggn=DFR I(ne)B3(800.0), bomnovws=IB LL-D3(800.0), oniufn=DFR I(ne)LZ(0.3), uchogc=DFR I(F)B3(800.0), gkatbob=DFR I(F)L2, uzkp=IB LL-L2, crtatsiuyu=DFR I(F)BZ(0.3), erxdzpozx=DFR I(n)B3(800.0), wvikwtskmy=DFR G1, ijxtnjf=DFR I(n)Z(0.3), qysgbmz=DFR I(ne)1, milvxmonqy=DFR I(n)L3(800.0), gwstldat=DFR I(n)LZ(0.3), ycquqcyql=DFR I(ne)Z(0.3), pretdtt=DFR I(F)3(800.0), rygslws=IB LL-D3(800.0), jrpxc=DFR I(F)2, npbtn=DFR I(ne)L2, vubgq=DFR I(ne)2, vac=DFR I(ne)L3(800.0), vaj=IB LL-L3(800.0), bjdwpv=DFR I(F)LZ(0.3), hqmdea=DFR GL2, iuhdzztr=IB LL-D1, fqticgg=IB SPL-D1, vaglmljwty=DFR I(F)B2, brvo=DFR I(F)B2, dzbcetgg=DFR GL2, gkbwzplw=DFR I(ne)Z(0.3), vlynp=DFR G3(800.0), twji=DFR I(n)B3(800.0), npbul=DFR GL3(800.0), jilq=IB SPL-DZ(0.3), zcdgxrwtf=DFR GLZ(0.3), ltucjr=DFR I(ne)L3(800.0), zkbqfryc=DFR I(F)L2, adciixq=IB LL-DZ(0.3), ljnrypaak=DFR G1, utyewlzz=DFR I(n)B1, eomxogqk=DFR I(n)L1, eeeyqdxyt=DFR I(n)B1, bxnzeqchzq=IB SPL-L3(800.0), cdrvplmg=DFR I(ne)1, wchoq=DFR I(F)1, jipe=IB SPL-L3(800.0), vbu=DFR I(ne)BZ(0.3), cxkny=DFR GB1, eaj=DFR GL2, cetyx=DFR GB1, dsgmslm=DFR I(F)L1, rsgjvsz=DefaultSimilarity, lurdxe=IB LL-D1, jdwitoqp=IB LL-L2, gwqli=LM Jelinek-Mercer(0.700000), eax=DFR GB2, dbuidqm=LM Jelinek-Mercer(0.100000), vnvmynku=DFR I(F)L3(800.0), meoibtrk=DFR I(F)Z(0.3), bixruyylx=DFR G1, ixonvx=DFR I(F)L3(800.0), xfjages=DFR I(n)B1, gqpdsblb=DFR GL3(800.0), ythtvp=DFR GB1, vda=DFR GL1, ebo=DFR I(ne)3(800.0), dxbwuquxnm=DFR GL3(800.0), vsnvtosj=DFR I(ne)1, cjsmcuckgn=DFR GZ(0.3), iiyebxllhf=DFR GL2, kdqnsque=DFR GL2, fnyxriq=DFR GL1, bzwkhwn=DFR GLZ(0.3), cslcypc=DFR I(F)Z(0.3), xaym=DFR I(F)B3(800.0), pplsvgcws=DFR GL1, qezzdfy=DFR I(F)3(800.0), vdy=DFR GL3(800.0), ech=IB LL-L2, dgtqz=DFR I(ne)L2, mmagxyj=DFR I(F)2, yvppepxpn=DFR I(ne)L3(800.0), npimqmdzkh=DFR I(n)BZ(0.3), pmtdrqzrrq=IB LL-L3(800.0), vimbzu=IB LL-L3(800.0), zdzwx=DFR GB1, tfnh=DFR I(n)L3(800.0), ecy=DFR I(ne)LZ(0.3), vel=IB LL-DZ(0.3), veo=DFR I(ne)Z(0.3), nrbjnbm=DFR I(n)Z(0.3), edd=DFR I(n)BZ(0.3), zcfqt=DFR GZ(0.3), pkcd=IB LL-L1, syfwawbun=DFR I(ne)L3(800.0), olrgx=DFR I(F)1, lrlfazztib=DFR I(F)1, dnnbyd=DFR GB1, ltyrdif=IB LL-L1, edx=DFR GB1, sznhbhqo=DFR GB3(800.0), vfj=LM Jelinek-Mercer(0.700000), jzrp=IB LL-D2, gcmzjozb=BM25(k1=1.2,b=0.75), dgzhthim=DFR GB1, ejfdail=DFR I(n)Z(0.3), tnjae=IB SPL-DZ(0.3), zysxsfla=DFR I(ne)B1, zybpcnzzo=DFR I(F)L1, kgjmulqhvq=IB LL-L1, ooimnklzi=DFR I(n)B1, vfz=IB LL-L2, yjeffc=DFR I(F)2, uise=IB LL-D1, dryxoza=DFR I(F)LZ(0.3), lwzxgdvdlk=DFR GLZ(0.3), wasff=DFR I(n)BZ(0.3), xspnpni=DFR GZ(0.3), vtbovrptsw=DFR I(n)2, twvlfbjca=DFR I(F)2, irfhl=IB LL-D3(800.0), tfos=DFR G1, vgr=IB SPL-D3(800.0), qgvdnlnls=DFR I(ne)LZ(0.3), vgu=DFR I(ne)Z(0.3), vgx=DFR GBZ(0.3), ofcroh=DFR I(F)BZ(0.3), lzleg=DFR GB2, umjzrr=IB LL-L2, vhe=DFR I(ne)1, ffzupcalux=LM Jelinek-Mercer(0.700000), jczhvkt=DFR I(ne)3(800.0), zovybpu=DFR I(n)2, bjtzuhmnl=DFR I(ne)Z(0.3), tyoytjgqin=DFR I(F)L3(800.0), nfggjws=IB LL-D2, lfegjrx=IB SPL-L3(800.0), mzcxxrjr=DFR I(n)B2, vhu=DFR I(n)2, qjmdsgloip=IB SPL-L3(800.0), azxglw=DFR GL3(800.0), jpecfmdm=DFR I(ne)3(800.0), ygwrzcp=DFR I(ne)L3(800.0), phsmeqymi=IB SPL-D1, ego=DefaultSimilarity, qtdoaog=DFR I(ne)1, nvcy=DFR GL2, vib=DFR GL3(800.0), pzpezzk=LM Jelinek-Mercer(0.700000), gqnf=BM25(k1=1.2,b=0.75), vie=IB SPL-D2, yeaa=DFR GB2, vik=IB SPL-L1, zmwaalwpi=DFR I(n)B1, vim=DFR G1, ifsc=DFR I(F)Z(0.3), ujkxooahx=DFR I(F)3(800.0), lkccw=DFR I(n)B1, jzws=DFR I(ne)B1, gerrqretg=DFR GB1, fixndhtvw=DFR I(ne)L3(800.0), ehm=DFR I(F)L2, jnmjky=DFR I(n)1, lqxozpej=DFR I(n)L1, akggmhskjd=DFR GL3(800.0), kphqowld=DFR I(n)B3(800.0), fgngodtpog=DFR GLZ(0.3), lckzqo=DFR G1, mnzufricn=BM25(k1=1.2,b=0.75), vjq=DFR I(F)B2, vjp=IB SPL-DZ(0.3), vjeur=LM Jelinek-Mercer(0.700000), jzvr=DFR I(n)B1, wnaxknnl=DFR I(ne)LZ(0.3), nedd=DFR I(n)2, ieejaybs=LM Jelinek-Mercer(0.100000), eij=BM25(k1=1.2,b=0.75), tlrvtvkm=DFR I(ne)L1, nhihnihzzz=IB LL-D2, vkb=DefaultSimilarity, eir=DFR I(n)B3(800.0), qlchxmfd=IB SPL-LZ(0.3), kebiin=DFR I(ne)B2, xzztagrhmz=DFR GB1, vkk=IB SPL-D2, outooqdg=IB LL-D1, gzxwtkmf=DFR GZ(0.3), vkp=DFR I(n)1, wdqrscjll=DFR I(F)L2, wvsrb=IB SPL-L3(800.0), httyfaxg=DFR I(F)L1, ejl=IB SPL-LZ(0.3), tfbkiqoatt=DFR I(ne)B3(800.0), ejk=LM Jelinek-Mercer(0.700000), paoij=IB SPL-LZ(0.3), heavevlv=DFR I(F)B3(800.0), zhei=DFR G1, ejo=IB LL-D1, dcduwfnv=DFR GLZ(0.3), qnli=DFR I(n)B3(800.0), ejv=DFR I(F)LZ(0.3), ipwnbofq=DFR I(n)LZ(0.3), ajtofwb=DFR G3(800.0), dhfx=DFR G2, eke=DFR I(n)L1, vlu=DFR GL1, ekd=DFR I(ne)3(800.0), qnolh=DFR I(F)L3(800.0), ekk=DFR I(n)Z(0.3), rhtgnktlca=DFR I(F)B1, ekl=DFR G1, cxnfm=DFR I(ne)L3(800.0), oxzdcmwhbr=LM Jelinek-Mercer(0.700000), xscp=DFR GB2, qlxtznuoj=DFR GB1, uxdbt=DFR I(ne)LZ(0.3), xkcsrtxp=DFR GB1, rqqz=DFR I(ne)L1, dvdgtk=DFR I(F)L2, kiiwujy=DFR G1, dgwwrv=DFR I(n)1, oyfmgw=DFR I(ne)B3(800.0), dzndj=LM Jelinek-Mercer(0.700000), qvfah=DFR I(ne)B1, hkvefi=DFR G3(800.0), vnc=DFR I(F)2, najzx=DFR I(F)B2, zaaxxccic=DFR I(n)3(800.0), xjikppxm=DFR I(ne)BZ(0.3), cvft=DFR I(F)B3(800.0), elx=DefaultSimilarity, uqthjnmcx=DFR GL2, pktaop=DFR I(ne)B3(800.0), xiwtraudv=BM25(k1=1.2,b=0.75), pvzssqn=DFR I(F)Z(0.3), vnj=DFR I(F)L3(800.0), wvuukar=DFR I(ne)BZ(0.3), rqpq=DFR GB2, cwotlhtpo=DFR G1, janzsk=IB SPL-LZ(0.3), iyvxkpwbap=DFR GB1, tajankf=DFR I(n)Z(0.3), uzjuxpq=IB LL-D3(800.0), rkurynvc=DFR I(n)LZ(0.3), oyls=IB LL-D3(800.0), gpknnz=LM Jelinek-Mercer(0.100000), emn=LM Jelinek-Mercer(0.100000), qcmlafa=DFR I(F)L1, wmtqypbhm=IB SPL-D3(800.0), emw=IB SPL-L2, vzfbzyoq=DFR I(F)Z(0.3), vxxutubxvj=DFR I(n)B1, fbiwaboozs=DFR I(F)1, vol=DFR GBZ(0.3), zituhw=IB SPL-L2, nfxjjxuco=DFR I(F)B3(800.0), ykcsfig=IB LL-L1, vok=DFR I(F)L2, thbcul=IB LL-D1, voq=IB SPL-L3(800.0), gwrigy=DFR I(ne)2, lpcn=DFR I(F)2, gotdgmzl=DFR I(n)B3(800.0), dyld=DFR I(F)B3(800.0), qdmfjoyjea=DFR I(ne)L1, mxyyyxriab=DFR G2, enq=DFR GZ(0.3), dhjk=IB LL-LZ(0.3), vuejnhes=DFR I(n)B3(800.0), qhbpwjuuoe=IB SPL-DZ(0.3), sqlfdcepq=DFR GBZ(0.3), ceegjikouv=IB SPL-D2, eob=DFR I(F)B1, dmiadez=DFR I(n)B2, eog=DFR I(ne)BZ(0.3), eof=DFR I(n)B1, ovozzbbng=DFR I(F)B3(800.0), pfahreni=DFR I(n)2, ujgjpeho=IB LL-L1, wgljii=DFR I(n)L2, cpctots=DFR I(ne)L3(800.0), ybzhxohl=DFR GL2, xmknwq=DFR I(ne)B2, xshj=DFR I(ne)B3(800.0), eoq=DFR I(F)BZ(0.3), eos=DFR I(ne)2, uxowduxwvm=BM25(k1=1.2,b=0.75), raenvmid=DFR I(F)1, yvkb=IB SPL-DZ(0.3), nvlb=DFR I(F)1, qdwnqthwy=DFR I(F)Z(0.3), kzihmkxl=DFR I(ne)B1, ssgyhh=DFR I(n)L3(800.0), wfixhx=DFR I(ne)L3(800.0), ikxqjbtx=DFR I(F)L1, kmbk=DFR I(F)2, ftqah=BM25(k1=1.2,b=0.75), jqqlr=DFR I(ne)B2, vqu=DFR G2, eph=IB LL-D3(800.0), xdzbj=IB LL-L2, krngd=IB SPL-L3(800.0), kgxwyfu=DefaultSimilarity, qwqpaprld=DFR I(ne)Z(0.3), myzydpmz=DFR I(F)B1, itdmnrjqr=DFR I(F)L1, bjyylsdv=DFR I(F)B3(800.0), oyms=DFR I(ne)L3(800.0), tkfovaj=DFR I(ne)1, ept=DFR GB3(800.0), stxv=DFR GLZ(0.3), vfkzrklw=IB SPL-LZ(0.3), bbfi=DFR I(ne)LZ(0.3), epz=DFR GL1, epy=DFR I(n)3(800.0), pzmgezuah=DFR I(n)L1, zkrfa=DFR I(ne)B1, vru=DFR I(F)LZ(0.3), otibdl=DFR I(F)B1, vhdnrz=DFR I(ne)L2, kdvbw=BM25(k1=1.2,b=0.75), vsh=DFR I(n)1, yvmf=DFR I(n)3(800.0), sjbtqnamf=BM25(k1=1.2,b=0.75), whjth=DFR GB3(800.0), aooyr=BM25(k1=1.2,b=0.75), jmidaf=DFR I(F)2, msje=DefaultSimilarity, erb=DFR I(F)B2, frjjhgozt=IB LL-L1, vst=DFR I(F)2, ilxfkudt=IB LL-L3(800.0), vsw=DFR I(F)L2, yxwmlooia=DFR I(ne)LZ(0.3), teqeelv=IB SPL-L1, erm=DFR I(F)B1, vte=DFR I(ne)1, ers=DFR GL2, bbhn=DFR G1, whjsp=LM Jelinek-Mercer(0.700000), vtk=DFR GB1, drtqrqtmq=DFR I(ne)B1, vtl=DFR I(n)3(800.0), zdjbwlh=DFR GB3(800.0), fsektcp=DFR I(n)LZ(0.3), woiarm=DFR I(n)2, jigbciri=IB LL-L3(800.0), eaerqqc=IB LL-L1, lpfp=DFR G1, kfkhg=DFR I(n)1, fqtfxgfcr=IB LL-DZ(0.3), zhvlctgei=DFR I(ne)L3(800.0), sazezhb=IB SPL-D1, otltc=BM25(k1=1.2,b=0.75), qnwl=DFR I(F)L3(800.0), fnxh=DFR I(ne)Z(0.3), f_POSITIONS=DFR GB1, esv=IB SPL-L3(800.0), gnkjdg=DFR I(F)LZ(0.3), fchftomfx=IB LL-LZ(0.3), neormh=IB SPL-D3(800.0), yicnsob=IB LL-L3(800.0), brcmpzvjzo=DFR I(n)Z(0.3), ykmoyhxc=DFR I(n)B1, vut=DFR I(F)B2, vus=IB SPL-DZ(0.3), kcmdflmg=DFR I(F)3(800.0), lijmnykcbu=IB LL-D1, dqtch=DFR I(n)L2, kmfm=DFR GB1, tqzemb=IB LL-D3(800.0), cwjzy=DFR I(ne)BZ(0.3), etm=IB LL-D1, klzwdg=DFR I(n)BZ(0.3), eto=DFR I(n)LZ(0.3), ypvxq=DFR I(ne)L1, vvg=IB SPL-D1, cvod=DFR I(n)L3(800.0), bqbjejph=LM Jelinek-Mercer(0.700000), kcskxlwhur=IB LL-D2, zcixapt=DFR I(ne)2, vvj=IB LL-D2, fwnsbxj=IB LL-L1, rqxz=IB LL-LZ(0.3), uklzsw=IB SPL-D2, kwdxapvq=IB SPL-DZ(0.3), ysipbkdu=DFR I(F)2, uidvpkuhh=BM25(k1=1.2,b=0.75), euo=DFR I(F)3(800.0), wdoudiz=LM Jelinek-Mercer(0.100000), rtdtkoh=LM Jelinek-Mercer(0.700000), eut=DFR I(ne)Z(0.3), pkvn=IB SPL-D1, davlaee=DFR I(F)L2, msamld=DFR I(ne)B2, vwl=DFR GLZ(0.3), ckyfub=IB SPL-L1, zeiwzhyk=IB LL-D3(800.0), yeok=DFR I(n)L2, vwq=IB LL-L1, thhyohvps=DFR I(F)3(800.0), tmreuh=DFR GLZ(0.3), kelavzb=DFR I(ne)LZ(0.3), tzpys=DFR I(n)B2, dswbxci=DFR I(ne)B1, vxg=DFR I(F)LZ(0.3), ajbdxy=IB LL-D1, zakywa=DFR I(n)1, erxzdbmqj=DFR I(F)LZ(0.3), dzisarwhk=IB LL-D3(800.0), ewc=DFR I(ne)2, vxr=IB SPL-L1, bizaiqblml=IB LL-L3(800.0), tdwagmfrno=DFR I(n)Z(0.3), iuqrys=IB LL-L3(800.0), cuzimfdk=DFR I(n)BZ(0.3), nstdnrxa=IB LL-L2, szcfebvihd=DFR I(n)3(800.0), ewj=DFR I(n)B2, ewn=DFR GB2, mlbevuwwtc=DFR I(ne)L1, vyf=IB SPL-LZ(0.3), ntlqjg=DFR I(F)L2, vyg=DFR I(n)L2, ghrotzyn=DFR I(F)B2, sxverh=DFR I(n)B1, ocbrgp=DFR I(F)B3(800.0), obkhaailq=DFR I(ne)B2, htgeolsyb=IB LL-DZ(0.3), fberetsyih=DFR GB1, dmfsja=IB SPL-D3(800.0), ngaqxywqxi=DFR I(F)B2, yjtoxwaqto=IB SPL-DZ(0.3), kzgmpz=IB SPL-L2, winyglqin=DFR I(ne)L1, zeagfvrar=IB LL-L2, fekolkvk=DFR I(ne)LZ(0.3), demvwz=DFR I(F)LZ(0.3), dxgryolf=DFR I(F)BZ(0.3), vzs=DFR GL3(800.0), axrhasupb=DFR I(ne)L1, stfbccmkfj=IB SPL-L2, vzcjqcqf=DFR I(n)B1, nvsg=DFR I(F)B1, kpwudvsmut=DFR G1, ytsywyc=LM Jelinek-Mercer(0.700000), oyur=DFR I(F)3(800.0), nxkfjz=DFR I(F)LZ(0.3), hvhnmwxfa=DFR I(n)BZ(0.3), vnfwxjp=IB LL-DZ(0.3), eyq=DFR I(n)Z(0.3), avtnodsvqr=IB SPL-DZ(0.3), eyp=IB SPL-L1, odprtid=DFR I(ne)L2, yeta=DefaultSimilarity, dllfgvn=DFR GB1, dvffajt=DFR I(n)Z(0.3), nwbkmfzn=DFR I(n)1, hdda=DFR G3(800.0), goguacotf=DefaultSimilarity, fjauvavwd=DFR GL2, eegfwqtom=DFR I(F)B2, awkcwnpxsu=DFR I(n)1, iqjphnle=DefaultSimilarity, wpgpmov=DFR G2, pkrqxyuz=DFR I(n)LZ(0
   [junit4]   2> .3), wlnvfqdd=DFR I(n)B1, obfshrd=DFR I(ne)Z(0.3), cvvv=DFR I(F)BZ(0.3), yaycdjdq=DFR GB3(800.0), nvuc=DFR I(F)1, knrzsdrhzl=DFR I(F)B1, xkpgyc=IB LL-D1, gyhthzw=DFR I(F)BZ(0.3), tuqwp=DFR I(n)BZ(0.3), qvlfjbc=DFR I(ne)B2, gdbzguhc=DFR G1, szvnw=DFR I(ne)Z(0.3), tbjal=IB SPL-L2, tfezpxbd=DFR I(F)B2, ykwro=DFR I(F)1, avnptjn=DFR I(ne)B3(800.0), nvggo=DFR I(F)2, dzzgfdhugv=DFR I(F)LZ(0.3), bzjdj=DFR I(ne)B2, vuziaxm=DFR I(ne)L3(800.0), wbqwaw=DFR GLZ(0.3), dmpsehwy=DFR I(ne)2, bmozhdtis=IB SPL-D2, ylzrz=IB SPL-LZ(0.3), esjkitlas=DFR I(F)L2, ejzxys=DFR I(ne)BZ(0.3), zhxy=IB SPL-D1, bbtk=DFR I(n)1, otljbuh=DFR I(n)LZ(0.3), yeun=DFR I(ne)BZ(0.3), snqzxnjg=IB SPL-L2, ajygpn=DFR GB3(800.0), vtlvbptta=DFR I(F)L1, yqsupkalo=DFR I(ne)LZ(0.3), waidblvi=IB LL-D1, svsethpk=DFR I(ne)L2, ujgddncov=DFR I(ne)L1, bmyerydbjc=DFR I(F)B3(800.0), uzbmjrvx=DFR I(F)1, hhbda=DFR I(F)3(800.0), dhyn=DefaultSimilarity, casbbcplyk=DFR I(ne)Z(0.3), xzrhwuinv=DFR I(F)L1, dfaqnctoa=DFR I(F)3(800.0), mlpts=DFR I(ne)B1, mhqtvfosf=DFR I(ne)Z(0.3), gnxswdr=DFR I(F)3(800.0), khwozkfhce=DFR I(ne)L2, kaldm=IB LL-L3(800.0), nexd=DFR I(F)2, hwrhhdtlzr=DFR I(F)Z(0.3), ngdzgyjc=DFR I(F)B1, jpwuskk=DFR I(n)L1, vmpg=LM Jelinek-Mercer(0.100000), gntyoej=DFR I(n)LZ(0.3), dpwbjl=DFR I(F)LZ(0.3), clhldrjub=DFR I(ne)L3(800.0), peucvaxyit=IB LL-L2, mawviwu=DFR I(ne)L1, efzuerlj=DFR GLZ(0.3), monlyjfi=LM Jelinek-Mercer(0.700000), fekbjgs=DFR GL2, mbts=DFR I(n)B2, ydjglnktpq=DFR I(n)B1, was=DFR I(F)B3(800.0), dnxqnm=DFR I(ne)B2, lpsj=DFR GL3(800.0), lrsndiofm=IB SPL-L1, fwqbtdqglo=DFR GBZ(0.3), mvhpqy=IB LL-DZ(0.3), kmpl=DFR I(ne)3(800.0), cewu=DFR I(ne)B2, way=DFR I(n)2, yzscuv=DFR I(n)B2, akebskf=IB SPL-D1, grec=DFR I(ne)2, lprv=DFR GZ(0.3), kwpgicu=DFR I(F)L2, bxmmqf=DFR I(ne)1, nxmqr=DFR I(F)B1, wbo=DFR I(ne)B2, qwomymqxs=IB SPL-L1, ycgvqhui=DFR I(ne)B1, ltxkrd=DFR I(ne)B3(800.0), jbflhb=DFR GL2, faj=DFR I(n)L1, wimdz=DFR GB1, cbixjify=DFR GZ(0.3), qodl=DFR I(n)B3(800.0), bwofarus=DFR I(n)2, nezh=IB SPL-D3(800.0), wcc=DFR I(F)3(800.0), qyfiudx=DFR I(F)1, ewnhnsxn=DFR I(F)L1, sdid=DFR I(n)LZ(0.3), nswzmqv=DFR I(ne)L1, jtieqhsp=IB LL-L1, zjywijo=DFR I(F)L3(800.0), gvfwkvxfgj=DFR I(n)B2, faz=IB LL-L3(800.0), sbpvczc=DFR I(ne)1, lpuc=DFR I(F)1, lofreupaqe=DFR I(F)1, zunpl=DFR I(n)L1, fba=IB LL-LZ(0.3), gfbbu=DFR G2, rrxqlnifm=DFR I(F)Z(0.3), qocl=DFR I(F)2, yzbez=DFR I(F)L3(800.0), iyxkikqhbv=DFR GL2, asktv=DFR GBZ(0.3), reegdjoj=IB SPL-L3(800.0), fjypyd=DFR GB2, cwswpamk=DFR I(n)2, xrsuttlxek=DFR I(F)1, lglajycv=DFR GB2, kkvquu=IB LL-L3(800.0), apxi=DFR GB2, loorlsril=DFR GZ(0.3), kjwcc=DFR I(n)B2, eosysrspdn=DFR G1, jefnvsuzb=DFR I(F)B3(800.0), zttwkitu=DFR I(ne)Z(0.3), fcp=DFR I(ne)LZ(0.3), jbdqu=DFR I(ne)L1, ayrlzz=DFR I(n)L2, jztqifzhdt=DFR G2, jjqy=DFR I(ne)L3(800.0), bjugnyyzrx=DFR GB2, diap=DFR GZ(0.3), kkyqeflslg=DFR I(n)2, jsmqzkunup=IB LL-D2, ioapplr=DFR GB3(800.0), hlalflcgy=IB LL-D1, bbyd=DFR GL1, udwbyw=DFR G1, giezknx=DFR I(ne)L2, dlrjmlap=DFR I(n)L2, wev=DFR I(n)L3(800.0), fdk=DFR I(ne)2, cignhf=DFR GBZ(0.3), rxyduw=DFR GL1, wbhtxwnf=DFR I(F)L2, xgejxjavww=DFR GBZ(0.3), lcmpndgyi=IB SPL-LZ(0.3), amdafhe=DFR GB2, hulb=IB SPL-LZ(0.3), hjsaqr=IB LL-D3(800.0), cbavqn=DFR I(n)BZ(0.3), rmtxlx=DFR I(F)3(800.0), azleaj=DFR I(F)BZ(0.3), lmbptqdq=DFR I(F)B2, ixom=IB SPL-D3(800.0), mxvjvhr=DFR I(ne)BZ(0.3), zhynfao=DFR I(F)B3(800.0), jzrmucvvn=IB LL-DZ(0.3), wft=DFR I(F)LZ(0.3), mpbekxlrt=IB SPL-LZ(0.3), mqeyevytwi=DFR I(n)3(800.0), fef=IB LL-L3(800.0), xmexbibc=DFR GL2, pydfjymwq=DFR I(F)B3(800.0), feh=DFR I(F)LZ(0.3), psggdaxhr=DFR I(ne)L3(800.0), vpdsllg=BM25(k1=1.2,b=0.75), rsdedb=LM Jelinek-Mercer(0.700000), jjtp=DFR I(n)L3(800.0), nhlijzm=DFR I(n)3(800.0), auzkuo=IB SPL-D1, kmvu=IB LL-LZ(0.3), xzhij=IB SPL-D1, ntslvhc=DFR I(ne)B2, dnkjl=DFR GL3(800.0), dejepkas=DFR GB1, nwaa=IB SPL-D3(800.0), cblolxmlp=DFR GL1, ewkper=DFR G2, huoo=DefaultSimilarity, emdwet=DFR I(n)L3(800.0), llftvxs=DFR I(F)3(800.0), tokfbo=IB SPL-L2, ejxymwwm=DFR I(ne)L3(800.0), illcxgihi=DFR I(F)LZ(0.3), tvtnnhj=DFR I(ne)3(800.0), ffs=DFR I(n)L1, yxdidiaxf=DFR I(F)1, exfzsjf=DFR GL2, vrajnt=DFR I(ne)LZ(0.3), mbzq=DFR I(n)LZ(0.3), yaqjarkfgx=LM Jelinek-Mercer(0.100000), bhpaizudhq=DFR I(n)3(800.0), jjtgqky=DFR I(n)3(800.0), uooknh=DFR I(n)3(800.0), nfbe=DFR GL3(800.0), cxxwwk=IB SPL-D2, fgm=DFR I(F)B1, fgp=DFR GL3(800.0), wia=IB SPL-D1, ikcwkdo=DFR I(ne)L1, fgo=DFR I(F)L3(800.0), vmxh=IB SPL-LZ(0.3), vhahkhofjq=DFR I(F)B1, fgs=IB SPL-D2, uoyhji=DFR GL2, fgu=DFR I(n)L3(800.0), fgy=IB SPL-L1, wghyserhxp=DFR I(ne)B3(800.0), jwrsd=LM Jelinek-Mercer(0.100000), loomz=DFR I(n)Z(0.3), wir=DFR I(ne)Z(0.3), wit=DFR I(F)L2, ltfcwxman=DFR I(ne)B1, qgjle=IB LL-DZ(0.3), pjelww=DFR I(ne)2, fhh=DFR I(F)L2, syjzvrra=DFR I(n)Z(0.3), fhj=DFR I(ne)L1, vxotfhla=IB LL-L2, zyaffpva=IB SPL-D3(800.0), wjb=DFR I(F)BZ(0.3), ivfjaxyks=DFR I(F)LZ(0.3), vvgmmqpnzy=DFR GL3(800.0), elgw=DFR I(F)L1, gbphywhk=DFR GL2, olsagjjcj=DFR I(n)2, lnohfve=DFR I(n)B3(800.0), hjckqgu=DFR I(n)Z(0.3), rcpecamwl=DFR I(ne)3(800.0), aebjf=DFR I(n)3(800.0), wjt=DFR I(F)Z(0.3), ozhr=DFR I(F)B3(800.0), qwendvs=DFR I(F)1, civbbkioa=DFR I(n)B1, upnrah=DFR I(ne)Z(0.3), tfuyl=DFR I(F)L3(800.0), fig=DFR I(ne)L3(800.0), aiokmqe=DFR I(ne)B3(800.0), zirjmiv=DFR I(F)BZ(0.3), edmwng=DFR I(n)L3(800.0), nevbr=DFR I(n)1, dzip=DFR I(F)B2, kwypyyyhcc=DFR I(F)L2, rewscfi=IB SPL-L2, ysfhgxu=DFR I(ne)3(800.0), wywmkwgfg=DFR I(n)B1, pxdvdrnyw=DFR I(n)B1, hiyociidl=DFR GL2, jvgnwrwtq=DFR I(F)L3(800.0), fje=IB SPL-D3(800.0), aa=IB SPL-L1, ab=DFR I(n)Z(0.3), ac=DFR G1, ad=DFR I(ne)LZ(0.3), wkv=DFR I(F)L2, uwypypsba=IB SPL-L1, nkrtbevoze=DFR I(n)B1, af=DFR I(F)B3(800.0), ag=BM25(k1=1.2,b=0.75), svoococq=IB LL-LZ(0.3), ah=IB SPL-L2, qslrq=DFR I(ne)BZ(0.3), rlqxgba=IB LL-DZ(0.3), ai=DFR GB2, aj=IB LL-DZ(0.3), flpyuc=DFR G3(800.0), al=DFR I(n)2, fjp=IB SPL-L3(800.0), an=DFR I(F)Z(0.3), ynonvay=DFR I(ne)B2, ao=DFR I(n)B3(800.0), ap=DFR I(F)3(800.0), aq=DFR I(ne)L1, wlf=DFR GB3(800.0), obdvqaxo=DFR I(F)L3(800.0), qhfcpjyfzv=IB SPL-LZ(0.3), iaevduh=LM Jelinek-Mercer(0.700000), aw=DFR I(ne)L2, rrnq=DFR GL3(800.0), jdasvq=DFR GL1, ax=DFR GLZ(0.3), az=IB LL-LZ(0.3), rdcmnsjeii=DFR GZ(0.3), fynvg=IB SPL-DZ(0.3), ddmxzgoy=IB SPL-DZ(0.3), fkb=DFR I(F)B2, fka=IB SPL-DZ(0.3), bb=DFR I(ne)B2, wlu=DFR GB2, bd=IB LL-D2, be=DFR I(ne)1, fkj=IB LL-DZ(0.3), bf=IB LL-L1, bi=DFR I(n)L1, wdhhnhdhal=DFR I(n)B2, bj=DFR GZ(0.3), bl=DFR I(n)3(800.0), igwetval=DFR I(ne)2, njtoc=IB SPL-DZ(0.3), bn=IB SPL-DZ(0.3), wqtau=IB SPL-D2, vrwajpke=LM Jelinek-Mercer(0.700000), bo=DFR I(F)B2, fkq=DFR I(n)LZ(0.3), bq=IB SPL-LZ(0.3), azmqfiyus=DFR I(F)3(800.0), bu=DFR I(F)3(800.0), ujyf=LM Jelinek-Mercer(0.700000), fky=DFR I(ne)B1, bx=IB LL-L2, bz=DFR I(F)B1, laegdhy=DFR I(ne)L3(800.0), subcefili=DFR GL2, uwgscdzt=DFR I(ne)BZ(0.3), ca=DFR GL2, cb=IB SPL-D1, wqhdjl=DFR I(F)L3(800.0), cd=DFR I(ne)2, ryxyketvg=DFR GL3(800.0), ce=LM Jelinek-Mercer(0.100000), ofqlnooxzb=BM25(k1=1.2,b=0.75), hxphlehcag=DFR I(ne)L2, hwrtfzttq=IB LL-D1, cg=IB SPL-L1, ogkylyba=LM Jelinek-Mercer(0.700000), ci=DFR G1, cj=DFR I(ne)LZ(0.3), ck=DFR I(n)B2, cl=DFR I(F)B3(800.0), igvs=IB SPL-D1, cn=IB SPL-L2, co=DFR GB2, cp=IB LL-DZ(0.3), uvdzjrxnk=IB LL-L2, cq=DFR I(F)1, huxpynvoc=DFR I(ne)L3(800.0), cs=DFR I(ne)Z(0.3), wng=DFR I(ne)B2, ct=DFR I(n)BZ(0.3), cu=DFR I(F)L2, agmtqde=DefaultSimilarity, kvwahk=DFR I(ne)L2, cw=DFR I(ne)L1, ekktc=DFR I(ne)Z(0.3), qtnutf=DFR I(n)B3(800.0), cy=DFR G2, cfex=LM Jelinek-Mercer(0.100000), lnepjnr=DFR I(F)B3(800.0), ulqzlbdyx=DFR G3(800.0), hbbqztrb=DFR I(ne)LZ(0.3), wnr=DFR GL1, wrzgqhus=DFR I(ne)BZ(0.3), da=IB LL-LZ(0.3), kedrpibn=DFR I(F)B3(800.0), rrpz=DFR GL2, dd=DFR I(n)B1, snrsd=DFR I(ne)B2, tkxnxly=DFR I(n)3(800.0), de=DFR I(ne)BZ(0.3), df=DFR GL2, dg=IB SPL-D1, di=DFR G3(800.0), dj=IB LL-D2, dk=DFR I(ne)1, aasnglqaw=DFR GLZ(0.3), dl=IB LL-L1, pekxiww=DFR I(F)BZ(0.3), zuhdbquv=DFR I(n)2, jrwqrg=IB SPL-LZ(0.3), dm=DFR GB3(800.0), srlvdgbemw=DefaultSimilarity, do=DFR I(n)L1, dp=DFR GZ(0.3), dq=DFR GB1, qoqn=DFR GBZ(0.3), xomzne=DFR I(F)L1, ds=DFR GL1, fpiseip=IB SPL-D2, dt=DFR GB2, du=IB LL-DZ(0.3), dv=DFR I(F)1, dx=DFR I(ne)L3(800.0), dy=DFR I(F)Z(0.3), tvcao=DFR I(F)BZ(0.3), dz=DFR I(n)B3(800.0), imtlaiwie=IB LL-L3(800.0), ea=DFR I(F)B1, euyoa=DFR I(F)3(800.0), nxrgzfesq=LM Jelinek-Mercer(0.100000), hsiokmsjg=DFR I(ne)2, lbbejsp=DFR GB2, ec=DFR I(F)L3(800.0), pqujbuck=DFR I(F)Z(0.3), nurnjk=IB LL-D1, ed=DFR GL3(800.0), ee=DFR I(ne)B1, ef=IB LL-LZ(0.3), eg=IB SPL-D2, yffs=IB LL-L2, mcranuofn=DFR I(F)BZ(0.3), eh=DFR I(F)BZ(0.3), wbxse=DFR I(F)L1, ei=DFR I(n)L3(800.0), txyg=DFR I(F)L2, ek=LM Jelinek-Mercer(0.100000), fno=IB SPL-LZ(0.3), hwxothtk=IB LL-LZ(0.3), el=DFR I(n)1, fnq=IB SPL-D3(800.0), em=IB SPL-L1, en=DFR I(n)Z(0.3), eo=DFR G1, eq=DFR I(n)B2, cdskh=DFR I(n)2, ypfxdt=IB SPL-D3(800.0), es=BM25(k1=1.2,b=0.75), wph=DFR I(F)L1, eu=DFR I(n)L2, ev=IB SPL-D3(800.0), sxmyzsxu=IB SPL-D1, kackkrgu=IB SPL-L2, jwyija=DFR I(n)3(800.0), ey=DFR I(ne)Z(0.3), ziif=DFR I(ne)B2, ez=DFR I(n)BZ(0.3), sdte=IB LL-L2, gxcvqnayx=IB SPL-D1, fa=DFR I(F)L1, cfgv=DFR I(ne)L2, fb=IB SPL-L3(800.0), fc=DFR I(ne)B3(800.0), flhlx=IB LL-L2, fe=DFR GLZ(0.3), fg=DFR I(F)LZ(0.3), skeaur=DefaultSimilarity, seiqfh=BM25(k1=1.2,b=0.75), fh=DFR I(F)L3(800.0), vpwey=DFR I(n)Z(0.3), fi=DFR GL3(800.0), zrthokdsv=IB LL-L3(800.0), fk=DFR I(ne)BZ(0.3), zihqcl=DFR GB3(800.0), fl=DFR GL2, foo=DFR G1, fm=IB SPL-D1, fo=DFR G3(800.0), fp=IB LL-D2, eatcksewi=DFR I(F)L3(800.0), fq=DFR I(ne)1, fr=IB LL-L1, uqood=DFR I(n)B2, fs=DFR GB3(800.0), guyhko=IB LL-D3(800.0), ft=DFR I(ne)3(800.0), aewnjdm=DFR I(ne)3(800.0), suyp=DFR G3(800.0), fv=DFR I(n)B2, cwlv=DFR I(n)3(800.0), sdwk=IB LL-D3(800.0), fx=BM25(k1=1.2,b=0.75), bkmhg=DFR I(F)BZ(0.3), fz=DFR GB2, lqef=LM Jelinek-Mercer(0.700000), btiq=LM Jelinek-Mercer(0.700000), wqp=DFR I(ne)L2, hlmpcvse=DFR GB2, khpga=IB LL-DZ(0.3), nndtchmzqp=DFR I(F)B2, ga=DFR I(n)B3(800.0), gb=DFR I(F)3(800.0), vaxtkjp=LM Jelinek-Mercer(0.700000), oilz=DFR GB2, qpzphhkj=IB LL-D1, gd=DefaultSimilarity, ge=IB LL-L2, gf=IB LL-L3(800.0), gg=IB SPL-L3(800.0), gh=DFR I(ne)B3(800.0), wsibx=DFR GL3(800.0), bdgcrmy=DFR I(F)L3(800.0), gi=DFR I(ne)L2, dzne=IB LL-DZ(0.3), fagoupvzf=DFR I(F)B1, gj=DFR GLZ(0.3), gk=DFR I(ne)B1, mpkmu=DFR GB2, gl=IB LL-LZ(0.3), waurf=DFR GLZ(0.3), lyszuft=DFR I(F)2, gm=IB SPL-D2, gn=DFR I(F)BZ(0.3), fpp=DFR I(n)3(800.0), dgzlxqrzw=IB LL-D3(800.0), gr=DFR I(n)1, gs=IB SPL-L1, gt=DFR I(n)Z(0.3), fpv=DFR I(n)L2, kgpvdxg=DFR G3(800.0), gu=DFR G1, aqdv=DFR I(F)L3(800.0), gv=DFR I(ne)LZ(0.3), gw=IB SPL-DZ(0.3), bcgd=BM25(k1=1.2,b=0.75), nydtcnt=DFR GZ(0.3), gx=DFR I(F)B2, wrk=DFR I(F)B1, fvefv=DFR I(n)Z(0.3), gy=LM Jelinek-Mercer(0.700000), ozmd=DFR I(n)3(800.0), ajpnx=DFR I(ne)2, ha=DFR I(n)BZ(0.3), hb=DFR I(F)L2, hc=DFR GBZ(0.3), bclwcflv=DFR I(n)BZ(0.3), qptiyrxbss=DFR I(ne)1, knal=DFR I(F)L3(800.0), cgbjlt=LM Jelinek-Mercer(0.700000), hf=DFR G2, ljpgx=DFR I(n)L1, hi=DefaultSimilarity, oiol=DFR I(F)L1, jwolja=DFR GB1, hk=IB LL-L3(800.0), fqfup=BM25(k1=1.2,b=0.75), hl=DFR I(F)B1, hn=DFR I(F)L3(800.0), ozpw=DFR G2, ho=DFR GL3(800.0), wsb=DFR G1, vuydabegbt=DFR I(n)L1, hp=DFR I(n)B1, sidaiscobq=DFR I(n)3(800.0), mumvea=IB LL-D3(800.0), lsvkcd=IB LL-DZ(0.3), hs=IB SPL-D1, ht=DFR I(ne)B2, wrudokelhw=DFR I(ne)L3(800.0), hv=IB LL-D2, hw=DFR I(ne)1, yhykyqyen=IB SPL-D3(800.0), hx=IB SPL-L1, kgnzlyi=DFR I(F)L3(800.0), hy=DFR I(n)Z(0.3), wznqtw=IB LL-DZ(0.3), hz=DFR G1, lrxvbbed=DFR GLZ(0.3), wsp=DFR I(ne)L1, ib=IB LL-DZ(0.3), ic=DFR I(F)1, amsfyacs=DFR I(F)3(800.0), wsv=DFR I(ne)L2, ie=DFR I(ne)L3(800.0), vqwbrgtmo=DFR GL3(800.0), if=DFR I(F)Z(0.3), juzxyf=DFR I(n)B2, ig=DFR I(n)B3(800.0), ii=DFR I(ne)L1, ik=DFR G2, gavn=DFR I(F)L3(800.0), xcgw=IB LL-L3(800.0), awjgblxl=DFR I(F)Z(0.3), im=IB SPL-L3(800.0), in=DFR I(ne)B3(800.0), io=DFR I(ne)L2, ip=DFR GLZ(0.3), rtzphs=DFR GL3(800.0), iq=DFR I(ne)B1, ir=IB LL-LZ(0.3), is=IB SPL-D2, gffraurxkv=IB LL-D2, iu=DFR I(n)L3(800.0), wsmxgt=BM25(k1=1.2,b=0.75), fry=DFR I(F)B2, iv=DFR I(ne)2, frx=IB SPL-DZ(0.3), bkwekl=DFR I(F)1, iw=LM Jelinek-Mercer(0.100000), ix=DFR I(n)1, wtn=DefaultSimilarity, iy=DFR GZ(0.3), iz=DFR GB1, fogsnikmnn=DFR I(ne)B2, oqelvfpijx=DFR I(ne)L3(800.0), hjonzaswq=DFR I(F)Z(0.3), raqmktgvt=DFR I(F)B3(800.0), btnfoi=LM Jelinek-Mercer(0.100000), cfla=IB SPL-L3(800.0), nwlh=IB LL-D3(800.0), ja=IB SPL-LZ(0.3), mcgu=IB SPL-L3(800.0), wtv=DFR I(ne)BZ(0.3), jb=DFR I(n)L2, jd=IB LL-D1, qjsbx=IB SPL-L3(800.0), je=DFR I(F)2, ppdierb=IB LL-D2, illtmtl=BM25(k1=1.2,b=0.75), yuorixdlit=IB LL-LZ(0.3), jf=DFR I(ne)Z(0.3), fsj=DFR I(ne)BZ(0.3), jg=DFR I(n)BZ(0.3), bsdjnrh=DFR I(n)Z(0.3), jh=DFR I(F)L2, ji=DFR GBZ(0.3), jk=DFR I(F)Z(0.3), jl=DFR I(n)B3(800.0), fslyj=IB SPL-L3(800.0), jm=DFR I(F)3(800.0), wub=DFR I(n)L3(800.0), dzsf=DFR GB3(800.0), jq=IB LL-L3(800.0), jr=DFR I(F)B1, lmqmqhz=DFR G2, fsx=DFR I(n)1, jt=DFR I(F)L3(800.0), ju=DFR GL3(800.0), gdprbw=DFR GL2, jw=DFR I(ne)BZ(0.3), jy=IB SPL-D1, qkoploehe=LM Jelinek-Mercer(0.700000), bebtsqkd=DFR I(ne)L1, xopjzdxofa=DFR G3(800.0), ukbo=IB SPL-D1, ka=DFR G1, kb=DFR I(ne)LZ(0.3), kc=DFR I(n)B2, kd=DFR I(F)B3(800.0), ke=BM25(k1=1.2,b=0.75), kf=IB SPL-L2, pltg=DFR I(n)1, ukvvru=DFR GB1, kg=DFR GB2, lbpjwpdri=DFR I(F)L3(800.0), kh=IB LL-DZ(0.3), ki=DFR I(F)1, vetznqmofq=DFR I(n)Z(0.3), pctsx=IB LL-D1, xtakvezeji=DFR GLZ(0.3), ftn=DFR I(n)B1, kl=DFR I(n)BZ(0.3), km=DFR I(F)L2, kn=DFR GBZ(0.3), ko=DFR I(ne)L1, trfyixjxh=DFR I(F)L2, lceqyjvbnc=DFR I(ne)B3(800.0), dqugby=IB LL-L1, kp=IB LL-D3(800.0), kq=DFR G2, hrwntaqu=DFR I(ne)L3(800.0), vnel=DFR I(F)2, iyaj=DFR I(ne)2, ks=IB SPL-L3(800.0), kt=DFR I(ne)B3(800.0), fty=DFR I(n)L1, ku=DFR I(ne)L2, kv=DFR GLZ(0.3), kw=DFR I(ne)B1, rddiyvbzs=IB SPL-L2, kx=IB LL-LZ(0.3), tourfy=DFR I(ne)1, ky=IB SPL-D2, kz=DFR I(F)BZ(0.3), astjbzrx=DFR I(ne)L1, fub=DFR I(n)2, fud=DFR I(F)Z(0.3), la=DFR GB1, lb=DFR I(n)3(800.0), fuf=DFR I(F)3(800.0), oivsvpvt=DFR I(n)1, lc=DFR GL1, upqklcf=DFR I(n)L3(800.0), ld=IB SPL-DZ(0.3), le=DFR I(F)B2, fug=DFR I(n)LZ(0.3), smpah=DFR I(F)B2, cfyor=IB SPL-D3(800.0), lg=IB SPL-LZ(0.3), wvy=DFR I(F)L3(800.0), lh=DFR I(n)L2, alhaohfep=IB LL-L1, xtjs=DFR G3(800.0), li=IB SPL-D3(800.0), bvmdn=DFR I(n)2, ll=DFR GB2, fup=IB LL-D3(800.0), vnhg=DFR I(ne)LZ(0.3), bxumgsjdn=DFR I(n)B3(800.0), qmrviwl=DFR I(n)B3(800.0), wboupat=IB SPL-D2, ln=DFR I(F)1, plvp=DFR I(n)3(800.0), fpcng=IB LL-L2, lq=DFR I(F)Z(0.3), nfxlahoc=DFR I(n)L1, fuv=DFR GLZ(0.3), lr=DFR I(n)B3(800.0), lt=DFR I(n)LZ(0.3), lu=DefaultSimilarity, lv=IB LL-L2, mxyzltqx=DFR I(F)3(800.0), wwj=LM Jelinek-Mercer(0.100000), lw=IB LL-L3(800.0), lx=DFR I(F)B1, ly=DFR I(F)LZ(0.3), lz=DFR I(F)L3(800.0), uxwwfmmhp=DFR GBZ(0.3), mclw=DFR I(F)Z(0.3), rlqjnth=DFR I(n)1, khpma=DFR GLZ(0.3), ddycoueg=IB LL-D2, lixtonc=DFR I(F)3(800.0), aqlu=DFR GB1, mb=DFR I(ne)2, klwcxnua=DFR I(F)L1, mc=LM Jelinek-Mercer(0.100000), www=DFR I(F)2, md=DFR I(n)1, me=IB SPL-L1, mg=DFR G1, lqko=DFR GB3(800.0), odbgqehzt=LM Jelinek-Mercer(0.100000), veprob=LM Jelinek-Mercer(0.100000), mi=DFR I(n)B2, mj=DFR I(F)B3(800.0), knukbo=DFR I(ne)B1, mk=BM25(k1=1.2,b=0.75), cjstutlno=DFR I(n)LZ(0.3), ml=IB SPL-L2, mm=DFR I(n)L2, aksgi=DFR I(n)L1, mo=IB LL-D1, knxsoyk=DFR GL1, mp=DFR I(F)2, ms=DFR I(F)L2, fvv=DFR GL2, mu=DFR I(ne)L1, wxj=DFR GB3(800.0), mv=IB LL-D3(800.0), mw=DFR G2, mx=DFR I(F)L1, wxn=DFR GB1, my=IB SPL-L3(800.0), mz=DFR I(ne)B3(800.0), idqgie=DFR I(ne)B3(800.0), fcmumudl=DFR I(n)Z(0.3), odmfh=IB LL-D1, siqqqd=DFR I(F)B3(800.0), na=DFR I(ne)1, kgccocxwr=DFR I(n)L1, nc=DFR GB3(800.0), nd=DFR I(ne)3(800.0), qnqqgj=DFR I(F)1, ne=DFR I(n)L1, thkcw=DFR GBZ(0.3), ng=DFR GB1, voxzixlw=IB LL-LZ(0.3), fwl=DFR I(F)3(800.0), nh=DFR I(n)3(800.0), nk=DFR I(F)B2, nkmiun=IB SPL-L3(800.0), nm=IB SPL-LZ(0.3), nn=DFR I(n)B2, fwr=DFR I(n)BZ(0.3), no=DFR I(F)B3(800.0), np=BM25(k1=1.2,b=0.75), ubtmc=IB LL-LZ(0.3), tkwzpof=DFR GB1, nq=IB SPL-L2, nr=DFR GB2, cxspecslr=DFR I(F)Z(0.3), ns=IB LL-DZ(0.3), mqiqwz=IB SPL-D1, fwu=DFR I(ne)L1, nt=DFR I(F)1, mvqzorg=DFR I(ne)3(800.0), nu=DFR I(n)2, nv=DFR I(ne)L3(800.0), siivwzmxje=DFR I(n)B2, nw=DFR I(F)Z(0.3), tawrb=LM Jelinek-Mercer(0.700000), nx=DFR I(n)B3(800.0), wlarpam=DFR GL2, ny=DFR I(F)3(800.0), nz=DFR I(n)LZ(0.3), osqnoiyf=LM Jelinek-Mercer(0.100000), rnhhq=DFR I(F)B3(800.0), ugkeqnxf=DFR I(n)L1, oa=DFR I(ne)L2, czseg=IB SPL-D2, qahkg=DFR I(n)B1, oc=DFR I(ne)B1, nathxg=IB LL-L1, heaj=DFR I(ne)L2, sdqmzq=IB SPL-D2, og=DFR I(n)L3(800.0), oh=DFR I(ne)2, ph
   [junit4]   2> uvcuk=DFR I(n)3(800.0), ol=DFR I(n)Z(0.3), om=DFR G1, elyb=IB SPL-L3(800.0), on=DFR I(ne)LZ(0.3), fzqiu=DFR I(F)LZ(0.3), pyzdgqqqle=DFR I(ne)B2, op=DFR I(F)B2, or=IB SPL-LZ(0.3), ot=IB SPL-D3(800.0), hvbh=DFR I(ne)B1, kkyyp=DFR I(n)L2, jpyiayy=DFR GLZ(0.3), rtmmsrd=DFR GBZ(0.3), ow=DFR I(ne)Z(0.3), rjuzhssojl=DFR I(ne)L3(800.0), ox=DFR I(n)BZ(0.3), lnfqglw=DFR GB1, pa=DFR I(ne)BZ(0.3), pc=IB SPL-D1, cxhwtqbp=DFR GL3(800.0), wzz=DFR I(n)2, pg=DFR I(ne)1, ph=IB LL-L1, gvwmfa=DFR I(F)1, pi=DFR GB3(800.0), tdoze=DFR I(n)B3(800.0), pl=DFR GZ(0.3), pm=DFR GB1, oanumqokhb=DFR I(n)2, idyebha=DFR I(ne)Z(0.3), po=DFR GL1, ozmbj=IB LL-L2, pp=DFR I(n)L3(800.0), fys=IB SPL-DZ(0.3), pq=DFR I(ne)2, hecw=DFR G3(800.0), phissy=DFR G2, pr=LM Jelinek-Mercer(0.100000), sprkmdpva=IB LL-D2, pt=IB SPL-L1, pu=DFR I(n)Z(0.3), pv=DFR G1, pw=DFR I(ne)LZ(0.3), lingieos=IB LL-D2, py=DFR I(F)B3(800.0), gkhars=IB SPL-L1, fza=IB LL-D3(800.0), tlewo=DFR I(ne)BZ(0.3), qc=DFR I(F)L2, qd=DFR GBZ(0.3), qe=DFR I(ne)L1, xjywh=DFR GB2, qf=IB LL-D3(800.0), pdtazftvb=IB SPL-L2, qg=DFR G2, qh=DFR I(F)L1, qi=IB SPL-L3(800.0), rzonretjo=IB LL-L3(800.0), enwvnes=DFR I(n)3(800.0), fzn=DFR I(ne)3(800.0), qm=DFR I(ne)B1, qn=IB LL-LZ(0.3), qo=IB SPL-D2, xteqw=DFR I(ne)1, xcpl=DFR I(F)2, qq=IB LL-L1, dnsbizmst=DFR I(ne)3(800.0), qr=DFR GB3(800.0), qs=DFR I(ne)3(800.0), qt=DFR I(n)L1, qu=DFR GZ(0.3), mzxhxze=DFR I(n)3(800.0), qv=DFR GB1, qw=DFR I(n)3(800.0), qx=DFR GL1, qy=IB SPL-DZ(0.3), qz=DFR I(F)B2, bnyzvbhr=DFR I(ne)LZ(0.3), dhzem=DFR G1, ra=DFR I(F)2, rb=DFR I(n)LZ(0.3), hnpgbdvf=IB SPL-L2, rc=DefaultSimilarity, jlqdn=DFR I(F)Z(0.3), rd=IB LL-L2, slnvvf=DFR GB1, re=IB LL-L3(800.0), rf=DFR I(F)B1, rg=DFR I(F)LZ(0.3), ri=DFR GL3(800.0), rj=DFR I(n)B1, tsyvfjho=DFR GL1, bcjynusdie=IB LL-D1, xbjukmbrjf=IB SPL-L2, rl=DFR GL2, rm=IB SPL-D1, ihdemjzn=DFR I(n)Z(0.3), ro=DFR G3(800.0), rp=IB LL-D2, rq=DFR I(ne)1, rr=DFR I(ne)B1, rs=IB LL-LZ(0.3), qjdjhula=IB LL-LZ(0.3), ry=DFR I(n)1, hoqrhakhzb=IB SPL-L1, rsda=DFR I(n)B3(800.0), bytuohyx=DFR I(ne)3(800.0), szdim=DFR I(F)Z(0.3), asphyp=DFR I(ne)2, sa=BM25(k1=1.2,b=0.75), jmnjmjas=IB LL-D2, sb=IB SPL-L2, sc=DFR I(n)L2, lygktw=DFR G2, hqqtkglw=DFR I(n)1, sf=DFR I(F)2, btva=DefaultSimilarity, sg=DFR I(ne)Z(0.3), zhednjd=DFR I(F)3(800.0), exoseznukl=DFR I(n)L2, ttmqp=DFR I(F)B1, si=DFR I(F)L2, sj=DFR GBZ(0.3), sk=DFR I(ne)L1, mlsixbrz=DFR I(F)3(800.0), tvhszh=DFR I(n)1, qrbahpasb=DFR I(n)3(800.0), cfwk=DFR I(n)1, yirriubey=DFR GL2, sn=DFR I(F)L1, sp=DFR I(ne)B3(800.0), ss=DFR I(ne)B2, su=IB LL-D2, sv=DFR I(ne)1, xalgya=DFR I(n)B3(800.0), gltxjwa=DFR I(F)L1, sw=IB LL-L1, nwicd=IB LL-DZ(0.3), oqwksxzwnv=IB LL-L2, sx=DFR GB3(800.0), zjkzzvxl=DFR I(ne)LZ(0.3), sy=DFR I(ne)3(800.0), sz=DFR I(n)L1, mcru=DFR I(F)LZ(0.3), opapczfp=DFR G3(800.0), tc=IB SPL-LZ(0.3), tf=DFR I(n)B3(800.0), ajdpsvoee=DFR I(ne)LZ(0.3), yiehgnd=DFR GB2, th=DFR I(n)LZ(0.3), tefwvxojh=DFR I(F)Z(0.3), ti=DefaultSimilarity, tj=IB LL-L2, gmtnyvos=DFR I(F)Z(0.3), zwbhz=DFR GL3(800.0), tm=DFR I(F)LZ(0.3), wkctyheah=DFR GL2, to=DFR GL3(800.0), tp=DFR I(n)B1, tr=DFR GL2, tt=IB SPL-L3(800.0), xqcaumhyj=DFR I(F)L2, tu=DFR I(ne)B3(800.0), oaowjqjjlf=IB LL-L3(800.0), tw=DFR GLZ(0.3), kaynxte=DFR I(ne)B1, gzorkxjwc=DFR I(F)3(800.0), tx=DFR I(ne)B1, ty=IB LL-LZ(0.3), iioepfpv=DFR I(n)3(800.0), tz=IB SPL-D2, mtwd=DFR I(ne)L1, kmnbu=DFR GLZ(0.3), hehe=IB LL-D2, trgeo=DFR GL3(800.0), ua=IB SPL-L1, aaeqwml=DFR GZ(0.3), ub=DFR I(n)Z(0.3), uc=DFR G1, vasuyvng=DFR I(F)3(800.0), ue=IB SPL-DZ(0.3), ug=LM Jelinek-Mercer(0.700000), uh=IB SPL-LZ(0.3), coqztirho=DFR I(n)2, ui=DFR I(n)L2, qxjyukiwa=IB SPL-L2, mnxpcuqskz=IB SPL-DZ(0.3), tykf=DFR I(n)L3(800.0), um=DFR I(ne)Z(0.3), up=DFR GBZ(0.3), pwclolvn=DFR I(n)Z(0.3), uq=DFR I(ne)L1, us=DFR G2, nfxm=DFR I(ne)2, tppfkjvnl=IB SPL-LZ(0.3), uu=DFR I(n)B1, xaj=DFR I(F)B3(800.0), uv=DFR I(ne)BZ(0.3), agsyyrwe=DFR I(n)L1, uw=DFR GL2, sefj=DFR I(n)3(800.0), bmbcjwcmy=DFR I(ne)B2, qsaumi=DFR GB2, uy=DFR I(ne)B2, sggzhuzw=DFR I(n)BZ(0.3), mtpqpaleil=DefaultSimilarity, cqgbnuo=DFR I(n)2, rbco=DFR I(ne)L1, eyukk=IB SPL-D3(800.0), hvlvkv=DFR I(F)3(800.0), va=DFR I(n)L1, knpf=DFR GB1, vb=DFR GZ(0.3), vc=DFR GB1, nsbtfuxg=DFR G3(800.0), vd=DFR I(n)3(800.0), ve=DFR GL1, vf=DFR GB2, vh=DFR I(F)1, vj=DFR I(ne)L3(800.0), yezsgx=DFR I(ne)B2, vl=DFR I(n)B3(800.0), vm=DFR I(F)3(800.0), vn=DFR I(n)LZ(0.3), lavbeqcno=DFR I(F)L1, vo=DefaultSimilarity, vq=IB LL-L3(800.0), vs=DFR I(F)LZ(0.3), vt=DFR I(F)L3(800.0), smzbrx=DFR I(F)L3(800.0), vu=DFR GL3(800.0), vdnvfbxqu=DFR I(ne)3(800.0), mtuz=IB SPL-DZ(0.3), pzwaw=DFR I(ne)LZ(0.3), vv=DFR I(ne)L1, vw=IB LL-D3(800.0), cmftddxax=DFR I(F)3(800.0), vx=DFR G2, vy=DFR I(F)L1, vz=IB SPL-L3(800.0), arxuv=DFR GB2, udyvrdqu=DFR I(n)B1, lztwmxeu=LM Jelinek-Mercer(0.100000), szdem=DFR I(ne)BZ(0.3), pprcjl

[...truncated too long message...]

 SPL-L3(800.0), lsngta=DFR I(n)BZ(0.3), endgzriwr=IB LL-L2, hpnmznqxx=DFR I(n)3(800.0), fiaasdc=DFR I(F)L1, mjdrswgcq=IB SPL-L3(800.0), uzhago=DFR I(n)B1, tsvveijiel=DFR I(ne)BZ(0.3), xwkhiy=IB LL-L2, frnnlcaz=IB LL-D2, ifmcxy=BM25(k1=1.2,b=0.75), jovcbo=DFR GBZ(0.3), xbktfbdrq=DFR I(n)B2, lblvazhrx=IB LL-LZ(0.3), bkv=DFR GB3(800.0), tytquhoo=DFR I(ne)BZ(0.3), swjwje=LM Jelinek-Mercer(0.100000), tjtzre=DFR I(ne)1, mpdg=LM Jelinek-Mercer(0.700000), rjmrfgh=DFR I(ne)L2, sfcoxst=DFR I(ne)3(800.0), ovjq=DFR GL2, smt=DFR G1, zekic=DFR I(ne)3(800.0), blf=DFR I(n)LZ(0.3), rsbij=BM25(k1=1.2,b=0.75), blh=IB LL-L2, tssjiandq=DefaultSimilarity, yzmkucqe=IB LL-D3(800.0), fkkbbdwr=DFR I(n)Z(0.3), nbee=DFR I(ne)B1, wqsqiufmmc=DFR I(ne)BZ(0.3), twblc=DFR G2, blz=IB SPL-DZ(0.3), wdgbkojra=IB LL-D3(800.0), slsnfxbrza=DFR I(F)B2, bma=IB LL-D1, aipbzqj=DFR I(F)B2, bme=DFR I(F)L2, svvrt=DFR I(n)BZ(0.3), wbigfak=DFR I(F)L1, bmi=DFR G2, pcuofd=DFR GLZ(0.3), bmm=IB LL-L2, soa=IB LL-DZ(0.3), biownrooc=DFR I(n)B2, plrbwgx=DFR I(n)3(800.0), kmhbvknmv=DFR I(F)1, bmt=DFR I(ne)BZ(0.3), gccyf=IB LL-L1, ovlk=DFR I(n)B3(800.0), nfdhj=IB SPL-D2, atrciar=DFR I(n)B2, sot=DFR I(n)L3(800.0), jlszplcz=DFR I(ne)L3(800.0), soy=DFR I(n)Z(0.3), vwyrqsqo=DFR I(F)L2, bni=DFR I(F)Z(0.3), sox=IB SPL-L1, bnk=DFR I(F)3(800.0), uotudp=IB SPL-D1, bcwqin=LM Jelinek-Mercer(0.700000), unwypfiz=DFR I(n)3(800.0), bnr=DFR I(ne)L2, spe=DFR I(ne)Z(0.3), jywvdhl=DFR I(n)L2, rqmjs=IB SPL-LZ(0.3), xyhclb=IB SPL-L3(800.0), bnx=DFR I(n)L3(800.0), aveytcyyyl=DFR I(ne)1, spl=DFR I(F)L1, bnz=LM Jelinek-Mercer(0.100000), spn=DFR I(ne)BZ(0.3), hqvm=IB SPL-DZ(0.3), spm=DFR I(n)B1, dvlt=IB SPL-D2, sps=IB LL-D2, ghkwaup=DFR GL1, inraurakz=DFR I(ne)1, nshl=DFR I(ne)2, ykzqxglh=DFR I(ne)B2, spz=DFR GB1, boj=DFR I(n)BZ(0.3), onmbpzszlx=IB LL-DZ(0.3), cbhvo=DFR I(F)1, boq=DFR I(n)LZ(0.3), zasbrz=DFR I(F)B1, fhhmn=DFR I(F)L1, sqi=DFR I(n)2, ispiuweqbp=DFR GL1, sqm=DFR I(F)3(800.0), ybdmuueu=IB LL-L2, xphf=DFR I(ne)L2, sqn=DFR I(ne)L1, cwvtj=IB SPL-DZ(0.3), fktk=DFR I(n)B1, bphdwbcsnq=DFR I(ne)L1, qwwvkmcgw=DFR I(n)L3(800.0), pyqk=DFR I(n)1, rnvg=DFR I(F)B3(800.0), insweg=IB SPL-LZ(0.3), mcjtih=DFR GL1, wxoanuofyu=DFR I(F)B2, zekx=DFR I(F)B1, bpq=DFR GBZ(0.3), srb=DFR GL1, sra=DFR I(n)3(800.0), irzbtr=DFR GBZ(0.3), dyodpjsq=LM Jelinek-Mercer(0.700000), bjeui=IB LL-D3(800.0), nskrgm=IB LL-L1, igdlygugzd=LM Jelinek-Mercer(0.100000), xcvlpnym=DFR I(F)3(800.0), pwlsfria=DFR I(ne)B1, srk=DFR I(ne)Z(0.3), vjaf=DFR I(n)BZ(0.3), meghfdvwgl=IB LL-LZ(0.3), ehpk=LM Jelinek-Mercer(0.100000), wyiuekxtnr=DFR I(n)L2, iyiha=IB LL-D1, xhkprjusku=DFR GB1, kbmeinj=IB SPL-DZ(0.3), srx=DFR G3(800.0), yhggmtfp=IB SPL-DZ(0.3), pdydgl=DFR I(F)L3(800.0), bqk=DFR I(n)L2, iennf=LM Jelinek-Mercer(0.100000), iojhclxc=D
   [junit4]   2> FR I(n)L3(800.0), bqq=BM25(k1=1.2,b=0.75), tmfalict=LM Jelinek-Mercer(0.100000), bqv=DFR I(n)2, ciqete=DFR I(n)2, rzfzacba=DFR G3(800.0), yzwkghte=DFR I(ne)1, ssm=DFR I(F)B3(800.0), gmask=IB SPL-D1, mkjpnlcwhw=DefaultSimilarity, sso=IB SPL-L2, uddqj=DFR G1, lmgf=DFR I(ne)B2, rvjzy=DFR GB3(800.0), xeblcuovk=DFR I(F)3(800.0), amhs=DFR GL1, ifgajzph=DFR I(ne)1, spfbyv=IB LL-L1, jmkohw=DFR I(n)L2, brs=IB SPL-LZ(0.3), bru=IB SPL-D3(800.0), yslo=DFR I(F)Z(0.3), odvbpt=DFR I(F)B3(800.0), rildda=DFR I(ne)L2, hptovts=DFR GL2, sqxady=DFR G1, ptuhkbxps=DefaultSimilarity, rroon=DFR I(F)L2, enralefibd=DFR I(F)1, zvnt=DFR I(F)1, fkud=IB SPL-DZ(0.3), bso=DFR I(n)3(800.0), tvjrcbknof=DFR I(ne)LZ(0.3), sud=DFR I(ne)L2, iubk=DFR I(F)B2, eyzxrchkmd=IB LL-D3(800.0), ykafu=IB SPL-D2, dubvxkcxok=DFR GB3(800.0), sul=LM Jelinek-Mercer(0.100000), pyvl=DFR GBZ(0.3), lsuvlbvgdy=DFR I(n)LZ(0.3), pcxwjnh=DFR I(ne)B1, hoaow=DFR I(F)1, btc=IB LL-D3(800.0), kjfm=DFR I(n)3(800.0), wsqhldgki=DFR I(F)B1, isjvgumi=DFR GB2, mzzebhde=DFR I(F)BZ(0.3), wofoml=IB LL-L2, btn=DFR I(n)L3(800.0), jiypymiu=DFR I(F)B1, daohgb=DFR I(F)B2, btp=LM Jelinek-Mercer(0.100000), kjft=IB SPL-D3(800.0), lrgedouarq=DFR I(ne)L2, jgbx=DFR GLZ(0.3), ghixeybaeu=DFR I(F)3(800.0), rhhmqjhl=IB SPL-DZ(0.3), hnpuym=DFR GL1, jsnmyoociu=DFR I(ne)L1, nkcobgq=DFR I(n)1, xvxtic=LM Jelinek-Mercer(0.100000), jxdu=IB SPL-L2, zogsozfcsv=DFR I(F)B1, zjhokgf=DFR I(F)3(800.0), vjds=DFR I(F)2, sqbuumdk=IB LL-L2, fbaeltn=DFR I(ne)Z(0.3), knqmjka=DFR I(n)BZ(0.3), sufvunbvwx=DFR I(n)B1, bxosegvh=LM Jelinek-Mercer(0.700000), swh=IB SPL-L3(800.0), ehoql=IB SPL-LZ(0.3), ovtr=IB LL-LZ(0.3), bhctewoqxk=DFR I(ne)L3(800.0), wxhypmijvg=DFR I(F)B2, ivdmghnkxs=DFR I(n)2, esmnvqnx=DFR I(ne)Z(0.3), qkyi=IB SPL-D2, zvsq=IB SPL-D2, wiggvfupz=DFR I(ne)BZ(0.3), mbshxod=DFR I(F)L1, gzuapwnja=IB SPL-D1, kkmcfjpwy=DFR G1, tofavtb=DFR I(n)LZ(0.3), iaelabqwnj=IB SPL-D2, bpne=DFR I(n)Z(0.3), xhhqwulf=DefaultSimilarity, ovte=DFR I(ne)L3(800.0), nxnjiresl=DFR I(F)BZ(0.3), jxex=DFR I(F)B3(800.0), bddxxjues=DFR I(n)1, jicvg=DFR I(ne)2, ktpnppvt=IB LL-LZ(0.3), oerg=DFR GBZ(0.3), ifcxcv=DFR I(F)B2, syb=DFR I(n)LZ(0.3), ftchizncep=DFR GL2, hcmifqcg=DFR I(n)3(800.0), qkxh=DFR GL2, qhnrjmy=DFR I(F)L1, ljooay=DFR I(n)B2, wyvzg=DFR I(n)BZ(0.3), nstj=DFR I(F)BZ(0.3), kedbjq=DFR I(n)1, snzzao=IB LL-LZ(0.3), bxe=IB SPL-L2, bxd=BM25(k1=1.2,b=0.75), omscywxo=DFR I(F)BZ(0.3), rptowpguhg=DFR I(F)L1, devr=DFR I(F)LZ(0.3), uuawxgabtl=DFR I(n)3(800.0), oznhcnyl=DFR GL1, tbnjczwf=DFR I(ne)Z(0.3), bxl=DFR I(F)L2, rzqyrsha=IB SPL-D2, lsotiexb=DFR I(F)1, tueo=DFR I(n)L1, ngmwpedkql=IB LL-D1, gqrtvrz=IB LL-L2, joqrohk=DFR I(ne)L2, dpkmebr=DFR I(n)2, doznz=DFR I(n)L1, doshuowu=DFR I(ne)L3(800.0), dbrhuksfe=DFR I(ne)3(800.0), vclwznp=DFR I(ne)L3(800.0), zzyzsayai=IB SPL-D2, kgffgwvvk=DFR I(n)2, byu=DFR GL2, pqwjxzkuo=DFR I(ne)LZ(0.3), ugvxjqcag=DFR I(n)L3(800.0), nuajvqcg=DFR I(ne)LZ(0.3), jhkxoiae=IB LL-DZ(0.3), zqxcnb=DFR I(n)B2, kfiocyb=DFR GBZ(0.3), chvetcio=DFR I(n)BZ(0.3), sfjyssznqh=DFR GB3(800.0), vquyd=IB LL-LZ(0.3), ftdxlav=DFR I(ne)1, lvbskcdx=DFR I(ne)1, prkgd=DFR G2, kjlnesrdxy=DFR I(ne)L3(800.0), bzu=IB LL-D3(800.0), xuclmo=BM25(k1=1.2,b=0.75), ystn=IB SPL-L3(800.0), igolmckgqc=DFR GL1, ugho=DFR GB3(800.0), pizustnlub=DFR I(ne)B2, gckjjvsku=IB SPL-DZ(0.3), pbmanipp=DFR I(F)B2, ykdtwnj=DefaultSimilarity, hqxqa=DFR GL3(800.0), vnnjnqbqu=DFR I(n)2, akzxnnpy=DFR GB3(800.0), mewxl=DFR GL3(800.0), uaesyhmxl=DFR G1, qjykna=DFR GB2, ruezrf=DFR G1, cdvajlhylu=DFR I(n)L2, ekxti=DFR I(ne)1, rqhbxmu=IB LL-L3(800.0), xbomfuvm=IB SPL-L3(800.0), yebgubd=DFR I(n)L3(800.0), ugkj=DFR I(ne)B3(800.0), wenmivev=DFR GBZ(0.3), vuelkmddln=BM25(k1=1.2,b=0.75), aswmb=DFR GL2, itzltzxzs=DFR I(n)B2, pxlwh=DFR G3(800.0), sxffkivmfl=IB SPL-DZ(0.3), ulbhuqbid=DFR G1, rxqbnxxbt=DFR I(F)B3(800.0), cixktegip=DFR I(n)LZ(0.3), yojmyk=IB LL-L3(800.0), fjogvtsx=DFR I(F)BZ(0.3), xikqngm=DFR I(F)B3(800.0), fldnp=DFR I(F)B1, deys=IB SPL-LZ(0.3), wryaektp=DFR GB3(800.0), ugbmhxz=DFR I(n)BZ(0.3), rphiskb=DFR GBZ(0.3), lxgvrql=DFR G2, adkbs=IB LL-D3(800.0), biytim=DFR GZ(0.3), qlbw=DFR I(F)B1, tdjm=DFR I(F)BZ(0.3), zrjwnthaju=DFR I(F)2, rjzhmod=IB SPL-DZ(0.3), tbrjtxclh=IB LL-LZ(0.3), imjijbvnl=DFR I(F)LZ(0.3), pziuse=LM Jelinek-Mercer(0.700000), mbsrdai=IB SPL-L1, dbxljmslgv=DFR I(F)Z(0.3), xqbonolyip=DFR I(n)L1, bclmigpq=DFR I(ne)2, tag=IB LL-D2, ytumtyjr=DFR I(n)3(800.0), krhqj=DFR G2, htqtzt=DFR I(ne)2, kdsxqfw=DFR I(ne)L2, euuoy=DFR I(n)1, tau=DFR I(ne)L3(800.0), drexiy=DefaultSimilarity, wfllzlw=DFR I(ne)L2, ngujdqsu=DFR I(F)B3(800.0), zqixykngv=DFR I(F)Z(0.3), dwdxpsv=IB SPL-DZ(0.3), tbb=DFR I(ne)B1, kqzbcjmhq=DFR I(F)B3(800.0), mmjybw=IB LL-L2, tbg=DFR I(ne)2, emcnpiki=DFR I(ne)L2, iuki=BM25(k1=1.2,b=0.75), rbdzujlmso=DFR I(ne)L3(800.0), ofcnycqm=IB LL-D1, ichzb=IB SPL-D2, psfsuxnqn=DFR GB2, wngxtv=DFR I(n)B1, xqdxgibeya=DFR GL2, wijxvuks=IB LL-L3(800.0), npupjg=DFR I(n)L3(800.0), cbtfcqw=DFR I(n)B2, eldybcokd=DFR I(n)2, tcb=IB LL-L3(800.0), pzbx=DFR I(ne)B2, gyyslreai=DFR GBZ(0.3), rvuboaywy=IB LL-D1, nfotcaxli=DFR I(n)LZ(0.3), ooluzw=DFR I(ne)B2, vnrsrkb=IB SPL-L3(800.0), tpvknm=IB SPL-D2, lyptorbgxn=DFR I(F)L1, xvxtt=IB LL-D1, mhphprvpt=DFR I(n)Z(0.3), eubfih=DFR I(F)L1, gyuht=DFR I(ne)1, idln=IB LL-D3(800.0), uvzlw=DFR I(F)B1, cbk=DFR I(n)B1, oyjuav=IB SPL-DZ(0.3), inwlolpeh=DFR I(n)3(800.0), zsnunmt=DFR I(ne)BZ(0.3), wjlhtcc=DFR G3(800.0), aqvrpzk=DefaultSimilarity, jxpg=DFR I(ne)B3(800.0), wrnejkq=LM Jelinek-Mercer(0.100000), xeilee=DFR I(ne)L2, fuxorabwfj=DFR I(ne)B1, lnskbhux=DFR I(F)2, fqvabs=DFR I(n)1, wssqyvofvw=DFR I(n)1, tdm=DFR I(ne)2}, locale=fr, timezone=Europe/Vilnius
   [junit4]   2> NOTE: Linux 3.13.0-34-generic i386/Oracle Corporation 1.8.0_20 (32-bit)/cpus=8,threads=1,free=87660056,total=319815680
   [junit4]   2> NOTE: All tests run in this JVM: [TestDoc, TestNumericRangeQuery64, TestCompressingTermVectorsFormat]
   [junit4] Completed on J0 in 123.55s, 50 tests, 5 failures <<< FAILURES!

[...truncated 1440 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:485: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:465: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:48: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/build.xml:49: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1343: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:958: There were test failures: 418 suites, 3716 tests, 5 failures, 143 ignored (132 assumptions)

Total time: 32 minutes 36 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_20 -server -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any