start: disk usage on /l: + df -h /l Filesystem Size Used Avail Use% Mounted on /dev/nvme1n1p1 880G 351G 485G 42% / + export ANT_HOME=/usr/local/src/apache-ant-1.9.5 + ANT_HOME=/usr/local/src/apache-ant-1.9.5 + export JAVA_HOME=/usr/lib/jvm/java-25-openjdk + JAVA_HOME=/usr/lib/jvm/java-25-openjdk + export GRADLE_HOME=/usr/local/src/gradle-2.9 + GRADLE_HOME=/usr/local/src/gradle-2.9 + export PATH=/usr/local/src/apache-ant-1.9.5/bin:/usr/lib/jvm/java-25-openjdk/bin:/usr/local/src/gradle-2.9/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games + PATH=/usr/local/src/apache-ant-1.9.5/bin:/usr/lib/jvm/java-25-openjdk/bin:/usr/local/src/gradle-2.9/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games ++ date + echo -e '\n\nThu May 14 04:38:37 AM EDT 2026: now start nightly benchmarks' Thu May 14 04:38:37 AM EDT 2026: now start nightly benchmarks + pkill java + true + pkill mencoder + true + cd /l/trunk.nightly/lucene + git checkout main Already on 'main' Your branch is up to date with 'origin/main'. + git pull origin main From https://gitbox.apache.org/repos/asf/lucene * branch main -> FETCH_HEAD 29af85188d5..dbf0d1426f1 main -> origin/main Updating 29af85188d5..dbf0d1426f1 Fast-forward gradle/libs.versions.toml | 4 ++-- lucene/CHANGES.txt | 5 ++++- .../apache/lucene/analysis/hunspell/Dictionary.java | 6 +++--- .../apache/lucene/analysis/hunspell/Suggestion.java | 2 +- .../analysis/pattern/PatternTypingFilterFactory.java | 2 +- .../org/apache/lucene/analysis/pt/RSLPStemmerBase.java | 2 +- .../analysis/query/QueryAutoStopWordAnalyzer.java | 2 +- .../org/apache/lucene/analysis/synonym/SynonymMap.java | 2 +- .../java/org/apache/lucene/analysis/util/CSVUtil.java | 2 +- .../analysis/email/TestUAX29URLEmailTokenizer.java | 6 +++--- .../miscellaneous/TestStemmerOverrideFilter.java | 2 +- .../apache/lucene/analysis/ja/dict/UserDictionary.java | 4 ++-- .../lucene/analysis/ja/TestJapaneseTokenizer.java | 2 +- .../org/apache/lucene/analysis/ja/TestSearchMode.java | 2 +- .../apache/lucene/analysis/ko/dict/UserDictionary.java | 2 +- .../lucene/analysis/opennlp/OpenNLPChunkerFilter.java | 4 ++-- .../analysis/opennlp/OpenNLPLemmatizerFilter.java | 4 ++-- .../lucene/analysis/opennlp/OpenNLPPOSFilter.java | 2 +- .../blocktree/Lucene90BlockTreeTermsReader.java | 2 +- .../benchmark/byTask/feeds/DirContentSource.java | 4 ++-- .../benchmark/byTask/feeds/EnwikiQueryMaker.java | 2 +- .../benchmark/byTask/feeds/FileBasedQueryMaker.java | 2 +- .../benchmark/byTask/feeds/ReutersQueryMaker.java | 2 +- .../benchmark/byTask/feeds/SimpleQueryMaker.java | 2 +- .../byTask/feeds/SimpleSloppyPhraseQueryMaker.java | 4 ++-- .../benchmark/byTask/feeds/SpatialFileQueryMaker.java | 2 +- .../lucene/benchmark/byTask/utils/Algorithm.java | 2 +- .../apache/lucene/benchmark/quality/QualityQuery.java | 2 +- .../apache/lucene/benchmark/quality/QualityStats.java | 2 +- .../lucene/benchmark/quality/trec/QueryDriver.java | 2 +- .../lucene/benchmark/quality/trec/Trec1MQReader.java | 2 +- .../benchmark/quality/trec/TrecTopicsReader.java | 2 +- .../apache/lucene/classification/BM25NBClassifier.java | 2 +- .../classification/SimpleNaiveBayesClassifier.java | 2 +- .../document/SimpleNaiveBayesDocumentClassifier.java | 2 +- .../lucene/codecs/blockterms/BlockTermsReader.java | 4 ++-- .../codecs/blocktreeords/OrdsBlockTreeTermsReader.java | 2 +- .../codecs/bloom/BloomFilteringPostingsFormat.java | 4 ++-- .../apache/lucene/codecs/memory/FSTTermsReader.java | 4 ++-- .../codecs/simpletext/SimpleTextFieldsReader.java | 12 +++++++++--- .../codecs/simpletext/SimpleTextPointsReader.java | 2 +- .../codecs/simpletext/SimpleTextTermVectorsReader.java | 4 ++-- .../java/org/apache/lucene/codecs/PointsReader.java | 2 +- .../blocktree/Lucene103BlockTreeTermsReader.java | 2 +- .../Lucene90CompressingTermVectorsReader.java | 4 ++-- .../lucene/codecs/perfield/PerFieldMergeState.java | 2 +- .../lucene/codecs/perfield/PerFieldPostingsFormat.java | 2 +- .../java/org/apache/lucene/document/DoublePoint.java | 2 +- .../java/org/apache/lucene/document/FloatPoint.java | 2 +- .../src/java/org/apache/lucene/document/IntPoint.java | 2 +- .../src/java/org/apache/lucene/document/LongPoint.java | 2 +- .../src/java/org/apache/lucene/index/CodecReader.java | 4 ++-- .../org/apache/lucene/index/DocValuesLeafReader.java | 4 ++-- .../apache/lucene/index/ExitableDirectoryReader.java | 4 ++-- .../core/src/java/org/apache/lucene/index/Fields.java | 3 +-- .../java/org/apache/lucene/index/FilterLeafReader.java | 8 ++++---- .../java/org/apache/lucene/index/FreqProxFields.java | 2 +- .../org/apache/lucene/index/FreqProxTermsWriter.java | 2 +- .../src/java/org/apache/lucene/index/LeafReader.java | 6 +++--- .../org/apache/lucene/index/MappedMultiFields.java | 4 ++-- .../src/java/org/apache/lucene/index/MultiFields.java | 3 +-- .../src/java/org/apache/lucene/index/MultiTerms.java | 5 ++--- .../org/apache/lucene/index/ParallelLeafReader.java | 4 ++-- .../apache/lucene/index/SlowCodecReaderWrapper.java | 4 ++-- .../lucene/index/SlowCompositeCodecReaderWrapper.java | 4 ++-- .../org/apache/lucene/index/SortingCodecReader.java | 8 ++++---- .../core/src/java/org/apache/lucene/index/Terms.java | 4 ++-- .../java/org/apache/lucene/search/ConjunctionDISI.java | 5 ++--- .../org/apache/lucene/search/ConjunctionScorer.java | 2 +- .../apache/lucene/search/MultiNormsLeafSimScorer.java | 2 +- .../src/java/org/apache/lucene/search/PhraseQuery.java | 2 +- .../org/apache/lucene/search/SloppyPhraseMatcher.java | 6 +++--- .../java/org/apache/lucene/search/SynonymQuery.java | 2 +- .../java/org/apache/lucene/search/TermInSetQuery.java | 2 +- .../java/org/apache/lucene/search/TopTermsRewrite.java | 2 +- .../document/TestLatLonMultiLineShapeQueries.java | 2 +- .../document/TestLatLonMultiPointShapeQueries.java | 2 +- .../document/TestLatLonMultiPolygonShapeQueries.java | 2 +- .../lucene/document/TestXYMultiLineShapeQueries.java | 2 +- .../lucene/document/TestXYMultiPointShapeQueries.java | 2 +- .../document/TestXYMultiPolygonShapeQueries.java | 2 +- .../apache/lucene/index/TestDocValuesFieldUpdates.java | 2 +- .../org/apache/lucene/index/TestDocsAndPositions.java | 2 +- .../lucene/index/TestExitableDirectoryReader.java | 2 +- .../org/apache/lucene/index/TestFilterLeafReader.java | 2 +- .../apache/lucene/index/TestFrozenBufferedUpdates.java | 2 +- .../org/apache/lucene/index/TestMultiTermsEnum.java | 6 +++--- .../lucene/index/TestParallelReaderEmptyIndex.java | 2 +- .../org/apache/lucene/index/TestPostingsOffsets.java | 4 +--- .../lucene/index/TestSegmentToThreadMapping.java | 2 +- .../apache/lucene/index/TestSortingCodecReader.java | 4 ++-- .../lucene/search/BaseKnnVectorQueryTestCase.java | 2 +- .../org/apache/lucene/search/TestIndexSearcher.java | 4 ++-- .../apache/lucene/search/TestKnnFloatVectorQuery.java | 2 +- .../org/apache/lucene/search/TestMatchesIterator.java | 2 +- .../org/apache/lucene/search/TestMinShouldMatch2.java | 8 ++++---- .../lucene/search/TestMultiCollectorManager.java | 8 ++++---- .../org/apache/lucene/search/TestMultiPhraseQuery.java | 6 +++--- .../apache/lucene/search/TestPhrasePrefixQuery.java | 4 ++-- .../org/apache/lucene/search/TestSortOptimization.java | 4 ++-- .../org/apache/lucene/search/TestTermInSetQuery.java | 2 +- .../test/org/apache/lucene/search/TestTermQuery.java | 2 +- .../org/apache/lucene/search/TestTopDocsMerge.java | 4 ++-- .../org/apache/lucene/util/TestDocIdSetBuilder.java | 2 +- .../org/apache/lucene/util/TestMSBRadixSorter.java | 4 ++-- .../test/org/apache/lucene/util/TestOfflineSorter.java | 4 ++-- .../lucene/util/TestRecyclingByteBlockAllocator.java | 4 ++-- .../lucene/util/TestRecyclingIntBlockAllocator.java | 4 ++-- .../apache/lucene/util/TestStableMSBRadixSorter.java | 4 ++-- .../src/test/org/apache/lucene/util/bkd/TestBKD.java | 2 +- .../src/test/org/apache/lucene/util/fst/TestFSTs.java | 4 ++-- .../util/graph/TestGraphTokenStreamFiniteStrings.java | 2 +- .../apache/lucene/demo/facet/SandboxFacetsExample.java | 18 +++++++++--------- .../apache/lucene/expressions/js/VariableContext.java | 2 +- .../java/org/apache/lucene/facet/DrillDownQuery.java | 2 +- .../java/org/apache/lucene/facet/DrillSideways.java | 2 +- .../src/java/org/apache/lucene/facet/FacetsConfig.java | 2 +- .../org/apache/lucene/facet/LongValueFacetCounts.java | 4 ++-- .../apache/lucene/facet/StringValueFacetCounts.java | 2 +- .../AbstractSortedSetDocValueFacetCounts.java | 2 +- .../org/apache/lucene/facet/TestDrillSideways.java | 2 +- .../facet/sortedset/TestSortedSetDocValuesFacets.java | 2 +- .../lucene/facet/taxonomy/TestTaxonomyCombined.java | 2 +- .../lucene/facet/taxonomy/TestTaxonomyFacetCounts.java | 2 +- .../facet/taxonomy/TestTaxonomyFacetValueSource.java | 2 +- .../search/grouping/TestAllGroupHeadsCollector.java | 2 +- .../apache/lucene/search/highlight/Highlighter.java | 4 ++-- .../lucene/search/highlight/QueryTermExtractor.java | 2 +- .../lucene/search/highlight/TermVectorLeafReader.java | 4 ++-- .../search/highlight/WeightedSpanTermExtractor.java | 5 ++--- .../lucene/search/uhighlight/FieldHighlighter.java | 4 ++-- .../lucene/search/uhighlight/FieldOffsetStrategy.java | 2 +- .../search/uhighlight/MultiTermHighlighting.java | 2 +- .../uhighlight/OverlaySingleDocTermsLeafReader.java | 2 +- .../apache/lucene/search/uhighlight/PhraseHelper.java | 5 ++--- .../uhighlight/TermVectorFilteredLeafReader.java | 2 +- .../search/vectorhighlight/BaseFragmentsBuilder.java | 2 +- .../search/vectorhighlight/AbstractTestCase.java | 2 +- .../org/apache/lucene/search/join/TestBlockJoin.java | 5 ++--- .../analysis/CustomAnalyzerPanelProvider.java | 10 +++++----- .../components/fragments/search/SortPaneProvider.java | 2 +- .../lucene/luke/models/analysis/AnalysisImpl.java | 2 +- .../org/apache/lucene/luke/models/util/IndexUtils.java | 2 +- .../org/apache/lucene/index/memory/MemoryIndex.java | 2 +- .../lucene/misc/index/MultiPassIndexSplitter.java | 4 ++-- .../org/apache/lucene/misc/util/fst/TestFSTsMisc.java | 2 +- .../org/apache/lucene/queries/CommonTermsQuery.java | 2 +- .../apache/lucene/queries/intervals/Disjunctions.java | 2 +- .../lucene/queries/intervals/IntervalBuilder.java | 8 ++++---- .../apache/lucene/queries/spans/ConjunctionSpans.java | 2 +- .../queries/spans/SpanMultiTermQueryWrapper.java | 4 ++-- .../org/apache/lucene/queries/spans/SpanNearQuery.java | 4 ++-- .../org/apache/lucene/queries/spans/SpanOrQuery.java | 2 +- .../standard/builders/MultiPhraseQueryNodeBuilder.java | 2 +- .../queryparser/xml/builders/SpanNearBuilder.java | 2 +- .../lucene/queryparser/xml/builders/SpanOrBuilder.java | 2 +- .../queryparser/xml/builders/SpanOrTermsBuilder.java | 2 +- .../queryparser/ext/TestExtendableQueryParser.java | 2 +- .../org/apache/lucene/payloads/PayloadSpanUtil.java | 3 +-- .../codecs/idversion/VersionBlockTreeTermsReader.java | 2 +- .../apache/lucene/sandbox/document/HalfFloatPoint.java | 2 +- .../sandbox/facet/cutters/TaxonomyFacetsCutter.java | 2 +- .../lucene/sandbox/search/CombinedFieldQuery.java | 2 +- .../lucene/sandbox/search/MultiNormsLeafSimScorer.java | 2 +- .../lucene/sandbox/search/PhraseWildcardQuery.java | 2 +- .../lucene/sandbox/search/TermAutomatonQuery.java | 6 ++---- .../lucene/sandbox/facet/SandboxFacetTestCase.java | 6 +++--- .../lucene/sandbox/facet/TestLongValueFacet.java | 6 +++--- .../search/TestInetAddrSsDvMultiRangeQuery.java | 1 - .../lucene/sandbox/search/TestPhraseWildcardQuery.java | 2 +- .../spatial/composite/CompositeSpatialStrategy.java | 2 +- .../lucene/spatial/spatial4j/Geo3dShapeFactory.java | 3 +-- .../spatial3d/tests/RandomGeo3dShapeGenerator.java | 6 ++---- .../lucene/spatial3d/geom/GeoBaseCompositeShape.java | 2 +- .../apache/lucene/spatial3d/geom/GeoPathFactory.java | 2 +- .../org/apache/lucene/spatial3d/TestGeo3DPoint.java | 2 +- .../suggest/document/CompletionFieldsProducer.java | 2 +- .../search/suggest/document/CompletionQuery.java | 6 +----- .../lucene/search/suggest/fst/FSTCompletion.java | 2 +- .../apache/lucene/search/spell/TestSpellChecker.java | 2 +- .../lucene/search/suggest/TestLookupBenchmark.java | 2 +- .../search/suggest/analyzing/TestFuzzySuggester.java | 2 +- .../search/suggest/document/TestContextQuery.java | 2 +- .../search/suggest/document/TestSuggestField.java | 6 +++--- .../lucene/search/suggest/fst/TestFSTCompletion.java | 2 +- .../tests/codecs/asserting/AssertingPointsFormat.java | 2 +- .../codecs/asserting/AssertingPostingsFormat.java | 2 +- .../lucene/tests/codecs/cranky/CrankyPointsFormat.java | 2 +- .../tests/codecs/ramonly/RAMOnlyPostingsFormat.java | 2 +- .../apache/lucene/tests/index/AssertingLeafReader.java | 8 ++++---- .../tests/index/BaseIndexFileFormatTestCase.java | 2 +- .../lucene/tests/index/BasePointsFormatTestCase.java | 4 ++-- .../tests/index/BaseStoredFieldsFormatTestCase.java | 2 +- .../lucene/tests/index/FieldFilterLeafReader.java | 6 +++--- .../tests/index/LegacyBaseDocValuesFormatTestCase.java | 2 +- .../apache/lucene/tests/index/MergeReaderWrapper.java | 4 ++-- .../lucene/tests/index/MismatchedLeafReader.java | 2 +- .../org/apache/lucene/tests/search/QueryUtils.java | 2 +- .../lucene/tests/store/MockDirectoryWrapper.java | 6 +++--- .../org/apache/lucene/tests/util/RamUsageTester.java | 2 +- .../java/org/apache/lucene/tests/util/TestUtil.java | 2 +- 201 files changed, 309 insertions(+), 320 deletions(-) + ../gradlew clean Starting a Gradle Daemon (subsequent builds will be faster) > Task :build-infra:compileJava Note: /l/trunk.nightly/build-tools/build-infra/src/main/java/org/apache/lucene/gradle/Checksum.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. > Task :build-infra:pluginDescriptors UP-TO-DATE > Task :build-infra:processResources UP-TO-DATE > Task :build-infra:classes > Task :build-infra:jar UP-TO-DATE The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. > Task :lucene:clean UP-TO-DATE > Task :lucene:analysis:clean UP-TO-DATE > Task :lucene:distribution:clean UP-TO-DATE > Task :lucene:analysis.tests:clean > Task :lucene:core.tests:clean > Task :lucene:documentation:clean UP-TO-DATE > Task :lucene:distribution.tests:clean > Task :lucene:classification:clean > Task :lucene:demo:clean > Task :lucene:grouping:clean > Task :lucene:expressions:clean > Task :lucene:memory:clean > Task :lucene:benchmark:clean > Task :lucene:join:clean > Task :lucene:facet:clean > Task :lucene:codecs:clean > Task :lucene:highlighter:clean > Task :lucene:misc:clean > Task :lucene:monitor:clean > Task :lucene:replicator:clean > Task :lucene:spatial-test-fixtures:clean > Task :lucene:backward-codecs:clean > Task :lucene:luke:clean > Task :lucene:spatial3d:clean > Task :lucene:suggest:clean > Task :lucene:spatial-extras:clean > Task :lucene:analysis:icu:clean > Task :lucene:benchmark-jmh:clean > Task :lucene:analysis:morfologik.tests:clean > Task :lucene:analysis:morfologik:clean > Task :lucene:queryparser:clean > Task :lucene:sandbox:clean > Task :lucene:analysis:kuromoji:clean > Task :lucene:queries:clean > Task :lucene:analysis:opennlp:clean > Task :lucene:analysis:phonetic:clean > Task :lucene:analysis:smartcn:clean > Task :lucene:analysis:stempel:clean > Task :lucene:analysis:nori:clean > Task :lucene:test-framework:clean > Task :lucene:analysis:common:clean > Task :lucene:core:clean BUILD SUCCESSFUL in 8s 46 actionable tasks: 39 executed, 7 up-to-date Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.5.0/userguide/configuration_cache_enabling.html + ../gradlew jar + cd /l/util.nightly + echo 'activate luceneutil venv' activate luceneutil venv + make env make: Nothing to be done for 'env'. + source .venv/bin/activate ++ deactivate nondestructive ++ '[' -n '' ']' ++ '[' -n '' ']' ++ hash -r ++ '[' -n '' ']' ++ unset VIRTUAL_ENV ++ unset VIRTUAL_ENV_PROMPT ++ '[' '!' nondestructive = nondestructive ']' ++ case "$(uname)" in +++ uname ++ export VIRTUAL_ENV=/l/util.nightly/.venv ++ VIRTUAL_ENV=/l/util.nightly/.venv ++ _OLD_VIRTUAL_PATH=/usr/local/src/apache-ant-1.9.5/bin:/usr/lib/jvm/java-25-openjdk/bin:/usr/local/src/gradle-2.9/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games ++ PATH=/l/util.nightly/.venv/bin:/usr/local/src/apache-ant-1.9.5/bin:/usr/lib/jvm/java-25-openjdk/bin:/usr/local/src/gradle-2.9/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games ++ export PATH ++ VIRTUAL_ENV_PROMPT=.venv ++ export VIRTUAL_ENV_PROMPT ++ '[' -n '' ']' ++ '[' -z '' ']' ++ _OLD_VIRTUAL_PS1= ++ PS1='(.venv) ' ++ export PS1 ++ hash -r + rm -rf build + mkdir build + git pull origin main From github.com:mikemccand/luceneutil * branch main -> FETCH_HEAD Already up to date. + echo 'Run gradle test' Run gradle test + python3 -u /l/util.nightly/src/python/runNightlyGradleTestPrecommit.py ***USING BIG LINE FILE*** Using java from: /usr/lib/jvm/java-25-openjdk/bin/ gradle test log: /l/logs.nightly/ant_test/2026.05.14.lucene-tests.txt took: 1.4 min gradle precommit log: /l/logs.nightly/ant_test/2026.05.14.precommit.txt took: 0.5 min + echo 'Run lucene nightly' Run lucene nightly + python -uO /l/util.nightly/src/python/nightlyBench.py -run ***USING BIG LINE FILE*** Using java from: /usr/lib/jvm/java-25-openjdk/bin/ NOTE: perf executable is /usr/sbin/perf; will collect aggregate CPU profiling data NOTE: vmstat executable is /usr/sbin/vmstat; will collect system-wide CPU/IO telemetry NOTE: gnuplot executable is /usr/sbin/gnuplot; will generate system-wide CPU/IO graphs from vmstat WARNING: perf SIMD counters not available on this CPU; disabling SIMD validation NOTE: perf executable is /usr/sbin/perf; will collect aggregate CPU profiling data GitHub pull request counts: 304 open, 3944 closed Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-14.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-13.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-5.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-0.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-17.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-19.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-16.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-11.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-8.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-18.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-1.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-7.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-9.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-2.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-3.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-6.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-12.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-4.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-10.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-15.jfr... [2026-05-14 04:42:39.894451] start [2026-05-14 04:42:39.894560] log dir /l/logs.nightly/2026.05.14.04.42.39 Java version (see also /l/logs.nightly/2026.05.14.04.42.39/java_version.txt): cmd='/usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -version 2>&1' WARNING: Using incubator modules: jdk.incubator.vector openjdk version "25.0.2" 2026-01-20 OpenJDK Runtime Environment (build 25.0.2) OpenJDK 64-Bit Server VM (build 25.0.2, mixed mode, sharing) WARNING: Using incubator modules: jdk.incubator.vector openjdk version "25.0.2" 2026-01-20 OpenJDK Runtime Environment (build 25.0.2) OpenJDK 64-Bit Server VM (build 25.0.2, mixed mode, sharing) Java full version (see also /l/logs.nightly/2026.05.14.04.42.39/java_full_version.txt): cmd='/usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -fullversion 2>&1' openjdk full version "25.0.2" Java version & all flags (see also /l/logs.nightly/2026.05.14.04.42.39/java_final_flags.txt): cmd='/usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:+PrintFlagsFinal -version' [Global flags] ccstr AOTCache = {product} {default} ccstr AOTCacheOutput = {product} {default} bool AOTClassLinking = false {product} {default} ccstr AOTConfiguration = {product} {default} ccstr AOTMode = {product} {default} int ActiveProcessorCount = -1 {product} {default} uintx AdaptiveSizeDecrementScaleFactor = 4 {product} {default} uintx AdaptiveSizeMajorGCDecayTimeScale = 10 {product} {default} uintx AdaptiveSizePolicyInitializingSteps = 20 {product} {default} uintx AdaptiveSizePolicyOutputInterval = 0 {product} {default} uint AdaptiveSizePolicyWeight = 10 {product} {default} uint AdaptiveSizeThroughPutPolicy = 0 {product} {default} uint AdaptiveTimeWeight = 25 {product} {default} bool AdjustStackSizeForTLS = false {product} {default} bool AggressiveHeap = false {product} {default} bool AlignVector = false {C2 product} {default} ccstr AllocateHeapAt = {product} {default} int AllocateInstancePrefetchLines = 1 {product} {default} int AllocatePrefetchDistance = 256 {product} {default} intx AllocatePrefetchInstr = 0 {product} {default} int AllocatePrefetchLines = 3 {product} {default} int AllocatePrefetchStepSize = 64 {product} {default} int AllocatePrefetchStyle = 1 {product} {default} bool AllowParallelDefineClass = false {product} {default} bool AllowRedefinitionToAddDeleteMethods = false {product} {default} bool AllowUserSignalHandlers = false {product} {default} bool AllowVectorizeOnDemand = true {C2 product} {default} bool AlwaysActAsServerClassMachine = false {product} {default} bool AlwaysCompileLoopMethods = false {product} {default} bool AlwaysPreTouch = false {product} {default} bool AlwaysRestoreFPU = false {product} {default} bool AlwaysTenure = false {product} {default} ccstr ArchiveClassesAtExit = {product} {default} intx ArrayCopyLoadStoreMaxElem = 8 {C2 product} {default} size_t AsyncLogBufferSize = 2097152 {product} {default} intx AutoBoxCacheMax = 128 {C2 product} {default} bool AutoCreateSharedArchive = false {product} {default} intx BCEATraceLevel = 0 {product} {default} bool BackgroundCompilation = true {pd product} {default} bool BlockLayoutByFrequency = true {C2 product} {default} intx BlockLayoutMinDiamondPercentage = 20 {C2 product} {default} bool BlockLayoutRotateLoops = true {C2 product} {default} intx C1InlineStackLimit = 5 {C1 product} {default} intx C1MaxInlineLevel = 9 {C1 product} {default} intx C1MaxInlineSize = 35 {C1 product} {default} intx C1MaxRecursiveInlineLevel = 1 {C1 product} {default} intx C1MaxTrivialSize = 6 {C1 product} {default} bool C1OptimizeVirtualCallProfiling = true {C1 product} {default} bool C1ProfileBranches = true {C1 product} {default} bool C1ProfileCalls = true {C1 product} {default} bool C1ProfileCheckcasts = true {C1 product} {default} bool C1ProfileInlinedCalls = true {C1 product} {default} bool C1ProfileVirtualCalls = true {C1 product} {default} bool C1UpdateMethodData = true {C1 product} {default} intx CICompilerCount = 21 {product} {ergonomic} bool CICompilerCountPerCPU = true {product} {default} bool CITime = false {product} {default} bool CheckJNICalls = false {product} {default} bool ClassUnloading = true {product} {default} bool ClassUnloadingWithConcurrentMark = true {product} {default} bool ClipInlining = true {product} {default} uintx CodeCacheExpansionSize = 65536 {pd product} {default} bool CompactStrings = true {pd product} {default} ccstr CompilationMode = default {product} {default} ccstrlist CompileCommand = {product} {default} ccstr CompileCommandFile = {product} {default} ccstrlist CompileOnly = {product} {default} intx CompileThreshold = 10000 {pd product} {default} double CompileThresholdScaling = 1.000000 {product} {default} int CompilerThreadPriority = -1 {product} {default} intx CompilerThreadStackSize = 1024 {pd product} {default} size_t CompressedClassSpaceSize = 1073741824 {product} {default} uint ConcGCThreads = 0 {product} {default} intx ConditionalMoveLimit = 3 {C2 pd product} {default} int ContendedPaddingWidth = 128 {product} {default} bool CrashOnOutOfMemoryError = false {product} {default} bool CreateCoredumpOnCrash = true {product} {default} bool DTraceAllocProbes = false {product} {default} bool DTraceMethodProbes = false {product} {default} bool DTraceMonitorProbes = false {product} {default} bool DisableAttachMechanism = false {product} {default} bool DisableExplicitGC = false {product} {default} bool DisplayVMOutputToStderr = false {product} {default} bool DisplayVMOutputToStdout = false {product} {default} bool DoEscapeAnalysis = true {C2 product} {default} bool DontCompileHugeMethods = true {product} {default} ccstr DumpLoadedClassList = {product} {default} bool DumpReplayDataOnError = true {product} {default} bool EagerXrunInit = false {product} {default} intx EliminateAllocationArraySizeLimit = 64 {C2 product} {default} bool EliminateAllocations = true {C2 product} {default} bool EliminateAutoBox = true {C2 product} {default} bool EliminateLocks = true {C2 product} {default} bool EliminateNestedLocks = true {C2 product} {default} bool EnableContended = true {product} {default} bool EnableDynamicAgentLoading = true {product} {default} size_t ErgoHeapSizeLimit = 0 {product} {default} ccstr ErrorFile = {product} {default} bool ErrorFileToStderr = false {product} {default} bool ErrorFileToStdout = false {product} {default} uint64_t ErrorLogTimeout = 120 {product} {default} double EscapeAnalysisTimeout = 20.000000 {C2 product} {default} bool EstimateArgEscape = true {product} {default} bool ExecutingUnitTests = false {product} {default} bool ExitOnOutOfMemoryError = false {product} {default} bool ExplicitGCInvokesConcurrent = false {product} {default} bool ExtensiveErrorReports = false {product} {default} ccstr ExtraSharedClassListFile = {product} {default} bool FlightRecorder = false {product} {default} ccstr FlightRecorderOptions = {product} {default} bool ForceTimeHighResolution = false {product} {default} intx FreqInlineSize = 325 {C2 pd product} {default} uint FullGCHeapDumpLimit = 0 {manageable} {default} double G1ConcMarkStepDurationMillis = 10.000000 {product} {default} uint G1ConcRefinementThreads = 0 {product} {default} uint G1ConfidencePercent = 50 {product} {default} size_t G1HeapRegionSize = 0 {product} {default} uint G1HeapWastePercent = 5 {product} {default} uintx G1MixedGCCountTarget = 8 {product} {default} uintx G1PeriodicGCInterval = 0 {manageable} {default} bool G1PeriodicGCInvokesConcurrent = true {product} {default} double G1PeriodicGCSystemLoadThreshold = 0.000000 {manageable} {default} uint G1RSetUpdatingPauseTimePercent = 10 {product} {default} uint G1RefProcDrainInterval = 1000 {product} {default} uint G1ReservePercent = 10 {product} {default} uint G1SATBBufferEnqueueingThresholdPercent = 60 {product} {default} size_t G1SATBBufferSize = 1024 {product} {default} size_t G1UpdateBufferSize = 256 {product} {default} bool G1UseAdaptiveIHOP = true {product} {default} uint GCCardSizeInBytes = 512 {product} {default} uint GCDrainStackTargetSize = 64 {product} {default} uint GCHeapFreeLimit = 2 {product} {default} uintx GCPauseIntervalMillis = 0 {product} {default} uint GCTimeLimit = 98 {product} {default} uint GCTimeRatio = 99 {product} {default} size_t HeapBaseMinAddress = 2147483648 {pd product} {default} bool HeapDumpAfterFullGC = false {manageable} {default} bool HeapDumpBeforeFullGC = false {manageable} {default} int HeapDumpGzipLevel = 0 {manageable} {default} bool HeapDumpOnOutOfMemoryError = false {manageable} {default} ccstr HeapDumpPath = {manageable} {default} uintx HeapMaximumCompactionInterval = 20 {product} {default} uintx HeapSearchSteps = 3 {product} {default} size_t HeapSizePerGCThread = 43620760 {product} {default} bool IgnoreEmptyClassPaths = false {product} {default} bool IgnoreUnrecognizedVMOptions = false {product} {default} uintx IncreaseFirstTierCompileThresholdAt = 50 {product} {default} bool IncrementalInline = true {C2 product} {default} uintx InitialCodeCacheSize = 2555904 {pd product} {default} size_t InitialHeapSize = 34359738368 {product} {command line} double InitialRAMPercentage = 1.562500 {product} {default} uintx InitialSurvivorRatio = 8 {product} {default} uint InitialTenuringThreshold = 7 {product} {default} uint InitiatingHeapOccupancyPercent = 45 {product} {default} bool Inline = true {product} {default} ccstr InlineDataFile = {product} {default} intx InlineSmallCode = 2500 {C2 pd product} {default} bool InlineSynchronizedMethods = true {C1 product} {default} intx InteriorEntryAlignment = 16 {C2 pd product} {default} intx InterpreterProfilePercentage = 33 {product} {default} bool JavaMonitorsInStackTrace = true {product} {default} int JavaPriority10_To_OSPriority = -1 {product} {default} int JavaPriority1_To_OSPriority = -1 {product} {default} int JavaPriority2_To_OSPriority = -1 {product} {default} int JavaPriority3_To_OSPriority = -1 {product} {default} int JavaPriority4_To_OSPriority = -1 {product} {default} int JavaPriority5_To_OSPriority = -1 {product} {default} int JavaPriority6_To_OSPriority = -1 {product} {default} int JavaPriority7_To_OSPriority = -1 {product} {default} int JavaPriority8_To_OSPriority = -1 {product} {default} int JavaPriority9_To_OSPriority = -1 {product} {default} size_t LargePageHeapSizeThreshold = 134217728 {product} {default} size_t LargePageSizeInBytes = 0 {product} {default} intx LiveNodeCountInliningCutoff = 40000 {C2 product} {default} bool LoadExecStackDllInVMThread = true {product} {default} int LockingMode = 2 {product} {default} ccstr LogClassLoadingCauseFor = {product} {default} intx LoopMaxUnroll = 16 {C2 product} {default} intx LoopOptsCount = 43 {C2 product} {default} intx LoopPercentProfileLimit = 10 {C2 pd product} {default} uintx LoopStripMiningIter = 0 {C2 product} {default} uintx LoopStripMiningIterShortLoop = 0 {C2 product} {default} intx LoopUnrollLimit = 60 {C2 pd product} {default} intx LoopUnrollMin = 4 {C2 product} {default} bool LoopUnswitching = true {C2 product} {default} bool ManagementServer = false {product} {default} size_t MarkStackSize = 4194304 {product} {default} size_t MarkStackSizeMax = 536870912 {product} {default} uint MarkSweepAlwaysCompactCount = 4 {product} {default} uint MarkSweepDeadRatio = 5 {product} {default} intx MaxBCEAEstimateLevel = 5 {product} {default} intx MaxBCEAEstimateSize = 150 {product} {default} uint64_t MaxDirectMemorySize = 0 {product} {default} bool MaxFDLimit = true {product} {default} uintx MaxGCPauseMillis = 18446744073709551614 {product} {default} uintx MaxHeapFreeRatio = 100 {manageable} {default} size_t MaxHeapSize = 34359738368 {product} {command line} intx MaxInlineLevel = 15 {C2 product} {default} intx MaxInlineSize = 35 {C2 product} {default} intx MaxJNILocalCapacity = 65536 {product} {default} int MaxJavaStackTraceDepth = 1024 {product} {default} intx MaxJumpTableSize = 65000 {C2 product} {default} intx MaxJumpTableSparseness = 5 {C2 product} {default} intx MaxLabelRootDepth = 1100 {C2 product} {default} intx MaxLoopPad = 15 {C2 product} {default} size_t MaxMetaspaceExpansion = 5439488 {product} {default} uint MaxMetaspaceFreeRatio = 70 {product} {default} size_t MaxMetaspaceSize = 18446744073709551615 {product} {default} size_t MaxNewSize = 11453071360 {product} {ergonomic} intx MaxNodeLimit = 80000 {C2 product} {default} uint64_t MaxRAM = 137438953472 {pd product} {default} double MaxRAMPercentage = 25.000000 {product} {default} intx MaxRecursiveInlineLevel = 1 {C2 product} {default} uint MaxTenuringThreshold = 15 {product} {default} intx MaxTrivialSize = 6 {C2 product} {default} intx MaxVectorSize = 32 {C2 product} {default} size_t MetaspaceSize = 22020096 {product} {default} bool MethodFlushing = true {product} {default} size_t MinHeapDeltaBytes = 524288 {product} {ergonomic} uintx MinHeapFreeRatio = 0 {manageable} {default} size_t MinHeapSize = 34359738368 {product} {command line} intx MinJumpTableSize = 10 {C2 pd product} {default} size_t MinMetaspaceExpansion = 327680 {product} {default} uint MinMetaspaceFreeRatio = 40 {product} {default} double MinRAMPercentage = 50.000000 {product} {default} uintx MinSurvivorRatio = 3 {product} {default} size_t MinTLABSize = 2048 {product} {default} intx MultiArrayExpandLimit = 6 {C2 product} {default} uintx NUMAChunkResizeWeight = 20 {product} {default} size_t NUMAInterleaveGranularity = 2097152 {product} {default} size_t NUMASpaceResizeRate = 1073741824 {product} {default} bool NUMAStats = false {product} {default} ccstr NativeMemoryTracking = off {product} {default} bool NeverActAsServerClassMachine = false {pd product} {default} bool NeverTenure = false {product} {default} uintx NewRatio = 2 {product} {default} size_t NewSize = 11453071360 {product} {ergonomic} size_t NewSizeThreadIncrease = 5320 {pd product} {default} intx NmethodSweepActivity = 4 {product} {default} intx NodeLimitFudgeFactor = 2000 {C2 product} {default} uintx NonNMethodCodeHeapSize = 9371648 {pd product} {ergonomic} uintx NonProfiledCodeHeapSize = 121147392 {pd product} {ergonomic} intx NumberOfLoopInstrToAlign = 4 {C2 product} {default} int ObjectAlignmentInBytes = 8 {product lp64_product} {default} size_t OldPLABSize = 1024 {product} {default} bool OmitStackTraceInFastThrow = true {product} {default} ccstrlist OnError = {product} {default} ccstrlist OnOutOfMemoryError = {product} {default} intx OnStackReplacePercentage = 140 {pd product} {default} bool OptimizeFill = false {C2 product} {default} bool OptimizePtrCompare = true {C2 product} {default} bool OptimizeStringConcat = true {C2 product} {default} bool OptoBundling = false {C2 pd product} {default} intx OptoLoopAlignment = 16 {pd product} {default} bool OptoRegScheduling = true {C2 pd product} {default} bool OptoScheduling = false {C2 pd product} {default} uint PLABWeight = 75 {product} {default} bool PSChunkLargeArrays = true {product} {default} int ParGCArrayScanChunk = 50 {product} {default} uint ParallelGCBufferWastePct = 10 {product} {default} uint ParallelGCThreads = 83 {product} {default} bool ParallelRefProcBalancingEnabled = true {product} {default} bool ParallelRefProcEnabled = true {product} {default} bool PartialPeelAtUnsignedTests = true {C2 product} {default} bool PartialPeelLoop = true {C2 product} {default} intx PartialPeelNewPhiDelta = 0 {C2 product} {default} uint PausePadding = 1 {product} {default} intx PerBytecodeRecompilationCutoff = 200 {product} {default} intx PerBytecodeTrapLimit = 4 {product} {default} intx PerMethodRecompilationCutoff = 400 {product} {default} intx PerMethodTrapLimit = 100 {product} {default} bool PerfAllowAtExitRegistration = false {product} {default} bool PerfBypassFileSystemCheck = false {product} {default} int PerfDataMemorySize = 32768 {product} {default} ccstr PerfDataSaveFile = {product} {default} bool PerfDataSaveToFile = false {product} {default} bool PerfDisableSharedMem = false {product} {default} int PerfMaxStringConstLength = 1024 {product} {default} size_t PreTouchParallelChunkSize = 4194304 {pd product} {default} bool PreferInterpreterNativeStubs = false {pd product} {default} intx PrefetchCopyIntervalInBytes = 576 {product} {default} intx PrefetchScanIntervalInBytes = 576 {product} {default} bool PreserveFramePointer = false {pd product} {default} size_t PretenureSizeThreshold = 0 {product} {default} bool PrintClassHistogram = false {manageable} {default} bool PrintCodeCache = false {product} {default} bool PrintCodeCacheOnCompilation = false {product} {default} bool PrintCommandLineFlags = false {product} {default} bool PrintCompilation = false {product} {default} bool PrintConcurrentLocks = false {manageable} {default} bool PrintExtendedThreadInfo = false {product} {default} bool PrintFlagsFinal = true {product} {command line} bool PrintFlagsInitial = false {product} {default} bool PrintFlagsRanges = false {product} {default} bool PrintGC = false {product} {default} bool PrintGCDetails = false {product} {default} bool PrintHeapAtSIGBREAK = true {product} {default} bool PrintSharedArchiveAndExit = false {product} {default} bool PrintStringTableStatistics = false {product} {default} bool PrintTieredEvents = false {product} {default} bool PrintVMOptions = false {product} {default} bool PrintWarnings = true {product} {default} bool ProfileExceptionHandlers = true {product} {default} bool ProfileInterpreter = true {pd product} {default} intx ProfileMaturityPercentage = 20 {product} {default} uintx ProfiledCodeHeapSize = 121139200 {pd product} {ergonomic} uint PromotedPadding = 3 {product} {default} uintx QueuedAllocationWarningCount = 0 {product} {default} bool RangeCheckElimination = true {product} {default} bool ReassociateInvariants = true {C2 product} {default} bool RecordDynamicDumpInfo = false {product} {default} bool ReduceBulkZeroing = true {C2 product} {default} bool ReduceFieldZeroing = true {C2 product} {default} bool ReduceInitialCardMarks = true {C2 product} {default} bool ReduceSignalUsage = false {product} {default} bool RelaxAccessControlCheck = false {product} {default} ccstr ReplayDataFile = {product} {default} uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic} bool ResizePLAB = true {product} {default} bool ResizeTLAB = true {product} {default} bool RestoreMXCSROnJNICalls = false {product} {default} bool RestrictContended = true {product} {default} bool RestrictReservedStack = true {product} {default} bool RewriteBytecodes = true {pd product} {default} bool RewriteFrequentPairs = true {pd product} {default} bool SafepointTimeout = false {product} {default} double SafepointTimeoutDelay = 10000.000000 {product} {default} bool SegmentedCodeCache = true {product} {ergonomic} double SelfDestructTimer = 0.000000 {product} {default} ccstr SharedArchiveConfigFile = {product} {default} ccstr SharedArchiveFile = {product} {default} size_t SharedBaseAddress = 1207959552 {product} {default} ccstr SharedClassListFile = {product} {default} uint SharedSymbolTableBucketSize = 4 {product} {default} ccstr ShenandoahGCHeuristics = adaptive {product} {default} ccstr ShenandoahGCMode = satb {product} {default} bool ShowCodeDetailsInExceptionMessages = true {manageable} {default} bool ShowMessageBoxOnError = false {product} {default} bool ShrinkHeapInSteps = true {product} {default} size_t SoftMaxHeapSize = 34359738368 {manageable} {ergonomic} intx SoftRefLRUPolicyMSPerMB = 1000 {product} {default} bool SplitIfBlocks = true {C2 product} {default} intx StackRedPages = 1 {pd product} {default} intx StackReservedPages = 1 {pd product} {default} intx StackShadowPages = 20 {pd product} {default} bool StackTraceInThrowable = true {product} {default} intx StackYellowPages = 2 {pd product} {default} uintx StartAggressiveSweepingAt = 10 {product} {default} bool StartAttachListener = false {product} {default} ccstr StartFlightRecording = {product} {default} uint StringDeduplicationAgeThreshold = 3 {product} {default} uintx StringTableSize = 65536 {product} {default} bool SuperWordLoopUnrollAnalysis = true {C2 pd product} {default} bool SuperWordReductions = true {C2 product} {default} bool SuppressFatalErrorMessage = false {product} {default} uint SurvivorPadding = 3 {product} {default} uintx SurvivorRatio = 8 {product} {default} double SweeperThreshold = 15.000000 {product} {default} uintx TLABAllocationWeight = 35 {product} {default} uintx TLABRefillWasteFraction = 64 {product} {default} size_t TLABSize = 0 {product} {default} uintx TLABWasteIncrement = 4 {product} {default} uintx TLABWasteTargetPercent = 1 {product} {default} uint TargetPLABWastePct = 10 {product} {default} uint TargetSurvivorRatio = 50 {product} {default} uint TenuredGenerationSizeIncrement = 20 {product} {default} uint TenuredGenerationSizeSupplement = 80 {product} {default} uintx TenuredGenerationSizeSupplementDecay = 2 {product} {default} int ThreadPriorityPolicy = 0 {product} {default} bool ThreadPriorityVerbose = false {product} {default} intx ThreadStackSize = 1024 {pd product} {default} uint ThresholdTolerance = 10 {product} {default} intx Tier0BackedgeNotifyFreqLog = 10 {product} {default} intx Tier0InvokeNotifyFreqLog = 7 {product} {default} intx Tier0ProfilingStartPercentage = 200 {product} {default} intx Tier23InlineeNotifyFreqLog = 20 {product} {default} intx Tier2BackEdgeThreshold = 0 {product} {default} intx Tier2BackedgeNotifyFreqLog = 14 {product} {default} intx Tier2CompileThreshold = 0 {product} {default} intx Tier2InvokeNotifyFreqLog = 11 {product} {default} intx Tier3BackEdgeThreshold = 60000 {product} {default} intx Tier3BackedgeNotifyFreqLog = 13 {product} {default} intx Tier3CompileThreshold = 2000 {product} {default} intx Tier3DelayOff = 2 {product} {default} intx Tier3DelayOn = 5 {product} {default} intx Tier3InvocationThreshold = 200 {product} {default} intx Tier3InvokeNotifyFreqLog = 10 {product} {default} intx Tier3LoadFeedback = 5 {product} {default} intx Tier3MinInvocationThreshold = 100 {product} {default} intx Tier4BackEdgeThreshold = 40000 {product} {default} intx Tier4CompileThreshold = 15000 {product} {default} intx Tier4InvocationThreshold = 5000 {product} {default} intx Tier4LoadFeedback = 3 {product} {default} intx Tier4MinInvocationThreshold = 600 {product} {default} bool TieredCompilation = true {pd product} {default} intx TieredCompileTaskTimeout = 50 {product} {default} intx TieredRateUpdateMaxTime = 25 {product} {default} intx TieredRateUpdateMinTime = 1 {product} {default} intx TieredStopAtLevel = 4 {product} {default} ccstr TraceJVMTI = {product} {default} intx TrackedInitializationLimit = 50 {C2 product} {default} bool TrapBasedNullChecks = false {pd product} {default} bool TrapBasedRangeChecks = false {C2 pd product} {default} uint TrimNativeHeapInterval = 0 {product} {default} int TypeProfileArgsLimit = 2 {product} {default} uint TypeProfileLevel = 111 {pd product} {default} intx TypeProfileMajorReceiverPercent = 90 {C2 product} {default} int TypeProfileParmsLimit = 2 {product} {default} intx TypeProfileSubTypeCheckCommonThreshold = 50 {C2 product} {default} intx TypeProfileWidth = 2 {product} {default} int UnguardOnExecutionViolation = 0 {product} {default} bool UseAES = true {product} {default} int UseAVX = 2 {ARCH product} {default} bool UseAdaptiveGenerationSizePolicyAtMajorCollection = true {product} {default} bool UseAdaptiveGenerationSizePolicyAtMinorCollection = true {product} {default} bool UseAdaptiveNUMAChunkSizing = true {product} {default} bool UseAdaptiveSizeDecayMajorGCCost = true {product} {default} bool UseAdaptiveSizePolicy = true {product} {default} bool UseAdaptiveSizePolicyFootprintGoal = true {product} {default} bool UseAdaptiveSizePolicyWithSystemGC = false {product} {default} bool UseAddressNop = true {ARCH product} {default} bool UseBASE64Intrinsics = true {product} {default} bool UseBMI1Instructions = true {ARCH product} {default} bool UseBMI2Instructions = true {ARCH product} {default} bool UseBimorphicInlining = true {C2 product} {default} bool UseCLMUL = true {ARCH product} {default} bool UseCMoveUnconditionally = false {C2 product} {default} bool UseCodeCacheFlushing = true {product} {default} bool UseCompactObjectHeaders = false {product lp64_product} {default} bool UseCompiler = true {product} {default} bool UseCompressedClassPointers = true {product lp64_product} {default} bool UseCompressedOops = false {product lp64_product} {default} bool UseCondCardMark = false {product} {default} bool UseContainerSupport = true {product} {default} bool UseCountLeadingZerosInstruction = true {ARCH product} {default} bool UseCountTrailingZerosInstruction = true {ARCH product} {default} bool UseCountedLoopSafepoints = false {C2 product} {default} bool UseDivMod = true {C2 product} {default} bool UseDynamicNumberOfCompilerThreads = true {product} {default} bool UseDynamicNumberOfGCThreads = true {product} {default} bool UseFMA = true {product} {default} bool UseFPUForSpilling = true {C2 product} {default} bool UseFastJNIAccessors = true {product} {default} bool UseFastStosb = false {ARCH product} {default} bool UseG1GC = false {product} {default} bool UseGCOverheadLimit = true {product} {default} bool UseInlineCaches = true {product} {default} bool UseInterpreter = true {product} {default} bool UseJumpTables = true {C2 product} {default} bool UseLargePages = false {pd product} {default} bool UseLargePagesIndividualAllocation = false {pd product} {default} bool UseLoopCounter = true {product} {default} bool UseLoopInvariantCodeMotion = true {C1 product} {default} bool UseLoopPredicate = true {C2 product} {default} bool UseMaximumCompactionOnSystemGC = true {product} {default} bool UseNUMA = false {product} {default} bool UseNUMAInterleaving = false {product} {default} bool UseNewLongLShift = true {ARCH product} {default} bool UseOnStackReplacement = true {pd product} {default} bool UseOnlyInlinedBimorphic = true {C2 product} {default} bool UseOprofile = false {product} {default} bool UsePSAdaptiveSurvivorSizePolicy = true {product} {default} bool UseParallelGC = true {product} {command line} bool UsePerfData = true {product} {default} bool UsePopCountInstruction = true {product} {default} bool UseProfiledLoopPredicate = true {C2 product} {default} bool UseSHA = true {product} {default} int UseSSE = 4 {ARCH product} {default} bool UseSSE42Intrinsics = true {ARCH product} {default} bool UseSerialGC = false {product} {default} bool UseShenandoahGC = false {product} {default} bool UseSignalChaining = true {product} {default} bool UseStoreImmI16 = true {ARCH product} {default} bool UseStringDeduplication = false {product} {default} bool UseSubwordForMaxVector = true {C2 product} {default} bool UseSuperWord = true {C2 product} {default} bool UseSystemMemoryBarrier = false {product} {default} bool UseTLAB = true {product} {default} bool UseThreadPriorities = true {pd product} {default} bool UseTransparentHugePages = false {product} {default} bool UseTypeProfile = true {product} {default} bool UseTypeSpeculation = true {C2 product} {default} bool UseUnalignedLoadStores = true {ARCH product} {default} bool UseVectorCmov = false {C2 product} {default} bool UseXMMForArrayCopy = true {product} {default} bool UseXMMForObjInit = true {ARCH product} {default} bool UseXmmI2D = true {ARCH product} {default} bool UseXmmI2F = true {ARCH product} {default} bool UseXmmLoadAndClearUpper = true {ARCH product} {default} bool UseXmmRegToRegMoveAll = true {ARCH product} {default} bool UseZGC = false {product} {default} intx UserThreadWaitAttemptsAtExit = 30 {product} {default} int VMThreadPriority = -1 {product} {default} intx VMThreadStackSize = 1024 {pd product} {default} intx ValueMapInitialSize = 11 {C1 product} {default} intx ValueMapMaxLoopSize = 8 {C1 product} {default} intx ValueSearchLimit = 1000 {C2 product} {default} bool VerifySharedSpaces = false {product} {default} uint YoungGenerationSizeIncrement = 20 {product} {default} uint YoungGenerationSizeSupplement = 80 {product} {default} uintx YoungGenerationSizeSupplementDecay = 8 {product} {default} size_t YoungPLABSize = 4096 {product} {default} double ZAllocationSpikeTolerance = 2.000000 {product} {default} double ZCollectionInterval = 0.000000 {product} {default} double ZCollectionIntervalMajor = -1.000000 {product} {default} double ZCollectionIntervalMinor = -1.000000 {product} {default} bool ZCollectionIntervalOnly = false {product} {default} double ZFragmentationLimit = 5.000000 {product} {default} bool ZProactive = true {product} {default} bool ZUncommit = true {product} {default} uintx ZUncommitDelay = 300 {product} {default} double ZYoungCompactionLimit = 25.000000 {product} {default} bool ZeroTLAB = false {product} {default} WARNING: Using incubator modules: jdk.incubator.vector openjdk version "25.0.2" 2026-01-20 OpenJDK Runtime Environment (build 25.0.2) OpenJDK 64-Bit Server VM (build 25.0.2, mixed mode, sharing) Linux kernel version (see also /l/logs.nightly/2026.05.14.04.42.39/uname.txt): cmd='uname -a 2>&1' Linux beast3.mikemccandless.com 6.18.9-arch1-2 #1 SMP PREEMPT_DYNAMIC Mon, 09 Feb 2026 17:16:33 +0000 x86_64 GNU/Linux CPU governor/scaling/frequency (see also /l/logs.nightly/2026.05.14.04.42.39/cpu_frequency_info.txt): cmd='cpupower frequency-info' analyzing CPU 75: driver: amd-pstate-epp CPUs which run at the same hardware frequency: 75 CPUs which need to have their frequency coordinated by software: 75 energy performance preference: performance hardware limits: 554 MHz - 4.38 GHz available cpufreq governors: performance powersave current policy: frequency should be within 1.74 GHz and 4.38 GHz. The governor "performance" may decide which speed to use within this range. current CPU frequency: 4.35 GHz (asserted by call to kernel) boost state support: Supported: yes Active: yes amd-pstate limits: Highest Performance: 166. Maximum Frequency: 4.38 GHz. Nominal Performance: 110. Nominal Frequency: 2.90 GHz. Lowest Non-linear Performance: 66. Lowest Non-linear Frequency: 1.74 GHz. Lowest Performance: 21. Lowest Frequency: 550 MHz. Preferred Core Support: 1. Preferred Core Ranking: 166. CPU specifics (see also /l/logs.nightly/2026.05.14.04.42.39/lscpu.txt): cmd='lscpu' Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 43 bits physical, 48 bits virtual Byte Order: Little Endian CPU(s): 128 On-line CPU(s) list: 0-127 Vendor ID: AuthenticAMD Model name: AMD Ryzen Threadripper 3990X 64-Core Processor CPU family: 23 Model: 49 Thread(s) per core: 2 Core(s) per socket: 64 Socket(s): 1 Stepping: 0 Frequency boost: enabled CPU(s) scaling MHz: 47% CPU max MHz: 4377.8730 CPU min MHz: 553.8280 BogoMIPS: 5834.95 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es Virtualization: AMD-V L1d cache: 2 MiB (64 instances) L1i cache: 2 MiB (64 instances) L2 cache: 32 MiB (64 instances) L3 cache: 256 MiB (16 instances) NUMA node(s): 16 NUMA node0 CPU(s): 0-3,64-67 NUMA node1 CPU(s): 4-7,68-71 NUMA node2 CPU(s): 8-11,72-75 NUMA node3 CPU(s): 12-15,76-79 NUMA node4 CPU(s): 16-19,80-83 NUMA node5 CPU(s): 20-23,84-87 NUMA node6 CPU(s): 24-27,88-91 NUMA node7 CPU(s): 28-31,92-95 NUMA node8 CPU(s): 32-35,96-99 NUMA node9 CPU(s): 36-39,100-103 NUMA node10 CPU(s): 40-43,104-107 NUMA node11 CPU(s): 44-47,108-111 NUMA node12 CPU(s): 48-51,112-115 NUMA node13 CPU(s): 52-55,116-119 NUMA node14 CPU(s): 56-59,120-123 NUMA node15 CPU(s): 60-63,124-127 Vulnerability Gather data sampling: Not affected Vulnerability Ghostwrite: Not affected Vulnerability Indirect target selection: Not affected Vulnerability Itlb multihit: Not affected Vulnerability L1tf: Not affected Vulnerability Mds: Not affected Vulnerability Meltdown: Not affected Vulnerability Mmio stale data: Not affected Vulnerability Old microcode: Not affected Vulnerability Reg file data sampling: Not affected Vulnerability Retbleed: Vulnerable Vulnerability Spec rstack overflow: Vulnerable Vulnerability Spec store bypass: Vulnerable Vulnerability Spectre v1: Vulnerable: __user pointer sanitization and usercopy barriers only; no swapgs barriers Vulnerability Spectre v2: Vulnerable; IBPB: disabled; STIBP: disabled; PBRSB-eIBRS: Not affected; BHI: Not affected Vulnerability Srbds: Not affected Vulnerability Tsa: Not affected Vulnerability Tsx async abort: Not affected Vulnerability Vmscape: Vulnerable Full Linux version (see also /l/logs.nightly/2026.05.14.04.42.39/proc_version.txt): cmd='cat /proc/version' Linux version 6.18.9-arch1-2 (linux@archlinux) (gcc (GCC) 15.2.1 20260209, GNU ld (GNU Binutils) 2.46) #1 SMP PREEMPT_DYNAMIC Mon, 09 Feb 2026 17:16:33 +0000 Kernel boot command-line (see also /l/logs.nightly/2026.05.14.04.42.39/proc_cmdline.txt): cmd='cat /proc/cmdline' BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d43378d5-fd9f-488a-a69b-73d83768f2d1 rw nowatchdog mitigations=off random.trust_cpu=1 nokaslr norandmaps loglevel=3 acpi_enforce_resources=lax amd_pstate=active cpufreq.default_governor=performance Loaded kernel modules (see also /l/logs.nightly/2026.05.14.04.42.39/lsmod.txt): cmd='lsmod' Module Size Used by nfsv3 81920 1 rpcsec_gss_krb5 36864 0 nfsv4 1335296 0 dns_resolver 16384 1 nfsv4 nfs 704512 6 nfsv4,nfsv3 netfs 622592 1 nfs veth 40960 0 nf_conntrack_netlink 61440 0 xt_nat 12288 19 xt_tcpudp 16384 22 iptable_raw 12288 1 xt_conntrack 12288 2 xt_MASQUERADE 16384 2 bridge 462848 0 stp 12288 1 bridge llc 16384 2 bridge,stp xfrm_user 73728 1 xfrm_algo 16384 1 xfrm_user ip6table_nat 12288 1 ip6table_filter 12288 1 ip6_tables 36864 2 ip6table_filter,ip6table_nat xt_set 24576 0 ip_set 69632 1 xt_set iptable_nat 12288 5 nf_nat 61440 4 ip6table_nat,xt_nat,iptable_nat,xt_MASQUERADE nf_conntrack 196608 5 xt_conntrack,nf_nat,xt_nat,nf_conntrack_netlink,xt_MASQUERADE nf_defrag_ipv6 24576 1 nf_conntrack nf_defrag_ipv4 12288 1 nf_conntrack xt_addrtype 12288 4 iptable_filter 12288 1 ip_tables 36864 3 iptable_filter,iptable_raw,iptable_nat x_tables 65536 13 ip6table_filter,xt_conntrack,iptable_filter,ip6table_nat,xt_tcpudp,xt_addrtype,xt_nat,xt_set,ip6_tables,iptable_raw,ip_tables,iptable_nat,xt_MASQUERADE nf_tables 397312 0 rpcrdma 462848 2 rdma_cm 155648 1 rpcrdma iw_cm 65536 1 rdma_cm ib_cm 155648 1 rdma_cm ib_core 548864 4 rdma_cm,rpcrdma,iw_cm,ib_cm nct6775 40960 0 nct6775_core 81920 1 nct6775 hwmon_vid 12288 1 nct6775 overlay 245760 4 iwlmvm 708608 0 mac80211 1683456 1 iwlmvm btusb 81920 0 btmtk 32768 1 btusb libarc4 12288 1 mac80211 btrtl 32768 1 btusb btbcm 24576 1 btusb btintel 73728 1 btusb bluetooth 1118208 6 btrtl,btmtk,btintel,btbcm,btusb atlantic 319488 0 corsair_psu 24576 0 iwlwifi 610304 1 iwlmvm igb 348160 0 macsec 69632 1 atlantic amd_atl 57344 1 intel_rapl_common 53248 0 amd64_edac 73728 0 kvm_amd 241664 0 snd_hda_codec_nvhdmi 16384 1 kvm 1421312 1 kvm_amd ixgbe 565248 0 raid1 61440 1 snd_hda_codec_hdmi 61440 1 snd_hda_codec_nvhdmi libie_fwlog 28672 1 ixgbe irqbypass 16384 1 kvm mdio_devres 12288 1 ixgbe eeepc_wmi 12288 0 snd_hda_intel 69632 0 asus_wmi 110592 1 eeepc_wmi polyval_clmulni 12288 0 libphy 180224 2 mdio_devres,ixgbe jc42 12288 0 ghash_clmulni_intel 12288 0 platform_profile 20480 1 asus_wmi snd_hda_codec 217088 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_nvhdmi mdio_bus 65536 2 libphy,ixgbe aesni_intel 98304 0 ee1004 16384 0 asus_ec_sensors 36864 0 wmi_bmof 12288 0 sparse_keymap 12288 1 asus_wmi mdio 12288 1 ixgbe rapl 20480 0 snd_hda_core 147456 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec md_mod 270336 2 raid1 ptp 53248 4 iwlmvm,atlantic,igb,ixgbe sp5100_tco 20480 0 pcspkr 12288 0 snd_intel_dspcfg 45056 1 snd_hda_intel pps_core 32768 1 ptp ccp 196608 1 kvm_amd dca 20480 2 igb,ixgbe snd_intel_sdw_acpi 16384 1 snd_intel_dspcfg i2c_piix4 36864 0 i2c_smbus 20480 1 i2c_piix4 snd_usb_audio 598016 0 snd_usbmidi_lib 49152 1 snd_usb_audio snd_hwdep 24576 2 snd_usb_audio,snd_hda_codec snd_ump 40960 1 snd_usb_audio snd_rawmidi 53248 2 snd_usbmidi_lib,snd_ump snd_seq_device 16384 2 snd_ump,snd_rawmidi cfg80211 1429504 3 iwlmvm,iwlwifi,mac80211 snd_pcm 212992 5 snd_hda_codec_hdmi,snd_hda_intel,snd_usb_audio,snd_hda_codec,snd_hda_core snd_timer 57344 1 snd_pcm rfkill 45056 5 iwlmvm,asus_wmi,bluetooth,cfg80211 snd 159744 11 snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_usb_audio,snd_usbmidi_lib,snd_hda_codec,snd_timer,snd_ump,snd_pcm,snd_rawmidi joydev 24576 0 soundcore 16384 1 snd mac_hid 12288 0 mc 90112 1 snd_usb_audio nfsd 1077248 5 auth_rpcgss 192512 2 nfsd,rpcsec_gss_krb5 nfs_acl 12288 2 nfsd,nfsv3 lockd 192512 3 nfsd,nfsv3,nfs grace 12288 2 nfsd,lockd nfs_localio 40960 2 nfsd,nfs sunrpc 884736 36 nfs_localio,nfsd,rpcrdma,nfsv4,auth_rpcgss,lockd,nfsv3,rpcsec_gss_krb5,nfs_acl,nfs i2c_dev 28672 0 k10temp 12288 0 nfnetlink 20480 6 nf_conntrack_netlink,nf_tables,ip_set nouveau 3764224 0 drm_ttm_helper 16384 2 nouveau ttm 122880 2 drm_ttm_helper,nouveau video 81920 2 asus_wmi,nouveau gpu_sched 69632 1 nouveau i2c_algo_bit 24576 2 igb,nouveau drm_gpuvm 49152 1 nouveau drm_exec 12288 2 drm_gpuvm,nouveau nvme 73728 3 mxm_wmi 12288 1 nouveau nvme_core 270336 4 nvme drm_display_helper 278528 1 nouveau nvme_keyring 20480 1 nvme_core cec 94208 1 drm_display_helper nvme_auth 32768 1 nvme_core hkdf 12288 1 nvme_auth wmi 32768 5 video,asus_wmi,wmi_bmof,mxm_wmi,nouveau Preempt mode (see also /l/logs.nightly/2026.05.14.04.42.39/preempt.txt): cmd='sudo cat /sys/kernel/debug/sched/preempt' none voluntary (full) lazy Linux standard base version (see also /l/logs.nightly/2026.05.14.04.42.39/lsb.txt): cmd='lsb_release -a' LSB Version: n/a Distributor ID: Arch Description: Arch Linux Release: rolling Codename: n/a All installed packages&versions (see also /l/logs.nightly/2026.05.14.04.42.39/pacman.txt): cmd='pacman -Q' 7zip 26.00-1 abseil-cpp 20250814.1-1 acl 2.3.2-1 acpica 20250404-1 adobe-source-code-pro-fonts 2.042u+1.062i+1.026vf-2 adwaita-cursors 49.0-1 adwaita-fonts 49.0-2 adwaita-icon-theme 49.0-1 adwaita-icon-theme-legacy 46.2-3 alsa-lib 1.2.15.3-2 alsa-topology-conf 1.2.5.1-4 alsa-ucm-conf 1.2.15.3-1 amd-ucode 20260110-1 aom 3.13.1-2 apparmor 4.1.6-1 apr 1.7.6-1 apr-util 1.6.3-2 archlinux-keyring 20260206-1 argon2 20190702-6 at-spi2-core 2.58.3-1 atop 2.12.1-1 attr 2.5.2-1 audit 4.1.2-2 autoconf 2.72-1 automake 1.18.1-1 avahi 1:0.9rc3-1 base 3-3 bash 5.3.9-1 bash-completion 2.17.0-3 bcc 0.36.1-1 bcc-libbpf-tools 0.36.1-1 binutils 2.46-1 bison 3.8.2-8 boost-libs 1.89.0-4 bridge-utils 1.7.1-2 brotli 1.2.0-1 btop 1.4.6-1 bubblewrap 0.11.0-1 bzip2 1.0.8-6 ca-certificates 20240618-1 ca-certificates-mozilla 3.120.1-1 ca-certificates-utils 20240618-1 cairo 1.18.4-1 cantarell-fonts 1:0.311-1 celt 0.11.3-4 clang 21.1.8-1 cmake 4.2.3-1 colord 1.4.8-1 compiler-rt 21.1.8-1 containerd 2.2.1-1 coreutils 9.10-1 cppdap 1.58.0-2 cpupower 6.19-2 cracklib 2.10.3-1 cryptsetup 2.8.4-1 curl 8.18.0-3 cython 3.2.4-3 dav1d 1.5.3-1 db 6.2.32-4 db5.3 5.3.28-7 dbus 1.16.2-1 dbus-broker 37-3 dbus-broker-units 37-3 dconf 0.49.0-1 debugedit 5.2-1 default-cursors 3-1 desktop-file-utils 0.28-1 device-mapper 2.03.38-1 diffutils 3.12-2 ding-libs 0.6.2-2 dkms 3.3.0-1 dmidecode 3.7-1 dnssec-anchors 20250524-1 docker 1:29.2.1-1 docker-compose 5.0.2-1 double-conversion 3.4.0-1 downgrade 11.8.0-1 duktape 2.7.0-7 e2fsprogs 1.47.3-2 elfutils 0.194-1 emacs 30.2-1 emacs-python-mode 6.3.1-1 ethtool 1:6.19-1 exiv2 0.28.7-1 expat 2.7.4-1 fakeroot 1.37.2-1 ffmpeg 2:8.0.1-7 fftw 3.3.10-8 file 5.46-5 filesystem 2025.10.12-1 findutils 4.10.0-3 flac 1.5.0-1 flex 2.6.4-5 fontconfig 2:2.17.1-1 freeglut 3.8.0-1 freetype2 2.14.1-2 fribidi 1.0.16-2 fzf 0.68.0-1 gawk 5.3.2-1 gc 8.2.12-1 gcc 15.2.1+r604+g0b99615a8aef-1 gcc-libs 15.2.1+r604+g0b99615a8aef-1 gd 2.3.3-9 gdb 17.1-2 gdb-common 17.1-2 gdbm 1.26-2 gdk-pixbuf2 2.44.4-1 geoip 1.6.12-3 geoip-database 20260204-1 gettext 1.0-2 ghostscript 10.06.0-1 giflib 5.2.2-2 git 2.53.0-1 glib-networking 1:2.80.1-1 glib2 2.86.4-1 glibc 2.43+r5+g856c426a7534-1 glslang 1:1.4.341.0-1 glu 9.0.3-3 glycin 2.0.8-1 gmp 6.3.0-3 gnu-netcat 0.7.1-10 gnulib-l10n 20241231-1 gnupg 2.4.9-1 gnuplot 6.0.4-1 gnutls 3.8.12-2 gobject-introspection-runtime 1.86.0-2 google-chrome 113.0.5672.63-1 gpac 1:2.4.0-1 gperftools 2.17.2-1 gpgme 2.0.1-1 gpm 1.20.7.r38.ge82d1a6-6 gradle 9.3.1-1 graphene 1.10.8-2 graphite 1:1.3.14-6 graphviz 14.1.2-1 grep 3.12-2 groff 1.23.0-8 grub 2:2.14-1 gsettings-desktop-schemas 49.1-1 gsettings-system-schemas 49.1-1 gsfonts 20200910-6 gsm 1.0.23-1 gssdp 1.6.4-1 gssproxy 0.9.2-2 gst-plugins-bad-libs 1.28.0-2 gst-plugins-base-libs 1.28.0-2 gstreamer 1.28.0-2 gtest 1.17.0-2 gtk-update-icon-cache 1:4.20.3-1 gtk3 1:3.24.51-1 gts 0.7.6.121130-5 guile 3.0.11-1 gupnp 1:1.6.9-1 gupnp-igd 1.6.0-2 gzip 1.14-2 harfbuzz 12.3.2-1 hddtemp 0.3.beta15.54-5 hdf5 2.0.0-4 hicolor-icon-theme 0.18-1 hidapi 0.15.0-1 highway 1.3.0-2 htop 3.4.1-1 http-parser 2.9.4-2 hwdata 0.404-1 hwloc 2.13.0-1 i2c-tools 4.4-4 iana-etc 20260203-1 icu 78.2-2 ijs 0.35-6 imath 3.2.2-3 imlib2 1.12.6-1 inetutils 2.7-2 iotop 0.6-13 iproute2 6.19.0-2 iptables 1:1.8.11-2 iputils 20250605-1 iso-codes 4.20.1-1 jack2 1.9.22-2 jansson 2.15.0-1 java-environment-common 3-6 java-openjdk-bin 20.u36-1 java-runtime-common 3-6 jbig2dec 0.20-1 jbigkit 2.1-8 jc 1.25.6-2 jdk-openjdk 25.0.2.u10-1 jdk17-openjdk 17.0.18.u8-1 jdk21-openjdk 21.0.10.u7-1 jemalloc 1:5.3.0-5 jitterentropy 3.6.3-1 js60 60.9.0-2 js78 78.15.0-4 json-c 0.18-2 json-glib 1.10.8-1 jsoncpp 1.9.6-3 judy 1.0.5-9 kbd 2.9.0-1 keyutils 1.6.3-3 kmod 34.2-1 krb5 1.21.3-2 l-smash 2.14.5-4 lame 3.101.r6531-1 lcms2 2.18-1 ldns 1.9.0-1 leancrypto 1.6.0-1 less 1:692-1 libaec 1.1.5-1 libaio 0.3.113-3 libarchive 3.8.5-1 libasan 15.2.1+r604+g0b99615a8aef-1 libass 0.17.4-1 libassuan 3.0.0-1 libasyncns 1:0.8+r3+g68cd5af-3 libatasmart 0.19-7 libatomic 15.2.1+r604+g0b99615a8aef-1 libavc1394 0.5.4-7 libavif 1.3.0-5 libb2 0.98.1-3 libblockdev 3.4.0-2 libblockdev-crypto 3.4.0-2 libblockdev-fs 3.4.0-2 libblockdev-loop 3.4.0-2 libblockdev-mdraid 3.4.0-2 libblockdev-nvme 3.4.0-2 libblockdev-part 3.4.0-2 libblockdev-smart 3.4.0-2 libblockdev-swap 3.4.0-2 libbluray 1.4.0-2 libbpf 1.6.2-1 libbs2b 3.1.0-10 libbsd 0.12.2-2 libbytesize 2.12-3 libcaca 0.99.beta20-6 libcanberra 1:0.30+r2+gc0620e4-6 libcap 2.77-1 libcap-ng 0.9-1 libcerf 1:3.3-1 libcloudproviders 0.4.0-1 libcolord 1.4.8-1 libcroco 0.6.13-2 libcups 2:2.4.16-2 libdaemon 0.14-6 libdatrie 0.2.14-1 libde265 1.0.16-2 libdeflate 1.25-1 libdovi 3.3.2-1 libdrm 2.4.131-1 libdvdnav 7.0.0-1 libdvdread 7.0.1-1 libedit 20250104_3.1-1 libei 1.5.0-1 libelf 0.194-1 libepoxy 1.5.10-3 libevdev 1.13.6-1 libevent 2.1.12-5 libfabric 2.4.0-1 libffi 3.5.2-1 libgcc 15.2.1+r604+g0b99615a8aef-1 libgccjit 15.2.1+r604+g0b99615a8aef-1 libgcrypt 1.12.1-1 libgexiv2 0.14.6-2 libgfortran 15.2.1+r604+g0b99615a8aef-1 libgirepository 1.86.0-2 libgit2 1:1.9.2-3 libglvnd 1.7.0-3 libgomp 15.2.1+r604+g0b99615a8aef-1 libgpg-error 1.59-1 libgudev 238-3 libgusb 0.4.9-2 libheif 1.21.2-2 libibus 1.5.33-3 libice 1.1.2-1 libid3tag 0.16.3-2 libidn 1.43-1 libidn2 2.3.8-1 libiec61883 1.2.0-9 libimagequant 4.4.1-1 libinih 61-1 libinput 1.30.1-1 libisl 0.27-1 libjpeg-turbo 3.1.3-1 libjxl 0.11.2-2 libksba 1.6.7-2 libldap 2.6.12-1 liblqr 0.4.3-1 liblsan 15.2.1+r604+g0b99615a8aef-1 libmagick6 6.9.11.38-1 libmakepkg-dropins 20-1 libmd 1.1.0-2 libmfx 23.2.2-6 libmicrohttpd 1.0.2-1 libmnl 1.0.5-2 libmodplug 0.8.9.0-6 libmpc 1.3.1-2 libmspack 1:1.11-1 libnet 2:1.3-1 libnetfilter_conntrack 1.0.9-2 libnfnetlink 1.0.2-2 libnftnl 1.3.1-1 libnghttp2 1.68.0-1 libnghttp3 1.15.0-1 libngtcp2 1.20.0-1 libnice 0.1.23-1 libnl 3.12.0-1 libnotify 0.8.8-1 libnsl 2.0.1-1 libnvme 1.16.1-3 libobjc 15.2.1+r604+g0b99615a8aef-1 libogg 1.3.6-1 libomxil-bellagio 0.9.3-5 libopenmpt 0.8.4-1 libotf 0.9.16-6 libp11 0.4.16-1 libp11-kit 0.26.2-1 libpaper 2.2.7-1 libpcap 1.10.6-1 libpciaccess 0.18.1-2 libpfm 4.13.0+r83+g91970fe-1 libpgm 5.3.128-3 libpipeline 1.5.8-1 libplacebo 7.360.0-1 libpng 1.6.55-1 libproxy 0.5.12-1 libpsl 0.21.5-2 libpulse 17.0+r98+gb096704c0-1 libquadmath 15.2.1+r604+g0b99615a8aef-1 libraqm 0.10.4-1 libraw1394 2.1.2-4 librsvg 2:2.61.4-1 libsamplerate 0.2.2-3 libsasl 2.1.28-5 libseccomp 2.6.0-1 libsecret 0.21.7-1 libsm 1.2.6-1 libsndfile 1.2.2-4 libsodium 1.0.20-1 libsoup 2.74.3-4 libsoup3 3.6.6-1 libsoxr 0.1.3-4 libssh 0.12.0-1 libssh2 1.11.1-1 libstdc++ 15.2.1+r604+g0b99615a8aef-1 libstemmer 3.0.1-1 libsysprof-capture 49.0-2 libtasn1 4.21.0-1 libthai 0.1.30-1 libtheora 1.2.0-1 libtiff 4.7.1-1 libtirpc 1.3.7-1 libtool 2.6.0-4 libtraceevent 1:1.8.7-1 libtsan 15.2.1+r604+g0b99615a8aef-1 libubsan 15.2.1+r604+g0b99615a8aef-1 libunibreak 6.1-1 libunistring 1.4.1-1 libunwind 1.8.2-1 liburing 2.14-1 libusb 1.0.29-1 libutempter 1.2.3-1 libutf8proc 2.11.3-1 libuv 1.52.0-1 libva 2.22.0-1 libvdpau 1.5-4 libverto 0.3.2-5 libvorbis 1.3.7-4 libvpl 2.16.0-2 libvpx 1.15.2-3 libwacom 2.18.0-2 libwebp 1.6.0-2 libx11 1.8.13-1 libxau 1.0.12-1 libxaw 1.0.16-1 libxcb 1.17.0-1 libxcomposite 0.4.7-1 libxcrypt 4.5.2-1 libxcursor 1.2.3-1 libxdamage 1.1.7-1 libxdmcp 1.1.5-1 libxext 1.3.7-1 libxfixes 6.0.2-1 libxft 2.3.9-1 libxi 1.8.2-1 libxinerama 1.1.6-1 libxkbcommon 1.13.1-1 libxkbcommon-x11 1.13.1-1 libxml2 2.15.1-5 libxmu 1.3.1-1 libxpm 3.5.18-1 libxrandr 1.5.5-1 libxrender 0.9.12-1 libxshmfence 1.3.3-1 libxss 1.2.5-1 libxt 1.3.1-1 libxtst 1.2.5-1 libxv 1.0.13-1 libxxf86vm 1.1.7-1 libyaml 0.2.5-3 libyuv r2426+464c51a03-1 licenses 20240728-1 linux 6.18.9.arch1-2 linux-api-headers 6.19-1 linux-firmware 20260110-1 linux-firmware-amdgpu 20260110-1 linux-firmware-atheros 20260110-1 linux-firmware-broadcom 20260110-1 linux-firmware-cirrus 20260110-1 linux-firmware-intel 20260110-1 linux-firmware-mediatek 20260110-1 linux-firmware-nvidia 20260110-1 linux-firmware-other 20260110-1 linux-firmware-radeon 20260110-1 linux-firmware-realtek 20260110-1 linux-firmware-whence 20260110-1 linux-lts 6.12.74-1 lksctp-tools 1.0.21-1 llhttp 9.3.1-1 llvm 21.1.8-1 llvm-libs 21.1.8-1 lm_sensors 1:3.6.2-1 lmdb 0.9.33-1 lsb-release 2.0.r55.a25a4fc-1 lshw B.02.20-3 lsof 4.99.5-2 lua 5.4.8-2 luajit 2.1.1767980792+707c12b-2 lynis 3.1.6-1 lz4 1:1.10.0-2 lzo 2.10-5 m17n-db 1.8.10-1 m17n-lib 1.8.6-1 m4 1.4.21-1 mailcap 2.1.54-2 make 4.4.1-2 man-db 2.13.1-1 man-pages 6.17-1 mariadb 12.2.2-2 mariadb-clients 12.2.2-2 mariadb-libs 12.2.2-2 mbedtls2 2.28.10-1 md4c 0.5.2-1 mdadm 4.4-2 memtest86+ 7.20-2 memtest86+-efi 7.20-2 mesa 1:25.3.5-1 meson 1.10.1-1 mkinitcpio 40-4 mkinitcpio-busybox 1.36.1-1 mosh 1.4.0-28 mpdecimal 4.0.1-1 mpfr 4.2.2-1 mpg123 1.33.4-1 msr-tools 1.3-4 mtdev 1.1.7-1 ncurses 6.6-1 net-tools 2.10-3 netctl 1.29-2 netpbm 10.86.48-1 nettle 3.10.2-1 nfs-utils 2.8.5-2 nfsidmap 2.8.5-2 nftables 1:1.1.6-2 nginx 1.28.2-1 ninja 1.13.2-3 nload 0.7.4-9 npth 1.8-1 nspr 4.38.2-1 nss 3.120.1-1 ntp 4.2.8.p18-6 numactl 2.0.19-1 nvme-cli 2.16-2 ocl-icd 2.3.4-1 opencore-amr 0.1.6-2 openexr 3.4.5-1 openh264 2.6.0-2 openjpeg2 2.5.4-1 openmpi 5.0.9-4 openpmix 5.0.10-1 openresolv 3.17.4-1 openssh 10.2p1-2 openssl 3.6.1-1 openucx 1.20.0-3 opus 1.6.1-1 orc 0.4.42-1 p11-kit 0.26.2-1 pacman 7.1.0.r9.g54d9411-1 pacman-contrib 1.13.1-1 pacman-mirrorlist 20260213-1 pam 1.7.2-2 pambase 20250719-1 pango 1:1.57.0-2 parted 3.6-2 patch 2.8-1 pciutils 3.14.0-1 pcre 8.45-4 pcre2 10.47-1 perf 6.19-2 perl 5.42.0-1 perl-dbd-sqlite 1.78-1 perl-dbi 1.647-2 perl-error 0.17030-3 perl-io-tty 1.20-3 perl-mailtools 2.22-3 perl-timedate 2.33-9 pinentry 1.3.2-2 pixman 0.46.4-1 pkgconf 2.5.1-1 pkgfile 25-2 polkit 127-3 poppler-data 0.4.12-2 popt 1.19-2 portaudio 1:19.7.0-3 postgresql-libs 18.2-1 powertop 2.15-2 procps-ng 4.0.6-1 protobuf 33.1-4 prrte 3.0.13-1 psmisc 23.7-1 pv 1.10.3-1 python 3.14.3-1 python-absl 2.4.0-1 python-annotated-types 0.7.0-3 python-appdirs 1.4.4-12 python-asn1crypto 1.5.1-6 python-attrs 25.4.0-3 python-autocommand 2.2.2-9 python-bcc 0.36.1-1 python-bcrypt 5.0.0-2 python-cachecontrol 1:0.14.4-3 python-cached-property 1.5.2-7 python-cffi 2.0.0-2 python-chardet 5.2.0-7 python-charset-normalizer 3.4.4-2 python-click 8.3.1-1 python-colorama 0.4.6-6 python-contextlib2 21.6.0-2 python-cryptography 46.0.5-2 python-dateutil 2.9.0-8 python-deprecated 1.2.18-2 python-distlib 0.4.0-2 python-distro 1.9.0-4 python-dnslib 0.9.26-3 python-docker 7.1.0-4 python-docker-pycreds 0.4.0-10 python-dockerpty 0.4.1-11 python-docopt 0.6.2-15 python-dotenv 1.2.1-2 python-fastjsonschema 2.21.2-2 python-filelock 3.24.0-1 python-fluidity 0.2.1-8 python-github3py 4.0.1-5 python-gobject 3.54.5-2 python-html5lib 1.1-17 python-idna 3.11-2 python-importlib-metadata 8.7.1-3 python-inflect 7.5.0-2 python-invoke 2.2.1-2 python-jaraco.collections 5.1.0-3 python-jaraco.context 6.0.1-3 python-jaraco.functools 4.1.0-3 python-jaraco.text 4.0.0-4 python-jsonschema 4.26.0-1 python-jsonschema-specifications 2025.9.1-2 python-jwcrypto 1.5.6-6 python-legacy-cgi 2.6.4-2 python-lexicon 3.0.0-2 python-more-itertools 10.8.0-2 python-msgpack 1.1.2-2 python-mysqlclient 2.2.8-2 python-nspektr 0.5.0-3 python-ordered-set 4.1.0-8 python-packaging 26.0-1 python-paramiko 4.0.0-2 python-pep517 0.13.0-1 python-pillow 12.1.1-1 python-pip 26.0.1-1 python-pkg_resources 81.0.0-1 python-platformdirs 4.9.2-1 python-ply 3.11-16 python-progress 1.6-5 python-psutil 7.2.2-1 python-pycparser 2.23-2 python-pydantic 2.12.5-4 python-pydantic-core 3:2.41.5-3 python-pygments 2.19.2-3 python-pyjwt 2.11.0-1 python-pynacl 1.6.2-1 python-pyopenssl 25.3.0-2 python-pyparsing 3.3.2-1 python-pyrsistent 0.19.3-4 python-pytoml 0.1.21-8 python-referencing 0.37.0-3 python-requests 2.32.5-3 python-resolvelib 1.2.1-2 python-retrying 1.3.4-5 python-rpds-py 0.30.0-3 python-ruamel-yaml 0.18.10-2 python-ruamel.yaml.clib 0.2.15-2 python-setuptools 1:82.0.0-1 python-six 1.17.0-2 python-texttable 1.7.0-4 python-toml 0.10.2-13 python-tomli 2.4.0-1 python-tqdm 4.67.3-1 python-trove-classifiers 2026.1.14.14-1 python-typeguard 4.4.4-2 python-typing-inspection 0.4.2-2 python-typing_extensions 4.15.0-3 python-uritemplate 4.2.0-2 python-urllib3 2.6.3-1 python-urwid 3.0.5-1 python-validate-pyproject 0.25-1 python-wcwidth 0.6.0-1 python-webencodings 0.5.1-13 python-websocket-client 1.9.0-3 python-wheel 0.46.3-1 python-wrapt 1.17.3-2 python-xmltodict 1.0.4-1 python-yaml 6.0.3-2 python-zipp 3.21.0-4 python2 2.7.18-5 qt5-base 5.15.18+kde+r109-2 qt5-svg 5.15.18+kde+r5-1 qt5-translations 5.15.18-1 qt6-5compat 6.10.2-1 qt6-base 6.10.2-1 qt6-shadertools 6.10.2-1 qt6-svg 6.10.2-1 qt6-translations 6.10.2-1 rasdaemon 0.8.2-1 rasdaemon-debug 0.8.2-1 rav1e 0.8.1-2 readline 8.3.003-1 rhash 1.4.6-1 rng-tools 6.17-3 rpcbind 1.2.8-1 rsync 3.4.1-2 rtl-sdr 1:2.0.2-1 rubberband 4.0.0-1 run-parts 5.23.2-1 runc 1.4.0-1 s-tui 1.3.0-1 sdl2-compat 2.32.64-1 sdl3 3.4.2-1 sed 4.9-3 serf 1.3.10-2 shaderc 2026.1-1 shadow 4.18.0-1 shared-mime-info 2.4-3 slang 2.3.3-4 smartmontools 7.5-1 snappy 1.2.2-3 sndio 1.10.0-1 sound-theme-freedesktop 0.8-6 source-highlight 3.1.9-16 speex 1.2.1-2 speexdsp 1.2.1-2 spirv-tools 1:1.4.341.0-1 sqlite 3.51.2-1 squid 7.4-1 srt 1.5.4-1 strace 6.19-1 stress 1.0.7-3 stress-ng 0.20.01-1 subversion 1.14.5-5 sudo 1.9.17.p2-2 svt-av1 4.0.1-1 sysbench 1.0.20-2 sysfsutils 2.1.1-2 sysstat 12.7.9-1 systemd 259.1-1 systemd-libs 259.1-1 systemd-sysvcompat 259.1-1 tar 1.35-2 tdb 1.4.15-1 texinfo 7.2-1 tinysparql 3.10.1-2 tmux 3.6_a-1 tpm2-tss 4.1.3-1 traceroute 2.1.6-1 tree-sitter 0.25.10-3 tslib 1.24-1 ttf-liberation 2.1.5-2 turbostat 6.19-2 tzdata 2025c-1 udisks2 2.11.0-1 unzip 6.0-23 usbutils 019-1 util-linux 2.41.3-2 util-linux-libs 2.41.3-2 v4l-utils 1.32.0-1 vapoursynth 73-2 vid.stab 1.1.1-2 vim 9.2.0038-1 vim-runtime 9.2.0038-1 vmaf 3.0.0-2 volume_key 0.3.12-12 vsftpd 3.0.5-1 vulkan-headers 1:1.4.341.0-1 vulkan-icd-loader 1.4.341.0-1 wayland 1.24.0-1 wayland-protocols 1.47-1 wget 1.25.0-3 which 2.23-1 wxwidgets-common 3.2.9-4 wxwidgets-gtk3 3.2.9-4 x264 3:0.165.r3222.b35605a-2 x265 4.1-1 xcb-proto 1.17.0-4 xcb-util 0.4.1-2 xcb-util-cursor 0.1.6-1 xcb-util-image 0.4.1-3 xcb-util-keysyms 0.4.1-5 xcb-util-renderutil 0.3.10-2 xcb-util-wm 0.4.2-2 xdg-utils 1.2.1-2 xkeyboard-config 2.46-1 xorg-xprop 1.2.8-1 xorg-xset 1.2.5-2 xorgproto 2025.1-1 xvidcore 1.3.7-3 xxhash 0.8.3-1 xz 5.8.2-1 youtube-dl 2021.12.17-2 zeromq 4.3.5-3 zimg 3.0.6-1 zip 3.0-11 zita-alsa-pcmi 0.6.1-3 zita-resampler 1.11.2-2 zlib 1:1.3.2-2 zlib-ng 2.3.3-1 zstd 1.5.7-3 luceneutil rev is 63c1b2b252f377e272313c1ac0f182be79ad78b6 LUCENE rev is dbf0d1426f13292f58083911c65bbae431251e4f last successful Lucene rev 29af85188d5c4415f42e0e56f484819264bff070, luceneutil rev 63c1b2b252f377e272313c1ac0f182be79ad78b6 run ['git', 'log', '29af85188d5c4415f42e0e56f484819264bff070^..dbf0d1426f13292f58083911c65bbae431251e4f'] No commit message asking for regold of results files [2026-05-14 04:42:40.116738] RUN: git clean -xfd Removing .gradle/ Removing build-tools/build-infra-shadow/build/ Removing build-tools/build-infra/.gradle/ Removing build-tools/build-infra/build/ Removing build-tools/build/ Removing build-tools/missing-doclet/build/ Removing build/ Removing gradle.properties Removing gradle/wrapper/gradle-wrapper.jar Removing lucene/analysis.tests/build/ Removing lucene/analysis/build/ Removing lucene/analysis/common/build/ Removing lucene/analysis/icu/build/ Removing lucene/analysis/kuromoji/build/ Removing lucene/analysis/morfologik.tests/build/ Removing lucene/analysis/morfologik/build/ Removing lucene/analysis/nori/build/ Removing lucene/analysis/opennlp/build/ Removing lucene/analysis/phonetic/build/ Removing lucene/analysis/smartcn/build/ Removing lucene/analysis/stempel/build/ Removing lucene/backward-codecs/build/ Removing lucene/benchmark-jmh/build/ Removing lucene/benchmark/build/ Removing lucene/build/ Removing lucene/classification/build/ Removing lucene/codecs/build/ Removing lucene/core.tests/build/ Removing lucene/core/build/ Removing lucene/demo/build/ Removing lucene/distribution.tests/build/ Removing lucene/distribution/build/ Removing lucene/documentation/build/ Removing lucene/expressions/build/ Removing lucene/facet/build/ Removing lucene/grouping/build/ Removing lucene/highlighter/build/ Removing lucene/join/build/ Removing lucene/luke/build/ Removing lucene/memory/build/ Removing lucene/misc/build/ Removing lucene/monitor/build/ Removing lucene/queries/build/ Removing lucene/queryparser/build/ Removing lucene/replicator/build/ Removing lucene/sandbox/build/ Removing lucene/spatial-extras/build/ Removing lucene/spatial-test-fixtures/build/ Removing lucene/spatial3d/build/ Removing lucene/suggest/build/ Removing lucene/test-framework/build/ [2026-05-14 04:42:40.350276] took 0.2 sec will NOT regold results files but rather compare to last good result files Java command-line: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED transparent_hugepages: [always] madvise never [2026-05-14 04:42:40.350362] RUN: /l/trunk.nightly/gradlew --stacktrace clean > /l/logs.nightly/2026.05.14.04.42.39/clean-lucene.log 2>&1 [2026-05-14 04:42:44.279407] took 3.9 sec [2026-05-14 04:42:44.279444] RUN: /l/trunk.nightly/gradlew jar > /l/logs.nightly/2026.05.14.04.42.39/jar-lucene.log 2>&1 [2026-05-14 04:42:58.452946] took 14.2 sec JAVA: WARNING: Using incubator modules: jdk.incubator.vector openjdk version "25.0.2" 2026-01-20 OpenJDK Runtime Environment (build 25.0.2) OpenJDK 64-Bit Server VM (build 25.0.2, mixed mode, sharing) OS: Linux beast3.mikemccandless.com 6.18.9-arch1-2 #1 SMP PREEMPT_DYNAMIC Mon, 09 Feb 2026 17:16:33 +0000 x86_64 GNU/Linux LOGS: /l/logs.nightly Using checkout:[/l/trunk.nightly] for competitor:[nightly] compile lucene:core... run: ['/l/trunk.nightly/gradlew', 'lucene:core:jar'], cwd=/l/trunk.nightly vmstatLogFile=None topLogFile=None /l/trunk.nightly/lucene/benchmark files ['/l/util.nightly/src/main/perf/TestContext.java', '/l/util.nightly/src/main/perf/IndexAndSearchOpenStreetMaps.java', '/l/util.nightly/src/main/perf/TypePolluter.java', '/l/util.nightly/src/main/perf/OpenDirectory.java', '/l/util.nightly/src/main/perf/StringFieldDocSelector.java', '/l/util.nightly/src/main/perf/SearchTaxis.java', '/l/util.nightly/src/main/perf/RemoteTaskSource.java', '/l/util.nightly/src/main/perf/SearchPerfTest.java', '/l/util.nightly/src/main/perf/KeepNoCommitsDeletionPolicy.java', '/l/util.nightly/src/main/perf/DiskUsage.java', '/l/util.nightly/src/main/perf/NRTPerfTest.java', '/l/util.nightly/src/main/perf/Indexer.java', '/l/util.nightly/src/main/perf/PKLookupWithTermStateTask.java', '/l/util.nightly/src/main/perf/IndexState.java', '/l/util.nightly/src/main/perf/VectorDictionary.java', '/l/util.nightly/src/main/perf/TaskParser.java', '/l/util.nightly/src/main/perf/IndexThreads.java', '/l/util.nightly/src/main/perf/SearchTask.java', '/l/util.nightly/src/main/perf/RespellTask.java', '/l/util.nightly/src/main/perf/TaskSource.java', '/l/util.nightly/src/main/perf/LineFileDocs.java', '/l/util.nightly/src/main/perf/CreateQueries.java', '/l/util.nightly/src/main/perf/RandomQuery.java', '/l/util.nightly/src/main/perf/PerfUtils.java', '/l/util.nightly/src/main/perf/Task.java', '/l/util.nightly/src/main/perf/LocalTaskSource.java', '/l/util.nightly/src/main/perf/IndexTaxis.java', '/l/util.nightly/src/main/perf/PointsPKLookupTask.java', '/l/util.nightly/src/main/perf/TaskThreads.java', '/l/util.nightly/src/main/perf/UnparsedTask.java', '/l/util.nightly/src/main/perf/Args.java', '/l/util.nightly/src/main/perf/TaskParserFactory.java', '/l/util.nightly/src/main/perf/StatisticsHelper.java', '/l/util.nightly/src/main/perf/BenchRearranger.java', '/l/util.nightly/src/main/perf/PKLookupTask.java', '/l/util.nightly/src/main/perf/OpenCloseIndexWriter.java'] compile: /usr/lib/jvm/java-25-openjdk/bin/javac -g -d /l/util.nightly/build -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build /l/util.nightly/src/main/perf/TestContext.java /l/util.nightly/src/main/perf/IndexAndSearchOpenStreetMaps.java /l/util.nightly/src/main/perf/TypePolluter.java /l/util.nightly/src/main/perf/OpenDirectory.java /l/util.nightly/src/main/perf/StringFieldDocSelector.java /l/util.nightly/src/main/perf/SearchTaxis.java /l/util.nightly/src/main/perf/RemoteTaskSource.java /l/util.nightly/src/main/perf/SearchPerfTest.java /l/util.nightly/src/main/perf/KeepNoCommitsDeletionPolicy.java /l/util.nightly/src/main/perf/DiskUsage.java /l/util.nightly/src/main/perf/NRTPerfTest.java /l/util.nightly/src/main/perf/Indexer.java /l/util.nightly/src/main/perf/PKLookupWithTermStateTask.java /l/util.nightly/src/main/perf/IndexState.java /l/util.nightly/src/main/perf/VectorDictionary.java /l/util.nightly/src/main/perf/TaskParser.java /l/util.nightly/src/main/perf/IndexThreads.java /l/util.nightly/src/main/perf/SearchTask.java /l/util.nightly/src/main/perf/RespellTask.java /l/util.nightly/src/main/perf/TaskSource.java /l/util.nightly/src/main/perf/LineFileDocs.java /l/util.nightly/src/main/perf/CreateQueries.java /l/util.nightly/src/main/perf/RandomQuery.java /l/util.nightly/src/main/perf/PerfUtils.java /l/util.nightly/src/main/perf/Task.java /l/util.nightly/src/main/perf/LocalTaskSource.java /l/util.nightly/src/main/perf/IndexTaxis.java /l/util.nightly/src/main/perf/PointsPKLookupTask.java /l/util.nightly/src/main/perf/TaskThreads.java /l/util.nightly/src/main/perf/UnparsedTask.java /l/util.nightly/src/main/perf/Args.java /l/util.nightly/src/main/perf/TaskParserFactory.java /l/util.nightly/src/main/perf/StatisticsHelper.java /l/util.nightly/src/main/perf/BenchRearranger.java /l/util.nightly/src/main/perf/PKLookupTask.java /l/util.nightly/src/main/perf/OpenCloseIndexWriter.java run: ['/usr/lib/jvm/java-25-openjdk/bin/javac', '-g', '-d', '/l/util.nightly/build', '-classpath', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build', '/l/util.nightly/src/main/perf/TestContext.java', '/l/util.nightly/src/main/perf/IndexAndSearchOpenStreetMaps.java', '/l/util.nightly/src/main/perf/TypePolluter.java', '/l/util.nightly/src/main/perf/OpenDirectory.java', '/l/util.nightly/src/main/perf/StringFieldDocSelector.java', '/l/util.nightly/src/main/perf/SearchTaxis.java', '/l/util.nightly/src/main/perf/RemoteTaskSource.java', '/l/util.nightly/src/main/perf/SearchPerfTest.java', '/l/util.nightly/src/main/perf/KeepNoCommitsDeletionPolicy.java', '/l/util.nightly/src/main/perf/DiskUsage.java', '/l/util.nightly/src/main/perf/NRTPerfTest.java', '/l/util.nightly/src/main/perf/Indexer.java', '/l/util.nightly/src/main/perf/PKLookupWithTermStateTask.java', '/l/util.nightly/src/main/perf/IndexState.java', '/l/util.nightly/src/main/perf/VectorDictionary.java', '/l/util.nightly/src/main/perf/TaskParser.java', '/l/util.nightly/src/main/perf/IndexThreads.java', '/l/util.nightly/src/main/perf/SearchTask.java', '/l/util.nightly/src/main/perf/RespellTask.java', '/l/util.nightly/src/main/perf/TaskSource.java', '/l/util.nightly/src/main/perf/LineFileDocs.java', '/l/util.nightly/src/main/perf/CreateQueries.java', '/l/util.nightly/src/main/perf/RandomQuery.java', '/l/util.nightly/src/main/perf/PerfUtils.java', '/l/util.nightly/src/main/perf/Task.java', '/l/util.nightly/src/main/perf/LocalTaskSource.java', '/l/util.nightly/src/main/perf/IndexTaxis.java', '/l/util.nightly/src/main/perf/PointsPKLookupTask.java', '/l/util.nightly/src/main/perf/TaskThreads.java', '/l/util.nightly/src/main/perf/UnparsedTask.java', '/l/util.nightly/src/main/perf/Args.java', '/l/util.nightly/src/main/perf/TaskParserFactory.java', '/l/util.nightly/src/main/perf/StatisticsHelper.java', '/l/util.nightly/src/main/perf/BenchRearranger.java', '/l/util.nightly/src/main/perf/PKLookupTask.java', '/l/util.nightly/src/main/perf/OpenCloseIndexWriter.java'], cwd=/l/trunk.nightly/lucene/benchmark vmstatLogFile=None topLogFile=None [2026-05-14 04:43:01.148802] now run stored fields benchmark RUN: /usr/lib/jvm/java-25-openjdk/bin/javac -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar -d build src/extra/perf/StoredFieldsBenchmark.java, cwd=/l/util.nightly Now run BEST_SPEED with doc_limit=-1: RUN: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:build perf.StoredFieldsBenchmark /lucenedata/geonames/geonames.20160818.csv /l/indices/geonames-stored-fields BEST_SPEED -1 Mode: BEST_SPEED indexing_time_msec: 149015.00 stored_field_size_mb: 624.38 retrieved_time_msec: 182.73 Now run BEST_COMPRESSION with doc_limit=-1: RUN: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:build perf.StoredFieldsBenchmark /lucenedata/geonames/geonames.20160818.csv /l/indices/geonames-stored-fields BEST_COMPRESSION -1 Mode: BEST_COMPRESSION indexing_time_msec: 352070.00 stored_field_size_mb: 385.76 retrieved_time_msec: 1336.89 Done: took 1026.46 seconds, saved to /l/logs.nightly/2026.05.14.04.42.39/geonames-stored-fields-benchmark-results.pk [2026-05-14 05:00:08.093305] done run stored fields benchmark [2026-05-14 05:00:08.093325] now run NAD facets benchmark RUN: /usr/lib/jvm/java-25-openjdk/bin/javac -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/facet/build/libs/lucene-facet-11.0.0-SNAPSHOT.jar:build -d build src/main/perf/facets/IndexFacets.java, cwd=/l/util.nightly RUN: /usr/lib/jvm/java-25-openjdk/bin/javac -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/facet/build/libs/lucene-facet-11.0.0-SNAPSHOT.jar:build -d build src/main/perf/facets/BenchmarkFacets.java, cwd=/l/util.nightly Note: src/main/perf/facets/BenchmarkFacets.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. RUN: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/facet/build/libs/lucene-facet-11.0.0-SNAPSHOT.jar:build perf.facets.IndexFacets /l/data/NAD_taxonomy.txt.gz /l/indices/nad-facets-nightly -1, cwd=/l/util.nightly Indexing documents... WARNING: Using incubator modules: jdk.incubator.vector May 14, 2026 5:00:09 AM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled Indexed 0 documents Indexed 100000 documents Indexed 200000 documents Indexed 300000 documents Indexed 400000 documents Indexed 500000 documents Indexed 600000 documents Indexed 700000 documents Indexed 800000 documents Indexed 900000 documents Indexed 1000000 documents Indexed 1100000 documents Indexed 1200000 documents Indexed 1300000 documents Indexed 1400000 documents Indexed 1500000 documents Indexed 1600000 documents Indexed 1700000 documents Indexed 1800000 documents Indexed 1900000 documents Indexed 2000000 documents Indexed 2100000 documents Indexed 2200000 documents Indexed 2300000 documents Indexed 2400000 documents Indexed 2500000 documents Indexed 2600000 documents Indexed 2700000 documents Indexed 2800000 documents Indexed 2900000 documents Indexed 3000000 documents Indexed 3100000 documents Indexed 3200000 documents Indexed 3300000 documents Indexed 3400000 documents Indexed 3500000 documents Indexed 3600000 documents Indexed 3700000 documents Indexed 3800000 documents Indexed 3900000 documents Indexed 4000000 documents Indexed 4100000 documents Indexed 4200000 documents Indexed 4300000 documents Indexed 4400000 documents Indexed 4500000 documents Indexed 4600000 documents Indexed 4700000 documents Indexed 4800000 documents Indexed 4900000 documents Indexed 5000000 documents Indexed 5100000 documents Indexed 5200000 documents Indexed 5300000 documents Indexed 5400000 documents Indexed 5500000 documents Indexed 5600000 documents Indexed 5700000 documents Indexed 5800000 documents Indexed 5900000 documents Indexed 6000000 documents Indexed 6100000 documents Indexed 6200000 documents Indexed 6300000 documents Indexed 6400000 documents Indexed 6500000 documents Indexed 6600000 documents Indexed 6700000 documents Indexed 6800000 documents Indexed 6900000 documents Indexed 7000000 documents Indexed 7100000 documents Indexed 7200000 documents Indexed 7300000 documents Indexed 7400000 documents Indexed 7500000 documents Indexed 7600000 documents Indexed 7700000 documents Indexed 7800000 documents Indexed 7900000 documents Indexed 8000000 documents Indexed 8100000 documents Indexed 8200000 documents Indexed 8300000 documents Indexed 8400000 documents Indexed 8500000 documents Indexed 8600000 documents Indexed 8700000 documents Indexed 8800000 documents Indexed 8900000 documents Indexed 9000000 documents Indexed 9100000 documents Indexed 9200000 documents Indexed 9300000 documents Indexed 9400000 documents Indexed 9500000 documents Indexed 9600000 documents Indexed 9700000 documents Indexed 9800000 documents Indexed 9900000 documents Indexed 10000000 documents Indexed 10100000 documents Indexed 10200000 documents Indexed 10300000 documents Indexed 10400000 documents Indexed 10500000 documents Indexed 10600000 documents Indexed 10700000 documents Indexed 10800000 documents Indexed 10900000 documents Indexed 11000000 documents Indexed 11100000 documents Indexed 11200000 documents Indexed 11300000 documents Indexed 11400000 documents Indexed 11500000 documents Indexed 11600000 documents Indexed 11700000 documents Indexed 11800000 documents Indexed 11900000 documents Indexed 12000000 documents Indexed 12100000 documents Indexed 12200000 documents Indexed 12300000 documents Indexed 12400000 documents Indexed 12500000 documents Indexed 12600000 documents Indexed 12700000 documents Indexed 12800000 documents Indexed 12900000 documents Indexed 13000000 documents Indexed 13100000 documents Indexed 13200000 documents Indexed 13300000 documents Indexed 13400000 documents Indexed 13500000 documents Indexed 13600000 documents Indexed 13700000 documents Indexed 13800000 documents Indexed 13900000 documents Indexed 14000000 documents Indexed 14100000 documents Indexed 14200000 documents Indexed 14300000 documents Indexed 14400000 documents Indexed 14500000 documents Indexed 14600000 documents Indexed 14700000 documents Indexed 14800000 documents Indexed 14900000 documents Indexed 15000000 documents Indexed 15100000 documents Indexed 15200000 documents Indexed 15300000 documents Indexed 15400000 documents Indexed 15500000 documents Indexed 15600000 documents Indexed 15700000 documents Indexed 15800000 documents Indexed 15900000 documents Indexed 16000000 documents Indexed 16100000 documents Indexed 16200000 documents Indexed 16300000 documents Indexed 16400000 documents Indexed 16500000 documents Indexed 16600000 documents Indexed 16700000 documents Indexed 16800000 documents Indexed 16900000 documents Indexed 17000000 documents Indexed 17100000 documents Indexed 17200000 documents Indexed 17300000 documents Indexed 17400000 documents Indexed 17500000 documents Indexed 17600000 documents Indexed 17700000 documents Indexed 17800000 documents Indexed 17900000 documents Indexed 18000000 documents Indexed 18100000 documents Indexed 18200000 documents Indexed 18300000 documents Indexed 18400000 documents Indexed 18500000 documents Indexed 18600000 documents Indexed 18700000 documents Indexed 18800000 documents Indexed 18900000 documents Indexed 19000000 documents Indexed 19100000 documents Indexed 19200000 documents Indexed 19300000 documents Indexed 19400000 documents Indexed 19500000 documents Indexed 19600000 documents Indexed 19700000 documents Indexed 19800000 documents Indexed 19900000 documents Indexed 20000000 documents Indexed 20100000 documents Indexed 20200000 documents Indexed 20300000 documents Indexed 20400000 documents Indexed 20500000 documents Indexed 20600000 documents Indexed 20700000 documents Indexed 20800000 documents Indexed 20900000 documents Indexed 21000000 documents Indexed 21100000 documents Indexed 21200000 documents Indexed 21300000 documents Indexed 21400000 documents Indexed 21500000 documents Indexed 21600000 documents Indexed 21700000 documents Indexed 21800000 documents Indexed 21900000 documents Indexed 22000000 documents Indexed 22100000 documents Indexed 22200000 documents Indexed 22300000 documents Indexed 22400000 documents Indexed 22500000 documents Indexed 22600000 documents Indexed 22700000 documents Indexed 22800000 documents Indexed 22900000 documents Indexed 23000000 documents Indexed 23100000 documents Indexed 23200000 documents Indexed 23300000 documents Indexed 23400000 documents Indexed 23500000 documents Indexed 23600000 documents Indexed 23700000 documents Indexed 23800000 documents Indexed 23900000 documents Indexed 24000000 documents Indexed 24100000 documents Indexed 24200000 documents Indexed 24300000 documents Indexed 24400000 documents Indexed 24500000 documents Indexed 24600000 documents Indexed 24700000 documents Indexed 24800000 documents Indexed 24900000 documents Indexed 25000000 documents Indexed 25100000 documents Indexed 25200000 documents Indexed 25300000 documents Indexed 25400000 documents Indexed 25500000 documents Indexed 25600000 documents Indexed 25700000 documents Indexed 25800000 documents Indexed 25900000 documents Indexed 26000000 documents Indexed 26100000 documents Indexed 26200000 documents Indexed 26300000 documents Indexed 26400000 documents Indexed 26500000 documents Indexed 26600000 documents Indexed 26700000 documents Indexed 26800000 documents Indexed 26900000 documents Indexed 27000000 documents Indexed 27100000 documents Indexed 27200000 documents Indexed 27300000 documents Indexed 27400000 documents Indexed 27500000 documents Indexed 27600000 documents Indexed 27700000 documents Indexed 27800000 documents Indexed 27900000 documents Indexed 28000000 documents Indexed 28100000 documents Indexed 28200000 documents Indexed 28300000 documents Indexed 28400000 documents Indexed 28500000 documents Indexed 28600000 documents Indexed 28700000 documents Indexed 28800000 documents Indexed 28900000 documents Indexed 29000000 documents Indexed 29100000 documents Indexed 29200000 documents Indexed 29300000 documents Indexed 29400000 documents Indexed 29500000 documents Indexed 29600000 documents Indexed 29700000 documents Indexed 29800000 documents Indexed 29900000 documents Indexed 30000000 documents Indexed 30100000 documents Indexed 30200000 documents Indexed 30300000 documents Indexed 30400000 documents Indexed 30500000 documents Indexed 30600000 documents Indexed 30700000 documents Indexed 30800000 documents Indexed 30900000 documents Indexed 31000000 documents Indexed 31100000 documents Indexed 31200000 documents Indexed 31300000 documents Indexed 31400000 documents Indexed 31500000 documents Indexed 31600000 documents Indexed 31700000 documents Indexed 31800000 documents Indexed 31900000 documents Indexed 32000000 documents Indexed 32100000 documents Indexed 32200000 documents Indexed 32300000 documents Indexed 32400000 documents Indexed 32500000 documents Indexed 32600000 documents Indexed 32700000 documents Indexed 32800000 documents Indexed 32900000 documents Indexed 33000000 documents Indexed 33100000 documents Indexed 33200000 documents Indexed 33300000 documents Indexed 33400000 documents Indexed 33500000 documents Indexed 33600000 documents Indexed 33700000 documents Indexed 33800000 documents Indexed 33900000 documents Indexed 34000000 documents Indexed 34100000 documents Indexed 34200000 documents Indexed 34300000 documents Indexed 34400000 documents Indexed 34500000 documents Indexed 34600000 documents Indexed 34700000 documents Indexed 34800000 documents Indexed 34900000 documents Indexed 35000000 documents Indexed 35100000 documents Indexed 35200000 documents Indexed 35300000 documents Indexed 35400000 documents Indexed 35500000 documents Indexed 35600000 documents Indexed 35700000 documents Indexed 35800000 documents Indexed 35900000 documents Indexed 36000000 documents Indexed 36100000 documents Indexed 36200000 documents Indexed 36300000 documents Indexed 36400000 documents Indexed 36500000 documents Indexed 36600000 documents Indexed 36700000 documents Indexed 36800000 documents Indexed 36900000 documents Indexed 37000000 documents Indexed 37100000 documents Indexed 37200000 documents Indexed 37300000 documents Indexed 37400000 documents Indexed 37500000 documents Indexed 37600000 documents Indexed 37700000 documents Indexed 37800000 documents Indexed 37900000 documents Indexed 38000000 documents Indexed 38100000 documents Indexed 38200000 documents Indexed 38300000 documents Indexed 38400000 documents Indexed 38500000 documents Indexed 38600000 documents Indexed 38700000 documents Indexed 38800000 documents Indexed 38900000 documents Indexed 39000000 documents Indexed 39100000 documents Indexed 39200000 documents Indexed 39300000 documents Indexed 39400000 documents Indexed 39500000 documents Indexed 39600000 documents Indexed 39700000 documents Indexed 39800000 documents Indexed 39900000 documents Indexed 40000000 documents Indexed 40100000 documents Indexed 40200000 documents Indexed 40300000 documents Indexed 40400000 documents Indexed 40500000 documents Indexed 40600000 documents Indexed 40700000 documents Indexed 40800000 documents Indexed 40900000 documents Indexed 41000000 documents Indexed 41100000 documents Indexed 41200000 documents Indexed 41300000 documents Indexed 41400000 documents Indexed 41500000 documents Indexed 41600000 documents Indexed 41700000 documents Indexed 41800000 documents Indexed 41900000 documents Indexed 42000000 documents Indexed 42100000 documents Indexed 42200000 documents Indexed 42300000 documents Indexed 42400000 documents Indexed 42500000 documents Indexed 42600000 documents Indexed 42700000 documents Indexed 42800000 documents Indexed 42900000 documents Indexed 43000000 documents Indexed 43100000 documents Indexed 43200000 documents Indexed 43300000 documents Indexed 43400000 documents Indexed 43500000 documents Indexed 43600000 documents Indexed 43700000 documents Indexed 43800000 documents Indexed 43900000 documents Indexed 44000000 documents Indexed 44100000 documents Indexed 44200000 documents Indexed 44300000 documents Indexed 44400000 documents Indexed 44500000 documents Indexed 44600000 documents Indexed 44700000 documents Indexed 44800000 documents Indexed 44900000 documents Indexed 45000000 documents Indexed 45100000 documents Indexed 45200000 documents Indexed 45300000 documents Indexed 45400000 documents Indexed 45500000 documents Indexed 45600000 documents Indexed 45700000 documents Indexed 45800000 documents Indexed 45900000 documents Indexed 46000000 documents Indexed 46100000 documents Indexed 46200000 documents Indexed 46300000 documents Indexed 46400000 documents Indexed 46500000 documents Indexed 46600000 documents Indexed 46700000 documents Indexed 46800000 documents Indexed 46900000 documents Indexed 47000000 documents Indexed 47100000 documents Indexed 47200000 documents Indexed 47300000 documents Indexed 47400000 documents Indexed 47500000 documents Indexed 47600000 documents Indexed 47700000 documents Indexed 47800000 documents Indexed 47900000 documents Indexed 48000000 documents Indexed 48100000 documents Indexed 48200000 documents Indexed 48300000 documents Indexed 48400000 documents Indexed 48500000 documents Indexed 48600000 documents Indexed 48700000 documents Indexed 48800000 documents Indexed 48900000 documents Indexed 49000000 documents Indexed 49100000 documents Indexed 49200000 documents Indexed 49300000 documents Indexed 49400000 documents Indexed 49500000 documents Indexed 49600000 documents Indexed 49700000 documents Indexed 49800000 documents Indexed 49900000 documents Indexed 50000000 documents Indexed 50100000 documents Indexed 50200000 documents Indexed 50300000 documents Indexed 50400000 documents Indexed 50500000 documents Indexed 50600000 documents Indexed 50700000 documents Indexed 50800000 documents Indexed 50900000 documents Indexed 51000000 documents Indexed 51100000 documents Indexed 51200000 documents Indexed 51300000 documents Indexed 51400000 documents Indexed 51500000 documents Indexed 51600000 documents Indexed 51700000 documents Indexed 51800000 documents Indexed 51900000 documents Indexed 52000000 documents Indexed 52100000 documents Indexed 52200000 documents Indexed 52300000 documents Indexed 52400000 documents Indexed 52500000 documents Indexed 52600000 documents Indexed 52700000 documents Indexed 52800000 documents Indexed 52900000 documents Indexed 53000000 documents Indexed 53100000 documents Indexed 53200000 documents Indexed 53300000 documents Indexed 53400000 documents Indexed 53500000 documents Indexed 53600000 documents Indexed 53700000 documents Indexed 53800000 documents Indexed 53900000 documents Indexed 54000000 documents Indexed 54100000 documents Indexed 54200000 documents Indexed 54300000 documents Indexed 54400000 documents Indexed 54500000 documents Indexed 54600000 documents Indexed 54700000 documents Indexed 54800000 documents Indexed 54900000 documents Indexed 55000000 documents Indexed 55100000 documents Indexed 55200000 documents Indexed 55300000 documents Indexed 55400000 documents Indexed 55500000 documents Indexed 55600000 documents Indexed 55700000 documents Indexed 55800000 documents Indexed 55900000 documents Indexed 56000000 documents Indexed 56100000 documents Indexed 56200000 documents Indexed 56300000 documents Indexed 56400000 documents Indexed 56500000 documents Indexed 56600000 documents Indexed 56700000 documents Indexed 56800000 documents Indexed 56900000 documents Indexed 57000000 documents Indexed 57100000 documents Indexed 57200000 documents Indexed 57300000 documents Indexed 57400000 documents Indexed 57500000 documents Indexed 57600000 documents Indexed 57700000 documents Indexed 57800000 documents Indexed 57900000 documents Indexed 58000000 documents Indexed 58100000 documents Indexed 58200000 documents Indexed 58300000 documents Indexed 58400000 documents Indexed 58500000 documents Indexed 58600000 documents Indexed 58700000 documents Indexed 58800000 documents Indexed 58900000 documents Indexed 59000000 documents Indexed 59100000 documents Indexed 59200000 documents Indexed 59300000 documents Indexed 59400000 documents Indexed 59500000 documents Indexed 59600000 documents Indexed 59700000 documents Indexed 59800000 documents Indexed 59900000 documents RUN: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/facet/build/libs/lucene-facet-11.0.0-SNAPSHOT.jar:build perf.facets.BenchmarkFacets /l/indices/nad-facets-nightly 30, cwd=/l/util.nightly Total time creating FastTaxonomyCounts: 1520.670078233333 ms Total time creating SSDVFacetCounts: 3040.280787033333 ms Total time taken to get all dims for taxonomy: 0.103688 ms Total time taken to get all dims for SSDV: 0.06852000000000001 ms Total time to get top dims for taxonomy: 0.03584073333333334 ms Total time to get top dims for SSDV: 0.03171083333333333 ms Total time to get top "address.taxonomy/TX" children: 0.11581036666666665 ms Total time to get top "address.sortedset/TX" children: 0.1782401666666667 ms Total time to get all "address.taxonomy/TX" children: 0.1389491 ms Total time to get all "address.sortedset/TX" children: 0.5843503999999999 ms Done: took 3508.66 seconds, saved to /l/logs.nightly/2026.05.14.04.42.39/nad-facet-benchmark.pk [2026-05-14 05:58:36.752652] done run NAD facets benchmark [2026-05-14 05:58:37.359914] now run KNN benchmark Lucene HEAD git revision at /l/trunk.nightly: dbf0d1426f13292f58083911c65bbae431251e4f dirty?=False luceneutil HEAD git revision at /l/util.nightly: 63c1b2b252f377e272313c1ac0f182be79ad78b6 dirty?=False compile Lucene jars at /l/trunk.nightly Starting a Gradle Daemon (subsequent builds will be faster) > Task :build-infra:compileJava UP-TO-DATE > Task :build-infra:pluginDescriptors UP-TO-DATE > Task :build-infra:processResources UP-TO-DATE > Task :build-infra:classes UP-TO-DATE > Task :build-infra:jar UP-TO-DATE The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. > Task :errorProneSkipped SKIPPED > Task :lucene:highlighter:processResources NO-SOURCE > Task :lucene:facet:processResources NO-SOURCE > Task :lucene:memory:processResources NO-SOURCE > Task :lucene:analysis.tests:processResources NO-SOURCE > Task :build-tools:build-infra-shadow:pluginDescriptors UP-TO-DATE > Task :lucene:queries:processResources NO-SOURCE > Task :build-tools:missing-doclet:processResources NO-SOURCE > Task :lucene:spatial3d:processResources NO-SOURCE > Task :lucene:spatial-extras:processResources NO-SOURCE > Task :lucene:sandbox:processResources UP-TO-DATE > Task :lucene:backward-codecs:processResources UP-TO-DATE > Task :lucene:core:processResources UP-TO-DATE > Task :lucene:queryparser:processResources UP-TO-DATE > Task :lucene:benchmark:processResources NO-SOURCE > Task :lucene:analysis:phonetic:processResources UP-TO-DATE > Task :lucene:expressions:processResources UP-TO-DATE > Task :lucene:codecs:processResources UP-TO-DATE > Task :lucene:analysis.tests:compileJava NO-SOURCE > Task :lucene:grouping:processResources NO-SOURCE > Task :lucene:analysis.tests:classes UP-TO-DATE > Task :lucene:analysis:common:processResources UP-TO-DATE > Task :build-tools:missing-doclet:compileJava UP-TO-DATE > Task :build-tools:missing-doclet:classes UP-TO-DATE > Task :lucene:demo:processResources NO-SOURCE > Task :lucene:benchmark-jmh:processResources NO-SOURCE > Task :lucene:join:processResources NO-SOURCE > Task :lucene:classification:processResources NO-SOURCE > Task :lucene:distribution.tests:compileJava NO-SOURCE > Task :lucene:misc:processResources NO-SOURCE > Task :lucene:distribution.tests:processResources NO-SOURCE > Task :lucene:distribution.tests:classes UP-TO-DATE > Task :lucene:suggest:processResources UP-TO-DATE > Task :lucene:analysis:opennlp:processResources UP-TO-DATE > Task :lucene:analysis:icu:processResources UP-TO-DATE > Task :lucene:analysis:morfologik:processResources UP-TO-DATE > Task :lucene:analysis:smartcn:processResources UP-TO-DATE > Task :lucene:analysis:nori:processResources UP-TO-DATE > Task :lucene:analysis.tests:jar UP-TO-DATE > Task :lucene:distribution.tests:jar UP-TO-DATE > Task :lucene:analysis:kuromoji:processResources UP-TO-DATE > Task :lucene:analysis:stempel:processResources UP-TO-DATE > Task :build-tools:missing-doclet:jar UP-TO-DATE > Task :lucene:replicator:processResources NO-SOURCE > Task :lucene:spatial-test-fixtures:processResources NO-SOURCE > Task :lucene:luke:processResources UP-TO-DATE > Task :lucene:monitor:processResources NO-SOURCE > Task :lucene:analysis:morfologik.tests:compileJava NO-SOURCE > Task :lucene:core.tests:compileJava UP-TO-DATE > Task :lucene:analysis:morfologik.tests:processResources NO-SOURCE > Task :lucene:core.tests:processResources NO-SOURCE > Task :lucene:test-framework:processResources UP-TO-DATE > Task :lucene:analysis:morfologik.tests:classes UP-TO-DATE > Task :build-tools:build-infra-shadow:compileJava UP-TO-DATE > Task :lucene:core.tests:classes UP-TO-DATE > Task :build-tools:build-infra-shadow:processResources NO-SOURCE > Task :build-tools:build-infra-shadow:classes UP-TO-DATE > Task :lucene:core.tests:jar UP-TO-DATE > Task :lucene:analysis:morfologik.tests:jar UP-TO-DATE > Task :build-tools:build-infra-shadow:jar UP-TO-DATE > Task :lucene:core:compileJava UP-TO-DATE > Task :lucene:core:classes UP-TO-DATE > Task :lucene:core:compileMain25Java UP-TO-DATE > Task :lucene:core:processMain25Resources NO-SOURCE > Task :lucene:core:main25Classes UP-TO-DATE > Task :lucene:core:jar UP-TO-DATE > Task :lucene:memory:compileJava UP-TO-DATE > Task :lucene:memory:classes UP-TO-DATE > Task :lucene:replicator:compileJava UP-TO-DATE > Task :lucene:replicator:classes UP-TO-DATE > Task :lucene:memory:jar UP-TO-DATE > Task :lucene:join:compileJava UP-TO-DATE > Task :lucene:join:classes UP-TO-DATE > Task :lucene:replicator:jar UP-TO-DATE > Task :lucene:join:jar UP-TO-DATE > Task :lucene:misc:compileJava UP-TO-DATE > Task :lucene:misc:classes UP-TO-DATE > Task :lucene:misc:jar UP-TO-DATE > Task :lucene:facet:compileJava UP-TO-DATE > Task :lucene:facet:classes UP-TO-DATE > Task :lucene:facet:jar UP-TO-DATE > Task :lucene:codecs:compileJava UP-TO-DATE > Task :lucene:codecs:classes UP-TO-DATE > Task :lucene:spatial3d:compileJava UP-TO-DATE > Task :lucene:spatial3d:classes UP-TO-DATE > Task :lucene:codecs:jar UP-TO-DATE > Task :lucene:queries:compileJava UP-TO-DATE > Task :lucene:queries:classes UP-TO-DATE > Task :lucene:spatial3d:jar UP-TO-DATE > Task :lucene:backward-codecs:compileJava UP-TO-DATE > Task :lucene:backward-codecs:classes UP-TO-DATE > Task :lucene:queries:jar UP-TO-DATE > Task :lucene:backward-codecs:jar UP-TO-DATE > Task :lucene:expressions:compileJava UP-TO-DATE > Task :lucene:expressions:classes UP-TO-DATE > Task :lucene:expressions:jar UP-TO-DATE > Task :lucene:grouping:compileJava UP-TO-DATE > Task :lucene:grouping:classes UP-TO-DATE > Task :lucene:spatial-extras:compileJava UP-TO-DATE > Task :lucene:spatial-extras:classes UP-TO-DATE > Task :lucene:grouping:jar UP-TO-DATE > Task :lucene:spatial-extras:jar UP-TO-DATE > Task :lucene:highlighter:compileJava UP-TO-DATE > Task :lucene:highlighter:classes UP-TO-DATE > Task :lucene:highlighter:jar UP-TO-DATE > Task :lucene:classification:compileJava UP-TO-DATE > Task :lucene:classification:classes UP-TO-DATE > Task :lucene:sandbox:compileJava UP-TO-DATE > Task :lucene:sandbox:classes UP-TO-DATE > Task :lucene:classification:jar UP-TO-DATE > Task :lucene:sandbox:jar UP-TO-DATE > Task :lucene:analysis:common:compileJava UP-TO-DATE > Task :lucene:analysis:common:classes UP-TO-DATE > Task :lucene:test-framework:compileJava UP-TO-DATE > Task :lucene:test-framework:classes UP-TO-DATE > Task :lucene:analysis:common:jar UP-TO-DATE > Task :lucene:test-framework:jar UP-TO-DATE > Task :lucene:analysis:phonetic:compileJava UP-TO-DATE > Task :lucene:analysis:phonetic:classes UP-TO-DATE > Task :lucene:analysis:morfologik:compileJava UP-TO-DATE > Task :lucene:analysis:morfologik:classes UP-TO-DATE > Task :lucene:analysis:phonetic:jar UP-TO-DATE > Task :lucene:analysis:opennlp:compileJava UP-TO-DATE > Task :lucene:analysis:smartcn:compileJava UP-TO-DATE > Task :lucene:benchmark-jmh:compileJava UP-TO-DATE > Task :lucene:analysis:smartcn:classes UP-TO-DATE > Task :lucene:analysis:opennlp:classes UP-TO-DATE > Task :lucene:benchmark-jmh:classes UP-TO-DATE > Task :lucene:analysis:stempel:compileJava UP-TO-DATE > Task :lucene:analysis:stempel:classes UP-TO-DATE > Task :lucene:analysis:morfologik:jar UP-TO-DATE > Task :lucene:analysis:nori:compileJava UP-TO-DATE > Task :lucene:analysis:nori:classes UP-TO-DATE > Task :lucene:analysis:icu:compileJava UP-TO-DATE > Task :lucene:analysis:icu:classes UP-TO-DATE > Task :lucene:analysis:opennlp:jar UP-TO-DATE > Task :lucene:queryparser:compileJava UP-TO-DATE > Task :lucene:spatial-test-fixtures:compileJava UP-TO-DATE > Task :lucene:suggest:compileJava UP-TO-DATE > Task :lucene:monitor:compileJava UP-TO-DATE > Task :lucene:analysis:kuromoji:compileJava UP-TO-DATE > Task :lucene:queryparser:classes UP-TO-DATE > Task :lucene:analysis:smartcn:jar UP-TO-DATE > Task :lucene:analysis:stempel:jar UP-TO-DATE > Task :lucene:suggest:classes UP-TO-DATE > Task :lucene:spatial-test-fixtures:classes UP-TO-DATE > Task :lucene:analysis:kuromoji:classes UP-TO-DATE > Task :lucene:monitor:classes UP-TO-DATE > Task :lucene:analysis:nori:jar UP-TO-DATE > Task :lucene:analysis:icu:jar UP-TO-DATE > Task :lucene:suggest:jar UP-TO-DATE > Task :lucene:monitor:jar UP-TO-DATE > Task :lucene:spatial-test-fixtures:jar UP-TO-DATE > Task :lucene:queryparser:jar UP-TO-DATE > Task :lucene:analysis:kuromoji:jar UP-TO-DATE > Task :lucene:benchmark-jmh:jar UP-TO-DATE > Task :lucene:demo:compileJava UP-TO-DATE > Task :lucene:demo:classes UP-TO-DATE > Task :lucene:demo:jar UP-TO-DATE > Task :lucene:benchmark:compileJava UP-TO-DATE > Task :lucene:benchmark:classes UP-TO-DATE > Task :lucene:luke:compileJava UP-TO-DATE > Task :lucene:luke:classes UP-TO-DATE > Task :lucene:benchmark:jar UP-TO-DATE > Task :lucene:luke:jar UP-TO-DATE BUILD SUCCESSFUL in 6s 101 actionable tasks: 101 up-to-date Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.5.0/userguide/configuration_cache_enabling.html compile luceneutil KNN at /l/util.nightly WARNING: A restricted method in java.lang.System has been called WARNING: java.lang.System::load has been called by net.rubygrapefruit.platform.internal.NativeLibraryLoader in an unnamed module (file:/home/mike/.gradle/wrapper/dists/gradle-9.1.0-bin/9agqghryom9wkf8r80qlhnts3/gradle-9.1.0/lib/native-platform-0.22-milestone-28.jar) WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module WARNING: Restricted methods will be blocked in a future release unless native access is enabled Starting a Gradle Daemon (subsequent builds will be faster) > Task :compileKnn Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: /l/util.nightly/src/main/perf/SearchTask.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [Incubating] Problems report is available at: file:///l/util.nightly/build/reports/problems/problems-report.html Deprecated Gradle features were used in this build, making it incompatible with Gradle 10. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/9.1.0/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. BUILD SUCCESSFUL in 7s 1 actionable task: 1 executed Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.1.0/userguide/configuration_cache_enabling.html CPU Information: model: AMD Ryzen Threadripper 3990X 64-Core Processor logical cores: 128 physical cores per socket: 64 microcode: 0x830107d flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es vmx flags: none bugs: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass retbleed smt_rsb srso ibpb_no_ret spectre_v2_user vmscape Memory Information: total RAM: 251.72 GB free RAM: 33.27 GB available RAM: 242.80 GB used RAM: 8.92 GB dirty RAM: 7.36 MB smell vectors from /big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec smell: sampling 2000 of 39709371 vectors for per-dim distribution... smell: 100/2000 ( 5%) 2.9s smell: 200/2000 ( 10%) 2.9s smell: 300/2000 ( 15%) 2.9s smell: 400/2000 ( 20%) 2.9s smell: 500/2000 ( 25%) 2.9s smell: 600/2000 ( 30%) 2.9s smell: 700/2000 ( 35%) 2.9s smell: 800/2000 ( 40%) 2.9s smell: 900/2000 ( 45%) 2.9s smell: 1000/2000 ( 50%) 2.9s smell: 1100/2000 ( 55%) 2.9s smell: 1200/2000 ( 60%) 2.9s smell: 1300/2000 ( 65%) 2.9s smell: 1400/2000 ( 70%) 2.9s smell: 1500/2000 ( 75%) 2.9s smell: 1600/2000 ( 80%) 2.9s smell: 1700/2000 ( 85%) 2.9s smell: 1800/2000 ( 90%) 2.9s smell: 1900/2000 ( 95%) 3.0s smell: 2000/2000 (100%) 3.1s smell: 1 degenerate dim(s) found in 3.2s: (OUTLIER_SPREAD: std of all dims: μ=0.027, σ=0.007, threshold=3.0σ) [ ▁▄██▇▂ ] dim 0585 μ= -0.032 σ= 0.050 zeros= 0% [ ▁▃▅██████▆▃▂ ] -> OUTLIER_SPREAD: this_std=0.0496, mean_std=0.0265, +3.3sigma vs threshold=3.0sigma smell: all 1024 dims: [ ▁█▆ ] dim 0000 μ= +0.002 σ= 0.024 zeros= 0% [ ▂███▆▁ ] [ ▃█▅ ] dim 0001 μ= +0.017 σ= 0.027 zeros= 0% [ ▁▄███▅▁ ] [ ▅█▄ ] dim 0002 μ= -0.009 σ= 0.033 zeros= 0% [ ▁▃████▆▂▁ ] [ ▂█▅ ] dim 0003 μ= +0.023 σ= 0.027 zeros= 0% [ ▁▃███▇▂▁ ] [ ▂█▅ ] dim 0004 μ= -0.018 σ= 0.027 zeros= 0% [ ▁▃████▂ ] [ ▂▆█▃ ] dim 0005 μ= -0.009 σ= 0.033 zeros= 0% [ ▁▄████▆▃▁ ] [ █▄ ] dim 0006 μ= +0.000 σ= 0.020 zeros= 0% [ ▁███▄ ] [ ▆█▁ ] dim 0007 μ= -0.030 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ █▅ ] dim 0008 μ= -0.018 σ= 0.019 zeros= 0% [ ▁▆██▃ ] [ ▂▇█▁ ] dim 0009 μ= +0.006 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▆█▅ ] dim 0010 μ= +0.014 σ= 0.031 zeros= 0% [ ▁▃▇███▆▃▁ ] [ ▁██▅ ] dim 0011 μ= -0.012 σ= 0.035 zeros= 0% [ ▁▂▆████▇▂▁ ] [ ▄█ ] dim 0012 μ= +0.012 σ= 0.018 zeros= 0% [ ▃██▇▁ ] [ ▅█▁ ] dim 0013 μ= -0.009 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▃▆█▃ ] dim 0014 μ= +0.005 σ= 0.035 zeros= 0% [ ▁▂▆████▅▂▁ ] [ ▁█▄ ] dim 0015 μ= -0.001 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▅█▇ ] dim 0016 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▄███▇▃▁ ] [ ▅█▅ ] dim 0017 μ= +0.016 σ= 0.032 zeros= 0% [ ▁▂████▇▃▁ ] [ ▂██▅▂ ] dim 0018 μ= +0.014 σ= 0.037 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▂██▃ ] dim 0019 μ= +0.005 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ ▅█▂ ] dim 0020 μ= +0.012 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ ██ ] dim 0021 μ= +0.008 σ= 0.022 zeros= 0% [ ▁▇███▂ ] [ ▅█▆▂ ] dim 0022 μ= +0.002 σ= 0.035 zeros= 0% [ ▁▂▇████▅▂▁ ] [ ▇█▇▇▃ ] dim 0023 μ= -0.008 σ= 0.046 zeros= 0% [ ▁▄██████▇▃▂ ] [ ▆█▅ ] dim 0024 μ= -0.005 σ= 0.033 zeros= 0% [ ▁▄████▇▃▁ ] [ ▄█▆ ] dim 0025 μ= +0.019 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ █▇ ] dim 0026 μ= +0.026 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ ▆█▃ ] dim 0027 μ= -0.008 σ= 0.027 zeros= 0% [ ▂▇███▅▁ ] [ ▂▇█▂ ] dim 0028 μ= +0.027 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▄█▅ ] dim 0029 μ= -0.001 σ= 0.029 zeros= 0% [ ▂▅████▂ ] [ ▆█▂ ] dim 0030 μ= -0.009 σ= 0.024 zeros= 0% [ ▁▆███▃▁ ] [ ▇█ ] dim 0031 μ= -0.013 σ= 0.018 zeros= 0% [ ▅██▆▁ ] [ ▂▅█▄ ] dim 0032 μ= +0.029 σ= 0.036 zeros= 0% [ ▁▂▆████▆▃▁ ] [ ▇█▃ ] dim 0033 μ= +0.029 σ= 0.027 zeros= 0% [ ▃████▄▁ ] [ ▃█▃ ] dim 0034 μ= -0.004 σ= 0.023 zeros= 0% [ ▁▃███▄▁ ] [ ▃▇█▃ ] dim 0035 μ= +0.007 σ= 0.032 zeros= 0% [ ▁▅████▆▂ ] [ █▅ ] dim 0036 μ= +0.001 σ= 0.020 zeros= 0% [ ▁███▄ ] [ ▆█▃ ] dim 0037 μ= -0.028 σ= 0.026 zeros= 0% [ ▁▇███▄▁ ] [ ▁█▂ ] dim 0038 μ= -0.002 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▆█▅ ] dim 0039 μ= +0.035 σ= 0.028 zeros= 0% [ ▂▆███▆▂ ] [ ▆█▄ ] dim 0040 μ= +0.011 σ= 0.036 zeros= 0% [ ▂▅▇████▃▁ ] [ █▇ ] dim 0041 μ= +0.005 σ= 0.017 zeros= 0% [ ▅██▄ ] [ ▃██ ] dim 0042 μ= -0.016 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ ▆█▄ ] dim 0043 μ= +0.012 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▄█▄ ] dim 0044 μ= -0.024 σ= 0.031 zeros= 0% [ ▁▂▇███▇▂▁ ] [ ▃█▃ ] dim 0045 μ= +0.016 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▃█ ] dim 0046 μ= +0.013 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▁▇█▃ ] dim 0047 μ= +0.005 σ= 0.032 zeros= 0% [ ▁▆████▄▁ ] [ ▃▆█▄ ] dim 0048 μ= +0.010 σ= 0.040 zeros= 0% [ ▁▃▆█████▄▂▁ ] [ ▂█▇ ] dim 0049 μ= +0.023 σ= 0.028 zeros= 0% [ ▁▄████▃ ] [ ▅█▅ ] dim 0050 μ= +0.014 σ= 0.029 zeros= 0% [ ▁▂▆███▅▂ ] [ ▄█▇ ] dim 0051 μ= -0.001 σ= 0.030 zeros= 0% [ ▂▆████▃▁ ] [ █▇ ] dim 0052 μ= +0.005 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▁█▃ ] dim 0053 μ= -0.002 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ▅█▃ ] dim 0054 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▃█▃ ] dim 0055 μ= +0.016 σ= 0.023 zeros= 0% [ ▁▃███▄ ] [ ▃█▆ ] dim 0056 μ= +0.019 σ= 0.030 zeros= 0% [ ▂▆████▃ ] [ ▆█▄ ] dim 0057 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▃████▇▃ ] [ ▆█▄ ] dim 0058 μ= +0.012 σ= 0.031 zeros= 0% [ ▁▄▇███▆▂ ] [ ▆█▂ ] dim 0059 μ= +0.010 σ= 0.028 zeros= 0% [ ▂████▄▁ ] [ ▅█ ] dim 0060 μ= +0.008 σ= 0.012 zeros= 0% [ ▁██▂ ] [ ▂█▅ ] dim 0061 μ= -0.017 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▁▇█▃ ] dim 0062 μ= -0.032 σ= 0.034 zeros= 0% [ ▁▁▅████▆▃▁ ] [ ▃█▂ ] dim 0063 μ= +0.015 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▆█▃ ] dim 0064 μ= -0.010 σ= 0.030 zeros= 0% [ ▁▃████▅▂▁ ] [ ▁██▁ ] dim 0065 μ= +0.005 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▆█▁ ] dim 0066 μ= +0.010 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▅█▄▁ ] dim 0067 μ= -0.005 σ= 0.038 zeros= 0% [ ▂▅█████▄▂ ] [ ▆█▁ ] dim 0068 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▆███▂ ] [ ▂█ ] dim 0069 μ= +0.013 σ= 0.017 zeros= 0% [ ▂██▇▁ ] [ ▄█▂ ] dim 0070 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▆███▃▁ ] [ ▁██▃ ] dim 0071 μ= +0.009 σ= 0.030 zeros= 0% [ ▁▃████▄▁ ] [ ▄█▁ ] dim 0072 μ= +0.013 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ██ ] dim 0073 μ= +0.006 σ= 0.014 zeros= 0% [ ▃██▃ ] [ ▂██▃ ] dim 0074 μ= -0.014 σ= 0.033 zeros= 0% [ ▁▁▅████▅▂ ] [ ▃█▂ ] dim 0075 μ= -0.006 σ= 0.023 zeros= 0% [ ▁▄███▄ ] [ ▁█▄ ] dim 0076 μ= -0.001 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▃██▅▂ ] dim 0077 μ= -0.009 σ= 0.041 zeros= 0% [ ▁▃▆█████▅▁▁ ] [ ▂█▂ ] dim 0078 μ= +0.015 σ= 0.022 zeros= 0% [ ▃███▃ ] [ ▇█▂ ] dim 0079 μ= +0.011 σ= 0.027 zeros= 0% [ ▂████▅▁ ] [ ▄█ ] dim 0080 μ= -0.012 σ= 0.014 zeros= 0% [ ▂██▃ ] [ ▅█▂ ] dim 0081 μ= +0.012 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ ▁▆█▇▁ ] dim 0082 μ= +0.016 σ= 0.037 zeros= 0% [ ▂▄█████▄▁ ] [ ▅█▄ ] dim 0083 μ= +0.015 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▁▆█▅ ] dim 0084 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▄████▇▃▁ ] [ ▃█▄ ] dim 0085 μ= -0.003 σ= 0.024 zeros= 0% [ ▁▃███▅▁ ] [ ▃█▆▁ ] dim 0086 μ= -0.019 σ= 0.031 zeros= 0% [ ▂▅████▄▁ ] [ ▅█▂ ] dim 0087 μ= +0.012 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ ▅█▃ ] dim 0088 μ= -0.009 σ= 0.027 zeros= 0% [ ▂████▄▁ ] [ ▄█▇▂ ] dim 0089 μ= +0.023 σ= 0.032 zeros= 0% [ ▂▆████▄▁ ] [ ▅▇█▃ ] dim 0090 μ= +0.003 σ= 0.035 zeros= 0% [ ▁▃▇████▇▂ ] [ ▄█ ] dim 0091 μ= +0.032 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▆█▆ ] dim 0092 μ= +0.037 σ= 0.032 zeros= 0% [ ▁▃█████▃▁ ] [ ▅█▅ ] dim 0093 μ= -0.006 σ= 0.035 zeros= 0% [ ▁▄█████▃▁ ] [ ▂█▅ ] dim 0094 μ= +0.003 σ= 0.027 zeros= 0% [ ▁▃████▂▁ ] [ ▄█ ] dim 0095 μ= -0.011 σ= 0.013 zeros= 0% [ ▁██▃ ] [ ▂▇█▃ ] dim 0096 μ= +0.006 σ= 0.032 zeros= 0% [ ▁▅████▅▁ ] [ ▂█▂ ] dim 0097 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▁█▇▁ ] dim 0098 μ= +0.005 σ= 0.025 zeros= 0% [ ▂████▃▁ ] [ ▃█▁ ] dim 0099 μ= -0.006 σ= 0.020 zeros= 0% [ ▃███▂ ] [ █▄ ] dim 0100 μ= +0.001 σ= 0.021 zeros= 0% [ ▁███▄▁ ] [ ▂█▃ ] dim 0101 μ= -0.023 σ= 0.021 zeros= 0% [ ▂███▄ ] [ ▄█▁ ] dim 0102 μ= -0.009 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ ▇█ ] dim 0103 μ= +0.006 σ= 0.023 zeros= 0% [ ▁▇███▂ ] [ ▆█▄ ] dim 0104 μ= +0.012 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ ▁█▇▁ ] dim 0105 μ= +0.006 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▁██▃ ] dim 0106 μ= +0.009 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ █▂ ] dim 0107 μ= -0.003 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▄█▇▄ ] dim 0108 μ= -0.016 σ= 0.035 zeros= 0% [ ▁▂▇████▆▂ ] [ ▇█ ] dim 0109 μ= +0.009 σ= 0.021 zeros= 0% [ ▁▅███▁ ] [ ▇█ ] dim 0110 μ= +0.007 σ= 0.021 zeros= 0% [ ▁▆██▇▁ ] [ █▅ ] dim 0111 μ= +0.024 σ= 0.019 zeros= 0% [ ▁▆██▅ ] [ ▁██▁ ] dim 0112 μ= +0.006 σ= 0.025 zeros= 0% [ ▃████▂ ] [ ██ ] dim 0113 μ= -0.015 σ= 0.016 zeros= 0% [ ▄██▄ ] [ ▂▆█▆ ] dim 0114 μ= -0.007 σ= 0.037 zeros= 0% [ ▂▄████▇▄▁ ] [ ▃██▄ ] dim 0115 μ= -0.015 σ= 0.035 zeros= 0% [ ▃▆████▆▂▁ ] [ ▅█ ] dim 0116 μ= +0.008 σ= 0.018 zeros= 0% [ ▄██▅▁ ] [ ▁█ ] dim 0117 μ= -0.006 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▃██▅ ] dim 0118 μ= -0.012 σ= 0.033 zeros= 0% [ ▂▅████▆▂▁ ] [ ▆█▃ ] dim 0119 μ= -0.011 σ= 0.027 zeros= 0% [ ▃████▄▁ ] [ ▃▆█▃ ] dim 0120 μ= -0.033 σ= 0.038 zeros= 0% [ ▁▃▆████▇▃▁ ] [ ▆█▄ ] dim 0121 μ= +0.013 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ █▁ ] dim 0122 μ= -0.003 σ= 0.016 zeros= 0% [ ▁▇██▁ ] [ █▆ ] dim 0123 μ= +0.003 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▇█ ] dim 0124 μ= -0.015 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ ▄▇█▇▃ ] dim 0125 μ= -0.004 σ= 0.046 zeros= 0% [ ▁▃▇█████▆▄▂▁ ] [ █▄ ] dim 0126 μ= +0.021 σ= 0.018 zeros= 0% [ ▁▇██▃ ] [ ▂█▆ ] dim 0127 μ= -0.019 σ= 0.023 zeros= 0% [ ▃███▆▁ ] [ ▃█▇ ] dim 0128 μ= -0.018 σ= 0.029 zeros= 0% [ ▁▅████▃▁ ] [ ▂▆█▄▁ ] dim 0129 μ= -0.007 σ= 0.039 zeros= 0% [ ▁▂▆█████▄▁▁ ] [ ▅█▂ ] dim 0130 μ= -0.028 σ= 0.022 zeros= 0% [ ▁▄███▂ ] [ ▄█▄ ] dim 0131 μ= -0.001 σ= 0.028 zeros= 0% [ ▁▅███▇▂ ] [ ▇█▂ ] dim 0132 μ= +0.007 σ= 0.026 zeros= 0% [ ▃████▃ ] [ ▅█ ] dim 0133 μ= +0.008 σ= 0.014 zeros= 0% [ ▂██▃ ] [ █▆ ] dim 0134 μ= +0.023 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ ▅██▁ ] dim 0135 μ= -0.002 σ= 0.032 zeros= 0% [ ▁▃▇████▃▁ ] [ ▂▇█▄▁ ] dim 0136 μ= +0.010 σ= 0.040 zeros= 0% [ ▁▃▆█████▃▁ ] [ ▅█▄ ] dim 0137 μ= -0.024 σ= 0.029 zeros= 0% [ ▂▆███▇▂ ] [ ▆█▄ ] dim 0138 μ= +0.035 σ= 0.027 zeros= 0% [ ▂▅███▅▁ ] [ ▁██▃ ] dim 0139 μ= +0.007 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ █▇ ] dim 0140 μ= +0.006 σ= 0.021 zeros= 0% [ ▁███▇▁ ] [ ██ ] dim 0141 μ= +0.007 σ= 0.023 zeros= 0% [ ▁▇███▂ ] [ ▄█ ] dim 0142 μ= +0.009 σ= 0.015 zeros= 0% [ ▂██▄ ] [ ▂█▆ ] dim 0143 μ= -0.000 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▃▇█▄ ] dim 0144 μ= +0.005 σ= 0.035 zeros= 0% [ ▁▂▇████▇▂ ] [ █▅ ] dim 0145 μ= -0.018 σ= 0.018 zeros= 0% [ ▁▆██▃ ] [ ▄█▆ ] dim 0146 μ= +0.016 σ= 0.033 zeros= 0% [ ▁▃████▇▃▁ ] [ ▃██▂ ] dim 0147 μ= +0.024 σ= 0.028 zeros= 0% [ ▁▅████▃ ] [ ▁█▁ ] dim 0148 μ= -0.003 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▆█ ] dim 0149 μ= -0.014 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▃█▇▅ ] dim 0150 μ= -0.011 σ= 0.035 zeros= 0% [ ▂▅█████▃▁ ] [ ▂▅█▅ ] dim 0151 μ= +0.010 σ= 0.037 zeros= 0% [ ▁▂▅████▇▃▁ ] [ █▇ ] dim 0152 μ= +0.024 σ= 0.017 zeros= 0% [ ▆██▄ ] [ ▆█▄ ] dim 0153 μ= -0.028 σ= 0.029 zeros= 0% [ ▃████▆▁ ] [ ▅█▄ ] dim 0154 μ= -0.007 σ= 0.034 zeros= 0% [ ▁▄████▇▃▁ ] [ ▄█ ] dim 0155 μ= +0.009 σ= 0.014 zeros= 0% [ ▂██▄ ] [ ▃█▆ ] dim 0156 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▃▆████▄▁ ] [ ▇█▃ ] dim 0157 μ= -0.008 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▂█▂ ] dim 0158 μ= -0.004 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▄█▆▁ ] dim 0159 μ= -0.003 σ= 0.035 zeros= 0% [ ▁▃▇████▄▁ ] [ ▃█▅ ] dim 0160 μ= -0.002 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▆█▅▁ ] dim 0161 μ= -0.005 σ= 0.034 zeros= 0% [ ▁▃█████▃▁ ] [ ▂█▄ ] dim 0162 μ= -0.003 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▃█▇ ] dim 0163 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▄████▂ ] [ ▅█▄ ] dim 0164 μ= +0.033 σ= 0.031 zeros= 0% [ ▁▃████▅▂ ] [ ▆█▁ ] dim 0165 μ= -0.013 σ= 0.026 zeros= 0% [ ▃████▃ ] [ ▁▆█▄ ] dim 0166 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▄████▆▂▁ ] [ ▁█ ] dim 0167 μ= -0.007 σ= 0.016 zeros= 0% [ ▁██▇ ] [ █▆ ] dim 0168 μ= +0.003 σ= 0.015 zeros= 0% [ ▄██▃ ] [ ▃█▆ ] dim 0169 μ= -0.000 σ= 0.029 zeros= 0% [ ▁▆███▇▃▁ ] [ ▄██▁ ] dim 0170 μ= +0.022 σ= 0.031 zeros= 0% [ ▂▆████▄▁ ] [ ▆█▂ ] dim 0171 μ= -0.009 σ= 0.029 zeros= 0% [ ▁▂████▅▂ ] [ ▄█▂ ] dim 0172 μ= -0.008 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ █ ] dim 0173 μ= -0.005 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▂█▆ ] dim 0174 μ= -0.019 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ ▂█▇▃ ] dim 0175 μ= -0.014 σ= 0.031 zeros= 0% [ ▁▅████▄▂ ] [ █▄ ] dim 0176 μ= +0.001 σ= 0.019 zeros= 0% [ ▁▆██▄ ] [ ▇█▃ ] dim 0177 μ= +0.011 σ= 0.027 zeros= 0% [ ▂████▄▁ ] [ ▁█▆ ] dim 0178 μ= +0.022 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ▃█▇ ] dim 0179 μ= -0.020 σ= 0.033 zeros= 0% [ ▃▆████▄▁ ] [ ▆█▁ ] dim 0180 μ= +0.008 σ= 0.025 zeros= 0% [ ▂████▃ ] [ ▄█▅ ] dim 0181 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ██▃ ] dim 0182 μ= -0.030 σ= 0.027 zeros= 0% [ ▁▂████▄▁ ] [ ▃▇█▅▁ ] dim 0183 μ= -0.005 σ= 0.043 zeros= 0% [ ▁▃▆█████▅▃▁ ] [ ▂█▇▄ ] dim 0184 μ= +0.006 σ= 0.033 zeros= 0% [ ▂▆████▅▂ ] [ ▄█▅ ] dim 0185 μ= -0.019 σ= 0.030 zeros= 0% [ ▁▅████▃▁ ] [ ▁█ ] dim 0186 μ= -0.006 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ██ ] dim 0187 μ= +0.004 σ= 0.023 zeros= 0% [ ▂███▆▂ ] [ ▃█▂ ] dim 0188 μ= +0.035 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▁▅█▅▁ ] dim 0189 μ= +0.016 σ= 0.041 zeros= 0% [ ▁▂▅█████▅▂▁ ] [ ▃██▅ ] dim 0190 μ= -0.010 σ= 0.036 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▂▇█▆▁ ] dim 0191 μ= -0.003 σ= 0.037 zeros= 0% [ ▁▄█████▄▂▁ ] [ ▃█▆ ] dim 0192 μ= -0.021 σ= 0.028 zeros= 0% [ ▁▅███▆▂ ] [ ▂█▅▁ ] dim 0193 μ= +0.001 σ= 0.033 zeros= 0% [ ▁▂▆████▄▂ ] [ ▂▆█▃ ] dim 0194 μ= -0.011 σ= 0.031 zeros= 0% [ ▁▄████▆▁ ] [ ▁▇█▁ ] dim 0195 μ= +0.027 σ= 0.026 zeros= 0% [ ▁▂████▃▁ ] [ █▇ ] dim 0196 μ= +0.026 σ= 0.023 zeros= 0% [ ▂▇██▇▂ ] [ ▆█ ] dim 0197 μ= -0.013 σ= 0.016 zeros= 0% [ ▃██▄ ] [ ▁█▆ ] dim 0198 μ= +0.003 σ= 0.024 zeros= 0% [ ▂███▇▂ ] [ ▄█▇ ] dim 0199 μ= +0.018 σ= 0.031 zeros= 0% [ ▁▂▇████▃▁ ] [ ▃▇█ ] dim 0200 μ= +0.002 σ= 0.029 zeros= 0% [ ▁▅████▃▁ ] [ ▃█ ] dim 0201 μ= -0.009 σ= 0.016 zeros= 0% [ ▂██▆ ] [ █▄ ] dim 0202 μ= -0.000 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▆█▂ ] dim 0203 μ= +0.030 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▅█▇▁ ] dim 0204 μ= +0.001 σ= 0.032 zeros= 0% [ ▁▂▇████▄▁ ] [ ▆█▄ ] dim 0205 μ= +0.015 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ██ ] dim 0206 μ= +0.005 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▁██▅ ] dim 0207 μ= +0.011 σ= 0.033 zeros= 0% [ ▁▄████▇▂▁ ] [ ▄█ ] dim 0208 μ= -0.028 σ= 0.018 zeros= 0% [ ▃███▁ ] [ ▃█▆ ] dim 0209 μ= +0.018 σ= 0.023 zeros= 0% [ ▁▃███▅▁ ] [ ▂█ ] dim 0210 μ= -0.009 σ= 0.015 zeros= 0% [ ▁██▄ ] [ ▄█▆ ] dim 0211 μ= -0.000 σ= 0.032 zeros= 0% [ ▁▂▆████▄▁ ] [ ▅█▅ ] dim 0212 μ= +0.016 σ= 0.031 zeros= 0% [ ▁▃▇████▃▁ ] [ ▃█▅ ] dim 0213 μ= -0.002 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▆█▇ ] dim 0214 μ= -0.003 σ= 0.032 zeros= 0% [ ▁▃▇████▃▁ ] [ ▃█▄ ] dim 0215 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▅█▄ ] dim 0216 μ= -0.007 σ= 0.027 zeros= 0% [ ▂▆███▄▁ ] [ ▄█▇▁ ] dim 0217 μ= +0.001 σ= 0.031 zeros= 0% [ ▂▆████▃▁ ] [ █▂ ] dim 0218 μ= -0.001 σ= 0.016 zeros= 0% [ ▁▆██▁ ] [ ▃▇█▂ ] dim 0219 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▅████▅▂ ] [ ▃██▂ ] dim 0220 μ= +0.023 σ= 0.029 zeros= 0% [ ▂▅████▃▁ ] [ ▅█▂ ] dim 0221 μ= -0.009 σ= 0.024 zeros= 0% [ ▁▆███▃▁ ] [ ▄█▅ ] dim 0222 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▄███▆▁ ] [ ▇█▁ ] dim 0223 μ= +0.008 σ= 0.024 zeros= 0% [ ▁████▃ ] [ ▄█▆ ] dim 0224 μ= +0.018 σ= 0.031 zeros= 0% [ ▂▆███▇▃▁ ] [ ▆█▃ ] dim 0225 μ= -0.009 σ= 0.028 zeros= 0% [ ▂▇███▅▁ ] [ ▃█▇ ] dim 0226 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▄███▇▃ ] [ ▂▇█▃ ] dim 0227 μ= -0.033 σ= 0.030 zeros= 0% [ ▁▃████▅▁ ] [ ▁▆█▇▁ ] dim 0228 μ= +0.037 σ= 0.038 zeros= 0% [ ▂▅█████▅▁▁ ] [ █▇ ] dim 0229 μ= +0.003 σ= 0.023 zeros= 0% [ ▂███▇▁ ] [ ▇█ ] dim 0230 μ= +0.006 σ= 0.019 zeros= 0% [ ▁▆██▆ ] [ ▁█▆ ] dim 0231 μ= -0.017 σ= 0.024 zeros= 0% [ ▂███▇▁ ] [ ▇█▁ ] dim 0232 μ= +0.029 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ ▆█▂ ] dim 0233 μ= -0.028 σ= 0.026 zeros= 0% [ ▂▆███▅▁ ] [ ▆█▆▁ ] dim 0234 μ= +0.039 σ= 0.031 zeros= 0% [ ▁▂▆████▃▁ ] [ █▅ ] dim 0235 μ= +0.001 σ= 0.021 zeros= 0% [ ▂███▅ ] [ ▆██▄ ] dim 0236 μ= +0.020 σ= 0.039 zeros= 0% [ ▁▂▄█████▇▂▁ ] [ ▆█▃ ] dim 0237 μ= -0.009 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ ▇█▃ ] dim 0238 μ= -0.010 σ= 0.028 zeros= 0% [ ▁▃▇███▅▁ ] [ ▃█▆ ] dim 0239 μ= -0.018 σ= 0.028 zeros= 0% [ ▁▄████▃ ] [ ▄█▄ ] dim 0240 μ= +0.016 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▃██▄ ] dim 0241 μ= +0.028 σ= 0.039 zeros= 0% [ ▁▃▇█████▄▁ ] [ ▁█▇ ] dim 0242 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▃███▇▂ ] [ ▃█▁ ] dim 0243 μ= -0.007 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▁▆█▅ ] dim 0244 μ= -0.006 σ= 0.035 zeros= 0% [ ▁▄█████▃▁ ] [ ▅█▇▃ ] dim 0245 μ= +0.003 σ= 0.033 zeros= 0% [ ▂▅████▅▁ ] [ █▆ ] dim 0246 μ= -0.016 σ= 0.018 zeros= 0% [ ▁▅██▄ ] [ ▄█▇▁ ] dim 0247 μ= -0.037 σ= 0.035 zeros= 0% [ ▂▆████▅▂ ] [ ▂██▄ ] dim 0248 μ= +0.009 σ= 0.035 zeros= 0% [ ▂▆████▇▃▁ ] [ ▄█▅▂ ] dim 0249 μ= -0.019 σ= 0.033 zeros= 0% [ ▂▇████▄▁ ] [ ▁█▇ ] dim 0250 μ= +0.002 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ █▄ ] dim 0251 μ= +0.022 σ= 0.015 zeros= 0% [ ▄██▂ ] [ ▃█▃ ] dim 0252 μ= -0.005 σ= 0.022 zeros= 0% [ ▃███▃▁ ] [ ▁█▇ ] dim 0253 μ= -0.016 σ= 0.024 zeros= 0% [ ▂███▇▂ ] [ ▂▇█▁ ] dim 0254 μ= +0.024 σ= 0.027 zeros= 0% [ ▁▄████▃ ] [ ▂██▅ ] dim 0255 μ= -0.011 σ= 0.036 zeros= 0% [ ▁▂▅████▇▂▁ ] [ ▃██▅▂ ] dim 0256 μ= -0.012 σ= 0.046 zeros= 0% [ ▁▃▅██████▇▂▁ ] [ ▃█▇ ] dim 0257 μ= -0.000 σ= 0.029 zeros= 0% [ ▂▅███▇▃ ] [ ▂█▆ ] dim 0258 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▅████▂ ] [ █▇ ] dim 0259 μ= +0.004 σ= 0.018 zeros= 0% [ ▁▆██▄ ] [ ▆█▇▁ ] dim 0260 μ= -0.002 σ= 0.034 zeros= 0% [ ▁▃▇████▄▁ ] [ █▃ ] dim 0261 μ= -0.021 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ ▆█ ] dim 0262 μ= +0.028 σ= 0.019 zeros= 0% [ ▅██▆▁ ] [ ▄█ ] dim 0263 μ= -0.009 σ= 0.018 zeros= 0% [ ▃██▇▁ ] [ ▂▇█▂ ] dim 0264 μ= -0.014 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▂ ] dim 0265 μ= -0.011 σ= 0.026 zeros= 0% [ ▂▇███▃▁ ] [ █▇ ] dim 0266 μ= +0.004 σ= 0.021 zeros= 0% [ ▂▇██▅▁ ] [ ▅█ ] dim 0267 μ= +0.010 σ= 0.019 zeros= 0% [ ▃██▇▁ ] [ ▃█▆▃ ] dim 0268 μ= +0.023 σ= 0.038 zeros= 0% [ ▁▃█████▆▃▁ ] [ ▁█▆ ] dim 0269 μ= +0.004 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▄█▅ ] dim 0270 μ= -0.001 σ= 0.032 zeros= 0% [ ▂▆███▇▃▁ ] [ ▆█▃ ] dim 0271 μ= -0.007 σ= 0.027 zeros= 0% [ ▂▅███▄▁ ] [ ▅█ ] dim 0272 μ= -0.009 σ= 0.020 zeros= 0% [ ▃██▇▂ ] [ ▂▆█▅ ] dim 0273 μ= +0.013 σ= 0.037 zeros= 0% [ ▂▅█████▃▁ ] [ ▁▇█▃ ] dim 0274 μ= +0.009 σ= 0.032 zeros= 0% [ ▁▄████▅▂▁ ] [ ▂█▇ ] dim 0275 μ= +0.022 σ= 0.027 zeros= 0% [ ▁▄████▂ ] [ ▅█▂ ] dim 0276 μ= -0.009 σ= 0.022 zeros= 0% [ ▁▄███▂ ] [ ▁▇█▂ ] dim 0277 μ= +0.007 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▆█▁ ] dim 0278 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▄█▆ ] dim 0279 μ= +0.019 σ= 0.033 zeros= 0% [ ▁▂▆████▃▁ ] [ ██ ] dim 0280 μ= +0.025 σ= 0.023 zeros= 0% [ ▂███▇▁ ] [ ▂██ ] dim 0281 μ= +0.004 σ= 0.025 zeros= 0% [ ▃████▂ ] [ █▇ ] dim 0282 μ= +0.006 σ= 0.018 zeros= 0% [ ▅██▅▁ ] [ ▅█▄ ] dim 0283 μ= -0.007 σ= 0.029 zeros= 0% [ ▂▇███▆▂ ] [ ▁▇█▃ ] dim 0284 μ= -0.051 σ= 0.031 zeros= 0% [ ▁▄████▅▂▁ ] [ ▂▇█▃ ] dim 0285 μ= +0.009 σ= 0.033 zeros= 0% [ ▁▄████▆▂▁ ] [ ▅█▄ ] dim 0286 μ= -0.009 σ= 0.033 zeros= 0% [ ▁▄████▆▂▁ ] [ █▇ ] dim 0287 μ= +0.006 σ= 0.021 zeros= 0% [ ▁▇██▆▁ ] [ ▅██▃ ] dim 0288 μ= -0.013 σ= 0.044 zeros= 0% [ ▂▅██████▅▂▁ ] [ ▆█▂ ] dim 0289 μ= +0.011 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ▁▅█▅▁ ] dim 0290 μ= +0.015 σ= 0.036 zeros= 0% [ ▁▄█████▄▁ ] [ █▇ ] dim 0291 μ= -0.015 σ= 0.014 zeros= 0% [ ▂██▂ ] [ ▄▆█▂ ] dim 0292 μ= +0.005 σ= 0.034 zeros= 0% [ ▂▅████▅▂ ] [ █▃ ] dim 0293 μ= +0.020 σ= 0.019 zeros= 0% [ ▁███▃ ] [ ▄█▄ ] dim 0294 μ= -0.004 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ █ ] dim 0295 μ= -0.001 σ= 0.013 zeros= 0% [ ▄██ ] [ ▁█▅ ] dim 0296 μ= +0.001 σ= 0.024 zeros= 0% [ ▁▃███▆▁ ] [ ▂█▂ ] dim 0297 μ= -0.004 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▆█▁ ] dim 0298 μ= -0.010 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ▂█▅ ] dim 0299 μ= +0.001 σ= 0.026 zeros= 0% [ ▁▃███▆▂ ] [ ▅█▆ ] dim 0300 μ= -0.022 σ= 0.031 zeros= 0% [ ▂▇████▃▁ ] [ ▇█▁ ] dim 0301 μ= +0.008 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ ▂▇█▄ ] dim 0302 μ= +0.008 σ= 0.035 zeros= 0% [ ▂▆████▆▂▁ ] [ █▅ ] dim 0303 μ= -0.018 σ= 0.016 zeros= 0% [ ▆██▃ ] [ ▄██ ] dim 0304 μ= +0.000 σ= 0.031 zeros= 0% [ ▂▆████▃▁ ] [ ▃██▃ ] dim 0305 μ= +0.024 σ= 0.034 zeros= 0% [ ▁▃▆████▅▂ ] [ ▂▇█▄▁ ] dim 0306 μ= +0.012 σ= 0.036 zeros= 0% [ ▂▅█████▃▁ ] [ ▄█ ] dim 0307 μ= +0.010 σ= 0.016 zeros= 0% [ ▂██▅ ] [ ▂▇█▄▁ ] dim 0308 μ= +0.030 σ= 0.038 zeros= 0% [ ▁▃▆█████▃▁ ] [ ▄██▁ ] dim 0309 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ █ ] dim 0310 μ= -0.002 σ= 0.010 zeros= 0% [ ▃█▅ ] [ ██ ] dim 0311 μ= +0.007 σ= 0.013 zeros= 0% [ ▂██▃ ] [ ▅█▇▁ ] dim 0312 μ= +0.019 σ= 0.036 zeros= 0% [ ▁▄▇████▄▂ ] [ █▅ ] dim 0313 μ= +0.004 σ= 0.020 zeros= 0% [ ▁▇██▅▁ ] [ ▁▅█▅▃ ] dim 0314 μ= +0.004 σ= 0.047 zeros= 0% [ ▁▂▅██████▅▂▁ ] [ ▂█▄ ] dim 0315 μ= -0.001 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▃█▃ ] dim 0316 μ= -0.025 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▂█▇▃ ] dim 0317 μ= -0.013 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▃█ ] dim 0318 μ= -0.010 σ= 0.015 zeros= 0% [ ▂██▅ ] [ ▁▆█▃ ] dim 0319 μ= +0.009 σ= 0.031 zeros= 0% [ ▁▄████▅▂ ] [ █▇ ] dim 0320 μ= -0.015 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▁█ ] dim 0321 μ= -0.027 σ= 0.016 zeros= 0% [ ▁██▇▁ ] [ ▂▇█▅▁ ] dim 0322 μ= -0.009 σ= 0.036 zeros= 0% [ ▂▅█████▃▁ ] [ ▅█▆ ] dim 0323 μ= +0.015 σ= 0.035 zeros= 0% [ ▁▄█████▄▁ ] [ ▁█▂ ] dim 0324 μ= -0.023 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▂▆█▄ ] dim 0325 μ= +0.011 σ= 0.036 zeros= 0% [ ▂▄████▇▃▁ ] [ ▃█▃ ] dim 0326 μ= -0.005 σ= 0.023 zeros= 0% [ ▁▄███▃ ] [ ▁█▃ ] dim 0327 μ= -0.023 σ= 0.018 zeros= 0% [ ▁███▂ ] [ █▂ ] dim 0328 μ= +0.003 σ= 0.010 zeros= 0% [ ▁██ ] [ ▂██▄ ] dim 0329 μ= +0.004 σ= 0.030 zeros= 0% [ ▂▅████▄▁ ] [ ▂▅█▅▁ ] dim 0330 μ= +0.017 σ= 0.040 zeros= 0% [ ▂▅█████▅▃▁ ] [ ▆█▆▂ ] dim 0331 μ= -0.001 σ= 0.039 zeros= 0% [ ▂▄█████▆▃▁ ] [ █▅ ] dim 0332 μ= +0.022 σ= 0.020 zeros= 0% [ ▁███▄▁ ] [ ▃█▄ ] dim 0333 μ= -0.003 σ= 0.028 zeros= 0% [ ▁▅███▆▂ ] [ █▁ ] dim 0334 μ= +0.018 σ= 0.016 zeros= 0% [ ▁▆██▁ ] [ ▁██ ] dim 0335 μ= +0.004 σ= 0.024 zeros= 0% [ ▃███▇▂ ] [ ▃█▆▂ ] dim 0336 μ= +0.001 σ= 0.033 zeros= 0% [ ▁▃▆████▄▁ ] [ ▁██▁ ] dim 0337 μ= -0.014 σ= 0.026 zeros= 0% [ ▃████▂▁ ] [ ▇█▄ ] dim 0338 μ= +0.010 σ= 0.028 zeros= 0% [ ▃████▅▁ ] [ ▂██▂ ] dim 0339 μ= +0.005 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▃█▅ ] dim 0340 μ= +0.000 σ= 0.031 zeros= 0% [ ▂▅████▃▁ ] [ ▂█▂ ] dim 0341 μ= +0.016 σ= 0.022 zeros= 0% [ ▃███▃ ] [ ▂█▇ ] dim 0342 μ= -0.017 σ= 0.025 zeros= 0% [ ▃███▇▂ ] [ █▂ ] dim 0343 μ= +0.001 σ= 0.014 zeros= 0% [ ▄██▁ ] [ ▄█▂ ] dim 0344 μ= +0.013 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ ▆█▃ ] dim 0345 μ= +0.013 σ= 0.027 zeros= 0% [ ▂▆███▅▁ ] [ █ ] dim 0346 μ= -0.004 σ= 0.015 zeros= 0% [ ▁▇██▁ ] [ ▅█▆ ] dim 0347 μ= -0.024 σ= 0.031 zeros= 0% [ ▂▇███▇▂▁ ] [ ▁▇█▅ ] dim 0348 μ= -0.008 σ= 0.033 zeros= 0% [ ▂▃█████▃▁ ] [ ▆█▄ ] dim 0349 μ= -0.027 σ= 0.031 zeros= 0% [ ▃▇███▆▂ ] [ ▂█ ] dim 0350 μ= +0.015 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▄█▇ ] dim 0351 μ= +0.019 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ▂██▃ ] dim 0352 μ= +0.006 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▃██▁ ] dim 0353 μ= -0.017 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▁▆█▄ ] dim 0354 μ= +0.012 σ= 0.036 zeros= 0% [ ▁▄████▇▃▁ ] [ ▆█ ] dim 0355 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▇█▅ ] dim 0356 μ= +0.032 σ= 0.034 zeros= 0% [ ▂▄████▇▃▁ ] [ ▄█▄ ] dim 0357 μ= +0.018 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ █ ] dim 0358 μ= -0.003 σ= 0.013 zeros= 0% [ ▅█▇ ] [ ▆█▂ ] dim 0359 μ= -0.011 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▇█▃ ] dim 0360 μ= +0.011 σ= 0.028 zeros= 0% [ ▂████▅▁ ] [ ▄▇█▂ ] dim 0361 μ= -0.015 σ= 0.036 zeros= 0% [ ▁▂▇████▆▂▁ ] [ ▁█ ] dim 0362 μ= -0.025 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▅█▆▁ ] dim 0363 μ= +0.019 σ= 0.031 zeros= 0% [ ▂▇████▄▁ ] [ ▁██▄ ] dim 0364 μ= +0.010 σ= 0.030 zeros= 0% [ ▃████▅▂ ] [ ▆█▅ ] dim 0365 μ= +0.032 σ= 0.031 zeros= 0% [ ▁▄████▆▂▁ ] [ ▁█▄ ] dim 0366 μ= -0.021 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ █▇ ] dim 0367 μ= +0.004 σ= 0.014 zeros= 0% [ ▃██▂ ] [ ▃█▂ ] dim 0368 μ= -0.007 σ= 0.022 zeros= 0% [ ▄███▃ ] [ ▅█▁ ] dim 0369 μ= +0.032 σ= 0.020 zeros= 0% [ ▄███▂ ] [ ▂█▃ ] dim 0370 μ= -0.002 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▄█▆▅ ] dim 0371 μ= +0.006 σ= 0.037 zeros= 0% [ ▁▃▆████▆▂▁ ] [ ▅█▆▁ ] dim 0372 μ= +0.020 σ= 0.034 zeros= 0% [ ▁▃▇████▄▁ ] [ ▅█▆▁ ] dim 0373 μ= -0.001 σ= 0.032 zeros= 0% [ ▂▇████▄▁ ] [ █▅ ] dim 0374 μ= -0.018 σ= 0.020 zeros= 0% [ ▁███▅▁ ] [ ▁▇█▃ ] dim 0375 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▅█ ] dim 0376 μ= -0.011 σ= 0.018 zeros= 0% [ ▄██▆▁ ] [ ▄█▅ ] dim 0377 μ= -0.005 σ= 0.028 zeros= 0% [ ▁▆███▅▁ ] [ ▃█▅ ] dim 0378 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▄███▆▁ ] [ ▁█▆ ] dim 0379 μ= +0.003 σ= 0.026 zeros= 0% [ ▁▃███▇▂ ] [ ▄█▃ ] dim 0380 μ= -0.004 σ= 0.023 zeros= 0% [ ▃███▄▁ ] [ █▄ ] dim 0381 μ= +0.001 σ= 0.017 zeros= 0% [ ▁▆██▃ ] [ ▁▇█▄ ] dim 0382 μ= -0.008 σ= 0.029 zeros= 0% [ ▁▂████▆▂ ] [ ▅▇█▄ ] dim 0383 μ= +0.024 σ= 0.034 zeros= 0% [ ▁▂▇████▅▂ ] [ ▆█▂ ] dim 0384 μ= +0.010 σ= 0.027 zeros= 0% [ ▂████▅▁ ] [ ▄█▅ ] dim 0385 μ= +0.020 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▅█▁ ] dim 0386 μ= +0.009 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ▂█ ] dim 0387 μ= -0.010 σ= 0.011 zeros= 0% [ ██▃ ] [ ▃▇█▅▁ ] dim 0388 μ= +0.012 σ= 0.044 zeros= 0% [ ▁▃▆█████▅▃▁ ] [ ▂▇█▃ ] dim 0389 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▁▇█ ] dim 0390 μ= +0.026 σ= 0.026 zeros= 0% [ ▃████▂ ] [ ▃██▁ ] dim 0391 μ= +0.001 σ= 0.031 zeros= 0% [ ▂▆████▄▁ ] [ ▃█▆ ] dim 0392 μ= +0.019 σ= 0.026 zeros= 0% [ ▁▅███▆▁ ] [ ▂▇█▄ ] dim 0393 μ= -0.009 σ= 0.040 zeros= 0% [ ▁▃▅█████▄▂ ] [ █▂ ] dim 0394 μ= +0.018 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▅█▅ ] dim 0395 μ= -0.003 σ= 0.034 zeros= 0% [ ▁▃█████▃▁ ] [ █▆ ] dim 0396 μ= -0.016 σ= 0.024 zeros= 0% [ ▂███▇▂ ] [ █▆ ] dim 0397 μ= +0.002 σ= 0.018 zeros= 0% [ ▁▆██▃ ] [ ▄▇█▃ ] dim 0398 μ= +0.002 σ= 0.038 zeros= 0% [ ▁▃▇████▆▂▁ ] [ ▇█ ] dim 0399 μ= -0.013 σ= 0.016 zeros= 0% [ ▃██▄ ] [ ▁▆█▅▂ ] dim 0400 μ= -0.004 σ= 0.037 zeros= 0% [ ▁▅█████▄▁ ] [ ▂█▆▂ ] dim 0401 μ= -0.017 σ= 0.030 zeros= 0% [ ▂▅████▃▁ ] [ ▂█▅ ] dim 0402 μ= +0.001 σ= 0.026 zeros= 0% [ ▁▃███▆▂ ] [ ▄█▅ ] dim 0403 μ= -0.005 σ= 0.026 zeros= 0% [ ▂▅███▅▁ ] [ ▁█▆ ] dim 0404 μ= +0.002 σ= 0.024 zeros= 0% [ ▃███▇▂ ] [ ▅█▅ ] dim 0405 μ= +0.017 σ= 0.030 zeros= 0% [ ▁▂▆████▂▁ ] [ ▁█▁ ] dim 0406 μ= +0.015 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▃█ ] dim 0407 μ= +0.013 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▁█▆ ] dim 0408 μ= +0.002 σ= 0.024 zeros= 0% [ ▃███▆▁ ] [ ▇█▁ ] dim 0409 μ= -0.013 σ= 0.025 zeros= 0% [ ▂████▃ ] [ ▂█▅ ] dim 0410 μ= -0.018 σ= 0.026 zeros= 0% [ ▁▃███▇▂ ] [ ▁█▅ ] dim 0411 μ= +0.002 σ= 0.030 zeros= 0% [ ▁▅████▃▁ ] [ ▃█▇▅ ] dim 0412 μ= +0.002 σ= 0.039 zeros= 0% [ ▁▂▄▇████▆▂▁ ] [ ▅█▁ ] dim 0413 μ= -0.008 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▆█▂ ] dim 0414 μ= -0.009 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▃█▂ ] dim 0415 μ= -0.008 σ= 0.023 zeros= 0% [ ▁▅███▂ ] [ ▃▇█▇▃ ] dim 0416 μ= -0.004 σ= 0.039 zeros= 0% [ ▂▅█████▅▂▁ ] [ ▇█▁ ] dim 0417 μ= +0.009 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ █▇ ] dim 0418 μ= -0.016 σ= 0.021 zeros= 0% [ ▁███▆▁ ] [ █ ] dim 0419 μ= -0.005 σ= 0.014 zeros= 0% [ ▇█▆ ] [ ▄█▇▂ ] dim 0420 μ= +0.002 σ= 0.036 zeros= 0% [ ▁▃▇████▆▁▁ ] [ ▂█▅ ] dim 0421 μ= -0.019 σ= 0.028 zeros= 0% [ ▁▄███▇▂ ] [ ▆█▂ ] dim 0422 μ= +0.011 σ= 0.027 zeros= 0% [ ▂▆███▄▁ ] [ ▄█▂ ] dim 0423 μ= +0.015 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▃█▃ ] dim 0424 μ= +0.016 σ= 0.022 zeros= 0% [ ▁▃███▃ ] [ ▅▇█▆ ] dim 0425 μ= -0.012 σ= 0.038 zeros= 0% [ ▁▃▇█████▄▁ ] [ █ ] dim 0426 μ= +0.018 σ= 0.013 zeros= 0% [ ▅█▇ ] [ ▅█▇▃ ] dim 0427 μ= +0.000 σ= 0.036 zeros= 0% [ ▁▃▇████▄▂ ] [ ▄█▅▁ ] dim 0428 μ= +0.021 σ= 0.036 zeros= 0% [ ▁▃▇████▅▂ ] [ ▃█ ] dim 0429 μ= +0.011 σ= 0.016 zeros= 0% [ ▂██▅▁ ] [ ▇█▁ ] dim 0430 μ= +0.009 σ= 0.025 zeros= 0% [ ▂▇███▃▁ ] [ ▄█▄ ] dim 0431 μ= +0.016 σ= 0.028 zeros= 0% [ ▂▆███▆▁ ] [ ▆█ ] dim 0432 μ= +0.010 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▁▆█▂ ] dim 0433 μ= -0.012 σ= 0.030 zeros= 0% [ ▁▃████▅▁ ] [ ▂█▇ ] dim 0434 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▃███▇▂ ] [ █▇ ] dim 0435 μ= +0.005 σ= 0.017 zeros= 0% [ ▄██▄ ] [ ▁▇█▅ ] dim 0436 μ= -0.008 σ= 0.035 zeros= 0% [ ▁▅█████▃▁ ] [ ▅█▂ ] dim 0437 μ= +0.010 σ= 0.031 zeros= 0% [ ▁▃████▆▂ ] [ ▃█▆ ] dim 0438 μ= -0.001 σ= 0.023 zeros= 0% [ ▁▃███▅▁ ] [ ▃█▇ ] dim 0439 μ= -0.017 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▁█▇ ] dim 0440 μ= +0.004 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▃█▆▁ ] dim 0441 μ= +0.018 σ= 0.036 zeros= 0% [ ▁▄█████▅▁ ] [ ▆█ ] dim 0442 μ= +0.012 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▄█ ] dim 0443 μ= -0.010 σ= 0.017 zeros= 0% [ ▂██▆ ] [ ▃▆█▆▂ ] dim 0444 μ= +0.016 σ= 0.044 zeros= 0% [ ▁▂▇█████▅▃▁▁ ] [ ██ ] dim 0445 μ= +0.006 σ= 0.021 zeros= 0% [ ▁▇██▇▁ ] [ ▃█▆ ] dim 0446 μ= +0.018 σ= 0.029 zeros= 0% [ ▁▁▅███▇▂ ] [ ▁█▆ ] dim 0447 μ= +0.021 σ= 0.025 zeros= 0% [ ▁▃███▆▁ ] [ ▂▇█▂ ] dim 0448 μ= -0.014 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ ▄█▂ ] dim 0449 μ= +0.013 σ= 0.020 zeros= 0% [ ▃███▂ ] [ █▅ ] dim 0450 μ= -0.017 σ= 0.019 zeros= 0% [ ▁▆██▄▁ ] [ ▆█ ] dim 0451 μ= +0.008 σ= 0.022 zeros= 0% [ ▁▆██▇▂ ] [ ▂▇█▂ ] dim 0452 μ= -0.014 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▃█ ] dim 0453 μ= -0.008 σ= 0.019 zeros= 0% [ ▃███▁ ] [ █▂ ] dim 0454 μ= -0.000 σ= 0.014 zeros= 0% [ ▅██▁ ] [ ▂▆█▆▂ ] dim 0455 μ= +0.011 σ= 0.042 zeros= 0% [ ▁▂▃▆█████▄▂ ] [ ▄█▆▂ ] dim 0456 μ= -0.019 σ= 0.032 zeros= 0% [ ▂▅████▃▁ ] [ ▅█▃ ] dim 0457 μ= +0.012 σ= 0.029 zeros= 0% [ ▁▃▇███▅▁ ] [ ▄█▅ ] dim 0458 μ= +0.016 σ= 0.031 zeros= 0% [ ▁▂▇████▂ ] [ ▄█▁ ] dim 0459 μ= -0.010 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▄█▂ ] dim 0460 μ= -0.007 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ █ ] dim 0461 μ= -0.006 σ= 0.012 zeros= 0% [ ▆█▅ ] [ ██ ] dim 0462 μ= -0.015 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ ▅██▃ ] dim 0463 μ= -0.017 σ= 0.036 zeros= 0% [ ▁▃▆████▆▂▁ ] [ ▄█▅▃ ] dim 0464 μ= -0.020 σ= 0.042 zeros= 0% [ ▁▂▅█████▆▃▁ ] [ ▃█▃ ] dim 0465 μ= -0.008 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ ▂▅█▆▃ ] dim 0466 μ= -0.003 σ= 0.039 zeros= 0% [ ▁▂▄█████▆▂ ] [ █▄ ] dim 0467 μ= +0.002 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ █▅ ] dim 0468 μ= +0.005 σ= 0.022 zeros= 0% [ ▁▇██▇▁ ] [ ▃█▇ ] dim 0469 μ= -0.001 σ= 0.028 zeros= 0% [ ▁▅███▇▂ ] [ █▅ ] dim 0470 μ= -0.017 σ= 0.016 zeros= 0% [ ▅██▃ ] [ █▁ ] dim 0471 μ= +0.039 σ= 0.015 zeros= 0% [ ▆██▁ ] [ ▄█▃ ] dim 0472 μ= -0.005 σ= 0.027 zeros= 0% [ ▂▅███▆▂ ] [ █▄ ] dim 0473 μ= -0.017 σ= 0.015 zeros= 0% [ ▄██▂ ] [ ▃█▂ ] dim 0474 μ= +0.015 σ= 0.022 zeros= 0% [ ▄███▃ ] [ ▅██▃ ] dim 0475 μ= +0.003 σ= 0.038 zeros= 0% [ ▁▄▇████▇▃▁ ] [ ▆█ ] dim 0476 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▂█▂ ] dim 0477 μ= -0.005 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▃█▄ ] dim 0478 μ= -0.024 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▂█▇▁ ] dim 0479 μ= +0.005 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ ▇█▅ ] dim 0480 μ= -0.007 σ= 0.032 zeros= 0% [ ▁▃████▆▃▁ ] [ █▅ ] dim 0481 μ= +0.021 σ= 0.020 zeros= 0% [ ▁███▄ ] [ ▁▇█▂ ] dim 0482 μ= +0.008 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▁▇█▄ ] dim 0483 μ= -0.010 σ= 0.031 zeros= 0% [ ▁▃████▆▂ ] [ ▅▇█▃ ] dim 0484 μ= +0.004 σ= 0.036 zeros= 0% [ ▁▃▇████▆▃ ] [ █ ] dim 0485 μ= +0.016 σ= 0.015 zeros= 0% [ ▁███▁ ] [ ▄██▂ ] dim 0486 μ= +0.024 σ= 0.030 zeros= 0% [ ▁▅████▄▁ ] [ ▂█▄ ] dim 0487 μ= +0.017 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▁▄█▇▆▁ ] dim 0488 μ= +0.027 σ= 0.043 zeros= 0% [ ▁▂▄██████▄▂▁ ] [ ▅█▅ ] dim 0489 μ= -0.025 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▁▇█▃ ] dim 0490 μ= -0.011 σ= 0.032 zeros= 0% [ ▁▄████▆▁▁ ] [ █▂ ] dim 0491 μ= +0.020 σ= 0.016 zeros= 0% [ ▆██▁ ] [ ▆█▂ ] dim 0492 μ= -0.012 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▂█ ] dim 0493 μ= +0.013 σ= 0.018 zeros= 0% [ ▂███▁ ] [ █▅ ] dim 0494 μ= +0.022 σ= 0.019 zeros= 0% [ ▁▇██▄ ] [ ▂██▁ ] dim 0495 μ= -0.016 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ██ ] dim 0496 μ= +0.025 σ= 0.015 zeros= 0% [ ▄██▃ ] [ █▇ ] dim 0497 μ= -0.015 σ= 0.019 zeros= 0% [ ▆██▆▁ ] [ ▆█▅▃ ] dim 0498 μ= +0.018 σ= 0.040 zeros= 0% [ ▁▂▄█████▆▂ ] [ ▇█▃ ] dim 0499 μ= -0.011 σ= 0.029 zeros= 0% [ ▃████▅▁ ] [ ▄▇█▃ ] dim 0500 μ= +0.021 σ= 0.039 zeros= 0% [ ▂▄█████▆▃ ] [ █ ] dim 0501 μ= -0.007 σ= 0.013 zeros= 0% [ ▁██▅ ] [ ▂█▅ ] dim 0502 μ= +0.021 σ= 0.023 zeros= 0% [ ▂███▅▁ ] [ ▄█▇▁ ] dim 0503 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ █ ] dim 0504 μ= -0.004 σ= 0.011 zeros= 0% [ ▄█▅ ] [ ▃█▃ ] dim 0505 μ= -0.003 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▇█▁ ] dim 0506 μ= +0.009 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▆█▂ ] dim 0507 μ= -0.010 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ▄█▅ ] dim 0508 μ= -0.003 σ= 0.033 zeros= 0% [ ▁▃▇████▃▁ ] [ ▂█▆ ] dim 0509 μ= +0.001 σ= 0.025 zeros= 0% [ ▃███▆▁ ] [ ▅█▃ ] dim 0510 μ= -0.008 σ= 0.027 zeros= 0% [ ▂▆███▄▁ ] [ ▃██▅ ] dim 0511 μ= +0.008 σ= 0.036 zeros= 0% [ ▁▂▇████▇▃▁ ] [ ▇█ ] dim 0512 μ= -0.014 σ= 0.025 zeros= 0% [ ▂████▃ ] [ █▅ ] dim 0513 μ= +0.024 σ= 0.012 zeros= 0% [ ▂██▁ ] [ ▁▅█▄ ] dim 0514 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▃████▆▂▁ ] [ ▅█▂ ] dim 0515 μ= -0.028 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ █▆ ] dim 0516 μ= +0.026 σ= 0.020 zeros= 0% [ ▁▆██▆▁ ] [ ▂▆██▁ ] dim 0517 μ= -0.006 σ= 0.038 zeros= 0% [ ▁▂▅█████▄▂ ] [ █▇ ] dim 0518 μ= +0.026 σ= 0.023 zeros= 0% [ ▂▇███▁ ] [ ▃█▇ ] dim 0519 μ= -0.040 σ= 0.028 zeros= 0% [ ▁▅████▃ ] [ ▁▆█▅ ] dim 0520 μ= +0.012 σ= 0.031 zeros= 0% [ ▁▃████▆▂ ] [ ▄█▇▁ ] dim 0521 μ= +0.021 σ= 0.033 zeros= 0% [ ▁▂▇████▄▁ ] [ ▅█▁ ] dim 0522 μ= +0.013 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ █▁ ] dim 0523 μ= +0.019 σ= 0.016 zeros= 0% [ ▁▆██▁ ] [ ▇█▅ ] dim 0524 μ= +0.013 σ= 0.028 zeros= 0% [ ▁▂▇███▅▂ ] [ █ ] dim 0525 μ= -0.006 σ= 0.011 zeros= 0% [ ▆█▄ ] [ ▁█▅ ] dim 0526 μ= -0.017 σ= 0.025 zeros= 0% [ ▃███▇▂ ] [ ▆█▂ ] dim 0527 μ= +0.013 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▂█▇ ] dim 0528 μ= -0.040 σ= 0.027 zeros= 0% [ ▁▅███▇▂ ] [ ▄█▄ ] dim 0529 μ= +0.014 σ= 0.029 zeros= 0% [ ▂▇███▅▂ ] [ █▇ ] dim 0530 μ= -0.015 σ= 0.026 zeros= 0% [ ▃████▃▁ ] [ █▆ ] dim 0531 μ= -0.015 σ= 0.024 zeros= 0% [ ▂▇██▇▂ ] [ ▆█▅ ] dim 0532 μ= -0.005 σ= 0.032 zeros= 0% [ ▁▃▇███▇▃▁ ] [ ▂█▃ ] dim 0533 μ= -0.003 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▄█▇ ] dim 0534 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▂▇████▃▁ ] [ ▁▄█▇▅ ] dim 0535 μ= -0.018 σ= 0.039 zeros= 0% [ ▁▂▃█████▇▂▁ ] [ ▂█▃ ] dim 0536 μ= +0.017 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▄██▂ ] dim 0537 μ= +0.003 σ= 0.033 zeros= 0% [ ▂▆████▅▁ ] [ ▁▇█▃ ] dim 0538 μ= +0.029 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▅▇█▃ ] dim 0539 μ= +0.003 σ= 0.037 zeros= 0% [ ▁▄█████▇▃▁ ] [ ▇█▄ ] dim 0540 μ= -0.007 σ= 0.035 zeros= 0% [ ▁▄████▇▃▁ ] [ ▃█▆ ] dim 0541 μ= -0.003 σ= 0.028 zeros= 0% [ ▁▅███▇▁ ] [ ▅█▄ ] dim 0542 μ= -0.005 σ= 0.032 zeros= 0% [ ▁▃▇███▆▂▁ ] [ ▁██▇▂ ] dim 0543 μ= +0.018 σ= 0.039 zeros= 0% [ ▁▂▄█████▇▂▁ ] [ ▇█ ] dim 0544 μ= +0.006 σ= 0.022 zeros= 0% [ ▁▇██▇▁ ] [ █▄ ] dim 0545 μ= -0.019 σ= 0.017 zeros= 0% [ ▁▆██▂ ] [ ▃██▃ ] dim 0546 μ= -0.017 σ= 0.034 zeros= 0% [ ▁▂▆████▅▂ ] [ ▆█▁ ] dim 0547 μ= -0.013 σ= 0.025 zeros= 0% [ ▃▇███▃ ] [ █▇ ] dim 0548 μ= -0.035 σ= 0.024 zeros= 0% [ ▂████▂▁ ] [ ▅█▃ ] dim 0549 μ= +0.013 σ= 0.030 zeros= 0% [ ▃▆███▅▂ ] [ ▃▇█▆▁ ] dim 0550 μ= -0.009 σ= 0.040 zeros= 0% [ ▁▃▆█████▄▂▁ ] [ ▇█ ] dim 0551 μ= +0.008 σ= 0.017 zeros= 0% [ ▃██▅ ] [ ▃█▄ ] dim 0552 μ= -0.006 σ= 0.028 zeros= 0% [ ▂▆███▅▁ ] [ ▄█▄ ] dim 0553 μ= -0.005 σ= 0.027 zeros= 0% [ ▂▅███▅▁ ] [ █▂ ] dim 0554 μ= +0.018 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▅█▅ ] dim 0555 μ= +0.016 σ= 0.031 zeros= 0% [ ▁▃▆███▇▃ ] [ ▂▇█▂ ] dim 0556 μ= -0.014 σ= 0.033 zeros= 0% [ ▂▄████▅▂ ] [ ▂█▃ ] dim 0557 μ= -0.003 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ██▁ ] dim 0558 μ= +0.008 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ ▅██▅▁ ] dim 0559 μ= -0.011 σ= 0.042 zeros= 0% [ ▂▃▇█████▅▂▁ ] [ ▅█▇▁ ] dim 0560 μ= -0.001 σ= 0.038 zeros= 0% [ ▁▁▄█████▅▂▁ ] [ ▆█▇▂ ] dim 0561 μ= -0.022 σ= 0.035 zeros= 0% [ ▁▃█████▅▁ ] [ █▆ ] dim 0562 μ= +0.001 σ= 0.020 zeros= 0% [ ▂███▄▁ ] [ ▆█▁ ] dim 0563 μ= +0.030 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ██ ] dim 0564 μ= +0.006 σ= 0.021 zeros= 0% [ ▁▇██▇▁ ] [ ▁█▄ ] dim 0565 μ= -0.021 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▂██▁ ] dim 0566 μ= +0.006 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ █▅ ] dim 0567 μ= +0.002 σ= 0.016 zeros= 0% [ ▅██▃ ] [ ▃█▃ ] dim 0568 μ= +0.016 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ ▂█▇▁ ] dim 0569 μ= -0.016 σ= 0.027 zeros= 0% [ ▁▄████▃ ] [ ▅█▄ ] dim 0570 μ= +0.014 σ= 0.026 zeros= 0% [ ▁▆███▅▁ ] [ ▂█▇▁ ] dim 0571 μ= +0.001 σ= 0.032 zeros= 0% [ ▂▆████▄▁ ] [ ▇█ ] dim 0572 μ= +0.007 σ= 0.015 zeros= 0% [ ▃██▄ ] [ ▂█▂ ] dim 0573 μ= -0.004 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▄█ ] dim 0574 μ= -0.011 σ= 0.016 zeros= 0% [ ▂██▅ ] [ ▁▃▇█▄ ] dim 0575 μ= +0.003 σ= 0.042 zeros= 0% [ ▂▅██████▃▁▁ ] [ ▄█▄ ] dim 0576 μ= +0.016 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▃█▇ ] dim 0577 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▄███▆▁ ] [ ▃▇█▃ ] dim 0578 μ= -0.013 σ= 0.033 zeros= 0% [ ▂▅████▅▂▁ ] [ ▅█▁ ] dim 0579 μ= -0.009 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ ▄█▆ ] dim 0580 μ= -0.002 σ= 0.030 zeros= 0% [ ▂▆███▇▃▁ ] [ ▁█▆ ] dim 0581 μ= +0.002 σ= 0.024 zeros= 0% [ ▃███▆▁ ] [ █▇ ] dim 0582 μ= +0.024 σ= 0.019 zeros= 0% [ ▁▆██▅▁ ] [ █ ] dim 0583 μ= -0.007 σ= 0.014 zeros= 0% [ ██▅ ] [ ▄█▆ ] dim 0584 μ= +0.002 σ= 0.031 zeros= 0% [ ▁▆████▄▁ ] [ ▁▄██▇▂ ] dim 0585 μ= -0.032 σ= 0.050 zeros= 0% [ ▁▃▅██████▆▃▂ ] -> OUTLIER_SPREAD: this_std=0.0496, mean_std=0.0265, +3.3sigma vs threshold=3.0sigma [ █▆ ] dim 0586 μ= +0.002 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▂█ ] dim 0587 μ= -0.008 σ= 0.015 zeros= 0% [ ▁██▅▁ ] [ ▂█▇▄ ] dim 0588 μ= -0.011 σ= 0.034 zeros= 0% [ ▂▄████▆▃▁ ] [ █▃ ] dim 0589 μ= -0.001 σ= 0.016 zeros= 0% [ ▆██▁ ] [ ▄██▄ ] dim 0590 μ= +0.007 σ= 0.036 zeros= 0% [ ▃▆████▇▃▁ ] [ █▃ ] dim 0591 μ= -0.021 σ= 0.018 zeros= 0% [ ▁▇██▂ ] [ ▂█▃ ] dim 0592 μ= -0.004 σ= 0.022 zeros= 0% [ ▃███▃▁ ] [ ▅█▅ ] dim 0593 μ= +0.016 σ= 0.035 zeros= 0% [ ▁▄█████▄▁ ] [ ▆██▃ ] dim 0594 μ= +0.000 σ= 0.035 zeros= 0% [ ▁▃█████▅▂▁ ] [ ██▃ ] dim 0595 μ= +0.009 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ █▇ ] dim 0596 μ= +0.003 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▄█▅ ] dim 0597 μ= +0.016 σ= 0.028 zeros= 0% [ ▂▆███▆▂ ] [ ▁▇█▁ ] dim 0598 μ= +0.005 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ █▄ ] dim 0599 μ= +0.024 σ= 0.014 zeros= 0% [ ▃██▂ ] [ ▄█▇▂ ] dim 0600 μ= -0.017 σ= 0.036 zeros= 0% [ ▁▃▇████▆▂▁ ] [ ▃█▁ ] dim 0601 μ= +0.014 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▇█ ] dim 0602 μ= -0.014 σ= 0.019 zeros= 0% [ ▁▅██▆▁ ] [ ▃█▆ ] dim 0603 μ= -0.022 σ= 0.026 zeros= 0% [ ▁▄███▅▂ ] [ ▂█▇ ] dim 0604 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▅███▇▃ ] [ ▅█▅ ] dim 0605 μ= +0.016 σ= 0.030 zeros= 0% [ ▂▆███▆▂ ] [ ▅█ ] dim 0606 μ= +0.031 σ= 0.020 zeros= 0% [ ▄███▁ ] [ ▄█▇▁ ] dim 0607 μ= -0.000 σ= 0.033 zeros= 0% [ ▁▃▆████▄▁ ] [ ▁▆██▂ ] dim 0608 μ= -0.001 σ= 0.038 zeros= 0% [ ▁▄█████▅▂ ] [ ▁▇█▃ ] dim 0609 μ= +0.008 σ= 0.030 zeros= 0% [ ▁▃████▄▁ ] [ ▁█▄ ] dim 0610 μ= +0.018 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ▂█▅ ] dim 0611 μ= +0.000 σ= 0.024 zeros= 0% [ ▁▃███▆▁ ] [ ▂▆█▅ ] dim 0612 μ= +0.011 σ= 0.039 zeros= 0% [ ▁▂▅█████▄▁ ] [ █▁ ] dim 0613 μ= +0.020 σ= 0.013 zeros= 0% [ ▄██ ] [ ▆█▁ ] dim 0614 μ= +0.010 σ= 0.023 zeros= 0% [ ▁▆███▃ ] [ ▃█ ] dim 0615 μ= -0.008 σ= 0.018 zeros= 0% [ ▂██▇▁ ] [ ▄█▅ ] dim 0616 μ= -0.003 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▁▆█▁ ] dim 0617 μ= +0.007 σ= 0.031 zeros= 0% [ ▁▄████▅▁ ] [ ▂█▇ ] dim 0618 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▃████▂ ] [ ▄█ ] dim 0619 μ= -0.010 σ= 0.017 zeros= 0% [ ▂██▆▁ ] [ ▃█▅ ] dim 0620 μ= -0.002 σ= 0.026 zeros= 0% [ ▁▄███▆▁ ] [ █▅ ] dim 0621 μ= -0.039 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▁▆█▅ ] dim 0622 μ= -0.007 σ= 0.033 zeros= 0% [ ▁▄█████▂▁ ] [ ▇█ ] dim 0623 μ= +0.007 σ= 0.023 zeros= 0% [ ▁▇███▂ ] [ ▄█▂ ] dim 0624 μ= -0.006 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▁█▄ ] dim 0625 μ= -0.020 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▅██▄ ] dim 0626 μ= -0.013 σ= 0.039 zeros= 0% [ ▁▃▇████▇▄▂ ] [ ▄█▄ ] dim 0627 μ= +0.016 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▄█▆▂ ] dim 0628 μ= -0.021 σ= 0.036 zeros= 0% [ ▁▃▇████▄▂▁ ] [ ▂██▄ ] dim 0629 μ= -0.013 σ= 0.032 zeros= 0% [ ▁▄████▆▁ ] [ ▂█▆ ] dim 0630 μ= -0.019 σ= 0.026 zeros= 0% [ ▁▄████▂ ] [ ▄█▇ ] dim 0631 μ= -0.000 σ= 0.028 zeros= 0% [ ▁▅████▂ ] [ ▆█ ] dim 0632 μ= -0.013 σ= 0.022 zeros= 0% [ ▁▆██▇▁ ] [ █▇ ] dim 0633 μ= -0.017 σ= 0.022 zeros= 0% [ ▂███▆▂ ] [ ▃█ ] dim 0634 μ= -0.009 σ= 0.019 zeros= 0% [ ▃██▇▁ ] [ ▅█▇▂ ] dim 0635 μ= -0.020 σ= 0.037 zeros= 0% [ ▁▃█████▅▂ ] [ █▂ ] dim 0636 μ= -0.003 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▃█▃ ] dim 0637 μ= -0.025 σ= 0.030 zeros= 0% [ ▂▆███▆▂ ] [ ▂█▅ ] dim 0638 μ= -0.021 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ▅█▅ ] dim 0639 μ= +0.016 σ= 0.033 zeros= 0% [ ▁▃▇████▃▁ ] [ █▇ ] dim 0640 μ= +0.002 σ= 0.020 zeros= 0% [ ▂███▅▁ ] [ ▂█▇▆▁ ] dim 0641 μ= -0.009 σ= 0.042 zeros= 0% [ ▁▃▇█████▅▂ ] [ ▁█▄ ] dim 0642 μ= +0.021 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▂█ ] dim 0643 μ= -0.008 σ= 0.021 zeros= 0% [ ▄███▂ ] [ ▂█▇▁ ] dim 0644 μ= -0.016 σ= 0.030 zeros= 0% [ ▁▄████▃▁ ] [ ▅█▄ ] dim 0645 μ= -0.005 σ= 0.031 zeros= 0% [ ▁▃████▇▂▁ ] [ ▁▆█▂ ] dim 0646 μ= +0.009 σ= 0.031 zeros= 0% [ ▁▄████▆▂ ] [ ▄█▃ ] dim 0647 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▂██▂ ] dim 0648 μ= +0.005 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▁▇█▃ ] dim 0649 μ= -0.012 σ= 0.035 zeros= 0% [ ▂▅████▆▃▁ ] [ ▆█▃ ] dim 0650 μ= -0.008 σ= 0.031 zeros= 0% [ ▁▃████▆▂ ] [ ▂▇█▃ ] dim 0651 μ= +0.008 σ= 0.030 zeros= 0% [ ▁▄████▅▂ ] [ ▂▇█▄ ] dim 0652 μ= +0.029 σ= 0.030 zeros= 0% [ ▁▄████▅▁ ] [ ▂▇█▁ ] dim 0653 μ= -0.013 σ= 0.030 zeros= 0% [ ▁▃████▅▁ ] [ ▃█▂ ] dim 0654 μ= -0.005 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▁█▇ ] dim 0655 μ= +0.002 σ= 0.024 zeros= 0% [ ▃███▆▂ ] [ ██ ] dim 0656 μ= +0.004 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▆█▅ ] dim 0657 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▄████▇▂▁ ] [ █▄ ] dim 0658 μ= -0.000 σ= 0.018 zeros= 0% [ ▁▇██▃ ] [ ▄█▅ ] dim 0659 μ= +0.018 σ= 0.030 zeros= 0% [ ▂▆███▇▃▁ ] [ ▄▇█▃ ] dim 0660 μ= +0.004 σ= 0.037 zeros= 0% [ ▁▃█████▅▃ ] [ ▂█▄ ] dim 0661 μ= -0.002 σ= 0.024 zeros= 0% [ ▁▃███▅▁ ] [ █▂ ] dim 0662 μ= +0.001 σ= 0.013 zeros= 0% [ ▃██▁ ] [ ▄██▇ ] dim 0663 μ= -0.009 σ= 0.039 zeros= 0% [ ▃▆████▇▄▂▁ ] [ ▃█▆ ] dim 0664 μ= +0.001 σ= 0.029 zeros= 0% [ ▁▅████▃▁ ] [ ▃██▅ ] dim 0665 μ= -0.010 σ= 0.035 zeros= 0% [ ▂▅█████▃▁ ] [ █▆ ] dim 0666 μ= +0.004 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▂██▄▁ ] dim 0667 μ= +0.010 σ= 0.039 zeros= 0% [ ▁▃▆█████▃▁ ] [ ▆█ ] dim 0668 μ= +0.007 σ= 0.018 zeros= 0% [ ▄██▆ ] [ ▃██ ] dim 0669 μ= -0.019 σ= 0.027 zeros= 0% [ ▁▄███▇▂▁ ] [ ▅█ ] dim 0670 μ= +0.009 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▅█▁ ] dim 0671 μ= +0.030 σ= 0.023 zeros= 0% [ ▁▆███▃ ] [ ▇█▁ ] dim 0672 μ= +0.008 σ= 0.025 zeros= 0% [ ▂████▃ ] [ ▆█▁ ] dim 0673 μ= +0.009 σ= 0.023 zeros= 0% [ ▁▇███▂ ] [ ▄██ ] dim 0674 μ= +0.020 σ= 0.027 zeros= 0% [ ▁▅███▇▂ ] [ ▃█▅ ] dim 0675 μ= +0.018 σ= 0.029 zeros= 0% [ ▂▅███▇▂ ] [ ▂█▇ ] dim 0676 μ= -0.017 σ= 0.027 zeros= 0% [ ▁▃████▂▁ ] [ ▁▆█▆▂ ] dim 0677 μ= +0.018 σ= 0.036 zeros= 0% [ ▁▄█████▄▁ ] [ ▃█▂ ] dim 0678 μ= -0.028 σ= 0.023 zeros= 0% [ ▁▅███▃▁ ] [ ▄█▅ ] dim 0679 μ= -0.003 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ▇█ ] dim 0680 μ= +0.007 σ= 0.020 zeros= 0% [ ▁▅██▆▁ ] [ ▂█▅ ] dim 0681 μ= +0.039 σ= 0.024 zeros= 0% [ ▁▃███▅▁ ] [ ██ ] dim 0682 μ= -0.013 σ= 0.021 zeros= 0% [ ▁▅██▇▁ ] [ ▂█▇ ] dim 0683 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▅████▄▁ ] [ █▂ ] dim 0684 μ= +0.019 σ= 0.017 zeros= 0% [ ▁▇██▁ ] [ ▅█▃ ] dim 0685 μ= +0.013 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▂██▇▃ ] dim 0686 μ= -0.023 σ= 0.041 zeros= 0% [ ▃▅█████▆▂▁ ] [ ▆█▄ ] dim 0687 μ= -0.004 σ= 0.028 zeros= 0% [ ▁▆███▇▂ ] [ ▃██▂ ] dim 0688 μ= -0.015 σ= 0.036 zeros= 0% [ ▁▃▆████▆▂▁ ] [ ██▁ ] dim 0689 μ= -0.014 σ= 0.022 zeros= 0% [ ▁▇███▂ ] [ ▆█ ] dim 0690 μ= +0.009 σ= 0.017 zeros= 0% [ ▃██▅▁ ] [ ▃█▆▁ ] dim 0691 μ= +0.020 σ= 0.032 zeros= 0% [ ▁▃▆████▃▁ ] [ ▂█▄ ] dim 0692 μ= -0.001 σ= 0.030 zeros= 0% [ ▁▅███▆▃▁ ] [ ▃█▇▄ ] dim 0693 μ= -0.013 σ= 0.033 zeros= 0% [ ▂▅████▆▂ ] [ ▅█ ] dim 0694 μ= +0.010 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▁██▁ ] dim 0695 μ= -0.014 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▁ ] dim 0696 μ= +0.011 σ= 0.023 zeros= 0% [ ▁▅███▂▁ ] [ ▅██▃ ] dim 0697 μ= -0.018 σ= 0.034 zeros= 0% [ ▁▂▆████▅▁ ] [ █▂ ] dim 0698 μ= -0.021 σ= 0.017 zeros= 0% [ ▁▆██▂ ] [ ▄█▅ ] dim 0699 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▄███▆▁ ] [ ▃█▃ ] dim 0700 μ= -0.003 σ= 0.028 zeros= 0% [ ▁▅███▆▂ ] [ ▂▇█▃ ] dim 0701 μ= +0.010 σ= 0.033 zeros= 0% [ ▁▅████▆▃▁ ] [ ▄█▄ ] dim 0702 μ= -0.004 σ= 0.027 zeros= 0% [ ▁▅███▆▁ ] [ ▂█▆ ] dim 0703 μ= +0.002 σ= 0.025 zeros= 0% [ ▃███▇▂ ] [ █ ] dim 0704 μ= -0.003 σ= 0.015 zeros= 0% [ ▆█▇▁ ] [ ▆█▃ ] dim 0705 μ= -0.009 σ= 0.031 zeros= 0% [ ▁▃████▆▂ ] [ █▇ ] dim 0706 μ= +0.025 σ= 0.014 zeros= 0% [ ▃██▂ ] [ █▄ ] dim 0707 μ= -0.019 σ= 0.017 zeros= 0% [ ▁▆██▃ ] [ ▁▆█▅ ] dim 0708 μ= +0.010 σ= 0.031 zeros= 0% [ ▁▄████▆▂ ] [ ▁█▅ ] dim 0709 μ= +0.020 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ▁▆▇█▃ ] dim 0710 μ= -0.002 σ= 0.039 zeros= 0% [ ▁▅█████▆▂▁ ] [ ▁▅█▅ ] dim 0711 μ= -0.007 σ= 0.036 zeros= 0% [ ▁▁▅█████▄▁ ] [ ▇█▁ ] dim 0712 μ= -0.013 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ ▄█▅ ] dim 0713 μ= -0.006 σ= 0.027 zeros= 0% [ ▂▆███▅▁ ] [ ▁▇█▄ ] dim 0714 μ= -0.008 σ= 0.034 zeros= 0% [ ▁▄█████▃▁ ] [ █▄ ] dim 0715 μ= +0.020 σ= 0.020 zeros= 0% [ ▁███▄ ] [ ▃█▁ ] dim 0716 μ= +0.014 σ= 0.019 zeros= 0% [ ▃███▁ ] [ ▆█▂ ] dim 0717 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▁█ ] dim 0718 μ= -0.025 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▅█▇▄ ] dim 0719 μ= +0.042 σ= 0.036 zeros= 0% [ ▁▃▇████▆▂ ] [ ▃█▅▁ ] dim 0720 μ= -0.000 σ= 0.032 zeros= 0% [ ▁▂▆████▃▁ ] [ ▂██ ] dim 0721 μ= -0.017 σ= 0.026 zeros= 0% [ ▄████▂ ] [ ▃█▁ ] dim 0722 μ= -0.005 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▅██▂ ] dim 0723 μ= -0.018 σ= 0.033 zeros= 0% [ ▂▆████▅▁ ] [ ▂▇█▄ ] dim 0724 μ= +0.013 σ= 0.034 zeros= 0% [ ▁▄████▇▃▁ ] [ █▇ ] dim 0725 μ= +0.004 σ= 0.021 zeros= 0% [ ▁▇██▆▁ ] [ ▁▆█▇▁ ] dim 0726 μ= -0.007 σ= 0.039 zeros= 0% [ ▁▃▆█████▅▁▁ ] [ ▇█▂ ] dim 0727 μ= -0.010 σ= 0.024 zeros= 0% [ ▁▇███▃▁ ] [ ▁█▆ ] dim 0728 μ= -0.020 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▇█▁ ] dim 0729 μ= +0.008 σ= 0.026 zeros= 0% [ ▂████▃▁ ] [ ▁▇█ ] dim 0730 μ= -0.015 σ= 0.025 zeros= 0% [ ▁▃████▂ ] [ ▃█▇▁ ] dim 0731 μ= +0.004 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▇█▁ ] dim 0732 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▆█ ] dim 0733 μ= +0.008 σ= 0.023 zeros= 0% [ ▁▇██▇▂ ] [ ▇█ ] dim 0734 μ= -0.012 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ██ ] dim 0735 μ= -0.015 σ= 0.022 zeros= 0% [ ▂███▇▁ ] [ ▄█▂ ] dim 0736 μ= -0.026 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▃█▄ ] dim 0737 μ= -0.022 σ= 0.030 zeros= 0% [ ▂▆███▇▃ ] [ ▁▅██▃ ] dim 0738 μ= +0.024 σ= 0.044 zeros= 0% [ ▁▂▅█████▇▅▂▁ ] [ █▆ ] dim 0739 μ= -0.017 σ= 0.020 zeros= 0% [ ▁▇██▄▁ ] [ ▂▅█▅▂ ] dim 0740 μ= +0.016 σ= 0.039 zeros= 0% [ ▁▂▄█████▅▂ ] [ ▇█▁ ] dim 0741 μ= +0.030 σ= 0.024 zeros= 0% [ ▁▇███▃ ] [ ▁▇█▃ ] dim 0742 μ= -0.013 σ= 0.032 zeros= 0% [ ▂▄████▅▁ ] [ █▅ ] dim 0743 μ= -0.039 σ= 0.019 zeros= 0% [ ▁▇██▄ ] [ ▃█▇▁ ] dim 0744 μ= +0.004 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▃█▄ ] dim 0745 μ= +0.016 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▃█ ] dim 0746 μ= -0.006 σ= 0.017 zeros= 0% [ ▁██▇▁ ] [ ▅█▅ ] dim 0747 μ= -0.006 σ= 0.029 zeros= 0% [ ▂████▆▂ ] [ ▄█▆ ] dim 0748 μ= -0.023 σ= 0.030 zeros= 0% [ ▂▆███▇▂▁ ] [ ▆█ ] dim 0749 μ= -0.011 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▂▆█▇▃ ] dim 0750 μ= -0.002 σ= 0.039 zeros= 0% [ ▁▂▅█████▆▂▁ ] [ ▄██▁ ] dim 0751 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▁▅████▄▁ ] [ ▂█▆ ] dim 0752 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▄███▇▂ ] [ ▄█▃ ] dim 0753 μ= -0.007 σ= 0.024 zeros= 0% [ ▁▅███▄ ] [ ▅█ ] dim 0754 μ= -0.013 σ= 0.011 zeros= 0% [ ▁██▂ ] [ ▂█ ] dim 0755 μ= -0.007 σ= 0.018 zeros= 0% [ ▂██▇▁ ] [ ▄█▂ ] dim 0756 μ= +0.015 σ= 0.027 zeros= 0% [ ▁▅███▅▁ ] [ ▁█▆ ] dim 0757 μ= +0.003 σ= 0.026 zeros= 0% [ ▁▃████▂ ] [ ▁▇█▃ ] dim 0758 μ= -0.008 σ= 0.034 zeros= 0% [ ▁▅████▇▃▁ ] [ ▄█▇▂ ] dim 0759 μ= +0.021 σ= 0.037 zeros= 0% [ ▁▄▇████▅▂▁ ] [ █ ] dim 0760 μ= -0.009 σ= 0.010 zeros= 0% [ ██▂ ] [ ▁▆█▅▁ ] dim 0761 μ= +0.015 σ= 0.037 zeros= 0% [ ▁▂▅█████▄▁▁ ] [ ▆█▄ ] dim 0762 μ= -0.007 σ= 0.030 zeros= 0% [ ▁▃▇███▆▂ ] [ ▃█▄ ] dim 0763 μ= -0.005 σ= 0.028 zeros= 0% [ ▂▆███▆▁ ] [ ▆█▃ ] dim 0764 μ= +0.010 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ ▂█ ] dim 0765 μ= +0.013 σ= 0.016 zeros= 0% [ ▁██▆▁ ] [ ▂██▃ ] dim 0766 μ= -0.011 σ= 0.032 zeros= 0% [ ▁▄████▆▂▁ ] [ ▄█▄ ] dim 0767 μ= +0.015 σ= 0.029 zeros= 0% [ ▂▆███▆▂ ] [ ▄█ ] dim 0768 μ= -0.009 σ= 0.020 zeros= 0% [ ▃███▁ ] [ ▃█▄ ] dim 0769 μ= -0.004 σ= 0.029 zeros= 0% [ ▂▆███▆▂ ] [ ▄█▄ ] dim 0770 μ= -0.003 σ= 0.030 zeros= 0% [ ▂▅███▇▂ ] [ ▆█ ] dim 0771 μ= -0.012 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▂█ ] dim 0772 μ= +0.014 σ= 0.016 zeros= 0% [ ▁██▇▁ ] [ ▁▇█▃ ] dim 0773 μ= -0.012 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▂▅█▃ ] dim 0774 μ= -0.008 σ= 0.036 zeros= 0% [ ▁▄████▇▃▁ ] [ ▄█▄ ] dim 0775 μ= -0.004 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▃▆█▂ ] dim 0776 μ= +0.006 σ= 0.034 zeros= 0% [ ▂▅████▅▂▁ ] [ ▂██▃ ] dim 0777 μ= -0.015 σ= 0.032 zeros= 0% [ ▂▅████▅▁ ] [ ▄█▂ ] dim 0778 μ= +0.014 σ= 0.021 zeros= 0% [ ▁▃███▂ ] [ ▃█▄ ] dim 0779 μ= -0.005 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▃█▄ ] dim 0780 μ= -0.023 σ= 0.025 zeros= 0% [ ▁▃███▅▁ ] [ ▆█ ] dim 0781 μ= -0.011 σ= 0.021 zeros= 0% [ ▁▅███▁ ] [ ▆█ ] dim 0782 μ= +0.028 σ= 0.017 zeros= 0% [ ▃██▅ ] [ ▂█▆ ] dim 0783 μ= +0.000 σ= 0.025 zeros= 0% [ ▁▃███▆▁ ] [ ▄█▃ ] dim 0784 μ= -0.005 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ ▃█▄ ] dim 0785 μ= -0.004 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▃█▆ ] dim 0786 μ= +0.021 σ= 0.030 zeros= 0% [ ▁▅████▃▁ ] [ █▅ ] dim 0787 μ= +0.001 σ= 0.020 zeros= 0% [ ▁███▄ ] [ ▁▇█ ] dim 0788 μ= +0.027 σ= 0.025 zeros= 0% [ ▂████▃ ] [ ▃█▄ ] dim 0789 μ= +0.017 σ= 0.027 zeros= 0% [ ▁▅███▅▂ ] [ ▂▇█▆ ] dim 0790 μ= -0.026 σ= 0.035 zeros= 0% [ ▁▃████▇▄▁ ] [ ▃█ ] dim 0791 μ= -0.010 σ= 0.016 zeros= 0% [ ▂██▅ ] [ ██▆ ] dim 0792 μ= +0.016 σ= 0.033 zeros= 0% [ ▁▃█████▃▁ ] [ ▄█▄ ] dim 0793 μ= -0.006 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▂█▄ ] dim 0794 μ= -0.001 σ= 0.027 zeros= 0% [ ▁▄███▅▂ ] [ ▅█▄ ] dim 0795 μ= -0.005 σ= 0.026 zeros= 0% [ ▁▆███▆▁ ] [ ▆█▄ ] dim 0796 μ= +0.013 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ ▅█▁ ] dim 0797 μ= -0.030 σ= 0.026 zeros= 0% [ ▂▇███▃▁ ] [ ▃█▆ ] dim 0798 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▄████▃ ] [ ▃█▅ ] dim 0799 μ= -0.042 σ= 0.025 zeros= 0% [ ▁▃███▅▁ ] [ ▂▇█▄ ] dim 0800 μ= +0.030 σ= 0.037 zeros= 0% [ ▁▂▅████▇▄▁ ] [ █ ] dim 0801 μ= -0.028 σ= 0.013 zeros= 0% [ ▁██▄ ] [ ▄█▃ ] dim 0802 μ= -0.026 σ= 0.023 zeros= 0% [ ▅███▄ ] [ ▄█ ] dim 0803 μ= +0.009 σ= 0.015 zeros= 0% [ ▂██▄ ] [ ▄█▅ ] dim 0804 μ= +0.017 σ= 0.033 zeros= 0% [ ▁▃▇████▃▁ ] [ █ ] dim 0805 μ= -0.022 σ= 0.008 zeros= 0% [ ▁█▄ ] [ ▄█▄ ] dim 0806 μ= -0.025 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▁▇█▇▂ ] dim 0807 μ= +0.018 σ= 0.039 zeros= 0% [ ▂▄█████▅▂▁ ] [ ▂█▆▁ ] dim 0808 μ= +0.005 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▄█ ] dim 0809 μ= +0.012 σ= 0.018 zeros= 0% [ ▂██▇▁ ] [ ▃██▃ ] dim 0810 μ= +0.007 σ= 0.030 zeros= 0% [ ▁▄████▅▁ ] [ ▁▆█▅ ] dim 0811 μ= +0.011 σ= 0.033 zeros= 0% [ ▁▄████▆▂ ] [ ▃█▆▂ ] dim 0812 μ= +0.004 σ= 0.033 zeros= 0% [ ▁▂▅████▅▂ ] [ ▇█▁ ] dim 0813 μ= +0.028 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ ▄█▂ ] dim 0814 μ= +0.012 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▃█▅ ] dim 0815 μ= -0.002 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▁█▃ ] dim 0816 μ= +0.040 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▁█ ] dim 0817 μ= +0.034 σ= 0.015 zeros= 0% [ ▁██▆▁ ] [ ▂█▇▁ ] dim 0818 μ= -0.015 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ ▁▆█▄ ] dim 0819 μ= +0.034 σ= 0.033 zeros= 0% [ ▁▃█████▃▁ ] [ ▄█▇▂ ] dim 0820 μ= +0.003 σ= 0.034 zeros= 0% [ ▁▂▅████▅▁ ] [ ██ ] dim 0821 μ= +0.004 σ= 0.022 zeros= 0% [ ▂▇██▆▁ ] [ ▃█▂ ] dim 0822 μ= -0.006 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▂▆█▃ ] dim 0823 μ= -0.011 σ= 0.033 zeros= 0% [ ▁▄████▅▂▁ ] [ ▆█▃ ] dim 0824 μ= -0.007 σ= 0.026 zeros= 0% [ ▂▅███▄▁ ] [ ▁█▄ ] dim 0825 μ= +0.000 σ= 0.023 zeros= 0% [ ▁▂███▅▁ ] [ ▄█▃ ] dim 0826 μ= +0.017 σ= 0.029 zeros= 0% [ ▂▅███▆▂ ] [ ▆█ ] dim 0827 μ= -0.012 σ= 0.018 zeros= 0% [ ▄██▆▁ ] [ ▅█▅ ] dim 0828 μ= -0.024 σ= 0.029 zeros= 0% [ ▂▆███▆▂ ] [ ▇█▄ ] dim 0829 μ= -0.008 σ= 0.035 zeros= 0% [ ▁▄████▇▃▁ ] [ ▅█▇▂ ] dim 0830 μ= +0.001 σ= 0.037 zeros= 0% [ ▁▃▇████▅▂▁ ] [ █▁ ] dim 0831 μ= -0.000 σ= 0.013 zeros= 0% [ ▄██▁ ] [ ▁██▂ ] dim 0832 μ= -0.013 σ= 0.025 zeros= 0% [ ▂████▃▁ ] [ ▅█▇ ] dim 0833 μ= -0.001 σ= 0.030 zeros= 0% [ ▂▆████▃▁ ] [ ▄█▅▁ ] dim 0834 μ= -0.001 σ= 0.033 zeros= 0% [ ▃▇████▄▁ ] [ ▅█▃ ] dim 0835 μ= -0.006 σ= 0.027 zeros= 0% [ ▁▆███▅▁ ] [ █▅ ] dim 0836 μ= +0.001 σ= 0.021 zeros= 0% [ ▂███▄ ] [ ▁▇█▂ ] dim 0837 μ= +0.028 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▄█ ] dim 0838 μ= +0.012 σ= 0.020 zeros= 0% [ ▄███▂ ] [ ▆█▃ ] dim 0839 μ= -0.010 σ= 0.028 zeros= 0% [ ▃▇███▄▁ ] [ ▄█▄ ] dim 0840 μ= -0.003 σ= 0.030 zeros= 0% [ ▂▆███▇▂ ] [ ▆█▂ ] dim 0841 μ= +0.011 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ ▄█▇ ] dim 0842 μ= -0.020 σ= 0.032 zeros= 0% [ ▁▂▆████▄▁ ] [ ▃█ ] dim 0843 μ= +0.011 σ= 0.013 zeros= 0% [ ▁██▄ ] [ ▇█▁ ] dim 0844 μ= +0.007 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▁▇█▂ ] dim 0845 μ= -0.012 σ= 0.030 zeros= 0% [ ▁▄████▅▂ ] [ ▃█▄ ] dim 0846 μ= -0.022 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▃█▇▂ ] dim 0847 μ= +0.024 σ= 0.033 zeros= 0% [ ▂▆████▅▂ ] [ ▄█▆▁ ] dim 0848 μ= +0.001 σ= 0.032 zeros= 0% [ ▁▂▆████▄▁ ] [ ▅█▇ ] dim 0849 μ= +0.036 σ= 0.031 zeros= 0% [ ▁▃▇███▇▃▁ ] [ ▂█▄ ] dim 0850 μ= +0.019 σ= 0.021 zeros= 0% [ ▂███▄ ] [ ▁██ ] dim 0851 μ= +0.005 σ= 0.025 zeros= 0% [ ▃████▂▁ ] [ ▃▆█▆ ] dim 0852 μ= +0.012 σ= 0.038 zeros= 0% [ ▁▂▆█████▄▂ ] [ ▂█▄ ] dim 0853 μ= -0.001 σ= 0.020 zeros= 0% [ ▂███▄ ] [ ▇█▃ ] dim 0854 μ= +0.012 σ= 0.024 zeros= 0% [ ▁▆███▄ ] [ █▅ ] dim 0855 μ= +0.003 σ= 0.017 zeros= 0% [ ▅██▃ ] [ ▆█▂ ] dim 0856 μ= +0.009 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ ▃▆█▂ ] dim 0857 μ= +0.005 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▄█▅ ] dim 0858 μ= -0.004 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ▁█▅ ] dim 0859 μ= -0.001 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ▂█▇ ] dim 0860 μ= -0.019 σ= 0.032 zeros= 0% [ ▂▆████▄▁ ] [ █▅ ] dim 0861 μ= +0.003 σ= 0.018 zeros= 0% [ ▆██▄ ] [ ▁▆█▅▁ ] dim 0862 μ= -0.025 σ= 0.037 zeros= 0% [ ▁▅█████▅▁ ] [ ▄█▃ ] dim 0863 μ= +0.014 σ= 0.023 zeros= 0% [ ▁▄███▄ ] [ ██▂ ] dim 0864 μ= +0.008 σ= 0.025 zeros= 0% [ ▂████▃▁ ] [ ▁█▄ ] dim 0865 μ= +0.000 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▃█▆ ] dim 0866 μ= -0.020 σ= 0.025 zeros= 0% [ ▄███▆▂ ] [ ▆█ ] dim 0867 μ= +0.010 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▂█▇ ] dim 0868 μ= +0.002 σ= 0.024 zeros= 0% [ ▃███▇▁ ] [ █▆ ] dim 0869 μ= -0.038 σ= 0.017 zeros= 0% [ ▆██▂ ] [ ▃█▄ ] dim 0870 μ= -0.002 σ= 0.030 zeros= 0% [ ▂▅███▇▃▁ ] [ ▃█▇▂ ] dim 0871 μ= +0.003 σ= 0.036 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ▃▇█▄ ] dim 0872 μ= -0.011 σ= 0.037 zeros= 0% [ ▁▂▆█████▃▁ ] [ ▆█▃ ] dim 0873 μ= -0.007 σ= 0.030 zeros= 0% [ ▂▇███▆▁▁ ] [ ▂▆█▅▁ ] dim 0874 μ= +0.016 σ= 0.037 zeros= 0% [ ▁▅█████▅▁ ] [ ▁█ ] dim 0875 μ= -0.007 σ= 0.014 zeros= 0% [ ▁██▆ ] [ ▃█ ] dim 0876 μ= +0.012 σ= 0.017 zeros= 0% [ ▂██▇▁ ] [ ▁█▃ ] dim 0877 μ= -0.002 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▂█ ] dim 0878 μ= -0.008 σ= 0.015 zeros= 0% [ ▁██▆ ] [ ▁▅█▅ ] dim 0879 μ= -0.007 σ= 0.038 zeros= 0% [ ▂▅████▇▄▁ ] [ ▆█▄ ] dim 0880 μ= +0.033 σ= 0.032 zeros= 0% [ ▁▃████▆▂▁ ] [ █▆ ] dim 0881 μ= -0.038 σ= 0.019 zeros= 0% [ ▁▇██▄▁ ] [ ▃█▆▃ ] dim 0882 μ= +0.004 σ= 0.035 zeros= 0% [ ▁▂▇████▅▂ ] [ ▂▇█▃ ] dim 0883 μ= -0.014 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▄█▆ ] dim 0884 μ= -0.004 σ= 0.029 zeros= 0% [ ▂▆███▇▂ ] [ ▇█ ] dim 0885 μ= -0.014 σ= 0.020 zeros= 0% [ ▁▆██▆▁ ] [ ▁▇█▁ ] dim 0886 μ= -0.015 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ █▇ ] dim 0887 μ= +0.043 σ= 0.020 zeros= 0% [ ▁███▄ ] [ ▇█ ] dim 0888 μ= -0.014 σ= 0.019 zeros= 0% [ ▁▆██▆▁ ] [ ▂▇█▂ ] dim 0889 μ= -0.013 σ= 0.032 zeros= 0% [ ▁▄████▆▂ ] [ ▃█▃ ] dim 0890 μ= +0.017 σ= 0.022 zeros= 0% [ ▃███▄ ] [ ▃█▆▁ ] dim 0891 μ= +0.001 σ= 0.029 zeros= 0% [ ▁▅████▃▁ ] [ ▅█ ] dim 0892 μ= +0.010 σ= 0.020 zeros= 0% [ ▄██▇▁ ] [ ▆█▅ ] dim 0893 μ= -0.005 σ= 0.033 zeros= 0% [ ▁▃█████▃▁ ] [ ▄█▃ ] dim 0894 μ= -0.024 σ= 0.027 zeros= 0% [ ▁▅███▆▁ ] [ ▂▅██▄ ] dim 0895 μ= +0.002 σ= 0.044 zeros= 0% [ ▂▆██████▄▂▁ ] [ ▅█▆▁ ] dim 0896 μ= +0.038 σ= 0.031 zeros= 0% [ ▁▂▇████▃▁ ] [ ▃█▂ ] dim 0897 μ= -0.007 σ= 0.021 zeros= 0% [ ▁▃███▂ ] [ ▁██▁ ] dim 0898 μ= -0.034 σ= 0.026 zeros= 0% [ ▃████▃▁ ] [ █▃ ] dim 0899 μ= -0.020 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ ▁▇█▁ ] dim 0900 μ= -0.012 σ= 0.027 zeros= 0% [ ▃████▃▁ ] [ ▇█▄ ] dim 0901 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▄████▆▃▁ ] [ ▃▇█ ] dim 0902 μ= +0.022 σ= 0.029 zeros= 0% [ ▂▄████▂ ] [ ▅█▆ ] dim 0903 μ= -0.021 σ= 0.032 zeros= 0% [ ▂▆████▃▁ ] [ ▇█▁ ] dim 0904 μ= -0.013 σ= 0.025 zeros= 0% [ ▂████▂▁ ] [ ▃▆█▃ ] dim 0905 μ= +0.022 σ= 0.038 zeros= 0% [ ▁▃▇████▅▂ ] [ ▃█▆ ] dim 0906 μ= +0.020 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ▆█ ] dim 0907 μ= +0.008 σ= 0.017 zeros= 0% [ ▄██▅ ] [ ▄█▂ ] dim 0908 μ= -0.006 σ= 0.023 zeros= 0% [ ▁▄███▃ ] [ ▁██▁ ] dim 0909 μ= +0.004 σ= 0.027 zeros= 0% [ ▁▄████▃ ] [ ▃▄█▄▂ ] dim 0910 μ= -0.007 σ= 0.047 zeros= 0% [ ▁▂▄▆█████▆▃▁ ] [ ▁█▄ ] dim 0911 μ= +0.000 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ █▇ ] dim 0912 μ= -0.016 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ ▄█▄ ] dim 0913 μ= +0.015 σ= 0.023 zeros= 0% [ ▁▄███▃ ] [ ▅█▃ ] dim 0914 μ= +0.011 σ= 0.025 zeros= 0% [ ▁▆███▃ ] [ ▁▇█▂ ] dim 0915 μ= +0.006 σ= 0.027 zeros= 0% [ ▁▃████▃ ] [ ▆█▅ ] dim 0916 μ= -0.006 σ= 0.033 zeros= 0% [ ▁▃████▇▃▁ ] [ ▆█▃ ] dim 0917 μ= -0.008 σ= 0.023 zeros= 0% [ ▁▆███▃▁ ] [ ▅█▅ ] dim 0918 μ= -0.004 σ= 0.033 zeros= 0% [ ▁▃▆████▃▁ ] [ ▃▇█▁ ] dim 0919 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▅████▄▁ ] [ ▄█ ] dim 0920 μ= -0.030 σ= 0.020 zeros= 0% [ ▄██▇▂ ] [ ▇█▅ ] dim 0921 μ= +0.034 σ= 0.032 zeros= 0% [ ▂▃█████▂▁ ] [ ▅█▄ ] dim 0922 μ= -0.007 σ= 0.027 zeros= 0% [ ▂▇███▅▁ ] [ ▄█▁ ] dim 0923 μ= -0.008 σ= 0.021 zeros= 0% [ ▄███▂ ] [ █▆ ] dim 0924 μ= -0.016 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ ▃██▃ ] dim 0925 μ= -0.033 σ= 0.032 zeros= 0% [ ▂▄████▅▂ ] [ ▅█▅ ] dim 0926 μ= +0.033 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▅█▁ ] dim 0927 μ= +0.011 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ▄█▇▂ ] dim 0928 μ= -0.018 σ= 0.036 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ▃█▄ ] dim 0929 μ= -0.002 σ= 0.024 zeros= 0% [ ▁▃███▅▁ ] [ ▄█▁ ] dim 0930 μ= -0.007 σ= 0.021 zeros= 0% [ ▄███▂ ] [ ▂▆█▂ ] dim 0931 μ= -0.009 σ= 0.036 zeros= 0% [ ▁▅████▇▄▁ ] [ █▇ ] dim 0932 μ= +0.005 σ= 0.015 zeros= 0% [ ▃██▃ ] [ ▅█ ] dim 0933 μ= -0.012 σ= 0.013 zeros= 0% [ ▁██▂ ] [ ▆█▆▃ ] dim 0934 μ= -0.021 σ= 0.036 zeros= 0% [ ▁▃█████▄▂ ] [ ▆█▃ ] dim 0935 μ= -0.028 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ██ ] dim 0936 μ= +0.004 σ= 0.017 zeros= 0% [ ▅██▃ ] [ ▂█▅ ] dim 0937 μ= -0.002 σ= 0.022 zeros= 0% [ ▃███▄ ] [ ▂▆█▃ ] dim 0938 μ= +0.010 σ= 0.031 zeros= 0% [ ▁▄████▅▂ ] [ ▇█▁ ] dim 0939 μ= -0.014 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ ▅█▃ ] dim 0940 μ= +0.014 σ= 0.028 zeros= 0% [ ▂▆███▆▂ ] [ ▃█▆ ] dim 0941 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▄███▇▂▁ ] [ ▁▆█▆▃ ] dim 0942 μ= +0.016 σ= 0.040 zeros= 0% [ ▁▂▅█████▅▂ ] [ ▅█ ] dim 0943 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▄███▁ ] [ ▅█▄ ] dim 0944 μ= +0.016 σ= 0.032 zeros= 0% [ ▁▃▇███▇▃▁ ] [ █▁ ] dim 0945 μ= +0.016 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▄█▄ ] dim 0946 μ= -0.007 σ= 0.029 zeros= 0% [ ▁▂▆███▅▂ ] [ ▆█ ] dim 0947 μ= -0.012 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ ▄█▁ ] dim 0948 μ= +0.014 σ= 0.022 zeros= 0% [ ▁▄███▃ ] [ ▁█▇▃ ] dim 0949 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ █▆ ] dim 0950 μ= +0.024 σ= 0.021 zeros= 0% [ ▂▇██▆▁ ] [ █▇ ] dim 0951 μ= +0.008 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▇██ ] dim 0952 μ= +0.018 σ= 0.031 zeros= 0% [ ▃▇████▃▁ ] [ ▅█▄ ] dim 0953 μ= -0.006 σ= 0.027 zeros= 0% [ ▂▆███▅▁ ] [ ▆█▄ ] dim 0954 μ= -0.025 σ= 0.030 zeros= 0% [ ▂▆███▇▂▁ ] [ ▆█▄ ] dim 0955 μ= +0.013 σ= 0.031 zeros= 0% [ ▁▃████▇▂ ] [ ▃█ ] dim 0956 μ= -0.007 σ= 0.018 zeros= 0% [ ▂██▇▁ ] [ █▄ ] dim 0957 μ= +0.000 σ= 0.017 zeros= 0% [ ▁▆██▂ ] [ ██ ] dim 0958 μ= +0.008 σ= 0.023 zeros= 0% [ ▁▇███▃ ] [ ▃█▆ ] dim 0959 μ= +0.001 σ= 0.030 zeros= 0% [ ▁▅████▃▁ ] [ ▃█▆ ] dim 0960 μ= -0.001 σ= 0.023 zeros= 0% [ ▁▃███▅▁ ] [ ▃█▂ ] dim 0961 μ= -0.005 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▁█▁ ] dim 0962 μ= -0.005 σ= 0.019 zeros= 0% [ ▂███▂ ] [ █▇ ] dim 0963 μ= -0.014 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▃█▇▃ ] dim 0964 μ= -0.015 σ= 0.033 zeros= 0% [ ▂▅████▅▂▁ ] [ ▅█▇▄ ] dim 0965 μ= -0.016 σ= 0.035 zeros= 0% [ ▁▃▆████▆▂ ] [ ▃█▆▅▁ ] dim 0966 μ= +0.013 σ= 0.042 zeros= 0% [ ▁▃▇█████▅▃▁ ] [ ▆█ ] dim 0967 μ= -0.032 σ= 0.021 zeros= 0% [ ▁▅██▇▁ ] [ ▃█ ] dim 0968 μ= -0.010 σ= 0.015 zeros= 0% [ ▂██▅ ] [ ▄█▆▁ ] dim 0969 μ= +0.021 σ= 0.032 zeros= 0% [ ▁▂▆████▄▁ ] [ ▂▇█▆ ] dim 0970 μ= +0.010 σ= 0.038 zeros= 0% [ ▁▂▆████▇▄▁ ] [ ▃▇█▇▂ ] dim 0971 μ= +0.014 σ= 0.048 zeros= 0% [ ▁▂▄▇█████▆▅▁ ] [ ▂▇█▄ ] dim 0972 μ= -0.011 σ= 0.032 zeros= 0% [ ▂▄████▆▂ ] [ ▁█▃ ] dim 0973 μ= -0.002 σ= 0.019 zeros= 0% [ ▁███▂ ] [ █▁ ] dim 0974 μ= -0.021 σ= 0.015 zeros= 0% [ ▅██▁ ] [ ▃█▁ ] dim 0975 μ= -0.006 σ= 0.019 zeros= 0% [ ▂███▁ ] [ ▄█▂ ] dim 0976 μ= -0.008 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ ▁▅█▃ ] dim 0977 μ= -0.008 σ= 0.032 zeros= 0% [ ▁▃████▆▂ ] [ ▂██ ] dim 0978 μ= +0.022 σ= 0.029 zeros= 0% [ ▁▅████▃▁ ] [ ▂█▄ ] dim 0979 μ= -0.002 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▅█▂ ] dim 0980 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▆███▃▁ ] [ ▃█▄ ] dim 0981 μ= +0.017 σ= 0.028 zeros= 0% [ ▂▅███▇▁ ] [ ▃█▆ ] dim 0982 μ= +0.003 σ= 0.027 zeros= 0% [ ▁▄████▃ ] [ ▁█▂ ] dim 0983 μ= +0.017 σ= 0.021 zeros= 0% [ ▃███▃ ] [ █▂ ] dim 0984 μ= -0.002 σ= 0.016 zeros= 0% [ ▁▇██▁ ] [ ▆█▂ ] dim 0985 μ= +0.031 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ ▃█▇▃ ] dim 0986 μ= +0.022 σ= 0.038 zeros= 0% [ ▁▃█████▅▂▁ ] [ ▄██▃ ] dim 0987 μ= -0.017 σ= 0.034 zeros= 0% [ ▁▂▆████▅▂ ] [ █▆ ] dim 0988 μ= +0.003 σ= 0.015 zeros= 0% [ ▄██▂ ] [ ▄█▅ ] dim 0989 μ= -0.023 σ= 0.033 zeros= 0% [ ▁▂█████▃▁ ] [ ▄█▆ ] dim 0990 μ= -0.022 σ= 0.032 zeros= 0% [ ▂▆████▃▁ ] [ █ ] dim 0991 μ= -0.003 σ= 0.015 zeros= 0% [ ▁▆██▁ ] [ ▂█▆ ] dim 0992 μ= -0.019 σ= 0.027 zeros= 0% [ ▁▅███▇▂ ] [ ▂▄█▅ ] dim 0993 μ= -0.009 σ= 0.036 zeros= 0% [ ▂▅████▇▃▁ ] [ ▃█▆ ] dim 0994 μ= -0.000 σ= 0.030 zeros= 0% [ ▂▆████▃▁ ] [ ▅██▃ ] dim 0995 μ= -0.017 σ= 0.033 zeros= 0% [ ▁▂▆████▅▂ ] [ █▇ ] dim 0996 μ= -0.015 σ= 0.019 zeros= 0% [ ▁▆██▆▁ ] [ ██▂ ] dim 0997 μ= -0.013 σ= 0.024 zeros= 0% [ ▂▇███▃ ] [ ▃█▁ ] dim 0998 μ= +0.014 σ= 0.022 zeros= 0% [ ▁▄███▃ ] [ ▄█▄ ] dim 0999 μ= +0.018 σ= 0.024 zeros= 0% [ ▁▃███▄▁ ] [ ▃█▅▁ ] dim 1000 μ= +0.020 σ= 0.031 zeros= 0% [ ▂▆████▃▁ ] [ ▃██▃ ] dim 1001 μ= +0.004 σ= 0.032 zeros= 0% [ ▂▆████▅▁ ] [ ▇█▁ ] dim 1002 μ= -0.014 σ= 0.025 zeros= 0% [ ▃████▂ ] [ █▃ ] dim 1003 μ= +0.020 σ= 0.019 zeros= 0% [ ▁███▃ ] [ ▄█▄ ] dim 1004 μ= -0.005 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▄█▁ ] dim 1005 μ= +0.011 σ= 0.028 zeros= 0% [ ▂▇███▄▁ ] [ ▆█▃ ] dim 1006 μ= +0.010 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▆█▂ ] dim 1007 μ= -0.012 σ= 0.025 zeros= 0% [ ▂████▃ ] [ ▄█▅ ] dim 1008 μ= -0.003 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▇█▁ ] dim 1009 μ= +0.009 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▅█▇▁ ] dim 1010 μ= -0.000 σ= 0.033 zeros= 0% [ ▁▃▆████▃▁ ] [ ▄█▅ ] dim 1011 μ= -0.003 σ= 0.032 zeros= 0% [ ▃▇████▃▁ ] [ ▂█▇ ] dim 1012 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▃███▇▂ ] [ ▂█▄ ] dim 1013 μ= -0.000 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▃█▆ ] dim 1014 μ= -0.003 σ= 0.029 zeros= 0% [ ▂▆███▆▂ ] [ █ ] dim 1015 μ= -0.021 σ= 0.011 zeros= 0% [ ▂█▇ ] [ █▃ ] dim 1016 μ= -0.002 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▄█ ] dim 1017 μ= -0.010 σ= 0.016 zeros= 0% [ ▂██▆▁ ] [ ▁▆█▂ ] dim 1018 μ= -0.013 σ= 0.028 zeros= 0% [ ▁▂████▃▁ ] [ ▅█▃ ] dim 1019 μ= -0.008 σ= 0.031 zeros= 0% [ ▁▃████▆▂ ] [ ▂█▃ ] dim 1020 μ= -0.005 σ= 0.023 zeros= 0% [ ▁▄███▄ ] [ ▇█▄ ] dim 1021 μ= +0.032 σ= 0.028 zeros= 0% [ ▁▂▇███▅▁ ] [ ▃█▇▃ ] dim 1022 μ= +0.005 σ= 0.033 zeros= 0% [ ▂▅████▅▁▁ ] [ ▄██▄ ] dim 1023 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▄████▅▁ ] smell vectors from /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec smell: sampling 2000 of 1778739 vectors for per-dim distribution... smell: 100/2000 ( 5%) 0.3s smell: 200/2000 ( 10%) 0.5s smell: 300/2000 ( 15%) 1.0s smell: 400/2000 ( 20%) 1.0s smell: 500/2000 ( 25%) 1.2s smell: 600/2000 ( 30%) 1.4s smell: 700/2000 ( 35%) 1.7s smell: 800/2000 ( 40%) 2.0s smell: 900/2000 ( 45%) 2.3s smell: 1000/2000 ( 50%) 2.7s smell: 1100/2000 ( 55%) 2.7s smell: 1200/2000 ( 60%) 2.8s smell: 1300/2000 ( 65%) 3.1s smell: 1400/2000 ( 70%) 3.5s smell: 1500/2000 ( 75%) 3.6s smell: 1600/2000 ( 80%) 3.8s smell: 1700/2000 ( 85%) 4.0s smell: 1800/2000 ( 90%) 4.1s smell: 1900/2000 ( 95%) 4.4s smell: 2000/2000 (100%) 4.6s smell: 1 degenerate dim(s) found in 4.7s: (OUTLIER_SPREAD: std of all dims: μ=0.027, σ=0.007, threshold=3.0σ) [ ▃▅█▇▄ ] dim 0585 μ= -0.032 σ= 0.051 zeros= 0% [ ▁▂▅▇█████▆▄▂ ] -> OUTLIER_SPREAD: this_std=0.0508, mean_std=0.0265, +3.4sigma vs threshold=3.0sigma smell: all 1024 dims: [ █▇▁ ] dim 0000 μ= +0.003 σ= 0.025 zeros= 0% [ ▁████▃ ] [ ▁█▆ ] dim 0001 μ= +0.019 σ= 0.027 zeros= 0% [ ▁▃███▇▂ ] [ ▆█▆▁ ] dim 0002 μ= -0.008 σ= 0.034 zeros= 0% [ ▁▃█████▃▁ ] [ ▁█▇▁ ] dim 0003 μ= +0.023 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▆█▁ ] dim 0004 μ= -0.016 σ= 0.028 zeros= 0% [ ▂████▄▁ ] [ ▅█▅ ] dim 0005 μ= -0.008 σ= 0.034 zeros= 0% [ ▁▃▇████▃▁ ] [ █▇ ] dim 0006 μ= -0.000 σ= 0.020 zeros= 0% [ ▁▆██▅▁ ] [ ▂█▂ ] dim 0007 μ= -0.031 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▆█ ] dim 0008 μ= -0.018 σ= 0.018 zeros= 0% [ ▄██▅▁ ] [ ▆█▄ ] dim 0009 μ= +0.006 σ= 0.029 zeros= 0% [ ▃████▅▁ ] [ ▅█▇ ] dim 0010 μ= +0.014 σ= 0.032 zeros= 0% [ ▂▆████▃▁ ] [ ▁▅█▆ ] dim 0011 μ= -0.010 σ= 0.035 zeros= 0% [ ▁▃████▇▃▁ ] [ ▁█▁ ] dim 0012 μ= +0.011 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▃█▂ ] dim 0013 μ= -0.009 σ= 0.022 zeros= 0% [ ▃███▃ ] [ ▂▇█▅ ] dim 0014 μ= +0.005 σ= 0.035 zeros= 0% [ ▁▅████▇▂ ] [ █▇ ] dim 0015 μ= -0.001 σ= 0.021 zeros= 0% [ ▁▇██▅▁ ] [ ▁█▆ ] dim 0016 μ= +0.001 σ= 0.027 zeros= 0% [ ▃████▃▁ ] [ ▃█▅ ] dim 0017 μ= +0.016 σ= 0.031 zeros= 0% [ ▂▆████▂▁ ] [ ▇█▇▂ ] dim 0018 μ= +0.014 σ= 0.036 zeros= 0% [ ▁▄█████▄▂ ] [ ▁▇█▃ ] dim 0019 μ= +0.005 σ= 0.031 zeros= 0% [ ▁▃████▅▁ ] [ ▂█▃ ] dim 0020 μ= +0.012 σ= 0.023 zeros= 0% [ ▁▃███▃ ] [ ▃█ ] dim 0021 μ= +0.008 σ= 0.022 zeros= 0% [ ▁▃███▂ ] [ ▄██▃ ] dim 0022 μ= +0.002 σ= 0.035 zeros= 0% [ ▂▆████▆▂▁ ] [ ▃██▆▃ ] dim 0023 μ= -0.007 σ= 0.045 zeros= 0% [ ▁▂▆█████▇▄▁ ] [ ▅█▆ ] dim 0024 μ= -0.006 σ= 0.032 zeros= 0% [ ▂▆████▃▁ ] [ ▃██ ] dim 0025 μ= +0.019 σ= 0.027 zeros= 0% [ ▁▃████▂ ] [ ▆█ ] dim 0026 μ= +0.027 σ= 0.024 zeros= 0% [ ▁▆███▂ ] [ ▅█▅ ] dim 0027 μ= -0.009 σ= 0.028 zeros= 0% [ ▂▆███▆▂ ] [ ▅█▂ ] dim 0028 μ= +0.027 σ= 0.029 zeros= 0% [ ▁▂▇███▄▁ ] [ ▁█▆ ] dim 0029 μ= -0.000 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▃█▃ ] dim 0030 μ= -0.010 σ= 0.024 zeros= 0% [ ▁▄███▃▁ ] [ ▃█ ] dim 0031 μ= -0.013 σ= 0.018 zeros= 0% [ ▂██▇▁ ] [ ▁▆█▅ ] dim 0032 μ= +0.029 σ= 0.035 zeros= 0% [ ▁▄████▆▂▁ ] [ ▅█▃ ] dim 0033 μ= +0.031 σ= 0.028 zeros= 0% [ ▁▇███▅▁ ] [ ▁█▇ ] dim 0034 μ= -0.002 σ= 0.023 zeros= 0% [ ▂███▅▁ ] [ ▆█▄ ] dim 0035 μ= +0.010 σ= 0.032 zeros= 0% [ ▁▃▇███▆▂ ] [ ██ ] dim 0036 μ= +0.001 σ= 0.019 zeros= 0% [ ▆██▅▁ ] [ ▃█▃ ] dim 0037 μ= -0.027 σ= 0.026 zeros= 0% [ ▃███▆▁ ] [ █▆ ] dim 0038 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▇██▄ ] [ ▃█▄ ] dim 0039 μ= +0.035 σ= 0.029 zeros= 0% [ ▁▅███▆▂ ] [ ▆█▆ ] dim 0040 μ= +0.012 σ= 0.036 zeros= 0% [ ▁▄█████▄▁ ] [ ▆█ ] dim 0041 μ= +0.005 σ= 0.017 zeros= 0% [ ▃██▆▁ ] [ ▅█▁ ] dim 0042 μ= -0.015 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▄█▃ ] dim 0043 μ= +0.013 σ= 0.027 zeros= 0% [ ▁▅███▆▁ ] [ ▂█▆ ] dim 0044 μ= -0.024 σ= 0.031 zeros= 0% [ ▂▅████▃▁ ] [ ▁█▄ ] dim 0045 μ= +0.016 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▁█▂ ] dim 0046 μ= +0.012 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▁▇█▃ ] dim 0047 μ= +0.004 σ= 0.031 zeros= 0% [ ▁▃████▅▁ ] [ ▂▆█▅ ] dim 0048 μ= +0.010 σ= 0.040 zeros= 0% [ ▂▅█████▅▂▁ ] [ ▁██▁ ] dim 0049 μ= +0.022 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▃█▅ ] dim 0050 μ= +0.014 σ= 0.029 zeros= 0% [ ▂▅███▆▂ ] [ ▂█▇▂ ] dim 0051 μ= +0.000 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▅█ ] dim 0052 μ= +0.005 σ= 0.015 zeros= 0% [ ▁██▄ ] [ █▄ ] dim 0053 μ= -0.003 σ= 0.020 zeros= 0% [ ▁▇██▄ ] [ ▃█▅ ] dim 0054 μ= +0.014 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▁█▅ ] dim 0055 μ= +0.017 σ= 0.023 zeros= 0% [ ▂███▅▁ ] [ ▂█▅ ] dim 0056 μ= +0.017 σ= 0.030 zeros= 0% [ ▁▄███▇▃ ] [ ▃█▄ ] dim 0057 μ= +0.013 σ= 0.032 zeros= 0% [ ▂▇███▇▃ ] [ ▅█▄ ] dim 0058 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▂▆███▇▂▁ ] [ ▅█▄ ] dim 0059 μ= +0.009 σ= 0.027 zeros= 0% [ ▂▇███▅▁ ] [ █ ] dim 0060 μ= +0.008 σ= 0.012 zeros= 0% [ ██▃ ] [ ██▄ ] dim 0061 μ= -0.015 σ= 0.030 zeros= 0% [ ▁▃████▅▁ ] [ ▆█▅ ] dim 0062 μ= -0.031 σ= 0.035 zeros= 0% [ ▁▃████▇▄▁ ] [ ▁█▆ ] dim 0063 μ= +0.017 σ= 0.025 zeros= 0% [ ▁▃███▅▁ ] [ ▅█▄ ] dim 0064 μ= -0.010 σ= 0.031 zeros= 0% [ ▂▆███▆▂▁ ] [ ▇█▃ ] dim 0065 μ= +0.005 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▄█▁ ] dim 0066 μ= +0.009 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▄█▇▂ ] dim 0067 μ= -0.003 σ= 0.037 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ▃█▃ ] dim 0068 μ= +0.011 σ= 0.023 zeros= 0% [ ▁▃███▃ ] [ █▁ ] dim 0069 μ= +0.014 σ= 0.017 zeros= 0% [ ▁▇██▁ ] [ ▄█▃ ] dim 0070 μ= -0.009 σ= 0.024 zeros= 0% [ ▄███▄▁ ] [ ▆█▃ ] dim 0071 μ= +0.008 σ= 0.031 zeros= 0% [ ▂████▅▂ ] [ ▁█▂ ] dim 0072 μ= +0.013 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ▃█ ] dim 0073 μ= +0.006 σ= 0.014 zeros= 0% [ ▁██▄ ] [ ▅█▅ ] dim 0074 μ= -0.012 σ= 0.032 zeros= 0% [ ▃████▆▂ ] [ ▁█▅ ] dim 0075 μ= -0.006 σ= 0.023 zeros= 0% [ ▃███▄▁ ] [ █▆ ] dim 0076 μ= -0.002 σ= 0.019 zeros= 0% [ ▁▇██▄ ] [ ▅█▆ ] dim 0077 μ= -0.009 σ= 0.040 zeros= 0% [ ▁▂▄█████▅▂ ] [ ▂█▄ ] dim 0078 μ= +0.014 σ= 0.022 zeros= 0% [ ▂███▄ ] [ ▄█▃ ] dim 0079 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▅███▄▁ ] [ ▁█ ] dim 0080 μ= -0.013 σ= 0.014 zeros= 0% [ ▁██▅ ] [ ▃█▄ ] dim 0081 μ= +0.012 σ= 0.025 zeros= 0% [ ▁▄███▃▁ ] [ ▁▇█▆▂ ] dim 0082 μ= +0.015 σ= 0.039 zeros= 0% [ ▁▄█████▆▂ ] [ ▃█▃ ] dim 0083 μ= +0.014 σ= 0.024 zeros= 0% [ ▃███▄▁ ] [ ▅█▆ ] dim 0084 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▃▇████▂ ] [ ▁█▆ ] dim 0085 μ= -0.002 σ= 0.024 zeros= 0% [ ▂███▆▁ ] [ ▁▆█▃ ] dim 0086 μ= -0.018 σ= 0.031 zeros= 0% [ ▁▄████▅▁ ] [ ▄█▂ ] dim 0087 μ= +0.011 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▄█▄ ] dim 0088 μ= -0.010 σ= 0.028 zeros= 0% [ ▂▅███▆▁ ] [ ▂▇█▂ ] dim 0089 μ= +0.023 σ= 0.032 zeros= 0% [ ▁▅████▅▁ ] [ ▃██▃ ] dim 0090 μ= +0.003 σ= 0.035 zeros= 0% [ ▂▅████▆▃ ] [ ▃█▁ ] dim 0091 μ= +0.032 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▅█▆ ] dim 0092 μ= +0.034 σ= 0.032 zeros= 0% [ ▁▂▆███▇▃ ] [ ▃█▆▁ ] dim 0093 μ= -0.005 σ= 0.035 zeros= 0% [ ▁▃▇████▄▁ ] [ █▇▁ ] dim 0094 μ= +0.002 σ= 0.027 zeros= 0% [ ▂████▃ ] [ █ ] dim 0095 μ= -0.011 σ= 0.013 zeros= 0% [ ▇█▅ ] [ ▇█▄ ] dim 0096 μ= +0.007 σ= 0.032 zeros= 0% [ ▁▃████▆▂ ] [ ▁█▄ ] dim 0097 μ= -0.005 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▆█▂ ] dim 0098 μ= +0.005 σ= 0.026 zeros= 0% [ ▂▇███▃▁ ] [ █▃ ] dim 0099 μ= -0.006 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ██ ] dim 0100 μ= +0.002 σ= 0.022 zeros= 0% [ ▁▇██▇▁ ] [ ██ ] dim 0101 μ= -0.022 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ ▃█▄ ] dim 0102 μ= -0.009 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▅█▁ ] dim 0103 μ= +0.006 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▃█▄ ] dim 0104 μ= +0.014 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▅█▁ ] dim 0105 μ= +0.006 σ= 0.028 zeros= 0% [ ▂▇███▄▁ ] [ ▅█▂ ] dim 0106 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▆███▅▁ ] [ █▅ ] dim 0107 μ= -0.003 σ= 0.018 zeros= 0% [ ▁▇██▃ ] [ ▃▇█▄ ] dim 0108 μ= -0.017 σ= 0.035 zeros= 0% [ ▂▅████▆▂▁ ] [ ▅█▁ ] dim 0109 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▄███▂ ] [ ▄█▁ ] dim 0110 μ= +0.007 σ= 0.022 zeros= 0% [ ▁▄███▂ ] [ ▆█ ] dim 0111 μ= +0.024 σ= 0.020 zeros= 0% [ ▁▅██▆▁ ] [ ▅█▂ ] dim 0112 μ= +0.006 σ= 0.025 zeros= 0% [ ▁▆███▃ ] [ ▃█ ] dim 0113 μ= -0.014 σ= 0.016 zeros= 0% [ ▂██▅ ] [ ▅█▆▂ ] dim 0114 μ= -0.006 σ= 0.037 zeros= 0% [ ▁▃█████▄▁ ] [ ▁▇█▅ ] dim 0115 μ= -0.014 σ= 0.034 zeros= 0% [ ▁▅████▇▂▁ ] [ ▄█ ] dim 0116 μ= +0.007 σ= 0.018 zeros= 0% [ ▂██▆▁ ] [ █▁ ] dim 0117 μ= -0.007 σ= 0.016 zeros= 0% [ ▁▆██▁ ] [ ▁▇█▄ ] dim 0118 μ= -0.014 σ= 0.033 zeros= 0% [ ▁▄████▇▂ ] [ ▄█▃ ] dim 0119 μ= -0.012 σ= 0.027 zeros= 0% [ ▁▆███▄▁ ] [ ▂██▅▁ ] dim 0120 μ= -0.031 σ= 0.038 zeros= 0% [ ▁▄█████▄▂▁ ] [ ▂█▄ ] dim 0121 μ= +0.014 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ █▃ ] dim 0122 μ= -0.003 σ= 0.016 zeros= 0% [ ▄██▂ ] [ █▆ ] dim 0123 μ= +0.003 σ= 0.023 zeros= 0% [ ▁▆██▇▂ ] [ ▆█ ] dim 0124 μ= -0.015 σ= 0.021 zeros= 0% [ ▁▄███▁ ] [ ▁▄█▇▃ ] dim 0125 μ= -0.004 σ= 0.045 zeros= 0% [ ▁▂▅██████▄▁ ] [ ██ ] dim 0126 μ= +0.022 σ= 0.017 zeros= 0% [ ▄██▃ ] [ ▆█ ] dim 0127 μ= -0.019 σ= 0.022 zeros= 0% [ ▁▆██▇▂ ] [ ▂▇█▂ ] dim 0128 μ= -0.019 σ= 0.030 zeros= 0% [ ▄████▄▁ ] [ ▁▇█▆▂ ] dim 0129 μ= -0.007 σ= 0.039 zeros= 0% [ ▁▄█████▄▂▁ ] [ ▂█▄ ] dim 0130 μ= -0.028 σ= 0.023 zeros= 0% [ ▁▂███▄ ] [ ▄█▆ ] dim 0131 μ= -0.002 σ= 0.028 zeros= 0% [ ▁▄████▃ ] [ ▆█▂ ] dim 0132 μ= +0.007 σ= 0.026 zeros= 0% [ ▂▆███▃▁ ] [ ▁█ ] dim 0133 μ= +0.008 σ= 0.014 zeros= 0% [ ▁██▅ ] [ ██ ] dim 0134 μ= +0.023 σ= 0.024 zeros= 0% [ ▂███▇▂ ] [ ▃█▇▂ ] dim 0135 μ= -0.003 σ= 0.033 zeros= 0% [ ▂▅████▃▁ ] [ ▃▆█▅▁ ] dim 0136 μ= +0.008 σ= 0.040 zeros= 0% [ ▁▂▆█████▄▁ ] [ ▂█▇ ] dim 0137 μ= -0.022 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▃█▄ ] dim 0138 μ= +0.035 σ= 0.027 zeros= 0% [ ▁▄███▆▁ ] [ ▆█▃ ] dim 0139 μ= +0.006 σ= 0.029 zeros= 0% [ ▃████▄▁ ] [ ▄█▂ ] dim 0140 μ= +0.009 σ= 0.022 zeros= 0% [ ▄███▂ ] [ ▅█ ] dim 0141 μ= +0.006 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ █ ] dim 0142 μ= +0.010 σ= 0.015 zeros= 0% [ ▁██▆ ] [ ▆█▁ ] dim 0143 μ= +0.003 σ= 0.027 zeros= 0% [ ▃▇███▃ ] [ ▂▅█▅ ] dim 0144 μ= +0.005 σ= 0.036 zeros= 0% [ ▂▅████▇▂ ] [ ▇█ ] dim 0145 μ= -0.018 σ= 0.018 zeros= 0% [ ▄██▅ ] [ ▅█▆ ] dim 0146 μ= +0.015 σ= 0.033 zeros= 0% [ ▂▆████▃▁ ] [ ▁▆█▂ ] dim 0147 μ= +0.024 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ █▄ ] dim 0148 μ= -0.004 σ= 0.018 zeros= 0% [ ▁▆██▂ ] [ ▅█ ] dim 0149 μ= -0.015 σ= 0.024 zeros= 0% [ ▁▅███▂ ] [ ▆█▆▁ ] dim 0150 μ= -0.010 σ= 0.036 zeros= 0% [ ▁▄█████▄▁ ] [ ▁▆█▅ ] dim 0151 μ= +0.010 σ= 0.038 zeros= 0% [ ▂▄█████▃▁ ] [ ▇█ ] dim 0152 μ= +0.024 σ= 0.017 zeros= 0% [ ▄██▅ ] [ ▄█▅ ] dim 0153 μ= -0.027 σ= 0.028 zeros= 0% [ ▁▄███▆▂ ] [ ▄█▆ ] dim 0154 μ= -0.007 σ= 0.034 zeros= 0% [ ▁▂▇████▃▁ ] [ ▁█ ] dim 0155 μ= +0.009 σ= 0.014 zeros= 0% [ ▁██▅ ] [ ▂█▇▁ ] dim 0156 μ= -0.002 σ= 0.033 zeros= 0% [ ▁▆████▄▁ ] [ ▅█▃ ] dim 0157 μ= -0.008 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ █▄ ] dim 0158 μ= -0.004 σ= 0.020 zeros= 0% [ ▁███▃ ] [ ▄█▇▂ ] dim 0159 μ= -0.002 σ= 0.035 zeros= 0% [ ▁▂▅████▄▂ ] [ █▇ ] dim 0160 μ= -0.002 σ= 0.026 zeros= 0% [ ▁▃███▇▂ ] [ ▄█▆▁ ] dim 0161 μ= -0.005 σ= 0.032 zeros= 0% [ ▂▆████▃▁ ] [ ▁█▆ ] dim 0162 μ= -0.004 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▇█▁ ] dim 0163 μ= +0.002 σ= 0.026 zeros= 0% [ ▂████▃ ] [ ▅█▆ ] dim 0164 μ= +0.034 σ= 0.031 zeros= 0% [ ▂▇███▇▂ ] [ ▄█▂ ] dim 0165 μ= -0.012 σ= 0.026 zeros= 0% [ ▁▆███▄▁ ] [ ▆█▅ ] dim 0166 μ= +0.011 σ= 0.033 zeros= 0% [ ▁▂▇███▇▃▁ ] [ █ ] dim 0167 μ= -0.008 σ= 0.015 zeros= 0% [ ▆██▁ ] [ ▆█ ] dim 0168 μ= +0.004 σ= 0.015 zeros= 0% [ ▂██▄ ] [ ▂██ ] dim 0169 μ= +0.000 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▃██▃ ] dim 0170 μ= +0.022 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▄ ] dim 0171 μ= -0.009 σ= 0.028 zeros= 0% [ ▁▅███▆▁ ] [ ▂█▂ ] dim 0172 μ= -0.008 σ= 0.023 zeros= 0% [ ▁▃███▄▁ ] [ █▂ ] dim 0173 μ= -0.005 σ= 0.016 zeros= 0% [ ▆██▂ ] [ ▆█▂ ] dim 0174 μ= -0.018 σ= 0.028 zeros= 0% [ ▃████▃▁ ] [ ▅█▃ ] dim 0175 μ= -0.014 σ= 0.032 zeros= 0% [ ▁▃▇███▅▂ ] [ ██ ] dim 0176 μ= +0.001 σ= 0.020 zeros= 0% [ ▁▆██▅▁ ] [ ▄█▄ ] dim 0177 μ= +0.010 σ= 0.027 zeros= 0% [ ▂▆███▅▁ ] [ ▇█ ] dim 0178 μ= +0.023 σ= 0.022 zeros= 0% [ ▁▇██▇▁ ] [ ▂█▅▁ ] dim 0179 μ= -0.020 σ= 0.031 zeros= 0% [ ▁▃████▃▁ ] [ ▇█▂ ] dim 0180 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▅███▃▁ ] [ ▂█▇ ] dim 0181 μ= -0.001 σ= 0.027 zeros= 0% [ ▁▃████▂ ] [ ▅█▄ ] dim 0182 μ= -0.030 σ= 0.027 zeros= 0% [ ▁▅███▆▁ ] [ ▁▅█▇▂ ] dim 0183 μ= -0.004 σ= 0.043 zeros= 0% [ ▂▅█████▆▃▁ ] [ ▁▇█▆ ] dim 0184 μ= +0.006 σ= 0.034 zeros= 0% [ ▁▄████▆▂▁ ] [ ▂██▃ ] dim 0185 μ= -0.017 σ= 0.030 zeros= 0% [ ▄████▅▁ ] [ █▃ ] dim 0186 μ= -0.005 σ= 0.019 zeros= 0% [ ▁▇██▂ ] [ ▆█ ] dim 0187 μ= +0.005 σ= 0.024 zeros= 0% [ ▁▆███▂ ] [ ▁█▃ ] dim 0188 μ= +0.035 σ= 0.019 zeros= 0% [ ▁███▂ ] [ ▅█▇▂ ] dim 0189 μ= +0.016 σ= 0.041 zeros= 0% [ ▁▁▅█████▆▃▁ ] [ ▅█▅ ] dim 0190 μ= -0.010 σ= 0.036 zeros= 0% [ ▁▄█████▄▁ ] [ ▁▇█▇▃ ] dim 0191 μ= -0.005 σ= 0.037 zeros= 0% [ ▁▃█████▅▂▁ ] [ ▁▇█ ] dim 0192 μ= -0.021 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▄█▇▂ ] dim 0193 μ= -0.000 σ= 0.032 zeros= 0% [ ▁▄████▄▁ ] [ ▄█▄ ] dim 0194 μ= -0.011 σ= 0.030 zeros= 0% [ ▂████▆▂ ] [ ██▃ ] dim 0195 μ= +0.027 σ= 0.026 zeros= 0% [ ▂████▄▁ ] [ ▆█ ] dim 0196 μ= +0.027 σ= 0.024 zeros= 0% [ ▁▅███▂ ] [ ▂█ ] dim 0197 μ= -0.013 σ= 0.016 zeros= 0% [ ▁██▆ ] [ ▇█ ] dim 0198 μ= +0.003 σ= 0.024 zeros= 0% [ ▁▇███▂ ] [ ▃█▇ ] dim 0199 μ= +0.018 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ ▁█▇▃ ] dim 0200 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▃████▄▁ ] [ █ ] dim 0201 μ= -0.009 σ= 0.016 zeros= 0% [ ▁██▇▁ ] [ ██ ] dim 0202 μ= +0.000 σ= 0.022 zeros= 0% [ ▁███▆▁ ] [ ▅█▂ ] dim 0203 μ= +0.029 σ= 0.029 zeros= 0% [ ▁▂▇███▅▁ ] [ ▂█▇▁ ] dim 0204 μ= -0.000 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ ▂█▃ ] dim 0205 μ= +0.014 σ= 0.024 zeros= 0% [ ▃███▄▁ ] [ ▇█▁ ] dim 0206 μ= +0.004 σ= 0.025 zeros= 0% [ ▂▆███▂ ] [ ▅█▄ ] dim 0207 μ= +0.011 σ= 0.033 zeros= 0% [ ▁▃▆███▇▃▁ ] [ █▂ ] dim 0208 μ= -0.028 σ= 0.018 zeros= 0% [ ▁███▂ ] [ █▅ ] dim 0209 μ= +0.018 σ= 0.023 zeros= 0% [ ▂███▅▁ ] [ █ ] dim 0210 μ= -0.009 σ= 0.015 zeros= 0% [ ▇█▇▁ ] [ ▂█▆ ] dim 0211 μ= -0.001 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ ▆█▇▁ ] dim 0212 μ= +0.015 σ= 0.032 zeros= 0% [ ▂▇████▃▁ ] [ ▁█▆ ] dim 0213 μ= -0.002 σ= 0.025 zeros= 0% [ ▂███▇▁ ] [ ▃█▆▁ ] dim 0214 μ= -0.003 σ= 0.032 zeros= 0% [ ▂▅████▃▁ ] [ ▂█▇ ] dim 0215 μ= -0.001 σ= 0.027 zeros= 0% [ ▂███▇▃ ] [ ▃█▄ ] dim 0216 μ= -0.007 σ= 0.027 zeros= 0% [ ▁▅███▆▁ ] [ ▂█▇▂ ] dim 0217 μ= +0.001 σ= 0.033 zeros= 0% [ ▁▄████▄▁ ] [ █▅ ] dim 0218 μ= -0.001 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▁▇█▄ ] dim 0219 μ= +0.007 σ= 0.031 zeros= 0% [ ▁▃████▆▁ ] [ ▁██▂ ] dim 0220 μ= +0.023 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▂█▃ ] dim 0221 μ= -0.008 σ= 0.023 zeros= 0% [ ▃███▃▁ ] [ ▁█▇ ] dim 0222 μ= -0.002 σ= 0.026 zeros= 0% [ ▁▃███▆▂ ] [ ▄█▁ ] dim 0223 μ= +0.008 σ= 0.024 zeros= 0% [ ▁▄███▃ ] [ ▄██ ] dim 0224 μ= +0.018 σ= 0.031 zeros= 0% [ ▁▅████▃▁ ] [ ▄█▅ ] dim 0225 μ= -0.008 σ= 0.028 zeros= 0% [ ▁▅███▅▂ ] [ ▁██▁ ] dim 0226 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▆█▃ ] dim 0227 μ= -0.034 σ= 0.031 zeros= 0% [ ▁▃████▆▂ ] [ ▅█▇▃ ] dim 0228 μ= +0.039 σ= 0.039 zeros= 0% [ ▁▃█████▆▂ ] [ ▇█▁ ] dim 0229 μ= +0.004 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▅█ ] dim 0230 μ= +0.006 σ= 0.019 zeros= 0% [ ▄██▇▁ ] [ ▇█ ] dim 0231 μ= -0.017 σ= 0.025 zeros= 0% [ ▁████▂ ] [ ▇█▁ ] dim 0232 μ= +0.028 σ= 0.025 zeros= 0% [ ▁▆███▃▁ ] [ ▄█▅ ] dim 0233 μ= -0.029 σ= 0.027 zeros= 0% [ ▁▅███▆▁ ] [ ▂██ ] dim 0234 μ= +0.040 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ ▆█ ] dim 0235 μ= +0.002 σ= 0.021 zeros= 0% [ ▁▅██▆▁ ] [ ▄▇█▄ ] dim 0236 μ= +0.019 σ= 0.041 zeros= 0% [ ▂▄█████▇▃▁ ] [ ▃█▄ ] dim 0237 μ= -0.008 σ= 0.023 zeros= 0% [ ▃███▃ ] [ ▃█▂ ] dim 0238 μ= -0.010 σ= 0.029 zeros= 0% [ ▂▆███▅▂ ] [ ▂██▁ ] dim 0239 μ= -0.020 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▁█▄ ] dim 0240 μ= +0.017 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▃██▅ ] dim 0241 μ= +0.028 σ= 0.038 zeros= 0% [ ▂▆█████▄▁ ] [ ▇█ ] dim 0242 μ= +0.002 σ= 0.025 zeros= 0% [ ▂████▂ ] [ █▃ ] dim 0243 μ= -0.006 σ= 0.019 zeros= 0% [ ▁▇██▂ ] [ ▄█▅▁ ] dim 0244 μ= -0.006 σ= 0.034 zeros= 0% [ ▁▂▇████▄▁ ] [ ▁▇█▃ ] dim 0245 μ= +0.003 σ= 0.032 zeros= 0% [ ▁▅████▅▁ ] [ ▅█ ] dim 0246 μ= -0.016 σ= 0.017 zeros= 0% [ ▂██▅▁ ] [ ▂█▇▄ ] dim 0247 μ= -0.037 σ= 0.034 zeros= 0% [ ▁▄████▅▂▁ ] [ ▂▆█▅ ] dim 0248 μ= +0.010 σ= 0.035 zeros= 0% [ ▁▃█████▃▁ ] [ ▃█▆▃ ] dim 0249 μ= -0.019 σ= 0.033 zeros= 0% [ ▂▅████▅▂ ] [ ██ ] dim 0250 μ= +0.001 σ= 0.023 zeros= 0% [ ▁███▇▁ ] [ ██ ] dim 0251 μ= +0.022 σ= 0.015 zeros= 0% [ ▃██▃ ] [ ▁█▄ ] dim 0252 μ= -0.005 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▅█ ] dim 0253 μ= -0.016 σ= 0.023 zeros= 0% [ ▁▅███▂ ] [ ▁██▂ ] dim 0254 μ= +0.023 σ= 0.027 zeros= 0% [ ▁▃████▃ ] [ ▄▇█▆▂ ] dim 0255 μ= -0.011 σ= 0.037 zeros= 0% [ ▁▄█████▄▁ ] [ ▃██▆▃ ] dim 0256 μ= -0.013 σ= 0.045 zeros= 0% [ ▂▄▇█████▆▂▁ ] [ ▃██▁ ] dim 0257 μ= -0.000 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▁█▇▁ ] dim 0258 μ= +0.002 σ= 0.027 zeros= 0% [ ▃████▃▁ ] [ ▆█ ] dim 0259 μ= +0.004 σ= 0.018 zeros= 0% [ ▃██▅▁ ] [ ▅██▂ ] dim 0260 μ= -0.002 σ= 0.032 zeros= 0% [ ▂▆████▄▁ ] [ █▇ ] dim 0261 μ= -0.020 σ= 0.016 zeros= 0% [ ▄██▄ ] [ ▄█ ] dim 0262 μ= +0.028 σ= 0.018 zeros= 0% [ ▂██▇▁ ] [ █ ] dim 0263 μ= -0.010 σ= 0.018 zeros= 0% [ ▁███▁ ] [ ▇█▄ ] dim 0264 μ= -0.013 σ= 0.029 zeros= 0% [ ▂████▅▁ ] [ ▅█▄ ] dim 0265 μ= -0.010 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▇█ ] dim 0266 μ= +0.004 σ= 0.021 zeros= 0% [ ▁▅██▇▁ ] [ ▁█ ] dim 0267 μ= +0.010 σ= 0.018 zeros= 0% [ ▂██▇▁ ] [ ▅█▇▄ ] dim 0268 μ= +0.023 σ= 0.038 zeros= 0% [ ▁▃▆████▇▃▁ ] [ ▇█▂ ] dim 0269 μ= +0.004 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▃█▇▂ ] dim 0270 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▅████▄▁ ] [ ▃█▅ ] dim 0271 μ= -0.007 σ= 0.027 zeros= 0% [ ▁▄███▆▁ ] [ ▁█▁ ] dim 0272 μ= -0.010 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▅█▄▁ ] dim 0273 μ= +0.015 σ= 0.036 zeros= 0% [ ▁▃█████▄▁ ] [ ██▄ ] dim 0274 μ= +0.009 σ= 0.032 zeros= 0% [ ▁▃████▇▂▁ ] [ ▁██ ] dim 0275 μ= +0.022 σ= 0.026 zeros= 0% [ ▁▂███▇▃ ] [ ▃█▃ ] dim 0276 μ= -0.009 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ▆█▃ ] dim 0277 μ= +0.007 σ= 0.028 zeros= 0% [ ▂▇███▄▁ ] [ ▃█▂ ] dim 0278 μ= -0.010 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▅▇█▂ ] dim 0279 μ= +0.019 σ= 0.034 zeros= 0% [ ▁▂▅████▄▁ ] [ ▆█▁ ] dim 0280 μ= +0.026 σ= 0.023 zeros= 0% [ ▁▅███▂ ] [ ▆█ ] dim 0281 μ= +0.003 σ= 0.025 zeros= 0% [ ▂▇███▂ ] [ ▄█ ] dim 0282 μ= +0.005 σ= 0.018 zeros= 0% [ ▃██▆ ] [ ▄█▅ ] dim 0283 μ= -0.007 σ= 0.030 zeros= 0% [ ▂▆███▇▂ ] [ ▇█▆ ] dim 0284 μ= -0.053 σ= 0.032 zeros= 0% [ ▃▇███▆▃▁ ] [ ▅█▃ ] dim 0285 μ= +0.008 σ= 0.032 zeros= 0% [ ▁▃████▅▂ ] [ ▅█▅ ] dim 0286 μ= -0.008 σ= 0.033 zeros= 0% [ ▁▃▇████▃ ] [ ▆█ ] dim 0287 μ= +0.005 σ= 0.021 zeros= 0% [ ▅██▇▂ ] [ ▂██▆▂ ] dim 0288 μ= -0.011 σ= 0.044 zeros= 0% [ ▁▃▇█████▆▂▁ ] [ ▄█▃ ] dim 0289 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▄███▃▁ ] [ ▅█▆▁ ] dim 0290 μ= +0.014 σ= 0.035 zeros= 0% [ ▁▃█████▄▁ ] [ ▂█ ] dim 0291 μ= -0.015 σ= 0.014 zeros= 0% [ ▁██▃ ] [ ▂▅█▂ ] dim 0292 μ= +0.005 σ= 0.033 zeros= 0% [ ▁▄████▅▂ ] [ █▆ ] dim 0293 μ= +0.020 σ= 0.019 zeros= 0% [ ▁▆██▄ ] [ ▃█▆ ] dim 0294 μ= -0.005 σ= 0.027 zeros= 0% [ ▁▃███▇▂ ] [ █▅ ] dim 0295 μ= -0.001 σ= 0.013 zeros= 0% [ ▂██▁ ] [ ▆█ ] dim 0296 μ= +0.002 σ= 0.025 zeros= 0% [ ▂████▂ ] [ █▄ ] dim 0297 μ= -0.004 σ= 0.018 zeros= 0% [ ▁▆██▂ ] [ ▄█▃ ] dim 0298 μ= -0.010 σ= 0.023 zeros= 0% [ ▄███▃ ] [ ▁██▂ ] dim 0299 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▃████▃ ] [ ▄██▁ ] dim 0300 μ= -0.023 σ= 0.031 zeros= 0% [ ▂▄████▄▁ ] [ ▅█▁ ] dim 0301 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▅███▃ ] [ ▁██▄ ] dim 0302 μ= +0.005 σ= 0.036 zeros= 0% [ ▂▅████▇▂ ] [ ▆█ ] dim 0303 μ= -0.018 σ= 0.017 zeros= 0% [ ▃██▄ ] [ ▂█▆▂ ] dim 0304 μ= -0.000 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ ▂▅█▄ ] dim 0305 μ= +0.023 σ= 0.035 zeros= 0% [ ▂▅████▅▁ ] [ ▅█▆▁ ] dim 0306 μ= +0.013 σ= 0.036 zeros= 0% [ ▁▃█████▄▁ ] [ ▁█ ] dim 0307 μ= +0.010 σ= 0.016 zeros= 0% [ ▁██▇▁ ] [ ▂██▆▂ ] dim 0308 μ= +0.031 σ= 0.037 zeros= 0% [ ▁▅█████▄▁ ] [ ▁▇█▂ ] dim 0309 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ █▂ ] dim 0310 μ= -0.002 σ= 0.010 zeros= 0% [ ▁██ ] [ ▂█ ] dim 0311 μ= +0.007 σ= 0.014 zeros= 0% [ ▁██▃ ] [ ▅██▃ ] dim 0312 μ= +0.019 σ= 0.035 zeros= 0% [ ▁▃▆████▅▂ ] [ ▆█ ] dim 0313 μ= +0.004 σ= 0.020 zeros= 0% [ ▁▄██▆▁ ] [ ▄▇█▅▁ ] dim 0314 μ= +0.004 σ= 0.046 zeros= 0% [ ▂▅██████▅▂▁ ] [ █▇ ] dim 0315 μ= -0.001 σ= 0.022 zeros= 0% [ ▂▇██▆▁ ] [ ▂█▆ ] dim 0316 μ= -0.026 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▆█▃ ] dim 0317 μ= -0.014 σ= 0.029 zeros= 0% [ ▂████▅▁ ] [ █ ] dim 0318 μ= -0.010 σ= 0.015 zeros= 0% [ ▁▇█▆▁ ] [ ▇█▅ ] dim 0319 μ= +0.009 σ= 0.031 zeros= 0% [ ▃████▆▂▁ ] [ ▆█▂ ] dim 0320 μ= -0.014 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ █▂ ] dim 0321 μ= -0.026 σ= 0.016 zeros= 0% [ ▆██▁ ] [ ▇██▂ ] dim 0322 μ= -0.007 σ= 0.036 zeros= 0% [ ▁▄▇████▄▂ ] [ ▄█▅▁ ] dim 0323 μ= +0.016 σ= 0.034 zeros= 0% [ ▁▂▆████▃▁ ] [ █▅ ] dim 0324 μ= -0.022 σ= 0.018 zeros= 0% [ ▅██▃ ] [ ▆█▅ ] dim 0325 μ= +0.010 σ= 0.035 zeros= 0% [ ▁▄████▆▃▁ ] [ ▃█▅ ] dim 0326 μ= -0.006 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ █▄ ] dim 0327 μ= -0.024 σ= 0.018 zeros= 0% [ ▁▅██▃ ] [ ▄█ ] dim 0328 μ= +0.003 σ= 0.010 zeros= 0% [ ██▁ ] [ ▁▆█▂ ] dim 0329 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▄████▅▁ ] [ ▁▅██▄ ] dim 0330 μ= +0.018 σ= 0.042 zeros= 0% [ ▁▂▄█████▆▃▁ ] [ ▆██▃ ] dim 0331 μ= -0.001 σ= 0.039 zeros= 0% [ ▁▄█████▇▃▁ ] [ ██ ] dim 0332 μ= +0.022 σ= 0.020 zeros= 0% [ ▁▆██▅▁ ] [ ▂█▆ ] dim 0333 μ= -0.002 σ= 0.027 zeros= 0% [ ▁▃███▇▂ ] [ █▂ ] dim 0334 μ= +0.018 σ= 0.016 zeros= 0% [ ▅██▂ ] [ ▇█ ] dim 0335 μ= +0.003 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▅██▃ ] dim 0336 μ= +0.000 σ= 0.033 zeros= 0% [ ▂▅████▅▂ ] [ ▆█▂ ] dim 0337 μ= -0.013 σ= 0.027 zeros= 0% [ ▁▆███▄▁ ] [ ▄█▄ ] dim 0338 μ= +0.010 σ= 0.028 zeros= 0% [ ▂▆███▄▁ ] [ ██▂ ] dim 0339 μ= +0.005 σ= 0.029 zeros= 0% [ ▁▃▇███▄▁ ] [ ▂██▃ ] dim 0340 μ= -0.000 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ ▁█▆ ] dim 0341 μ= +0.017 σ= 0.022 zeros= 0% [ ▁███▄ ] [ ██▁ ] dim 0342 μ= -0.018 σ= 0.026 zeros= 0% [ ▂████▃▁ ] [ █▆ ] dim 0343 μ= +0.000 σ= 0.014 zeros= 0% [ ▃██▂ ] [ ▂█▄ ] dim 0344 μ= +0.015 σ= 0.024 zeros= 0% [ ▁▃███▄▁ ] [ ▃█▅ ] dim 0345 μ= +0.014 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ █▄ ] dim 0346 μ= -0.003 σ= 0.015 zeros= 0% [ ▄██▂ ] [ ▄█▆ ] dim 0347 μ= -0.026 σ= 0.030 zeros= 0% [ ▁▆████▂▁ ] [ ▇█▆ ] dim 0348 μ= -0.010 σ= 0.033 zeros= 0% [ ▁▃████▇▂▁ ] [ ▃█▅ ] dim 0349 μ= -0.026 σ= 0.029 zeros= 0% [ ▁▅███▇▂ ] [ █▃ ] dim 0350 μ= +0.015 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ ▂█▆ ] dim 0351 μ= +0.019 σ= 0.028 zeros= 0% [ ▁▃████▂ ] [ ▇█▄ ] dim 0352 μ= +0.007 σ= 0.030 zeros= 0% [ ▁▂████▆▁ ] [ ▇█▁ ] dim 0353 μ= -0.016 σ= 0.026 zeros= 0% [ ▂▇███▃▁ ] [ ▄█▇ ] dim 0354 μ= +0.013 σ= 0.036 zeros= 0% [ ▁▄█████▄▁ ] [ ▃█ ] dim 0355 μ= -0.011 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▇█▆ ] dim 0356 μ= +0.033 σ= 0.033 zeros= 0% [ ▁▃▇████▃▁ ] [ ▂█▄ ] dim 0357 μ= +0.018 σ= 0.026 zeros= 0% [ ▁▃███▆▂ ] [ █▃ ] dim 0358 μ= -0.003 σ= 0.014 zeros= 0% [ ▃██▁ ] [ ▄█▃ ] dim 0359 μ= -0.011 σ= 0.027 zeros= 0% [ ▁▅███▄▁ ] [ ▄█▄ ] dim 0360 μ= +0.010 σ= 0.028 zeros= 0% [ ▂▆███▅▁ ] [ ▁▆█▅ ] dim 0361 μ= -0.014 σ= 0.036 zeros= 0% [ ▂▄████▇▃▁ ] [ █▃ ] dim 0362 μ= -0.026 σ= 0.017 zeros= 0% [ ▁▆██▂ ] [ ▂█▇▁ ] dim 0363 μ= +0.021 σ= 0.030 zeros= 0% [ ▁▅████▃▁ ] [ ▇█▄ ] dim 0364 μ= +0.010 σ= 0.029 zeros= 0% [ ▂▆███▆▂ ] [ ▅█▄ ] dim 0365 μ= +0.031 σ= 0.031 zeros= 0% [ ▁▂▇███▆▂ ] [ █▆ ] dim 0366 μ= -0.022 σ= 0.022 zeros= 0% [ ▁▇██▅▁ ] [ ▅█ ] dim 0367 μ= +0.004 σ= 0.014 zeros= 0% [ ▂██▃ ] [ ▂█▃ ] dim 0368 μ= -0.007 σ= 0.022 zeros= 0% [ ▂███▃ ] [ ▂█▁ ] dim 0369 μ= +0.033 σ= 0.020 zeros= 0% [ ▂███▂ ] [ █▆ ] dim 0370 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▇██▅ ] [ ▃██▅ ] dim 0371 μ= +0.006 σ= 0.036 zeros= 0% [ ▁▅████▇▃▁ ] [ ▃█▇▃ ] dim 0372 μ= +0.020 σ= 0.034 zeros= 0% [ ▂▆████▄▁ ] [ ▃█▆▁ ] dim 0373 μ= -0.001 σ= 0.032 zeros= 0% [ ▂▅████▄▁ ] [ ██ ] dim 0374 μ= -0.018 σ= 0.021 zeros= 0% [ ▁▅██▇▁ ] [ ▆█▄ ] dim 0375 μ= +0.010 σ= 0.029 zeros= 0% [ ▂▆███▆▂ ] [ ▁█ ] dim 0376 μ= -0.011 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▄█▇ ] dim 0377 μ= -0.004 σ= 0.028 zeros= 0% [ ▁▄███▇▂ ] [ ▁█▇ ] dim 0378 μ= -0.000 σ= 0.026 zeros= 0% [ ▁▃███▇▂ ] [ ██▂ ] dim 0379 μ= +0.004 σ= 0.026 zeros= 0% [ ▂████▃ ] [ ▁█▆ ] dim 0380 μ= -0.004 σ= 0.023 zeros= 0% [ ▂███▅▁ ] [ ▇█ ] dim 0381 μ= +0.002 σ= 0.017 zeros= 0% [ ▄██▄ ] [ ▄█▆ ] dim 0382 μ= -0.009 σ= 0.031 zeros= 0% [ ▂▇███▆▂ ] [ ▁▆█▃ ] dim 0383 μ= +0.025 σ= 0.033 zeros= 0% [ ▁▄████▅▁ ] [ ▄█▄ ] dim 0384 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▅███▅▁ ] [ ▁█▇ ] dim 0385 μ= +0.020 σ= 0.027 zeros= 0% [ ▁▃████▂ ] [ ▄█▂ ] dim 0386 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▄███▃▁ ] [ █ ] dim 0387 μ= -0.010 σ= 0.011 zeros= 0% [ ▄█▃ ] [ ▁▆█▆▂ ] dim 0388 μ= +0.012 σ= 0.043 zeros= 0% [ ▁▂▇█████▅▂▁ ] [ ▆█▂ ] dim 0389 μ= +0.007 σ= 0.028 zeros= 0% [ ▂▇███▄▁ ] [ ▆█▂ ] dim 0390 μ= +0.026 σ= 0.027 zeros= 0% [ ▂▇███▃ ] [ ▃██▃ ] dim 0391 μ= +0.001 σ= 0.030 zeros= 0% [ ▁▄████▃▁ ] [ ▁██ ] dim 0392 μ= +0.020 σ= 0.026 zeros= 0% [ ▃████▂ ] [ ▆█▄ ] dim 0393 μ= -0.011 σ= 0.040 zeros= 0% [ ▂▅█████▄▂ ] [ █▃ ] dim 0394 μ= +0.017 σ= 0.017 zeros= 0% [ ▁▆██▂ ] [ ▄█▅▂ ] dim 0395 μ= -0.003 σ= 0.034 zeros= 0% [ ▂▆████▄▁ ] [ ▇█▁ ] dim 0396 μ= -0.015 σ= 0.024 zeros= 0% [ ▁▆███▃▁ ] [ ▆█ ] dim 0397 μ= +0.003 σ= 0.018 zeros= 0% [ ▄██▅▁ ] [ ▃▆█▃ ] dim 0398 μ= +0.001 σ= 0.039 zeros= 0% [ ▁▃▆████▆▂▁ ] [ ▃█ ] dim 0399 μ= -0.013 σ= 0.016 zeros= 0% [ ▁██▆▁ ] [ ▄██▃ ] dim 0400 μ= -0.003 σ= 0.038 zeros= 0% [ ▁▄▇████▅▂▁ ] [ ▁█▇▂ ] dim 0401 μ= -0.018 σ= 0.030 zeros= 0% [ ▁▃████▄▁ ] [ ██ ] dim 0402 μ= +0.001 σ= 0.025 zeros= 0% [ ▂████▂ ] [ ▂█▄ ] dim 0403 μ= -0.006 σ= 0.026 zeros= 0% [ ▁▄███▆▁ ] [ ▆█ ] dim 0404 μ= +0.004 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▃█▆ ] dim 0405 μ= +0.017 σ= 0.030 zeros= 0% [ ▁▄███▆▃▁ ] [ █▂ ] dim 0406 μ= +0.015 σ= 0.018 zeros= 0% [ ▁███▂ ] [ █▁ ] dim 0407 μ= +0.012 σ= 0.018 zeros= 0% [ ▁███▁ ] [ ▇█ ] dim 0408 μ= +0.002 σ= 0.025 zeros= 0% [ ▂▇███▂ ] [ ▅█▃ ] dim 0409 μ= -0.012 σ= 0.025 zeros= 0% [ ▁▅███▃▁ ] [ █▇ ] dim 0410 μ= -0.018 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ ▁██▃ ] dim 0411 μ= +0.002 σ= 0.029 zeros= 0% [ ▁▃████▃▁ ] [ ▂█▇▃ ] dim 0412 μ= +0.002 σ= 0.038 zeros= 0% [ ▁▂▆████▆▃▁ ] [ ▃█▃ ] dim 0413 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ ▃█▄ ] dim 0414 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ ▃█▄ ] dim 0415 μ= -0.008 σ= 0.023 zeros= 0% [ ▃███▃▁ ] [ ▅█▇▁ ] dim 0416 μ= -0.003 σ= 0.039 zeros= 0% [ ▁▃▇████▅▃ ] [ ▆█▅ ] dim 0417 μ= +0.010 σ= 0.028 zeros= 0% [ ▂▇███▅▁ ] [ ▅█ ] dim 0418 μ= -0.016 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ █▁ ] dim 0419 μ= -0.005 σ= 0.014 zeros= 0% [ ▄██▁ ] [ ▂█▆▃ ] dim 0420 μ= +0.003 σ= 0.035 zeros= 0% [ ▁▅████▆▂▁ ] [ ▁██▂ ] dim 0421 μ= -0.018 σ= 0.028 zeros= 0% [ ▃████▃▁ ] [ ▅█▅ ] dim 0422 μ= +0.012 σ= 0.028 zeros= 0% [ ▁▅███▅▁ ] [ ▂█▅ ] dim 0423 μ= +0.015 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▂█▅ ] dim 0424 μ= +0.016 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▁▆█▄ ] dim 0425 μ= -0.011 σ= 0.039 zeros= 0% [ ▂▅████▇▄▂ ] [ █▂ ] dim 0426 μ= +0.019 σ= 0.012 zeros= 0% [ ▂██▁ ] [ ▃██▆ ] dim 0427 μ= +0.003 σ= 0.036 zeros= 0% [ ▁▂▆████▇▂▁ ] [ ▄█▆▃ ] dim 0428 μ= +0.021 σ= 0.036 zeros= 0% [ ▁▂▆████▅▂ ] [ ▂█ ] dim 0429 μ= +0.010 σ= 0.016 zeros= 0% [ ▁██▇▁ ] [ ▅█▂ ] dim 0430 μ= +0.007 σ= 0.025 zeros= 0% [ ▁▆███▃ ] [ ▄█▄ ] dim 0431 μ= +0.014 σ= 0.028 zeros= 0% [ ▁▅███▇▁ ] [ ▂█▃ ] dim 0432 μ= +0.012 σ= 0.022 zeros= 0% [ ▃███▂ ] [ ▅█▄ ] dim 0433 μ= -0.012 σ= 0.030 zeros= 0% [ ▁▂▇███▅▂ ] [ ▁██▁ ] dim 0434 μ= +0.002 σ= 0.026 zeros= 0% [ ▂████▃ ] [ ▃█ ] dim 0435 μ= +0.006 σ= 0.017 zeros= 0% [ ▂██▆ ] [ ▄█▅ ] dim 0436 μ= -0.008 σ= 0.034 zeros= 0% [ ▁▃▇████▃▁ ] [ ▄█▃ ] dim 0437 μ= +0.011 σ= 0.031 zeros= 0% [ ▂▇███▇▁ ] [ █▆ ] dim 0438 μ= -0.002 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ ▁▇█▁ ] dim 0439 μ= -0.017 σ= 0.028 zeros= 0% [ ▃████▄▁ ] [ ▇█▂ ] dim 0440 μ= +0.003 σ= 0.027 zeros= 0% [ ▂████▃▁ ] [ ▃▆█▂ ] dim 0441 μ= +0.018 σ= 0.035 zeros= 0% [ ▁▂▇████▄▂ ] [ ▁█▁ ] dim 0442 μ= +0.012 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▁█ ] dim 0443 μ= -0.010 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▂▇█▇▃ ] dim 0444 μ= +0.016 σ= 0.044 zeros= 0% [ ▁▃▅██████▃▁ ] [ ▅█ ] dim 0445 μ= +0.006 σ= 0.021 zeros= 0% [ ▁▄██▇▂ ] [ ▂██ ] dim 0446 μ= +0.018 σ= 0.029 zeros= 0% [ ▂▄███▇▃ ] [ █▇ ] dim 0447 μ= +0.021 σ= 0.024 zeros= 0% [ ▂███▇▂ ] [ ▆█▄ ] dim 0448 μ= -0.014 σ= 0.031 zeros= 0% [ ▁▃████▅▁ ] [ ▁█▂ ] dim 0449 μ= +0.013 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ▇█ ] dim 0450 μ= -0.017 σ= 0.019 zeros= 0% [ ▄██▆▁ ] [ ▅█▂ ] dim 0451 μ= +0.008 σ= 0.022 zeros= 0% [ ▄███▂ ] [ ▇█▅ ] dim 0452 μ= -0.014 σ= 0.030 zeros= 0% [ ▁▃████▅▂ ] [ █▂ ] dim 0453 μ= -0.007 σ= 0.019 zeros= 0% [ ▁███▂ ] [ █▇ ] dim 0454 μ= -0.000 σ= 0.014 zeros= 0% [ ▃██▂ ] [ ▁▅█▆▁ ] dim 0455 μ= +0.012 σ= 0.043 zeros= 0% [ ▁▂▅█████▆▂▁ ] [ ▂█▇▃ ] dim 0456 μ= -0.018 σ= 0.033 zeros= 0% [ ▁▄████▅▂ ] [ ▆█▄ ] dim 0457 μ= +0.012 σ= 0.028 zeros= 0% [ ▁▆███▆▂ ] [ ▄█▅ ] dim 0458 μ= +0.014 σ= 0.032 zeros= 0% [ ▃▆███▇▃ ] [ ▄█▃ ] dim 0459 μ= -0.010 σ= 0.024 zeros= 0% [ ▁▄███▃▁ ] [ ▃█▄ ] dim 0460 μ= -0.008 σ= 0.026 zeros= 0% [ ▁▄███▅▁ ] [ █ ] dim 0461 μ= -0.006 σ= 0.012 zeros= 0% [ ▃█▇ ] [ ▆█▁ ] dim 0462 μ= -0.014 σ= 0.022 zeros= 0% [ ▁▄███▂ ] [ ▁██▅ ] dim 0463 μ= -0.016 σ= 0.035 zeros= 0% [ ▂▄████▆▃ ] [ ▃██▄ ] dim 0464 μ= -0.021 σ= 0.043 zeros= 0% [ ▁▁▄▇████▇▃▁ ] [ ▄█▄ ] dim 0465 μ= -0.007 σ= 0.026 zeros= 0% [ ▁▄███▅▁ ] [ ▄█▇▃ ] dim 0466 μ= -0.005 σ= 0.039 zeros= 0% [ ▁▂▄▇████▅▂ ] [ ▇█ ] dim 0467 μ= +0.002 σ= 0.022 zeros= 0% [ ▁▆██▆▁ ] [ ▆█ ] dim 0468 μ= +0.005 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▂▇█ ] dim 0469 μ= -0.003 σ= 0.030 zeros= 0% [ ▁▅████▃ ] [ ▅█ ] dim 0470 μ= -0.016 σ= 0.018 zeros= 0% [ ▃██▅▁ ] [ █▃ ] dim 0471 μ= +0.038 σ= 0.016 zeros= 0% [ ▅██▂ ] [ ▂█▄ ] dim 0472 μ= -0.004 σ= 0.028 zeros= 0% [ ▁▄███▇▂ ] [ ▅█ ] dim 0473 μ= -0.017 σ= 0.016 zeros= 0% [ ▂██▄ ] [ ▂█▄ ] dim 0474 μ= +0.015 σ= 0.023 zeros= 0% [ ▃███▄▁ ] [ ▄██▅ ] dim 0475 μ= +0.001 σ= 0.039 zeros= 0% [ ▁▃▇████▇▃▁ ] [ ▁█▁ ] dim 0476 μ= -0.009 σ= 0.021 zeros= 0% [ ▃███▃ ] [ █▃ ] dim 0477 μ= -0.006 σ= 0.020 zeros= 0% [ ▁███▂ ] [ ▁█▇ ] dim 0478 μ= -0.024 σ= 0.025 zeros= 0% [ ▃███▆▁ ] [ ▂▇█▄ ] dim 0479 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▃████▆▁ ] [ ▃█▄ ] dim 0480 μ= -0.007 σ= 0.031 zeros= 0% [ ▂▅███▆▂▁ ] [ █▇ ] dim 0481 μ= +0.021 σ= 0.020 zeros= 0% [ ▁▆██▅ ] [ ▅█▄ ] dim 0482 μ= +0.009 σ= 0.030 zeros= 0% [ ▁▂▇███▅▁ ] [ ▅█▅ ] dim 0483 μ= -0.009 σ= 0.031 zeros= 0% [ ▂▆███▇▂ ] [ ▂█▇▄ ] dim 0484 μ= +0.004 σ= 0.035 zeros= 0% [ ▂▄████▇▂ ] [ █▁ ] dim 0485 μ= +0.016 σ= 0.014 zeros= 0% [ ▅██▁ ] [ ▁▇█▂ ] dim 0486 μ= +0.024 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▂█▆ ] dim 0487 μ= +0.017 σ= 0.024 zeros= 0% [ ▃███▆▁ ] [ ▄██▅ ] dim 0488 μ= +0.024 σ= 0.044 zeros= 0% [ ▂▃▇█████▄▂▁ ] [ ▁█▅ ] dim 0489 μ= -0.025 σ= 0.024 zeros= 0% [ ▂███▅▁ ] [ ▅█▄ ] dim 0490 μ= -0.011 σ= 0.031 zeros= 0% [ ▃▆███▆▂ ] [ █▄ ] dim 0491 μ= +0.020 σ= 0.016 zeros= 0% [ ▄██▂ ] [ ▄█▄ ] dim 0492 μ= -0.011 σ= 0.029 zeros= 0% [ ▂▇███▆▁ ] [ ▁█▃ ] dim 0493 μ= +0.014 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ██ ] dim 0494 μ= +0.021 σ= 0.019 zeros= 0% [ ▁▅██▅ ] [ ▅█▃ ] dim 0495 μ= -0.015 σ= 0.028 zeros= 0% [ ▂▇███▄▁ ] [ ▃█ ] dim 0496 μ= +0.026 σ= 0.015 zeros= 0% [ ▂██▄ ] [ ▄█ ] dim 0497 μ= -0.014 σ= 0.019 zeros= 0% [ ▃██▇▁ ] [ ▅██▃ ] dim 0498 μ= +0.018 σ= 0.041 zeros= 0% [ ▂▄▇████▇▂▁ ] [ ▅█▄ ] dim 0499 μ= -0.012 σ= 0.028 zeros= 0% [ ▂▆███▅▁ ] [ ▂██▅ ] dim 0500 μ= +0.024 σ= 0.039 zeros= 0% [ ▁▃▇████▆▃▁ ] [ █ ] dim 0501 μ= -0.006 σ= 0.013 zeros= 0% [ ▅██ ] [ █▇ ] dim 0502 μ= +0.020 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ ▁█▇▂ ] dim 0503 μ= +0.002 σ= 0.031 zeros= 0% [ ▁▄████▅▁ ] [ █▂ ] dim 0504 μ= -0.004 σ= 0.012 zeros= 0% [ ▃██ ] [ ▁█▇ ] dim 0505 μ= -0.002 σ= 0.025 zeros= 0% [ ▁▃███▇▁ ] [ ▄█▃ ] dim 0506 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▆███▃▁ ] [ ▆█▃ ] dim 0507 μ= -0.011 σ= 0.024 zeros= 0% [ ▁▅███▄ ] [ ▃█▇ ] dim 0508 μ= -0.003 σ= 0.033 zeros= 0% [ ▁▁▆████▃▁ ] [ ▁█▇ ] dim 0509 μ= +0.000 σ= 0.025 zeros= 0% [ ▂████▂ ] [ ▂█▄ ] dim 0510 μ= -0.007 σ= 0.028 zeros= 0% [ ▁▅███▆▂ ] [ ▂▅█▅ ] dim 0511 μ= +0.008 σ= 0.037 zeros= 0% [ ▂▅█████▃▁ ] [ ▅█▂ ] dim 0512 μ= -0.015 σ= 0.026 zeros= 0% [ ▂▆███▃ ] [ ▅█ ] dim 0513 μ= +0.023 σ= 0.012 zeros= 0% [ ▁██▁ ] [ ▅█▃ ] dim 0514 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▃▇████▃▁ ] [ ▄█▄ ] dim 0515 μ= -0.030 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▇█ ] dim 0516 μ= +0.024 σ= 0.019 zeros= 0% [ ▁▄██▆▁ ] [ ▃█▅▂ ] dim 0517 μ= -0.006 σ= 0.039 zeros= 0% [ ▂▄█████▄▂ ] [ ▆█ ] dim 0518 μ= +0.025 σ= 0.023 zeros= 0% [ ▁▅███▂ ] [ ▁▇█▁ ] dim 0519 μ= -0.040 σ= 0.027 zeros= 0% [ ▃████▃▁ ] [ ▄█▅ ] dim 0520 μ= +0.011 σ= 0.031 zeros= 0% [ ▂▇███▆▂ ] [ ▂▇█▂ ] dim 0521 μ= +0.022 σ= 0.034 zeros= 0% [ ▂▅████▅▁ ] [ ▅█▄ ] dim 0522 μ= +0.012 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ █▃ ] dim 0523 μ= +0.018 σ= 0.016 zeros= 0% [ ▄██▂ ] [ ▃█▄ ] dim 0524 μ= +0.013 σ= 0.028 zeros= 0% [ ▁▆███▅▁ ] [ █ ] dim 0525 μ= -0.005 σ= 0.011 zeros= 0% [ ▂█▇ ] [ ▆█ ] dim 0526 μ= -0.018 σ= 0.026 zeros= 0% [ ▂▇███▃ ] [ ▄█▄ ] dim 0527 μ= +0.012 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▁▇█▂ ] dim 0528 μ= -0.039 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▃█▆ ] dim 0529 μ= +0.013 σ= 0.029 zeros= 0% [ ▂▆███▇▁ ] [ ▇█▁ ] dim 0530 μ= -0.015 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▆█▁ ] dim 0531 μ= -0.015 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ▄█▆ ] dim 0532 μ= -0.005 σ= 0.032 zeros= 0% [ ▂▅████▃▁ ] [ █▆ ] dim 0533 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▇██▄▁ ] [ ▂██▂ ] dim 0534 μ= -0.001 σ= 0.032 zeros= 0% [ ▂▅████▄▁ ] [ ▁█▇▄ ] dim 0535 μ= -0.016 σ= 0.039 zeros= 0% [ ▁▂▅█████▃▁ ] [ █▃ ] dim 0536 μ= +0.016 σ= 0.020 zeros= 0% [ ▁███▃ ] [ ▂█▇▄ ] dim 0537 μ= +0.004 σ= 0.033 zeros= 0% [ ▁▅████▆▁ ] [ ▇█▃ ] dim 0538 μ= +0.028 σ= 0.028 zeros= 0% [ ▂▇███▄▁ ] [ ▂██▃ ] dim 0539 μ= +0.002 σ= 0.038 zeros= 0% [ ▁▂▇████▆▂▁ ] [ ▅█▆ ] dim 0540 μ= -0.007 σ= 0.036 zeros= 0% [ ▁▃▇████▄▁ ] [ ▂█▇▁ ] dim 0541 μ= -0.001 σ= 0.028 zeros= 0% [ ▁▃████▂ ] [ ▃█▅ ] dim 0542 μ= -0.005 σ= 0.033 zeros= 0% [ ▂▆████▃▁ ] [ ▅█▇▃ ] dim 0543 μ= +0.018 σ= 0.038 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ▆█ ] dim 0544 μ= +0.005 σ= 0.021 zeros= 0% [ ▁▄██▇▁ ] [ ▇█ ] dim 0545 μ= -0.019 σ= 0.017 zeros= 0% [ ▃██▄ ] [ ▂▆█▄ ] dim 0546 μ= -0.016 σ= 0.033 zeros= 0% [ ▁▄████▆▁ ] [ ▅█▂ ] dim 0547 μ= -0.013 σ= 0.027 zeros= 0% [ ▁▆███▅▁ ] [ ▆█▁ ] dim 0548 μ= -0.034 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ ▄█▄ ] dim 0549 μ= +0.015 σ= 0.029 zeros= 0% [ ▁▅███▇▂ ] [ ▁▅█▇▃ ] dim 0550 μ= -0.009 σ= 0.041 zeros= 0% [ ▁▂▅█████▅▂ ] [ ▃█ ] dim 0551 μ= +0.009 σ= 0.017 zeros= 0% [ ▁██▇▁ ] [ ▂█▄ ] dim 0552 μ= -0.006 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ ▂█▄ ] dim 0553 μ= -0.006 σ= 0.027 zeros= 0% [ ▁▄███▆▁ ] [ █▄ ] dim 0554 μ= +0.018 σ= 0.018 zeros= 0% [ ▁▆██▃ ] [ ▃█▅ ] dim 0555 μ= +0.015 σ= 0.031 zeros= 0% [ ▂▅███▇▃ ] [ ▃█▇▄ ] dim 0556 μ= -0.015 σ= 0.035 zeros= 0% [ ▁▄████▇▃▁ ] [ ▁█▅ ] dim 0557 μ= -0.004 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▅█▄ ] dim 0558 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▅███▃▁ ] [ ▁▇█▅▂ ] dim 0559 μ= -0.010 σ= 0.041 zeros= 0% [ ▁▂▅█████▄▂▁ ] [ ▄██▂ ] dim 0560 μ= -0.003 σ= 0.037 zeros= 0% [ ▁▃▇████▅▂ ] [ ▃█▇▂ ] dim 0561 μ= -0.022 σ= 0.036 zeros= 0% [ ▁▂▆████▄▂ ] [ ██ ] dim 0562 μ= +0.001 σ= 0.021 zeros= 0% [ ▁▇██▆▁ ] [ ▄█▂ ] dim 0563 μ= +0.030 σ= 0.027 zeros= 0% [ ▁▆███▄▁ ] [ ▅█ ] dim 0564 μ= +0.006 σ= 0.021 zeros= 0% [ ▁▄███▁ ] [ ██ ] dim 0565 μ= -0.020 σ= 0.022 zeros= 0% [ ▁▇██▇▁ ] [ ▅█▃ ] dim 0566 μ= +0.008 σ= 0.029 zeros= 0% [ ▂████▄▁ ] [ ▇█ ] dim 0567 μ= +0.003 σ= 0.016 zeros= 0% [ ▃██▄ ] [ ▂█▅ ] dim 0568 μ= +0.016 σ= 0.026 zeros= 0% [ ▁▄███▅▁ ] [ ▆█▂ ] dim 0569 μ= -0.017 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▂█▅ ] dim 0570 μ= +0.014 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ ▂▆█▃ ] dim 0571 μ= +0.001 σ= 0.032 zeros= 0% [ ▁▅████▅▁ ] [ ▂█ ] dim 0572 μ= +0.007 σ= 0.015 zeros= 0% [ ▁██▅ ] [ █▄ ] dim 0573 μ= -0.004 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▁█ ] dim 0574 μ= -0.011 σ= 0.015 zeros= 0% [ ▁██▆ ] [ ▄██▄ ] dim 0575 μ= +0.003 σ= 0.042 zeros= 0% [ ▁▁▃██████▄▂▁ ] [ ▂█▄ ] dim 0576 μ= +0.016 σ= 0.025 zeros= 0% [ ▁▃███▅▁ ] [ ▁██ ] dim 0577 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▂███▇▂ ] [ ▁▇█▅ ] dim 0578 μ= -0.013 σ= 0.034 zeros= 0% [ ▁▄████▇▂▁ ] [ ▃█▃ ] dim 0579 μ= -0.010 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▃█▇▁ ] dim 0580 μ= -0.003 σ= 0.030 zeros= 0% [ ▁▄████▃▁ ] [ ▇█ ] dim 0581 μ= +0.002 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▇█ ] dim 0582 μ= +0.024 σ= 0.020 zeros= 0% [ ▅██▆▁ ] [ █ ] dim 0583 μ= -0.006 σ= 0.014 zeros= 0% [ ▄█▇▁ ] [ ▁▇█▃ ] dim 0584 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ ▃▅█▇▄ ] dim 0585 μ= -0.032 σ= 0.051 zeros= 0% [ ▁▂▅▇█████▆▄▂ ] -> OUTLIER_SPREAD: this_std=0.0508, mean_std=0.0265, +3.4sigma vs threshold=3.0sigma [ ▆█ ] dim 0586 μ= +0.002 σ= 0.021 zeros= 0% [ ▁▆██▆▁ ] [ █ ] dim 0587 μ= -0.008 σ= 0.016 zeros= 0% [ ▁▇██▁ ] [ ▆█▅ ] dim 0588 μ= -0.012 σ= 0.034 zeros= 0% [ ▁▄████▇▃▁ ] [ █▄ ] dim 0589 μ= -0.002 σ= 0.015 zeros= 0% [ ▃██▂ ] [ ▁▇█▄ ] dim 0590 μ= +0.007 σ= 0.034 zeros= 0% [ ▁▄████▆▃▁ ] [ █▇ ] dim 0591 μ= -0.021 σ= 0.017 zeros= 0% [ ▅██▄ ] [ ▁█▅ ] dim 0592 μ= -0.005 σ= 0.023 zeros= 0% [ ▂███▄▁ ] [ ▄█▆ ] dim 0593 μ= +0.016 σ= 0.034 zeros= 0% [ ▁▂▇████▄▁ ] [ ▄██▃ ] dim 0594 μ= +0.000 σ= 0.035 zeros= 0% [ ▂▆████▅▂ ] [ ▄█▄ ] dim 0595 μ= +0.010 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ ▆█ ] dim 0596 μ= +0.004 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▄█▅ ] dim 0597 μ= +0.016 σ= 0.028 zeros= 0% [ ▁▄███▇▂ ] [ ▇█▂ ] dim 0598 μ= +0.005 σ= 0.030 zeros= 0% [ ▁▂████▄▁ ] [ ██ ] dim 0599 μ= +0.023 σ= 0.014 zeros= 0% [ ▂██▂ ] [ ▃▇█▅ ] dim 0600 μ= -0.016 σ= 0.037 zeros= 0% [ ▂▅████▇▂▁ ] [ ▁█▄ ] dim 0601 μ= +0.014 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ▃█ ] dim 0602 μ= -0.013 σ= 0.019 zeros= 0% [ ▃██▇▁ ] [ ▂█▆ ] dim 0603 μ= -0.023 σ= 0.026 zeros= 0% [ ▁▃███▇▂ ] [ ▁█▇▁ ] dim 0604 μ= +0.002 σ= 0.029 zeros= 0% [ ▃████▄▁ ] [ ▅█▆ ] dim 0605 μ= +0.014 σ= 0.030 zeros= 0% [ ▂▆████▂ ] [ ▂█ ] dim 0606 μ= +0.031 σ= 0.020 zeros= 0% [ ▃███▁ ] [ ▃█▆▂ ] dim 0607 μ= -0.000 σ= 0.033 zeros= 0% [ ▁▅████▄▁ ] [ ▄██▃ ] dim 0608 μ= -0.001 σ= 0.038 zeros= 0% [ ▁▃▇████▆▂▁ ] [ ▅█▅ ] dim 0609 μ= +0.009 σ= 0.031 zeros= 0% [ ▁▃████▆▁ ] [ █▆ ] dim 0610 μ= +0.017 σ= 0.021 zeros= 0% [ ▂███▄ ] [ ▁▇█ ] dim 0611 μ= -0.000 σ= 0.025 zeros= 0% [ ▃████▁ ] [ ▁▆█▇▁ ] dim 0612 μ= +0.012 σ= 0.039 zeros= 0% [ ▂▅█████▅▂ ] [ █▃ ] dim 0613 μ= +0.019 σ= 0.013 zeros= 0% [ ▂██▁ ] [ ▄█▃ ] dim 0614 μ= +0.009 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ █▁ ] dim 0615 μ= -0.008 σ= 0.018 zeros= 0% [ ▁███▁ ] [ ▁█▅ ] dim 0616 μ= -0.003 σ= 0.025 zeros= 0% [ ▃███▆▁ ] [ ▆█▄ ] dim 0617 μ= +0.007 σ= 0.030 zeros= 0% [ ▁▃▇███▅▁ ] [ ██▁ ] dim 0618 μ= +0.002 σ= 0.026 zeros= 0% [ ▂████▂ ] [ ▁█ ] dim 0619 μ= -0.010 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▁█▆ ] dim 0620 μ= -0.003 σ= 0.027 zeros= 0% [ ▁▃███▆▂ ] [ ▆█ ] dim 0621 μ= -0.039 σ= 0.021 zeros= 0% [ ▁▅██▇▁ ] [ ▅█▆ ] dim 0622 μ= -0.007 σ= 0.034 zeros= 0% [ ▁▂█████▄▁ ] [ ▅█▁ ] dim 0623 μ= +0.007 σ= 0.023 zeros= 0% [ ▁▄███▂ ] [ ▁█▃ ] dim 0624 μ= -0.006 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ██ ] dim 0625 μ= -0.019 σ= 0.025 zeros= 0% [ ▂████▂ ] [ ▂██▅ ] dim 0626 μ= -0.012 σ= 0.039 zeros= 0% [ ▁▁▅█████▄▂ ] [ ▂█▄ ] dim 0627 μ= +0.016 σ= 0.026 zeros= 0% [ ▁▃███▆▁ ] [ ▄▇█▂ ] dim 0628 μ= -0.022 σ= 0.036 zeros= 0% [ ▁▂▆████▅▂ ] [ ▇█▅ ] dim 0629 μ= -0.013 σ= 0.032 zeros= 0% [ ▁▃████▆▂ ] [ █▆▁ ] dim 0630 μ= -0.021 σ= 0.027 zeros= 0% [ ▁▃████▂ ] [ ▂██▁ ] dim 0631 μ= -0.001 σ= 0.028 zeros= 0% [ ▁▃████▂ ] [ ▄█ ] dim 0632 μ= -0.014 σ= 0.021 zeros= 0% [ ▄███▁ ] [ ▆█ ] dim 0633 μ= -0.017 σ= 0.022 zeros= 0% [ ▁▅██▇▁ ] [ █▁ ] dim 0634 μ= -0.009 σ= 0.019 zeros= 0% [ ▁███▂ ] [ ▅██▂ ] dim 0635 μ= -0.021 σ= 0.038 zeros= 0% [ ▁▂▇████▆▃▁ ] [ █▄ ] dim 0636 μ= -0.003 σ= 0.020 zeros= 0% [ ▁▇██▃ ] [ ▃█▆ ] dim 0637 μ= -0.024 σ= 0.029 zeros= 0% [ ▁▄███▇▃ ] [ ██ ] dim 0638 μ= -0.022 σ= 0.022 zeros= 0% [ ▁███▆▁ ] [ ▄█▅ ] dim 0639 μ= +0.016 σ= 0.034 zeros= 0% [ ▁▂▅████▄▁ ] [ ██ ] dim 0640 μ= +0.002 σ= 0.020 zeros= 0% [ ▁▆██▆▁ ] [ ▅██▂ ] dim 0641 μ= -0.007 σ= 0.041 zeros= 0% [ ▁▃▄█████▅▂▁ ] [ ▁█▆ ] dim 0642 μ= +0.020 σ= 0.024 zeros= 0% [ ▂███▆▁ ] [ ▁█▂ ] dim 0643 μ= -0.008 σ= 0.021 zeros= 0% [ ▂███▃ ] [ █▆▂ ] dim 0644 μ= -0.016 σ= 0.030 zeros= 0% [ ▁▂████▄▁ ] [ ▄█▇ ] dim 0645 μ= -0.005 σ= 0.030 zeros= 0% [ ▁▆████▃▁ ] [ ▇█▄ ] dim 0646 μ= +0.009 σ= 0.031 zeros= 0% [ ▁▂▇███▆▂ ] [ ▁█▆ ] dim 0647 μ= -0.004 σ= 0.024 zeros= 0% [ ▂███▅▁ ] [ █▇▄ ] dim 0648 μ= +0.005 σ= 0.028 zeros= 0% [ ▃████▅▁ ] [ ▁▅█▄ ] dim 0649 μ= -0.012 σ= 0.035 zeros= 0% [ ▁▄████▇▃▁ ] [ ▄█▄ ] dim 0650 μ= -0.008 σ= 0.032 zeros= 0% [ ▂▆███▇▂▁ ] [ ▁██▄ ] dim 0651 μ= +0.007 σ= 0.031 zeros= 0% [ ▁▃████▆▂ ] [ ▅█▅ ] dim 0652 μ= +0.030 σ= 0.030 zeros= 0% [ ▃████▆▁ ] [ ▅█▃ ] dim 0653 μ= -0.013 σ= 0.031 zeros= 0% [ ▃▇███▅▂ ] [ ▁█▅ ] dim 0654 μ= -0.005 σ= 0.021 zeros= 0% [ ▂███▄ ] [ ▇█ ] dim 0655 μ= +0.002 σ= 0.024 zeros= 0% [ ▂███▇▂ ] [ ▆█ ] dim 0656 μ= +0.003 σ= 0.021 zeros= 0% [ ▁▆███▁ ] [ ▄█▅ ] dim 0657 μ= +0.014 σ= 0.033 zeros= 0% [ ▁▂▇████▃▁ ] [ █▇ ] dim 0658 μ= +0.000 σ= 0.018 zeros= 0% [ ▅██▄ ] [ ▂█▇▁ ] dim 0659 μ= +0.019 σ= 0.031 zeros= 0% [ ▁▅████▃▁ ] [ ▃▇█▅ ] dim 0660 μ= +0.005 σ= 0.036 zeros= 0% [ ▂▅████▇▃ ] [ █▆ ] dim 0661 μ= -0.002 σ= 0.023 zeros= 0% [ ▂███▅▁ ] [ █▇ ] dim 0662 μ= +0.001 σ= 0.013 zeros= 0% [ ▂██▁ ] [ ▁▅█▅ ] dim 0663 μ= -0.009 σ= 0.038 zeros= 0% [ ▁▄█████▅▁ ] [ ▂▇█ ] dim 0664 μ= +0.000 σ= 0.029 zeros= 0% [ ▁▃████▃▁ ] [ ▆█▄▁ ] dim 0665 μ= -0.010 σ= 0.034 zeros= 0% [ ▁▃█████▃▁ ] [ ▇█ ] dim 0666 μ= +0.003 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▂▇█▇▁ ] dim 0667 μ= +0.009 σ= 0.039 zeros= 0% [ ▁▂▆█████▄▁ ] [ ▃█ ] dim 0668 μ= +0.007 σ= 0.018 zeros= 0% [ ▃██▇▁ ] [ ▇█ ] dim 0669 μ= -0.019 σ= 0.027 zeros= 0% [ ▃████▃▁ ] [ ▃█▁ ] dim 0670 μ= +0.009 σ= 0.023 zeros= 0% [ ▁▄███▃ ] [ ▄█▂ ] dim 0671 μ= +0.031 σ= 0.023 zeros= 0% [ ▁▄███▃ ] [ ▆█▂ ] dim 0672 μ= +0.007 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ▄█▁ ] dim 0673 μ= +0.009 σ= 0.023 zeros= 0% [ ▁▄███▃ ] [ ▁█▅ ] dim 0674 μ= +0.020 σ= 0.027 zeros= 0% [ ▁▃████▂ ] [ ▂██ ] dim 0675 μ= +0.019 σ= 0.029 zeros= 0% [ ▁▄████▃ ] [ ▇█▁ ] dim 0676 μ= -0.017 σ= 0.027 zeros= 0% [ ▂████▃▁ ] [ ▅█▇▂ ] dim 0677 μ= +0.018 σ= 0.036 zeros= 0% [ ▁▃▇████▄▂▁ ] [ ▂█▄ ] dim 0678 μ= -0.028 σ= 0.023 zeros= 0% [ ▃███▄▁ ] [ ▂█▆ ] dim 0679 μ= -0.003 σ= 0.028 zeros= 0% [ ▁▃███▇▂ ] [ ▅█▁ ] dim 0680 μ= +0.007 σ= 0.020 zeros= 0% [ ▃███▁ ] [ █▄ ] dim 0681 μ= +0.039 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ▄█▁ ] dim 0682 μ= -0.013 σ= 0.021 zeros= 0% [ ▄███▂ ] [ ▃▇█▂ ] dim 0683 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▃████▄▂ ] [ █▅ ] dim 0684 μ= +0.019 σ= 0.017 zeros= 0% [ ▅██▃ ] [ ▄█▄ ] dim 0685 μ= +0.012 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▄▇█▂ ] dim 0686 μ= -0.023 σ= 0.042 zeros= 0% [ ▁▁▃█████▆▃▁ ] [ ▄██ ] dim 0687 μ= -0.003 σ= 0.028 zeros= 0% [ ▁▄████▂ ] [ ▂▆█▅ ] dim 0688 μ= -0.014 σ= 0.036 zeros= 0% [ ▂▅████▇▃▁ ] [ ▅█▂ ] dim 0689 μ= -0.013 σ= 0.023 zeros= 0% [ ▁▄███▃ ] [ ▃█ ] dim 0690 μ= +0.010 σ= 0.018 zeros= 0% [ ▁███▁ ] [ ▂█▆▁ ] dim 0691 μ= +0.019 σ= 0.032 zeros= 0% [ ▂▅████▄▁ ] [ ▃▇█ ] dim 0692 μ= -0.002 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▂▆█▅ ] dim 0693 μ= -0.013 σ= 0.035 zeros= 0% [ ▁▄████▇▃▁ ] [ ▂█▁ ] dim 0694 μ= +0.010 σ= 0.022 zeros= 0% [ ▁▄███▂ ] [ ▆█▂ ] dim 0695 μ= -0.015 σ= 0.029 zeros= 0% [ ▁▂▇███▅▁ ] [ ▄█▂ ] dim 0696 μ= +0.012 σ= 0.023 zeros= 0% [ ▃███▃ ] [ ▂▇█▂ ] dim 0697 μ= -0.018 σ= 0.033 zeros= 0% [ ▁▄████▆▁ ] [ █▆ ] dim 0698 μ= -0.022 σ= 0.017 zeros= 0% [ ▄██▃ ] [ ▁██ ] dim 0699 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▃███▇▂ ] [ ▂█▅ ] dim 0700 μ= -0.004 σ= 0.028 zeros= 0% [ ▁▄███▇▂ ] [ ▅█▄ ] dim 0701 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▂▇███▆▃▁ ] [ ▂█▆ ] dim 0702 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▄███▇▁ ] [ ▇█ ] dim 0703 μ= +0.001 σ= 0.025 zeros= 0% [ ▂████▂ ] [ █▃ ] dim 0704 μ= -0.004 σ= 0.015 zeros= 0% [ ▄██▁ ] [ ▅█▄ ] dim 0705 μ= -0.010 σ= 0.030 zeros= 0% [ ▂▇███▇▂ ] [ ▅█ ] dim 0706 μ= +0.025 σ= 0.014 zeros= 0% [ ▁██▃ ] [ █▇ ] dim 0707 μ= -0.018 σ= 0.018 zeros= 0% [ ▃██▅▁ ] [ ▄█▄ ] dim 0708 μ= +0.011 σ= 0.032 zeros= 0% [ ▁▃▇███▆▂ ] [ █▆ ] dim 0709 μ= +0.019 σ= 0.023 zeros= 0% [ ▂███▅▁ ] [ ▆█▇▄ ] dim 0710 μ= -0.002 σ= 0.038 zeros= 0% [ ▁▃▇████▆▂▁ ] [ ▅█▆▁ ] dim 0711 μ= -0.008 σ= 0.037 zeros= 0% [ ▁▃█████▄▂ ] [ ▅█▃ ] dim 0712 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▆███▃ ] [ ▂█▆ ] dim 0713 μ= -0.006 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ▅█▇▂ ] dim 0714 μ= -0.007 σ= 0.035 zeros= 0% [ ▁▄█████▄▁ ] [ █▅ ] dim 0715 μ= +0.019 σ= 0.020 zeros= 0% [ ▁▇██▄▁ ] [ ▁█▂ ] dim 0716 μ= +0.014 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▅█▄ ] dim 0717 μ= +0.009 σ= 0.028 zeros= 0% [ ▂▆███▅▁ ] [ █▃ ] dim 0718 μ= -0.026 σ= 0.017 zeros= 0% [ ▁▆██▂ ] [ ▂██▂ ] dim 0719 μ= +0.042 σ= 0.035 zeros= 0% [ ▁▂▆████▅▂ ] [ ▄██▁ ] dim 0720 μ= -0.003 σ= 0.032 zeros= 0% [ ▂▆████▄▁ ] [ ▇█▁ ] dim 0721 μ= -0.017 σ= 0.026 zeros= 0% [ ▂▇███▃ ] [ █▄ ] dim 0722 μ= -0.003 σ= 0.017 zeros= 0% [ ▁▆██▃ ] [ ▁▆█▃ ] dim 0723 μ= -0.017 σ= 0.033 zeros= 0% [ ▁▄████▅▂ ] [ ▃█▄ ] dim 0724 μ= +0.013 σ= 0.034 zeros= 0% [ ▁▃▇███▇▃▁ ] [ ▆█ ] dim 0725 μ= +0.003 σ= 0.021 zeros= 0% [ ▁▅██▇▁ ] [ ▁▅█▇▂ ] dim 0726 μ= -0.007 σ= 0.039 zeros= 0% [ ▂▄█████▄▂ ] [ ▄█▄ ] dim 0727 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ ▇█ ] dim 0728 μ= -0.019 σ= 0.021 zeros= 0% [ ▁▅██▆▁ ] [ ▃█▂ ] dim 0729 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▅███▃ ] [ ▇█▂ ] dim 0730 μ= -0.016 σ= 0.025 zeros= 0% [ ▁▆███▃ ] [ ▁▇█▁ ] dim 0731 μ= +0.003 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▆█▂ ] dim 0732 μ= +0.007 σ= 0.028 zeros= 0% [ ▂▇███▄▁ ] [ ▄█▁ ] dim 0733 μ= +0.007 σ= 0.023 zeros= 0% [ ▁▄███▂ ] [ ▃█▁ ] dim 0734 μ= -0.011 σ= 0.022 zeros= 0% [ ▃███▃ ] [ ▅█ ] dim 0735 μ= -0.016 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ █▃ ] dim 0736 μ= -0.026 σ= 0.020 zeros= 0% [ ▁███▃ ] [ ▃██▁ ] dim 0737 μ= -0.022 σ= 0.030 zeros= 0% [ ▁▅████▄ ] [ ▆██▆ ] dim 0738 μ= +0.024 σ= 0.043 zeros= 0% [ ▁▄██████▄▁▁ ] [ ▆█ ] dim 0739 μ= -0.017 σ= 0.021 zeros= 0% [ ▅██▆▁ ] [ ▃█▆▁ ] dim 0740 μ= +0.016 σ= 0.038 zeros= 0% [ ▁▃▇████▅▁▁ ] [ ▅█▂ ] dim 0741 μ= +0.029 σ= 0.025 zeros= 0% [ ▁▅███▃ ] [ ▆█▄ ] dim 0742 μ= -0.013 σ= 0.032 zeros= 0% [ ▁▃▇███▆▂ ] [ ▆█ ] dim 0743 μ= -0.039 σ= 0.019 zeros= 0% [ ▄██▅▁ ] [ ▁▇█▃ ] dim 0744 μ= +0.004 σ= 0.030 zeros= 0% [ ▁▃████▄▁ ] [ ▂█▆ ] dim 0745 μ= +0.017 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ █▁ ] dim 0746 μ= -0.007 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ ▄█▆ ] dim 0747 μ= -0.005 σ= 0.030 zeros= 0% [ ▁▆████▂▁ ] [ ▂██▁ ] dim 0748 μ= -0.022 σ= 0.030 zeros= 0% [ ▁▄████▃▁ ] [ ▄█▂ ] dim 0749 μ= -0.012 σ= 0.022 zeros= 0% [ ▄███▂ ] [ ▅██▂ ] dim 0750 μ= -0.004 σ= 0.039 zeros= 0% [ ▁▄█████▅▂▁ ] [ ▂▆█▄ ] dim 0751 μ= +0.003 σ= 0.032 zeros= 0% [ ▁▄████▄▁ ] [ ██▂ ] dim 0752 μ= +0.002 σ= 0.027 zeros= 0% [ ▃████▃▁ ] [ ▂█▃ ] dim 0753 μ= -0.007 σ= 0.023 zeros= 0% [ ▃███▄▁ ] [ █ ] dim 0754 μ= -0.013 σ= 0.011 zeros= 0% [ ▆█▂ ] [ █▂ ] dim 0755 μ= -0.007 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▄█▄ ] dim 0756 μ= +0.013 σ= 0.027 zeros= 0% [ ▁▅███▆▁ ] [ ▇█▁ ] dim 0757 μ= +0.001 σ= 0.026 zeros= 0% [ ▃████▂ ] [ ▄█▃ ] dim 0758 μ= -0.010 σ= 0.034 zeros= 0% [ ▁▃▇███▆▂▁ ] [ ▄█▇▂ ] dim 0759 μ= +0.020 σ= 0.037 zeros= 0% [ ▁▂▇████▆▂▁ ] [ █ ] dim 0760 μ= -0.009 σ= 0.010 zeros= 0% [ ▄█▄ ] [ ▄█▅▁ ] dim 0761 μ= +0.015 σ= 0.036 zeros= 0% [ ▁▃▇████▅▁ ] [ ▅█▅ ] dim 0762 μ= -0.009 σ= 0.030 zeros= 0% [ ▂▆███▆▂ ] [ ▄█▆ ] dim 0763 μ= -0.005 σ= 0.028 zeros= 0% [ ▁▄███▇▂ ] [ ▅█▂ ] dim 0764 μ= +0.009 σ= 0.025 zeros= 0% [ ▁▅███▃▁ ] [ █ ] dim 0765 μ= +0.012 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▅█▅ ] dim 0766 μ= -0.011 σ= 0.031 zeros= 0% [ ▁▂▇███▇▂ ] [ ▃█▆ ] dim 0767 μ= +0.016 σ= 0.031 zeros= 0% [ ▂▅███▇▂▁ ] [ ▁█▁ ] dim 0768 μ= -0.009 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▃█▆ ] dim 0769 μ= -0.004 σ= 0.027 zeros= 0% [ ▁▄███▇▂ ] [ ▃█▅ ] dim 0770 μ= -0.004 σ= 0.029 zeros= 0% [ ▁▄████▂▁ ] [ ▃█▁ ] dim 0771 μ= -0.012 σ= 0.022 zeros= 0% [ ▃███▂ ] [ █▁ ] dim 0772 μ= +0.014 σ= 0.016 zeros= 0% [ ▁▇██▁ ] [ ▆█▅ ] dim 0773 μ= -0.011 σ= 0.029 zeros= 0% [ ▂▇███▆▁ ] [ ▅█▅▁ ] dim 0774 μ= -0.007 σ= 0.038 zeros= 0% [ ▁▄█████▅▂ ] [ ▁█▆ ] dim 0775 μ= -0.003 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▂▇█▄ ] dim 0776 μ= +0.006 σ= 0.033 zeros= 0% [ ▁▃████▆▂▁ ] [ ▆█▄ ] dim 0777 μ= -0.015 σ= 0.031 zeros= 0% [ ▁▃████▅▁ ] [ ▁█▃ ] dim 0778 μ= +0.014 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ▂█▅ ] dim 0779 μ= -0.005 σ= 0.025 zeros= 0% [ ▁▃███▅▁ ] [ █▆ ] dim 0780 μ= -0.023 σ= 0.024 zeros= 0% [ ▂███▇▁ ] [ ▃█▁ ] dim 0781 μ= -0.011 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▃█ ] dim 0782 μ= +0.028 σ= 0.016 zeros= 0% [ ▂██▆ ] [ █▆ ] dim 0783 μ= +0.001 σ= 0.024 zeros= 0% [ ▂███▇▂ ] [ ▂█▆ ] dim 0784 μ= -0.005 σ= 0.025 zeros= 0% [ ▃███▆▁ ] [ ▁█▇ ] dim 0785 μ= -0.003 σ= 0.023 zeros= 0% [ ▂███▅▁ ] [ ▁▇█▁ ] dim 0786 μ= +0.023 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ █▇ ] dim 0787 μ= +0.001 σ= 0.020 zeros= 0% [ ▁▆██▆▁ ] [ ██▁ ] dim 0788 μ= +0.025 σ= 0.025 zeros= 0% [ ▁████▃ ] [ ▁█▅ ] dim 0789 μ= +0.017 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ ▄█▆▁ ] dim 0790 μ= -0.026 σ= 0.034 zeros= 0% [ ▁▂▇████▄▁ ] [ █ ] dim 0791 μ= -0.009 σ= 0.016 zeros= 0% [ ▁▇█▇▁ ] [ ▄█▆▁ ] dim 0792 μ= +0.017 σ= 0.034 zeros= 0% [ ▂▆████▄▁ ] [ ▂█▅ ] dim 0793 μ= -0.006 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▁█▇ ] dim 0794 μ= -0.000 σ= 0.026 zeros= 0% [ ▃████▂ ] [ ▂█▅ ] dim 0795 μ= -0.005 σ= 0.026 zeros= 0% [ ▁▄███▆▁ ] [ ▂█▅ ] dim 0796 μ= +0.014 σ= 0.024 zeros= 0% [ ▄███▄▁ ] [ ▄█▅ ] dim 0797 μ= -0.028 σ= 0.026 zeros= 0% [ ▁▄███▆▁ ] [ ▁▇█▁ ] dim 0798 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▂████▃▁ ] [ ▇█ ] dim 0799 μ= -0.042 σ= 0.024 zeros= 0% [ ▂███▇▂ ] [ ▁▅█▅ ] dim 0800 μ= +0.029 σ= 0.037 zeros= 0% [ ▂▅█████▃▁ ] [ █ ] dim 0801 μ= -0.028 σ= 0.013 zeros= 0% [ ▄█▇ ] [ ▂█▆ ] dim 0802 μ= -0.026 σ= 0.023 zeros= 0% [ ▂███▅▁ ] [ ▁█ ] dim 0803 μ= +0.009 σ= 0.015 zeros= 0% [ ▁██▆ ] [ ▄█▆ ] dim 0804 μ= +0.017 σ= 0.034 zeros= 0% [ ▁▂▆████▄▁ ] [ █▁ ] dim 0805 μ= -0.022 σ= 0.008 zeros= 0% [ ██ ] [ ▁█▅ ] dim 0806 μ= -0.024 σ= 0.024 zeros= 0% [ ▂███▆▁ ] [ ▅█▇▃ ] dim 0807 μ= +0.015 σ= 0.039 zeros= 0% [ ▁▁▄█████▅▂▁ ] [ ▇█▂ ] dim 0808 μ= +0.004 σ= 0.029 zeros= 0% [ ▃████▄▁ ] [ █ ] dim 0809 μ= +0.012 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▅█▃ ] dim 0810 μ= +0.007 σ= 0.030 zeros= 0% [ ▃▇███▅▁ ] [ ▄█▅ ] dim 0811 μ= +0.011 σ= 0.033 zeros= 0% [ ▁▂▇███▇▃ ] [ ▁██▃ ] dim 0812 μ= +0.003 σ= 0.032 zeros= 0% [ ▁▅████▄▂ ] [ ▅█▂ ] dim 0813 μ= +0.028 σ= 0.024 zeros= 0% [ ▁▅███▂ ] [ ▂█▂ ] dim 0814 μ= +0.012 σ= 0.020 zeros= 0% [ ▂███▂ ] [ █▆ ] dim 0815 μ= -0.002 σ= 0.024 zeros= 0% [ ▃███▆▁ ] [ █▆ ] dim 0816 μ= +0.040 σ= 0.022 zeros= 0% [ ▁███▅▁ ] [ █ ] dim 0817 μ= +0.034 σ= 0.016 zeros= 0% [ ▁▇██▁ ] [ ▁▇█▃ ] dim 0818 μ= -0.015 σ= 0.031 zeros= 0% [ ▁▃████▅▂ ] [ ▆█▆ ] dim 0819 μ= +0.034 σ= 0.034 zeros= 0% [ ▁▃▇███▆▃▁ ] [ ▂▇█▃ ] dim 0820 μ= +0.004 σ= 0.034 zeros= 0% [ ▁▅████▆▂▁ ] [ ▇█ ] dim 0821 μ= +0.004 σ= 0.021 zeros= 0% [ ▁▅██▇▁ ] [ █▃ ] dim 0822 μ= -0.006 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ▅█▅ ] dim 0823 μ= -0.011 σ= 0.033 zeros= 0% [ ▁▃████▇▃▁ ] [ ▃█▅ ] dim 0824 μ= -0.006 σ= 0.026 zeros= 0% [ ▁▄███▅▁ ] [ █▇ ] dim 0825 μ= +0.001 σ= 0.024 zeros= 0% [ ▂███▇▂ ] [ ▄█▅ ] dim 0826 μ= +0.015 σ= 0.030 zeros= 0% [ ▁▆███▇▃▁ ] [ ▂█ ] dim 0827 μ= -0.012 σ= 0.018 zeros= 0% [ ▂██▇▁ ] [ ▂█▇ ] dim 0828 μ= -0.024 σ= 0.029 zeros= 0% [ ▁▄███▇▃▁ ] [ ▄█▆ ] dim 0829 μ= -0.008 σ= 0.035 zeros= 0% [ ▁▃▇████▃▁ ] [ ▄▇█▄ ] dim 0830 μ= -0.000 σ= 0.038 zeros= 0% [ ▁▃▇████▇▂ ] [ █▇ ] dim 0831 μ= -0.001 σ= 0.014 zeros= 0% [ ▄██▁ ] [ ▇█▃ ] dim 0832 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▆███▃ ] [ ▃██▁ ] dim 0833 μ= +0.000 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▄██▂ ] dim 0834 μ= -0.001 σ= 0.034 zeros= 0% [ ▁▂▆████▅▂ ] [ ▃█▆ ] dim 0835 μ= -0.005 σ= 0.027 zeros= 0% [ ▁▄███▇▂ ] [ █▇ ] dim 0836 μ= +0.001 σ= 0.021 zeros= 0% [ ▁▆██▅▁ ] [ ██▂ ] dim 0837 μ= +0.026 σ= 0.027 zeros= 0% [ ▂████▄▁ ] [ ▂█▃ ] dim 0838 μ= +0.013 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▅█▄ ] dim 0839 μ= -0.010 σ= 0.027 zeros= 0% [ ▁▅███▅▁ ] [ ▂█▅ ] dim 0840 μ= -0.004 σ= 0.031 zeros= 0% [ ▂▅███▇▃▁ ] [ ▄█▃ ] dim 0841 μ= +0.010 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ ▃█▆▂ ] dim 0842 μ= -0.021 σ= 0.032 zeros= 0% [ ▁▄████▄▁ ] [ █ ] dim 0843 μ= +0.010 σ= 0.013 zeros= 0% [ ▆█▅ ] [ ▆█▁ ] dim 0844 μ= +0.006 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ▆█▄ ] dim 0845 μ= -0.012 σ= 0.029 zeros= 0% [ ▁▁▇███▅▂ ] [ █▇ ] dim 0846 μ= -0.022 σ= 0.025 zeros= 0% [ ▃███▇▂ ] [ ▂▆█▃ ] dim 0847 μ= +0.024 σ= 0.032 zeros= 0% [ ▁▄████▄▁ ] [ ▃█▆▂ ] dim 0848 μ= +0.001 σ= 0.032 zeros= 0% [ ▁▅████▄▁ ] [ ▃█▅ ] dim 0849 μ= +0.035 σ= 0.031 zeros= 0% [ ▂▅███▆▂▁ ] [ █▅ ] dim 0850 μ= +0.018 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▆█▂ ] dim 0851 μ= +0.007 σ= 0.025 zeros= 0% [ ▁▆███▃ ] [ ▁▄█▆▁ ] dim 0852 μ= +0.014 σ= 0.038 zeros= 0% [ ▁▃█████▄▁ ] [ █▅ ] dim 0853 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▆██▄ ] [ ▄█▃ ] dim 0854 μ= +0.011 σ= 0.023 zeros= 0% [ ▁▄███▄ ] [ ▇█ ] dim 0855 μ= +0.002 σ= 0.016 zeros= 0% [ ▃██▄ ] [ ▅█▄ ] dim 0856 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ ▆█▃ ] dim 0857 μ= +0.006 σ= 0.029 zeros= 0% [ ▃████▅▁ ] [ ▃█▆ ] dim 0858 μ= -0.004 σ= 0.029 zeros= 0% [ ▁▅███▇▂ ] [ █▇ ] dim 0859 μ= +0.000 σ= 0.022 zeros= 0% [ ▁▇██▆▁ ] [ ▂██▂ ] dim 0860 μ= -0.019 σ= 0.033 zeros= 0% [ ▁▄████▅▂ ] [ ▇█ ] dim 0861 μ= +0.003 σ= 0.019 zeros= 0% [ ▄██▆▁ ] [ ▆▇█▃ ] dim 0862 μ= -0.024 σ= 0.036 zeros= 0% [ ▁▂█████▆▂ ] [ ▂█▃ ] dim 0863 μ= +0.013 σ= 0.022 zeros= 0% [ ▃███▄ ] [ ▅█▂ ] dim 0864 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▅███▃▁ ] [ ██ ] dim 0865 μ= +0.001 σ= 0.022 zeros= 0% [ ▁▇██▆▁ ] [ ▁██ ] dim 0866 μ= -0.020 σ= 0.025 zeros= 0% [ ▂████▂ ] [ ▃█▁ ] dim 0867 μ= +0.009 σ= 0.022 zeros= 0% [ ▄███▃ ] [ ▇█ ] dim 0868 μ= +0.002 σ= 0.025 zeros= 0% [ ▂▇███▂ ] [ ▆█ ] dim 0869 μ= -0.038 σ= 0.017 zeros= 0% [ ▃██▅ ] [ ▃██▁ ] dim 0870 μ= -0.002 σ= 0.031 zeros= 0% [ ▂▄████▃▁ ] [ ▄▇█▄ ] dim 0871 μ= +0.005 σ= 0.036 zeros= 0% [ ▂▅████▇▃▁ ] [ ▆█▅ ] dim 0872 μ= -0.013 σ= 0.036 zeros= 0% [ ▁▄████▆▃▁ ] [ ▄█▆ ] dim 0873 μ= -0.007 σ= 0.029 zeros= 0% [ ▂▅███▆▂ ] [ ▅█▆▁ ] dim 0874 μ= +0.015 σ= 0.037 zeros= 0% [ ▁▃█████▅▂ ] [ █ ] dim 0875 μ= -0.006 σ= 0.014 zeros= 0% [ ▅██▁ ] [ █ ] dim 0876 μ= +0.012 σ= 0.016 zeros= 0% [ ▁▇█▇▁ ] [ █▅ ] dim 0877 μ= -0.002 σ= 0.021 zeros= 0% [ ▁▇██▅▁ ] [ █ ] dim 0878 μ= -0.008 σ= 0.015 zeros= 0% [ ▆██▁ ] [ ▁▄█▅▁ ] dim 0879 μ= -0.008 σ= 0.039 zeros= 0% [ ▁▄█████▄▂▁ ] [ ▄█▄ ] dim 0880 μ= +0.033 σ= 0.032 zeros= 0% [ ▁▂▆███▇▂▁ ] [ ▇█ ] dim 0881 μ= -0.038 σ= 0.019 zeros= 0% [ ▄██▇▁ ] [ ▂▇█▂ ] dim 0882 μ= +0.003 σ= 0.034 zeros= 0% [ ▁▅████▅▂▁ ] [ ▅█▂ ] dim 0883 μ= -0.014 σ= 0.028 zeros= 0% [ ▂▇███▄▁ ] [ ▃█▅ ] dim 0884 μ= -0.005 σ= 0.028 zeros= 0% [ ▁▄███▇▂▁ ] [ ▄█ ] dim 0885 μ= -0.015 σ= 0.019 zeros= 0% [ ▃██▆▁ ] [ ▅█▁ ] dim 0886 μ= -0.014 σ= 0.026 zeros= 0% [ ▁▇███▄ ] [ █▇ ] dim 0887 μ= +0.043 σ= 0.019 zeros= 0% [ ▆██▄ ] [ ▄█ ] dim 0888 μ= -0.013 σ= 0.020 zeros= 0% [ ▃██▇▁ ] [ ▅█▄ ] dim 0889 μ= -0.012 σ= 0.032 zeros= 0% [ ▃▇███▆▂ ] [ █▄ ] dim 0890 μ= +0.017 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▂██▂ ] dim 0891 μ= +0.000 σ= 0.029 zeros= 0% [ ▁▄████▃ ] [ ▃█▁ ] dim 0892 μ= +0.011 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▆█▇▁ ] dim 0893 μ= -0.006 σ= 0.034 zeros= 0% [ ▁▂▇████▄▁ ] [ ▃█▅ ] dim 0894 μ= -0.024 σ= 0.027 zeros= 0% [ ▁▃███▆▃ ] [ ▃█▆▄ ] dim 0895 μ= +0.000 σ= 0.044 zeros= 0% [ ▂▄█████▇▄▂ ] [ ▃▇█▂ ] dim 0896 μ= +0.038 σ= 0.032 zeros= 0% [ ▁▂▅████▃ ] [ ▂█▄ ] dim 0897 μ= -0.007 σ= 0.022 zeros= 0% [ ▂███▃ ] [ ▇█▃ ] dim 0898 μ= -0.034 σ= 0.027 zeros= 0% [ ▁▇███▅▁ ] [ ██ ] dim 0899 μ= -0.021 σ= 0.017 zeros= 0% [ ▄██▃ ] [ ▅█▃ ] dim 0900 μ= -0.012 σ= 0.028 zeros= 0% [ ▁▆███▄▁ ] [ ▆█▆ ] dim 0901 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▂▇████▃ ] [ ▁▇█▂ ] dim 0902 μ= +0.021 σ= 0.029 zeros= 0% [ ▁▄████▂▁ ] [ ▄█▇ ] dim 0903 μ= -0.022 σ= 0.032 zeros= 0% [ ▁▅████▄▁ ] [ ▆█▂ ] dim 0904 μ= -0.014 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ▃██▄ ] dim 0905 μ= +0.021 σ= 0.038 zeros= 0% [ ▁▃▇████▆▂▁ ] [ ▂▇█▁ ] dim 0906 μ= +0.020 σ= 0.028 zeros= 0% [ ▁▄████▂ ] [ ▃█ ] dim 0907 μ= +0.007 σ= 0.018 zeros= 0% [ ▂██▇▁ ] [ ▂█▄ ] dim 0908 μ= -0.006 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▆█▁ ] dim 0909 μ= +0.003 σ= 0.028 zeros= 0% [ ▃████▃▁ ] [ ▂▅█▆▃ ] dim 0910 μ= -0.008 σ= 0.047 zeros= 0% [ ▁▁▃▆█████▇▃▁ ] [ ▁█▆ ] dim 0911 μ= +0.001 σ= 0.026 zeros= 0% [ ▂████▂ ] [ ▆█ ] dim 0912 μ= -0.017 σ= 0.021 zeros= 0% [ ▁▅██▇▁ ] [ ▁█▃ ] dim 0913 μ= +0.015 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▄█▄ ] dim 0914 μ= +0.012 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ ▅█▂ ] dim 0915 μ= +0.006 σ= 0.027 zeros= 0% [ ▂▇███▃▁ ] [ ▄█▇ ] dim 0916 μ= -0.006 σ= 0.033 zeros= 0% [ ▁▂▇████▃▁ ] [ ▂█▃ ] dim 0917 μ= -0.008 σ= 0.024 zeros= 0% [ ▄███▄▁ ] [ ▄█▇▁ ] dim 0918 μ= -0.004 σ= 0.033 zeros= 0% [ ▁▂▇████▄▁ ] [ ▃██▄ ] dim 0919 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▄████▅▁ ] [ ▂█▂ ] dim 0920 μ= -0.030 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▆█▅ ] dim 0921 μ= +0.033 σ= 0.033 zeros= 0% [ ▁▃▇████▃▁ ] [ ▃█▄ ] dim 0922 μ= -0.007 σ= 0.027 zeros= 0% [ ▁▄███▆▁ ] [ ▁█▂ ] dim 0923 μ= -0.008 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▅█ ] dim 0924 μ= -0.015 σ= 0.023 zeros= 0% [ ▁▅███▂ ] [ ▆█▅ ] dim 0925 μ= -0.032 σ= 0.033 zeros= 0% [ ▁▃████▆▃▁ ] [ ▅█▆ ] dim 0926 μ= +0.034 σ= 0.028 zeros= 0% [ ▁▆███▆▁ ] [ ▄█▃ ] dim 0927 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▄███▄ ] [ ▃██▄ ] dim 0928 μ= -0.020 σ= 0.035 zeros= 0% [ ▂▇████▆▂ ] [ ▁█▆ ] dim 0929 μ= -0.002 σ= 0.024 zeros= 0% [ ▂███▆▁ ] [ ▁█▃ ] dim 0930 μ= -0.008 σ= 0.021 zeros= 0% [ ▂███▂ ] [ ▆█▅ ] dim 0931 μ= -0.009 σ= 0.035 zeros= 0% [ ▁▃█████▄▁ ] [ ▂█ ] dim 0932 μ= +0.007 σ= 0.014 zeros= 0% [ ▁██▄ ] [ █ ] dim 0933 μ= -0.012 σ= 0.013 zeros= 0% [ ██▄ ] [ ▃██▃ ] dim 0934 μ= -0.020 σ= 0.035 zeros= 0% [ ▂▅████▅▂▁ ] [ ▁█▅ ] dim 0935 μ= -0.026 σ= 0.025 zeros= 0% [ ▃███▅▁ ] [ ▅█ ] dim 0936 μ= +0.005 σ= 0.017 zeros= 0% [ ▂██▅ ] [ █▆ ] dim 0937 μ= -0.002 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ██▄ ] dim 0938 μ= +0.009 σ= 0.031 zeros= 0% [ ▁▂████▆▂▁ ] [ ▆█▃ ] dim 0939 μ= -0.015 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▄█▄ ] dim 0940 μ= +0.013 σ= 0.029 zeros= 0% [ ▂▄███▆▁ ] [ █▆ ] dim 0941 μ= +0.000 σ= 0.027 zeros= 0% [ ▂███▇▂▁ ] [ ▅▇█▂ ] dim 0942 μ= +0.016 σ= 0.040 zeros= 0% [ ▁▂▄▇████▅▂ ] [ ▂█▁ ] dim 0943 μ= -0.010 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▄█▅ ] dim 0944 μ= +0.015 σ= 0.032 zeros= 0% [ ▂▆███▇▃▁ ] [ █▃ ] dim 0945 μ= +0.017 σ= 0.018 zeros= 0% [ ▁▆██▃ ] [ ▃█▆ ] dim 0946 μ= -0.006 σ= 0.029 zeros= 0% [ ▁▅███▇▂ ] [ ▅█▃ ] dim 0947 μ= -0.012 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▃█▃ ] dim 0948 μ= +0.012 σ= 0.023 zeros= 0% [ ▁▃███▃ ] [ ▁▅█▃ ] dim 0949 μ= +0.005 σ= 0.031 zeros= 0% [ ▁▃████▅▁ ] [ ▇█ ] dim 0950 μ= +0.023 σ= 0.022 zeros= 0% [ ▁▆██▆▁ ] [ ▄█▁ ] dim 0951 μ= +0.007 σ= 0.023 zeros= 0% [ ▁▄███▂ ] [ ▃▇█▁ ] dim 0952 μ= +0.019 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ ▄█▅ ] dim 0953 μ= -0.007 σ= 0.027 zeros= 0% [ ▁▅███▆▁ ] [ ▄█▅ ] dim 0954 μ= -0.027 σ= 0.030 zeros= 0% [ ▁▅███▇▃ ] [ ▅█▅ ] dim 0955 μ= +0.014 σ= 0.031 zeros= 0% [ ▂▆████▃▁ ] [ █▂ ] dim 0956 μ= -0.007 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ █▇ ] dim 0957 μ= +0.001 σ= 0.017 zeros= 0% [ ▄██▃ ] [ ▄█▂ ] dim 0958 μ= +0.008 σ= 0.023 zeros= 0% [ ▁▄███▂ ] [ ▂█▇▃ ] dim 0959 μ= +0.001 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ██ ] dim 0960 μ= -0.000 σ= 0.023 zeros= 0% [ ▂████▁ ] [ █▄ ] dim 0961 μ= -0.004 σ= 0.020 zeros= 0% [ ▁███▄ ] [ █▃ ] dim 0962 μ= -0.006 σ= 0.019 zeros= 0% [ ▁▇██▃ ] [ ▅█▂ ] dim 0963 μ= -0.013 σ= 0.024 zeros= 0% [ ▁▄███▃ ] [ ▁▆█▅ ] dim 0964 μ= -0.012 σ= 0.033 zeros= 0% [ ▁▄████▇▃ ] [ ▃▇█▄ ] dim 0965 μ= -0.018 σ= 0.036 zeros= 0% [ ▂▆████▇▃▁ ] [ ▃▆█▅▂ ] dim 0966 μ= +0.012 σ= 0.042 zeros= 0% [ ▁▂▅█████▆▃▁ ] [ ▃█▁ ] dim 0967 μ= -0.033 σ= 0.021 zeros= 0% [ ▃███▂ ] [ █ ] dim 0968 μ= -0.010 σ= 0.016 zeros= 0% [ ▁██▇▁ ] [ ▃█▇▁ ] dim 0969 μ= +0.021 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ ▂▇█▅ ] dim 0970 μ= +0.009 σ= 0.038 zeros= 0% [ ▂▄█████▄▁ ] [ ▄▇██▅ ] dim 0971 μ= +0.015 σ= 0.048 zeros= 0% [ ▁▁▃▆██████▄▂▁ ] [ ▅█▄ ] dim 0972 μ= -0.010 σ= 0.033 zeros= 0% [ ▁▃█████▂ ] [ █▆ ] dim 0973 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▆██▄ ] [ █▆ ] dim 0974 μ= -0.021 σ= 0.014 zeros= 0% [ ▃██▂ ] [ █▄ ] dim 0975 μ= -0.005 σ= 0.019 zeros= 0% [ ▁▇██▃ ] [ ▅█▄ ] dim 0976 μ= -0.009 σ= 0.027 zeros= 0% [ ▁▅███▅▁ ] [ ▅█▇ ] dim 0977 μ= -0.007 σ= 0.032 zeros= 0% [ ▁▂▆████▃ ] [ ▂█▇▁ ] dim 0978 μ= +0.021 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ █▅ ] dim 0979 μ= -0.003 σ= 0.021 zeros= 0% [ ▁███▄▁ ] [ ▅█▆ ] dim 0980 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▃█▅ ] dim 0981 μ= +0.015 σ= 0.028 zeros= 0% [ ▁▄███▆▁ ] [ ▆█▁ ] dim 0982 μ= +0.003 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▁█▄ ] dim 0983 μ= +0.015 σ= 0.021 zeros= 0% [ ▂███▃ ] [ █▄ ] dim 0984 μ= -0.003 σ= 0.016 zeros= 0% [ ▄██▂ ] [ ▄█▄ ] dim 0985 μ= +0.032 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ ▂█▇▃ ] dim 0986 μ= +0.020 σ= 0.037 zeros= 0% [ ▁▃▆████▅▂ ] [ ▂▅█▃ ] dim 0987 μ= -0.016 σ= 0.034 zeros= 0% [ ▁▄████▅▂ ] [ ▅█ ] dim 0988 μ= +0.003 σ= 0.015 zeros= 0% [ ▂██▃ ] [ ▃█▆▂ ] dim 0989 μ= -0.023 σ= 0.033 zeros= 0% [ ▂▆████▄▁ ] [ ▁█▇▂ ] dim 0990 μ= -0.021 σ= 0.032 zeros= 0% [ ▁▄████▄▁ ] [ █▄ ] dim 0991 μ= -0.002 σ= 0.015 zeros= 0% [ ▄██▂ ] [ ▂▇█▁ ] dim 0992 μ= -0.021 σ= 0.028 zeros= 0% [ ▄████▃▁ ] [ ▆█▅▁ ] dim 0993 μ= -0.010 σ= 0.037 zeros= 0% [ ▁▄█████▄▁ ] [ ▁█▇▁ ] dim 0994 μ= +0.001 σ= 0.031 zeros= 0% [ ▁▅████▃▁ ] [ ▃▇█▃ ] dim 0995 μ= -0.015 σ= 0.034 zeros= 0% [ ▁▄████▆▃▁ ] [ ▅█ ] dim 0996 μ= -0.015 σ= 0.020 zeros= 0% [ ▄██▇▁ ] [ ▅█▁ ] dim 0997 μ= -0.012 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ ▁█▄ ] dim 0998 μ= +0.015 σ= 0.022 zeros= 0% [ ▂███▃▁ ] [ ▂█▇ ] dim 0999 μ= +0.018 σ= 0.024 zeros= 0% [ ▂███▆▁ ] [ ▂█▇ ] dim 1000 μ= +0.019 σ= 0.032 zeros= 0% [ ▁▅████▄▁ ] [ ▂█▇▂ ] dim 1001 μ= +0.002 σ= 0.033 zeros= 0% [ ▁▄████▅▂ ] [ ██▂ ] dim 1002 μ= -0.015 σ= 0.024 zeros= 0% [ ▂▆███▃ ] [ █▅ ] dim 1003 μ= +0.020 σ= 0.018 zeros= 0% [ ▁▆██▄ ] [ ▁█▄ ] dim 1004 μ= -0.004 σ= 0.025 zeros= 0% [ ▃███▆▁ ] [ ▅█▄ ] dim 1005 μ= +0.010 σ= 0.028 zeros= 0% [ ▂▆███▅▂ ] [ ▅█▄ ] dim 1006 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▆███▅▁ ] [ ▆█▃ ] dim 1007 μ= -0.012 σ= 0.026 zeros= 0% [ ▁▆███▄▁ ] [ ▂█▇ ] dim 1008 μ= -0.003 σ= 0.025 zeros= 0% [ ▃███▇▁ ] [ ▄█▁ ] dim 1009 μ= +0.008 σ= 0.023 zeros= 0% [ ▁▄███▂ ] [ ▂█▆▁ ] dim 1010 μ= -0.001 σ= 0.033 zeros= 0% [ ▂▅████▄▁ ] [ ▄█▇▁ ] dim 1011 μ= -0.003 σ= 0.033 zeros= 0% [ ▂▆████▄▁ ] [ ▇█▁ ] dim 1012 μ= +0.001 σ= 0.027 zeros= 0% [ ▃████▂ ] [ █▅ ] dim 1013 μ= -0.000 σ= 0.022 zeros= 0% [ ▁▇██▆▁ ] [ ▃█▆ ] dim 1014 μ= -0.003 σ= 0.028 zeros= 0% [ ▁▄████▂▁ ] [ █▆ ] dim 1015 μ= -0.021 σ= 0.011 zeros= 0% [ ▁██▁ ] [ █▆ ] dim 1016 μ= -0.002 σ= 0.019 zeros= 0% [ ▁▇██▄ ] [ █ ] dim 1017 μ= -0.010 σ= 0.016 zeros= 0% [ ▁██▇▁ ] [ ▄█▂ ] dim 1018 μ= -0.012 σ= 0.027 zeros= 0% [ ▁▅███▄▁ ] [ ▄█▃ ] dim 1019 μ= -0.008 σ= 0.030 zeros= 0% [ ▁▆███▇▂ ] [ ▁█▅ ] dim 1020 μ= -0.005 σ= 0.023 zeros= 0% [ ▂███▄▁ ] [ ▅█▅ ] dim 1021 μ= +0.032 σ= 0.027 zeros= 0% [ ▁▆███▅▁ ] [ ▁▇█▄ ] dim 1022 μ= +0.004 σ= 0.033 zeros= 0% [ ▁▅████▆▂▁ ] [ ▅█▂ ] dim 1023 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▃████▅▁ ] cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q4-fmFalse.jfr', 'knn.KnnGraphTester', '-maxConn', '32', '-dim', '1024', '-docs', '/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', '-ndoc', '8000000', '-topK', '100', '-numIndexThreads', '8', '-beamWidthIndex', '100', '-search-and-stats', '/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', '-metric', 'dot_product', '-numMergeThread', '16', '-numMergeWorker', '48', '-reindex', '-quantize', '-quantizeBits', '4', '-quantizeCompress'] WARNING: Using incubator modules: jdk.incubator.vector [0.223s][info][jfr,startup] Started recording 1. [0.223s][info][jfr,startup] [0.223s][info][jfr,startup] Use jcmd 790139 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2239032316877530 index key = dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-notfm Index Path = knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-notfm will now reindex: explicitly requested May 14, 2026 5:59:00 AM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-notfm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 139 segments, 14 merges 69.6s _17w: 8 segs, 300.8 K docs, 1351.6 MB 61.0s _18c: 8 segs, 1059.8 K docs, 4768.3 MB 49.9s _18v: 11 segs, 58.0 K docs, 259.1 MB 43.4s _196: 11 segs, 57.6 K docs, 257.2 MB 37.3s _19h: 10 segs, 50.9 K docs, 227.1 MB 33.8s _19q: 8 segs, 43.2 K docs, 192.8 MB 29.7s _19z: 8 segs, 43.5 K docs, 194.2 MB 26.2s _1a6: 8 segs, 113.4 K docs, 508.3 MB 21.1s _1ae: 8 segs, 40.7 K docs, 181.6 MB 18.3s _1al: 8 segs, 132.8 K docs, 595.5 MB 14.4s _1av: 8 segs, 41.8 K docs, 186.6 MB 10.7s _1b4: 8 segs, 43.7 K docs, 195.2 MB 6.2s _1bd: 8 segs, 42.7 K docs, 190.6 MB 5.0 sec: 89 segments, 8 merges 66.0s _18c: 8 segs, 1059.8 K docs, 4768.3 MB 31.2s _1a6: 8 segs, 113.4 K docs, 508.3 MB 26.2s _1ae: 8 segs, 40.7 K docs, 181.6 MB 23.3s _1al: 8 segs, 132.8 K docs, 595.5 MB 19.4s _1av: 8 segs, 41.8 K docs, 186.6 MB 15.7s _1b4: 8 segs, 43.7 K docs, 195.2 MB 11.2s _1bd: 8 segs, 42.7 K docs, 190.6 MB 5.0s _1bk: 13 segs, 52.3 K docs, 233.4 MB 10.0 sec: 68 segments, 6 merges 71.0s _18c: 8 segs, 1059.8 K docs, 4768.3 MB 28.3s _1al: 8 segs, 132.8 K docs, 595.5 MB 20.8s _1b4: 8 segs, 43.7 K docs, 195.2 MB 16.2s _1bd: 8 segs, 42.7 K docs, 190.6 MB 10.0s _1bk: 13 segs, 52.3 K docs, 233.4 MB 2.4s _1bl: 8 segs, 373.9 K docs, 1679.8 MB 15.0 sec: 47 segments, 3 merges 76.0s _18c: 8 segs, 1059.8 K docs, 4768.3 MB 15.0s _1bk: 13 segs, 52.3 K docs, 233.4 MB 7.4s _1bl: 8 segs, 373.9 K docs, 1679.8 MB 20.0 sec: 35 segments, 2 merges 81.0s _18c: 8 segs, 1059.8 K docs, 4768.3 MB 12.4s _1bl: 8 segs, 373.9 K docs, 1679.8 MB 25.0 sec: 35 segments, 2 merges 86.0s _18c: 8 segs, 1059.8 K docs, 4768.3 MB 17.4s _1bl: 8 segs, 373.9 K docs, 1679.8 MB 30.0 sec: 35 segments, 2 merges 91.0s _18c: 8 segs, 1059.8 K docs, 4768.3 MB 22.4s _1bl: 8 segs, 373.9 K docs, 1679.8 MB 35.0 sec: 35 segments, 2 merges 96.0s _18c: 8 segs, 1059.8 K docs, 4768.3 MB 27.4s _1bl: 8 segs, 373.9 K docs, 1679.8 MB 40.0 sec: 35 segments, 2 merges 101.0s _18c: 8 segs, 1059.8 K docs, 4768.3 MB 32.4s _1bl: 8 segs, 373.9 K docs, 1679.8 MB 45.1 sec: 35 segments, 2 merges 106.0s _18c: 8 segs, 1059.8 K docs, 4768.3 MB 37.4s _1bl: 8 segs, 373.9 K docs, 1679.8 MB 50.1 sec: 35 segments, 2 merges 111.0s _18c: 8 segs, 1059.8 K docs, 4768.3 MB 42.4s _1bl: 8 segs, 373.9 K docs, 1679.8 MB 55.1 sec: 35 segments, 2 merges 116.0s _18c: 8 segs, 1059.8 K docs, 4768.3 MB 47.5s _1bl: 8 segs, 373.9 K docs, 1679.8 MB 60.1 sec: 35 segments, 2 merges 121.0s _18c: 8 segs, 1059.8 K docs, 4768.3 MB 52.5s _1bl: 8 segs, 373.9 K docs, 1679.8 MB 65.1 sec: 35 segments, 2 merges 126.0s _18c: 8 segs, 1059.8 K docs, 4768.3 MB 57.5s _1bl: 8 segs, 373.9 K docs, 1679.8 MB 70.1 sec: 35 segments, 2 merges 131.0s _18c: 8 segs, 1059.8 K docs, 4768.3 MB 62.5s _1bl: 8 segs, 373.9 K docs, 1679.8 MB 75.1 sec: 35 segments, 2 merges 136.1s _18c: 8 segs, 1059.8 K docs, 4768.3 MB 67.5s _1bl: 8 segs, 373.9 K docs, 1679.8 MB 80.1 sec: 35 segments, 2 merges 141.1s _18c: 8 segs, 1059.8 K docs, 4768.3 MB 72.5s _1bl: 8 segs, 373.9 K docs, 1679.8 MB 85.1 sec: 35 segments, 2 merges 146.1s _18c: 8 segs, 1059.8 K docs, 4768.3 MB 77.5s _1bl: 8 segs, 373.9 K docs, 1679.8 MB 90.1 sec: 28 segments, 2 merges 82.5s _1bl: 8 segs, 373.9 K docs, 1679.8 MB 1.8s _1bm: 5 segs, 1109.3 K docs, 4993.3 MB 95.0 sec: 28 segments, 2 merges 87.4s _1bl: 8 segs, 373.9 K docs, 1679.8 MB 6.7s _1bm: 5 segs, 1109.3 K docs, 4993.3 MB 100.0 sec: 28 segments, 2 merges 92.4s _1bl: 8 segs, 373.9 K docs, 1679.8 MB 11.7s _1bm: 5 segs, 1109.3 K docs, 4993.3 MB 105.0 sec: 28 segments, 2 merges 97.4s _1bl: 8 segs, 373.9 K docs, 1679.8 MB 16.7s _1bm: 5 segs, 1109.3 K docs, 4993.3 MB 110.0 sec: 21 segments, 1 merges 21.7s _1bm: 5 segs, 1109.3 K docs, 4993.3 MB 115.0 sec: 21 segments, 1 merges 26.7s _1bm: 5 segs, 1109.3 K docs, 4993.3 MB 120.0 sec: 21 segments, 1 merges 31.7s _1bm: 5 segs, 1109.3 K docs, 4993.3 MB 125.0 sec: 21 segments, 1 merges 36.7s _1bm: 5 segs, 1109.3 K docs, 4993.3 MB 130.0 sec: 21 segments, 1 merges 41.7s _1bm: 5 segs, 1109.3 K docs, 4993.3 MB 135.0 sec: 21 segments, 1 merges 46.7s _1bm: 5 segs, 1109.3 K docs, 4993.3 MB 140.0 sec: 21 segments, 1 merges 51.7s _1bm: 5 segs, 1109.3 K docs, 4993.3 MB 145.0 sec: 21 segments, 1 merges 56.7s _1bm: 5 segs, 1109.3 K docs, 4993.3 MB 150.0 sec: 21 segments, 1 merges 61.7s _1bm: 5 segs, 1109.3 K docs, 4993.3 MB 155.1 sec: 21 segments, 1 merges 66.7s _1bm: 5 segs, 1109.3 K docs, 4993.3 MB 160.1 sec: 21 segments, 1 merges 71.7s _1bm: 5 segs, 1109.3 K docs, 4993.3 MB 165.1 sec: 21 segments, 1 merges 76.7s _1bm: 5 segs, 1109.3 K docs, 4993.3 MB 170.1 sec: 21 segments, 1 merges 81.7s _1bm: 5 segs, 1109.3 K docs, 4993.3 MB 175.1 sec: 21 segments, 1 merges 86.7s _1bm: 5 segs, 1109.3 K docs, 4993.3 MB 180.1 sec: 21 segments, 1 merges 91.7s _1bm: 5 segs, 1109.3 K docs, 4993.3 MB 185.1 sec: 21 segments, 1 merges 96.7s _1bm: 5 segs, 1109.3 K docs, 4993.3 MB 190.1 sec: 21 segments, 1 merges 101.7s _1bm: 5 segs, 1109.3 K docs, 4993.3 MB 195.1 sec: 21 segments, 1 merges 106.7s _1bm: 5 segs, 1109.3 K docs, 4993.3 MB 200.1 sec: 21 segments, 1 merges 111.7s _1bm: 5 segs, 1109.3 K docs, 4993.3 MB 205.1 sec: 21 segments, 1 merges 116.8s _1bm: 5 segs, 1109.3 K docs, 4993.3 MB 210.0 sec: 21 segments, 1 merges 121.7s _1bm: 5 segs, 1109.3 K docs, 4993.3 MB 215.0 sec: 21 segments, 1 merges 126.7s _1bm: 5 segs, 1109.3 K docs, 4993.3 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 883 seconds reindex takes 883.34 sec index has 17 segments: segments_2: _6q(11.0.0):C822551 _kp(11.0.0):C1136348 _h6(11.0.0):C457022 _vs(11.0.0):C953511 _ub(11.0.0):C1064198 _18c(11.0.0):C1059764 _1bm(11.0.0):C1109286 _166(11.0.0):C122623 _172(11.0.0):C185548 _16m(11.0.0):C151711 _17p(11.0.0):C189141 _1bl(11.0.0):C373944 _1al(11.0.0):C132771 _1a6(11.0.0):C113386 _1av(11.0.0):C41789 _1b4(11.0.0):C43714 _1bd(11.0.0):C42693 _6q: 3705.9 MB _kp: 5121.8 MB _h6: 2058.2 MB _vs: 4296.8 MB _ub: 4796.2 MB _18c: 4776.1 MB _1bm: 4999.7 MB _166: 551.6 MB _172: 835.0 MB _16m: 682.6 MB _17p: 851.2 MB _1bl: 1683.8 MB _1al: 597.3 MB _1a6: 510.0 MB _1av: 187.6 MB _1b4: 196.3 MB _1bd: 191.7 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=0.5 index disk usage is 36042.05 MB vector disk usage is 35278.32 MB vector RAM usage is 4028.32 MB exact nn key = cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100 read pre-cached exact match vectors from cache file "knn-reuse/exact-nn/cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100.bin" read pre-cached exact match scores from cache file "knn-reuse/exact-nn/cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100.scores" EXACT_NN_SCORES_PATH: /l/util.nightly/knn-reuse/exact-nn/cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100.scores EXACT_NN_METRIC: dot_product path=/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec dim=1024 vectorEncoding.byteSize=4 1778739 query vectors in queryPath "/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec" searching 1000 query vectors; topK=100, fanout=100 done warmup thread 3 name=main cpu@start=58494462937 cpu@end=71890171784 deltaMS=13395.708847 thread 14 name=Reference Handler cpu@start=1573168 cpu@end=1573168 deltaMS=0.0 thread 15 name=Finalizer cpu@start=153416 cpu@end=153416 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=50850 cpu@end=50850 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=2842853 cpu@end=2842853 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=14447484646 cpu@end=14450046409 deltaMS=2.561763 thread 42 name=JFR Periodic Tasks cpu@start=65524641637 cpu@end=66167707603 deltaMS=643.065966 thread 45 name=Notification Thread cpu@start=99229 cpu@end=99229 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1021795957111 cpu@end=1021795957111 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1016887391431 cpu@end=1016887391431 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1017209012922 cpu@end=1017209012922 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1016889534328 cpu@end=1016889534328 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1018154616587 cpu@end=1018154616587 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1019315745875 cpu@end=1019315745875 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1018188415307 cpu@end=1018188415307 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1015537565144 cpu@end=1015537565144 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1018738253894 cpu@end=1018738253894 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1020429938619 cpu@end=1020429938619 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1019910103890 cpu@end=1019910103890 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1013234904799 cpu@end=1013234904799 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1016659498597 cpu@end=1016659498597 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1015252074672 cpu@end=1015252074672 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1019784290110 cpu@end=1019784290110 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1014620021044 cpu@end=1014620021044 deltaMS=0.0 Average CPU cores used: 1.0471485121112836 completed 1000 searches in 13409 ms: 74 QPS CPU time=14041 ms checking results SUMMARY: 0.897 13.409 14.041 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 63527 883.34 9056.55 0.00 17 36042.05 null N/A 1.000 35278.320 4028.320 false HNSW no Leaf 0 has 4 layers Leaf 0 has 822551 documents Graph level=3 size=39, Fanout min=3, mean=7.23, max=13, meandelta=74129.04 % 0 10 20 30 40 50 60 70 80 90 100 0 3 5 6 7 7 7 8 9 10 13 Graph level=2 size=726, Fanout min=7, mean=21.74, max=32, meandelta=34612.55 % 0 10 20 30 40 50 60 70 80 90 100 0 13 15 17 19 21 23 26 29 32 32 Graph level=1 size=25229, Fanout min=2, mean=27.95, max=32, meandelta=26842.68 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=822551, Fanout min=1, mean=39.61, max=64, meandelta=19238.24 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=39, connectedness=1.00 Graph level=2 size=726, connectedness=1.00 Graph level=1 size=25229, connectedness=1.00 Graph level=0 size=822551, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 1136348 documents Graph level=3 size=45, Fanout min=5, mean=8.04, max=16, meandelta=100310.10 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 6 7 7 8 9 10 11 16 Graph level=2 size=894, Fanout min=6, mean=23.29, max=32, meandelta=45324.30 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 21 23 25 28 32 32 32 Graph level=1 size=34669, Fanout min=3, mean=28.10, max=32, meandelta=37114.35 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 30 32 32 32 32 32 32 Graph level=0 size=1136348, Fanout min=1, mean=39.56, max=64, meandelta=26585.41 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 50 60 64 64 Graph level=3 size=45, connectedness=1.00 Graph level=2 size=894, connectedness=1.00 Graph level=1 size=34669, connectedness=1.00 Graph level=0 size=1136348, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 457022 documents Graph level=3 size=23, Fanout min=3, mean=6.26, max=11, meandelta=39533.62 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 5 5 6 7 8 9 11 Graph level=2 size=329, Fanout min=6, mean=17.89, max=32, meandelta=20323.58 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 14 15 17 19 21 23 26 32 Graph level=1 size=13860, Fanout min=5, mean=27.71, max=32, meandelta=15056.89 % 0 10 20 30 40 50 60 70 80 90 100 0 19 22 25 28 32 32 32 32 32 32 Graph level=0 size=457022, Fanout min=1, mean=39.65, max=64, meandelta=10692.78 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 29 32 37 42 49 60 64 64 Graph level=3 size=23, connectedness=1.00 Graph level=2 size=329, connectedness=1.00 Graph level=1 size=13860, connectedness=1.00 Graph level=0 size=457022, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 953511 documents Graph level=3 size=53, Fanout min=3, mean=9.36, max=17, meandelta=84726.34 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 7 8 9 9 11 12 13 17 Graph level=2 size=856, Fanout min=8, mean=22.94, max=32, meandelta=37732.88 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 21 23 25 28 31 32 32 Graph level=1 size=29179, Fanout min=3, mean=28.02, max=32, meandelta=31173.92 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=953511, Fanout min=1, mean=39.61, max=64, meandelta=22293.65 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 50 60 64 64 Graph level=3 size=53, connectedness=1.00 Graph level=2 size=856, connectedness=1.00 Graph level=1 size=29179, connectedness=1.00 Graph level=0 size=953511, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 1064198 documents Graph level=3 size=69, Fanout min=4, mean=9.94, max=17, meandelta=86867.45 % 0 10 20 30 40 50 60 70 80 90 100 0 5 8 8 9 10 10 11 13 14 17 Graph level=2 size=934, Fanout min=8, mean=23.15, max=32, meandelta=41835.17 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 19 21 23 25 28 32 32 32 Graph level=1 size=32238, Fanout min=4, mean=28.09, max=32, meandelta=34641.24 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=1064198, Fanout min=1, mean=39.57, max=64, meandelta=24897.96 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 50 60 64 64 Graph level=3 size=69, connectedness=1.00 Graph level=2 size=934, connectedness=1.00 Graph level=1 size=32238, connectedness=1.00 Graph level=0 size=1064198, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 1059764 documents Graph level=3 size=79, Fanout min=5, mean=10.38, max=20, meandelta=82760.84 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 9 9 11 12 13 15 20 Graph level=2 size=990, Fanout min=9, mean=23.57, max=32, meandelta=40542.23 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 21 23 26 28 32 32 32 Graph level=1 size=32245, Fanout min=3, mean=28.10, max=32, meandelta=34497.18 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 30 32 32 32 32 32 32 Graph level=0 size=1059764, Fanout min=1, mean=39.56, max=64, meandelta=24803.04 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=79, connectedness=1.00 Graph level=2 size=990, connectedness=1.00 Graph level=1 size=32245, connectedness=1.00 Graph level=0 size=1059764, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 1109286 documents Graph level=3 size=85, Fanout min=4, mean=10.02, max=19, meandelta=97429.70 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 9 10 10 11 13 14 19 Graph level=2 size=1046, Fanout min=8, mean=24.03, max=32, meandelta=42461.61 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 22 24 27 30 32 32 32 Graph level=1 size=33858, Fanout min=3, mean=28.15, max=32, meandelta=36127.38 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 30 32 32 32 32 32 32 Graph level=0 size=1109286, Fanout min=1, mean=39.56, max=64, meandelta=25956.46 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 50 60 64 64 Graph level=3 size=85, connectedness=1.00 Graph level=2 size=1046, connectedness=1.00 Graph level=1 size=33858, connectedness=1.00 Graph level=0 size=1109286, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 122623 documents Graph level=3 size=4, Fanout min=2, mean=2.00, max=2, meandelta=22178.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 2 2 2 2 2 2 2 2 Graph level=2 size=110, Fanout min=5, mean=11.40, max=21, meandelta=8849.73 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 9 10 11 12 13 14 17 21 Graph level=1 size=3786, Fanout min=7, mean=26.49, max=32, meandelta=4235.67 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 23 26 29 32 32 32 32 32 Graph level=0 size=122623, Fanout min=1, mean=39.03, max=64, meandelta=2918.01 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 41 48 58 64 64 Graph level=3 size=4, connectedness=1.00 Graph level=2 size=110, connectedness=1.00 Graph level=1 size=3786, connectedness=1.00 Graph level=0 size=122623, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 185548 documents Graph level=3 size=5, Fanout min=1, mean=1.60, max=4, meandelta=9013.38 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 1 1 4 Graph level=2 size=155, Fanout min=7, mean=14.31, max=28, meandelta=10645.10 % 0 10 20 30 40 50 60 70 80 90 100 0 8 10 11 13 14 15 17 18 21 28 Graph level=1 size=5743, Fanout min=8, mean=27.10, max=32, meandelta=6230.65 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 24 27 30 32 32 32 32 32 Graph level=0 size=185548, Fanout min=1, mean=39.33, max=64, meandelta=4381.05 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 48 58 64 64 Graph level=3 size=5, connectedness=1.00 Graph level=2 size=155, connectedness=1.00 Graph level=1 size=5743, connectedness=1.00 Graph level=0 size=185548, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 151711 documents Graph level=3 size=6, Fanout min=1, mean=2.33, max=4, meandelta=18061.14 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 2 2 3 3 3 4 Graph level=2 size=132, Fanout min=6, mean=12.42, max=25, meandelta=10072.90 % 0 10 20 30 40 50 60 70 80 90 100 0 7 9 10 10 11 13 14 16 18 25 Graph level=1 size=4683, Fanout min=9, mean=26.88, max=32, meandelta=5158.89 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 23 26 30 32 32 32 32 32 Graph level=0 size=151711, Fanout min=1, mean=39.25, max=64, meandelta=3591.83 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 58 64 64 Graph level=3 size=6, connectedness=1.00 Graph level=2 size=132, connectedness=1.00 Graph level=1 size=4683, connectedness=1.00 Graph level=0 size=151711, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 189141 documents Graph level=3 size=4, Fanout min=2, mean=2.50, max=3, meandelta=23129.90 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 2 2 2 2 2 3 3 3 Graph level=2 size=159, Fanout min=5, mean=13.53, max=28, meandelta=11303.19 % 0 10 20 30 40 50 60 70 80 90 100 0 8 9 11 12 13 14 15 17 19 28 Graph level=1 size=5856, Fanout min=8, mean=27.07, max=32, meandelta=6366.09 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 24 27 30 32 32 32 32 32 Graph level=0 size=189141, Fanout min=1, mean=39.34, max=64, meandelta=4465.61 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 48 58 64 64 Graph level=3 size=4, connectedness=1.00 Graph level=2 size=159, connectedness=1.00 Graph level=1 size=5856, connectedness=1.00 Graph level=0 size=189141, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 373944 documents Graph level=3 size=22, Fanout min=3, mean=6.09, max=11, meandelta=34019.63 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 5 5 6 6 7 7 8 11 Graph level=2 size=289, Fanout min=7, mean=17.74, max=32, meandelta=16305.85 % 0 10 20 30 40 50 60 70 80 90 100 0 11 12 14 16 17 19 20 22 25 32 Graph level=1 size=11308, Fanout min=7, mean=27.52, max=32, meandelta=12390.96 % 0 10 20 30 40 50 60 70 80 90 100 0 19 22 25 28 31 32 32 32 32 32 Graph level=0 size=373944, Fanout min=1, mean=39.63, max=64, meandelta=8756.92 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=22, connectedness=1.00 Graph level=2 size=289, connectedness=1.00 Graph level=1 size=11308, connectedness=1.00 Graph level=0 size=373944, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 132771 documents Graph level=3 size=2, Fanout min=1, mean=1.00, max=1, meandelta=0.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 1 1 1 Graph level=2 size=116, Fanout min=4, mean=12.09, max=28, meandelta=9254.47 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 10 11 12 13 14 16 17 28 Graph level=1 size=4194, Fanout min=8, mean=26.72, max=32, meandelta=4542.13 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 23 26 29 32 32 32 32 32 Graph level=0 size=132771, Fanout min=3, mean=39.12, max=64, meandelta=3154.78 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 58 64 64 Graph level=3 size=2, connectedness=1.00 Graph level=2 size=116, connectedness=1.00 Graph level=1 size=4194, connectedness=1.00 Graph level=0 size=132771, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 113386 documents Graph level=3 size=3, Fanout min=1, mean=1.33, max=2, meandelta=2022.25 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 1 1 2 Graph level=2 size=98, Fanout min=4, mean=11.04, max=24, meandelta=8217.07 % 0 10 20 30 40 50 60 70 80 90 100 0 6 8 9 10 10 11 13 14 16 24 Graph level=1 size=3534, Fanout min=7, mean=26.57, max=32, meandelta=3889.29 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 23 26 29 32 32 32 32 32 Graph level=0 size=113386, Fanout min=1, mean=39.05, max=64, meandelta=2698.94 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 57 64 64 Graph level=3 size=3, connectedness=1.00 Graph level=2 size=98, connectedness=1.00 Graph level=1 size=3534, connectedness=1.00 Graph level=0 size=113386, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 41789 documents Graph level=3 size=0, Fanout min=0, mean=NaN, max=0, meandelta=NaN % 0 10 20 30 40 50 60 70 80 90 100 1 Graph level=2 size=32, Fanout min=3, mean=6.31, max=11, meandelta=5260.54 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 4 5 6 6 7 8 10 11 Graph level=1 size=1301, Fanout min=5, mean=24.21, max=32, meandelta=1574.06 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 22 24 27 30 32 32 32 Graph level=0 size=41789, Fanout min=3, mean=38.01, max=64, meandelta=1021.38 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 39 46 55 64 64 Graph level=3 size=1, connectedness=1.00 Graph level=2 size=32, connectedness=1.00 Graph level=1 size=1301, connectedness=1.00 Graph level=0 size=41789, connectedness=1.00 Leaf 15 has 4 layers Leaf 15 has 43714 documents Graph level=3 size=0, Fanout min=0, mean=NaN, max=0, meandelta=NaN % 0 10 20 30 40 50 60 70 80 90 100 1 Graph level=2 size=32, Fanout min=3, mean=6.13, max=14, meandelta=5199.66 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 6 6 6 7 7 8 14 Graph level=1 size=1358, Fanout min=8, mean=24.39, max=32, meandelta=1624.46 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 22 25 27 30 32 32 32 Graph level=0 size=43714, Fanout min=1, mean=38.15, max=64, meandelta=1064.24 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 40 46 55 64 64 Graph level=3 size=1, connectedness=1.00 Graph level=2 size=32, connectedness=1.00 Graph level=1 size=1358, connectedness=1.00 Graph level=0 size=43714, connectedness=1.00 Leaf 16 has 4 layers Leaf 16 has 42693 documents Graph level=3 size=0, Fanout min=0, mean=NaN, max=0, meandelta=NaN % 0 10 20 30 40 50 60 70 80 90 100 1 Graph level=2 size=32, Fanout min=3, mean=6.38, max=11, meandelta=5197.21 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 5 5 6 7 8 8 9 11 Graph level=1 size=1327, Fanout min=7, mean=24.20, max=32, meandelta=1607.89 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 20 22 25 27 31 32 32 32 Graph level=0 size=42693, Fanout min=3, mean=38.06, max=64, meandelta=1044.29 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 40 46 55 64 64 Graph level=3 size=1, connectedness=1.00 Graph level=2 size=32, connectedness=1.00 Graph level=1 size=1327, connectedness=1.00 Graph level=0 size=42693, connectedness=1.00 Performance counter stats for '/usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build --add-modules jdk.incubator.vector --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q4-fmFalse.jfr knn.KnnGraphTester -maxConn 32 -dim 1024 -docs /big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec -ndoc 8000000 -topK 100 -numIndexThreads 8 -beamWidthIndex 100 -search-and-stats /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -metric dot_product -numMergeThread 16 -numMergeWorker 48 -reindex -quantize -quantizeBits 4 -quantizeCompress': 31,979,673.67 msec task-clock:u 121,219,815,067,931 cycles:u (36.36%) 127,390,661,663,519 instructions:u (36.36%) 2,784,484,936,114 cache-references:u (36.36%) 1,214,634,156,257 cache-misses:u (36.36%) 47,471,868,125,254 L1-dcache-loads:u (36.36%) 1,485,526,882,448 L1-dcache-load-misses:u (36.36%) 3,096,752,168,743 L1-icache-loads:u (36.36%) 12,133,693,987 L1-icache-load-misses:u (36.36%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 25,648,479 faults:u 24,911,305 minor-faults:u 6,687 major-faults:u 11,049,132,157,594 branches:u (36.36%) 89,780,426,315 branch-misses:u (36.36%) 1,943,822,418,750 stalled-cycles-frontend:u (36.37%) stalled-cycles-backend:u 1197.148784422 seconds time elapsed 31526.714551000 seconds user 443.376460000 seconds sys took 0:19:57.176056 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='dbf0d1426f13292f58083911c65bbae431251e4f', luceneutil_git_rev='63c1b2b252f377e272313c1ac0f182be79ad78b6', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=False, recall=0.897, cpu_time_ms=13.409, net_cpu_ms=14.041, avg_cpu_core_count=1.047, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='4 bits', total_visited=63527, index_time_sec=883.34, index_docs_per_sec=9056.55, force_merge_time_sec=0.0, index_num_segments=17, index_size_on_disk_mb=36042.05, selectivity=None, pre_post_filter='null', vec_disk_mb=35278.32, vec_ram_mb=4028.32, graph_level_conn_p_values={3: (0, {}), 2: (32, {0: 0, 10: 3, 20: 4, 30: 5, 40: 5, 50: 6, 60: 7, 70: 8, 80: 8, 90: 9, 100: 11}), 1: (1327, {0: 0, 10: 15, 20: 17, 30: 20, 40: 22, 50: 25, 60: 27, 70: 31, 80: 32, 90: 32, 100: 32}), 0: (42693, {0: 0, 10: 20, 20: 24, 30: 27, 40: 31, 50: 35, 60: 40, 70: 46, 80: 55, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=1197, microseconds=176056)) Profiler summary for /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q4-fmFalse.jfr Version: 2.1 Chunks: 86 Start: 2026-05-14 09:58:59 (UTC) Duration: 1187 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 30627561 525405411 jdk.FileWrite 17859522 372229843 jdk.FileRead 8003654 182313610 jdk.ObjectAllocationInNewTLAB 62256 1237823 jdk.BooleanFlag 42656 1348990 jdk.CPULoad 22147 442307 jdk.Compilation 6376 164602 jdk.Checkpoint 5243 27518565 jdk.UnsignedIntFlag 4128 139988 jdk.IntFlag 3784 138026 jdk.StringFlag 2924 113377 jdk.ObjectAllocationOutsideTLAB 1115 20004 jdk.CPUInformation 86 129168 jdk.GCConfiguration 86 2232 jdk.JVMInformation 86 81524 jdk.Metadata 86 9505319 jdk.GarbageCollection 47 1127 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q4-fmFalse.jfr is 1068.88 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 30627561 events (total: 30M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 44.89% 13M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] 20.52% 6M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 13.65% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 4.43% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 3.96% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 2.55% 781848 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 1.28% 392666 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 1.13% 345248 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 1.04% 318710 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.60% 183028 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.59% 180686 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 0.48% 148458 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.33% 101733 java.lang.Math#clamp():2313 [JIT compiled code] 0.32% 99267 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.30% 90368 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.29% 89660 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.28% 85183 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] 0.27% 82276 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.17% 52822 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.17% 52118 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.16% 49982 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.14% 43236 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] 0.13% 41183 sun.nio.ch.NativeThread#current0() [Native code] 0.13% 39095 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.12% 36347 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.12% 35293 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.10% 30880 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.10% 30869 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.10% 29855 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.09% 27563 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.09% 26174 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.09% 26169 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.08% 25727 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.08% 24727 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.08% 24114 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.07% 20043 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] 0.05% 15675 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.05% 14953 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.05% 14329 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.04% 13564 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 10448 org.apache.lucene.store.OutputStreamIndexOutput#writeBytes():59 [JIT compiled code] 0.03% 9995 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 9863 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.03% 8400 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 0.03% 7765 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.02% 7414 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 7136 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 6859 org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#lockAndPoll():44 [Inlined code] 0.02% 6759 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():172 [JIT compiled code] 0.02% 6735 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q4-fmFalse.jfr is 1068.88 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 30627561 events (total: 30M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 41.79% 12M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 20.48% 6M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] 13.65% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 4.43% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 2.93% 896660 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] 2.68% 820420 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 2.32% 710518 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():234 [JIT compiled code] 1.28% 391148 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 1.12% 344523 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.96% 292908 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] 0.72% 220167 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.46% 141639 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.45% 138531 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.32% 98433 java.lang.Math#clamp():2313 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.32% 97118 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.30% 92094 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.28% 85165 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.27% 82248 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.23% 71329 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] 0.22% 66725 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.20% 61602 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] 0.17% 52805 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] 0.17% 52213 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.16% 49569 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] 0.15% 45675 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.14% 43231 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.14% 43119 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.13% 40993 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.13% 40666 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.13% 40529 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.13% 38511 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.12% 35292 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.10% 30869 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.09% 29064 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.09% 27699 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.08% 25708 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] 0.08% 24721 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] at jdk.jfr.internal.event.EventWriter#beginEvent():245 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] 0.08% 24114 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeAndRecalculateCentroids():459 [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():331 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] 0.08% 23914 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] at org.apache.lucene.store.DataOutput#writeBytes():54 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():235 [Interpreted code] 0.07% 21601 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.07% 20748 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.07% 20624 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():164 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 0.07% 20175 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Interpreted code] 0.07% 20033 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.06% 19285 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popNode():637 [Inlined code] 0.06% 18846 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.06% 17746 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] 0.06% 17503 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.06% 17428 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.05% 14686 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$1#score():93 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q4-fmFalse.jfr is 1068.88 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 30627561 events (total: 30M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 21.32% 6M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 18.90% 5M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 14.92% 4M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 11.92% 3M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 3.53% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 2.95% 902924 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():199 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 1.94% 593377 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():199 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 1.34% 409205 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 1.34% 409161 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.30% 398584 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.24% 378373 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000009e197b80#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 1.19% 364502 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000009e197b80#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.10% 338046 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():234 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Inlined code] 1.10% 336917 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():234 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Inlined code] 0.72% 219692 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.61% 186626 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.60% 183325 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.58% 176176 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.56% 170810 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.53% 161582 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.52% 160645 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():209 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():314 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.52% 159525 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.49% 151249 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000009e197b80#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.28% 85090 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] 0.27% 82181 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.26% 80870 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.25% 77294 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.24% 72162 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():209 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():314 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [Inlined code] 0.23% 68915 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.19% 59374 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000009e197b80#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.18% 56314 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000009e197b80#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.17% 51196 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.17% 50978 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.16% 49137 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.16% 48978 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.15% 45723 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.15% 45174 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.14% 41731 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():199 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.14% 41467 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000009e19f278#run() [JIT compiled code] 0.13% 40529 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000009e07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.13% 38994 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000009e19f278#run() [JIT compiled code] 0.12% 37656 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.12% 35702 java.lang.Math#clamp():2313 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Inlined code] 0.11% 34790 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.11% 34764 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.11% 34439 java.lang.Math#clamp():2313 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():290 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Inlined code] 0.10% 31422 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():93 [JIT compiled code] 0.10% 30970 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] 0.09% 27997 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000009e197b80#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.09% 27940 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q4-fmFalse.jfr is 1068.88 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 63346 events (total: 456676M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.73% 103803M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 22.45% 102545M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 19.51% 89098M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 14.09% 64332M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 6.93% 31667M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.85% 17578M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.48% 6772M java.lang.Integer#valueOf():1006 [Inlined code] 0.92% 4210M java.util.Arrays#copyOf():3478 [Inlined code] 0.67% 3073M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.65% 2984M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.61% 2764M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.54% 2480M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] 0.49% 2237M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] 0.38% 1716M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.35% 1606M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.31% 1435M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.30% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.27% 1215M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.22% 1004M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.21% 937M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.20% 926M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.20% 896M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.17% 796M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.17% 780M java.util.ArrayList#grow():240 [Inlined code] 0.15% 662M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.14% 661M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.13% 583M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.12% 535M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.11% 501M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.09% 413M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.09% 396M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.09% 394M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.09% 390M knn.IndexerThread#_run():108 [JIT compiled code] 0.08% 372M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.08% 350M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.08% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.07% 335M java.util.List#of():935 [Inlined code] 0.07% 325M java.util.HashMap#newNode():1910 [Inlined code] 0.07% 323M knn.IndexerThread#_run():125 [JIT compiled code] 0.06% 285M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.05% 246M org.apache.lucene.document.Document#():42 [Inlined code] 0.04% 188M knn.IndexerThread#_run():86 [JIT compiled code] 0.04% 182M org.apache.lucene.util.SparseFixedBitSet#():69 [Inlined code] 0.04% 182M org.apache.lucene.util.packed.DirectMonotonicReader#getInstance():109 [JIT compiled code] 0.04% 182M jdk.internal.foreign.MappedMemorySegmentImpl#dup():57 [Inlined code] 0.04% 171M java.nio.HeapByteBuffer#asFloatBuffer():648 [JIT compiled code] 0.04% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet():98 [Interpreted code] 0.03% 141M java.io.BufferedOutputStream#():92 [Inlined code] 0.03% 118M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#tryInitializeHead():211 [JIT compiled code] 0.03% 117M java.util.concurrent.FutureTask#awaitDone():487 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q4-fmFalse.jfr is 1068.88 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 63346 events (total: 456676M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.37% 83869M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 18.13% 82778M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 11.46% 52353M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 8.65% 39516M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] 7.37% 33653M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 6.93% 31667M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 5.43% 24813M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] 4.33% 19773M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 4.33% 19766M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 3.85% 17578M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 1.45% 6619M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] 0.89% 4043M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] 0.65% 2984M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.54% 2480M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.52% 2363M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.41% 1889M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Interpreted code] 0.38% 1716M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.36% 1655M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.32% 1477M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.30% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.24% 1075M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.22% 1005M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.22% 1004M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.20% 891M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.18% 819M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2274 [JIT compiled code] 0.17% 796M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.17% 780M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.16% 716M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.14% 656M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [JIT compiled code] 0.12% 548M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [Inlined code] 0.11% 504M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.11% 493M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.11% 490M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.10% 446M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.09% 402M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] 0.09% 399M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.09% 394M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():288 [JIT compiled code] at java.lang.ThreadLocal#setInitialValue():203 [Inlined code] at java.lang.ThreadLocal#get():193 [Inlined code] 0.09% 390M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.09% 389M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.08% 385M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.08% 372M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.08% 352M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] at java.lang.StringConcatHelper#newArray():578 [Inlined code] at java.lang.StringConcatHelper#newArrayWithSuffix():611 [Inlined code] at java.lang.String$$StringConcat.0x000000009e183400#concat() [Inlined code] 0.08% 350M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.08% 348M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.08% 343M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Interpreted code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Interpreted code] 0.08% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000009e19f278#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.07% 342M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.07% 335M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1847 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [JIT compiled code] at knn.IndexerThread#_run():126 [JIT compiled code] 0.07% 323M knn.IndexerThread#_run():125 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.06% 291M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q4-fmFalse.jfr is 1068.88 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 63346 events (total: 456676M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.64% 39452M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 6.78% 30941M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 5.75% 26248M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 5.62% 25649M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Inlined code] 5.56% 25388M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 5.54% 25289M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Inlined code] 5.50% 25101M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Inlined code] 5.39% 24626M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Inlined code] 4.84% 22107M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 4.83% 22043M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 3.91% 17854M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 3.61% 16491M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 3.41% 15582M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.82% 8321M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 1.45% 6619M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 1.44% 6577M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():440 [Interpreted code] 1.44% 6563M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():440 [Interpreted code] 1.07% 4890M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 1.01% 4612M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.99% 4537M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 0.98% 4481M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 0.96% 4361M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.89% 4043M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 0.88% 4023M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.88% 4022M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.84% 3855M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.69% 3141M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.66% 3006M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.61% 2785M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.61% 2784M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.60% 2730M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.57% 2590M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.55% 2491M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.47% 2146M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.41% 1889M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000009e19f278#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.40% 1821M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.38% 1716M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.37% 1697M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.36% 1631M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] 0.30% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.29% 1340M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Inlined code] 0.29% 1314M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Inlined code] 0.26% 1202M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Inlined code] 0.25% 1161M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Inlined code] 0.18% 819M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2274 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():873 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():884 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():753 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] 0.17% 780M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.15% 705M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.15% 695M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] 0.14% 618M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009e19ed20#call() [Interpreted code] 0.13% 610M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q4-fmTrue.jfr', 'knn.KnnGraphTester', '-maxConn', '32', '-dim', '1024', '-docs', '/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', '-ndoc', '8000000', '-topK', '100', '-numIndexThreads', '8', '-beamWidthIndex', '100', '-search-and-stats', '/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', '-metric', 'dot_product', '-numMergeThread', '16', '-numMergeWorker', '48', '-forceMerge', '-quantize', '-quantizeBits', '4', '-quantizeCompress'] WARNING: Using incubator modules: jdk.incubator.vector [0.219s][info][jfr,startup] Started recording 1. [0.219s][info][jfr,startup] [0.219s][info][jfr,startup] Use jcmd 807577 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2240726188374465 index key = dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-fm Index Path = knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-fm will now reindex: index does not exist May 14, 2026 6:27:13 AM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-fm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 145 segments, 15 merges 154.1s _150: 8 segs, 1132.4 K docs, 5097.9 MB 85.5s _186: 8 segs, 119.4 K docs, 535.3 MB 83.3s _18a: 8 segs, 234.2 K docs, 1051.4 MB 80.4s _18h: 8 segs, 146.8 K docs, 658.9 MB 77.1s _18o: 8 segs, 187.7 K docs, 842.6 MB 68.7s _195: 8 segs, 303.5 K docs, 1364.0 MB 49.8s _1a0: 10 segs, 52.1 K docs, 232.6 MB 43.0s _1ab: 10 segs, 50.3 K docs, 224.7 MB 36.8s _1am: 10 segs, 52.5 K docs, 234.2 MB 29.4s _1ax: 10 segs, 54.0 K docs, 241.2 MB 22.3s _1b7: 9 segs, 47.1 K docs, 210.0 MB 16.3s _1bh: 9 segs, 46.5 K docs, 207.8 MB 10.4s _1bq: 8 segs, 42.6 K docs, 190.4 MB 3.8s _1bz: 8 segs, 40.7 K docs, 181.8 MB 0.9s _1c1: 9 segs, 33.1 K docs, 147.7 MB 5.0 sec: 145 segments, 15 merges 159.1s _150: 8 segs, 1132.4 K docs, 5097.9 MB 90.5s _186: 8 segs, 119.4 K docs, 535.3 MB 88.3s _18a: 8 segs, 234.2 K docs, 1051.4 MB 85.5s _18h: 8 segs, 146.8 K docs, 658.9 MB 82.1s _18o: 8 segs, 187.7 K docs, 842.6 MB 73.7s _195: 8 segs, 303.5 K docs, 1364.0 MB 54.8s _1a0: 10 segs, 52.1 K docs, 232.6 MB 48.0s _1ab: 10 segs, 50.3 K docs, 224.7 MB 41.8s _1am: 10 segs, 52.5 K docs, 234.2 MB 34.4s _1ax: 10 segs, 54.0 K docs, 241.2 MB 27.3s _1b7: 9 segs, 47.1 K docs, 210.0 MB 21.3s _1bh: 9 segs, 46.5 K docs, 207.8 MB 15.4s _1bq: 8 segs, 42.6 K docs, 190.4 MB 8.8s _1bz: 8 segs, 40.7 K docs, 181.8 MB 5.9s _1c1: 9 segs, 33.1 K docs, 147.7 MB 10.0 sec: 145 segments, 15 merges 164.1s _150: 8 segs, 1132.4 K docs, 5097.9 MB 95.6s _186: 8 segs, 119.4 K docs, 535.3 MB 93.3s _18a: 8 segs, 234.2 K docs, 1051.4 MB 90.5s _18h: 8 segs, 146.8 K docs, 658.9 MB 87.1s _18o: 8 segs, 187.7 K docs, 842.6 MB 78.7s _195: 8 segs, 303.5 K docs, 1364.0 MB 59.8s _1a0: 10 segs, 52.1 K docs, 232.6 MB 53.1s _1ab: 10 segs, 50.3 K docs, 224.7 MB 46.8s _1am: 10 segs, 52.5 K docs, 234.2 MB 39.4s _1ax: 10 segs, 54.0 K docs, 241.2 MB 32.3s _1b7: 9 segs, 47.1 K docs, 210.0 MB 26.3s _1bh: 9 segs, 46.5 K docs, 207.8 MB 20.4s _1bq: 8 segs, 42.6 K docs, 190.4 MB 13.8s _1bz: 8 segs, 40.7 K docs, 181.8 MB 10.9s _1c1: 9 segs, 33.1 K docs, 147.7 MB 15.1 sec: 136 segments, 14 merges 169.2s _150: 8 segs, 1132.4 K docs, 5097.9 MB 100.6s _186: 8 segs, 119.4 K docs, 535.3 MB 98.3s _18a: 8 segs, 234.2 K docs, 1051.4 MB 95.5s _18h: 8 segs, 146.8 K docs, 658.9 MB 92.2s _18o: 8 segs, 187.7 K docs, 842.6 MB 83.8s _195: 8 segs, 303.5 K docs, 1364.0 MB 58.1s _1ab: 10 segs, 50.3 K docs, 224.7 MB 51.8s _1am: 10 segs, 52.5 K docs, 234.2 MB 44.5s _1ax: 10 segs, 54.0 K docs, 241.2 MB 37.4s _1b7: 9 segs, 47.1 K docs, 210.0 MB 31.4s _1bh: 9 segs, 46.5 K docs, 207.8 MB 25.4s _1bq: 8 segs, 42.6 K docs, 190.4 MB 18.9s _1bz: 8 segs, 40.7 K docs, 181.8 MB 16.0s _1c1: 9 segs, 33.1 K docs, 147.7 MB 20.1 sec: 118 segments, 12 merges 174.2s _150: 8 segs, 1132.4 K docs, 5097.9 MB 105.6s _186: 8 segs, 119.4 K docs, 535.3 MB 103.3s _18a: 8 segs, 234.2 K docs, 1051.4 MB 100.5s _18h: 8 segs, 146.8 K docs, 658.9 MB 97.2s _18o: 8 segs, 187.7 K docs, 842.6 MB 88.8s _195: 8 segs, 303.5 K docs, 1364.0 MB 63.1s _1ab: 10 segs, 50.3 K docs, 224.7 MB 42.4s _1b7: 9 segs, 47.1 K docs, 210.0 MB 36.4s _1bh: 9 segs, 46.5 K docs, 207.8 MB 30.5s _1bq: 8 segs, 42.6 K docs, 190.4 MB 23.9s _1bz: 8 segs, 40.7 K docs, 181.8 MB 21.0s _1c1: 9 segs, 33.1 K docs, 147.7 MB 25.1 sec: 87 segments, 9 merges 179.2s _150: 8 segs, 1132.4 K docs, 5097.9 MB 110.6s _186: 8 segs, 119.4 K docs, 535.3 MB 108.3s _18a: 8 segs, 234.2 K docs, 1051.4 MB 102.2s _18o: 8 segs, 187.7 K docs, 842.6 MB 93.8s _195: 8 segs, 303.5 K docs, 1364.0 MB 47.4s _1b7: 9 segs, 47.1 K docs, 210.0 MB 28.9s _1bz: 8 segs, 40.7 K docs, 181.8 MB 26.0s _1c1: 9 segs, 33.1 K docs, 147.7 MB 0.1s _1c2: 8 segs, 388.9 K docs, 1747.0 MB 30.1 sec: 72 segments, 7 merges 184.2s _150: 8 segs, 1132.4 K docs, 5097.9 MB 115.6s _186: 8 segs, 119.4 K docs, 535.3 MB 113.3s _18a: 8 segs, 234.2 K docs, 1051.4 MB 107.2s _18o: 8 segs, 187.7 K docs, 842.6 MB 98.8s _195: 8 segs, 303.5 K docs, 1364.0 MB 52.4s _1b7: 9 segs, 47.1 K docs, 210.0 MB 5.1s _1c2: 8 segs, 388.9 K docs, 1747.0 MB 35.0 sec: 50 segments, 4 merges 118.3s _18a: 8 segs, 234.2 K docs, 1051.4 MB 112.1s _18o: 8 segs, 187.7 K docs, 842.6 MB 103.7s _195: 8 segs, 303.5 K docs, 1364.0 MB 10.0s _1c2: 8 segs, 388.9 K docs, 1747.0 MB 40.0 sec: 36 segments, 2 merges 108.7s _195: 8 segs, 303.5 K docs, 1364.0 MB 15.0s _1c2: 8 segs, 388.9 K docs, 1747.0 MB 45.0 sec: 36 segments, 2 merges 113.7s _195: 8 segs, 303.5 K docs, 1364.0 MB 20.0s _1c2: 8 segs, 388.9 K docs, 1747.0 MB 50.0 sec: 36 segments, 2 merges 118.7s _195: 8 segs, 303.5 K docs, 1364.0 MB 25.0s _1c2: 8 segs, 388.9 K docs, 1747.0 MB 55.0 sec: 29 segments, 2 merges 30.0s _1c2: 8 segs, 388.9 K docs, 1747.0 MB 2.2s _1c3: 5 segs, 1107.9 K docs, 4986.9 MB 60.1 sec: 29 segments, 2 merges 35.0s _1c2: 8 segs, 388.9 K docs, 1747.0 MB 7.3s _1c3: 5 segs, 1107.9 K docs, 4986.9 MB 65.1 sec: 29 segments, 2 merges 40.0s _1c2: 8 segs, 388.9 K docs, 1747.0 MB 12.3s _1c3: 5 segs, 1107.9 K docs, 4986.9 MB 70.1 sec: 29 segments, 2 merges 45.1s _1c2: 8 segs, 388.9 K docs, 1747.0 MB 17.3s _1c3: 5 segs, 1107.9 K docs, 4986.9 MB 75.1 sec: 29 segments, 2 merges 50.1s _1c2: 8 segs, 388.9 K docs, 1747.0 MB 22.3s _1c3: 5 segs, 1107.9 K docs, 4986.9 MB 80.1 sec: 22 segments, 1 merges 27.3s _1c3: 5 segs, 1107.9 K docs, 4986.9 MB 85.1 sec: 22 segments, 1 merges 32.3s _1c3: 5 segs, 1107.9 K docs, 4986.9 MB 90.1 sec: 22 segments, 1 merges 37.3s _1c3: 5 segs, 1107.9 K docs, 4986.9 MB 95.1 sec: 22 segments, 1 merges 42.3s _1c3: 5 segs, 1107.9 K docs, 4986.9 MB 100.0 sec: 22 segments, 1 merges 47.2s _1c3: 5 segs, 1107.9 K docs, 4986.9 MB 105.0 sec: 22 segments, 1 merges 52.2s _1c3: 5 segs, 1107.9 K docs, 4986.9 MB 110.0 sec: 22 segments, 1 merges 57.2s _1c3: 5 segs, 1107.9 K docs, 4986.9 MB 115.0 sec: 22 segments, 1 merges 62.2s _1c3: 5 segs, 1107.9 K docs, 4986.9 MB 120.0 sec: 22 segments, 1 merges 67.2s _1c3: 5 segs, 1107.9 K docs, 4986.9 MB 125.0 sec: 22 segments, 1 merges 72.2s _1c3: 5 segs, 1107.9 K docs, 4986.9 MB 130.0 sec: 22 segments, 1 merges 77.3s _1c3: 5 segs, 1107.9 K docs, 4986.9 MB 135.0 sec: 22 segments, 1 merges 82.3s _1c3: 5 segs, 1107.9 K docs, 4986.9 MB 140.1 sec: 22 segments, 1 merges 87.3s _1c3: 5 segs, 1107.9 K docs, 4986.9 MB 145.1 sec: 22 segments, 1 merges 92.3s _1c3: 5 segs, 1107.9 K docs, 4986.9 MB 150.1 sec: 22 segments, 1 merges 97.3s _1c3: 5 segs, 1107.9 K docs, 4986.9 MB 155.1 sec: 22 segments, 1 merges 102.3s _1c3: 5 segs, 1107.9 K docs, 4986.9 MB 160.1 sec: 22 segments, 1 merges 107.3s _1c3: 5 segs, 1107.9 K docs, 4986.9 MB 165.1 sec: 22 segments, 1 merges 112.3s _1c3: 5 segs, 1107.9 K docs, 4986.9 MB 170.1 sec: 22 segments, 1 merges 117.3s _1c3: 5 segs, 1107.9 K docs, 4986.9 MB 175.0 sec: 22 segments, 1 merges 122.2s _1c3: 5 segs, 1107.9 K docs, 4986.9 MB 180.0 sec: 22 segments, 1 merges 127.2s _1c3: 5 segs, 1107.9 K docs, 4986.9 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 957 seconds reindex takes 957.08 sec Force merge index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-fm now wait for already running merges to finish 0.0 sec: 18 segments, 1 merges 5.0 sec: 18 segments, 1 merges 5.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 10.0 sec: 18 segments, 1 merges 10.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 15.0 sec: 18 segments, 1 merges 15.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 20.0 sec: 18 segments, 1 merges 20.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 25.0 sec: 18 segments, 1 merges 25.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 30.0 sec: 18 segments, 1 merges 30.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 35.0 sec: 18 segments, 1 merges 35.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 40.0 sec: 18 segments, 1 merges 40.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 45.0 sec: 18 segments, 1 merges 45.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 50.0 sec: 18 segments, 1 merges 50.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 55.0 sec: 18 segments, 1 merges 55.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 60.1 sec: 18 segments, 1 merges 60.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 65.1 sec: 18 segments, 1 merges 65.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 70.1 sec: 18 segments, 1 merges 70.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 75.1 sec: 18 segments, 1 merges 75.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 80.1 sec: 18 segments, 1 merges 80.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 85.1 sec: 18 segments, 1 merges 85.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 90.1 sec: 18 segments, 1 merges 90.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 95.1 sec: 18 segments, 1 merges 95.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 100.1 sec: 18 segments, 1 merges 100.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 105.1 sec: 18 segments, 1 merges 105.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 110.1 sec: 18 segments, 1 merges 110.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 115.0 sec: 18 segments, 1 merges 115.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 120.0 sec: 18 segments, 1 merges 120.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 125.0 sec: 18 segments, 1 merges 125.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 130.0 sec: 18 segments, 1 merges 130.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 135.0 sec: 18 segments, 1 merges 135.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 140.0 sec: 18 segments, 1 merges 140.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 145.0 sec: 18 segments, 1 merges 145.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 150.0 sec: 18 segments, 1 merges 150.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 155.0 sec: 18 segments, 1 merges 155.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 160.0 sec: 18 segments, 1 merges 160.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 165.0 sec: 18 segments, 1 merges 165.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 170.0 sec: 18 segments, 1 merges 170.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 175.1 sec: 18 segments, 1 merges 175.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 180.1 sec: 18 segments, 1 merges 180.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 185.1 sec: 18 segments, 1 merges 185.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 190.1 sec: 18 segments, 1 merges 190.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 195.1 sec: 18 segments, 1 merges 195.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 200.1 sec: 18 segments, 1 merges 200.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 205.1 sec: 18 segments, 1 merges 205.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 210.1 sec: 18 segments, 1 merges 210.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 215.1 sec: 18 segments, 1 merges 215.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 220.1 sec: 18 segments, 1 merges 220.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 225.1 sec: 18 segments, 1 merges 225.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 230.0 sec: 18 segments, 1 merges 230.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 235.0 sec: 18 segments, 1 merges 235.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 240.0 sec: 18 segments, 1 merges 240.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 245.0 sec: 18 segments, 1 merges 245.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 250.0 sec: 18 segments, 1 merges 250.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 255.0 sec: 18 segments, 1 merges 255.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 260.0 sec: 18 segments, 1 merges 260.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 265.0 sec: 18 segments, 1 merges 265.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 270.0 sec: 18 segments, 1 merges 270.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 275.0 sec: 18 segments, 1 merges 275.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 280.0 sec: 18 segments, 1 merges 280.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 285.0 sec: 18 segments, 1 merges 285.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 290.1 sec: 18 segments, 1 merges 290.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 295.1 sec: 18 segments, 1 merges 295.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 300.1 sec: 18 segments, 1 merges 300.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 305.1 sec: 18 segments, 1 merges 305.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 310.1 sec: 18 segments, 1 merges 310.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 315.1 sec: 18 segments, 1 merges 315.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 320.1 sec: 18 segments, 1 merges 320.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 325.1 sec: 18 segments, 1 merges 325.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 330.1 sec: 18 segments, 1 merges 330.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 335.1 sec: 18 segments, 1 merges 335.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 340.1 sec: 18 segments, 1 merges 340.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 345.0 sec: 18 segments, 1 merges 345.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 350.0 sec: 18 segments, 1 merges 350.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 355.0 sec: 18 segments, 1 merges 355.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 360.0 sec: 18 segments, 1 merges 360.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 365.0 sec: 18 segments, 1 merges 365.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 370.0 sec: 18 segments, 1 merges 370.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 375.0 sec: 18 segments, 1 merges 375.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 380.0 sec: 18 segments, 1 merges 380.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 385.0 sec: 18 segments, 1 merges 385.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 390.0 sec: 18 segments, 1 merges 390.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 395.0 sec: 18 segments, 1 merges 395.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 400.0 sec: 18 segments, 1 merges 400.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 405.1 sec: 18 segments, 1 merges 405.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 410.1 sec: 18 segments, 1 merges 410.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 415.1 sec: 18 segments, 1 merges 415.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 420.1 sec: 18 segments, 1 merges 420.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 425.1 sec: 18 segments, 1 merges 425.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 430.1 sec: 18 segments, 1 merges 430.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 435.1 sec: 18 segments, 1 merges 435.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 440.1 sec: 18 segments, 1 merges 440.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 445.0 sec: 18 segments, 1 merges 445.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 450.0 sec: 18 segments, 1 merges 450.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 455.0 sec: 18 segments, 1 merges 455.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 460.1 sec: 18 segments, 1 merges 460.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 465.1 sec: 18 segments, 1 merges 465.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 470.0 sec: 18 segments, 1 merges 470.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 475.0 sec: 18 segments, 1 merges 475.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 480.0 sec: 18 segments, 1 merges 480.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 485.0 sec: 18 segments, 1 merges 485.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 490.0 sec: 18 segments, 1 merges 490.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 495.0 sec: 18 segments, 1 merges 495.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 500.0 sec: 18 segments, 1 merges 500.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 505.0 sec: 18 segments, 1 merges 505.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 510.1 sec: 18 segments, 1 merges 510.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 515.1 sec: 18 segments, 1 merges 515.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 520.1 sec: 18 segments, 1 merges 520.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 525.1 sec: 18 segments, 1 merges 525.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 530.1 sec: 18 segments, 1 merges 530.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 535.1 sec: 18 segments, 1 merges 535.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 540.1 sec: 18 segments, 1 merges 540.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 545.1 sec: 18 segments, 1 merges 545.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 550.1 sec: 18 segments, 1 merges 550.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 555.1 sec: 18 segments, 1 merges 555.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 560.1 sec: 18 segments, 1 merges 560.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 565.1 sec: 18 segments, 1 merges 565.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 570.1 sec: 18 segments, 1 merges 570.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 575.1 sec: 18 segments, 1 merges 575.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 580.1 sec: 18 segments, 1 merges 580.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 585.1 sec: 18 segments, 1 merges 585.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 590.1 sec: 18 segments, 1 merges 590.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 595.1 sec: 18 segments, 1 merges 595.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 600.1 sec: 18 segments, 1 merges 600.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 605.1 sec: 18 segments, 1 merges 605.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 610.1 sec: 18 segments, 1 merges 610.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 615.1 sec: 18 segments, 1 merges 615.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 620.1 sec: 18 segments, 1 merges 620.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 625.0 sec: 18 segments, 1 merges 625.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 630.0 sec: 18 segments, 1 merges 630.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 635.0 sec: 18 segments, 1 merges 635.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 640.0 sec: 18 segments, 1 merges 640.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 645.0 sec: 18 segments, 1 merges 645.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 650.0 sec: 18 segments, 1 merges 650.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 655.0 sec: 18 segments, 1 merges 655.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 660.0 sec: 18 segments, 1 merges 660.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 665.0 sec: 18 segments, 1 merges 665.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 670.0 sec: 18 segments, 1 merges 670.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 675.0 sec: 18 segments, 1 merges 675.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 680.1 sec: 18 segments, 1 merges 680.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 685.1 sec: 18 segments, 1 merges 685.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 690.1 sec: 18 segments, 1 merges 690.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 695.1 sec: 18 segments, 1 merges 695.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 700.1 sec: 18 segments, 1 merges 700.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 705.1 sec: 18 segments, 1 merges 705.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 710.1 sec: 18 segments, 1 merges 710.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 715.1 sec: 18 segments, 1 merges 715.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 720.1 sec: 18 segments, 1 merges 720.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 725.1 sec: 18 segments, 1 merges 725.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 730.1 sec: 18 segments, 1 merges 730.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 735.1 sec: 18 segments, 1 merges 735.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 740.1 sec: 18 segments, 1 merges 740.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 745.1 sec: 18 segments, 1 merges 745.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 750.1 sec: 18 segments, 1 merges 750.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 755.1 sec: 18 segments, 1 merges 755.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 760.0 sec: 18 segments, 1 merges 760.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 765.0 sec: 18 segments, 1 merges 765.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 770.0 sec: 18 segments, 1 merges 770.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 775.0 sec: 18 segments, 1 merges 775.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 780.0 sec: 18 segments, 1 merges 780.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 785.0 sec: 18 segments, 1 merges 785.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 790.0 sec: 18 segments, 1 merges 790.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 795.1 sec: 18 segments, 1 merges 795.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 800.1 sec: 18 segments, 1 merges 800.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 805.1 sec: 18 segments, 1 merges 805.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 810.1 sec: 18 segments, 1 merges 810.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 815.1 sec: 18 segments, 1 merges 815.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 820.1 sec: 18 segments, 1 merges 820.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 825.1 sec: 18 segments, 1 merges 825.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 830.1 sec: 18 segments, 1 merges 830.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 835.1 sec: 18 segments, 1 merges 835.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 840.1 sec: 18 segments, 1 merges 840.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 845.1 sec: 18 segments, 1 merges 845.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 850.1 sec: 18 segments, 1 merges 850.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 855.1 sec: 18 segments, 1 merges 855.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 860.1 sec: 18 segments, 1 merges 860.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 865.1 sec: 18 segments, 1 merges 865.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 870.1 sec: 18 segments, 1 merges 870.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 875.1 sec: 18 segments, 1 merges 875.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 880.1 sec: 18 segments, 1 merges 880.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 885.1 sec: 18 segments, 1 merges 885.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 890.1 sec: 18 segments, 1 merges 890.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 895.1 sec: 18 segments, 1 merges 895.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 900.0 sec: 18 segments, 1 merges 900.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 905.0 sec: 18 segments, 1 merges 905.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 910.1 sec: 18 segments, 1 merges 910.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 915.1 sec: 18 segments, 1 merges 915.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 920.1 sec: 18 segments, 1 merges 920.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 925.0 sec: 18 segments, 1 merges 925.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 930.0 sec: 18 segments, 1 merges 930.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 935.0 sec: 18 segments, 1 merges 935.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 940.0 sec: 18 segments, 1 merges 940.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 945.0 sec: 18 segments, 1 merges 945.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 950.0 sec: 18 segments, 1 merges 950.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 955.0 sec: 18 segments, 1 merges 955.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 960.0 sec: 18 segments, 1 merges 960.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 965.0 sec: 18 segments, 1 merges 965.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 970.0 sec: 18 segments, 1 merges 970.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 975.0 sec: 18 segments, 1 merges 975.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 980.0 sec: 18 segments, 1 merges 980.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 985.0 sec: 18 segments, 1 merges 985.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 990.0 sec: 18 segments, 1 merges 990.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 995.0 sec: 18 segments, 1 merges 995.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 1000.0 sec: 18 segments, 1 merges 1000.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 1005.0 sec: 18 segments, 1 merges 1005.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 1010.1 sec: 18 segments, 1 merges 1010.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 1015.1 sec: 18 segments, 1 merges 1015.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 1020.1 sec: 18 segments, 1 merges 1020.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 1025.1 sec: 18 segments, 1 merges 1025.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 1030.0 sec: 18 segments, 1 merges 1030.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 1035.0 sec: 18 segments, 1 merges 1035.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 1040.0 sec: 18 segments, 1 merges 1040.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 1045.0 sec: 18 segments, 1 merges 1045.0s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 1050.1 sec: 18 segments, 1 merges 1050.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 1055.1 sec: 18 segments, 1 merges 1055.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 1060.1 sec: 18 segments, 1 merges 1060.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 1065.1 sec: 18 segments, 1 merges 1065.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 1070.1 sec: 18 segments, 1 merges 1070.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 1075.1 sec: 18 segments, 1 merges 1075.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB 1080.1 sec: 18 segments, 1 merges 1080.1s _1c4: 18 segs, 8000.0 K docs, 36040.1 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 1085.44 sec index has 1 segments: segments_3: _1c4(11.0.0):C8000000 _1c4: 36185.9 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=0.5 index disk usage is 36185.92 MB vector disk usage is 35278.32 MB vector RAM usage is 4028.32 MB exact nn key = cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100 read pre-cached exact match vectors from cache file "knn-reuse/exact-nn/cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100.bin" read pre-cached exact match scores from cache file "knn-reuse/exact-nn/cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100.scores" EXACT_NN_SCORES_PATH: /l/util.nightly/knn-reuse/exact-nn/cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100.scores EXACT_NN_METRIC: dot_product path=/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec dim=1024 vectorEncoding.byteSize=4 1778739 query vectors in queryPath "/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec" searching 1000 query vectors; topK=100, fanout=100 done warmup thread 3 name=main cpu@start=49505146067 cpu@end=51821494580 deltaMS=2316.348513 thread 14 name=Reference Handler cpu@start=1626822 cpu@end=1626822 deltaMS=0.0 thread 15 name=Finalizer cpu@start=150366 cpu@end=150366 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=59114 cpu@end=59114 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=3299682 cpu@end=3299682 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=18716704074 cpu@end=18717171692 deltaMS=0.467618 thread 42 name=JFR Periodic Tasks cpu@start=121846832958 cpu@end=121958540661 deltaMS=111.707703 thread 45 name=Notification Thread cpu@start=108639 cpu@end=108639 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1713842379144 cpu@end=1713842379144 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1715250041867 cpu@end=1715250041867 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1718500542776 cpu@end=1718500542776 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1717327848720 cpu@end=1717327848720 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1716015037836 cpu@end=1716015037836 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1713337173876 cpu@end=1713337173876 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1714306080306 cpu@end=1714306080306 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1712631429461 cpu@end=1712631429461 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1717476516306 cpu@end=1717476516306 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1717779107282 cpu@end=1717779107282 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1713519839269 cpu@end=1713519839269 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1718723784253 cpu@end=1718723784253 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1715759461483 cpu@end=1715759461483 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1718675244594 cpu@end=1718675244594 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1715757516053 cpu@end=1715757516053 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1721590787205 cpu@end=1721590787205 deltaMS=0.0 Average CPU cores used: 1.0449070980710828 completed 1000 searches in 2324 ms: 430 QPS CPU time=2428 ms checking results SUMMARY: 0.881 2.324 2.428 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 5731 957.08 8358.74 1085.44 1 36185.92 null N/A 1.000 35278.320 4028.320 false HNSW no Leaf 0 has 4 layers Leaf 0 has 8000000 documents Graph level=3 size=256, Fanout min=6, mean=16.29, max=32, meandelta=405158.00 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 16 17 18 20 23 32 Graph level=2 size=7744, Fanout min=7, mean=27.42, max=32, meandelta=268458.16 % 0 10 20 30 40 50 60 70 80 90 100 0 19 22 25 28 31 32 32 32 32 32 Graph level=1 size=247407, Fanout min=1, mean=28.30, max=32, meandelta=258561.92 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 27 31 32 32 32 32 32 32 Graph level=0 size=8000000, Fanout min=1, mean=37.73, max=64, meandelta=194189.30 % 0 10 20 30 40 50 60 70 80 90 100 0 17 22 26 30 34 40 47 59 64 64 Graph level=3 size=256, connectedness=1.00 Graph level=2 size=7744, connectedness=1.00 Graph level=1 size=247407, connectedness=1.00 Graph level=0 size=8000000, connectedness=1.00 Performance counter stats for '/usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build --add-modules jdk.incubator.vector --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q4-fmTrue.jfr knn.KnnGraphTester -maxConn 32 -dim 1024 -docs /big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec -ndoc 8000000 -topK 100 -numIndexThreads 8 -beamWidthIndex 100 -search-and-stats /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -metric dot_product -numMergeThread 16 -numMergeWorker 48 -forceMerge -quantize -quantizeBits 4 -quantizeCompress': 45,376,561.95 msec task-clock:u 175,124,958,294,836 cycles:u (36.36%) 182,200,995,001,734 instructions:u (36.36%) 4,388,324,099,891 cache-references:u (36.36%) 1,658,786,635,427 cache-misses:u (36.36%) 65,422,033,643,852 L1-dcache-loads:u (36.36%) 2,019,700,743,879 L1-dcache-load-misses:u (36.36%) 6,069,169,572,966 L1-icache-loads:u (36.36%) 15,708,931,525 L1-icache-load-misses:u (36.36%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 24,138,625 faults:u 23,159,135 minor-faults:u 24,297 major-faults:u 15,789,635,385,656 branches:u (36.36%) 117,485,734,250 branch-misses:u (36.36%) 2,769,942,452,079 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 2304.324036845 seconds time elapsed 44787.421622000 seconds user 576.334627000 seconds sys took 0:38:24.354167 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='dbf0d1426f13292f58083911c65bbae431251e4f', luceneutil_git_rev='63c1b2b252f377e272313c1ac0f182be79ad78b6', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=True, recall=0.881, cpu_time_ms=2.324, net_cpu_ms=2.428, avg_cpu_core_count=1.045, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='4 bits', total_visited=5731, index_time_sec=957.08, index_docs_per_sec=8358.74, force_merge_time_sec=1085.44, index_num_segments=1, index_size_on_disk_mb=36185.92, selectivity=None, pre_post_filter='null', vec_disk_mb=35278.32, vec_ram_mb=4028.32, graph_level_conn_p_values={3: (256, {0: 0, 10: 10, 20: 12, 30: 13, 40: 14, 50: 16, 60: 17, 70: 18, 80: 20, 90: 23, 100: 32}), 2: (7744, {0: 0, 10: 19, 20: 22, 30: 25, 40: 28, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247407, {0: 0, 10: 19, 20: 23, 30: 27, 40: 31, 50: 32, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 0: (8000000, {0: 0, 10: 17, 20: 22, 30: 26, 40: 30, 50: 34, 60: 40, 70: 47, 80: 59, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=2304, microseconds=354167)) Profiler summary for /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q4-fmTrue.jfr Version: 2.1 Chunks: 112 Start: 2026-05-14 10:27:13 (UTC) Duration: 2292 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 43528690 745355730 jdk.FileWrite 22317821 471004157 jdk.FileRead 8003650 182251128 jdk.ObjectAllocationInNewTLAB 72657 1441346 jdk.BooleanFlag 55552 1757424 jdk.CPULoad 42945 858263 jdk.Checkpoint 7738 29059334 jdk.Compilation 6284 162096 jdk.UnsignedIntFlag 5376 182368 jdk.IntFlag 4928 179808 jdk.StringFlag 3808 147611 jdk.ObjectAllocationOutsideTLAB 1276 22827 jdk.CPUInformation 112 168220 jdk.GCConfiguration 112 2908 jdk.JVMInformation 112 106396 jdk.Metadata 112 12379021 jdk.GarbageCollection 59 1418 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q4-fmTrue.jfr is 1378.14 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 43528690 events (total: 43M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 41.55% 18M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 29.46% 12M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 10.53% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 3.40% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 3.36% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.62% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 1.38% 599522 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.91% 396878 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.87% 379839 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.86% 374479 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.54% 234590 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.51% 223010 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.30% 128906 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.29% 128390 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.27% 115675 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] 0.25% 110938 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.25% 108277 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.23% 98304 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.21% 92281 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.17% 74737 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.12% 50402 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.11% 47120 sun.nio.ch.NativeThread#current0() [Native code] 0.10% 45064 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] 0.10% 43165 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.09% 39699 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.09% 39430 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.09% 37975 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.08% 35642 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.07% 31817 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.07% 31435 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.07% 29711 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.06% 28184 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] 0.06% 27386 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.06% 26236 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.04% 18116 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.04% 16461 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.03% 14808 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.03% 14576 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():60 [Inlined code] 0.03% 14563 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.03% 14562 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 13396 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.03% 12462 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 11389 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 9251 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] 0.02% 8490 org.apache.lucene.internal.hppc.IntIntHashMap#containsKey():297 [Inlined code] 0.02% 8228 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 0.02% 7812 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 7796 knn.IndexerThread#_run():105 [JIT compiled code] 0.02% 7081 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():172 [JIT compiled code] 0.02% 6935 org.apache.lucene.util.hnsw.NeighborArray#descSortFindRightMostInsertionPoint():283 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q4-fmTrue.jfr is 1378.14 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 43528690 events (total: 43M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 39.02% 16M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 29.43% 12M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] 10.53% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 3.36% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 2.67% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] 2.38% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():234 [JIT compiled code] 1.44% 627444 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] 1.38% 599463 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.90% 391416 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] 0.86% 374479 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] 0.74% 320637 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.67% 290557 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.67% 289868 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] 0.49% 213730 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.41% 177758 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.30% 128660 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.27% 115667 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.24% 103147 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] 0.23% 98279 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.20% 88199 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.20% 87063 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.19% 82793 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.17% 74590 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] 0.17% 73942 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.14% 63050 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] 0.14% 62196 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.12% 50402 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.10% 45061 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.10% 43768 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.09% 41292 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.09% 39430 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.08% 34772 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.07% 31048 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():164 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 0.07% 29702 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] at jdk.jfr.internal.event.EventWriter#beginEvent():245 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] 0.07% 29537 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.07% 28683 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] at org.apache.lucene.store.DataOutput#writeBytes():54 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():235 [Interpreted code] 0.06% 28167 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.06% 27386 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeAndRecalculateCentroids():459 [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():331 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] 0.06% 27086 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.06% 26628 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popNode():637 [Inlined code] 0.06% 26228 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] 0.06% 25926 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.05% 22915 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.05% 22449 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] 0.05% 21682 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.05% 20333 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Interpreted code] 0.04% 19534 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.04% 16891 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [JIT compiled code] 0.04% 16328 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong():121 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] 0.03% 13575 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#lambda$addNode$0():170 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph$$Lambda.0x0000000060171bb0#accept() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#alertOnHeapMemoryUsageChange():118 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q4-fmTrue.jfr is 1378.14 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 43528690 events (total: 43M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 25.95% 11M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 23.35% 10M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 12.92% 5M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 9.27% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 2.93% 1M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():199 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 2.62% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 2.15% 937927 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():199 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 1.51% 657720 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():234 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] 1.04% 453102 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.96% 419576 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.96% 418447 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000060196660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.95% 414434 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000060196660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.88% 381285 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.76% 329316 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000060196660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.75% 326165 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():234 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] 0.58% 253002 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000006019e328#run() [JIT compiled code] 0.57% 248487 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] 0.50% 217804 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] 0.45% 194085 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] 0.43% 187083 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.42% 183989 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.40% 172859 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.38% 164956 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():209 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():314 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.31% 136308 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.31% 135596 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.30% 132428 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] 0.30% 128472 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] 0.24% 104163 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.23% 97954 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.20% 85218 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000006019e328#run() [JIT compiled code] 0.19% 82793 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000006007aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.19% 81567 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.18% 79524 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000006019e328#run() [JIT compiled code] 0.15% 66412 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000060196660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.15% 66374 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():209 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():314 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [JIT compiled code] 0.15% 64459 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():199 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.15% 63997 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.14% 62709 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.14% 59527 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000060196660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.13% 55764 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.12% 54129 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.12% 51819 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000060196660#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.11% 49869 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.11% 47928 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.11% 47124 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000006019e328#run() [JIT compiled code] 0.10% 42052 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():93 [JIT compiled code] 0.10% 41556 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.09% 39703 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.09% 39178 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.09% 37316 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q4-fmTrue.jfr is 1378.14 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 73905 events (total: 568528M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.55% 133860M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 23.24% 132129M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 22.95% 130474M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 11.17% 63508M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 5.67% 32250M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.01% 22803M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.12% 6358M java.util.Arrays#copyOf():3478 [Inlined code] 0.89% 5058M java.lang.Integer#valueOf():1006 [Inlined code] 0.75% 4277M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.70% 3976M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.70% 3965M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] 0.64% 3624M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.42% 2362M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] 0.39% 2189M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.32% 1792M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.30% 1725M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.26% 1495M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.20% 1108M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.18% 1015M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.16% 932M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.15% 825M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.14% 806M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.14% 804M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.13% 750M java.util.ArrayList#grow():240 [Inlined code] 0.13% 729M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.09% 533M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.09% 520M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.09% 510M knn.IndexerThread#_run():108 [JIT compiled code] 0.07% 419M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.07% 387M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.07% 382M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.07% 379M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.06% 334M org.apache.lucene.document.Document#():42 [Inlined code] 0.06% 322M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.06% 312M knn.IndexerThread#_run():125 [JIT compiled code] 0.05% 287M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.05% 259M knn.IndexerThread#_run():86 [JIT compiled code] 0.03% 190M java.util.HashMap#newNode():1910 [Inlined code] 0.03% 189M java.io.BufferedOutputStream#():92 [Inlined code] 0.03% 173M org.apache.lucene.util.packed.DirectMonotonicWriter#():72 [Inlined code] 0.03% 171M java.util.concurrent.FutureTask#run():320 [Interpreted code] 0.03% 170M java.util.List#of():935 [Inlined code] 0.03% 170M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.03% 168M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [JIT compiled code] 0.03% 163M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 158M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.02% 130M org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():526 [JIT compiled code] 0.02% 98M knn.KnnIndexer#createIndex():264 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q4-fmTrue.jfr is 1378.14 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 73905 events (total: 568528M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.85% 107141M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 18.67% 106132M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 13.02% 74040M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 9.78% 55585M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 6.86% 39013M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] 5.67% 32250M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 4.40% 24988M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 4.31% 24494M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] 4.24% 24104M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 4.01% 22803M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 1.08% 6126M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] 0.88% 5015M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] 0.75% 4277M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.70% 3965M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.59% 3338M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.36% 2061M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Interpreted code] 0.35% 2008M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.33% 1895M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.32% 1792M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.24% 1350M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.24% 1348M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.22% 1277M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.18% 1015M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.16% 935M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.16% 932M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.15% 867M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.13% 750M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.13% 729M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2274 [JIT compiled code] 0.11% 647M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.11% 645M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.09% 538M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.09% 530M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [JIT compiled code] 0.09% 518M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.09% 510M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.09% 496M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.08% 470M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.08% 446M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.07% 423M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.07% 417M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] 0.07% 414M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.07% 412M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.07% 387M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.07% 382M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.07% 380M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000006019e328#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.06% 334M org.apache.lucene.document.Document#():42 [Inlined code] at knn.IndexerThread#_run():86 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.06% 322M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():288 [JIT compiled code] at java.lang.ThreadLocal#setInitialValue():203 [Inlined code] at java.lang.ThreadLocal#get():193 [Inlined code] 0.06% 312M knn.IndexerThread#_run():125 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.05% 301M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q4-fmTrue.jfr is 1378.14 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 73905 events (total: 568528M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.40% 47769M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 8.37% 47581M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] 8.34% 47430M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] 6.93% 39414M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 6.85% 38949M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 5.67% 32250M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 4.46% 25371M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 4.32% 24558M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] 4.31% 24479M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] 3.80% 21597M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 3.75% 21334M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 2.88% 16349M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 2.79% 15889M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.50% 8549M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.46% 8286M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.43% 8145M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 1.29% 7336M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():440 [Interpreted code] 1.28% 7290M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():440 [Interpreted code] 1.24% 7066M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 1.08% 6126M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 1.00% 5695M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.92% 5247M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.90% 5128M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.88% 5015M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 0.82% 4676M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.73% 4167M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.73% 4131M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.72% 4097M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.69% 3930M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.53% 3008M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.49% 2782M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] 0.48% 2701M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.44% 2515M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.44% 2491M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.43% 2457M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] 0.36% 2061M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000006019e328#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.35% 2004M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.34% 1944M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.34% 1914M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.32% 1792M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.24% 1390M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.23% 1317M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.22% 1273M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] 0.16% 883M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.16% 881M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] 0.15% 835M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.14% 802M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.14% 780M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006019bbf0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.13% 750M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] now remove KNN index knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-fm cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q7-fmFalse.jfr', 'knn.KnnGraphTester', '-maxConn', '32', '-dim', '1024', '-docs', '/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', '-ndoc', '8000000', '-topK', '100', '-numIndexThreads', '8', '-beamWidthIndex', '100', '-search-and-stats', '/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', '-metric', 'dot_product', '-numMergeThread', '16', '-numMergeWorker', '48', '-reindex', '-quantize', '-quantizeBits', '7'] WARNING: Using incubator modules: jdk.incubator.vector [0.214s][info][jfr,startup] Started recording 1. [0.214s][info][jfr,startup] [0.214s][info][jfr,startup] Use jcmd 837894 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2243744924304609 index key = dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-notfm Index Path = knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-notfm will now reindex: explicitly requested May 14, 2026 7:17:32 AM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-notfm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 125 segments, 13 merges 324.4s _15n: 8 segs, 1016.9 K docs, 5071.6 MB 207.1s _191: 8 segs, 128.2 K docs, 637.6 MB 130.6s _1be: 8 segs, 280.5 K docs, 1396.9 MB 95.4s _1ca: 8 segs, 143.1 K docs, 711.9 MB 88.0s _1ci: 8 segs, 188.2 K docs, 937.3 MB 80.0s _1cq: 8 segs, 38.2 K docs, 189.1 MB 73.8s _1cx: 8 segs, 108.1 K docs, 537.3 MB 65.6s _1d6: 8 segs, 38.7 K docs, 191.7 MB 45.8s _1do: 8 segs, 37.5 K docs, 185.7 MB 24.5s _1e5: 8 segs, 72.5 K docs, 359.9 MB 13.3s _1ee: 8 segs, 38.3 K docs, 189.6 MB 7.3s _1el: 8 segs, 106.6 K docs, 529.9 MB 0.6s _1eq: 12 segs, 46.5 K docs, 230.3 MB 5.1 sec: 111 segments, 11 merges 329.4s _15n: 8 segs, 1016.9 K docs, 5071.6 MB 212.1s _191: 8 segs, 128.2 K docs, 637.6 MB 135.7s _1be: 8 segs, 280.5 K docs, 1396.9 MB 100.4s _1ca: 8 segs, 143.1 K docs, 711.9 MB 93.1s _1ci: 8 segs, 188.2 K docs, 937.3 MB 78.8s _1cx: 8 segs, 108.1 K docs, 537.3 MB 70.7s _1d6: 8 segs, 38.7 K docs, 191.7 MB 29.5s _1e5: 8 segs, 72.5 K docs, 359.9 MB 18.4s _1ee: 8 segs, 38.3 K docs, 189.6 MB 12.4s _1el: 8 segs, 106.6 K docs, 529.9 MB 5.6s _1eq: 12 segs, 46.5 K docs, 230.3 MB 10.1 sec: 111 segments, 11 merges 334.4s _15n: 8 segs, 1016.9 K docs, 5071.6 MB 217.1s _191: 8 segs, 128.2 K docs, 637.6 MB 140.7s _1be: 8 segs, 280.5 K docs, 1396.9 MB 105.4s _1ca: 8 segs, 143.1 K docs, 711.9 MB 98.1s _1ci: 8 segs, 188.2 K docs, 937.3 MB 83.9s _1cx: 8 segs, 108.1 K docs, 537.3 MB 75.7s _1d6: 8 segs, 38.7 K docs, 191.7 MB 34.6s _1e5: 8 segs, 72.5 K docs, 359.9 MB 23.4s _1ee: 8 segs, 38.3 K docs, 189.6 MB 17.4s _1el: 8 segs, 106.6 K docs, 529.9 MB 10.6s _1eq: 12 segs, 46.5 K docs, 230.3 MB 15.1 sec: 111 segments, 11 merges 339.4s _15n: 8 segs, 1016.9 K docs, 5071.6 MB 222.1s _191: 8 segs, 128.2 K docs, 637.6 MB 145.7s _1be: 8 segs, 280.5 K docs, 1396.9 MB 110.4s _1ca: 8 segs, 143.1 K docs, 711.9 MB 103.1s _1ci: 8 segs, 188.2 K docs, 937.3 MB 88.9s _1cx: 8 segs, 108.1 K docs, 537.3 MB 80.7s _1d6: 8 segs, 38.7 K docs, 191.7 MB 39.6s _1e5: 8 segs, 72.5 K docs, 359.9 MB 28.4s _1ee: 8 segs, 38.3 K docs, 189.6 MB 22.4s _1el: 8 segs, 106.6 K docs, 529.9 MB 15.6s _1eq: 12 segs, 46.5 K docs, 230.3 MB 20.1 sec: 104 segments, 10 merges 344.5s _15n: 8 segs, 1016.9 K docs, 5071.6 MB 227.2s _191: 8 segs, 128.2 K docs, 637.6 MB 150.7s _1be: 8 segs, 280.5 K docs, 1396.9 MB 115.4s _1ca: 8 segs, 143.1 K docs, 711.9 MB 108.1s _1ci: 8 segs, 188.2 K docs, 937.3 MB 93.9s _1cx: 8 segs, 108.1 K docs, 537.3 MB 44.6s _1e5: 8 segs, 72.5 K docs, 359.9 MB 33.4s _1ee: 8 segs, 38.3 K docs, 189.6 MB 27.4s _1el: 8 segs, 106.6 K docs, 529.9 MB 20.6s _1eq: 12 segs, 46.5 K docs, 230.3 MB 25.0 sec: 104 segments, 10 merges 349.4s _15n: 8 segs, 1016.9 K docs, 5071.6 MB 232.1s _191: 8 segs, 128.2 K docs, 637.6 MB 155.7s _1be: 8 segs, 280.5 K docs, 1396.9 MB 120.4s _1ca: 8 segs, 143.1 K docs, 711.9 MB 113.0s _1ci: 8 segs, 188.2 K docs, 937.3 MB 98.8s _1cx: 8 segs, 108.1 K docs, 537.3 MB 49.5s _1e5: 8 segs, 72.5 K docs, 359.9 MB 38.3s _1ee: 8 segs, 38.3 K docs, 189.6 MB 32.3s _1el: 8 segs, 106.6 K docs, 529.9 MB 25.6s _1eq: 12 segs, 46.5 K docs, 230.3 MB 30.0 sec: 104 segments, 10 merges 354.4s _15n: 8 segs, 1016.9 K docs, 5071.6 MB 237.1s _191: 8 segs, 128.2 K docs, 637.6 MB 160.7s _1be: 8 segs, 280.5 K docs, 1396.9 MB 125.4s _1ca: 8 segs, 143.1 K docs, 711.9 MB 118.0s _1ci: 8 segs, 188.2 K docs, 937.3 MB 103.8s _1cx: 8 segs, 108.1 K docs, 537.3 MB 54.5s _1e5: 8 segs, 72.5 K docs, 359.9 MB 43.4s _1ee: 8 segs, 38.3 K docs, 189.6 MB 37.3s _1el: 8 segs, 106.6 K docs, 529.9 MB 30.6s _1eq: 12 segs, 46.5 K docs, 230.3 MB 35.0 sec: 83 segments, 8 merges 165.7s _1be: 8 segs, 280.5 K docs, 1396.9 MB 130.4s _1ca: 8 segs, 143.1 K docs, 711.9 MB 123.0s _1ci: 8 segs, 188.2 K docs, 937.3 MB 108.8s _1cx: 8 segs, 108.1 K docs, 537.3 MB 59.5s _1e5: 8 segs, 72.5 K docs, 359.9 MB 42.3s _1el: 8 segs, 106.6 K docs, 529.9 MB 35.6s _1eq: 12 segs, 46.5 K docs, 230.3 MB 0.9s _1er: 7 segs, 1000.0 K docs, 4987.5 MB 40.0 sec: 83 segments, 8 merges 170.7s _1be: 8 segs, 280.5 K docs, 1396.9 MB 135.4s _1ca: 8 segs, 143.1 K docs, 711.9 MB 128.0s _1ci: 8 segs, 188.2 K docs, 937.3 MB 113.8s _1cx: 8 segs, 108.1 K docs, 537.3 MB 64.5s _1e5: 8 segs, 72.5 K docs, 359.9 MB 47.3s _1el: 8 segs, 106.6 K docs, 529.9 MB 40.6s _1eq: 12 segs, 46.5 K docs, 230.3 MB 5.9s _1er: 7 segs, 1000.0 K docs, 4987.5 MB 45.0 sec: 76 segments, 7 merges 175.7s _1be: 8 segs, 280.5 K docs, 1396.9 MB 140.4s _1ca: 8 segs, 143.1 K docs, 711.9 MB 133.0s _1ci: 8 segs, 188.2 K docs, 937.3 MB 118.8s _1cx: 8 segs, 108.1 K docs, 537.3 MB 52.3s _1el: 8 segs, 106.6 K docs, 529.9 MB 45.6s _1eq: 12 segs, 46.5 K docs, 230.3 MB 10.9s _1er: 7 segs, 1000.0 K docs, 4987.5 MB 50.0 sec: 51 segments, 4 merges 138.0s _1ci: 8 segs, 188.2 K docs, 937.3 MB 123.8s _1cx: 8 segs, 108.1 K docs, 537.3 MB 57.3s _1el: 8 segs, 106.6 K docs, 529.9 MB 15.9s _1er: 7 segs, 1000.0 K docs, 4987.5 MB 55.0 sec: 51 segments, 4 merges 143.0s _1ci: 8 segs, 188.2 K docs, 937.3 MB 128.8s _1cx: 8 segs, 108.1 K docs, 537.3 MB 62.3s _1el: 8 segs, 106.6 K docs, 529.9 MB 20.9s _1er: 7 segs, 1000.0 K docs, 4987.5 MB 60.0 sec: 37 segments, 3 merges 67.3s _1el: 8 segs, 106.6 K docs, 529.9 MB 25.9s _1er: 7 segs, 1000.0 K docs, 4987.5 MB 1.2s _1es: 8 segs, 353.9 K docs, 1762.0 MB 65.0 sec: 30 segments, 2 merges 30.9s _1er: 7 segs, 1000.0 K docs, 4987.5 MB 6.2s _1es: 8 segs, 353.9 K docs, 1762.0 MB 70.0 sec: 30 segments, 2 merges 35.9s _1er: 7 segs, 1000.0 K docs, 4987.5 MB 11.2s _1es: 8 segs, 353.9 K docs, 1762.0 MB 75.1 sec: 30 segments, 2 merges 40.9s _1er: 7 segs, 1000.0 K docs, 4987.5 MB 16.2s _1es: 8 segs, 353.9 K docs, 1762.0 MB 80.1 sec: 30 segments, 2 merges 45.9s _1er: 7 segs, 1000.0 K docs, 4987.5 MB 21.2s _1es: 8 segs, 353.9 K docs, 1762.0 MB 85.1 sec: 30 segments, 2 merges 50.9s _1er: 7 segs, 1000.0 K docs, 4987.5 MB 26.2s _1es: 8 segs, 353.9 K docs, 1762.0 MB 90.1 sec: 30 segments, 2 merges 55.9s _1er: 7 segs, 1000.0 K docs, 4987.5 MB 31.2s _1es: 8 segs, 353.9 K docs, 1762.0 MB 95.1 sec: 30 segments, 2 merges 60.9s _1er: 7 segs, 1000.0 K docs, 4987.5 MB 36.2s _1es: 8 segs, 353.9 K docs, 1762.0 MB 100.1 sec: 30 segments, 2 merges 66.0s _1er: 7 segs, 1000.0 K docs, 4987.5 MB 41.2s _1es: 8 segs, 353.9 K docs, 1762.0 MB 105.1 sec: 30 segments, 2 merges 71.0s _1er: 7 segs, 1000.0 K docs, 4987.5 MB 46.2s _1es: 8 segs, 353.9 K docs, 1762.0 MB 110.1 sec: 30 segments, 2 merges 76.0s _1er: 7 segs, 1000.0 K docs, 4987.5 MB 51.2s _1es: 8 segs, 353.9 K docs, 1762.0 MB 115.0 sec: 23 segments, 1 merges 80.9s _1er: 7 segs, 1000.0 K docs, 4987.5 MB 120.0 sec: 23 segments, 1 merges 85.9s _1er: 7 segs, 1000.0 K docs, 4987.5 MB 125.0 sec: 23 segments, 1 merges 90.9s _1er: 7 segs, 1000.0 K docs, 4987.5 MB 130.1 sec: 23 segments, 1 merges 95.9s _1er: 7 segs, 1000.0 K docs, 4987.5 MB 135.1 sec: 23 segments, 1 merges 100.9s _1er: 7 segs, 1000.0 K docs, 4987.5 MB 140.1 sec: 23 segments, 1 merges 105.9s _1er: 7 segs, 1000.0 K docs, 4987.5 MB 145.1 sec: 23 segments, 1 merges 110.9s _1er: 7 segs, 1000.0 K docs, 4987.5 MB 150.1 sec: 23 segments, 1 merges 116.0s _1er: 7 segs, 1000.0 K docs, 4987.5 MB 155.1 sec: 23 segments, 1 merges 121.0s _1er: 7 segs, 1000.0 K docs, 4987.5 MB 160.1 sec: 23 segments, 1 merges 126.0s _1er: 7 segs, 1000.0 K docs, 4987.5 MB 165.1 sec: 23 segments, 1 merges 131.0s _1er: 7 segs, 1000.0 K docs, 4987.5 MB 170.1 sec: 23 segments, 1 merges 136.0s _1er: 7 segs, 1000.0 K docs, 4987.5 MB 175.0 sec: 23 segments, 1 merges 140.9s _1er: 7 segs, 1000.0 K docs, 4987.5 MB 180.0 sec: 23 segments, 1 merges 145.9s _1er: 7 segs, 1000.0 K docs, 4987.5 MB 185.0 sec: 23 segments, 1 merges 150.9s _1er: 7 segs, 1000.0 K docs, 4987.5 MB 190.0 sec: 23 segments, 1 merges 155.9s _1er: 7 segs, 1000.0 K docs, 4987.5 MB 195.0 sec: 23 segments, 1 merges 160.9s _1er: 7 segs, 1000.0 K docs, 4987.5 MB 200.0 sec: 23 segments, 1 merges 165.9s _1er: 7 segs, 1000.0 K docs, 4987.5 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1548 seconds reindex takes 1548.41 sec index has 17 segments: segments_2: _9u(11.0.0):C1005467 _jd(11.0.0):C773401 _qj(11.0.0):C1021399 _uv(11.0.0):C746188 _pw(11.0.0):C253458 _15n(11.0.0):C1016897 _rm(11.0.0):C259041 _zd(11.0.0):C550714 _1er(11.0.0):C1000018 _1be(11.0.0):C280482 _1ci(11.0.0):C188249 _188(11.0.0):C107054 _1ap(11.0.0):C85931 _1cx(11.0.0):C108088 _1ca(11.0.0):C143131 _1es(11.0.0):C353868 _1el(11.0.0):C106614 _9u: 5021.8 MB _jd: 3861.9 MB _qj: 5101.6 MB _uv: 3725.9 MB _pw: 1264.7 MB _15n: 5079.1 MB _rm: 1292.5 MB _zd: 2749.2 MB _1er: 4994.6 MB _1be: 1399.6 MB _1ci: 939.1 MB _188: 533.8 MB _1ap: 428.3 MB _1cx: 538.9 MB _1ca: 713.9 MB _1es: 1766.1 MB _1el: 531.6 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=1.0 index disk usage is 39942.66 MB vector disk usage is 39184.57 MB vector RAM usage is 7934.57 MB exact nn key = cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100 read pre-cached exact match vectors from cache file "knn-reuse/exact-nn/cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100.bin" read pre-cached exact match scores from cache file "knn-reuse/exact-nn/cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100.scores" EXACT_NN_SCORES_PATH: /l/util.nightly/knn-reuse/exact-nn/cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100.scores EXACT_NN_METRIC: dot_product path=/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec dim=1024 vectorEncoding.byteSize=4 1778739 query vectors in queryPath "/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec" searching 1000 query vectors; topK=100, fanout=100 done warmup thread 3 name=main cpu@start=57044308864 cpu@end=70999140958 deltaMS=13954.832094 thread 14 name=Reference Handler cpu@start=1888938 cpu@end=1888938 deltaMS=0.0 thread 15 name=Finalizer cpu@start=156718 cpu@end=156718 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=75470 cpu@end=75470 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=7241938 cpu@end=7241938 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=23889704698 cpu@end=23891704658 deltaMS=1.99996 thread 42 name=JFR Periodic Tasks cpu@start=119444823323 cpu@end=120114788490 deltaMS=669.965167 thread 45 name=Notification Thread cpu@start=105249 cpu@end=105249 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1701670833180 cpu@end=1701670833180 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1698826645881 cpu@end=1698826645881 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1704120226242 cpu@end=1704120226242 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1701502786113 cpu@end=1701502786113 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1699938211402 cpu@end=1699938211402 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1701232192410 cpu@end=1701232192410 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1700298933772 cpu@end=1700298933772 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1695683804621 cpu@end=1695683804621 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1700441467652 cpu@end=1700441467652 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1705205947549 cpu@end=1705205947549 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1701477401151 cpu@end=1701477401151 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1699972601236 cpu@end=1699972601236 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1702692799030 cpu@end=1702692799030 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1701584931034 cpu@end=1701584931034 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1698451099523 cpu@end=1698451099523 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1699485287240 cpu@end=1699485287240 deltaMS=0.0 Average CPU cores used: 1.0472741115928037 completed 1000 searches in 13966 ms: 71 QPS CPU time=14626 ms checking results SUMMARY: 0.955 13.966 14.626 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 65671 1548.41 5166.60 0.00 17 39942.66 null N/A 1.000 39184.570 7934.570 false HNSW no Leaf 0 has 4 layers Leaf 0 has 1005467 documents Graph level=3 size=57, Fanout min=3, mean=9.26, max=16, meandelta=82187.12 % 0 10 20 30 40 50 60 70 80 90 100 0 6 6 7 8 8 10 10 12 14 16 Graph level=2 size=919, Fanout min=9, mean=23.17, max=32, meandelta=39774.49 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 21 23 25 28 32 32 32 Graph level=1 size=30839, Fanout min=4, mean=28.01, max=32, meandelta=32842.70 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=1005467, Fanout min=1, mean=39.47, max=64, meandelta=23586.20 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=57, connectedness=1.00 Graph level=2 size=919, connectedness=1.00 Graph level=1 size=30839, connectedness=1.00 Graph level=0 size=1005467, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 773401 documents Graph level=3 size=37, Fanout min=3, mean=7.14, max=13, meandelta=77419.94 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 6 7 8 8 9 10 13 Graph level=2 size=655, Fanout min=9, mean=22.11, max=32, meandelta=31797.93 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 21 23 26 29 32 32 Graph level=1 size=23549, Fanout min=3, mean=27.95, max=32, meandelta=25343.95 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=773401, Fanout min=1, mean=39.56, max=64, meandelta=18118.11 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=37, connectedness=1.00 Graph level=2 size=655, connectedness=1.00 Graph level=1 size=23549, connectedness=1.00 Graph level=0 size=773401, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 1021399 documents Graph level=3 size=63, Fanout min=4, mean=8.83, max=15, meandelta=84360.43 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 8 9 9 10 11 13 15 Graph level=2 size=883, Fanout min=7, mean=22.56, max=32, meandelta=40712.12 % 0 10 20 30 40 50 60 70 80 90 100 0 13 16 18 20 22 25 28 31 32 32 Graph level=1 size=31000, Fanout min=2, mean=27.99, max=32, meandelta=33395.40 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=1021399, Fanout min=1, mean=39.50, max=64, meandelta=23940.78 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=63, connectedness=1.00 Graph level=2 size=883, connectedness=1.00 Graph level=1 size=31000, connectedness=1.00 Graph level=0 size=1021399, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 746188 documents Graph level=3 size=31, Fanout min=3, mean=6.52, max=12, meandelta=70679.84 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 6 6 7 8 8 9 12 Graph level=2 size=600, Fanout min=9, mean=21.28, max=32, meandelta=31613.81 % 0 10 20 30 40 50 60 70 80 90 100 0 13 15 17 19 20 22 25 28 32 32 Graph level=1 size=22787, Fanout min=5, mean=28.05, max=32, meandelta=24383.66 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=746188, Fanout min=1, mean=39.60, max=64, meandelta=17461.29 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=31, connectedness=1.00 Graph level=2 size=600, connectedness=1.00 Graph level=1 size=22787, connectedness=1.00 Graph level=0 size=746188, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 253458 documents Graph level=3 size=16, Fanout min=3, mean=5.13, max=8, meandelta=33696.57 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 4 5 5 6 6 6 8 Graph level=2 size=208, Fanout min=5, mean=15.30, max=31, meandelta=13146.14 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 13 15 16 18 19 22 31 Graph level=1 size=7724, Fanout min=7, mean=27.34, max=32, meandelta=8448.83 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 24 27 31 32 32 32 32 32 Graph level=0 size=253458, Fanout min=1, mean=39.48, max=64, meandelta=5962.09 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=16, connectedness=1.00 Graph level=2 size=208, connectedness=1.00 Graph level=1 size=7724, connectedness=1.00 Graph level=0 size=253458, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 1016897 documents Graph level=3 size=60, Fanout min=4, mean=9.17, max=19, meandelta=90519.42 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 8 9 10 11 12 13 19 Graph level=2 size=909, Fanout min=8, mean=23.20, max=32, meandelta=39603.96 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 21 23 26 28 32 32 32 Graph level=1 size=30950, Fanout min=2, mean=28.03, max=32, meandelta=33141.16 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=1016897, Fanout min=1, mean=39.50, max=64, meandelta=23838.90 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=60, connectedness=1.00 Graph level=2 size=909, connectedness=1.00 Graph level=1 size=30950, connectedness=1.00 Graph level=0 size=1016897, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 259041 documents Graph level=3 size=15, Fanout min=2, mean=4.80, max=7, meandelta=40514.45 % 0 10 20 30 40 50 60 70 80 90 100 0 2 4 4 4 5 5 5 6 6 7 Graph level=2 size=221, Fanout min=6, mean=15.54, max=32, meandelta=13754.89 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 13 14 15 16 18 19 21 32 Graph level=1 size=7925, Fanout min=6, mean=27.42, max=32, meandelta=8611.68 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 25 28 31 32 32 32 32 32 Graph level=0 size=259041, Fanout min=1, mean=39.39, max=64, meandelta=6105.21 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 49 59 64 64 Graph level=3 size=15, connectedness=1.00 Graph level=2 size=221, connectedness=1.00 Graph level=1 size=7925, connectedness=1.00 Graph level=0 size=259041, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 550714 documents Graph level=3 size=30, Fanout min=2, mean=6.33, max=13, meandelta=58126.21 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 5 6 6 6 8 11 13 Graph level=2 size=442, Fanout min=7, mean=19.38, max=32, meandelta=25240.60 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 15 17 18 20 22 25 28 32 Graph level=1 size=16700, Fanout min=6, mean=27.79, max=32, meandelta=18149.93 % 0 10 20 30 40 50 60 70 80 90 100 0 19 22 25 29 32 32 32 32 32 32 Graph level=0 size=550714, Fanout min=1, mean=39.61, max=64, meandelta=12897.96 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=30, connectedness=1.00 Graph level=2 size=442, connectedness=1.00 Graph level=1 size=16700, connectedness=1.00 Graph level=0 size=550714, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 1000018 documents Graph level=3 size=57, Fanout min=4, mean=8.60, max=15, meandelta=88583.06 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 7 8 9 10 11 12 15 Graph level=2 size=912, Fanout min=7, mean=22.93, max=32, meandelta=39495.73 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 20 22 25 27 32 32 32 Graph level=1 size=30387, Fanout min=3, mean=28.01, max=32, meandelta=32616.82 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=1000018, Fanout min=1, mean=39.48, max=64, meandelta=23453.78 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=57, connectedness=1.00 Graph level=2 size=912, connectedness=1.00 Graph level=1 size=30387, connectedness=1.00 Graph level=0 size=1000018, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 280482 documents Graph level=3 size=9, Fanout min=2, mean=3.11, max=5, meandelta=45424.29 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 3 3 3 4 4 5 Graph level=2 size=251, Fanout min=5, mean=15.80, max=32, meandelta=15191.59 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 14 15 17 18 20 24 32 Graph level=1 size=8708, Fanout min=7, mean=27.35, max=32, meandelta=9380.25 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 25 27 31 32 32 32 32 32 Graph level=0 size=280482, Fanout min=1, mean=39.44, max=64, meandelta=6605.22 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 49 59 64 64 Graph level=3 size=9, connectedness=1.00 Graph level=2 size=251, connectedness=1.00 Graph level=1 size=8708, connectedness=1.00 Graph level=0 size=280482, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 188249 documents Graph level=3 size=8, Fanout min=1, mean=3.00, max=5, meandelta=21499.21 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 2 2 3 3 3 4 4 5 Graph level=2 size=170, Fanout min=6, mean=13.99, max=28, meandelta=11332.55 % 0 10 20 30 40 50 60 70 80 90 100 0 8 10 11 12 14 15 16 17 20 28 Graph level=1 size=5815, Fanout min=9, mean=27.28, max=32, meandelta=6330.14 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 24 27 30 32 32 32 32 32 Graph level=0 size=188249, Fanout min=1, mean=39.31, max=64, meandelta=4448.68 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 58 64 64 Graph level=3 size=8, connectedness=1.00 Graph level=2 size=170, connectedness=1.00 Graph level=1 size=5815, connectedness=1.00 Graph level=0 size=188249, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 107054 documents Graph level=3 size=5, Fanout min=2, mean=2.80, max=4, meandelta=24040.79 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 2 2 2 4 4 4 Graph level=2 size=99, Fanout min=6, mean=11.60, max=25, meandelta=7900.67 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 9 10 11 12 14 14 16 25 Graph level=1 size=3290, Fanout min=9, mean=26.37, max=32, meandelta=3714.50 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 23 25 29 32 32 32 32 32 Graph level=0 size=107054, Fanout min=1, mean=38.90, max=64, meandelta=2553.53 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 41 47 57 64 64 Graph level=3 size=5, connectedness=1.00 Graph level=2 size=99, connectedness=1.00 Graph level=1 size=3290, connectedness=1.00 Graph level=0 size=107054, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 85931 documents Graph level=3 size=5, Fanout min=2, mean=2.40, max=3, meandelta=13385.58 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 2 2 2 3 3 3 Graph level=2 size=75, Fanout min=4, mean=9.81, max=20, meandelta=7279.90 % 0 10 20 30 40 50 60 70 80 90 100 0 6 6 7 8 9 10 11 13 14 20 Graph level=1 size=2631, Fanout min=8, mean=25.87, max=32, meandelta=3022.40 % 0 10 20 30 40 50 60 70 80 90 100 0 16 19 22 24 27 31 32 32 32 32 Graph level=0 size=85931, Fanout min=2, mean=38.79, max=64, meandelta=2055.53 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 41 47 57 64 64 Graph level=3 size=5, connectedness=1.00 Graph level=2 size=75, connectedness=1.00 Graph level=1 size=2631, connectedness=1.00 Graph level=0 size=85931, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 108088 documents Graph level=3 size=6, Fanout min=2, mean=2.33, max=3, meandelta=24835.71 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 2 2 2 2 3 3 Graph level=2 size=96, Fanout min=4, mean=10.67, max=25, meandelta=8096.77 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 9 10 10 12 13 17 25 Graph level=1 size=3327, Fanout min=9, mean=26.47, max=32, meandelta=3728.53 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 23 26 29 32 32 32 32 32 Graph level=0 size=108088, Fanout min=3, mean=38.93, max=64, meandelta=2580.25 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 47 57 64 64 Graph level=3 size=6, connectedness=1.00 Graph level=2 size=96, connectedness=1.00 Graph level=1 size=3327, connectedness=1.00 Graph level=0 size=108088, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 143131 documents Graph level=3 size=6, Fanout min=2, mean=2.67, max=3, meandelta=19916.19 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 3 3 3 3 3 3 Graph level=2 size=127, Fanout min=5, mean=12.17, max=22, meandelta=9597.92 % 0 10 20 30 40 50 60 70 80 90 100 0 7 9 10 11 12 13 14 15 17 22 Graph level=1 size=4412, Fanout min=7, mean=26.84, max=32, meandelta=4870.79 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 23 26 30 32 32 32 32 32 Graph level=0 size=143131, Fanout min=2, mean=39.18, max=64, meandelta=3389.45 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 58 64 64 Graph level=3 size=6, connectedness=1.00 Graph level=2 size=127, connectedness=1.00 Graph level=1 size=4412, connectedness=1.00 Graph level=0 size=143131, connectedness=1.00 Leaf 15 has 4 layers Leaf 15 has 353868 documents Graph level=3 size=19, Fanout min=2, mean=4.95, max=8, meandelta=32532.03 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 4 4 5 5 6 6 7 8 Graph level=2 size=254, Fanout min=7, mean=16.82, max=30, meandelta=17260.75 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 16 18 20 21 24 30 Graph level=1 size=10668, Fanout min=5, mean=27.64, max=32, meandelta=11704.07 % 0 10 20 30 40 50 60 70 80 90 100 0 19 22 25 28 32 32 32 32 32 32 Graph level=0 size=353868, Fanout min=1, mean=39.51, max=64, meandelta=8314.09 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=19, connectedness=1.00 Graph level=2 size=254, connectedness=1.00 Graph level=1 size=10668, connectedness=1.00 Graph level=0 size=353868, connectedness=1.00 Leaf 16 has 4 layers Leaf 16 has 106614 documents Graph level=3 size=4, Fanout min=1, mean=2.00, max=3, meandelta=21213.63 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 2 2 2 2 2 3 Graph level=2 size=96, Fanout min=5, mean=11.48, max=21, meandelta=7585.62 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 9 10 11 12 13 14 16 21 Graph level=1 size=3301, Fanout min=9, mean=26.37, max=32, meandelta=3692.40 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 23 25 28 32 32 32 32 32 Graph level=0 size=106614, Fanout min=3, mean=38.96, max=64, meandelta=2542.67 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 41 48 57 64 64 Graph level=3 size=4, connectedness=1.00 Graph level=2 size=96, connectedness=1.00 Graph level=1 size=3301, connectedness=1.00 Graph level=0 size=106614, connectedness=1.00 Performance counter stats for '/usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build --add-modules jdk.incubator.vector --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q7-fmFalse.jfr knn.KnnGraphTester -maxConn 32 -dim 1024 -docs /big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec -ndoc 8000000 -topK 100 -numIndexThreads 8 -beamWidthIndex 100 -search-and-stats /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -metric dot_product -numMergeThread 16 -numMergeWorker 48 -reindex -quantize -quantizeBits 7': 54,062,862.81 msec task-clock:u 207,319,932,420,233 cycles:u (36.36%) 114,756,571,750,890 instructions:u (36.36%) 3,395,457,175,851 cache-references:u (36.36%) 1,539,581,294,813 cache-misses:u (36.36%) 41,462,197,481,732 L1-dcache-loads:u (36.36%) 1,481,005,649,251 L1-dcache-load-misses:u (36.36%) 2,063,730,970,207 L1-icache-loads:u (36.36%) 13,239,114,351 L1-icache-load-misses:u (36.36%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 7,037,654 faults:u 6,189,714 minor-faults:u 193 major-faults:u 11,657,178,895,322 branches:u (36.36%) 88,252,164,230 branch-misses:u (36.36%) 3,101,884,940,815 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 1843.787236527 seconds time elapsed 53519.204112000 seconds user 531.393096000 seconds sys took 0:30:43.809983 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='dbf0d1426f13292f58083911c65bbae431251e4f', luceneutil_git_rev='63c1b2b252f377e272313c1ac0f182be79ad78b6', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=False, recall=0.955, cpu_time_ms=13.966, net_cpu_ms=14.626, avg_cpu_core_count=1.047, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='7 bits', total_visited=65671, index_time_sec=1548.41, index_docs_per_sec=5166.6, force_merge_time_sec=0.0, index_num_segments=17, index_size_on_disk_mb=39942.66, selectivity=None, pre_post_filter='null', vec_disk_mb=39184.57, vec_ram_mb=7934.57, graph_level_conn_p_values={3: (4, {0: 0, 10: 1, 20: 1, 30: 1, 40: 1, 50: 2, 60: 2, 70: 2, 80: 2, 90: 2, 100: 3}), 2: (96, {0: 0, 10: 7, 20: 8, 30: 9, 40: 10, 50: 11, 60: 12, 70: 13, 80: 14, 90: 16, 100: 21}), 1: (3301, {0: 0, 10: 17, 20: 20, 30: 23, 40: 25, 50: 28, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 0: (106614, {0: 0, 10: 20, 20: 24, 30: 28, 40: 32, 50: 36, 60: 41, 70: 48, 80: 57, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=1843, microseconds=809983)) Profiler summary for /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q7-fmFalse.jfr Version: 2.1 Chunks: 118 Start: 2026-05-14 11:17:32 (UTC) Duration: 1831 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 51669262 887300294 jdk.FileWrite 19717281 412861494 jdk.FileRead 8003652 183181234 jdk.ObjectAllocationInNewTLAB 63224 1259219 jdk.BooleanFlag 58528 1851678 jdk.CPULoad 33826 675884 jdk.Checkpoint 8083 33965995 jdk.Compilation 5994 154901 jdk.UnsignedIntFlag 5664 192148 jdk.IntFlag 5192 189450 jdk.StringFlag 4012 155649 jdk.ObjectAllocationOutsideTLAB 1061 19026 jdk.CPUInformation 118 177232 jdk.GCConfiguration 118 3064 jdk.JVMInformation 118 109736 jdk.Metadata 118 13042183 jdk.GarbageCollection 46 1100 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q7-fmFalse.jfr is 1464.03 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 51669262 events (total: 51M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 59.62% 30M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 16.30% 8M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 11.52% 5M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 2.91% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 1.94% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 1.40% 722921 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.71% 367334 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.64% 330820 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.47% 245061 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.38% 198414 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.38% 194545 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] 0.30% 155243 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.30% 153139 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.23% 119028 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.23% 118387 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.19% 97748 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.17% 88015 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.16% 85254 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.16% 82664 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.14% 71871 sun.nio.ch.NativeThread#current0() [Native code] 0.10% 53655 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.10% 51511 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.09% 47610 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] 0.08% 43486 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.07% 37527 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.07% 36020 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.07% 35996 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.06% 31567 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.06% 31386 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.06% 28815 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.05% 28311 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.05% 28305 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] 0.05% 25444 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.05% 24284 java.util.Arrays#sort():99 [Inlined code] 0.04% 18512 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] 0.03% 18084 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] 0.03% 15386 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 15092 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 15019 org.apache.lucene.index.DocumentsWriter#updateDocuments():417 [JIT compiled code] 0.03% 14839 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 0.03% 14615 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.03% 14282 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$1#score():93 [JIT compiled code] 0.03% 14261 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.03% 13800 sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] 0.03% 13696 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.02% 11466 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.02% 10911 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.02% 10705 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():172 [JIT compiled code] 0.02% 9549 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 8427 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q7-fmFalse.jfr is 1464.03 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 51669262 events (total: 51M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 56.78% 29M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 16.30% 8M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 11.51% 5M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] 2.91% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 1.99% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] 1.40% 725528 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] 1.21% 627156 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():234 [JIT compiled code] 0.71% 367334 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] 0.63% 327113 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] 0.53% 272608 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.48% 248263 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] 0.46% 235908 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.38% 194539 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.30% 154946 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] 0.29% 150186 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.23% 119006 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.19% 97666 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.19% 95744 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] 0.15% 78355 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.15% 77280 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.14% 71364 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.14% 71008 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.12% 61931 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.11% 58254 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.11% 57844 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] 0.11% 56075 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.09% 48995 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.09% 47409 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.08% 43678 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.08% 43476 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] 0.07% 37527 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeAndRecalculateCentroids():459 [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():331 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] 0.07% 35907 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.07% 35902 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.07% 35422 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.06% 31333 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.06% 28804 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] at jdk.jfr.internal.event.EventWriter#beginEvent():245 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] 0.05% 28305 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():235 [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():325 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] 0.05% 26902 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] 0.05% 25534 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.05% 24284 java.util.Arrays#sort():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():173 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.04% 21083 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.04% 20889 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.04% 20766 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [JIT compiled code] 0.04% 19676 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popNode():637 [Inlined code] 0.04% 19347 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():164 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 0.04% 19136 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.04% 18482 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.03% 16604 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.03% 16184 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Interpreted code] 0.03% 15987 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [JIT compiled code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q7-fmFalse.jfr is 1464.03 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 51669262 events (total: 51M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 30.66% 15M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 25.18% 13M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 15.00% 7M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 11.10% 5M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 2.19% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.13% 585591 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.93% 482184 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.83% 431122 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.64% 329699 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000005f193828#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.63% 327016 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():234 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] 0.54% 278681 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.54% 276575 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.52% 268249 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000005f193828#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.52% 266758 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#unlock():903 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():234 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] 0.38% 194417 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] 0.34% 174355 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] 0.28% 144548 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] 0.28% 142228 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] 0.27% 139149 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():209 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():314 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.27% 138020 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.25% 127580 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000005f193828#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.23% 118910 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.22% 114409 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.19% 99229 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] 0.19% 99203 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.17% 87711 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.15% 79442 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.15% 77280 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000005f07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.14% 72989 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():93 [JIT compiled code] 0.14% 70409 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000005f193828#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.13% 69046 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.13% 66611 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.12% 61641 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():209 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():314 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [Inlined code] 0.12% 61538 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.12% 61022 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.11% 57941 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#write():188 [Inlined code] 0.11% 55203 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000005f19bd10#run() [JIT compiled code] 0.10% 53263 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000005f193828#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.10% 53197 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.10% 52948 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.10% 52151 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000005f19bd10#run() [JIT compiled code] 0.10% 51806 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.09% 46213 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():93 [Interpreted code] 0.09% 45265 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.08% 43299 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.08% 43068 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [Inlined code] at knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.08% 41642 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.08% 41375 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.08% 39360 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.08% 39248 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000005f19bd10#run() [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q7-fmFalse.jfr is 1464.03 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 64260 events (total: 446033M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.50% 100352M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 22.47% 100232M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 19.44% 86720M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 14.44% 64387M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 7.00% 31239M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.91% 17421M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.77% 7881M java.lang.Integer#valueOf():1006 [Inlined code] 0.68% 3054M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.62% 2748M java.util.Arrays#copyOf():3478 [Inlined code] 0.60% 2667M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.56% 2496M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] 0.52% 2330M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.50% 2233M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] 0.41% 1822M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.40% 1796M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.37% 1661M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.31% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.20% 910M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.20% 909M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.19% 855M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.19% 846M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.19% 845M java.util.ArrayList#grow():240 [Inlined code] 0.18% 801M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.17% 777M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.17% 750M knn.IndexerThread#_run():108 [JIT compiled code] 0.15% 649M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.14% 625M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.12% 549M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.12% 517M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.08% 372M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.08% 347M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.08% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.08% 341M java.util.HashMap#resize():711 [JIT compiled code] 0.07% 320M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.07% 294M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.06% 258M org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#():59 [Inlined code] 0.06% 249M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.06% 249M java.util.List#of():935 [Inlined code] 0.06% 248M org.apache.lucene.document.Document#():42 [Inlined code] 0.05% 241M knn.IndexerThread#_run():125 [JIT compiled code] 0.05% 227M knn.IndexerThread#_run():86 [JIT compiled code] 0.05% 221M java.util.HashMap#newNode():1910 [Inlined code] 0.04% 179M java.util.TimSort#():185 [Inlined code] 0.04% 179M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.04% 171M java.util.concurrent.FutureTask#run():320 [Interpreted code] 0.04% 171M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] 0.04% 160M org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():526 [JIT compiled code] 0.04% 159M java.io.BufferedOutputStream#():92 [Inlined code] 0.03% 154M org.apache.lucene.util.ArrayUtil#growExact():319 [JIT compiled code] 0.03% 153M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q7-fmFalse.jfr is 1464.03 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 64260 events (total: 446033M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.21% 81207M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 18.10% 80727M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 11.31% 50463M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 8.89% 39655M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] 7.23% 32243M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 7.00% 31239M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 5.54% 24697M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] 4.39% 19599M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 4.22% 18833M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 3.91% 17421M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 1.75% 7793M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] 0.57% 2563M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] 0.56% 2496M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.52% 2330M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.49% 2165M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.46% 2061M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] 0.41% 1822M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.38% 1685M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.34% 1511M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.31% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.29% 1315M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.25% 1116M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.22% 1001M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.21% 920M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.19% 846M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.19% 845M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.17% 777M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2274 [JIT compiled code] 0.17% 750M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.16% 718M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [Inlined code] 0.15% 649M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.14% 619M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.14% 614M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.12% 549M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [JIT compiled code] 0.12% 516M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.10% 461M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.10% 454M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.09% 399M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.08% 375M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] 0.08% 374M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.08% 355M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.08% 347M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.08% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000005f19bd10#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.08% 338M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.07% 325M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.07% 320M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.07% 306M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.06% 289M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.06% 258M org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#():59 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues$DenseOffHeapVectorValues#():154 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#load():122 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#getFloatVectorValues():230 [Inlined code] 0.06% 249M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1847 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at knn.IndexerThread#_run():126 [JIT compiled code] 0.06% 248M org.apache.lucene.document.Document#():42 [Inlined code] at knn.IndexerThread#_run():86 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q7-fmFalse.jfr is 1464.03 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 64260 events (total: 446033M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.88% 39591M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 7.00% 31239M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 6.22% 27761M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 6.09% 27181M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] 5.94% 26494M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] 5.08% 22660M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 4.99% 22256M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 4.87% 21734M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 4.86% 21688M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] 4.77% 21254M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] 4.12% 18379M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 3.68% 16416M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 3.06% 13668M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.86% 8281M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 1.75% 7793M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 1.39% 6212M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():440 [Interpreted code] 1.37% 6096M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():440 [Interpreted code] 1.19% 5286M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 1.17% 5237M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.05% 4672M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 0.92% 4093M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.91% 4041M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.86% 3823M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.85% 3811M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.84% 3767M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.67% 2970M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.66% 2927M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.65% 2916M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.62% 2777M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.61% 2708M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.59% 2650M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.57% 2563M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 0.53% 2352M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.49% 2171M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.46% 2061M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000005f19bd10#run() [Interpreted code] 0.43% 1924M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.41% 1822M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.40% 1792M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.34% 1507M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] 0.31% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.28% 1241M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] 0.27% 1218M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] 0.21% 947M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] 0.21% 941M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Inlined code] 0.18% 803M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.18% 782M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005f19b7b8#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000005f19bd10#run() [Interpreted code] 0.17% 750M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.16% 718M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():36 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():162 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():352 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():307 [Inlined code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsReader#search():305 [Inlined code] at org.apache.lucene.index.CodecReader#searchNearestVectors():273 [Inlined code] at org.apache.lucene.search.KnnFloatVectorQuery#approximateSearch():118 [JIT compiled code] at org.apache.lucene.search.AbstractKnnVectorQuery#getLeafResults():196 [Inlined code] 0.15% 666M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.15% 658M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2274 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():873 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():884 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():753 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q7-fmTrue.jfr', 'knn.KnnGraphTester', '-maxConn', '32', '-dim', '1024', '-docs', '/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', '-ndoc', '8000000', '-topK', '100', '-numIndexThreads', '8', '-beamWidthIndex', '100', '-search-and-stats', '/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', '-metric', 'dot_product', '-numMergeThread', '16', '-numMergeWorker', '48', '-forceMerge', '-quantize', '-quantizeBits', '7'] WARNING: Using incubator modules: jdk.incubator.vector [0.215s][info][jfr,startup] Started recording 1. [0.215s][info][jfr,startup] [0.215s][info][jfr,startup] Use jcmd 864401 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2246401914841319 index key = dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm Index Path = knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm will now reindex: index does not exist May 14, 2026 8:01:49 AM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 124 segments, 13 merges 160.5s _18o: 8 segs, 272.4 K docs, 1356.4 MB 128.3s _1a2: 8 segs, 111.0 K docs, 551.8 MB 85.2s _1bi: 8 segs, 150.1 K docs, 746.8 MB 61.7s _1c7: 8 segs, 120.8 K docs, 600.5 MB 55.5s _1ce: 8 segs, 110.7 K docs, 550.4 MB 49.5s _1cn: 8 segs, 39.4 K docs, 194.9 MB 43.1s _1cw: 8 segs, 41.0 K docs, 202.9 MB 36.3s _1d5: 8 segs, 39.4 K docs, 194.9 MB 29.4s _1dc: 8 segs, 216.8 K docs, 1079.5 MB 23.4s _1dj: 8 segs, 1013.1 K docs, 5053.2 MB 17.9s _1dr: 11 segs, 54.0 K docs, 267.2 MB 6.0s _1e1: 11 segs, 54.1 K docs, 267.7 MB 0.0s _1e6: 11 segs, 42.6 K docs, 210.9 MB 5.0 sec: 124 segments, 13 merges 165.5s _18o: 8 segs, 272.4 K docs, 1356.4 MB 133.3s _1a2: 8 segs, 111.0 K docs, 551.8 MB 90.2s _1bi: 8 segs, 150.1 K docs, 746.8 MB 66.7s _1c7: 8 segs, 120.8 K docs, 600.5 MB 60.5s _1ce: 8 segs, 110.7 K docs, 550.4 MB 54.6s _1cn: 8 segs, 39.4 K docs, 194.9 MB 48.1s _1cw: 8 segs, 41.0 K docs, 202.9 MB 41.3s _1d5: 8 segs, 39.4 K docs, 194.9 MB 34.5s _1dc: 8 segs, 216.8 K docs, 1079.5 MB 28.4s _1dj: 8 segs, 1013.1 K docs, 5053.2 MB 23.0s _1dr: 11 segs, 54.0 K docs, 267.2 MB 11.0s _1e1: 11 segs, 54.1 K docs, 267.7 MB 5.0s _1e6: 11 segs, 42.6 K docs, 210.9 MB 10.0 sec: 96 segments, 9 merges 95.3s _1bi: 8 segs, 150.1 K docs, 746.8 MB 71.8s _1c7: 8 segs, 120.8 K docs, 600.5 MB 65.5s _1ce: 8 segs, 110.7 K docs, 550.4 MB 53.1s _1cw: 8 segs, 41.0 K docs, 202.9 MB 39.5s _1dc: 8 segs, 216.8 K docs, 1079.5 MB 33.4s _1dj: 8 segs, 1013.1 K docs, 5053.2 MB 28.0s _1dr: 11 segs, 54.0 K docs, 267.2 MB 16.0s _1e1: 11 segs, 54.1 K docs, 267.7 MB 10.0s _1e6: 11 segs, 42.6 K docs, 210.9 MB 15.0 sec: 82 segments, 7 merges 76.8s _1c7: 8 segs, 120.8 K docs, 600.5 MB 70.5s _1ce: 8 segs, 110.7 K docs, 550.4 MB 44.5s _1dc: 8 segs, 216.8 K docs, 1079.5 MB 38.4s _1dj: 8 segs, 1013.1 K docs, 5053.2 MB 33.0s _1dr: 11 segs, 54.0 K docs, 267.2 MB 21.0s _1e1: 11 segs, 54.1 K docs, 267.7 MB 15.0s _1e6: 11 segs, 42.6 K docs, 210.9 MB 20.0 sec: 82 segments, 7 merges 81.8s _1c7: 8 segs, 120.8 K docs, 600.5 MB 75.5s _1ce: 8 segs, 110.7 K docs, 550.4 MB 49.5s _1dc: 8 segs, 216.8 K docs, 1079.5 MB 43.5s _1dj: 8 segs, 1013.1 K docs, 5053.2 MB 38.0s _1dr: 11 segs, 54.0 K docs, 267.2 MB 26.1s _1e1: 11 segs, 54.1 K docs, 267.7 MB 20.0s _1e6: 11 segs, 42.6 K docs, 210.9 MB 25.0 sec: 75 segments, 6 merges 80.5s _1ce: 8 segs, 110.7 K docs, 550.4 MB 54.5s _1dc: 8 segs, 216.8 K docs, 1079.5 MB 48.5s _1dj: 8 segs, 1013.1 K docs, 5053.2 MB 43.0s _1dr: 11 segs, 54.0 K docs, 267.2 MB 31.1s _1e1: 11 segs, 54.1 K docs, 267.7 MB 25.0s _1e6: 11 segs, 42.6 K docs, 210.9 MB 30.1 sec: 58 segments, 4 merges 59.5s _1dc: 8 segs, 216.8 K docs, 1079.5 MB 53.5s _1dj: 8 segs, 1013.1 K docs, 5053.2 MB 48.0s _1dr: 11 segs, 54.0 K docs, 267.2 MB 36.1s _1e1: 11 segs, 54.1 K docs, 267.7 MB 35.1 sec: 58 segments, 4 merges 64.5s _1dc: 8 segs, 216.8 K docs, 1079.5 MB 58.5s _1dj: 8 segs, 1013.1 K docs, 5053.2 MB 53.0s _1dr: 11 segs, 54.0 K docs, 267.2 MB 41.1s _1e1: 11 segs, 54.1 K docs, 267.7 MB 40.1 sec: 31 segments, 2 merges 63.5s _1dj: 8 segs, 1013.1 K docs, 5053.2 MB 4.5s _1e7: 8 segs, 560.0 K docs, 2790.8 MB 45.1 sec: 31 segments, 2 merges 68.5s _1dj: 8 segs, 1013.1 K docs, 5053.2 MB 9.5s _1e7: 8 segs, 560.0 K docs, 2790.8 MB 50.1 sec: 31 segments, 2 merges 73.5s _1dj: 8 segs, 1013.1 K docs, 5053.2 MB 14.5s _1e7: 8 segs, 560.0 K docs, 2790.8 MB 55.1 sec: 31 segments, 2 merges 78.5s _1dj: 8 segs, 1013.1 K docs, 5053.2 MB 19.5s _1e7: 8 segs, 560.0 K docs, 2790.8 MB 60.1 sec: 31 segments, 2 merges 83.5s _1dj: 8 segs, 1013.1 K docs, 5053.2 MB 24.5s _1e7: 8 segs, 560.0 K docs, 2790.8 MB 65.0 sec: 31 segments, 2 merges 88.4s _1dj: 8 segs, 1013.1 K docs, 5053.2 MB 29.4s _1e7: 8 segs, 560.0 K docs, 2790.8 MB 70.0 sec: 31 segments, 2 merges 93.4s _1dj: 8 segs, 1013.1 K docs, 5053.2 MB 34.4s _1e7: 8 segs, 560.0 K docs, 2790.8 MB 75.0 sec: 31 segments, 2 merges 98.4s _1dj: 8 segs, 1013.1 K docs, 5053.2 MB 39.4s _1e7: 8 segs, 560.0 K docs, 2790.8 MB 80.1 sec: 31 segments, 2 merges 103.5s _1dj: 8 segs, 1013.1 K docs, 5053.2 MB 44.5s _1e7: 8 segs, 560.0 K docs, 2790.8 MB 85.1 sec: 31 segments, 2 merges 108.5s _1dj: 8 segs, 1013.1 K docs, 5053.2 MB 49.5s _1e7: 8 segs, 560.0 K docs, 2790.8 MB 90.1 sec: 31 segments, 2 merges 113.5s _1dj: 8 segs, 1013.1 K docs, 5053.2 MB 54.5s _1e7: 8 segs, 560.0 K docs, 2790.8 MB 95.1 sec: 31 segments, 2 merges 118.5s _1dj: 8 segs, 1013.1 K docs, 5053.2 MB 59.5s _1e7: 8 segs, 560.0 K docs, 2790.8 MB 100.1 sec: 31 segments, 2 merges 123.5s _1dj: 8 segs, 1013.1 K docs, 5053.2 MB 64.5s _1e7: 8 segs, 560.0 K docs, 2790.8 MB 105.1 sec: 31 segments, 2 merges 128.5s _1dj: 8 segs, 1013.1 K docs, 5053.2 MB 69.5s _1e7: 8 segs, 560.0 K docs, 2790.8 MB 110.0 sec: 31 segments, 2 merges 133.4s _1dj: 8 segs, 1013.1 K docs, 5053.2 MB 74.4s _1e7: 8 segs, 560.0 K docs, 2790.8 MB 115.0 sec: 31 segments, 2 merges 138.4s _1dj: 8 segs, 1013.1 K docs, 5053.2 MB 79.4s _1e7: 8 segs, 560.0 K docs, 2790.8 MB 120.0 sec: 24 segments, 1 merges 84.4s _1e7: 8 segs, 560.0 K docs, 2790.8 MB 125.0 sec: 24 segments, 1 merges 89.4s _1e7: 8 segs, 560.0 K docs, 2790.8 MB 130.0 sec: 24 segments, 1 merges 94.4s _1e7: 8 segs, 560.0 K docs, 2790.8 MB 135.0 sec: 24 segments, 1 merges 99.4s _1e7: 8 segs, 560.0 K docs, 2790.8 MB 140.0 sec: 24 segments, 1 merges 104.4s _1e7: 8 segs, 560.0 K docs, 2790.8 MB 145.0 sec: 24 segments, 1 merges 109.4s _1e7: 8 segs, 560.0 K docs, 2790.8 MB 150.0 sec: 24 segments, 1 merges 114.4s _1e7: 8 segs, 560.0 K docs, 2790.8 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1439 seconds reindex takes 1439.17 sec Force merge index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm now wait for already running merges to finish 0.0 sec: 17 segments, 1 merges 5.0 sec: 17 segments, 1 merges 5.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 10.0 sec: 17 segments, 1 merges 10.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 15.0 sec: 17 segments, 1 merges 15.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 20.0 sec: 17 segments, 1 merges 20.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 25.0 sec: 17 segments, 1 merges 25.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 30.0 sec: 17 segments, 1 merges 30.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 35.0 sec: 17 segments, 1 merges 35.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 40.0 sec: 17 segments, 1 merges 40.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 45.0 sec: 17 segments, 1 merges 45.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 50.0 sec: 17 segments, 1 merges 50.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 55.0 sec: 17 segments, 1 merges 55.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 60.0 sec: 17 segments, 1 merges 60.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 65.1 sec: 17 segments, 1 merges 65.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 70.1 sec: 17 segments, 1 merges 70.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 75.1 sec: 17 segments, 1 merges 75.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 80.1 sec: 17 segments, 1 merges 80.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 85.1 sec: 17 segments, 1 merges 85.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 90.1 sec: 17 segments, 1 merges 90.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 95.1 sec: 17 segments, 1 merges 95.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 100.1 sec: 17 segments, 1 merges 100.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 105.1 sec: 17 segments, 1 merges 105.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 110.1 sec: 17 segments, 1 merges 110.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 115.1 sec: 17 segments, 1 merges 115.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 120.0 sec: 17 segments, 1 merges 120.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 125.0 sec: 17 segments, 1 merges 125.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 130.0 sec: 17 segments, 1 merges 130.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 135.0 sec: 17 segments, 1 merges 135.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 140.0 sec: 17 segments, 1 merges 140.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 145.0 sec: 17 segments, 1 merges 145.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 150.0 sec: 17 segments, 1 merges 150.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 155.0 sec: 17 segments, 1 merges 155.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 160.0 sec: 17 segments, 1 merges 160.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 165.0 sec: 17 segments, 1 merges 165.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 170.0 sec: 17 segments, 1 merges 170.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 175.0 sec: 17 segments, 1 merges 175.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 180.1 sec: 17 segments, 1 merges 180.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 185.1 sec: 17 segments, 1 merges 185.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 190.1 sec: 17 segments, 1 merges 190.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 195.1 sec: 17 segments, 1 merges 195.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 200.1 sec: 17 segments, 1 merges 200.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 205.1 sec: 17 segments, 1 merges 205.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 210.1 sec: 17 segments, 1 merges 210.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 215.1 sec: 17 segments, 1 merges 215.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 220.1 sec: 17 segments, 1 merges 220.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 225.1 sec: 17 segments, 1 merges 225.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 230.1 sec: 17 segments, 1 merges 230.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 235.1 sec: 17 segments, 1 merges 235.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 240.0 sec: 17 segments, 1 merges 240.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 245.0 sec: 17 segments, 1 merges 245.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 250.0 sec: 17 segments, 1 merges 250.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 255.0 sec: 17 segments, 1 merges 255.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 260.0 sec: 17 segments, 1 merges 260.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 265.0 sec: 17 segments, 1 merges 265.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 270.0 sec: 17 segments, 1 merges 270.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 275.0 sec: 17 segments, 1 merges 275.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 280.0 sec: 17 segments, 1 merges 280.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 285.0 sec: 17 segments, 1 merges 285.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 290.0 sec: 17 segments, 1 merges 290.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 295.1 sec: 17 segments, 1 merges 295.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 300.1 sec: 17 segments, 1 merges 300.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 305.1 sec: 17 segments, 1 merges 305.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 310.1 sec: 17 segments, 1 merges 310.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 315.1 sec: 17 segments, 1 merges 315.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 320.1 sec: 17 segments, 1 merges 320.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 325.1 sec: 17 segments, 1 merges 325.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 330.1 sec: 17 segments, 1 merges 330.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 335.1 sec: 17 segments, 1 merges 335.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 340.1 sec: 17 segments, 1 merges 340.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 345.1 sec: 17 segments, 1 merges 345.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 350.1 sec: 17 segments, 1 merges 350.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 355.0 sec: 17 segments, 1 merges 355.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 360.0 sec: 17 segments, 1 merges 360.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 365.0 sec: 17 segments, 1 merges 365.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 370.0 sec: 17 segments, 1 merges 370.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 375.0 sec: 17 segments, 1 merges 375.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 380.0 sec: 17 segments, 1 merges 380.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 385.0 sec: 17 segments, 1 merges 385.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 390.0 sec: 17 segments, 1 merges 390.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 395.0 sec: 17 segments, 1 merges 395.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 400.0 sec: 17 segments, 1 merges 400.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 405.0 sec: 17 segments, 1 merges 405.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 410.0 sec: 17 segments, 1 merges 410.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 415.0 sec: 17 segments, 1 merges 415.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 420.0 sec: 17 segments, 1 merges 420.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 425.0 sec: 17 segments, 1 merges 425.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 430.0 sec: 17 segments, 1 merges 430.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 435.0 sec: 17 segments, 1 merges 435.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 440.1 sec: 17 segments, 1 merges 440.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 445.1 sec: 17 segments, 1 merges 445.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 450.1 sec: 17 segments, 1 merges 450.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 455.2 sec: 17 segments, 1 merges 455.2s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 460.1 sec: 17 segments, 1 merges 460.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 465.1 sec: 17 segments, 1 merges 465.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 470.0 sec: 17 segments, 1 merges 470.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 475.0 sec: 17 segments, 1 merges 475.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 480.0 sec: 17 segments, 1 merges 480.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 485.0 sec: 17 segments, 1 merges 485.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 490.0 sec: 17 segments, 1 merges 490.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 495.0 sec: 17 segments, 1 merges 495.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 500.0 sec: 17 segments, 1 merges 500.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 505.0 sec: 17 segments, 1 merges 505.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 510.0 sec: 17 segments, 1 merges 510.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 515.0 sec: 17 segments, 1 merges 515.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 520.0 sec: 17 segments, 1 merges 520.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 525.0 sec: 17 segments, 1 merges 525.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 530.0 sec: 17 segments, 1 merges 530.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 535.0 sec: 17 segments, 1 merges 535.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 540.0 sec: 17 segments, 1 merges 540.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 545.0 sec: 17 segments, 1 merges 545.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 550.0 sec: 17 segments, 1 merges 550.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 555.0 sec: 17 segments, 1 merges 555.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 560.0 sec: 17 segments, 1 merges 560.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 565.1 sec: 17 segments, 1 merges 565.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 570.1 sec: 17 segments, 1 merges 570.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 575.1 sec: 17 segments, 1 merges 575.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 580.1 sec: 17 segments, 1 merges 580.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 585.0 sec: 17 segments, 1 merges 585.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 590.0 sec: 17 segments, 1 merges 590.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 595.0 sec: 17 segments, 1 merges 595.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 600.0 sec: 17 segments, 1 merges 600.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 605.0 sec: 17 segments, 1 merges 605.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 610.0 sec: 17 segments, 1 merges 610.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 615.0 sec: 17 segments, 1 merges 615.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 620.0 sec: 17 segments, 1 merges 620.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 625.0 sec: 17 segments, 1 merges 625.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 630.0 sec: 17 segments, 1 merges 630.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 635.1 sec: 17 segments, 1 merges 635.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 640.1 sec: 17 segments, 1 merges 640.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 645.0 sec: 17 segments, 1 merges 645.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 650.0 sec: 17 segments, 1 merges 650.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 655.0 sec: 17 segments, 1 merges 655.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 660.1 sec: 17 segments, 1 merges 660.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 665.1 sec: 17 segments, 1 merges 665.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 670.1 sec: 17 segments, 1 merges 670.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 675.1 sec: 17 segments, 1 merges 675.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 680.1 sec: 17 segments, 1 merges 680.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 685.1 sec: 17 segments, 1 merges 685.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 690.1 sec: 17 segments, 1 merges 690.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 695.1 sec: 17 segments, 1 merges 695.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 700.1 sec: 17 segments, 1 merges 700.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 705.1 sec: 17 segments, 1 merges 705.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 710.0 sec: 17 segments, 1 merges 710.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 715.1 sec: 17 segments, 1 merges 715.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 720.1 sec: 17 segments, 1 merges 720.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 725.1 sec: 17 segments, 1 merges 725.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 730.1 sec: 17 segments, 1 merges 730.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 735.1 sec: 17 segments, 1 merges 735.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 740.1 sec: 17 segments, 1 merges 740.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 745.1 sec: 17 segments, 1 merges 745.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 750.1 sec: 17 segments, 1 merges 750.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 755.1 sec: 17 segments, 1 merges 755.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 760.1 sec: 17 segments, 1 merges 760.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 765.1 sec: 17 segments, 1 merges 765.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 770.1 sec: 17 segments, 1 merges 770.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 775.0 sec: 17 segments, 1 merges 775.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 780.0 sec: 17 segments, 1 merges 780.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 785.0 sec: 17 segments, 1 merges 785.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 790.0 sec: 17 segments, 1 merges 790.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 795.0 sec: 17 segments, 1 merges 795.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 800.0 sec: 17 segments, 1 merges 800.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 805.0 sec: 17 segments, 1 merges 805.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 810.1 sec: 17 segments, 1 merges 810.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 815.1 sec: 17 segments, 1 merges 815.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 820.1 sec: 17 segments, 1 merges 820.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 825.1 sec: 17 segments, 1 merges 825.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 830.1 sec: 17 segments, 1 merges 830.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 835.0 sec: 17 segments, 1 merges 835.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 840.0 sec: 17 segments, 1 merges 840.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 845.0 sec: 17 segments, 1 merges 845.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 850.0 sec: 17 segments, 1 merges 850.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 855.0 sec: 17 segments, 1 merges 855.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 860.0 sec: 17 segments, 1 merges 860.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 865.1 sec: 17 segments, 1 merges 865.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 870.1 sec: 17 segments, 1 merges 870.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 875.1 sec: 17 segments, 1 merges 875.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 880.1 sec: 17 segments, 1 merges 880.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 885.1 sec: 17 segments, 1 merges 885.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 890.1 sec: 17 segments, 1 merges 890.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 895.1 sec: 17 segments, 1 merges 895.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 900.1 sec: 17 segments, 1 merges 900.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 905.0 sec: 17 segments, 1 merges 905.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 910.0 sec: 17 segments, 1 merges 910.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 915.0 sec: 17 segments, 1 merges 915.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 920.0 sec: 17 segments, 1 merges 920.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 925.0 sec: 17 segments, 1 merges 925.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 930.0 sec: 17 segments, 1 merges 930.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 935.0 sec: 17 segments, 1 merges 935.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 940.0 sec: 17 segments, 1 merges 940.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 945.0 sec: 17 segments, 1 merges 945.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 950.0 sec: 17 segments, 1 merges 950.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 955.0 sec: 17 segments, 1 merges 955.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 960.0 sec: 17 segments, 1 merges 960.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 965.0 sec: 17 segments, 1 merges 965.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 970.0 sec: 17 segments, 1 merges 970.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 975.0 sec: 17 segments, 1 merges 975.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 980.0 sec: 17 segments, 1 merges 980.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 985.0 sec: 17 segments, 1 merges 985.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 990.0 sec: 17 segments, 1 merges 990.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 995.0 sec: 17 segments, 1 merges 995.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 1000.0 sec: 17 segments, 1 merges 1000.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 1005.1 sec: 17 segments, 1 merges 1005.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 1010.1 sec: 17 segments, 1 merges 1010.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 1015.1 sec: 17 segments, 1 merges 1015.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 1020.1 sec: 17 segments, 1 merges 1020.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 1025.0 sec: 17 segments, 1 merges 1025.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 1030.0 sec: 17 segments, 1 merges 1030.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 1035.0 sec: 17 segments, 1 merges 1035.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 1040.0 sec: 17 segments, 1 merges 1040.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 1045.0 sec: 17 segments, 1 merges 1045.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 1050.0 sec: 17 segments, 1 merges 1050.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 1055.0 sec: 17 segments, 1 merges 1055.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 1060.0 sec: 17 segments, 1 merges 1060.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 1065.0 sec: 17 segments, 1 merges 1065.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 1070.1 sec: 17 segments, 1 merges 1070.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 1075.1 sec: 17 segments, 1 merges 1075.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 1080.1 sec: 17 segments, 1 merges 1080.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 1085.1 sec: 17 segments, 1 merges 1085.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 1090.1 sec: 17 segments, 1 merges 1090.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 1095.1 sec: 17 segments, 1 merges 1095.1s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 1100.0 sec: 17 segments, 1 merges 1100.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 1105.0 sec: 17 segments, 1 merges 1105.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 1110.0 sec: 17 segments, 1 merges 1110.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 1115.0 sec: 17 segments, 1 merges 1115.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 1120.0 sec: 17 segments, 1 merges 1120.0s _1e8: 17 segs, 8000.0 K docs, 39942.0 MB 1125.0 sec: 1 segments, 0 merges done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 1129.06 sec index has 1 segments: segments_3: _1e8(11.0.0):C8000000 _1e8: 40090.7 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=1.0 index disk usage is 40090.74 MB vector disk usage is 39184.57 MB vector RAM usage is 7934.57 MB exact nn key = cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100 read pre-cached exact match vectors from cache file "knn-reuse/exact-nn/cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100.bin" read pre-cached exact match scores from cache file "knn-reuse/exact-nn/cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100.scores" EXACT_NN_SCORES_PATH: /l/util.nightly/knn-reuse/exact-nn/cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100.scores EXACT_NN_METRIC: dot_product path=/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec dim=1024 vectorEncoding.byteSize=4 1778739 query vectors in queryPath "/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec" searching 1000 query vectors; topK=100, fanout=100 done warmup thread 3 name=main cpu@start=48785675759 cpu@end=51319186957 deltaMS=2533.511198 thread 14 name=Reference Handler cpu@start=1502753 cpu@end=1502753 deltaMS=0.0 thread 15 name=Finalizer cpu@start=148852 cpu@end=148852 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=65725 cpu@end=65725 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=7079408 cpu@end=7079408 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=18467787183 cpu@end=18468858705 deltaMS=1.071522 thread 42 name=JFR Periodic Tasks cpu@start=164790318556 cpu@end=164911087224 deltaMS=120.768668 thread 45 name=Notification Thread cpu@start=101958 cpu@end=101958 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=2300888023038 cpu@end=2300888023038 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=2305200179976 cpu@end=2305200179976 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=2301686225833 cpu@end=2301686225833 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=2304939351532 cpu@end=2304939351532 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=2305513350350 cpu@end=2305513350350 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=2299763279670 cpu@end=2299763279670 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=2302914294704 cpu@end=2302914294704 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=2301158369656 cpu@end=2301158369656 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=2305840489438 cpu@end=2305840489438 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=2299926519473 cpu@end=2299926519473 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=2301123474079 cpu@end=2301123474079 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=2301485765036 cpu@end=2301485765036 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=2304731711579 cpu@end=2304731711579 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=2303241479969 cpu@end=2303241479969 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=2304793580837 cpu@end=2304793580837 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=2298508673233 cpu@end=2298508673233 deltaMS=0.0 Average CPU cores used: 1.0445003707259453 completed 1000 searches in 2542 ms: 393 QPS CPU time=2655 ms checking results SUMMARY: 0.929 2.542 2.655 1.044 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 5669 1439.17 5558.77 1129.06 1 40090.74 null N/A 1.000 39184.570 7934.570 false HNSW no Leaf 0 has 4 layers Leaf 0 has 8000000 documents Graph level=3 size=248, Fanout min=7, mean=16.35, max=32, meandelta=408192.34 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 14 15 16 17 18 20 23 32 Graph level=2 size=7687, Fanout min=6, mean=27.39, max=32, meandelta=267436.94 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 25 27 31 32 32 32 32 32 Graph level=1 size=247178, Fanout min=1, mean=28.29, max=32, meandelta=258372.44 % 0 10 20 30 40 50 60 70 80 90 100 0 19 24 27 31 32 32 32 32 32 32 Graph level=0 size=8000000, Fanout min=1, mean=37.66, max=64, meandelta=194586.19 % 0 10 20 30 40 50 60 70 80 90 100 0 17 22 26 30 34 40 47 58 64 64 Graph level=3 size=248, connectedness=1.00 Graph level=2 size=7687, connectedness=1.00 Graph level=1 size=247178, connectedness=1.00 Graph level=0 size=8000000, connectedness=1.00 Performance counter stats for '/usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build --add-modules jdk.incubator.vector --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q7-fmTrue.jfr knn.KnnGraphTester -maxConn 32 -dim 1024 -docs /big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec -ndoc 8000000 -topK 100 -numIndexThreads 8 -beamWidthIndex 100 -search-and-stats /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -metric dot_product -numMergeThread 16 -numMergeWorker 48 -forceMerge -quantize -quantizeBits 7': 63,458,170.18 msec task-clock:u 246,197,467,685,462 cycles:u (36.36%) 169,514,204,466,211 instructions:u (36.36%) 5,051,768,340,266 cache-references:u (36.36%) 2,278,675,943,805 cache-misses:u (36.36%) 59,782,791,846,624 L1-dcache-loads:u (36.36%) 2,029,132,611,730 L1-dcache-load-misses:u (36.36%) 2,481,624,501,554 L1-icache-loads:u (36.36%) 16,417,136,660 L1-icache-load-misses:u (36.36%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 14,514,057 faults:u 13,419,929 minor-faults:u 12,318 major-faults:u 17,543,880,234,952 branches:u (36.36%) 116,627,207,557 branch-misses:u (36.36%) 3,418,492,802,130 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 2798.331646831 seconds time elapsed 62780.220376000 seconds user 661.691576000 seconds sys took 0:46:38.361105 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='dbf0d1426f13292f58083911c65bbae431251e4f', luceneutil_git_rev='63c1b2b252f377e272313c1ac0f182be79ad78b6', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=True, recall=0.929, cpu_time_ms=2.542, net_cpu_ms=2.655, avg_cpu_core_count=1.044, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='7 bits', total_visited=5669, index_time_sec=1439.17, index_docs_per_sec=5558.77, force_merge_time_sec=1129.06, index_num_segments=1, index_size_on_disk_mb=40090.74, selectivity=None, pre_post_filter='null', vec_disk_mb=39184.57, vec_ram_mb=7934.57, graph_level_conn_p_values={3: (248, {0: 0, 10: 10, 20: 12, 30: 14, 40: 15, 50: 16, 60: 17, 70: 18, 80: 20, 90: 23, 100: 32}), 2: (7687, {0: 0, 10: 18, 20: 22, 30: 25, 40: 27, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247178, {0: 0, 10: 19, 20: 24, 30: 27, 40: 31, 50: 32, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 0: (8000000, {0: 0, 10: 17, 20: 22, 30: 26, 40: 30, 50: 34, 60: 40, 70: 47, 80: 58, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=2798, microseconds=361105)) Profiler summary for /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q7-fmTrue.jfr Version: 2.1 Chunks: 140 Start: 2026-05-14 12:01:49 (UTC) Duration: 2783 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 60867818 1044577828 jdk.FileWrite 24963581 543778768 jdk.FileRead 8003648 182943560 jdk.ObjectAllocationInNewTLAB 75194 1493646 jdk.BooleanFlag 69440 2197276 jdk.CPULoad 52003 1039423 jdk.Checkpoint 9965 34805346 jdk.UnsignedIntFlag 6720 228008 jdk.IntFlag 6160 224804 jdk.Compilation 5972 154218 jdk.StringFlag 4760 184571 jdk.ObjectAllocationOutsideTLAB 1273 22746 jdk.CPUInformation 140 210276 jdk.GCConfiguration 140 3636 jdk.JVMInformation 140 130476 jdk.Metadata 140 15473777 jdk.GarbageCollection 59 1418 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q7-fmTrue.jfr is 1742.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 60867818 events (total: 60M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 58.76% 35M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 14.86% 9M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 12.49% 7M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 2.77% 1M java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 2.26% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.05% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 0.78% 475732 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.69% 419845 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.67% 410788 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.52% 313526 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.40% 241636 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.36% 217785 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] 0.31% 190185 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.29% 174387 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.22% 135436 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.22% 133959 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.21% 125730 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.20% 122576 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.17% 106032 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.10% 61861 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.10% 61179 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.09% 56252 sun.nio.ch.NativeThread#current0() [Native code] 0.09% 52700 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.08% 51545 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] 0.08% 46905 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.07% 41985 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.07% 41207 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.06% 39005 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.06% 37240 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.06% 34847 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.05% 31463 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.05% 29499 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.05% 29055 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.04% 22520 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] 0.03% 19777 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] 0.03% 17511 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 16950 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 16171 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.02% 14912 org.apache.lucene.store.OutputStreamIndexOutput#writeBytes():59 [JIT compiled code] 0.02% 14359 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 14161 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.02% 13302 knn.IndexerThread#_run():105 [JIT compiled code] 0.02% 13118 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 0.02% 12978 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.02% 11922 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 11695 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():248 [JIT compiled code] 0.02% 9581 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():172 [JIT compiled code] 0.02% 9338 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.01% 8024 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.01% 7562 org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():160 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q7-fmTrue.jfr is 1742.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 60867818 events (total: 60M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 55.71% 33M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 14.86% 9M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] 12.49% 7M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 2.77% 1M java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 2.26% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 2.04% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] 1.60% 973189 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] 0.78% 475333 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.76% 462774 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] 0.56% 342755 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.52% 319082 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.49% 301154 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.41% 246907 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] 0.36% 217774 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.32% 194099 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.29% 174137 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] 0.22% 135403 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.22% 133704 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] 0.18% 112003 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.16% 94358 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.15% 93086 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.15% 90227 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.14% 82833 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.12% 74381 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.11% 69132 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] 0.11% 65216 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.09% 52506 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.08% 51091 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.08% 47275 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():164 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 0.07% 44154 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] at org.apache.lucene.store.DataOutput#writeBytes():54 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():235 [Interpreted code] 0.07% 43306 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.07% 42997 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.07% 41985 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeAndRecalculateCentroids():459 [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():331 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] 0.06% 38888 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.06% 35967 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.06% 34837 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] 0.05% 32748 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] 0.05% 28935 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] at jdk.jfr.internal.event.EventWriter#beginEvent():245 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] 0.05% 27821 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.05% 27803 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.04% 22921 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [JIT compiled code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [JIT compiled code] 0.04% 22827 jdk.jfr.internal.JVM#getStackTraceId() [Native code] at jdk.jfr.internal.event.EventWriter#putStackTrace():186 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] 0.04% 22631 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [JIT compiled code] 0.04% 22619 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.04% 22501 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.03% 20960 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.03% 18399 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popNode():637 [Inlined code] 0.03% 16625 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Interpreted code] 0.03% 15664 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.02% 14355 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():463 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q7-fmTrue.jfr is 1742.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 60867818 events (total: 60M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 33.99% 20M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 20.74% 12M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 14.29% 8M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 11.41% 6M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 1.77% 1M java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.66% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.38% 838261 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.83% 507175 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.78% 475473 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.64% 390274 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.64% 389602 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.62% 374592 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000004f196888#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.57% 344731 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000004f196888#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.51% 310283 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.50% 304014 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] 0.46% 281881 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000004f19e7c0#run() [JIT compiled code] 0.44% 268825 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.42% 253866 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000004f196888#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.27% 163667 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] 0.25% 149214 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] 0.24% 145101 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.23% 141602 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.22% 131952 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():209 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():314 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.20% 119206 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.19% 116191 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.19% 114767 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.18% 112406 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000004f19e7c0#run() [JIT compiled code] 0.18% 112003 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000004f07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.18% 111082 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.18% 110156 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.16% 97240 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.15% 89647 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.14% 83461 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.14% 82212 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000004f19e7c0#run() [JIT compiled code] 0.12% 73504 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000004f196888#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.11% 67849 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():93 [JIT compiled code] 0.11% 67376 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():209 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():314 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [Inlined code] 0.11% 64646 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000004f196888#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.11% 63961 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.10% 63878 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.10% 63531 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.10% 61464 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.09% 57436 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000004f19e7c0#run() [JIT compiled code] 0.09% 55949 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000004f196888#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.08% 49596 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.08% 48505 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.08% 48484 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.08% 46959 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():93 [Interpreted code] 0.07% 43193 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.06% 38382 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q7-fmTrue.jfr is 1742.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 76442 events (total: 563866M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.31% 131421M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 23.27% 131197M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 23.15% 130531M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 11.25% 63445M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 5.54% 31216M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.14% 23352M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.07% 6050M java.util.Arrays#copyOf():3478 [Inlined code] 0.98% 5542M java.lang.Integer#valueOf():1006 [Inlined code] 0.71% 3999M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.70% 3949M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.67% 3802M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.67% 3751M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] 0.40% 2233M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] 0.32% 1792M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.31% 1749M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.29% 1608M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.21% 1158M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.19% 1095M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.15% 853M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.15% 847M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.14% 771M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.13% 748M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.13% 719M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.13% 711M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.12% 684M java.util.ArrayList#grow():240 [Inlined code] 0.12% 664M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.09% 524M knn.IndexerThread#_run():108 [JIT compiled code] 0.08% 431M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.08% 431M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.07% 402M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.07% 385M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.07% 372M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.07% 371M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.06% 355M knn.IndexerThread#_run():125 [JIT compiled code] 0.06% 344M org.apache.lucene.document.Document#():42 [Inlined code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.06% 319M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.06% 312M java.util.HashMap#newNode():1910 [Inlined code] 0.05% 295M knn.IndexerThread#_run():86 [JIT compiled code] 0.05% 260M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.04% 237M java.util.List#of():935 [Inlined code] 0.03% 182M org.apache.lucene.util.ArrayUtil#growExact():400 [Inlined code] 0.03% 173M java.util.HashMap#resize():711 [JIT compiled code] 0.03% 172M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.03% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet():98 [Interpreted code] 0.03% 169M org.apache.lucene.util.SparseFixedBitSet#():69 [JIT compiled code] 0.03% 153M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 152M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.03% 150M java.io.BufferedOutputStream#():92 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q7-fmTrue.jfr is 1742.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 76442 events (total: 563866M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 19.04% 107383M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 18.99% 107069M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 12.94% 72958M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 9.53% 53764M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 6.91% 38975M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] 5.54% 31216M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 4.34% 24470M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] 4.31% 24325M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 4.14% 23352M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 4.05% 22852M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 0.99% 5570M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] 0.96% 5401M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] 0.67% 3802M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.67% 3751M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.62% 3518M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.38% 2119M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.37% 2061M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] 0.36% 2038M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.32% 1792M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.27% 1534M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.27% 1505M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.22% 1252M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.15% 864M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.14% 787M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.14% 771M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.13% 748M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2274 [JIT compiled code] 0.13% 707M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.12% 698M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.12% 684M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.12% 669M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.12% 660M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [Inlined code] 0.10% 564M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.09% 524M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.09% 505M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.09% 490M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.08% 431M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.07% 421M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.07% 385M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] 0.07% 376M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.07% 373M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.07% 371M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.07% 370M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.06% 361M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.06% 355M knn.IndexerThread#_run():125 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.06% 344M org.apache.lucene.document.Document#():42 [Inlined code] at knn.IndexerThread#_run():86 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000004f19e7c0#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.06% 341M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.06% 312M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] at java.lang.StringConcatHelper#newArray():578 [Inlined code] at java.lang.StringConcatHelper#newArrayWithSuffix():611 [Inlined code] at java.lang.String$$StringConcat.0x000000004f17f400#concat() [Inlined code] 0.05% 300M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q7-fmTrue.jfr is 1742.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 76442 events (total: 563866M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.85% 49881M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 8.75% 49316M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] 8.58% 48380M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] 6.90% 38911M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 6.89% 38861M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 5.44% 30673M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 4.18% 23570M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] 4.07% 22960M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 4.04% 22757M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] 3.94% 22193M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 3.77% 21232M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 2.89% 16320M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 2.55% 14351M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.50% 8479M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.45% 8150M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 1.40% 7897M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.26% 7082M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():440 [Interpreted code] 1.21% 6798M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():440 [Interpreted code] 1.18% 6650M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.99% 5570M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 0.96% 5401M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 0.94% 5278M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.91% 5150M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.91% 5113M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.79% 4463M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.72% 4046M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.69% 3917M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.68% 3858M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.64% 3619M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.55% 3113M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.51% 2861M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.48% 2711M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.47% 2633M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.43% 2451M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] 0.43% 2448M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.43% 2438M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] 0.38% 2164M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.37% 2061M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000004f19e7c0#run() [Interpreted code] 0.32% 1792M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.31% 1768M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.24% 1357M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.24% 1327M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.21% 1160M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] 0.19% 1080M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] 0.17% 952M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.17% 937M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.13% 748M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.13% 712M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.12% 704M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004f19e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] now remove KNN index knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q32-fmFalse.jfr', 'knn.KnnGraphTester', '-maxConn', '32', '-dim', '1024', '-docs', '/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', '-ndoc', '8000000', '-topK', '100', '-numIndexThreads', '8', '-beamWidthIndex', '100', '-search-and-stats', '/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', '-metric', 'dot_product', '-numMergeThread', '16', '-numMergeWorker', '48', '-reindex'] WARNING: Using incubator modules: jdk.incubator.vector [0.214s][info][jfr,startup] Started recording 1. [0.214s][info][jfr,startup] [0.214s][info][jfr,startup] Use jcmd 901767 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2250148608800051 index key = dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-notfm Index Path = knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-notfm will now reindex: explicitly requested May 14, 2026 9:04:16 AM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-notfm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 230 segments, 26 merges 1033.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 861.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 665.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 599.2s _16x: 8 segs, 108.5 K docs, 431.5 MB 588.3s _175: 8 segs, 105.8 K docs, 421.1 MB 575.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 406.9s _19o: 8 segs, 175.4 K docs, 699.3 MB 377.7s _1a6: 8 segs, 39.7 K docs, 157.0 MB 363.7s _1ae: 8 segs, 74.9 K docs, 297.4 MB 354.2s _1al: 8 segs, 186.8 K docs, 744.9 MB 327.1s _1b2: 8 segs, 89.8 K docs, 357.1 MB 313.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 255.6s _1c6: 11 segs, 53.7 K docs, 212.7 MB 219.9s _1cq: 8 segs, 38.7 K docs, 153.3 MB 192.2s _1d6: 8 segs, 106.0 K docs, 421.9 MB 157.3s _1do: 8 segs, 40.9 K docs, 161.9 MB 138.8s _1dx: 8 segs, 40.6 K docs, 160.6 MB 120.2s _1e6: 8 segs, 38.9 K docs, 153.8 MB 99.9s _1ef: 8 segs, 39.8 K docs, 157.5 MB 82.4s _1eo: 8 segs, 38.1 K docs, 150.9 MB 66.1s _1ew: 8 segs, 86.0 K docs, 342.0 MB 52.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 41.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 29.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 12.6s _1fo: 8 segs, 40.4 K docs, 159.8 MB 5.0 sec: 223 segments, 25 merges 1038.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 866.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 670.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 604.2s _16x: 8 segs, 108.5 K docs, 431.5 MB 593.3s _175: 8 segs, 105.8 K docs, 421.1 MB 580.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 411.9s _19o: 8 segs, 175.4 K docs, 699.3 MB 382.7s _1a6: 8 segs, 39.7 K docs, 157.0 MB 368.8s _1ae: 8 segs, 74.9 K docs, 297.4 MB 359.2s _1al: 8 segs, 186.8 K docs, 744.9 MB 332.1s _1b2: 8 segs, 89.8 K docs, 357.1 MB 318.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 260.6s _1c6: 11 segs, 53.7 K docs, 212.7 MB 197.2s _1d6: 8 segs, 106.0 K docs, 421.9 MB 162.3s _1do: 8 segs, 40.9 K docs, 161.9 MB 143.8s _1dx: 8 segs, 40.6 K docs, 160.6 MB 125.2s _1e6: 8 segs, 38.9 K docs, 153.8 MB 104.9s _1ef: 8 segs, 39.8 K docs, 157.5 MB 87.4s _1eo: 8 segs, 38.1 K docs, 150.9 MB 71.1s _1ew: 8 segs, 86.0 K docs, 342.0 MB 57.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 46.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 34.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 17.6s _1fo: 8 segs, 40.4 K docs, 159.8 MB 5.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 10.0 sec: 223 segments, 25 merges 1043.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 871.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 675.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 609.3s _16x: 8 segs, 108.5 K docs, 431.5 MB 598.3s _175: 8 segs, 105.8 K docs, 421.1 MB 585.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 416.9s _19o: 8 segs, 175.4 K docs, 699.3 MB 387.7s _1a6: 8 segs, 39.7 K docs, 157.0 MB 373.8s _1ae: 8 segs, 74.9 K docs, 297.4 MB 364.2s _1al: 8 segs, 186.8 K docs, 744.9 MB 337.1s _1b2: 8 segs, 89.8 K docs, 357.1 MB 323.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 265.6s _1c6: 11 segs, 53.7 K docs, 212.7 MB 202.2s _1d6: 8 segs, 106.0 K docs, 421.9 MB 167.3s _1do: 8 segs, 40.9 K docs, 161.9 MB 148.8s _1dx: 8 segs, 40.6 K docs, 160.6 MB 130.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 109.9s _1ef: 8 segs, 39.8 K docs, 157.5 MB 92.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 76.1s _1ew: 8 segs, 86.0 K docs, 342.0 MB 62.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 51.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 39.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 22.6s _1fo: 8 segs, 40.4 K docs, 159.8 MB 10.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 15.0 sec: 216 segments, 24 merges 1048.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 876.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 680.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 614.3s _16x: 8 segs, 108.5 K docs, 431.5 MB 603.3s _175: 8 segs, 105.8 K docs, 421.1 MB 590.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 421.9s _19o: 8 segs, 175.4 K docs, 699.3 MB 378.8s _1ae: 8 segs, 74.9 K docs, 297.4 MB 369.2s _1al: 8 segs, 186.8 K docs, 744.9 MB 342.1s _1b2: 8 segs, 89.8 K docs, 357.1 MB 328.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 270.6s _1c6: 11 segs, 53.7 K docs, 212.7 MB 207.2s _1d6: 8 segs, 106.0 K docs, 421.9 MB 172.3s _1do: 8 segs, 40.9 K docs, 161.9 MB 153.8s _1dx: 8 segs, 40.6 K docs, 160.6 MB 135.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 114.9s _1ef: 8 segs, 39.8 K docs, 157.5 MB 97.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 81.1s _1ew: 8 segs, 86.0 K docs, 342.0 MB 67.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 56.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 44.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 27.6s _1fo: 8 segs, 40.4 K docs, 159.8 MB 15.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 20.0 sec: 216 segments, 24 merges 1053.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 881.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 685.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 619.3s _16x: 8 segs, 108.5 K docs, 431.5 MB 608.4s _175: 8 segs, 105.8 K docs, 421.1 MB 595.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 427.0s _19o: 8 segs, 175.4 K docs, 699.3 MB 383.8s _1ae: 8 segs, 74.9 K docs, 297.4 MB 374.2s _1al: 8 segs, 186.8 K docs, 744.9 MB 347.2s _1b2: 8 segs, 89.8 K docs, 357.1 MB 333.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 275.6s _1c6: 11 segs, 53.7 K docs, 212.7 MB 212.2s _1d6: 8 segs, 106.0 K docs, 421.9 MB 177.3s _1do: 8 segs, 40.9 K docs, 161.9 MB 158.8s _1dx: 8 segs, 40.6 K docs, 160.6 MB 140.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 119.9s _1ef: 8 segs, 39.8 K docs, 157.5 MB 102.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 86.1s _1ew: 8 segs, 86.0 K docs, 342.0 MB 72.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 61.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 49.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 32.6s _1fo: 8 segs, 40.4 K docs, 159.8 MB 20.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 25.1 sec: 216 segments, 24 merges 1058.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 887.0s _13u: 8 segs, 173.7 K docs, 692.1 MB 690.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 624.3s _16x: 8 segs, 108.5 K docs, 431.5 MB 613.4s _175: 8 segs, 105.8 K docs, 421.1 MB 600.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 432.0s _19o: 8 segs, 175.4 K docs, 699.3 MB 388.8s _1ae: 8 segs, 74.9 K docs, 297.4 MB 379.3s _1al: 8 segs, 186.8 K docs, 744.9 MB 352.2s _1b2: 8 segs, 89.8 K docs, 357.1 MB 338.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 280.6s _1c6: 11 segs, 53.7 K docs, 212.7 MB 217.2s _1d6: 8 segs, 106.0 K docs, 421.9 MB 182.3s _1do: 8 segs, 40.9 K docs, 161.9 MB 163.8s _1dx: 8 segs, 40.6 K docs, 160.6 MB 145.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 124.9s _1ef: 8 segs, 39.8 K docs, 157.5 MB 107.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 91.1s _1ew: 8 segs, 86.0 K docs, 342.0 MB 77.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 66.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 54.8s _1fg: 8 segs, 110.3 K docs, 439.0 MB 37.6s _1fo: 8 segs, 40.4 K docs, 159.8 MB 25.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 30.1 sec: 209 segments, 23 merges 1063.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 892.0s _13u: 8 segs, 173.7 K docs, 692.1 MB 695.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 629.3s _16x: 8 segs, 108.5 K docs, 431.5 MB 618.4s _175: 8 segs, 105.8 K docs, 421.1 MB 605.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 437.0s _19o: 8 segs, 175.4 K docs, 699.3 MB 393.8s _1ae: 8 segs, 74.9 K docs, 297.4 MB 384.3s _1al: 8 segs, 186.8 K docs, 744.9 MB 357.2s _1b2: 8 segs, 89.8 K docs, 357.1 MB 343.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 285.6s _1c6: 11 segs, 53.7 K docs, 212.7 MB 222.2s _1d6: 8 segs, 106.0 K docs, 421.9 MB 187.4s _1do: 8 segs, 40.9 K docs, 161.9 MB 150.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 129.9s _1ef: 8 segs, 39.8 K docs, 157.5 MB 112.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 96.2s _1ew: 8 segs, 86.0 K docs, 342.0 MB 82.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 71.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 59.8s _1fg: 8 segs, 110.3 K docs, 439.0 MB 42.6s _1fo: 8 segs, 40.4 K docs, 159.8 MB 30.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 35.1 sec: 209 segments, 23 merges 1068.1s _11k: 8 segs, 936.2 K docs, 3740.3 MB 897.0s _13u: 8 segs, 173.7 K docs, 692.1 MB 700.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 634.3s _16x: 8 segs, 108.5 K docs, 431.5 MB 623.4s _175: 8 segs, 105.8 K docs, 421.1 MB 610.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 442.0s _19o: 8 segs, 175.4 K docs, 699.3 MB 398.8s _1ae: 8 segs, 74.9 K docs, 297.4 MB 389.3s _1al: 8 segs, 186.8 K docs, 744.9 MB 362.2s _1b2: 8 segs, 89.8 K docs, 357.1 MB 349.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 290.6s _1c6: 11 segs, 53.7 K docs, 212.7 MB 227.3s _1d6: 8 segs, 106.0 K docs, 421.9 MB 192.4s _1do: 8 segs, 40.9 K docs, 161.9 MB 155.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 134.9s _1ef: 8 segs, 39.8 K docs, 157.5 MB 117.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 101.2s _1ew: 8 segs, 86.0 K docs, 342.0 MB 87.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 76.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 64.8s _1fg: 8 segs, 110.3 K docs, 439.0 MB 47.6s _1fo: 8 segs, 40.4 K docs, 159.8 MB 35.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 40.1 sec: 209 segments, 23 merges 1073.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 902.0s _13u: 8 segs, 173.7 K docs, 692.1 MB 705.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 639.3s _16x: 8 segs, 108.5 K docs, 431.5 MB 628.4s _175: 8 segs, 105.8 K docs, 421.1 MB 615.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 447.0s _19o: 8 segs, 175.4 K docs, 699.3 MB 403.8s _1ae: 8 segs, 74.9 K docs, 297.4 MB 394.3s _1al: 8 segs, 186.8 K docs, 744.9 MB 367.2s _1b2: 8 segs, 89.8 K docs, 357.1 MB 353.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 295.6s _1c6: 11 segs, 53.7 K docs, 212.7 MB 232.2s _1d6: 8 segs, 106.0 K docs, 421.9 MB 197.3s _1do: 8 segs, 40.9 K docs, 161.9 MB 160.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 139.9s _1ef: 8 segs, 39.8 K docs, 157.5 MB 122.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 106.1s _1ew: 8 segs, 86.0 K docs, 342.0 MB 92.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 81.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 69.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 52.6s _1fo: 8 segs, 40.4 K docs, 159.8 MB 40.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 45.1 sec: 209 segments, 23 merges 1078.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 907.0s _13u: 8 segs, 173.7 K docs, 692.1 MB 710.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 644.3s _16x: 8 segs, 108.5 K docs, 431.5 MB 633.4s _175: 8 segs, 105.8 K docs, 421.1 MB 620.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 452.0s _19o: 8 segs, 175.4 K docs, 699.3 MB 408.8s _1ae: 8 segs, 74.9 K docs, 297.4 MB 399.3s _1al: 8 segs, 186.8 K docs, 744.9 MB 372.2s _1b2: 8 segs, 89.8 K docs, 357.1 MB 358.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 300.6s _1c6: 11 segs, 53.7 K docs, 212.7 MB 237.2s _1d6: 8 segs, 106.0 K docs, 421.9 MB 202.3s _1do: 8 segs, 40.9 K docs, 161.9 MB 165.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 144.9s _1ef: 8 segs, 39.8 K docs, 157.5 MB 127.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 111.1s _1ew: 8 segs, 86.0 K docs, 342.0 MB 97.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 86.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 74.8s _1fg: 8 segs, 110.3 K docs, 439.0 MB 57.6s _1fo: 8 segs, 40.4 K docs, 159.8 MB 45.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 50.1 sec: 202 segments, 22 merges 1083.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 912.0s _13u: 8 segs, 173.7 K docs, 692.1 MB 715.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 638.4s _175: 8 segs, 105.8 K docs, 421.1 MB 625.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 457.0s _19o: 8 segs, 175.4 K docs, 699.3 MB 413.8s _1ae: 8 segs, 74.9 K docs, 297.4 MB 404.3s _1al: 8 segs, 186.8 K docs, 744.9 MB 377.2s _1b2: 8 segs, 89.8 K docs, 357.1 MB 363.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 305.6s _1c6: 11 segs, 53.7 K docs, 212.7 MB 242.2s _1d6: 8 segs, 106.0 K docs, 421.9 MB 207.4s _1do: 8 segs, 40.9 K docs, 161.9 MB 170.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 149.9s _1ef: 8 segs, 39.8 K docs, 157.5 MB 132.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 116.2s _1ew: 8 segs, 86.0 K docs, 342.0 MB 102.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 91.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 79.8s _1fg: 8 segs, 110.3 K docs, 439.0 MB 62.6s _1fo: 8 segs, 40.4 K docs, 159.8 MB 50.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 55.1 sec: 202 segments, 22 merges 1088.1s _11k: 8 segs, 936.2 K docs, 3740.3 MB 917.0s _13u: 8 segs, 173.7 K docs, 692.1 MB 720.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 643.4s _175: 8 segs, 105.8 K docs, 421.1 MB 630.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 462.0s _19o: 8 segs, 175.4 K docs, 699.3 MB 418.8s _1ae: 8 segs, 74.9 K docs, 297.4 MB 409.3s _1al: 8 segs, 186.8 K docs, 744.9 MB 382.2s _1b2: 8 segs, 89.8 K docs, 357.1 MB 369.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 310.6s _1c6: 11 segs, 53.7 K docs, 212.7 MB 247.3s _1d6: 8 segs, 106.0 K docs, 421.9 MB 212.4s _1do: 8 segs, 40.9 K docs, 161.9 MB 175.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 154.9s _1ef: 8 segs, 39.8 K docs, 157.5 MB 137.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 121.2s _1ew: 8 segs, 86.0 K docs, 342.0 MB 107.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 96.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 84.8s _1fg: 8 segs, 110.3 K docs, 439.0 MB 67.6s _1fo: 8 segs, 40.4 K docs, 159.8 MB 55.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 60.1 sec: 202 segments, 22 merges 1093.1s _11k: 8 segs, 936.2 K docs, 3740.3 MB 922.0s _13u: 8 segs, 173.7 K docs, 692.1 MB 725.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 648.4s _175: 8 segs, 105.8 K docs, 421.1 MB 635.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 467.0s _19o: 8 segs, 175.4 K docs, 699.3 MB 423.8s _1ae: 8 segs, 74.9 K docs, 297.4 MB 414.3s _1al: 8 segs, 186.8 K docs, 744.9 MB 387.2s _1b2: 8 segs, 89.8 K docs, 357.1 MB 374.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 315.6s _1c6: 11 segs, 53.7 K docs, 212.7 MB 252.3s _1d6: 8 segs, 106.0 K docs, 421.9 MB 217.4s _1do: 8 segs, 40.9 K docs, 161.9 MB 180.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 160.0s _1ef: 8 segs, 39.8 K docs, 157.5 MB 142.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 126.2s _1ew: 8 segs, 86.0 K docs, 342.0 MB 112.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 101.1s _1f9: 8 segs, 126.0 K docs, 501.7 MB 89.8s _1fg: 8 segs, 110.3 K docs, 439.0 MB 72.6s _1fo: 8 segs, 40.4 K docs, 159.8 MB 60.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 65.0 sec: 202 segments, 22 merges 1098.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 926.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 730.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 653.3s _175: 8 segs, 105.8 K docs, 421.1 MB 640.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 471.9s _19o: 8 segs, 175.4 K docs, 699.3 MB 428.8s _1ae: 8 segs, 74.9 K docs, 297.4 MB 419.2s _1al: 8 segs, 186.8 K docs, 744.9 MB 392.1s _1b2: 8 segs, 89.8 K docs, 357.1 MB 378.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 320.6s _1c6: 11 segs, 53.7 K docs, 212.7 MB 257.2s _1d6: 8 segs, 106.0 K docs, 421.9 MB 222.3s _1do: 8 segs, 40.9 K docs, 161.9 MB 185.2s _1e6: 8 segs, 38.9 K docs, 153.8 MB 164.9s _1ef: 8 segs, 39.8 K docs, 157.5 MB 147.4s _1eo: 8 segs, 38.1 K docs, 150.9 MB 131.1s _1ew: 8 segs, 86.0 K docs, 342.0 MB 117.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 106.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 94.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 77.6s _1fo: 8 segs, 40.4 K docs, 159.8 MB 65.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 70.0 sec: 202 segments, 22 merges 1103.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 931.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 735.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 658.3s _175: 8 segs, 105.8 K docs, 421.1 MB 645.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 476.9s _19o: 8 segs, 175.4 K docs, 699.3 MB 433.8s _1ae: 8 segs, 74.9 K docs, 297.4 MB 424.2s _1al: 8 segs, 186.8 K docs, 744.9 MB 397.1s _1b2: 8 segs, 89.8 K docs, 357.1 MB 383.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 325.6s _1c6: 11 segs, 53.7 K docs, 212.7 MB 262.2s _1d6: 8 segs, 106.0 K docs, 421.9 MB 227.3s _1do: 8 segs, 40.9 K docs, 161.9 MB 190.2s _1e6: 8 segs, 38.9 K docs, 153.8 MB 169.9s _1ef: 8 segs, 39.8 K docs, 157.5 MB 152.4s _1eo: 8 segs, 38.1 K docs, 150.9 MB 136.1s _1ew: 8 segs, 86.0 K docs, 342.0 MB 122.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 111.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 99.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 82.6s _1fo: 8 segs, 40.4 K docs, 159.8 MB 70.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 75.0 sec: 202 segments, 22 merges 1108.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 936.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 740.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 663.3s _175: 8 segs, 105.8 K docs, 421.1 MB 650.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 481.9s _19o: 8 segs, 175.4 K docs, 699.3 MB 438.8s _1ae: 8 segs, 74.9 K docs, 297.4 MB 429.2s _1al: 8 segs, 186.8 K docs, 744.9 MB 402.1s _1b2: 8 segs, 89.8 K docs, 357.1 MB 388.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 330.6s _1c6: 11 segs, 53.7 K docs, 212.7 MB 267.2s _1d6: 8 segs, 106.0 K docs, 421.9 MB 232.3s _1do: 8 segs, 40.9 K docs, 161.9 MB 195.2s _1e6: 8 segs, 38.9 K docs, 153.8 MB 174.9s _1ef: 8 segs, 39.8 K docs, 157.5 MB 157.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 141.1s _1ew: 8 segs, 86.0 K docs, 342.0 MB 127.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 116.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 104.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 87.6s _1fo: 8 segs, 40.4 K docs, 159.8 MB 75.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 80.0 sec: 202 segments, 22 merges 1113.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 941.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 745.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 668.3s _175: 8 segs, 105.8 K docs, 421.1 MB 655.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 486.9s _19o: 8 segs, 175.4 K docs, 699.3 MB 443.8s _1ae: 8 segs, 74.9 K docs, 297.4 MB 434.2s _1al: 8 segs, 186.8 K docs, 744.9 MB 407.1s _1b2: 8 segs, 89.8 K docs, 357.1 MB 393.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 335.6s _1c6: 11 segs, 53.7 K docs, 212.7 MB 272.2s _1d6: 8 segs, 106.0 K docs, 421.9 MB 237.3s _1do: 8 segs, 40.9 K docs, 161.9 MB 200.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 179.9s _1ef: 8 segs, 39.8 K docs, 157.5 MB 162.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 146.1s _1ew: 8 segs, 86.0 K docs, 342.0 MB 132.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 121.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 109.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 92.6s _1fo: 8 segs, 40.4 K docs, 159.8 MB 80.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 85.0 sec: 195 segments, 21 merges 1118.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 946.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 750.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 673.4s _175: 8 segs, 105.8 K docs, 421.1 MB 660.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 492.0s _19o: 8 segs, 175.4 K docs, 699.3 MB 448.8s _1ae: 8 segs, 74.9 K docs, 297.4 MB 439.2s _1al: 8 segs, 186.8 K docs, 744.9 MB 412.1s _1b2: 8 segs, 89.8 K docs, 357.1 MB 398.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 340.6s _1c6: 11 segs, 53.7 K docs, 212.7 MB 277.2s _1d6: 8 segs, 106.0 K docs, 421.9 MB 242.3s _1do: 8 segs, 40.9 K docs, 161.9 MB 205.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 167.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 151.1s _1ew: 8 segs, 86.0 K docs, 342.0 MB 137.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 126.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 114.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 97.6s _1fo: 8 segs, 40.4 K docs, 159.8 MB 85.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 90.0 sec: 188 segments, 20 merges 1123.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 952.0s _13u: 8 segs, 173.7 K docs, 692.1 MB 755.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 678.4s _175: 8 segs, 105.8 K docs, 421.1 MB 665.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 497.0s _19o: 8 segs, 175.4 K docs, 699.3 MB 453.8s _1ae: 8 segs, 74.9 K docs, 297.4 MB 444.2s _1al: 8 segs, 186.8 K docs, 744.9 MB 417.2s _1b2: 8 segs, 89.8 K docs, 357.1 MB 403.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 345.6s _1c6: 11 segs, 53.7 K docs, 212.7 MB 282.2s _1d6: 8 segs, 106.0 K docs, 421.9 MB 247.3s _1do: 8 segs, 40.9 K docs, 161.9 MB 210.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 172.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 156.1s _1ew: 8 segs, 86.0 K docs, 342.0 MB 142.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 131.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 119.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 90.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 95.1 sec: 188 segments, 20 merges 1128.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 957.0s _13u: 8 segs, 173.7 K docs, 692.1 MB 760.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 683.4s _175: 8 segs, 105.8 K docs, 421.1 MB 670.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 502.0s _19o: 8 segs, 175.4 K docs, 699.3 MB 458.8s _1ae: 8 segs, 74.9 K docs, 297.4 MB 449.3s _1al: 8 segs, 186.8 K docs, 744.9 MB 422.2s _1b2: 8 segs, 89.8 K docs, 357.1 MB 408.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 350.6s _1c6: 11 segs, 53.7 K docs, 212.7 MB 287.2s _1d6: 8 segs, 106.0 K docs, 421.9 MB 252.3s _1do: 8 segs, 40.9 K docs, 161.9 MB 215.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 177.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 161.1s _1ew: 8 segs, 86.0 K docs, 342.0 MB 147.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 136.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 124.8s _1fg: 8 segs, 110.3 K docs, 439.0 MB 95.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 100.1 sec: 188 segments, 20 merges 1133.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 962.0s _13u: 8 segs, 173.7 K docs, 692.1 MB 765.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 688.4s _175: 8 segs, 105.8 K docs, 421.1 MB 675.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 507.0s _19o: 8 segs, 175.4 K docs, 699.3 MB 463.8s _1ae: 8 segs, 74.9 K docs, 297.4 MB 454.3s _1al: 8 segs, 186.8 K docs, 744.9 MB 427.2s _1b2: 8 segs, 89.8 K docs, 357.1 MB 413.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 355.6s _1c6: 11 segs, 53.7 K docs, 212.7 MB 292.2s _1d6: 8 segs, 106.0 K docs, 421.9 MB 257.4s _1do: 8 segs, 40.9 K docs, 161.9 MB 220.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 182.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 166.2s _1ew: 8 segs, 86.0 K docs, 342.0 MB 152.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 141.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 129.8s _1fg: 8 segs, 110.3 K docs, 439.0 MB 100.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 105.1 sec: 188 segments, 20 merges 1138.1s _11k: 8 segs, 936.2 K docs, 3740.3 MB 967.0s _13u: 8 segs, 173.7 K docs, 692.1 MB 770.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 693.4s _175: 8 segs, 105.8 K docs, 421.1 MB 680.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 512.0s _19o: 8 segs, 175.4 K docs, 699.3 MB 468.8s _1ae: 8 segs, 74.9 K docs, 297.4 MB 459.3s _1al: 8 segs, 186.8 K docs, 744.9 MB 432.2s _1b2: 8 segs, 89.8 K docs, 357.1 MB 419.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 360.6s _1c6: 11 segs, 53.7 K docs, 212.7 MB 297.3s _1d6: 8 segs, 106.0 K docs, 421.9 MB 262.4s _1do: 8 segs, 40.9 K docs, 161.9 MB 225.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 187.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 171.2s _1ew: 8 segs, 86.0 K docs, 342.0 MB 157.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 146.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 134.8s _1fg: 8 segs, 110.3 K docs, 439.0 MB 105.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 110.1 sec: 178 segments, 20 merges 1143.1s _11k: 8 segs, 936.2 K docs, 3740.3 MB 972.0s _13u: 8 segs, 173.7 K docs, 692.1 MB 775.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 698.4s _175: 8 segs, 105.8 K docs, 421.1 MB 685.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 517.0s _19o: 8 segs, 175.4 K docs, 699.3 MB 473.8s _1ae: 8 segs, 74.9 K docs, 297.4 MB 464.3s _1al: 8 segs, 186.8 K docs, 744.9 MB 437.2s _1b2: 8 segs, 89.8 K docs, 357.1 MB 424.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 302.3s _1d6: 8 segs, 106.0 K docs, 421.9 MB 267.4s _1do: 8 segs, 40.9 K docs, 161.9 MB 230.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 192.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 176.2s _1ew: 8 segs, 86.0 K docs, 342.0 MB 162.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 151.1s _1f9: 8 segs, 126.0 K docs, 501.7 MB 139.8s _1fg: 8 segs, 110.3 K docs, 439.0 MB 110.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 0.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 115.0 sec: 171 segments, 19 merges 1148.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 976.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 780.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 703.3s _175: 8 segs, 105.8 K docs, 421.1 MB 690.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 521.9s _19o: 8 segs, 175.4 K docs, 699.3 MB 478.8s _1ae: 8 segs, 74.9 K docs, 297.4 MB 469.2s _1al: 8 segs, 186.8 K docs, 744.9 MB 442.1s _1b2: 8 segs, 89.8 K docs, 357.1 MB 428.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 272.3s _1do: 8 segs, 40.9 K docs, 161.9 MB 235.2s _1e6: 8 segs, 38.9 K docs, 153.8 MB 197.4s _1eo: 8 segs, 38.1 K docs, 150.9 MB 181.1s _1ew: 8 segs, 86.0 K docs, 342.0 MB 167.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 156.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 144.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 115.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 5.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 120.0 sec: 171 segments, 19 merges 1153.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 981.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 785.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 708.3s _175: 8 segs, 105.8 K docs, 421.1 MB 695.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 527.0s _19o: 8 segs, 175.4 K docs, 699.3 MB 483.8s _1ae: 8 segs, 74.9 K docs, 297.4 MB 474.2s _1al: 8 segs, 186.8 K docs, 744.9 MB 447.1s _1b2: 8 segs, 89.8 K docs, 357.1 MB 433.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 277.3s _1do: 8 segs, 40.9 K docs, 161.9 MB 240.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 202.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 186.1s _1ew: 8 segs, 86.0 K docs, 342.0 MB 172.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 161.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 149.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 120.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 10.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 125.0 sec: 171 segments, 19 merges 1158.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 987.0s _13u: 8 segs, 173.7 K docs, 692.1 MB 790.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 713.4s _175: 8 segs, 105.8 K docs, 421.1 MB 700.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 532.0s _19o: 8 segs, 175.4 K docs, 699.3 MB 488.8s _1ae: 8 segs, 74.9 K docs, 297.4 MB 479.2s _1al: 8 segs, 186.8 K docs, 744.9 MB 452.2s _1b2: 8 segs, 89.8 K docs, 357.1 MB 438.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 282.3s _1do: 8 segs, 40.9 K docs, 161.9 MB 245.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 207.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 191.1s _1ew: 8 segs, 86.0 K docs, 342.0 MB 177.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 166.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 154.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 125.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 15.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 130.1 sec: 171 segments, 19 merges 1163.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 992.0s _13u: 8 segs, 173.7 K docs, 692.1 MB 795.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 718.4s _175: 8 segs, 105.8 K docs, 421.1 MB 705.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 537.0s _19o: 8 segs, 175.4 K docs, 699.3 MB 493.8s _1ae: 8 segs, 74.9 K docs, 297.4 MB 484.3s _1al: 8 segs, 186.8 K docs, 744.9 MB 457.2s _1b2: 8 segs, 89.8 K docs, 357.1 MB 443.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 287.4s _1do: 8 segs, 40.9 K docs, 161.9 MB 250.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 212.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 196.1s _1ew: 8 segs, 86.0 K docs, 342.0 MB 182.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 171.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 159.8s _1fg: 8 segs, 110.3 K docs, 439.0 MB 130.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 20.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 135.1 sec: 171 segments, 19 merges 1168.1s _11k: 8 segs, 936.2 K docs, 3740.3 MB 997.0s _13u: 8 segs, 173.7 K docs, 692.1 MB 800.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 723.4s _175: 8 segs, 105.8 K docs, 421.1 MB 710.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 542.0s _19o: 8 segs, 175.4 K docs, 699.3 MB 498.8s _1ae: 8 segs, 74.9 K docs, 297.4 MB 489.3s _1al: 8 segs, 186.8 K docs, 744.9 MB 462.2s _1b2: 8 segs, 89.8 K docs, 357.1 MB 449.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 292.4s _1do: 8 segs, 40.9 K docs, 161.9 MB 255.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 217.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 201.2s _1ew: 8 segs, 86.0 K docs, 342.0 MB 187.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 176.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 164.8s _1fg: 8 segs, 110.3 K docs, 439.0 MB 135.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 25.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 140.1 sec: 171 segments, 19 merges 1173.1s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1002.0s _13u: 8 segs, 173.7 K docs, 692.1 MB 805.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 728.4s _175: 8 segs, 105.8 K docs, 421.1 MB 715.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 547.0s _19o: 8 segs, 175.4 K docs, 699.3 MB 503.8s _1ae: 8 segs, 74.9 K docs, 297.4 MB 494.3s _1al: 8 segs, 186.8 K docs, 744.9 MB 467.2s _1b2: 8 segs, 89.8 K docs, 357.1 MB 454.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 297.4s _1do: 8 segs, 40.9 K docs, 161.9 MB 260.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 222.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 206.2s _1ew: 8 segs, 86.0 K docs, 342.0 MB 192.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 181.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 169.8s _1fg: 8 segs, 110.3 K docs, 439.0 MB 140.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 30.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 145.1 sec: 171 segments, 19 merges 1178.1s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1007.0s _13u: 8 segs, 173.7 K docs, 692.1 MB 810.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 733.4s _175: 8 segs, 105.8 K docs, 421.1 MB 720.4s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 552.0s _19o: 8 segs, 175.4 K docs, 699.3 MB 508.8s _1ae: 8 segs, 74.9 K docs, 297.4 MB 499.3s _1al: 8 segs, 186.8 K docs, 744.9 MB 472.2s _1b2: 8 segs, 89.8 K docs, 357.1 MB 459.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 302.4s _1do: 8 segs, 40.9 K docs, 161.9 MB 265.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 227.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 211.2s _1ew: 8 segs, 86.0 K docs, 342.0 MB 197.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 186.1s _1f9: 8 segs, 126.0 K docs, 501.7 MB 174.8s _1fg: 8 segs, 110.3 K docs, 439.0 MB 145.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 35.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 150.0 sec: 171 segments, 19 merges 1183.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1011.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 815.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 738.3s _175: 8 segs, 105.8 K docs, 421.1 MB 725.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 556.9s _19o: 8 segs, 175.4 K docs, 699.3 MB 513.8s _1ae: 8 segs, 74.9 K docs, 297.4 MB 504.2s _1al: 8 segs, 186.8 K docs, 744.9 MB 477.1s _1b2: 8 segs, 89.8 K docs, 357.1 MB 463.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 307.3s _1do: 8 segs, 40.9 K docs, 161.9 MB 270.2s _1e6: 8 segs, 38.9 K docs, 153.8 MB 232.4s _1eo: 8 segs, 38.1 K docs, 150.9 MB 216.1s _1ew: 8 segs, 86.0 K docs, 342.0 MB 202.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 191.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 179.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 150.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 40.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 155.0 sec: 171 segments, 19 merges 1188.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1016.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 820.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 743.3s _175: 8 segs, 105.8 K docs, 421.1 MB 730.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 561.9s _19o: 8 segs, 175.4 K docs, 699.3 MB 518.8s _1ae: 8 segs, 74.9 K docs, 297.4 MB 509.2s _1al: 8 segs, 186.8 K docs, 744.9 MB 482.1s _1b2: 8 segs, 89.8 K docs, 357.1 MB 468.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 312.3s _1do: 8 segs, 40.9 K docs, 161.9 MB 275.2s _1e6: 8 segs, 38.9 K docs, 153.8 MB 237.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 221.1s _1ew: 8 segs, 86.0 K docs, 342.0 MB 207.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 196.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 184.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 155.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 45.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 160.0 sec: 164 segments, 18 merges 1193.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1021.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 825.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 748.3s _175: 8 segs, 105.8 K docs, 421.1 MB 735.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 566.9s _19o: 8 segs, 175.4 K docs, 699.3 MB 523.8s _1ae: 8 segs, 74.9 K docs, 297.4 MB 514.2s _1al: 8 segs, 186.8 K docs, 744.9 MB 487.1s _1b2: 8 segs, 89.8 K docs, 357.1 MB 473.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 280.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 242.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 226.1s _1ew: 8 segs, 86.0 K docs, 342.0 MB 212.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 201.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 189.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 160.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 50.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 165.0 sec: 157 segments, 17 merges 1198.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1026.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 830.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 753.4s _175: 8 segs, 105.8 K docs, 421.1 MB 740.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 572.0s _19o: 8 segs, 175.4 K docs, 699.3 MB 519.2s _1al: 8 segs, 186.8 K docs, 744.9 MB 492.1s _1b2: 8 segs, 89.8 K docs, 357.1 MB 478.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 285.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 247.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 231.1s _1ew: 8 segs, 86.0 K docs, 342.0 MB 217.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 206.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 194.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 165.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 55.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 170.1 sec: 157 segments, 17 merges 1203.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1032.0s _13u: 8 segs, 173.7 K docs, 692.1 MB 835.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 758.4s _175: 8 segs, 105.8 K docs, 421.1 MB 745.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 577.0s _19o: 8 segs, 175.4 K docs, 699.3 MB 524.3s _1al: 8 segs, 186.8 K docs, 744.9 MB 497.2s _1b2: 8 segs, 89.8 K docs, 357.1 MB 483.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 290.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 252.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 236.2s _1ew: 8 segs, 86.0 K docs, 342.0 MB 222.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 211.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 199.8s _1fg: 8 segs, 110.3 K docs, 439.0 MB 170.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 60.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 175.1 sec: 157 segments, 17 merges 1208.1s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1037.0s _13u: 8 segs, 173.7 K docs, 692.1 MB 840.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 763.4s _175: 8 segs, 105.8 K docs, 421.1 MB 750.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 582.0s _19o: 8 segs, 175.4 K docs, 699.3 MB 529.3s _1al: 8 segs, 186.8 K docs, 744.9 MB 502.2s _1b2: 8 segs, 89.8 K docs, 357.1 MB 489.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 295.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 257.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 241.2s _1ew: 8 segs, 86.0 K docs, 342.0 MB 227.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 216.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 204.8s _1fg: 8 segs, 110.3 K docs, 439.0 MB 175.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 65.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 180.1 sec: 150 segments, 16 merges 1213.1s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1042.0s _13u: 8 segs, 173.7 K docs, 692.1 MB 845.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 768.4s _175: 8 segs, 105.8 K docs, 421.1 MB 755.4s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 587.0s _19o: 8 segs, 175.4 K docs, 699.3 MB 507.2s _1b2: 8 segs, 89.8 K docs, 357.1 MB 494.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 300.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 262.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 246.2s _1ew: 8 segs, 86.0 K docs, 342.0 MB 232.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 221.1s _1f9: 8 segs, 126.0 K docs, 501.7 MB 209.8s _1fg: 8 segs, 110.3 K docs, 439.0 MB 180.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 70.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 185.0 sec: 136 segments, 14 merges 1218.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1046.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 850.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 773.3s _175: 8 segs, 105.8 K docs, 421.1 MB 760.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 591.9s _19o: 8 segs, 175.4 K docs, 699.3 MB 498.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 305.2s _1e6: 8 segs, 38.9 K docs, 153.8 MB 267.4s _1eo: 8 segs, 38.1 K docs, 150.9 MB 237.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 226.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 214.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 185.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 75.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 190.0 sec: 136 segments, 14 merges 1223.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1051.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 855.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 778.3s _175: 8 segs, 105.8 K docs, 421.1 MB 765.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 596.9s _19o: 8 segs, 175.4 K docs, 699.3 MB 503.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 310.2s _1e6: 8 segs, 38.9 K docs, 153.8 MB 272.4s _1eo: 8 segs, 38.1 K docs, 150.9 MB 242.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 231.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 219.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 190.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 80.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 195.0 sec: 136 segments, 14 merges 1228.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1056.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 860.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 783.3s _175: 8 segs, 105.8 K docs, 421.1 MB 770.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 601.9s _19o: 8 segs, 175.4 K docs, 699.3 MB 508.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 315.2s _1e6: 8 segs, 38.9 K docs, 153.8 MB 277.4s _1eo: 8 segs, 38.1 K docs, 150.9 MB 247.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 236.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 224.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 195.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 85.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 200.0 sec: 136 segments, 14 merges 1233.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1061.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 865.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 788.3s _175: 8 segs, 105.8 K docs, 421.1 MB 775.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 606.9s _19o: 8 segs, 175.4 K docs, 699.3 MB 513.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 320.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 282.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 252.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 241.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 229.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 200.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 90.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 205.0 sec: 136 segments, 14 merges 1238.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1066.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 870.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 793.3s _175: 8 segs, 105.8 K docs, 421.1 MB 780.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 611.9s _19o: 8 segs, 175.4 K docs, 699.3 MB 518.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 325.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 287.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 257.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 246.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 234.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 205.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 95.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 210.0 sec: 129 segments, 13 merges 1243.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1071.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 875.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 798.3s _175: 8 segs, 105.8 K docs, 421.1 MB 785.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 523.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 330.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 292.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 262.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 251.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 239.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 210.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 100.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 215.0 sec: 129 segments, 13 merges 1248.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1076.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 880.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 803.4s _175: 8 segs, 105.8 K docs, 421.1 MB 790.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 528.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 335.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 297.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 267.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 256.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 244.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 215.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 105.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 220.0 sec: 129 segments, 13 merges 1253.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1081.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 885.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 808.4s _175: 8 segs, 105.8 K docs, 421.1 MB 795.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 533.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 340.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 302.5s _1eo: 8 segs, 38.1 K docs, 150.9 MB 272.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 261.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 249.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 220.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 110.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 225.1 sec: 122 segments, 13 merges 1258.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1087.0s _13u: 8 segs, 173.7 K docs, 692.1 MB 890.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 813.4s _175: 8 segs, 105.8 K docs, 421.1 MB 800.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 538.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 345.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 277.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 266.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 254.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 225.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 115.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 2.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 230.1 sec: 122 segments, 13 merges 1263.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1092.0s _13u: 8 segs, 173.7 K docs, 692.1 MB 895.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 818.4s _175: 8 segs, 105.8 K docs, 421.1 MB 805.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 543.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 350.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 282.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 271.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 259.8s _1fg: 8 segs, 110.3 K docs, 439.0 MB 230.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 120.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 7.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 235.1 sec: 122 segments, 13 merges 1268.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1097.0s _13u: 8 segs, 173.7 K docs, 692.1 MB 900.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 823.4s _175: 8 segs, 105.8 K docs, 421.1 MB 810.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 548.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 355.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 287.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 276.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 264.8s _1fg: 8 segs, 110.3 K docs, 439.0 MB 235.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 125.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 12.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 240.1 sec: 122 segments, 13 merges 1273.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1102.0s _13u: 8 segs, 173.7 K docs, 692.1 MB 905.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 828.4s _175: 8 segs, 105.8 K docs, 421.1 MB 815.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 554.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 360.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 292.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 281.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 269.8s _1fg: 8 segs, 110.3 K docs, 439.0 MB 240.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 130.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 17.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 245.1 sec: 122 segments, 13 merges 1278.1s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1107.0s _13u: 8 segs, 173.7 K docs, 692.1 MB 910.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 833.4s _175: 8 segs, 105.8 K docs, 421.1 MB 820.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 559.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 365.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 297.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 286.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 274.8s _1fg: 8 segs, 110.3 K docs, 439.0 MB 245.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 135.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 22.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 250.1 sec: 122 segments, 13 merges 1283.1s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1112.0s _13u: 8 segs, 173.7 K docs, 692.1 MB 915.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 838.4s _175: 8 segs, 105.8 K docs, 421.1 MB 825.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 564.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 370.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 302.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 291.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 279.8s _1fg: 8 segs, 110.3 K docs, 439.0 MB 250.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 140.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 27.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 255.1 sec: 122 segments, 13 merges 1288.1s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1117.0s _13u: 8 segs, 173.7 K docs, 692.1 MB 920.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 843.4s _175: 8 segs, 105.8 K docs, 421.1 MB 830.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 569.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 375.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 307.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 296.1s _1f9: 8 segs, 126.0 K docs, 501.7 MB 284.8s _1fg: 8 segs, 110.3 K docs, 439.0 MB 255.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 145.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 32.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 260.1 sec: 122 segments, 13 merges 1293.1s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1122.0s _13u: 8 segs, 173.7 K docs, 692.1 MB 925.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 848.4s _175: 8 segs, 105.8 K docs, 421.1 MB 835.4s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 574.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 380.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 312.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 301.1s _1f9: 8 segs, 126.0 K docs, 501.7 MB 289.8s _1fg: 8 segs, 110.3 K docs, 439.0 MB 260.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 150.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 37.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 265.0 sec: 122 segments, 13 merges 1298.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1126.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 930.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 853.3s _175: 8 segs, 105.8 K docs, 421.1 MB 840.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 578.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 385.2s _1e6: 8 segs, 38.9 K docs, 153.8 MB 317.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 306.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 294.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 265.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 155.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 42.2s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 270.0 sec: 122 segments, 13 merges 1303.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1131.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 935.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 858.3s _175: 8 segs, 105.8 K docs, 421.1 MB 845.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 583.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 390.2s _1e6: 8 segs, 38.9 K docs, 153.8 MB 322.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 311.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 299.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 270.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 160.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 47.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 275.0 sec: 122 segments, 13 merges 1308.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1136.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 940.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 863.3s _175: 8 segs, 105.8 K docs, 421.1 MB 850.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 588.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 395.2s _1e6: 8 segs, 38.9 K docs, 153.8 MB 327.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 316.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 304.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 275.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 165.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 52.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 280.0 sec: 122 segments, 13 merges 1313.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1141.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 945.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 868.3s _175: 8 segs, 105.8 K docs, 421.1 MB 855.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 593.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 400.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 332.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 321.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 309.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 280.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 170.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 57.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 285.0 sec: 122 segments, 13 merges 1318.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1146.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 950.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 873.3s _175: 8 segs, 105.8 K docs, 421.1 MB 860.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 598.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 405.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 337.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 326.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 314.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 285.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 175.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 62.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 290.0 sec: 122 segments, 13 merges 1323.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1152.0s _13u: 8 segs, 173.7 K docs, 692.1 MB 955.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 878.4s _175: 8 segs, 105.8 K docs, 421.1 MB 865.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 603.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 410.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 342.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 331.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 319.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 290.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 180.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 67.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 295.1 sec: 122 segments, 13 merges 1328.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1157.0s _13u: 8 segs, 173.7 K docs, 692.1 MB 960.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 883.4s _175: 8 segs, 105.8 K docs, 421.1 MB 870.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 608.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 415.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 347.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 336.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 324.8s _1fg: 8 segs, 110.3 K docs, 439.0 MB 295.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 185.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 72.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 300.1 sec: 122 segments, 13 merges 1333.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1162.0s _13u: 8 segs, 173.7 K docs, 692.1 MB 965.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 888.4s _175: 8 segs, 105.8 K docs, 421.1 MB 875.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 613.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 420.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 352.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 341.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 329.8s _1fg: 8 segs, 110.3 K docs, 439.0 MB 300.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 190.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 77.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 305.1 sec: 122 segments, 13 merges 1338.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1167.0s _13u: 8 segs, 173.7 K docs, 692.1 MB 970.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 893.4s _175: 8 segs, 105.8 K docs, 421.1 MB 880.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 619.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 425.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 357.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 346.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 334.8s _1fg: 8 segs, 110.3 K docs, 439.0 MB 305.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 195.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 82.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 310.0 sec: 122 segments, 13 merges 1343.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1171.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 975.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 898.3s _175: 8 segs, 105.8 K docs, 421.1 MB 885.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 623.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 430.2s _1e6: 8 segs, 38.9 K docs, 153.8 MB 362.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 351.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 339.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 310.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 200.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 87.2s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 315.0 sec: 122 segments, 13 merges 1348.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1176.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 980.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 903.3s _175: 8 segs, 105.8 K docs, 421.1 MB 890.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 628.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 435.2s _1e6: 8 segs, 38.9 K docs, 153.8 MB 367.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 356.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 344.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 315.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 205.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 92.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 320.0 sec: 122 segments, 13 merges 1353.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1181.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 985.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 908.3s _175: 8 segs, 105.8 K docs, 421.1 MB 895.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 633.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 440.2s _1e6: 8 segs, 38.9 K docs, 153.8 MB 372.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 361.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 349.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 320.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 210.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 97.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 325.0 sec: 122 segments, 13 merges 1358.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1186.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 990.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 913.3s _175: 8 segs, 105.8 K docs, 421.1 MB 900.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 638.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 445.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 377.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 366.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 354.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 325.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 215.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 102.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 330.0 sec: 122 segments, 13 merges 1363.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1191.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 995.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 918.3s _175: 8 segs, 105.8 K docs, 421.1 MB 905.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 643.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 450.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 382.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 371.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 359.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 330.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 220.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 107.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 335.0 sec: 122 segments, 13 merges 1368.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1196.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 1000.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 923.3s _175: 8 segs, 105.8 K docs, 421.1 MB 910.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 648.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 455.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 387.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 376.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 364.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 335.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 225.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 112.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 340.0 sec: 122 segments, 13 merges 1373.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1201.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 1005.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 928.4s _175: 8 segs, 105.8 K docs, 421.1 MB 915.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 653.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 460.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 392.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 381.0s _1f9: 8 segs, 126.0 K docs, 501.7 MB 369.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 340.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 230.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 117.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 345.0 sec: 115 segments, 12 merges 1378.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1206.9s _13u: 8 segs, 173.7 K docs, 692.1 MB 1010.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 933.4s _175: 8 segs, 105.8 K docs, 421.1 MB 920.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 658.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 465.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 397.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 374.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 345.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 235.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 122.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 350.0 sec: 115 segments, 12 merges 1383.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1212.0s _13u: 8 segs, 173.7 K docs, 692.1 MB 1015.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 938.4s _175: 8 segs, 105.8 K docs, 421.1 MB 925.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 663.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 470.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 402.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 379.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 350.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 240.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 127.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 355.1 sec: 108 segments, 11 merges 1388.0s _11k: 8 segs, 936.2 K docs, 3740.3 MB 1020.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 943.4s _175: 8 segs, 105.8 K docs, 421.1 MB 930.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 668.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 475.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 407.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 384.7s _1fg: 8 segs, 110.3 K docs, 439.0 MB 355.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 245.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 132.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 360.1 sec: 101 segments, 10 merges 1025.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 948.4s _175: 8 segs, 105.8 K docs, 421.1 MB 935.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 673.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 480.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 412.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 389.8s _1fg: 8 segs, 110.3 K docs, 439.0 MB 360.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 250.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 137.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 365.1 sec: 101 segments, 10 merges 1030.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 953.4s _175: 8 segs, 105.8 K docs, 421.1 MB 940.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 678.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 485.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 417.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 394.8s _1fg: 8 segs, 110.3 K docs, 439.0 MB 365.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 255.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 142.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 370.1 sec: 101 segments, 10 merges 1035.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 958.4s _175: 8 segs, 105.8 K docs, 421.1 MB 945.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 684.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 490.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 422.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 399.8s _1fg: 8 segs, 110.3 K docs, 439.0 MB 370.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 260.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 147.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 375.1 sec: 101 segments, 10 merges 1040.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 963.4s _175: 8 segs, 105.8 K docs, 421.1 MB 950.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 689.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 495.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 427.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 404.8s _1fg: 8 segs, 110.3 K docs, 439.0 MB 375.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 265.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 152.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 380.1 sec: 101 segments, 10 merges 1045.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 968.4s _175: 8 segs, 105.8 K docs, 421.1 MB 955.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 694.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 500.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 432.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 409.8s _1fg: 8 segs, 110.3 K docs, 439.0 MB 380.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 270.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 157.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 385.1 sec: 94 segments, 9 merges 1050.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 973.4s _175: 8 segs, 105.8 K docs, 421.1 MB 960.4s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 699.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 505.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 437.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 385.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 275.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 162.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 390.0 sec: 94 segments, 9 merges 1055.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 978.3s _175: 8 segs, 105.8 K docs, 421.1 MB 965.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 703.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 510.2s _1e6: 8 segs, 38.9 K docs, 153.8 MB 442.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 390.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 280.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 167.2s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 395.0 sec: 94 segments, 9 merges 1060.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 983.3s _175: 8 segs, 105.8 K docs, 421.1 MB 970.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 708.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 515.2s _1e6: 8 segs, 38.9 K docs, 153.8 MB 447.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 395.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 285.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 172.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 400.0 sec: 94 segments, 9 merges 1065.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 988.4s _175: 8 segs, 105.8 K docs, 421.1 MB 975.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 713.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 520.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 452.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 400.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 290.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 177.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 405.1 sec: 94 segments, 9 merges 1070.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 993.4s _175: 8 segs, 105.8 K docs, 421.1 MB 980.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 718.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 525.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 457.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 405.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 295.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 182.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 410.1 sec: 94 segments, 9 merges 1075.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 998.4s _175: 8 segs, 105.8 K docs, 421.1 MB 985.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 723.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 530.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 462.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 410.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 300.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 187.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 415.1 sec: 94 segments, 9 merges 1080.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 1003.4s _175: 8 segs, 105.8 K docs, 421.1 MB 990.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 729.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 535.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 467.3s _1f2: 8 segs, 196.9 K docs, 784.7 MB 415.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 305.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 192.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 420.1 sec: 87 segments, 8 merges 1085.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 1008.4s _175: 8 segs, 105.8 K docs, 421.1 MB 995.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 734.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 540.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 420.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 310.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 197.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 425.1 sec: 87 segments, 8 merges 1090.9s _165: 8 segs, 322.8 K docs, 1288.0 MB 1013.4s _175: 8 segs, 105.8 K docs, 421.1 MB 1000.4s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 739.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 545.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 425.1s _1fv: 13 segs, 50.9 K docs, 201.6 MB 315.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 202.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 430.0 sec: 87 segments, 8 merges 1095.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 1018.3s _175: 8 segs, 105.8 K docs, 421.1 MB 1005.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 743.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 550.2s _1e6: 8 segs, 38.9 K docs, 153.8 MB 430.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 320.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 207.2s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 435.0 sec: 87 segments, 8 merges 1100.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 1023.3s _175: 8 segs, 105.8 K docs, 421.1 MB 1010.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 748.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 555.2s _1e6: 8 segs, 38.9 K docs, 153.8 MB 435.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 325.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 212.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 440.0 sec: 87 segments, 8 merges 1105.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 1028.3s _175: 8 segs, 105.8 K docs, 421.1 MB 1015.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 753.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 560.2s _1e6: 8 segs, 38.9 K docs, 153.8 MB 440.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 330.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 217.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 445.0 sec: 87 segments, 8 merges 1110.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 1033.3s _175: 8 segs, 105.8 K docs, 421.1 MB 1020.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 758.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 565.2s _1e6: 8 segs, 38.9 K docs, 153.8 MB 445.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 335.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 222.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 450.0 sec: 87 segments, 8 merges 1115.8s _165: 8 segs, 322.8 K docs, 1288.0 MB 1038.3s _175: 8 segs, 105.8 K docs, 421.1 MB 1025.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 763.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 570.3s _1e6: 8 segs, 38.9 K docs, 153.8 MB 450.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 340.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 227.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 455.0 sec: 73 segments, 6 merges 1043.3s _175: 8 segs, 105.8 K docs, 421.1 MB 1030.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 768.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 455.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 345.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 232.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 460.0 sec: 73 segments, 6 merges 1048.3s _175: 8 segs, 105.8 K docs, 421.1 MB 1035.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 773.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 460.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 350.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 237.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 465.0 sec: 66 segments, 6 merges 1040.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 778.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 465.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 355.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 242.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 3.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 470.0 sec: 66 segments, 6 merges 1045.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 783.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 470.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 360.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 247.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 8.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 475.0 sec: 66 segments, 6 merges 1050.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 788.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 475.0s _1fv: 13 segs, 50.9 K docs, 201.6 MB 365.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 252.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 13.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 480.0 sec: 54 segments, 5 merges 1055.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 793.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 370.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 257.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 18.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 485.0 sec: 54 segments, 5 merges 1060.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 798.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 375.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 262.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 23.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 490.1 sec: 54 segments, 5 merges 1065.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 803.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 380.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 267.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 28.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 495.1 sec: 54 segments, 5 merges 1070.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 808.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 385.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 272.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 33.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 500.1 sec: 54 segments, 5 merges 1075.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 813.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 390.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 277.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 38.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 505.1 sec: 54 segments, 5 merges 1080.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 818.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 395.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 282.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 43.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 510.1 sec: 54 segments, 5 merges 1085.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 824.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 400.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 287.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 48.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 515.1 sec: 54 segments, 5 merges 1090.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 829.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 405.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 292.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 53.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 520.1 sec: 54 segments, 5 merges 1095.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 834.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 410.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 297.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 58.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 525.1 sec: 54 segments, 5 merges 1100.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 839.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 415.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 302.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 63.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 530.1 sec: 54 segments, 5 merges 1105.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 844.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 420.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 307.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 68.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 535.1 sec: 54 segments, 5 merges 1110.4s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 849.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 425.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 312.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 73.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 540.0 sec: 54 segments, 5 merges 1115.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 853.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 430.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 317.2s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 78.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 545.0 sec: 54 segments, 5 merges 1120.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 858.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 435.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 322.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 83.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 550.0 sec: 54 segments, 5 merges 1125.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 863.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 440.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 327.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 88.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 555.0 sec: 54 segments, 5 merges 1130.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 868.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 445.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 332.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 93.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 560.0 sec: 54 segments, 5 merges 1135.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 873.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 450.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 337.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 98.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 565.0 sec: 54 segments, 5 merges 1140.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 878.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 455.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 342.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 103.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 570.0 sec: 54 segments, 5 merges 1145.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 883.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 460.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 347.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 108.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 575.0 sec: 54 segments, 5 merges 1150.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 888.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 465.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 352.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 113.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 580.0 sec: 54 segments, 5 merges 1155.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 893.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 470.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 357.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 118.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 585.0 sec: 54 segments, 5 merges 1160.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 898.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 475.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 362.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 123.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 590.0 sec: 54 segments, 5 merges 1165.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 903.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 480.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 367.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 128.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 595.1 sec: 54 segments, 5 merges 1170.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 908.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 485.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 372.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 133.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 600.0 sec: 54 segments, 5 merges 1175.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 913.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 490.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 377.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 138.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 605.0 sec: 54 segments, 5 merges 1180.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 918.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 495.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 382.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 143.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 610.0 sec: 54 segments, 5 merges 1185.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 923.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 500.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 387.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 148.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 615.0 sec: 54 segments, 5 merges 1190.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 928.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 505.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 392.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 153.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 620.0 sec: 54 segments, 5 merges 1195.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 933.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 510.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 397.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 158.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 625.0 sec: 54 segments, 5 merges 1200.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 938.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 515.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 402.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 163.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 630.1 sec: 54 segments, 5 merges 1205.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 943.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 520.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 407.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 168.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 635.1 sec: 54 segments, 5 merges 1210.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 948.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 525.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 412.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 173.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 640.1 sec: 54 segments, 5 merges 1215.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 953.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 530.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 417.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 178.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 645.1 sec: 54 segments, 5 merges 1220.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 958.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 535.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 422.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 183.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 650.1 sec: 54 segments, 5 merges 1225.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 963.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 540.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 427.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 188.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 655.1 sec: 54 segments, 5 merges 1230.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 968.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 545.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 432.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 193.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 660.1 sec: 54 segments, 5 merges 1235.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 974.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 550.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 437.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 198.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 665.1 sec: 54 segments, 5 merges 1240.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 979.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 555.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 442.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 203.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 670.1 sec: 54 segments, 5 merges 1245.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 984.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 560.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 447.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 208.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 675.1 sec: 54 segments, 5 merges 1250.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 989.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 565.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 452.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 213.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 680.1 sec: 54 segments, 5 merges 1255.4s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 994.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 570.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 457.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 218.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 685.1 sec: 54 segments, 5 merges 1260.4s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 999.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 575.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 462.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 223.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 690.0 sec: 54 segments, 5 merges 1265.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1003.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 580.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 467.2s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 228.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 695.0 sec: 54 segments, 5 merges 1270.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1008.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 585.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 472.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 233.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 700.0 sec: 54 segments, 5 merges 1275.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1013.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 590.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 477.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 238.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 705.0 sec: 54 segments, 5 merges 1280.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1018.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 595.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 482.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 243.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 710.0 sec: 54 segments, 5 merges 1285.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1023.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 600.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 487.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 248.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 715.0 sec: 54 segments, 5 merges 1290.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1028.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 605.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 492.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 253.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 720.0 sec: 54 segments, 5 merges 1295.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1033.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 610.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 497.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 258.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 725.0 sec: 54 segments, 5 merges 1300.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1038.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 615.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 502.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 263.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 730.0 sec: 54 segments, 5 merges 1305.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1043.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 620.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 507.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 268.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 735.0 sec: 54 segments, 5 merges 1310.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1048.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 625.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 512.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 273.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 740.1 sec: 54 segments, 5 merges 1315.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1053.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 630.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 517.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 278.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 745.1 sec: 54 segments, 5 merges 1320.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1058.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 635.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 522.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 283.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 750.1 sec: 54 segments, 5 merges 1325.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1063.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 640.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 527.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 288.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 755.1 sec: 54 segments, 5 merges 1330.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1068.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 645.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 532.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 293.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 760.1 sec: 54 segments, 5 merges 1335.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1074.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 650.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 537.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 298.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 765.1 sec: 54 segments, 5 merges 1340.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1079.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 655.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 542.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 303.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 770.1 sec: 54 segments, 5 merges 1345.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1084.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 660.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 547.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 308.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 775.1 sec: 54 segments, 5 merges 1350.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1089.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 665.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 552.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 313.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 780.1 sec: 54 segments, 5 merges 1355.4s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1094.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 670.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 557.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 318.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 785.1 sec: 54 segments, 5 merges 1360.4s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1099.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 675.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 562.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 323.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 790.0 sec: 54 segments, 5 merges 1365.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1103.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 680.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 567.2s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 328.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 795.0 sec: 54 segments, 5 merges 1370.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1108.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 685.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 572.2s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 333.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 800.0 sec: 54 segments, 5 merges 1375.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1113.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 690.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 577.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 338.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 805.0 sec: 54 segments, 5 merges 1380.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1118.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 695.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 582.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 343.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 810.0 sec: 54 segments, 5 merges 1385.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1123.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 700.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 587.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 348.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 815.0 sec: 54 segments, 5 merges 1390.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1128.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 705.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 592.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 353.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 820.0 sec: 54 segments, 5 merges 1395.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1133.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 710.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 597.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 358.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 825.0 sec: 54 segments, 5 merges 1400.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1138.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 715.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 602.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 363.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 830.0 sec: 54 segments, 5 merges 1405.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1143.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 720.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 607.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 368.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 835.0 sec: 54 segments, 5 merges 1410.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1148.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 725.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 612.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 373.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 840.0 sec: 54 segments, 5 merges 1415.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1153.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 730.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 617.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 378.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 845.0 sec: 54 segments, 5 merges 1420.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1158.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 735.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 622.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 383.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 850.1 sec: 54 segments, 5 merges 1425.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1163.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 740.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 627.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 388.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 855.1 sec: 54 segments, 5 merges 1430.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1168.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 745.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 632.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 393.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 860.1 sec: 54 segments, 5 merges 1435.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1173.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 750.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 637.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 398.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 865.1 sec: 54 segments, 5 merges 1440.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1178.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 755.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 642.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 403.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 870.1 sec: 54 segments, 5 merges 1445.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1183.9s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 760.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 647.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 408.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 875.1 sec: 54 segments, 5 merges 1450.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1189.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 765.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 652.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 413.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 880.1 sec: 54 segments, 5 merges 1455.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1194.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 770.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 657.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 418.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 885.1 sec: 54 segments, 5 merges 1460.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1199.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 775.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 662.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 423.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 890.1 sec: 54 segments, 5 merges 1465.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1204.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 780.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 667.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 428.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 895.1 sec: 54 segments, 5 merges 1470.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1209.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 785.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 672.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 433.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 900.1 sec: 54 segments, 5 merges 1475.4s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1214.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 790.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 677.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 438.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 905.1 sec: 54 segments, 5 merges 1480.4s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 1219.0s _1ba: 8 segs, 519.8 K docs, 2075.4 MB 795.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 682.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 443.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 910.0 sec: 47 segments, 4 merges 1485.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 800.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 687.2s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 448.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 915.0 sec: 47 segments, 4 merges 1490.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 805.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 692.2s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 453.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 920.0 sec: 47 segments, 4 merges 1495.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 810.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 697.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 458.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 925.0 sec: 47 segments, 4 merges 1500.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 815.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 702.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 463.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 930.0 sec: 47 segments, 4 merges 1505.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 820.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 707.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 468.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 935.0 sec: 47 segments, 4 merges 1510.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 825.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 712.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 473.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 940.0 sec: 47 segments, 4 merges 1515.3s _17c: 8 segs, 1088.4 K docs, 4349.1 MB 830.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 717.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 478.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 945.0 sec: 40 segments, 3 merges 835.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 722.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 483.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 950.0 sec: 40 segments, 3 merges 840.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 727.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 488.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 955.0 sec: 40 segments, 3 merges 845.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 732.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 493.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 960.0 sec: 40 segments, 3 merges 850.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 737.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 498.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 965.0 sec: 40 segments, 3 merges 855.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 742.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 503.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 970.0 sec: 40 segments, 3 merges 860.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 747.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 508.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 975.0 sec: 40 segments, 3 merges 865.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 752.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 513.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 980.0 sec: 40 segments, 3 merges 870.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 757.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 518.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 985.1 sec: 40 segments, 3 merges 875.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 762.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 523.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 990.1 sec: 40 segments, 3 merges 880.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 767.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 528.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 995.1 sec: 40 segments, 3 merges 885.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 772.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 533.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1000.1 sec: 40 segments, 3 merges 890.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 777.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 538.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1005.1 sec: 40 segments, 3 merges 895.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 782.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 543.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1010.1 sec: 40 segments, 3 merges 900.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 787.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 548.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1015.1 sec: 40 segments, 3 merges 905.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 792.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 553.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1020.1 sec: 40 segments, 3 merges 910.7s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 797.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 558.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1025.0 sec: 40 segments, 3 merges 915.6s _1fw: 8 segs, 343.6 K docs, 1370.1 MB 802.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 563.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1030.0 sec: 33 segments, 2 merges 807.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 568.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1035.0 sec: 33 segments, 2 merges 812.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 573.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1040.0 sec: 33 segments, 2 merges 817.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 578.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1045.1 sec: 33 segments, 2 merges 822.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 583.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1050.1 sec: 33 segments, 2 merges 827.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 588.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1055.1 sec: 33 segments, 2 merges 832.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 593.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1060.1 sec: 33 segments, 2 merges 837.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 598.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1065.1 sec: 33 segments, 2 merges 842.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 603.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1070.1 sec: 33 segments, 2 merges 847.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 608.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1075.1 sec: 33 segments, 2 merges 852.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 613.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1080.1 sec: 33 segments, 2 merges 857.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 618.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1085.1 sec: 33 segments, 2 merges 862.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 623.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1090.0 sec: 33 segments, 2 merges 867.2s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 628.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1095.0 sec: 33 segments, 2 merges 872.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 633.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1100.0 sec: 33 segments, 2 merges 877.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 638.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1105.0 sec: 33 segments, 2 merges 882.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 643.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1110.0 sec: 33 segments, 2 merges 887.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 648.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1115.0 sec: 33 segments, 2 merges 892.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 653.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1120.0 sec: 33 segments, 2 merges 897.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 658.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1125.0 sec: 33 segments, 2 merges 902.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 663.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1130.0 sec: 33 segments, 2 merges 907.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 668.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1135.0 sec: 33 segments, 2 merges 912.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 673.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1140.0 sec: 33 segments, 2 merges 917.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 678.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1145.1 sec: 33 segments, 2 merges 922.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 683.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1150.1 sec: 33 segments, 2 merges 927.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 688.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1155.1 sec: 33 segments, 2 merges 932.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 693.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1160.1 sec: 33 segments, 2 merges 937.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 698.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1165.1 sec: 33 segments, 2 merges 942.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 703.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1170.1 sec: 33 segments, 2 merges 947.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 708.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1175.1 sec: 33 segments, 2 merges 952.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 713.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1180.1 sec: 33 segments, 2 merges 957.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 718.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1185.1 sec: 33 segments, 2 merges 962.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 723.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1190.1 sec: 33 segments, 2 merges 967.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 728.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1195.1 sec: 33 segments, 2 merges 972.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 733.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1200.1 sec: 33 segments, 2 merges 977.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 738.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1205.0 sec: 33 segments, 2 merges 982.2s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 743.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1210.0 sec: 33 segments, 2 merges 987.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 748.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1215.0 sec: 33 segments, 2 merges 992.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 753.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1220.0 sec: 33 segments, 2 merges 997.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 758.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1225.0 sec: 33 segments, 2 merges 1002.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 763.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1230.0 sec: 33 segments, 2 merges 1007.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 768.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1235.0 sec: 33 segments, 2 merges 1012.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 773.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1240.0 sec: 33 segments, 2 merges 1017.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 778.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1245.0 sec: 33 segments, 2 merges 1022.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 783.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1250.0 sec: 33 segments, 2 merges 1027.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 788.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1255.0 sec: 33 segments, 2 merges 1032.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 793.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1260.1 sec: 33 segments, 2 merges 1037.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 798.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1265.1 sec: 33 segments, 2 merges 1042.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 803.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1270.1 sec: 33 segments, 2 merges 1047.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 808.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1275.1 sec: 33 segments, 2 merges 1052.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 813.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1280.1 sec: 33 segments, 2 merges 1057.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 818.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1285.1 sec: 33 segments, 2 merges 1062.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 823.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1290.1 sec: 33 segments, 2 merges 1067.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 828.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1295.1 sec: 33 segments, 2 merges 1072.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 833.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1300.1 sec: 33 segments, 2 merges 1077.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 838.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1305.0 sec: 33 segments, 2 merges 1082.2s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 843.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1310.0 sec: 33 segments, 2 merges 1087.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 848.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1315.0 sec: 33 segments, 2 merges 1092.3s _1fx: 8 segs, 761.7 K docs, 3041.6 MB 853.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1320.0 sec: 26 segments, 1 merges 858.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1325.0 sec: 26 segments, 1 merges 863.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1330.0 sec: 26 segments, 1 merges 868.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1335.0 sec: 26 segments, 1 merges 873.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1340.0 sec: 26 segments, 1 merges 878.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1345.0 sec: 26 segments, 1 merges 883.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1350.0 sec: 26 segments, 1 merges 888.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1355.0 sec: 26 segments, 1 merges 893.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1360.0 sec: 26 segments, 1 merges 898.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1365.0 sec: 26 segments, 1 merges 903.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1370.0 sec: 26 segments, 1 merges 908.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1375.0 sec: 26 segments, 1 merges 913.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1380.1 sec: 26 segments, 1 merges 918.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1385.1 sec: 26 segments, 1 merges 923.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1390.1 sec: 26 segments, 1 merges 928.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1395.1 sec: 26 segments, 1 merges 933.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1400.1 sec: 26 segments, 1 merges 938.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1405.1 sec: 26 segments, 1 merges 943.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1410.1 sec: 26 segments, 1 merges 948.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1415.1 sec: 26 segments, 1 merges 953.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1420.1 sec: 26 segments, 1 merges 958.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1425.1 sec: 26 segments, 1 merges 963.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1430.1 sec: 26 segments, 1 merges 968.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1435.0 sec: 26 segments, 1 merges 973.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1440.0 sec: 26 segments, 1 merges 978.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1445.0 sec: 26 segments, 1 merges 983.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1450.0 sec: 26 segments, 1 merges 988.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1455.0 sec: 26 segments, 1 merges 993.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1460.0 sec: 26 segments, 1 merges 998.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1465.0 sec: 26 segments, 1 merges 1003.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1470.0 sec: 26 segments, 1 merges 1008.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1475.0 sec: 26 segments, 1 merges 1013.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1480.0 sec: 26 segments, 1 merges 1018.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1485.0 sec: 26 segments, 1 merges 1023.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1490.1 sec: 26 segments, 1 merges 1028.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1495.1 sec: 26 segments, 1 merges 1033.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1500.1 sec: 26 segments, 1 merges 1038.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1505.1 sec: 26 segments, 1 merges 1043.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1510.1 sec: 26 segments, 1 merges 1048.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1515.1 sec: 26 segments, 1 merges 1053.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1520.1 sec: 26 segments, 1 merges 1058.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1525.1 sec: 26 segments, 1 merges 1063.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1530.1 sec: 26 segments, 1 merges 1068.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1535.1 sec: 26 segments, 1 merges 1073.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1540.1 sec: 26 segments, 1 merges 1078.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1545.0 sec: 26 segments, 1 merges 1083.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1550.0 sec: 26 segments, 1 merges 1088.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1555.0 sec: 26 segments, 1 merges 1093.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1560.0 sec: 26 segments, 1 merges 1098.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1565.0 sec: 26 segments, 1 merges 1103.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1570.0 sec: 26 segments, 1 merges 1108.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1575.0 sec: 26 segments, 1 merges 1113.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1580.0 sec: 26 segments, 1 merges 1118.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1585.0 sec: 26 segments, 1 merges 1123.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1590.0 sec: 26 segments, 1 merges 1128.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1595.0 sec: 26 segments, 1 merges 1133.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1600.1 sec: 26 segments, 1 merges 1138.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1605.1 sec: 26 segments, 1 merges 1143.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1610.1 sec: 26 segments, 1 merges 1148.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1615.1 sec: 26 segments, 1 merges 1153.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1620.1 sec: 26 segments, 1 merges 1158.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1625.1 sec: 26 segments, 1 merges 1163.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1630.1 sec: 26 segments, 1 merges 1168.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1635.1 sec: 26 segments, 1 merges 1173.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1640.1 sec: 26 segments, 1 merges 1178.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1645.1 sec: 26 segments, 1 merges 1183.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1650.1 sec: 26 segments, 1 merges 1188.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1655.1 sec: 26 segments, 1 merges 1193.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1660.0 sec: 26 segments, 1 merges 1198.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1665.0 sec: 26 segments, 1 merges 1203.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1670.0 sec: 26 segments, 1 merges 1208.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1675.0 sec: 26 segments, 1 merges 1213.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1680.0 sec: 26 segments, 1 merges 1218.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1685.0 sec: 26 segments, 1 merges 1223.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1690.0 sec: 26 segments, 1 merges 1228.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1695.0 sec: 26 segments, 1 merges 1233.2s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1700.0 sec: 26 segments, 1 merges 1238.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1705.0 sec: 26 segments, 1 merges 1243.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1710.0 sec: 26 segments, 1 merges 1248.3s _1fy: 8 segs, 1249.1 K docs, 4991.5 MB 1715.0 sec: 19 segments, 0 merges done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 3111 seconds reindex takes 3111.19 sec index has 19 segments: segments_2: _4l(11.0.0):C253881 _aa(11.0.0):C314466 _lt(11.0.0):C788795 _eh(11.0.0):C310566 _11k(11.0.0):C936238 _17c(11.0.0):C1088382 _iq(11.0.0):C248587 _rp(11.0.0):C391178 _11d(11.0.0):C227195 _165(11.0.0):C322838 _1fy(11.0.0):C1249096 _1fx(11.0.0):C761674 _1ba(11.0.0):C519813 _1ae(11.0.0):C74858 _1fw(11.0.0):C343649 _1do(11.0.0):C40876 _1e6(11.0.0):C38860 _1eo(11.0.0):C38113 _1fv(11.0.0):C50935 _4l: 1015.0 MB _aa: 1257.4 MB _lt: 3156.4 MB _eh: 1241.9 MB _11k: 3747.2 MB _17c: 4357.1 MB _iq: 993.8 MB _rp: 1564.5 MB _11d: 908.2 MB _165: 1290.9 MB _1fy: 5001.5 MB _1fx: 3047.8 MB _1ba: 2079.3 MB _1ae: 298.8 MB _1fw: 1374.2 MB _1do: 162.9 MB _1e6: 154.9 MB _1eo: 151.9 MB _1fv: 203.2 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=4.0 index disk usage is 32007.01 MB vector disk usage is 31250.00 MB vector RAM usage is 31250.00 MB exact nn key = cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100 read pre-cached exact match vectors from cache file "knn-reuse/exact-nn/cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100.bin" read pre-cached exact match scores from cache file "knn-reuse/exact-nn/cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100.scores" EXACT_NN_SCORES_PATH: /l/util.nightly/knn-reuse/exact-nn/cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100.scores EXACT_NN_METRIC: dot_product path=/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec dim=1024 vectorEncoding.byteSize=4 1778739 query vectors in queryPath "/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec" searching 1000 query vectors; topK=100, fanout=100 done warmup thread 3 name=main cpu@start=57021022570 cpu@end=70224879916 deltaMS=13203.857346 thread 14 name=Reference Handler cpu@start=2372842 cpu@end=2372842 deltaMS=0.0 thread 15 name=Finalizer cpu@start=147290 cpu@end=147290 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=71766 cpu@end=71766 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=19734538 cpu@end=19734538 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=58792973105 cpu@end=58794403303 deltaMS=1.430198 thread 42 name=JFR Periodic Tasks cpu@start=380318821884 cpu@end=380951744160 deltaMS=632.922276 thread 45 name=Notification Thread cpu@start=104492 cpu@end=104492 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=4782008172584 cpu@end=4782008172584 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=4781432461423 cpu@end=4781432461423 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=4782946769856 cpu@end=4782946769856 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=4780178766820 cpu@end=4780178766820 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=4783757574440 cpu@end=4783757574440 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=4776328226554 cpu@end=4776328226554 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=4785832895011 cpu@end=4785832895011 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=4781113621013 cpu@end=4781113621013 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=4785087923624 cpu@end=4785087923624 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=4775141618168 cpu@end=4775141618168 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=4779146237936 cpu@end=4779146237936 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=4787114911453 cpu@end=4787114911453 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=4785275850738 cpu@end=4785275850738 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=4786326922910 cpu@end=4786326922910 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=4784529827706 cpu@end=4784529827706 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=4782618632049 cpu@end=4782618632049 deltaMS=0.0 Average CPU cores used: 1.0472651551979917 completed 1000 searches in 13213 ms: 75 QPS CPU time=13837 ms checking results SUMMARY: 0.974 13.213 13.837 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 67989 3111.19 2571.37 0.00 19 32007.01 null N/A 1.000 31250.000 31250.000 false HNSW no Leaf 0 has 4 layers Leaf 0 has 253881 documents Graph level=3 size=12, Fanout min=2, mean=4.17, max=8, meandelta=29786.18 % 0 10 20 30 40 50 60 70 80 90 100 0 2 2 3 3 3 4 4 6 6 8 Graph level=2 size=211, Fanout min=4, mean=15.54, max=32, meandelta=13395.79 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 13 14 15 16 18 20 22 32 Graph level=1 size=7860, Fanout min=8, mean=27.40, max=32, meandelta=8449.84 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 25 28 31 32 32 32 32 32 Graph level=0 size=253881, Fanout min=1, mean=39.42, max=64, meandelta=5979.26 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 49 59 64 64 Graph level=3 size=12, connectedness=1.00 Graph level=2 size=211, connectedness=1.00 Graph level=1 size=7860, connectedness=1.00 Graph level=0 size=253881, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 314466 documents Graph level=3 size=17, Fanout min=2, mean=5.18, max=10, meandelta=39383.74 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 4 4 5 5 5 6 7 10 Graph level=2 size=275, Fanout min=7, mean=17.24, max=32, meandelta=15595.70 % 0 10 20 30 40 50 60 70 80 90 100 0 11 12 14 15 16 18 19 22 25 32 Graph level=1 size=9786, Fanout min=7, mean=27.63, max=32, meandelta=10406.34 % 0 10 20 30 40 50 60 70 80 90 100 0 19 22 25 28 32 32 32 32 32 32 Graph level=0 size=314466, Fanout min=1, mean=39.49, max=64, meandelta=7391.33 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=17, connectedness=1.00 Graph level=2 size=275, connectedness=1.00 Graph level=1 size=9786, connectedness=1.00 Graph level=0 size=314466, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 788795 documents Graph level=3 size=32, Fanout min=2, mean=6.69, max=13, meandelta=84567.24 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 6 6 7 7 8 9 13 Graph level=2 size=669, Fanout min=8, mean=21.62, max=32, meandelta=33214.64 % 0 10 20 30 40 50 60 70 80 90 100 0 13 16 17 19 21 23 26 29 32 32 Graph level=1 size=24242, Fanout min=3, mean=27.91, max=32, meandelta=25919.28 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=788795, Fanout min=1, mean=39.54, max=64, meandelta=18488.08 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=32, connectedness=1.00 Graph level=2 size=669, connectedness=1.00 Graph level=1 size=24242, connectedness=1.00 Graph level=0 size=788795, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 310566 documents Graph level=3 size=17, Fanout min=3, mean=4.71, max=7, meandelta=42630.86 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 4 4 4 5 5 5 6 7 Graph level=2 size=270, Fanout min=6, mean=16.62, max=32, meandelta=15600.35 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 13 14 16 18 19 21 24 32 Graph level=1 size=9551, Fanout min=5, mean=27.54, max=32, meandelta=10247.73 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 25 28 31 32 32 32 32 32 Graph level=0 size=310566, Fanout min=1, mean=39.54, max=64, meandelta=7290.96 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=17, connectedness=1.00 Graph level=2 size=270, connectedness=1.00 Graph level=1 size=9551, connectedness=1.00 Graph level=0 size=310566, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 936238 documents Graph level=3 size=54, Fanout min=4, mean=8.00, max=15, meandelta=93282.29 % 0 10 20 30 40 50 60 70 80 90 100 0 5 5 6 6 7 8 9 10 12 15 Graph level=2 size=834, Fanout min=6, mean=22.86, max=32, meandelta=37281.24 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 21 23 25 27 30 32 32 Graph level=1 size=28621, Fanout min=3, mean=27.95, max=32, meandelta=30644.43 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=936238, Fanout min=1, mean=39.53, max=64, meandelta=21937.23 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=54, connectedness=1.00 Graph level=2 size=834, connectedness=1.00 Graph level=1 size=28621, connectedness=1.00 Graph level=0 size=936238, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 1088382 documents Graph level=3 size=56, Fanout min=4, mean=8.57, max=14, meandelta=96118.87 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 7 8 9 10 11 12 14 Graph level=2 size=968, Fanout min=8, mean=23.34, max=32, meandelta=42366.63 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 21 23 26 29 32 32 32 Graph level=1 size=33267, Fanout min=2, mean=28.07, max=32, meandelta=35533.15 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=1088382, Fanout min=1, mean=39.49, max=64, meandelta=25514.06 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=56, connectedness=1.00 Graph level=2 size=968, connectedness=1.00 Graph level=1 size=33267, connectedness=1.00 Graph level=0 size=1088382, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 248587 documents Graph level=3 size=12, Fanout min=2, mean=4.00, max=6, meandelta=37257.44 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 3 3 4 4 5 5 5 6 Graph level=2 size=196, Fanout min=7, mean=15.22, max=32, meandelta=13620.44 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 13 14 16 17 19 22 32 Graph level=1 size=7574, Fanout min=8, mean=27.43, max=32, meandelta=8262.78 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 25 28 31 32 32 32 32 32 Graph level=0 size=248587, Fanout min=1, mean=39.34, max=64, meandelta=5869.38 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 49 59 64 64 Graph level=3 size=12, connectedness=1.00 Graph level=2 size=196, connectedness=1.00 Graph level=1 size=7574, connectedness=1.00 Graph level=0 size=248587, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 391178 documents Graph level=3 size=23, Fanout min=2, mean=5.65, max=10, meandelta=44694.61 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 4 5 5 6 6 7 9 10 Graph level=2 size=331, Fanout min=6, mean=17.97, max=32, meandelta=18026.01 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 15 16 17 19 20 23 26 32 Graph level=1 size=11950, Fanout min=6, mean=27.57, max=32, meandelta=12913.94 % 0 10 20 30 40 50 60 70 80 90 100 0 19 22 25 28 32 32 32 32 32 32 Graph level=0 size=391178, Fanout min=1, mean=39.62, max=64, meandelta=9161.94 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=23, connectedness=1.00 Graph level=2 size=331, connectedness=1.00 Graph level=1 size=11950, connectedness=1.00 Graph level=0 size=391178, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 227195 documents Graph level=3 size=12, Fanout min=2, mean=3.33, max=6, meandelta=32861.82 % 0 10 20 30 40 50 60 70 80 90 100 0 2 2 2 2 3 4 4 4 4 6 Graph level=2 size=210, Fanout min=7, mean=15.25, max=32, meandelta=12630.64 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 13 14 15 16 17 19 22 32 Graph level=1 size=6997, Fanout min=8, mean=27.38, max=32, meandelta=7608.15 % 0 10 20 30 40 50 60 70 80 90 100 0 19 22 24 27 31 32 32 32 32 32 Graph level=0 size=227195, Fanout min=1, mean=39.44, max=64, meandelta=5350.58 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 49 59 64 64 Graph level=3 size=12, connectedness=1.00 Graph level=2 size=210, connectedness=1.00 Graph level=1 size=6997, connectedness=1.00 Graph level=0 size=227195, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 322838 documents Graph level=3 size=15, Fanout min=3, mean=5.60, max=9, meandelta=44275.55 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 5 5 6 6 6 7 9 Graph level=2 size=277, Fanout min=5, mean=17.66, max=32, meandelta=15840.03 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 15 15 17 18 20 22 25 32 Graph level=1 size=9937, Fanout min=7, mean=27.56, max=32, meandelta=10702.10 % 0 10 20 30 40 50 60 70 80 90 100 0 19 22 25 28 31 32 32 32 32 32 Graph level=0 size=322838, Fanout min=1, mean=39.48, max=64, meandelta=7591.23 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=15, connectedness=1.00 Graph level=2 size=277, connectedness=1.00 Graph level=1 size=9937, connectedness=1.00 Graph level=0 size=322838, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 1249096 documents Graph level=3 size=51, Fanout min=4, mean=8.31, max=13, meandelta=126210.39 % 0 10 20 30 40 50 60 70 80 90 100 0 6 6 6 8 8 9 9 10 11 13 Graph level=2 size=1124, Fanout min=9, mean=24.16, max=32, meandelta=46590.29 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 20 22 24 27 30 32 32 32 Graph level=1 size=38246, Fanout min=3, mean=28.16, max=32, meandelta=40553.43 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 30 32 32 32 32 32 32 Graph level=0 size=1249096, Fanout min=1, mean=39.40, max=64, meandelta=29337.63 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 42 49 60 64 64 Graph level=3 size=51, connectedness=1.00 Graph level=2 size=1124, connectedness=1.00 Graph level=1 size=38246, connectedness=1.00 Graph level=0 size=1249096, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 761674 documents Graph level=3 size=37, Fanout min=4, mean=7.24, max=15, meandelta=80871.12 % 0 10 20 30 40 50 60 70 80 90 100 0 5 5 6 6 7 7 8 9 10 15 Graph level=2 size=643, Fanout min=6, mean=21.56, max=32, meandelta=31610.54 % 0 10 20 30 40 50 60 70 80 90 100 0 13 15 17 19 20 23 26 29 32 32 Graph level=1 size=23261, Fanout min=3, mean=27.96, max=32, meandelta=24935.41 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=761674, Fanout min=1, mean=39.56, max=64, meandelta=17840.44 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=37, connectedness=1.00 Graph level=2 size=643, connectedness=1.00 Graph level=1 size=23261, connectedness=1.00 Graph level=0 size=761674, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 519813 documents Graph level=3 size=17, Fanout min=3, mean=5.29, max=8, meandelta=70770.98 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 5 5 5 5 5 6 7 8 Graph level=2 size=504, Fanout min=6, mean=20.69, max=32, meandelta=22412.81 % 0 10 20 30 40 50 60 70 80 90 100 0 13 15 16 18 20 22 24 27 31 32 Graph level=1 size=16049, Fanout min=6, mean=27.81, max=32, meandelta=17096.18 % 0 10 20 30 40 50 60 70 80 90 100 0 19 22 26 29 32 32 32 32 32 32 Graph level=0 size=519813, Fanout min=1, mean=39.57, max=64, meandelta=12183.16 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=17, connectedness=1.00 Graph level=2 size=504, connectedness=1.00 Graph level=1 size=16049, connectedness=1.00 Graph level=0 size=519813, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 74858 documents Graph level=3 size=3, Fanout min=2, mean=2.00, max=2, meandelta=20310.67 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 2 2 2 2 2 2 2 Graph level=2 size=62, Fanout min=3, mean=8.90, max=17, meandelta=7079.73 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 7 8 9 10 11 13 17 Graph level=1 size=2289, Fanout min=8, mean=25.68, max=32, meandelta=2639.48 % 0 10 20 30 40 50 60 70 80 90 100 0 16 19 22 24 27 30 32 32 32 32 Graph level=0 size=74858, Fanout min=2, mean=38.59, max=64, meandelta=1798.92 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 31 35 40 47 56 64 64 Graph level=3 size=3, connectedness=1.00 Graph level=2 size=62, connectedness=1.00 Graph level=1 size=2289, connectedness=1.00 Graph level=0 size=74858, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 343649 documents Graph level=3 size=20, Fanout min=2, mean=4.50, max=8, meandelta=48829.43 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 3 3 4 4 6 6 7 8 Graph level=2 size=271, Fanout min=5, mean=16.50, max=32, meandelta=17594.85 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 13 14 16 18 19 21 24 32 Graph level=1 size=10421, Fanout min=7, mean=27.58, max=32, meandelta=11397.21 % 0 10 20 30 40 50 60 70 80 90 100 0 19 22 25 28 32 32 32 32 32 32 Graph level=0 size=343649, Fanout min=1, mean=39.56, max=64, meandelta=8063.48 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=20, connectedness=1.00 Graph level=2 size=271, connectedness=1.00 Graph level=1 size=10421, connectedness=1.00 Graph level=0 size=343649, connectedness=1.00 Leaf 15 has 4 layers Leaf 15 has 40876 documents Graph level=3 size=2, Fanout min=1, mean=1.00, max=1, meandelta=0.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 1 1 1 Graph level=2 size=33, Fanout min=4, mean=6.79, max=12, meandelta=4761.13 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 6 6 7 8 8 9 12 Graph level=1 size=1250, Fanout min=7, mean=24.47, max=32, meandelta=1500.50 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 23 25 27 31 32 32 32 Graph level=0 size=40876, Fanout min=2, mean=37.82, max=64, meandelta=1001.25 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 39 45 54 64 64 Graph level=3 size=2, connectedness=1.00 Graph level=2 size=33, connectedness=1.00 Graph level=1 size=1250, connectedness=1.00 Graph level=0 size=40876, connectedness=1.00 Leaf 16 has 4 layers Leaf 16 has 38860 documents Graph level=3 size=0, Fanout min=0, mean=NaN, max=0, meandelta=NaN % 0 10 20 30 40 50 60 70 80 90 100 1 Graph level=2 size=32, Fanout min=3, mean=6.44, max=10, meandelta=5008.91 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 6 6 7 7 8 8 10 Graph level=1 size=1202, Fanout min=7, mean=23.95, max=32, meandelta=1473.96 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 22 24 26 29 32 32 32 Graph level=0 size=38860, Fanout min=2, mean=37.88, max=64, meandelta=950.84 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 39 45 54 64 64 Graph level=3 size=1, connectedness=1.00 Graph level=2 size=32, connectedness=1.00 Graph level=1 size=1202, connectedness=1.00 Graph level=0 size=38860, connectedness=1.00 Leaf 17 has 4 layers Leaf 17 has 38113 documents Graph level=3 size=0, Fanout min=0, mean=NaN, max=0, meandelta=NaN % 0 10 20 30 40 50 60 70 80 90 100 1 Graph level=2 size=30, Fanout min=2, mean=6.27, max=12, meandelta=4419.33 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 5 5 6 6 7 8 9 12 Graph level=1 size=1176, Fanout min=8, mean=24.16, max=32, meandelta=1425.42 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 22 25 27 30 32 32 32 Graph level=0 size=38113, Fanout min=3, mean=37.91, max=64, meandelta=931.16 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 39 46 55 64 64 Graph level=3 size=1, connectedness=1.00 Graph level=2 size=30, connectedness=1.00 Graph level=1 size=1176, connectedness=1.00 Graph level=0 size=38113, connectedness=1.00 Leaf 18 has 4 layers Leaf 18 has 50935 documents Graph level=3 size=2, Fanout min=1, mean=1.00, max=1, meandelta=0.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 1 1 1 Graph level=2 size=45, Fanout min=4, mean=7.56, max=14, meandelta=5307.21 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 6 7 8 8 9 12 14 Graph level=1 size=1550, Fanout min=9, mean=24.96, max=32, meandelta=1850.26 % 0 10 20 30 40 50 60 70 80 90 100 0 16 19 21 23 25 28 32 32 32 32 Graph level=0 size=50935, Fanout min=2, mean=38.24, max=64, meandelta=1234.52 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 31 35 40 46 55 64 64 Graph level=3 size=2, connectedness=1.00 Graph level=2 size=45, connectedness=1.00 Graph level=1 size=1550, connectedness=1.00 Graph level=0 size=50935, connectedness=1.00 Performance counter stats for '/usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build --add-modules jdk.incubator.vector --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q32-fmFalse.jfr knn.KnnGraphTester -maxConn 32 -dim 1024 -docs /big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec -ndoc 8000000 -topK 100 -numIndexThreads 8 -beamWidthIndex 100 -search-and-stats /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -metric dot_product -numMergeThread 16 -numMergeWorker 48 -reindex': 175,934,811.11 msec task-clock:u 659,943,819,762,149 cycles:u (36.36%) 45,950,380,890,637 instructions:u (36.36%) 9,115,994,187,861 cache-references:u (36.36%) 2,278,755,856,726 cache-misses:u (36.36%) 25,735,671,165,094 L1-dcache-loads:u (36.36%) 2,664,447,910,064 L1-dcache-load-misses:u (36.36%) 3,054,335,682,634 L1-icache-loads:u (36.36%) 30,186,292,932 L1-icache-load-misses:u (36.36%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 35,504,294 faults:u 11,252,649 minor-faults:u 269 major-faults:u 4,614,141,983,675 branches:u (36.36%) 80,548,298,268 branch-misses:u (36.36%) 9,180,629,707,484 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 4922.862426968 seconds time elapsed 174883.711966000 seconds user 1015.902047000 seconds sys took 1:22:02.888943 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='dbf0d1426f13292f58083911c65bbae431251e4f', luceneutil_git_rev='63c1b2b252f377e272313c1ac0f182be79ad78b6', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=False, recall=0.974, cpu_time_ms=13.213, net_cpu_ms=13.837, avg_cpu_core_count=1.047, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='no', total_visited=67989, index_time_sec=3111.19, index_docs_per_sec=2571.37, force_merge_time_sec=0.0, index_num_segments=19, index_size_on_disk_mb=32007.01, selectivity=None, pre_post_filter='null', vec_disk_mb=31250.0, vec_ram_mb=31250.0, graph_level_conn_p_values={3: (2, {0: 0, 10: 1, 20: 1, 30: 1, 40: 1, 50: 1, 60: 1, 70: 1, 80: 1, 90: 1, 100: 1}), 2: (45, {0: 0, 10: 4, 20: 5, 30: 6, 40: 6, 50: 7, 60: 8, 70: 8, 80: 9, 90: 12, 100: 14}), 1: (1550, {0: 0, 10: 16, 20: 19, 30: 21, 40: 23, 50: 25, 60: 28, 70: 32, 80: 32, 90: 32, 100: 32}), 0: (50935, {0: 0, 10: 20, 20: 24, 30: 28, 40: 31, 50: 35, 60: 40, 70: 46, 80: 55, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=4922, microseconds=888943)) Profiler summary for /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q32-fmFalse.jfr Version: 2.1 Chunks: 164 Start: 2026-05-14 13:31:12 (UTC) Duration: 3289 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 106181373 1858625285 jdk.FileWrite 7249277 156077389 jdk.FileRead 3054430 71816250 jdk.BooleanFlag 81344 2581732 jdk.CPULoad 60024 1210052 jdk.ObjectAllocationInNewTLAB 38677 770605 jdk.Checkpoint 11166 34383531 jdk.UnsignedIntFlag 7872 267848 jdk.IntFlag 7216 264032 jdk.StringFlag 5576 217182 jdk.Compilation 1173 32046 jdk.ObjectAllocationOutsideTLAB 1042 19627 jdk.CPUInformation 164 246339 jdk.GCConfiguration 164 4275 jdk.JVMInformation 164 148431 jdk.Metadata 164 18126439 jdk.GarbageCollection 24 586 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q32-fmFalse.jfr is 2045.44 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 106181373 events (total: 106M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 83.89% 89M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 8.53% 9M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 2.34% 2M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 1.09% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 1.07% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.84% 889984 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.34% 364070 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.17% 177183 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.16% 169237 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.15% 163677 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.15% 159596 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.13% 140582 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.12% 125970 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.11% 113313 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.07% 75353 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.05% 53177 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.04% 47222 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.04% 44755 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.04% 44025 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.03% 31700 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] 0.03% 30641 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.03% 28745 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.03% 27505 sun.nio.ch.NativeThread#current0() [Native code] 0.02% 26524 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] 0.02% 25094 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.02% 23731 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [JIT compiled code] 0.02% 22077 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.02% 21342 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.02% 21033 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.02% 18772 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.02% 18629 org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():160 [Inlined code] 0.02% 18192 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():248 [JIT compiled code] 0.02% 17824 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.02% 16940 org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#lockAndPoll():44 [Inlined code] 0.02% 16135 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.01% 14957 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.01% 13501 java.util.Objects#checkIndex():365 [Inlined code] 0.01% 12955 sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] 0.01% 12356 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.01% 11291 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.01% 10823 java.util.DualPivotQuicksort#sort():238 [JIT compiled code] 0.01% 10081 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.01% 8928 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.01% 8083 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.01% 7249 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():172 [JIT compiled code] 0.01% 7014 org.apache.lucene.util.hnsw.NeighborArray#descSortFindRightMostInsertionPoint():283 [Inlined code] 0.01% 6332 org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():213 [Inlined code] 0.01% 6139 java.util.concurrent.locks.AbstractQueuedSynchronizer#signalNext():645 [Inlined code] 0.01% 5770 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.01% 5728 org.apache.lucene.index.IndexingChain#ramBytesUsed():1094 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q32-fmFalse.jfr is 2045.44 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 106181373 events (total: 106M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 78.01% 82M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 8.53% 9M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 5.86% 6M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] 1.47% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] 1.09% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 1.07% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] 0.69% 737551 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.57% 608489 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.30% 318997 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.25% 260577 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.18% 187558 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] 0.17% 176922 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.15% 163614 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] 0.14% 145891 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.12% 125680 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.07% 75353 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.07% 73526 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.06% 63644 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.06% 59055 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.05% 55206 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.04% 46682 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.04% 45094 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.04% 44025 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] 0.04% 43571 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] at org.apache.lucene.store.DataOutput#writeBytes():54 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():235 [Interpreted code] 0.04% 37215 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.04% 37185 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [Inlined code] 0.03% 31700 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.03% 30583 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.03% 30338 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] 0.02% 24295 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.02% 23731 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.02% 22077 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.02% 22052 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.02% 19666 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.02% 19262 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():57 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorer$DotProductScorer#vectorOp():194 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorer#bulkScore():92 [JIT compiled code] 0.02% 19064 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.02% 18991 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [JIT compiled code] at java.util.Arrays#sort():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():173 [JIT compiled code] 0.02% 17998 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.02% 17691 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.02% 16957 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.02% 16940 org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#lockAndPoll():44 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThreadPool#getAndLock():117 [Inlined code] at org.apache.lucene.index.DocumentsWriterFlushControl#obtainAndLock():528 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():417 [Inlined code] 0.02% 16437 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.01% 15037 org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():160 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.01% 13297 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 0.01% 12955 sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] 0.01% 12575 java.util.Objects#checkIndex():365 [Inlined code] at java.util.ArrayList#get():428 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.01% 12401 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():463 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.01% 12347 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] at jdk.jfr.internal.event.EventWriter#beginEvent():245 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] 0.01% 12035 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():248 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.01% 11891 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q32-fmFalse.jfr is 2045.44 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 106181373 events (total: 106M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 60.31% 64M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] 12.31% 13M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] 8.08% 8M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 4.12% 4M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] 2.19% 2M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] 2.19% 2M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.17% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.88% 930531 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] 0.81% 863776 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] 0.66% 697797 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.55% 586917 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.49% 523689 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.49% 518017 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 0.48% 507533 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] 0.35% 371341 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.29% 313030 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.27% 291196 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.26% 271646 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():93 [JIT compiled code] 0.25% 260577 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.22% 236601 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] 0.20% 214893 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.19% 204897 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000007819c940#run() [JIT compiled code] 0.18% 186874 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():164 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.14% 150492 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.14% 150340 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] 0.13% 137968 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.12% 126002 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.10% 110309 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.09% 99702 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007807aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.09% 99263 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.08% 80653 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000007819c940#run() [JIT compiled code] 0.07% 77220 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000007807aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.07% 75353 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.05% 57670 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.05% 51961 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.05% 51300 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] 0.05% 51205 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] 0.05% 51097 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000007819c940#run() [JIT compiled code] 0.05% 50681 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.05% 49278 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] 0.04% 44008 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [JIT compiled code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [JIT compiled code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [Inlined code] at knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.04% 43993 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.04% 42816 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():93 [JIT compiled code] 0.04% 38899 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.04% 38349 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.03% 33779 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] 0.03% 33101 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():93 [JIT compiled code] 0.03% 31197 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.03% 30947 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000007819c940#run() [JIT compiled code] 0.03% 28754 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] at org.apache.lucene.store.DataOutput#writeBytes():54 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():235 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000078193268#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q32-fmFalse.jfr is 2045.44 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 39708 events (total: 218694M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 29.45% 64401M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 24.70% 54012M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 24.55% 53687M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 5.67% 12404M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.46% 7558M java.lang.Integer#valueOf():1006 [Inlined code] 3.25% 7113M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.49% 3259M java.util.Arrays#copyOf():3478 [Inlined code] 0.76% 1661M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] 0.72% 1576M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.69% 1510M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] 0.68% 1495M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.38% 825M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.32% 705M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.32% 691M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.29% 625M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.24% 520M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.16% 340M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.15% 333M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.15% 331M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.14% 300M java.util.ArrayList#grow():240 [Inlined code] 0.12% 271M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.12% 261M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.11% 251M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.11% 249M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.11% 244M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.11% 231M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.10% 208M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.09% 197M org.apache.lucene.util.ArrayUtil#growExact():400 [Inlined code] 0.09% 195M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.09% 193M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.08% 181M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.08% 167M org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#():59 [Inlined code] 0.08% 167M org.apache.lucene.store.MemorySegmentIndexInput#buildSlice():658 [Inlined code] 0.08% 167M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.08% 167M org.apache.lucene.search.TopKnnCollector#topDocs():63 [Inlined code] 0.07% 162M java.util.HashMap#newNode():1910 [Inlined code] 0.06% 127M knn.IndexerThread#_run():125 [JIT compiled code] 0.06% 120M java.util.List#of():935 [Inlined code] 0.05% 114M knn.IndexerThread#_run():108 [JIT compiled code] 0.05% 110M java.util.HashMap#resize():711 [JIT compiled code] 0.04% 95M org.apache.lucene.document.Document#():42 [Inlined code] 0.04% 94M knn.KnnIndexer#createIndex():264 [Interpreted code] 0.04% 90M java.util.logging.LogManager#reset():1298 [Interpreted code] 0.04% 90M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.04% 89M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.04% 86M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 72M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.03% 72M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.03% 68M knn.IndexerThread#_run():86 [JIT compiled code] 0.03% 62M org.apache.lucene.util.ArrayUtil#growExact():319 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q32-fmFalse.jfr is 2045.44 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 39708 events (total: 218694M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 20.39% 44597M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 20.07% 43896M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 18.17% 39729M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] 11.28% 24672M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] 5.67% 12404M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 4.43% 9692M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 4.31% 9415M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 3.42% 7470M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] 2.37% 5176M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.45% 3181M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] 0.89% 1937M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.76% 1661M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.54% 1177M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.34% 739M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2274 [JIT compiled code] 0.28% 622M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.27% 599M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.23% 501M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [Inlined code] 0.23% 500M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.20% 444M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.20% 442M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.20% 433M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.19% 412M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.16% 340M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] 0.15% 332M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.15% 331M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.14% 300M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.12% 261M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 0.11% 249M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [Inlined code] 0.11% 248M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.11% 244M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.11% 238M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.10% 208M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] 0.09% 197M org.apache.lucene.util.ArrayUtil#growExact():400 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():412 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#push():79 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.09% 190M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.08% 182M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.08% 181M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] at java.lang.StringConcatHelper#newArray():578 [Inlined code] at java.lang.StringConcatHelper#newArrayWithSuffix():611 [Inlined code] at java.lang.String$$StringConcat.0x000000007817f400#concat() [Inlined code] 0.08% 178M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.08% 178M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.08% 177M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.08% 177M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.08% 174M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.08% 167M org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#():59 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues$DenseOffHeapVectorValues#():154 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#load():122 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#getFloatVectorValues():230 [Inlined code] 0.08% 167M org.apache.lucene.store.MemorySegmentIndexInput#buildSlice():658 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#slice():604 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#slice():712 [JIT compiled code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#load():119 [Inlined code] 0.08% 167M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [Inlined code] 0.08% 167M org.apache.lucene.search.TopKnnCollector#topDocs():63 [Inlined code] at org.apache.lucene.search.KnnFloatVectorQuery#approximateSearch():119 [JIT compiled code] at org.apache.lucene.search.AbstractKnnVectorQuery#getLeafResults():196 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#searchLeaf():177 [Inlined code] 0.07% 158M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():534 [JIT compiled code] 0.07% 155M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.07% 154M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.06% 140M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#putVal():638 [Inlined code] at java.util.HashMap#put():619 [Inlined code] at java.util.HashSet#add():230 [Inlined code] 0.06% 127M knn.IndexerThread#_run():125 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q32-fmFalse.jfr is 2045.44 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 39708 events (total: 218694M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.08% 39545M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 12.52% 27385M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] 12.37% 27050M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] 7.52% 16455M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 5.67% 12404M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 3.95% 8631M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 3.78% 8264M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 3.76% 8216M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 3.42% 7470M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 2.25% 4914M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 2.21% 4834M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.52% 3324M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] 1.45% 3181M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 1.45% 3179M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.43% 3127M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] 1.39% 3050M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.32% 2881M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 1.21% 2645M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():453 [Interpreted code] 1.15% 2504M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():453 [Interpreted code] 0.81% 1780M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.69% 1513M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.66% 1445M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.65% 1415M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] 0.64% 1400M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.58% 1268M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.54% 1185M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.34% 734M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.29% 627M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.28% 619M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2274 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():873 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():884 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():753 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] 0.25% 541M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.25% 540M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.24% 519M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.23% 501M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():36 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():162 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():352 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():307 [Inlined code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsReader#search():305 [JIT compiled code] at org.apache.lucene.index.CodecReader#searchNearestVectors():273 [Inlined code] at org.apache.lucene.search.KnnFloatVectorQuery#approximateSearch():118 [JIT compiled code] at org.apache.lucene.search.AbstractKnnVectorQuery#getLeafResults():196 [Inlined code] 0.19% 422M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.19% 413M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.18% 382M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.17% 362M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.16% 352M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.15% 332M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.15% 331M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.14% 300M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.13% 293M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.13% 285M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.13% 277M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():93 [JIT compiled code] 0.13% 274M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.11% 242M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():93 [JIT compiled code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():214 [Interpreted code] 0.10% 224M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.10% 214M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.10% 212M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] 0.09% 203M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007819c3e8#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q32-fmTrue.jfr', 'knn.KnnGraphTester', '-maxConn', '32', '-dim', '1024', '-docs', '/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', '-ndoc', '8000000', '-topK', '100', '-numIndexThreads', '8', '-beamWidthIndex', '100', '-search-and-stats', '/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', '-metric', 'dot_product', '-numMergeThread', '16', '-numMergeWorker', '48', '-forceMerge'] WARNING: Using incubator modules: jdk.incubator.vector [0.214s][info][jfr,startup] Started recording 1. [0.214s][info][jfr,startup] [0.214s][info][jfr,startup] Use jcmd 965884 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2256766222802595 index key = dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-fm Index Path = knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-fm will now reindex: index does not exist May 14, 2026 10:54:33 AM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-fm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 288 segments, 33 merges 1006.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 913.5s _14j: 8 segs, 177.1 K docs, 705.7 MB 802.0s _15o: 8 segs, 176.2 K docs, 702.5 MB 772.8s _162: 8 segs, 176.5 K docs, 703.3 MB 760.5s _16a: 8 segs, 70.1 K docs, 278.6 MB 747.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 734.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 720.7s _16w: 12 segs, 57.4 K docs, 227.4 MB 601.0s _18h: 9 segs, 41.8 K docs, 165.4 MB 543.5s _196: 8 segs, 105.8 K docs, 420.8 MB 514.8s _19o: 8 segs, 38.8 K docs, 153.7 MB 480.7s _1a6: 8 segs, 40.0 K docs, 158.4 MB 465.8s _1ae: 8 segs, 85.3 K docs, 339.0 MB 405.9s _1b5: 8 segs, 38.6 K docs, 152.7 MB 388.7s _1be: 8 segs, 39.3 K docs, 155.8 MB 369.7s _1bn: 8 segs, 39.4 K docs, 155.8 MB 348.5s _1bv: 8 segs, 74.2 K docs, 294.8 MB 329.9s _1c3: 8 segs, 72.8 K docs, 289.1 MB 307.6s _1cb: 8 segs, 81.3 K docs, 323.1 MB 288.5s _1cj: 8 segs, 38.6 K docs, 152.7 MB 245.7s _1cz: 8 segs, 132.7 K docs, 528.4 MB 225.4s _1d8: 8 segs, 38.2 K docs, 151.2 MB 203.6s _1dh: 8 segs, 38.6 K docs, 152.7 MB 182.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 158.2s _1dw: 8 segs, 89.8 K docs, 357.2 MB 139.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 118.8s _1eb: 8 segs, 175.2 K docs, 698.2 MB 97.5s _1ej: 8 segs, 37.9 K docs, 150.0 MB 71.3s _1es: 8 segs, 39.8 K docs, 157.7 MB 50.6s _1f0: 8 segs, 71.7 K docs, 285.0 MB 34.5s _1f7: 8 segs, 176.9 K docs, 705.3 MB 15.2s _1ff: 8 segs, 73.0 K docs, 290.0 MB 5.0 sec: 274 segments, 31 merges 1011.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 918.5s _14j: 8 segs, 177.1 K docs, 705.7 MB 807.1s _15o: 8 segs, 176.2 K docs, 702.5 MB 777.8s _162: 8 segs, 176.5 K docs, 703.3 MB 765.6s _16a: 8 segs, 70.1 K docs, 278.6 MB 752.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 739.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 725.7s _16w: 12 segs, 57.4 K docs, 227.4 MB 606.0s _18h: 9 segs, 41.8 K docs, 165.4 MB 548.5s _196: 8 segs, 105.8 K docs, 420.8 MB 519.8s _19o: 8 segs, 38.8 K docs, 153.7 MB 470.8s _1ae: 8 segs, 85.3 K docs, 339.0 MB 411.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 393.8s _1be: 8 segs, 39.3 K docs, 155.8 MB 374.7s _1bn: 8 segs, 39.4 K docs, 155.8 MB 353.5s _1bv: 8 segs, 74.2 K docs, 294.8 MB 312.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 293.5s _1cj: 8 segs, 38.6 K docs, 152.7 MB 250.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 230.4s _1d8: 8 segs, 38.2 K docs, 151.2 MB 208.6s _1dh: 8 segs, 38.6 K docs, 152.7 MB 187.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 163.2s _1dw: 8 segs, 89.8 K docs, 357.2 MB 144.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 123.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 102.5s _1ej: 8 segs, 37.9 K docs, 150.0 MB 76.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 55.6s _1f0: 8 segs, 71.7 K docs, 285.0 MB 39.5s _1f7: 8 segs, 176.9 K docs, 705.3 MB 20.2s _1ff: 8 segs, 73.0 K docs, 290.0 MB 5.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 10.1 sec: 252 segments, 28 merges 1016.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 923.5s _14j: 8 segs, 177.1 K docs, 705.7 MB 782.8s _162: 8 segs, 176.5 K docs, 703.3 MB 770.6s _16a: 8 segs, 70.1 K docs, 278.6 MB 757.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 744.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 730.7s _16w: 12 segs, 57.4 K docs, 227.4 MB 553.5s _196: 8 segs, 105.8 K docs, 420.8 MB 524.8s _19o: 8 segs, 38.8 K docs, 153.7 MB 475.8s _1ae: 8 segs, 85.3 K docs, 339.0 MB 416.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 379.7s _1bn: 8 segs, 39.4 K docs, 155.8 MB 358.6s _1bv: 8 segs, 74.2 K docs, 294.8 MB 317.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 298.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 255.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 235.4s _1d8: 8 segs, 38.2 K docs, 151.2 MB 213.6s _1dh: 8 segs, 38.6 K docs, 152.7 MB 192.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 168.2s _1dw: 8 segs, 89.8 K docs, 357.2 MB 149.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 128.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 107.5s _1ej: 8 segs, 37.9 K docs, 150.0 MB 81.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 60.7s _1f0: 8 segs, 71.7 K docs, 285.0 MB 44.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 25.2s _1ff: 8 segs, 73.0 K docs, 290.0 MB 10.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 15.1 sec: 252 segments, 28 merges 1021.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 928.6s _14j: 8 segs, 177.1 K docs, 705.7 MB 787.8s _162: 8 segs, 176.5 K docs, 703.3 MB 775.6s _16a: 8 segs, 70.1 K docs, 278.6 MB 762.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 749.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 735.8s _16w: 12 segs, 57.4 K docs, 227.4 MB 558.5s _196: 8 segs, 105.8 K docs, 420.8 MB 529.9s _19o: 8 segs, 38.8 K docs, 153.7 MB 480.9s _1ae: 8 segs, 85.3 K docs, 339.0 MB 421.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 384.7s _1bn: 8 segs, 39.4 K docs, 155.8 MB 363.6s _1bv: 8 segs, 74.2 K docs, 294.8 MB 322.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 303.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 260.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 240.4s _1d8: 8 segs, 38.2 K docs, 151.2 MB 218.7s _1dh: 8 segs, 38.6 K docs, 152.7 MB 197.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 173.2s _1dw: 8 segs, 89.8 K docs, 357.2 MB 154.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 133.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 112.6s _1ej: 8 segs, 37.9 K docs, 150.0 MB 86.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 65.7s _1f0: 8 segs, 71.7 K docs, 285.0 MB 49.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 30.2s _1ff: 8 segs, 73.0 K docs, 290.0 MB 15.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 20.1 sec: 252 segments, 28 merges 1026.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 933.6s _14j: 8 segs, 177.1 K docs, 705.7 MB 792.9s _162: 8 segs, 176.5 K docs, 703.3 MB 780.6s _16a: 8 segs, 70.1 K docs, 278.6 MB 767.3s _16i: 8 segs, 202.2 K docs, 806.2 MB 754.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 740.8s _16w: 12 segs, 57.4 K docs, 227.4 MB 563.6s _196: 8 segs, 105.8 K docs, 420.8 MB 534.9s _19o: 8 segs, 38.8 K docs, 153.7 MB 485.9s _1ae: 8 segs, 85.3 K docs, 339.0 MB 426.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 389.8s _1bn: 8 segs, 39.4 K docs, 155.8 MB 368.6s _1bv: 8 segs, 74.2 K docs, 294.8 MB 327.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 308.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 265.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 245.4s _1d8: 8 segs, 38.2 K docs, 151.2 MB 223.7s _1dh: 8 segs, 38.6 K docs, 152.7 MB 202.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 178.2s _1dw: 8 segs, 89.8 K docs, 357.2 MB 159.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 138.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 117.6s _1ej: 8 segs, 37.9 K docs, 150.0 MB 91.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 70.7s _1f0: 8 segs, 71.7 K docs, 285.0 MB 54.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 35.3s _1ff: 8 segs, 73.0 K docs, 290.0 MB 20.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 25.1 sec: 245 segments, 27 merges 1031.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 938.6s _14j: 8 segs, 177.1 K docs, 705.7 MB 797.9s _162: 8 segs, 176.5 K docs, 703.3 MB 785.6s _16a: 8 segs, 70.1 K docs, 278.6 MB 772.3s _16i: 8 segs, 202.2 K docs, 806.2 MB 759.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 745.8s _16w: 12 segs, 57.4 K docs, 227.4 MB 568.6s _196: 8 segs, 105.8 K docs, 420.8 MB 539.9s _19o: 8 segs, 38.8 K docs, 153.7 MB 490.9s _1ae: 8 segs, 85.3 K docs, 339.0 MB 431.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 394.8s _1bn: 8 segs, 39.4 K docs, 155.8 MB 332.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 313.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 270.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 250.5s _1d8: 8 segs, 38.2 K docs, 151.2 MB 228.7s _1dh: 8 segs, 38.6 K docs, 152.7 MB 207.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 183.2s _1dw: 8 segs, 89.8 K docs, 357.2 MB 164.7s _1e3: 8 segs, 110.8 K docs, 440.8 MB 143.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 122.6s _1ej: 8 segs, 37.9 K docs, 150.0 MB 96.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 75.7s _1f0: 8 segs, 71.7 K docs, 285.0 MB 59.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 40.3s _1ff: 8 segs, 73.0 K docs, 290.0 MB 25.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 30.0 sec: 245 segments, 27 merges 1036.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 943.5s _14j: 8 segs, 177.1 K docs, 705.7 MB 802.8s _162: 8 segs, 176.5 K docs, 703.3 MB 790.6s _16a: 8 segs, 70.1 K docs, 278.6 MB 777.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 764.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 750.7s _16w: 12 segs, 57.4 K docs, 227.4 MB 573.5s _196: 8 segs, 105.8 K docs, 420.8 MB 544.8s _19o: 8 segs, 38.8 K docs, 153.7 MB 495.8s _1ae: 8 segs, 85.3 K docs, 339.0 MB 436.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 399.7s _1bn: 8 segs, 39.4 K docs, 155.8 MB 337.6s _1cb: 8 segs, 81.3 K docs, 323.1 MB 318.5s _1cj: 8 segs, 38.6 K docs, 152.7 MB 275.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 255.4s _1d8: 8 segs, 38.2 K docs, 151.2 MB 233.6s _1dh: 8 segs, 38.6 K docs, 152.7 MB 212.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 188.2s _1dw: 8 segs, 89.8 K docs, 357.2 MB 169.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 148.8s _1eb: 8 segs, 175.2 K docs, 698.2 MB 127.5s _1ej: 8 segs, 37.9 K docs, 150.0 MB 101.3s _1es: 8 segs, 39.8 K docs, 157.7 MB 80.6s _1f0: 8 segs, 71.7 K docs, 285.0 MB 64.5s _1f7: 8 segs, 176.9 K docs, 705.3 MB 45.2s _1ff: 8 segs, 73.0 K docs, 290.0 MB 30.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 35.0 sec: 245 segments, 27 merges 1041.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 948.5s _14j: 8 segs, 177.1 K docs, 705.7 MB 807.8s _162: 8 segs, 176.5 K docs, 703.3 MB 795.6s _16a: 8 segs, 70.1 K docs, 278.6 MB 782.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 769.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 755.7s _16w: 12 segs, 57.4 K docs, 227.4 MB 578.5s _196: 8 segs, 105.8 K docs, 420.8 MB 549.8s _19o: 8 segs, 38.8 K docs, 153.7 MB 500.8s _1ae: 8 segs, 85.3 K docs, 339.0 MB 441.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 404.7s _1bn: 8 segs, 39.4 K docs, 155.8 MB 342.6s _1cb: 8 segs, 81.3 K docs, 323.1 MB 323.5s _1cj: 8 segs, 38.6 K docs, 152.7 MB 280.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 260.4s _1d8: 8 segs, 38.2 K docs, 151.2 MB 238.6s _1dh: 8 segs, 38.6 K docs, 152.7 MB 217.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 193.2s _1dw: 8 segs, 89.8 K docs, 357.2 MB 174.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 153.8s _1eb: 8 segs, 175.2 K docs, 698.2 MB 132.5s _1ej: 8 segs, 37.9 K docs, 150.0 MB 106.3s _1es: 8 segs, 39.8 K docs, 157.7 MB 85.6s _1f0: 8 segs, 71.7 K docs, 285.0 MB 69.5s _1f7: 8 segs, 176.9 K docs, 705.3 MB 50.2s _1ff: 8 segs, 73.0 K docs, 290.0 MB 35.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 40.0 sec: 245 segments, 27 merges 1046.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 953.5s _14j: 8 segs, 177.1 K docs, 705.7 MB 812.8s _162: 8 segs, 176.5 K docs, 703.3 MB 800.6s _16a: 8 segs, 70.1 K docs, 278.6 MB 787.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 774.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 760.7s _16w: 12 segs, 57.4 K docs, 227.4 MB 583.5s _196: 8 segs, 105.8 K docs, 420.8 MB 554.8s _19o: 8 segs, 38.8 K docs, 153.7 MB 505.8s _1ae: 8 segs, 85.3 K docs, 339.0 MB 446.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 409.7s _1bn: 8 segs, 39.4 K docs, 155.8 MB 347.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 328.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 285.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 265.4s _1d8: 8 segs, 38.2 K docs, 151.2 MB 243.6s _1dh: 8 segs, 38.6 K docs, 152.7 MB 222.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 198.2s _1dw: 8 segs, 89.8 K docs, 357.2 MB 179.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 158.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 137.5s _1ej: 8 segs, 37.9 K docs, 150.0 MB 111.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 90.6s _1f0: 8 segs, 71.7 K docs, 285.0 MB 74.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 55.2s _1ff: 8 segs, 73.0 K docs, 290.0 MB 40.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 45.0 sec: 245 segments, 27 merges 1051.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 958.5s _14j: 8 segs, 177.1 K docs, 705.7 MB 817.8s _162: 8 segs, 176.5 K docs, 703.3 MB 805.6s _16a: 8 segs, 70.1 K docs, 278.6 MB 792.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 779.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 765.7s _16w: 12 segs, 57.4 K docs, 227.4 MB 588.5s _196: 8 segs, 105.8 K docs, 420.8 MB 559.8s _19o: 8 segs, 38.8 K docs, 153.7 MB 510.8s _1ae: 8 segs, 85.3 K docs, 339.0 MB 451.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 414.7s _1bn: 8 segs, 39.4 K docs, 155.8 MB 352.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 333.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 290.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 270.4s _1d8: 8 segs, 38.2 K docs, 151.2 MB 248.6s _1dh: 8 segs, 38.6 K docs, 152.7 MB 227.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 203.2s _1dw: 8 segs, 89.8 K docs, 357.2 MB 184.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 163.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 142.5s _1ej: 8 segs, 37.9 K docs, 150.0 MB 116.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 95.7s _1f0: 8 segs, 71.7 K docs, 285.0 MB 79.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 60.2s _1ff: 8 segs, 73.0 K docs, 290.0 MB 45.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 50.1 sec: 238 segments, 26 merges 1056.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 963.5s _14j: 8 segs, 177.1 K docs, 705.7 MB 822.8s _162: 8 segs, 176.5 K docs, 703.3 MB 810.6s _16a: 8 segs, 70.1 K docs, 278.6 MB 797.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 784.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 770.7s _16w: 12 segs, 57.4 K docs, 227.4 MB 593.5s _196: 8 segs, 105.8 K docs, 420.8 MB 515.8s _1ae: 8 segs, 85.3 K docs, 339.0 MB 456.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 419.7s _1bn: 8 segs, 39.4 K docs, 155.8 MB 357.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 338.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 295.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 275.4s _1d8: 8 segs, 38.2 K docs, 151.2 MB 253.6s _1dh: 8 segs, 38.6 K docs, 152.7 MB 232.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 208.2s _1dw: 8 segs, 89.8 K docs, 357.2 MB 189.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 168.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 147.5s _1ej: 8 segs, 37.9 K docs, 150.0 MB 121.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 100.7s _1f0: 8 segs, 71.7 K docs, 285.0 MB 84.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 65.2s _1ff: 8 segs, 73.0 K docs, 290.0 MB 50.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 55.1 sec: 227 segments, 26 merges 1061.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 968.5s _14j: 8 segs, 177.1 K docs, 705.7 MB 827.8s _162: 8 segs, 176.5 K docs, 703.3 MB 815.6s _16a: 8 segs, 70.1 K docs, 278.6 MB 802.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 789.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 598.5s _196: 8 segs, 105.8 K docs, 420.8 MB 520.8s _1ae: 8 segs, 85.3 K docs, 339.0 MB 461.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 424.7s _1bn: 8 segs, 39.4 K docs, 155.8 MB 362.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 343.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 300.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 280.4s _1d8: 8 segs, 38.2 K docs, 151.2 MB 258.7s _1dh: 8 segs, 38.6 K docs, 152.7 MB 237.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 213.2s _1dw: 8 segs, 89.8 K docs, 357.2 MB 194.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 173.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 152.5s _1ej: 8 segs, 37.9 K docs, 150.0 MB 126.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 105.7s _1f0: 8 segs, 71.7 K docs, 285.0 MB 89.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 70.2s _1ff: 8 segs, 73.0 K docs, 290.0 MB 55.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 3.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 60.1 sec: 220 segments, 25 merges 1066.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 973.5s _14j: 8 segs, 177.1 K docs, 705.7 MB 832.8s _162: 8 segs, 176.5 K docs, 703.3 MB 820.6s _16a: 8 segs, 70.1 K docs, 278.6 MB 807.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 794.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 603.5s _196: 8 segs, 105.8 K docs, 420.8 MB 525.9s _1ae: 8 segs, 85.3 K docs, 339.0 MB 466.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 367.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 348.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 305.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 285.4s _1d8: 8 segs, 38.2 K docs, 151.2 MB 263.7s _1dh: 8 segs, 38.6 K docs, 152.7 MB 242.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 218.2s _1dw: 8 segs, 89.8 K docs, 357.2 MB 199.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 178.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 157.5s _1ej: 8 segs, 37.9 K docs, 150.0 MB 131.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 110.7s _1f0: 8 segs, 71.7 K docs, 285.0 MB 94.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 75.2s _1ff: 8 segs, 73.0 K docs, 290.0 MB 60.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 8.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 65.1 sec: 220 segments, 25 merges 1071.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 978.6s _14j: 8 segs, 177.1 K docs, 705.7 MB 837.8s _162: 8 segs, 176.5 K docs, 703.3 MB 825.6s _16a: 8 segs, 70.1 K docs, 278.6 MB 812.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 799.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 608.5s _196: 8 segs, 105.8 K docs, 420.8 MB 530.9s _1ae: 8 segs, 85.3 K docs, 339.0 MB 471.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 372.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 353.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 310.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 290.4s _1d8: 8 segs, 38.2 K docs, 151.2 MB 268.7s _1dh: 8 segs, 38.6 K docs, 152.7 MB 247.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 223.2s _1dw: 8 segs, 89.8 K docs, 357.2 MB 204.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 183.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 162.6s _1ej: 8 segs, 37.9 K docs, 150.0 MB 136.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 115.7s _1f0: 8 segs, 71.7 K docs, 285.0 MB 99.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 80.2s _1ff: 8 segs, 73.0 K docs, 290.0 MB 65.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 13.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 70.1 sec: 213 segments, 24 merges 1076.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 983.6s _14j: 8 segs, 177.1 K docs, 705.7 MB 842.9s _162: 8 segs, 176.5 K docs, 703.3 MB 830.6s _16a: 8 segs, 70.1 K docs, 278.6 MB 817.3s _16i: 8 segs, 202.2 K docs, 806.2 MB 804.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 613.6s _196: 8 segs, 105.8 K docs, 420.8 MB 535.9s _1ae: 8 segs, 85.3 K docs, 339.0 MB 476.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 377.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 358.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 315.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 295.4s _1d8: 8 segs, 38.2 K docs, 151.2 MB 273.7s _1dh: 8 segs, 38.6 K docs, 152.7 MB 252.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 209.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 188.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 167.6s _1ej: 8 segs, 37.9 K docs, 150.0 MB 141.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 120.7s _1f0: 8 segs, 71.7 K docs, 285.0 MB 104.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 85.3s _1ff: 8 segs, 73.0 K docs, 290.0 MB 70.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 18.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 75.1 sec: 199 segments, 22 merges 1081.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 988.6s _14j: 8 segs, 177.1 K docs, 705.7 MB 847.9s _162: 8 segs, 176.5 K docs, 703.3 MB 835.6s _16a: 8 segs, 70.1 K docs, 278.6 MB 822.3s _16i: 8 segs, 202.2 K docs, 806.2 MB 809.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 618.6s _196: 8 segs, 105.8 K docs, 420.8 MB 540.9s _1ae: 8 segs, 85.3 K docs, 339.0 MB 481.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 382.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 363.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 320.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 300.5s _1d8: 8 segs, 38.2 K docs, 151.2 MB 257.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 214.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 193.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 172.6s _1ej: 8 segs, 37.9 K docs, 150.0 MB 146.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 109.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 90.3s _1ff: 8 segs, 73.0 K docs, 290.0 MB 75.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 23.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 80.0 sec: 199 segments, 22 merges 1086.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 993.5s _14j: 8 segs, 177.1 K docs, 705.7 MB 852.8s _162: 8 segs, 176.5 K docs, 703.3 MB 840.5s _16a: 8 segs, 70.1 K docs, 278.6 MB 827.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 814.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 623.5s _196: 8 segs, 105.8 K docs, 420.8 MB 545.8s _1ae: 8 segs, 85.3 K docs, 339.0 MB 485.9s _1b5: 8 segs, 38.6 K docs, 152.7 MB 387.6s _1cb: 8 segs, 81.3 K docs, 323.1 MB 368.5s _1cj: 8 segs, 38.6 K docs, 152.7 MB 325.7s _1cz: 8 segs, 132.7 K docs, 528.4 MB 305.4s _1d8: 8 segs, 38.2 K docs, 151.2 MB 262.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 219.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 198.8s _1eb: 8 segs, 175.2 K docs, 698.2 MB 177.5s _1ej: 8 segs, 37.9 K docs, 150.0 MB 151.3s _1es: 8 segs, 39.8 K docs, 157.7 MB 114.5s _1f7: 8 segs, 176.9 K docs, 705.3 MB 95.2s _1ff: 8 segs, 73.0 K docs, 290.0 MB 80.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 28.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 85.0 sec: 199 segments, 22 merges 1091.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 998.5s _14j: 8 segs, 177.1 K docs, 705.7 MB 857.8s _162: 8 segs, 176.5 K docs, 703.3 MB 845.6s _16a: 8 segs, 70.1 K docs, 278.6 MB 832.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 819.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 628.5s _196: 8 segs, 105.8 K docs, 420.8 MB 550.8s _1ae: 8 segs, 85.3 K docs, 339.0 MB 491.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 392.6s _1cb: 8 segs, 81.3 K docs, 323.1 MB 373.5s _1cj: 8 segs, 38.6 K docs, 152.7 MB 330.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 310.4s _1d8: 8 segs, 38.2 K docs, 151.2 MB 267.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 224.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 203.8s _1eb: 8 segs, 175.2 K docs, 698.2 MB 182.5s _1ej: 8 segs, 37.9 K docs, 150.0 MB 156.3s _1es: 8 segs, 39.8 K docs, 157.7 MB 119.5s _1f7: 8 segs, 176.9 K docs, 705.3 MB 100.2s _1ff: 8 segs, 73.0 K docs, 290.0 MB 85.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 33.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 90.0 sec: 192 segments, 21 merges 1096.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 1003.5s _14j: 8 segs, 177.1 K docs, 705.7 MB 862.8s _162: 8 segs, 176.5 K docs, 703.3 MB 837.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 824.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 633.5s _196: 8 segs, 105.8 K docs, 420.8 MB 555.8s _1ae: 8 segs, 85.3 K docs, 339.0 MB 496.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 397.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 378.5s _1cj: 8 segs, 38.6 K docs, 152.7 MB 335.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 315.4s _1d8: 8 segs, 38.2 K docs, 151.2 MB 272.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 229.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 208.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 187.5s _1ej: 8 segs, 37.9 K docs, 150.0 MB 161.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 124.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 105.2s _1ff: 8 segs, 73.0 K docs, 290.0 MB 90.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 38.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 95.0 sec: 192 segments, 21 merges 1101.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 1008.5s _14j: 8 segs, 177.1 K docs, 705.7 MB 867.8s _162: 8 segs, 176.5 K docs, 703.3 MB 842.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 829.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 638.5s _196: 8 segs, 105.8 K docs, 420.8 MB 560.8s _1ae: 8 segs, 85.3 K docs, 339.0 MB 501.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 402.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 383.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 340.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 320.4s _1d8: 8 segs, 38.2 K docs, 151.2 MB 277.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 234.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 213.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 192.5s _1ej: 8 segs, 37.9 K docs, 150.0 MB 166.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 129.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 110.2s _1ff: 8 segs, 73.0 K docs, 290.0 MB 95.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 43.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 100.1 sec: 192 segments, 21 merges 1106.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 1013.5s _14j: 8 segs, 177.1 K docs, 705.7 MB 872.8s _162: 8 segs, 176.5 K docs, 703.3 MB 847.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 834.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 643.5s _196: 8 segs, 105.8 K docs, 420.8 MB 565.8s _1ae: 8 segs, 85.3 K docs, 339.0 MB 506.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 407.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 388.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 345.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 325.4s _1d8: 8 segs, 38.2 K docs, 151.2 MB 282.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 239.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 218.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 197.5s _1ej: 8 segs, 37.9 K docs, 150.0 MB 171.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 134.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 115.2s _1ff: 8 segs, 73.0 K docs, 290.0 MB 100.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 48.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 105.1 sec: 192 segments, 21 merges 1111.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 1018.5s _14j: 8 segs, 177.1 K docs, 705.7 MB 877.8s _162: 8 segs, 176.5 K docs, 703.3 MB 852.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 839.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 648.5s _196: 8 segs, 105.8 K docs, 420.8 MB 570.8s _1ae: 8 segs, 85.3 K docs, 339.0 MB 511.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 412.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 393.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 350.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 330.4s _1d8: 8 segs, 38.2 K docs, 151.2 MB 287.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 244.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 223.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 202.5s _1ej: 8 segs, 37.9 K docs, 150.0 MB 176.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 139.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 120.2s _1ff: 8 segs, 73.0 K docs, 290.0 MB 105.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 53.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 110.1 sec: 192 segments, 21 merges 1116.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 1023.6s _14j: 8 segs, 177.1 K docs, 705.7 MB 882.8s _162: 8 segs, 176.5 K docs, 703.3 MB 857.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 844.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 653.5s _196: 8 segs, 105.8 K docs, 420.8 MB 575.9s _1ae: 8 segs, 85.3 K docs, 339.0 MB 516.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 417.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 398.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 355.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 335.4s _1d8: 8 segs, 38.2 K docs, 151.2 MB 292.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 249.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 228.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 207.5s _1ej: 8 segs, 37.9 K docs, 150.0 MB 181.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 144.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 125.2s _1ff: 8 segs, 73.0 K docs, 290.0 MB 110.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 58.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 115.1 sec: 192 segments, 21 merges 1121.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 1028.6s _14j: 8 segs, 177.1 K docs, 705.7 MB 887.8s _162: 8 segs, 176.5 K docs, 703.3 MB 862.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 849.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 658.5s _196: 8 segs, 105.8 K docs, 420.8 MB 580.9s _1ae: 8 segs, 85.3 K docs, 339.0 MB 521.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 422.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 403.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 360.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 340.4s _1d8: 8 segs, 38.2 K docs, 151.2 MB 297.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 254.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 233.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 212.6s _1ej: 8 segs, 37.9 K docs, 150.0 MB 186.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 149.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 130.2s _1ff: 8 segs, 73.0 K docs, 290.0 MB 115.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 63.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 120.1 sec: 192 segments, 21 merges 1126.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 1033.6s _14j: 8 segs, 177.1 K docs, 705.7 MB 892.9s _162: 8 segs, 176.5 K docs, 703.3 MB 867.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 854.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 663.6s _196: 8 segs, 105.8 K docs, 420.8 MB 585.9s _1ae: 8 segs, 85.3 K docs, 339.0 MB 526.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 427.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 408.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 365.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 345.4s _1d8: 8 segs, 38.2 K docs, 151.2 MB 302.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 259.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 238.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 217.6s _1ej: 8 segs, 37.9 K docs, 150.0 MB 191.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 154.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 135.3s _1ff: 8 segs, 73.0 K docs, 290.0 MB 120.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 68.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 125.1 sec: 192 segments, 21 merges 1131.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 1038.6s _14j: 8 segs, 177.1 K docs, 705.7 MB 897.9s _162: 8 segs, 176.5 K docs, 703.3 MB 872.3s _16i: 8 segs, 202.2 K docs, 806.2 MB 859.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 668.6s _196: 8 segs, 105.8 K docs, 420.8 MB 590.9s _1ae: 8 segs, 85.3 K docs, 339.0 MB 531.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 432.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 413.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 370.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 350.5s _1d8: 8 segs, 38.2 K docs, 151.2 MB 307.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 264.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 243.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 222.6s _1ej: 8 segs, 37.9 K docs, 150.0 MB 196.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 159.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 140.3s _1ff: 8 segs, 73.0 K docs, 290.0 MB 125.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 73.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 130.1 sec: 192 segments, 21 merges 1136.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 1043.6s _14j: 8 segs, 177.1 K docs, 705.7 MB 902.9s _162: 8 segs, 176.5 K docs, 703.3 MB 877.3s _16i: 8 segs, 202.2 K docs, 806.2 MB 864.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 673.6s _196: 8 segs, 105.8 K docs, 420.8 MB 595.9s _1ae: 8 segs, 85.3 K docs, 339.0 MB 536.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 437.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 418.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 375.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 355.5s _1d8: 8 segs, 38.2 K docs, 151.2 MB 312.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 269.7s _1e3: 8 segs, 110.8 K docs, 440.8 MB 248.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 227.6s _1ej: 8 segs, 37.9 K docs, 150.0 MB 201.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 164.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 145.3s _1ff: 8 segs, 73.0 K docs, 290.0 MB 130.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 78.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 135.0 sec: 192 segments, 21 merges 1141.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 1048.5s _14j: 8 segs, 177.1 K docs, 705.7 MB 907.8s _162: 8 segs, 176.5 K docs, 703.3 MB 882.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 869.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 678.5s _196: 8 segs, 105.8 K docs, 420.8 MB 600.8s _1ae: 8 segs, 85.3 K docs, 339.0 MB 540.9s _1b5: 8 segs, 38.6 K docs, 152.7 MB 442.6s _1cb: 8 segs, 81.3 K docs, 323.1 MB 423.5s _1cj: 8 segs, 38.6 K docs, 152.7 MB 380.7s _1cz: 8 segs, 132.7 K docs, 528.4 MB 360.4s _1d8: 8 segs, 38.2 K docs, 151.2 MB 317.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 274.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 253.8s _1eb: 8 segs, 175.2 K docs, 698.2 MB 232.5s _1ej: 8 segs, 37.9 K docs, 150.0 MB 206.3s _1es: 8 segs, 39.8 K docs, 157.7 MB 169.5s _1f7: 8 segs, 176.9 K docs, 705.3 MB 150.2s _1ff: 8 segs, 73.0 K docs, 290.0 MB 135.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 83.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 140.0 sec: 185 segments, 20 merges 1146.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 1053.5s _14j: 8 segs, 177.1 K docs, 705.7 MB 912.8s _162: 8 segs, 176.5 K docs, 703.3 MB 887.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 874.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 683.5s _196: 8 segs, 105.8 K docs, 420.8 MB 605.8s _1ae: 8 segs, 85.3 K docs, 339.0 MB 545.9s _1b5: 8 segs, 38.6 K docs, 152.7 MB 447.6s _1cb: 8 segs, 81.3 K docs, 323.1 MB 428.5s _1cj: 8 segs, 38.6 K docs, 152.7 MB 385.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 365.4s _1d8: 8 segs, 38.2 K docs, 151.2 MB 322.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 279.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 258.8s _1eb: 8 segs, 175.2 K docs, 698.2 MB 237.5s _1ej: 8 segs, 37.9 K docs, 150.0 MB 211.3s _1es: 8 segs, 39.8 K docs, 157.7 MB 174.5s _1f7: 8 segs, 176.9 K docs, 705.3 MB 140.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 88.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 145.0 sec: 185 segments, 20 merges 1151.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 1058.5s _14j: 8 segs, 177.1 K docs, 705.7 MB 917.8s _162: 8 segs, 176.5 K docs, 703.3 MB 892.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 879.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 688.5s _196: 8 segs, 105.8 K docs, 420.8 MB 610.8s _1ae: 8 segs, 85.3 K docs, 339.0 MB 551.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 452.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 433.5s _1cj: 8 segs, 38.6 K docs, 152.7 MB 390.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 370.4s _1d8: 8 segs, 38.2 K docs, 151.2 MB 327.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 284.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 263.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 242.5s _1ej: 8 segs, 37.9 K docs, 150.0 MB 216.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 179.5s _1f7: 8 segs, 176.9 K docs, 705.3 MB 145.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 93.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 150.0 sec: 185 segments, 20 merges 1156.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 1063.5s _14j: 8 segs, 177.1 K docs, 705.7 MB 922.8s _162: 8 segs, 176.5 K docs, 703.3 MB 897.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 884.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 693.5s _196: 8 segs, 105.8 K docs, 420.8 MB 615.8s _1ae: 8 segs, 85.3 K docs, 339.0 MB 556.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 457.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 438.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 395.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 375.4s _1d8: 8 segs, 38.2 K docs, 151.2 MB 332.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 289.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 268.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 247.5s _1ej: 8 segs, 37.9 K docs, 150.0 MB 221.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 184.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 150.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 98.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 155.0 sec: 185 segments, 20 merges 1161.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 1068.5s _14j: 8 segs, 177.1 K docs, 705.7 MB 927.8s _162: 8 segs, 176.5 K docs, 703.3 MB 902.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 889.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 698.5s _196: 8 segs, 105.8 K docs, 420.8 MB 620.8s _1ae: 8 segs, 85.3 K docs, 339.0 MB 561.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 462.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 443.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 400.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 380.4s _1d8: 8 segs, 38.2 K docs, 151.2 MB 337.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 294.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 273.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 252.5s _1ej: 8 segs, 37.9 K docs, 150.0 MB 226.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 189.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 155.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 103.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 160.1 sec: 185 segments, 20 merges 1166.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 1073.5s _14j: 8 segs, 177.1 K docs, 705.7 MB 932.8s _162: 8 segs, 176.5 K docs, 703.3 MB 907.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 894.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 703.5s _196: 8 segs, 105.8 K docs, 420.8 MB 625.8s _1ae: 8 segs, 85.3 K docs, 339.0 MB 566.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 467.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 448.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 405.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 385.4s _1d8: 8 segs, 38.2 K docs, 151.2 MB 342.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 299.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 278.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 257.5s _1ej: 8 segs, 37.9 K docs, 150.0 MB 231.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 194.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 160.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 108.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 165.1 sec: 185 segments, 20 merges 1171.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 1078.5s _14j: 8 segs, 177.1 K docs, 705.7 MB 937.8s _162: 8 segs, 176.5 K docs, 703.3 MB 912.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 899.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 708.5s _196: 8 segs, 105.8 K docs, 420.8 MB 630.8s _1ae: 8 segs, 85.3 K docs, 339.0 MB 571.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 472.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 453.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 410.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 390.4s _1d8: 8 segs, 38.2 K docs, 151.2 MB 347.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 304.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 283.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 262.5s _1ej: 8 segs, 37.9 K docs, 150.0 MB 236.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 199.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 165.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 113.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 170.1 sec: 185 segments, 20 merges 1176.6s _13s: 8 segs, 324.6 K docs, 1295.1 MB 1083.5s _14j: 8 segs, 177.1 K docs, 705.7 MB 942.8s _162: 8 segs, 176.5 K docs, 703.3 MB 917.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 904.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 713.5s _196: 8 segs, 105.8 K docs, 420.8 MB 635.9s _1ae: 8 segs, 85.3 K docs, 339.0 MB 576.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 477.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 458.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 415.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 395.4s _1d8: 8 segs, 38.2 K docs, 151.2 MB 352.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 309.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 288.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 267.5s _1ej: 8 segs, 37.9 K docs, 150.0 MB 241.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 204.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 170.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 118.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 175.1 sec: 178 segments, 19 merges 1088.6s _14j: 8 segs, 177.1 K docs, 705.7 MB 947.8s _162: 8 segs, 176.5 K docs, 703.3 MB 922.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 909.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 718.5s _196: 8 segs, 105.8 K docs, 420.8 MB 640.9s _1ae: 8 segs, 85.3 K docs, 339.0 MB 581.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 482.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 463.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 420.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 400.4s _1d8: 8 segs, 38.2 K docs, 151.2 MB 357.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 314.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 293.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 272.5s _1ej: 8 segs, 37.9 K docs, 150.0 MB 246.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 209.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 175.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 123.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 180.1 sec: 171 segments, 19 merges 1093.6s _14j: 8 segs, 177.1 K docs, 705.7 MB 952.8s _162: 8 segs, 176.5 K docs, 703.3 MB 927.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 914.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 723.5s _196: 8 segs, 105.8 K docs, 420.8 MB 645.9s _1ae: 8 segs, 85.3 K docs, 339.0 MB 586.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 487.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 468.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 425.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 362.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 319.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 298.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 277.6s _1ej: 8 segs, 37.9 K docs, 150.0 MB 251.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 214.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 180.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 128.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 1.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 185.1 sec: 171 segments, 19 merges 1098.6s _14j: 8 segs, 177.1 K docs, 705.7 MB 957.9s _162: 8 segs, 176.5 K docs, 703.3 MB 932.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 919.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 728.6s _196: 8 segs, 105.8 K docs, 420.8 MB 650.9s _1ae: 8 segs, 85.3 K docs, 339.0 MB 591.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 492.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 473.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 430.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 367.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 324.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 303.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 282.6s _1ej: 8 segs, 37.9 K docs, 150.0 MB 256.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 219.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 185.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 133.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 6.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 190.1 sec: 164 segments, 18 merges 1103.6s _14j: 8 segs, 177.1 K docs, 705.7 MB 962.8s _162: 8 segs, 176.5 K docs, 703.3 MB 937.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 924.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 655.9s _1ae: 8 segs, 85.3 K docs, 339.0 MB 596.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 497.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 478.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 435.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 372.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 329.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 308.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 287.6s _1ej: 8 segs, 37.9 K docs, 150.0 MB 261.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 224.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 190.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 138.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 11.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 195.1 sec: 164 segments, 18 merges 1108.6s _14j: 8 segs, 177.1 K docs, 705.7 MB 967.8s _162: 8 segs, 176.5 K docs, 703.3 MB 942.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 929.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 660.9s _1ae: 8 segs, 85.3 K docs, 339.0 MB 601.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 502.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 483.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 440.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 377.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 334.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 313.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 292.6s _1ej: 8 segs, 37.9 K docs, 150.0 MB 266.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 229.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 195.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 143.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 16.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 200.1 sec: 164 segments, 18 merges 1113.6s _14j: 8 segs, 177.1 K docs, 705.7 MB 972.9s _162: 8 segs, 176.5 K docs, 703.3 MB 947.3s _16i: 8 segs, 202.2 K docs, 806.2 MB 934.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 665.9s _1ae: 8 segs, 85.3 K docs, 339.0 MB 606.0s _1b5: 8 segs, 38.6 K docs, 152.7 MB 507.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 488.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 445.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 382.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 339.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 318.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 297.6s _1ej: 8 segs, 37.9 K docs, 150.0 MB 271.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 234.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 200.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 148.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 21.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 205.1 sec: 150 segments, 16 merges 1118.6s _14j: 8 segs, 177.1 K docs, 705.7 MB 952.3s _16i: 8 segs, 202.2 K docs, 806.2 MB 939.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 670.9s _1ae: 8 segs, 85.3 K docs, 339.0 MB 512.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 493.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 450.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 387.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 344.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 323.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 302.6s _1ej: 8 segs, 37.9 K docs, 150.0 MB 276.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 239.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 205.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 153.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 26.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 210.1 sec: 150 segments, 16 merges 1123.6s _14j: 8 segs, 177.1 K docs, 705.7 MB 957.3s _16i: 8 segs, 202.2 K docs, 806.2 MB 944.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 675.9s _1ae: 8 segs, 85.3 K docs, 339.0 MB 517.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 498.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 455.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 392.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 349.7s _1e3: 8 segs, 110.8 K docs, 440.8 MB 328.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 307.6s _1ej: 8 segs, 37.9 K docs, 150.0 MB 281.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 244.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 210.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 158.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 31.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 215.0 sec: 150 segments, 16 merges 1128.5s _14j: 8 segs, 177.1 K docs, 705.7 MB 962.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 949.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 680.8s _1ae: 8 segs, 85.3 K docs, 339.0 MB 522.6s _1cb: 8 segs, 81.3 K docs, 323.1 MB 503.5s _1cj: 8 segs, 38.6 K docs, 152.7 MB 460.7s _1cz: 8 segs, 132.7 K docs, 528.4 MB 397.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 354.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 333.8s _1eb: 8 segs, 175.2 K docs, 698.2 MB 312.5s _1ej: 8 segs, 37.9 K docs, 150.0 MB 286.3s _1es: 8 segs, 39.8 K docs, 157.7 MB 249.5s _1f7: 8 segs, 176.9 K docs, 705.3 MB 215.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 163.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 36.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 220.0 sec: 143 segments, 15 merges 967.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 954.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 685.8s _1ae: 8 segs, 85.3 K docs, 339.0 MB 527.6s _1cb: 8 segs, 81.3 K docs, 323.1 MB 508.5s _1cj: 8 segs, 38.6 K docs, 152.7 MB 465.7s _1cz: 8 segs, 132.7 K docs, 528.4 MB 402.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 359.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 338.8s _1eb: 8 segs, 175.2 K docs, 698.2 MB 317.5s _1ej: 8 segs, 37.9 K docs, 150.0 MB 291.3s _1es: 8 segs, 39.8 K docs, 157.7 MB 254.5s _1f7: 8 segs, 176.9 K docs, 705.3 MB 220.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 168.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 41.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 225.0 sec: 143 segments, 15 merges 972.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 959.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 690.8s _1ae: 8 segs, 85.3 K docs, 339.0 MB 532.6s _1cb: 8 segs, 81.3 K docs, 323.1 MB 513.5s _1cj: 8 segs, 38.6 K docs, 152.7 MB 470.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 407.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 364.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 343.8s _1eb: 8 segs, 175.2 K docs, 698.2 MB 322.5s _1ej: 8 segs, 37.9 K docs, 150.0 MB 296.3s _1es: 8 segs, 39.8 K docs, 157.7 MB 259.5s _1f7: 8 segs, 176.9 K docs, 705.3 MB 225.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 173.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 46.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 230.0 sec: 143 segments, 15 merges 977.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 964.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 695.8s _1ae: 8 segs, 85.3 K docs, 339.0 MB 537.6s _1cb: 8 segs, 81.3 K docs, 323.1 MB 518.5s _1cj: 8 segs, 38.6 K docs, 152.7 MB 475.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 412.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 369.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 348.8s _1eb: 8 segs, 175.2 K docs, 698.2 MB 327.5s _1ej: 8 segs, 37.9 K docs, 150.0 MB 301.3s _1es: 8 segs, 39.8 K docs, 157.7 MB 264.5s _1f7: 8 segs, 176.9 K docs, 705.3 MB 230.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 178.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 51.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 235.0 sec: 143 segments, 15 merges 982.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 969.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 700.8s _1ae: 8 segs, 85.3 K docs, 339.0 MB 542.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 523.5s _1cj: 8 segs, 38.6 K docs, 152.7 MB 480.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 417.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 374.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 353.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 332.5s _1ej: 8 segs, 37.9 K docs, 150.0 MB 306.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 269.5s _1f7: 8 segs, 176.9 K docs, 705.3 MB 235.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 183.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 56.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 240.0 sec: 136 segments, 14 merges 987.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 974.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 705.8s _1ae: 8 segs, 85.3 K docs, 339.0 MB 547.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 528.5s _1cj: 8 segs, 38.6 K docs, 152.7 MB 485.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 422.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 379.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 358.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 311.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 274.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 240.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 188.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 61.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 245.0 sec: 136 segments, 14 merges 992.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 979.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 710.8s _1ae: 8 segs, 85.3 K docs, 339.0 MB 552.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 533.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 490.8s _1cz: 8 segs, 132.7 K docs, 528.4 MB 427.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 384.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 363.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 316.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 279.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 245.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 193.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 66.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 250.0 sec: 129 segments, 13 merges 997.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 984.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 715.8s _1ae: 8 segs, 85.3 K docs, 339.0 MB 557.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 538.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 432.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 389.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 368.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 321.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 284.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 250.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 198.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 71.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 255.0 sec: 129 segments, 13 merges 1002.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 989.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 720.8s _1ae: 8 segs, 85.3 K docs, 339.0 MB 562.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 543.6s _1cj: 8 segs, 38.6 K docs, 152.7 MB 437.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 394.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 373.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 326.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 289.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 255.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 203.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 76.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 260.1 sec: 122 segments, 12 merges 1007.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 994.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 725.8s _1ae: 8 segs, 85.3 K docs, 339.0 MB 567.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 442.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 399.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 378.9s _1eb: 8 segs, 175.2 K docs, 698.2 MB 331.4s _1es: 8 segs, 39.8 K docs, 157.7 MB 294.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 260.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 208.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 81.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 265.1 sec: 108 segments, 11 merges 1012.2s _16i: 8 segs, 202.2 K docs, 806.2 MB 999.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 730.8s _1ae: 8 segs, 85.3 K docs, 339.0 MB 572.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 447.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 404.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 299.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 265.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 213.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 86.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 3.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 270.1 sec: 101 segments, 10 merges 1004.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 735.9s _1ae: 8 segs, 85.3 K docs, 339.0 MB 577.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 452.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 409.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 304.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 270.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 218.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 91.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 8.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 275.1 sec: 101 segments, 10 merges 1009.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 740.9s _1ae: 8 segs, 85.3 K docs, 339.0 MB 582.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 457.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 414.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 309.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 275.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 223.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 96.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 13.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 280.1 sec: 101 segments, 10 merges 1014.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 745.9s _1ae: 8 segs, 85.3 K docs, 339.0 MB 587.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 462.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 419.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 314.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 280.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 228.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 101.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 18.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 285.1 sec: 94 segments, 9 merges 1019.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 592.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 467.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 424.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 319.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 285.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 233.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 106.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 23.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 290.1 sec: 94 segments, 9 merges 1024.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 597.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 472.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 429.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 324.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 290.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 238.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 111.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 28.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 295.1 sec: 94 segments, 9 merges 1029.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 602.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 477.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 434.7s _1e3: 8 segs, 110.8 K docs, 440.8 MB 329.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 295.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 243.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 116.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 33.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 300.1 sec: 94 segments, 9 merges 1034.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 607.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 482.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 439.7s _1e3: 8 segs, 110.8 K docs, 440.8 MB 334.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 300.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 248.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 121.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 38.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 305.0 sec: 94 segments, 9 merges 1039.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 612.6s _1cb: 8 segs, 81.3 K docs, 323.1 MB 487.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 444.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 339.5s _1f7: 8 segs, 176.9 K docs, 705.3 MB 305.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 253.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 126.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 42.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 310.0 sec: 94 segments, 9 merges 1044.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 617.6s _1cb: 8 segs, 81.3 K docs, 323.1 MB 492.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 449.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 344.5s _1f7: 8 segs, 176.9 K docs, 705.3 MB 310.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 258.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 131.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 47.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 315.0 sec: 94 segments, 9 merges 1049.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 622.6s _1cb: 8 segs, 81.3 K docs, 323.1 MB 497.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 454.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 349.5s _1f7: 8 segs, 176.9 K docs, 705.3 MB 315.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 263.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 136.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 53.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 320.0 sec: 94 segments, 9 merges 1054.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 627.6s _1cb: 8 segs, 81.3 K docs, 323.1 MB 502.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 459.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 354.5s _1f7: 8 segs, 176.9 K docs, 705.3 MB 320.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 268.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 141.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 58.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 325.0 sec: 94 segments, 9 merges 1059.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 632.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 507.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 464.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 359.5s _1f7: 8 segs, 176.9 K docs, 705.3 MB 325.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 273.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 146.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 63.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 330.0 sec: 94 segments, 9 merges 1064.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 637.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 512.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 469.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 364.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 330.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 278.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 151.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 68.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 335.0 sec: 94 segments, 9 merges 1069.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 642.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 517.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 474.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 369.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 335.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 283.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 156.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 73.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 340.0 sec: 94 segments, 9 merges 1074.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 647.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 522.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 479.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 374.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 340.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 288.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 161.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 78.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 345.1 sec: 94 segments, 9 merges 1079.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 652.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 527.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 484.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 379.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 345.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 293.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 166.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 83.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 350.1 sec: 94 segments, 9 merges 1084.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 657.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 532.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 489.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 384.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 350.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 298.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 171.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 88.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 355.1 sec: 94 segments, 9 merges 1089.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 662.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 537.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 494.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 389.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 355.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 303.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 176.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 93.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 360.1 sec: 94 segments, 9 merges 1094.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 667.7s _1cb: 8 segs, 81.3 K docs, 323.1 MB 542.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 499.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 394.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 360.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 308.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 181.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 98.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 365.1 sec: 87 segments, 8 merges 1099.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 547.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 504.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 399.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 365.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 313.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 186.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 103.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 370.1 sec: 87 segments, 8 merges 1104.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 552.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 509.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 404.6s _1f7: 8 segs, 176.9 K docs, 705.3 MB 370.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 318.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 191.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 108.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 375.1 sec: 80 segments, 7 merges 1109.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 557.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 514.7s _1e3: 8 segs, 110.8 K docs, 440.8 MB 375.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 323.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 196.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 113.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 380.0 sec: 80 segments, 7 merges 1114.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 562.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 519.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 380.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 328.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 201.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 117.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 385.0 sec: 80 segments, 7 merges 1119.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 567.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 524.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 385.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 333.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 206.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 122.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 390.0 sec: 80 segments, 7 merges 1124.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 572.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 529.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 390.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 338.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 211.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 128.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 395.0 sec: 80 segments, 7 merges 1129.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 577.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 534.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 395.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 343.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 216.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 133.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 400.0 sec: 80 segments, 7 merges 1134.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 582.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 539.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 400.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 348.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 221.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 138.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 405.0 sec: 80 segments, 7 merges 1139.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 587.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 544.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 405.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 353.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 226.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 143.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 410.0 sec: 80 segments, 7 merges 1144.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 592.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 549.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 410.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 358.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 231.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 148.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 415.0 sec: 80 segments, 7 merges 1149.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 597.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 554.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 415.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 363.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 236.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 153.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 420.0 sec: 80 segments, 7 merges 1154.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 602.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 559.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 420.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 368.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 241.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 158.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 425.1 sec: 80 segments, 7 merges 1159.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 607.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 564.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 425.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 373.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 246.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 163.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 430.1 sec: 80 segments, 7 merges 1164.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 612.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 569.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 430.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 378.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 251.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 168.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 435.1 sec: 80 segments, 7 merges 1169.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 617.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 574.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 435.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 383.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 256.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 173.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 440.1 sec: 80 segments, 7 merges 1174.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 622.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 579.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 440.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 388.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 261.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 178.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 445.1 sec: 80 segments, 7 merges 1179.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 627.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 584.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 445.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 393.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 266.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 183.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 450.1 sec: 80 segments, 7 merges 1184.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 632.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 589.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 450.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 398.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 271.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 188.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 455.1 sec: 80 segments, 7 merges 1189.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 637.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 594.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 455.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 403.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 276.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 193.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 460.1 sec: 80 segments, 7 merges 1194.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 642.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 599.7s _1e3: 8 segs, 110.8 K docs, 440.8 MB 460.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 408.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 281.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 198.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 465.0 sec: 80 segments, 7 merges 1199.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 647.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 604.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 465.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 413.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 286.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 202.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 470.0 sec: 80 segments, 7 merges 1204.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 652.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 609.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 470.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 418.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 291.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 207.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 475.0 sec: 80 segments, 7 merges 1209.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 657.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 614.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 475.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 423.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 296.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 212.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 480.0 sec: 80 segments, 7 merges 1214.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 662.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 619.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 480.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 428.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 301.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 218.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 485.0 sec: 80 segments, 7 merges 1219.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 667.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 624.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 485.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 433.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 306.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 223.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 490.0 sec: 80 segments, 7 merges 1224.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 672.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 629.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 490.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 438.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 311.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 228.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 495.0 sec: 80 segments, 7 merges 1229.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 677.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 634.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 495.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 443.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 316.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 233.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 500.0 sec: 80 segments, 7 merges 1234.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 682.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 639.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 500.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 448.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 321.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 238.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 505.0 sec: 80 segments, 7 merges 1239.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 687.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 644.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 505.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 453.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 326.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 243.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 510.1 sec: 80 segments, 7 merges 1244.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 692.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 649.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 510.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 458.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 331.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 248.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 515.1 sec: 80 segments, 7 merges 1249.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 697.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 654.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 515.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 463.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 336.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 253.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 520.1 sec: 80 segments, 7 merges 1254.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 702.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 659.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 520.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 468.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 341.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 258.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 525.1 sec: 80 segments, 7 merges 1259.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 707.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 664.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 525.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 473.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 346.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 263.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 530.1 sec: 80 segments, 7 merges 1264.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 712.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 669.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 530.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 478.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 351.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 268.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 535.1 sec: 80 segments, 7 merges 1269.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 717.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 674.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 535.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 483.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 356.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 273.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 540.1 sec: 80 segments, 7 merges 1274.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 722.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 679.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 540.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 488.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 361.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 278.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 545.1 sec: 80 segments, 7 merges 1279.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 727.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 684.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 545.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 493.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 366.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 283.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 550.1 sec: 80 segments, 7 merges 1284.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 732.2s _1do: 8 segs, 121.9 K docs, 485.1 MB 689.7s _1e3: 8 segs, 110.8 K docs, 440.8 MB 550.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 498.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 371.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 288.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 555.0 sec: 80 segments, 7 merges 1289.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 737.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 694.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 555.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 503.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 376.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 292.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 560.0 sec: 80 segments, 7 merges 1294.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 742.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 699.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 560.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 508.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 381.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 297.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 565.0 sec: 80 segments, 7 merges 1299.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 747.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 704.6s _1e3: 8 segs, 110.8 K docs, 440.8 MB 565.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 513.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 386.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 302.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 570.0 sec: 73 segments, 6 merges 1304.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 752.1s _1do: 8 segs, 121.9 K docs, 485.1 MB 570.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 518.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 391.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 308.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 575.0 sec: 66 segments, 5 merges 1309.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 575.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 523.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 396.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 313.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 580.0 sec: 66 segments, 5 merges 1314.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 580.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 528.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 401.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 318.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 585.0 sec: 66 segments, 5 merges 1319.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 585.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 533.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 406.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 323.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 590.1 sec: 66 segments, 5 merges 1324.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 590.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 538.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 411.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 328.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 595.1 sec: 66 segments, 5 merges 1329.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 595.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 543.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 416.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 333.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 600.1 sec: 66 segments, 5 merges 1334.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 600.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 548.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 421.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 338.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 605.1 sec: 66 segments, 5 merges 1339.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 605.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 553.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 426.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 343.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 610.1 sec: 66 segments, 5 merges 1344.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 610.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 558.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 431.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 348.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 615.1 sec: 66 segments, 5 merges 1349.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 615.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 563.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 436.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 353.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 620.1 sec: 66 segments, 5 merges 1354.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 620.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 568.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 441.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 358.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 625.1 sec: 66 segments, 5 merges 1359.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 625.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 573.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 446.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 363.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 630.1 sec: 66 segments, 5 merges 1364.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 630.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 578.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 451.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 368.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 635.1 sec: 66 segments, 5 merges 1369.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 635.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 583.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 456.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 373.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 640.0 sec: 66 segments, 5 merges 1374.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 640.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 588.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 461.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 377.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 645.0 sec: 66 segments, 5 merges 1379.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 645.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 593.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 466.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 382.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 650.0 sec: 66 segments, 5 merges 1384.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 650.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 598.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 471.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 388.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 655.0 sec: 66 segments, 5 merges 1389.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 655.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 603.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 476.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 393.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 660.0 sec: 66 segments, 5 merges 1394.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 660.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 608.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 481.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 398.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 665.0 sec: 66 segments, 5 merges 1399.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 665.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 613.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 486.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 403.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 670.0 sec: 66 segments, 5 merges 1404.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 670.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 618.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 491.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 408.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 675.0 sec: 66 segments, 5 merges 1409.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 675.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 623.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 496.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 413.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 680.1 sec: 66 segments, 5 merges 1414.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 680.0s _1fm: 14 segs, 56.7 K docs, 224.6 MB 628.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 501.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 418.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 685.1 sec: 66 segments, 5 merges 1419.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 685.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 633.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 506.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 423.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 690.1 sec: 66 segments, 5 merges 1424.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 690.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 638.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 511.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 428.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 695.1 sec: 66 segments, 5 merges 1429.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 695.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 643.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 516.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 433.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 700.1 sec: 66 segments, 5 merges 1434.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 700.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 648.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 521.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 438.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 705.1 sec: 66 segments, 5 merges 1439.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 705.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 653.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 526.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 443.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 710.1 sec: 66 segments, 5 merges 1444.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 710.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 658.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 531.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 448.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 715.1 sec: 66 segments, 5 merges 1449.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 715.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 663.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 536.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 453.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 720.1 sec: 66 segments, 5 merges 1454.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 720.1s _1fm: 14 segs, 56.7 K docs, 224.6 MB 668.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 541.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 458.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 725.1 sec: 53 segments, 5 merges 1459.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 673.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 546.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 463.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 4.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 730.0 sec: 53 segments, 5 merges 1464.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 678.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 551.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 467.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 9.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 735.0 sec: 53 segments, 5 merges 1469.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 683.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 556.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 473.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 14.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 740.0 sec: 53 segments, 5 merges 1474.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 688.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 561.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 478.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 19.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 745.0 sec: 53 segments, 5 merges 1479.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 693.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 566.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 483.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 24.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 750.1 sec: 53 segments, 5 merges 1484.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 698.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 571.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 488.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 29.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 755.1 sec: 53 segments, 5 merges 1489.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 703.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 576.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 493.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 34.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 760.1 sec: 53 segments, 5 merges 1494.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 708.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 581.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 498.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 39.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 765.1 sec: 53 segments, 5 merges 1499.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 713.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 586.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 503.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 44.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 770.1 sec: 53 segments, 5 merges 1504.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 718.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 591.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 508.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 49.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 775.0 sec: 53 segments, 5 merges 1509.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 723.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 596.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 512.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 54.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 780.0 sec: 53 segments, 5 merges 1514.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 728.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 601.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 518.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 59.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 785.0 sec: 53 segments, 5 merges 1519.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 733.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 606.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 523.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 64.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 790.0 sec: 53 segments, 5 merges 1524.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 738.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 611.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 528.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 69.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 795.0 sec: 53 segments, 5 merges 1529.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 743.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 616.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 533.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 74.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 800.1 sec: 53 segments, 5 merges 1534.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 748.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 621.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 538.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 79.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 805.1 sec: 53 segments, 5 merges 1539.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 753.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 626.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 543.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 84.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 810.1 sec: 53 segments, 5 merges 1544.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 758.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 631.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 548.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 89.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 815.1 sec: 53 segments, 5 merges 1549.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 763.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 636.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 553.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 94.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 820.1 sec: 53 segments, 5 merges 1554.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 768.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 641.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 558.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 99.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 825.1 sec: 53 segments, 5 merges 1559.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 773.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 646.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 563.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 104.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 830.1 sec: 53 segments, 5 merges 1564.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 778.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 651.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 568.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 109.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 835.1 sec: 53 segments, 5 merges 1569.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 783.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 656.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 573.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 114.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 840.1 sec: 53 segments, 5 merges 1574.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 788.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 661.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 578.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 119.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 845.0 sec: 53 segments, 5 merges 1579.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 793.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 666.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 582.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 124.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 850.0 sec: 53 segments, 5 merges 1584.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 798.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 671.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 587.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 129.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 855.0 sec: 53 segments, 5 merges 1589.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 803.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 676.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 592.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 134.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 860.0 sec: 53 segments, 5 merges 1594.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 808.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 681.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 598.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 139.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 865.0 sec: 53 segments, 5 merges 1599.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 813.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 686.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 603.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 144.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 870.0 sec: 53 segments, 5 merges 1604.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 818.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 691.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 608.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 149.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 875.0 sec: 53 segments, 5 merges 1609.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 823.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 696.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 613.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 154.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 880.0 sec: 53 segments, 5 merges 1614.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 828.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 701.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 618.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 159.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 885.0 sec: 53 segments, 5 merges 1619.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 833.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 706.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 623.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 164.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 890.0 sec: 53 segments, 5 merges 1624.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 838.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 711.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 628.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 169.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 895.1 sec: 53 segments, 5 merges 1629.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 843.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 716.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 633.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 174.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 900.1 sec: 53 segments, 5 merges 1634.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 848.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 721.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 638.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 179.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 905.1 sec: 53 segments, 5 merges 1639.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 853.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 726.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 643.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 184.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 910.1 sec: 53 segments, 5 merges 1644.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 858.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 731.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 648.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 189.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 915.1 sec: 53 segments, 5 merges 1649.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 863.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 736.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 653.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 194.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 920.1 sec: 53 segments, 5 merges 1654.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 868.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 741.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 658.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 199.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 925.1 sec: 53 segments, 5 merges 1659.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 873.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 746.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 663.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 204.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 930.1 sec: 53 segments, 5 merges 1664.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 878.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 751.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 668.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 209.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 935.1 sec: 53 segments, 5 merges 1669.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 883.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 756.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 673.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 214.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 940.1 sec: 53 segments, 5 merges 1674.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 888.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 761.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 678.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 219.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 945.0 sec: 53 segments, 5 merges 1679.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 893.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 766.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 682.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 224.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 950.0 sec: 53 segments, 5 merges 1684.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 898.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 771.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 687.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 229.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 955.0 sec: 53 segments, 5 merges 1689.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 903.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 776.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 692.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 234.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 960.0 sec: 53 segments, 5 merges 1694.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 908.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 781.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 698.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 239.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 965.0 sec: 53 segments, 5 merges 1699.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 913.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 786.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 703.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 244.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 970.0 sec: 53 segments, 5 merges 1704.5s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 918.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 791.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 708.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 249.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 975.0 sec: 53 segments, 5 merges 1709.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 923.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 796.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 713.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 254.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 980.0 sec: 53 segments, 5 merges 1714.6s _16p: 8 segs, 1053.5 K docs, 4209.3 MB 928.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 801.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 718.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 259.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 985.0 sec: 46 segments, 4 merges 933.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 806.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 723.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 264.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 990.0 sec: 46 segments, 4 merges 938.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 811.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 727.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 269.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 995.0 sec: 46 segments, 4 merges 943.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 816.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 732.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 274.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1000.0 sec: 46 segments, 4 merges 948.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 821.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 737.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 279.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1005.0 sec: 46 segments, 4 merges 953.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 826.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 743.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 284.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1010.0 sec: 46 segments, 4 merges 958.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 831.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 748.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 289.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1015.0 sec: 46 segments, 4 merges 963.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 836.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 753.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 294.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1020.0 sec: 46 segments, 4 merges 968.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 841.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 758.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 299.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1025.0 sec: 46 segments, 4 merges 973.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 846.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 763.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 304.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1030.0 sec: 46 segments, 4 merges 978.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 851.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 768.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 309.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1035.0 sec: 46 segments, 4 merges 983.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 856.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 773.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 314.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1040.0 sec: 46 segments, 4 merges 988.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 861.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 778.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 319.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1045.1 sec: 46 segments, 4 merges 993.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 866.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 783.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 324.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1050.1 sec: 46 segments, 4 merges 998.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 871.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 788.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 329.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1055.1 sec: 46 segments, 4 merges 1003.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 876.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 793.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 334.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1060.1 sec: 46 segments, 4 merges 1008.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 881.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 798.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 339.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1065.1 sec: 46 segments, 4 merges 1013.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 886.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 803.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 344.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1070.1 sec: 46 segments, 4 merges 1018.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 891.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 808.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 349.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1075.1 sec: 46 segments, 4 merges 1023.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 896.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 813.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 354.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1080.1 sec: 46 segments, 4 merges 1028.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 901.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 818.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 359.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1085.1 sec: 46 segments, 4 merges 1033.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 906.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 823.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 364.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1090.1 sec: 46 segments, 4 merges 1038.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 911.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 828.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 369.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1095.1 sec: 46 segments, 4 merges 1043.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 916.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 833.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 374.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1100.0 sec: 46 segments, 4 merges 1048.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 921.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 837.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 379.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1105.0 sec: 46 segments, 4 merges 1053.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 926.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 842.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 384.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1110.0 sec: 46 segments, 4 merges 1058.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 931.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 847.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 389.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1115.0 sec: 46 segments, 4 merges 1063.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 936.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 852.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 394.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1120.0 sec: 46 segments, 4 merges 1068.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 941.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 858.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 399.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1125.0 sec: 46 segments, 4 merges 1073.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 946.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 863.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 404.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1130.0 sec: 46 segments, 4 merges 1078.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 951.4s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 868.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 409.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1135.0 sec: 46 segments, 4 merges 1083.0s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 956.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 873.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 414.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1140.0 sec: 46 segments, 4 merges 1088.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 961.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 878.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 419.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1145.0 sec: 46 segments, 4 merges 1093.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 966.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 883.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 424.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1150.0 sec: 46 segments, 4 merges 1098.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 971.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 888.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 429.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1155.0 sec: 46 segments, 4 merges 1103.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 976.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 893.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 434.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1160.1 sec: 46 segments, 4 merges 1108.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 981.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 898.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 439.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1165.1 sec: 46 segments, 4 merges 1113.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 986.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 903.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 444.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1170.1 sec: 46 segments, 4 merges 1118.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 991.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 908.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 449.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1175.1 sec: 46 segments, 4 merges 1123.1s _1fn: 8 segs, 495.7 K docs, 1977.8 MB 996.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 913.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 454.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1180.1 sec: 39 segments, 3 merges 1001.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 918.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 459.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1185.1 sec: 39 segments, 3 merges 1006.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 923.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 464.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1190.1 sec: 39 segments, 3 merges 1011.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 928.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 469.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1195.1 sec: 39 segments, 3 merges 1016.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 933.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 474.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1200.1 sec: 39 segments, 3 merges 1021.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 938.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 479.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1205.1 sec: 39 segments, 3 merges 1026.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 943.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 484.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1210.1 sec: 39 segments, 3 merges 1031.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 948.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 489.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1215.1 sec: 39 segments, 3 merges 1036.5s _1fo: 8 segs, 459.6 K docs, 1833.6 MB 953.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 494.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1220.0 sec: 32 segments, 2 merges 957.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 499.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1225.0 sec: 32 segments, 2 merges 962.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 504.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1230.0 sec: 32 segments, 2 merges 967.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 509.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1235.0 sec: 32 segments, 2 merges 972.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 514.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1240.0 sec: 32 segments, 2 merges 978.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 519.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1245.0 sec: 32 segments, 2 merges 983.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 524.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1250.0 sec: 32 segments, 2 merges 988.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 529.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1255.0 sec: 32 segments, 2 merges 993.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 534.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1260.0 sec: 32 segments, 2 merges 998.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 539.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1265.0 sec: 32 segments, 2 merges 1003.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 544.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1270.0 sec: 32 segments, 2 merges 1008.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 549.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1275.0 sec: 32 segments, 2 merges 1013.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 554.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1280.1 sec: 32 segments, 2 merges 1018.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 559.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1285.1 sec: 32 segments, 2 merges 1023.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 564.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1290.1 sec: 32 segments, 2 merges 1028.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 569.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1295.1 sec: 32 segments, 2 merges 1033.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 574.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1300.1 sec: 32 segments, 2 merges 1038.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 579.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1305.1 sec: 32 segments, 2 merges 1043.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 584.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1310.1 sec: 32 segments, 2 merges 1048.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 589.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1315.1 sec: 32 segments, 2 merges 1053.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 594.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1320.1 sec: 32 segments, 2 merges 1058.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 599.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1325.1 sec: 32 segments, 2 merges 1063.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 604.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1330.1 sec: 32 segments, 2 merges 1068.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 609.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1335.1 sec: 32 segments, 2 merges 1073.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 614.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1340.0 sec: 32 segments, 2 merges 1077.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 619.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1345.1 sec: 32 segments, 2 merges 1083.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 624.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1350.1 sec: 32 segments, 2 merges 1088.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 629.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1355.1 sec: 32 segments, 2 merges 1093.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 634.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1360.1 sec: 32 segments, 2 merges 1098.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 639.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1365.1 sec: 32 segments, 2 merges 1103.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 644.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1370.1 sec: 32 segments, 2 merges 1108.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 649.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1375.1 sec: 32 segments, 2 merges 1113.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 654.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1380.1 sec: 32 segments, 2 merges 1118.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 659.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1385.0 sec: 32 segments, 2 merges 1122.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 664.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1390.0 sec: 32 segments, 2 merges 1127.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 669.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1395.0 sec: 32 segments, 2 merges 1132.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 674.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1400.0 sec: 32 segments, 2 merges 1137.9s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 679.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1405.0 sec: 32 segments, 2 merges 1143.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 684.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1410.0 sec: 32 segments, 2 merges 1148.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 689.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1415.0 sec: 32 segments, 2 merges 1153.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 694.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1420.0 sec: 32 segments, 2 merges 1158.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 699.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1425.0 sec: 32 segments, 2 merges 1163.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 704.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1430.0 sec: 32 segments, 2 merges 1168.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 709.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1435.0 sec: 32 segments, 2 merges 1173.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 714.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1440.0 sec: 32 segments, 2 merges 1178.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 719.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1445.1 sec: 32 segments, 2 merges 1183.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 724.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1450.1 sec: 32 segments, 2 merges 1188.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 729.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1455.1 sec: 32 segments, 2 merges 1193.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 734.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1460.1 sec: 32 segments, 2 merges 1198.0s _1fp: 8 segs, 1254.7 K docs, 5013.7 MB 739.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1465.1 sec: 25 segments, 1 merges 744.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1470.1 sec: 25 segments, 1 merges 749.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1475.1 sec: 25 segments, 1 merges 754.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1480.1 sec: 25 segments, 1 merges 759.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1485.1 sec: 25 segments, 1 merges 764.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1490.1 sec: 25 segments, 1 merges 769.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1495.1 sec: 25 segments, 1 merges 774.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1500.1 sec: 25 segments, 1 merges 779.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1505.0 sec: 25 segments, 1 merges 784.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1510.0 sec: 25 segments, 1 merges 789.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1515.0 sec: 25 segments, 1 merges 794.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1520.0 sec: 25 segments, 1 merges 799.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1525.0 sec: 25 segments, 1 merges 804.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1530.0 sec: 25 segments, 1 merges 809.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1535.0 sec: 25 segments, 1 merges 814.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1540.0 sec: 25 segments, 1 merges 819.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1545.0 sec: 25 segments, 1 merges 824.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1550.1 sec: 25 segments, 1 merges 829.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1555.1 sec: 25 segments, 1 merges 834.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1560.1 sec: 25 segments, 1 merges 839.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1565.1 sec: 25 segments, 1 merges 844.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1570.1 sec: 25 segments, 1 merges 849.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1575.1 sec: 25 segments, 1 merges 854.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1580.1 sec: 25 segments, 1 merges 859.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1585.1 sec: 25 segments, 1 merges 864.2s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1590.0 sec: 25 segments, 1 merges 869.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1595.0 sec: 25 segments, 1 merges 874.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1600.0 sec: 25 segments, 1 merges 879.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1605.0 sec: 25 segments, 1 merges 884.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1610.0 sec: 25 segments, 1 merges 889.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1615.0 sec: 25 segments, 1 merges 894.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1620.0 sec: 25 segments, 1 merges 899.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1625.0 sec: 25 segments, 1 merges 904.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1630.0 sec: 25 segments, 1 merges 909.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1635.0 sec: 25 segments, 1 merges 914.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1640.0 sec: 25 segments, 1 merges 919.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1645.1 sec: 25 segments, 1 merges 924.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB 1650.1 sec: 25 segments, 1 merges 929.1s _1fq: 8 segs, 616.3 K docs, 2460.1 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 3253 seconds reindex takes 3253.85 sec Force merge index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-fm now wait for already running merges to finish 0.0 sec: 18 segments, 1 merges 5.0 sec: 18 segments, 1 merges 5.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 10.0 sec: 18 segments, 1 merges 10.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 15.0 sec: 18 segments, 1 merges 15.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 20.0 sec: 18 segments, 1 merges 20.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 25.0 sec: 18 segments, 1 merges 25.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 30.0 sec: 18 segments, 1 merges 30.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 35.0 sec: 18 segments, 1 merges 35.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 40.0 sec: 18 segments, 1 merges 40.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 45.0 sec: 18 segments, 1 merges 45.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 50.0 sec: 18 segments, 1 merges 50.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 55.0 sec: 18 segments, 1 merges 55.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 60.1 sec: 18 segments, 1 merges 60.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 65.1 sec: 18 segments, 1 merges 65.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 70.1 sec: 18 segments, 1 merges 70.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 75.1 sec: 18 segments, 1 merges 75.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 80.1 sec: 18 segments, 1 merges 80.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 85.1 sec: 18 segments, 1 merges 85.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 90.1 sec: 18 segments, 1 merges 90.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 95.1 sec: 18 segments, 1 merges 95.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 100.1 sec: 18 segments, 1 merges 100.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 105.1 sec: 18 segments, 1 merges 105.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 110.1 sec: 18 segments, 1 merges 110.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 115.0 sec: 18 segments, 1 merges 115.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 120.0 sec: 18 segments, 1 merges 120.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 125.0 sec: 18 segments, 1 merges 125.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 130.0 sec: 18 segments, 1 merges 130.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 135.0 sec: 18 segments, 1 merges 135.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 140.0 sec: 18 segments, 1 merges 140.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 145.0 sec: 18 segments, 1 merges 145.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 150.0 sec: 18 segments, 1 merges 150.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 155.0 sec: 18 segments, 1 merges 155.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 160.0 sec: 18 segments, 1 merges 160.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 165.0 sec: 18 segments, 1 merges 165.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 170.1 sec: 18 segments, 1 merges 170.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 175.1 sec: 18 segments, 1 merges 175.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 180.1 sec: 18 segments, 1 merges 180.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 185.1 sec: 18 segments, 1 merges 185.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 190.1 sec: 18 segments, 1 merges 190.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 195.1 sec: 18 segments, 1 merges 195.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 200.1 sec: 18 segments, 1 merges 200.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 205.1 sec: 18 segments, 1 merges 205.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 210.1 sec: 18 segments, 1 merges 210.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 215.1 sec: 18 segments, 1 merges 215.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 220.0 sec: 18 segments, 1 merges 220.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 225.0 sec: 18 segments, 1 merges 225.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 230.0 sec: 18 segments, 1 merges 230.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 235.0 sec: 18 segments, 1 merges 235.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 240.0 sec: 18 segments, 1 merges 240.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 245.0 sec: 18 segments, 1 merges 245.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 250.0 sec: 18 segments, 1 merges 250.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 255.0 sec: 18 segments, 1 merges 255.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 260.0 sec: 18 segments, 1 merges 260.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 265.0 sec: 18 segments, 1 merges 265.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 270.0 sec: 18 segments, 1 merges 270.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 275.1 sec: 18 segments, 1 merges 275.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 280.1 sec: 18 segments, 1 merges 280.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 285.1 sec: 18 segments, 1 merges 285.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 290.1 sec: 18 segments, 1 merges 290.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 295.1 sec: 18 segments, 1 merges 295.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 300.1 sec: 18 segments, 1 merges 300.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 305.1 sec: 18 segments, 1 merges 305.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 310.1 sec: 18 segments, 1 merges 310.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 315.1 sec: 18 segments, 1 merges 315.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 320.1 sec: 18 segments, 1 merges 320.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 325.0 sec: 18 segments, 1 merges 325.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 330.0 sec: 18 segments, 1 merges 330.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 335.0 sec: 18 segments, 1 merges 335.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 340.0 sec: 18 segments, 1 merges 340.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 345.0 sec: 18 segments, 1 merges 345.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 350.0 sec: 18 segments, 1 merges 350.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 355.0 sec: 18 segments, 1 merges 355.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 360.0 sec: 18 segments, 1 merges 360.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 365.0 sec: 18 segments, 1 merges 365.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 370.0 sec: 18 segments, 1 merges 370.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 375.0 sec: 18 segments, 1 merges 375.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 380.1 sec: 18 segments, 1 merges 380.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 385.1 sec: 18 segments, 1 merges 385.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 390.1 sec: 18 segments, 1 merges 390.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 395.1 sec: 18 segments, 1 merges 395.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 400.1 sec: 18 segments, 1 merges 400.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 405.1 sec: 18 segments, 1 merges 405.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 410.1 sec: 18 segments, 1 merges 410.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 415.1 sec: 18 segments, 1 merges 415.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 420.1 sec: 18 segments, 1 merges 420.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 425.1 sec: 18 segments, 1 merges 425.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 430.1 sec: 18 segments, 1 merges 430.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 435.1 sec: 18 segments, 1 merges 435.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 440.1 sec: 18 segments, 1 merges 440.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 445.0 sec: 18 segments, 1 merges 445.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 450.0 sec: 18 segments, 1 merges 450.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 455.0 sec: 18 segments, 1 merges 455.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 460.0 sec: 18 segments, 1 merges 460.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 465.0 sec: 18 segments, 1 merges 465.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 470.0 sec: 18 segments, 1 merges 470.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 475.0 sec: 18 segments, 1 merges 475.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 480.0 sec: 18 segments, 1 merges 480.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 485.0 sec: 18 segments, 1 merges 485.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 490.1 sec: 18 segments, 1 merges 490.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 495.1 sec: 18 segments, 1 merges 495.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 500.1 sec: 18 segments, 1 merges 500.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 505.1 sec: 18 segments, 1 merges 505.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 510.1 sec: 18 segments, 1 merges 510.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 515.1 sec: 18 segments, 1 merges 515.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 520.1 sec: 18 segments, 1 merges 520.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 525.1 sec: 18 segments, 1 merges 525.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 530.1 sec: 18 segments, 1 merges 530.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 535.1 sec: 18 segments, 1 merges 535.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 540.1 sec: 18 segments, 1 merges 540.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 545.1 sec: 18 segments, 1 merges 545.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 550.0 sec: 18 segments, 1 merges 550.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 555.0 sec: 18 segments, 1 merges 555.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 560.0 sec: 18 segments, 1 merges 560.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 565.0 sec: 18 segments, 1 merges 565.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 570.0 sec: 18 segments, 1 merges 570.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 575.0 sec: 18 segments, 1 merges 575.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 580.0 sec: 18 segments, 1 merges 580.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 585.0 sec: 18 segments, 1 merges 585.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 590.0 sec: 18 segments, 1 merges 590.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 595.0 sec: 18 segments, 1 merges 595.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 600.0 sec: 18 segments, 1 merges 600.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 605.0 sec: 18 segments, 1 merges 605.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 610.1 sec: 18 segments, 1 merges 610.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 615.1 sec: 18 segments, 1 merges 615.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 620.1 sec: 18 segments, 1 merges 620.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 625.1 sec: 18 segments, 1 merges 625.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 630.1 sec: 18 segments, 1 merges 630.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 635.1 sec: 18 segments, 1 merges 635.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 640.1 sec: 18 segments, 1 merges 640.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 645.1 sec: 18 segments, 1 merges 645.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 650.1 sec: 18 segments, 1 merges 650.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 655.1 sec: 18 segments, 1 merges 655.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 660.1 sec: 18 segments, 1 merges 660.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 665.1 sec: 18 segments, 1 merges 665.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 670.1 sec: 18 segments, 1 merges 670.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 675.0 sec: 18 segments, 1 merges 675.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 680.0 sec: 18 segments, 1 merges 680.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 685.0 sec: 18 segments, 1 merges 685.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 690.0 sec: 18 segments, 1 merges 690.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 695.0 sec: 18 segments, 1 merges 695.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 700.0 sec: 18 segments, 1 merges 700.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 705.0 sec: 18 segments, 1 merges 705.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 710.0 sec: 18 segments, 1 merges 710.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 715.0 sec: 18 segments, 1 merges 715.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 720.0 sec: 18 segments, 1 merges 720.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 725.0 sec: 18 segments, 1 merges 725.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 730.0 sec: 18 segments, 1 merges 730.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 735.1 sec: 18 segments, 1 merges 735.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 740.1 sec: 18 segments, 1 merges 740.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 745.1 sec: 18 segments, 1 merges 745.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 750.1 sec: 18 segments, 1 merges 750.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 755.1 sec: 18 segments, 1 merges 755.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 760.1 sec: 18 segments, 1 merges 760.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 765.1 sec: 18 segments, 1 merges 765.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 770.1 sec: 18 segments, 1 merges 770.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 775.1 sec: 18 segments, 1 merges 775.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 780.1 sec: 18 segments, 1 merges 780.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 785.1 sec: 18 segments, 1 merges 785.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 790.1 sec: 18 segments, 1 merges 790.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 795.0 sec: 18 segments, 1 merges 795.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 800.0 sec: 18 segments, 1 merges 800.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 805.0 sec: 18 segments, 1 merges 805.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 810.0 sec: 18 segments, 1 merges 810.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 815.0 sec: 18 segments, 1 merges 815.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 820.0 sec: 18 segments, 1 merges 820.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 825.0 sec: 18 segments, 1 merges 825.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 830.0 sec: 18 segments, 1 merges 830.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 835.0 sec: 18 segments, 1 merges 835.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 840.0 sec: 18 segments, 1 merges 840.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 845.0 sec: 18 segments, 1 merges 845.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 850.0 sec: 18 segments, 1 merges 850.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 855.0 sec: 18 segments, 1 merges 855.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 860.1 sec: 18 segments, 1 merges 860.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 865.1 sec: 18 segments, 1 merges 865.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 870.1 sec: 18 segments, 1 merges 870.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 875.1 sec: 18 segments, 1 merges 875.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 880.1 sec: 18 segments, 1 merges 880.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 885.1 sec: 18 segments, 1 merges 885.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 890.1 sec: 18 segments, 1 merges 890.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 895.1 sec: 18 segments, 1 merges 895.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 900.1 sec: 18 segments, 1 merges 900.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 905.1 sec: 18 segments, 1 merges 905.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 910.1 sec: 18 segments, 1 merges 910.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 915.1 sec: 18 segments, 1 merges 915.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 920.1 sec: 18 segments, 1 merges 920.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 925.1 sec: 18 segments, 1 merges 925.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 930.0 sec: 18 segments, 1 merges 930.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 935.0 sec: 18 segments, 1 merges 935.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 940.0 sec: 18 segments, 1 merges 940.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 945.0 sec: 18 segments, 1 merges 945.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 950.0 sec: 18 segments, 1 merges 950.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 955.0 sec: 18 segments, 1 merges 955.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 960.0 sec: 18 segments, 1 merges 960.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 965.0 sec: 18 segments, 1 merges 965.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 970.0 sec: 18 segments, 1 merges 970.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 975.0 sec: 18 segments, 1 merges 975.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 980.0 sec: 18 segments, 1 merges 980.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 985.0 sec: 18 segments, 1 merges 985.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 990.1 sec: 18 segments, 1 merges 990.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 995.1 sec: 18 segments, 1 merges 995.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1000.1 sec: 18 segments, 1 merges 1000.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1005.1 sec: 18 segments, 1 merges 1005.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1010.1 sec: 18 segments, 1 merges 1010.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1015.1 sec: 18 segments, 1 merges 1015.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1020.1 sec: 18 segments, 1 merges 1020.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1025.1 sec: 18 segments, 1 merges 1025.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1030.1 sec: 18 segments, 1 merges 1030.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1035.1 sec: 18 segments, 1 merges 1035.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1040.1 sec: 18 segments, 1 merges 1040.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1045.1 sec: 18 segments, 1 merges 1045.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1050.1 sec: 18 segments, 1 merges 1050.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1055.0 sec: 18 segments, 1 merges 1055.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1060.0 sec: 18 segments, 1 merges 1060.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1065.0 sec: 18 segments, 1 merges 1065.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1070.0 sec: 18 segments, 1 merges 1070.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1075.0 sec: 18 segments, 1 merges 1075.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1080.0 sec: 18 segments, 1 merges 1080.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1085.0 sec: 18 segments, 1 merges 1085.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1090.0 sec: 18 segments, 1 merges 1090.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1095.0 sec: 18 segments, 1 merges 1095.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1100.0 sec: 18 segments, 1 merges 1100.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1105.0 sec: 18 segments, 1 merges 1105.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1110.1 sec: 18 segments, 1 merges 1110.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1115.1 sec: 18 segments, 1 merges 1115.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1120.1 sec: 18 segments, 1 merges 1120.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1125.1 sec: 18 segments, 1 merges 1125.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1130.1 sec: 18 segments, 1 merges 1130.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1135.1 sec: 18 segments, 1 merges 1135.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1140.1 sec: 18 segments, 1 merges 1140.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1145.1 sec: 18 segments, 1 merges 1145.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1150.1 sec: 18 segments, 1 merges 1150.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1155.1 sec: 18 segments, 1 merges 1155.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1160.1 sec: 18 segments, 1 merges 1160.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1165.1 sec: 18 segments, 1 merges 1165.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1170.0 sec: 18 segments, 1 merges 1170.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1175.0 sec: 18 segments, 1 merges 1175.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1180.0 sec: 18 segments, 1 merges 1180.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1185.0 sec: 18 segments, 1 merges 1185.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1190.0 sec: 18 segments, 1 merges 1190.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1195.0 sec: 18 segments, 1 merges 1195.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1200.0 sec: 18 segments, 1 merges 1200.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1205.0 sec: 18 segments, 1 merges 1205.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1210.0 sec: 18 segments, 1 merges 1210.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1215.0 sec: 18 segments, 1 merges 1215.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1220.0 sec: 18 segments, 1 merges 1220.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1225.1 sec: 18 segments, 1 merges 1225.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1230.1 sec: 18 segments, 1 merges 1230.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1235.1 sec: 18 segments, 1 merges 1235.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1240.1 sec: 18 segments, 1 merges 1240.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1245.1 sec: 18 segments, 1 merges 1245.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1250.1 sec: 18 segments, 1 merges 1250.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1255.1 sec: 18 segments, 1 merges 1255.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1260.1 sec: 18 segments, 1 merges 1260.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1265.1 sec: 18 segments, 1 merges 1265.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1270.1 sec: 18 segments, 1 merges 1270.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1275.1 sec: 18 segments, 1 merges 1275.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1280.1 sec: 18 segments, 1 merges 1280.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1285.1 sec: 18 segments, 1 merges 1285.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1290.1 sec: 18 segments, 1 merges 1290.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1295.1 sec: 18 segments, 1 merges 1295.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1300.1 sec: 18 segments, 1 merges 1300.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1305.1 sec: 18 segments, 1 merges 1305.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1310.1 sec: 18 segments, 1 merges 1310.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1315.1 sec: 18 segments, 1 merges 1315.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1320.1 sec: 18 segments, 1 merges 1320.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1325.1 sec: 18 segments, 1 merges 1325.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1330.0 sec: 18 segments, 1 merges 1330.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1335.0 sec: 18 segments, 1 merges 1335.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1340.0 sec: 18 segments, 1 merges 1340.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1345.0 sec: 18 segments, 1 merges 1345.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1350.0 sec: 18 segments, 1 merges 1350.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1355.0 sec: 18 segments, 1 merges 1355.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1360.0 sec: 18 segments, 1 merges 1360.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1365.0 sec: 18 segments, 1 merges 1365.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1370.0 sec: 18 segments, 1 merges 1370.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1375.0 sec: 18 segments, 1 merges 1375.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1380.0 sec: 18 segments, 1 merges 1380.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1385.0 sec: 18 segments, 1 merges 1385.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1390.0 sec: 18 segments, 1 merges 1390.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1395.1 sec: 18 segments, 1 merges 1395.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1400.1 sec: 18 segments, 1 merges 1400.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1405.1 sec: 18 segments, 1 merges 1405.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1410.1 sec: 18 segments, 1 merges 1410.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1415.1 sec: 18 segments, 1 merges 1415.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1420.1 sec: 18 segments, 1 merges 1420.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1425.1 sec: 18 segments, 1 merges 1425.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1430.1 sec: 18 segments, 1 merges 1430.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1435.1 sec: 18 segments, 1 merges 1435.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1440.1 sec: 18 segments, 1 merges 1440.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1445.1 sec: 18 segments, 1 merges 1445.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1450.1 sec: 18 segments, 1 merges 1450.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1455.0 sec: 18 segments, 1 merges 1455.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1460.0 sec: 18 segments, 1 merges 1460.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1465.0 sec: 18 segments, 1 merges 1465.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1470.0 sec: 18 segments, 1 merges 1470.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1475.0 sec: 18 segments, 1 merges 1475.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1480.0 sec: 18 segments, 1 merges 1480.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1485.0 sec: 18 segments, 1 merges 1485.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1490.0 sec: 18 segments, 1 merges 1490.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1495.0 sec: 18 segments, 1 merges 1495.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1500.0 sec: 18 segments, 1 merges 1500.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1505.0 sec: 18 segments, 1 merges 1505.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1510.0 sec: 18 segments, 1 merges 1510.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1515.0 sec: 18 segments, 1 merges 1515.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1520.1 sec: 18 segments, 1 merges 1520.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1525.1 sec: 18 segments, 1 merges 1525.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1530.1 sec: 18 segments, 1 merges 1530.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1535.1 sec: 18 segments, 1 merges 1535.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1540.1 sec: 18 segments, 1 merges 1540.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1545.1 sec: 18 segments, 1 merges 1545.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1550.1 sec: 18 segments, 1 merges 1550.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1555.1 sec: 18 segments, 1 merges 1555.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1560.1 sec: 18 segments, 1 merges 1560.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1565.1 sec: 18 segments, 1 merges 1565.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1570.1 sec: 18 segments, 1 merges 1570.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1575.1 sec: 18 segments, 1 merges 1575.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1580.0 sec: 18 segments, 1 merges 1580.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1585.0 sec: 18 segments, 1 merges 1585.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1590.0 sec: 18 segments, 1 merges 1590.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1595.0 sec: 18 segments, 1 merges 1595.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1600.0 sec: 18 segments, 1 merges 1600.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1605.0 sec: 18 segments, 1 merges 1605.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1610.0 sec: 18 segments, 1 merges 1610.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1615.0 sec: 18 segments, 1 merges 1615.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1620.0 sec: 18 segments, 1 merges 1620.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1625.0 sec: 18 segments, 1 merges 1625.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1630.1 sec: 18 segments, 1 merges 1630.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1635.1 sec: 18 segments, 1 merges 1635.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1640.1 sec: 18 segments, 1 merges 1640.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1645.1 sec: 18 segments, 1 merges 1645.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1650.1 sec: 18 segments, 1 merges 1650.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1655.1 sec: 18 segments, 1 merges 1655.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1660.0 sec: 18 segments, 1 merges 1660.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1665.0 sec: 18 segments, 1 merges 1665.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1670.0 sec: 18 segments, 1 merges 1670.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1675.0 sec: 18 segments, 1 merges 1675.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1680.0 sec: 18 segments, 1 merges 1680.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1685.0 sec: 18 segments, 1 merges 1685.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1690.0 sec: 18 segments, 1 merges 1690.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1695.0 sec: 18 segments, 1 merges 1695.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1700.1 sec: 18 segments, 1 merges 1700.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1705.1 sec: 18 segments, 1 merges 1705.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1710.1 sec: 18 segments, 1 merges 1710.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1715.1 sec: 18 segments, 1 merges 1715.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1720.1 sec: 18 segments, 1 merges 1720.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1725.1 sec: 18 segments, 1 merges 1725.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1730.1 sec: 18 segments, 1 merges 1730.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1735.1 sec: 18 segments, 1 merges 1735.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1740.1 sec: 18 segments, 1 merges 1740.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1745.1 sec: 18 segments, 1 merges 1745.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1750.1 sec: 18 segments, 1 merges 1750.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1755.1 sec: 18 segments, 1 merges 1755.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1760.0 sec: 18 segments, 1 merges 1760.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1765.0 sec: 18 segments, 1 merges 1765.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1770.0 sec: 18 segments, 1 merges 1770.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1775.0 sec: 18 segments, 1 merges 1775.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1780.0 sec: 18 segments, 1 merges 1780.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1785.0 sec: 18 segments, 1 merges 1785.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1790.0 sec: 18 segments, 1 merges 1790.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1795.0 sec: 18 segments, 1 merges 1795.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1800.0 sec: 18 segments, 1 merges 1800.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1805.0 sec: 18 segments, 1 merges 1805.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1810.0 sec: 18 segments, 1 merges 1810.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1815.0 sec: 18 segments, 1 merges 1815.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1820.0 sec: 18 segments, 1 merges 1820.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1825.1 sec: 18 segments, 1 merges 1825.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1830.1 sec: 18 segments, 1 merges 1830.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1835.1 sec: 18 segments, 1 merges 1835.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1840.1 sec: 18 segments, 1 merges 1840.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1845.1 sec: 18 segments, 1 merges 1845.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1850.1 sec: 18 segments, 1 merges 1850.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1855.1 sec: 18 segments, 1 merges 1855.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1860.1 sec: 18 segments, 1 merges 1860.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1865.1 sec: 18 segments, 1 merges 1865.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1870.1 sec: 18 segments, 1 merges 1870.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1875.1 sec: 18 segments, 1 merges 1875.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1880.1 sec: 18 segments, 1 merges 1880.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1885.1 sec: 18 segments, 1 merges 1885.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1890.0 sec: 18 segments, 1 merges 1890.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1895.0 sec: 18 segments, 1 merges 1895.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1900.0 sec: 18 segments, 1 merges 1900.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1905.0 sec: 18 segments, 1 merges 1905.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1910.0 sec: 18 segments, 1 merges 1910.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1915.0 sec: 18 segments, 1 merges 1915.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1920.0 sec: 18 segments, 1 merges 1920.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1925.0 sec: 18 segments, 1 merges 1925.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1930.0 sec: 18 segments, 1 merges 1930.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1935.0 sec: 18 segments, 1 merges 1935.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1940.0 sec: 18 segments, 1 merges 1940.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1945.0 sec: 18 segments, 1 merges 1945.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1950.0 sec: 18 segments, 1 merges 1950.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1955.1 sec: 18 segments, 1 merges 1955.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1960.1 sec: 18 segments, 1 merges 1960.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1965.1 sec: 18 segments, 1 merges 1965.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1970.1 sec: 18 segments, 1 merges 1970.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1975.1 sec: 18 segments, 1 merges 1975.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1980.1 sec: 18 segments, 1 merges 1980.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1985.1 sec: 18 segments, 1 merges 1985.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1990.1 sec: 18 segments, 1 merges 1990.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 1995.1 sec: 18 segments, 1 merges 1995.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2000.1 sec: 18 segments, 1 merges 2000.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2005.1 sec: 18 segments, 1 merges 2005.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2010.1 sec: 18 segments, 1 merges 2010.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2015.0 sec: 18 segments, 1 merges 2015.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2020.0 sec: 18 segments, 1 merges 2020.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2025.0 sec: 18 segments, 1 merges 2025.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2030.0 sec: 18 segments, 1 merges 2030.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2035.0 sec: 18 segments, 1 merges 2035.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2040.0 sec: 18 segments, 1 merges 2040.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2045.0 sec: 18 segments, 1 merges 2045.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2050.0 sec: 18 segments, 1 merges 2050.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2055.0 sec: 18 segments, 1 merges 2055.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2060.0 sec: 18 segments, 1 merges 2060.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2065.0 sec: 18 segments, 1 merges 2065.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2070.0 sec: 18 segments, 1 merges 2070.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2075.0 sec: 18 segments, 1 merges 2075.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2080.0 sec: 18 segments, 1 merges 2080.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2085.0 sec: 18 segments, 1 merges 2085.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2090.0 sec: 18 segments, 1 merges 2090.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2095.0 sec: 18 segments, 1 merges 2095.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2100.0 sec: 18 segments, 1 merges 2100.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2105.0 sec: 18 segments, 1 merges 2105.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2110.1 sec: 18 segments, 1 merges 2110.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2115.1 sec: 18 segments, 1 merges 2115.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2120.1 sec: 18 segments, 1 merges 2120.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2125.1 sec: 18 segments, 1 merges 2125.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2130.1 sec: 18 segments, 1 merges 2130.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2135.1 sec: 18 segments, 1 merges 2135.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2140.1 sec: 18 segments, 1 merges 2140.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2145.1 sec: 18 segments, 1 merges 2145.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2150.1 sec: 18 segments, 1 merges 2150.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2155.1 sec: 18 segments, 1 merges 2155.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2160.1 sec: 18 segments, 1 merges 2160.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2165.1 sec: 18 segments, 1 merges 2165.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2170.0 sec: 18 segments, 1 merges 2170.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2175.0 sec: 18 segments, 1 merges 2175.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2180.0 sec: 18 segments, 1 merges 2180.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2185.0 sec: 18 segments, 1 merges 2185.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2190.0 sec: 18 segments, 1 merges 2190.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2195.0 sec: 18 segments, 1 merges 2195.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2200.0 sec: 18 segments, 1 merges 2200.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2205.0 sec: 18 segments, 1 merges 2205.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2210.0 sec: 18 segments, 1 merges 2210.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2215.0 sec: 18 segments, 1 merges 2215.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2220.0 sec: 18 segments, 1 merges 2220.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2225.0 sec: 18 segments, 1 merges 2225.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2230.1 sec: 18 segments, 1 merges 2230.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2235.1 sec: 18 segments, 1 merges 2235.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2240.1 sec: 18 segments, 1 merges 2240.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2245.1 sec: 18 segments, 1 merges 2245.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2250.1 sec: 18 segments, 1 merges 2250.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2255.1 sec: 18 segments, 1 merges 2255.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2260.1 sec: 18 segments, 1 merges 2260.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2265.1 sec: 18 segments, 1 merges 2265.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2270.1 sec: 18 segments, 1 merges 2270.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2275.1 sec: 18 segments, 1 merges 2275.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2280.1 sec: 18 segments, 1 merges 2280.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2285.1 sec: 18 segments, 1 merges 2285.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2290.1 sec: 18 segments, 1 merges 2290.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2295.0 sec: 18 segments, 1 merges 2295.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2300.0 sec: 18 segments, 1 merges 2300.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2305.0 sec: 18 segments, 1 merges 2305.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2310.0 sec: 18 segments, 1 merges 2310.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2315.0 sec: 18 segments, 1 merges 2315.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2320.0 sec: 18 segments, 1 merges 2320.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2325.0 sec: 18 segments, 1 merges 2325.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2330.0 sec: 18 segments, 1 merges 2330.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2335.0 sec: 18 segments, 1 merges 2335.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2340.0 sec: 18 segments, 1 merges 2340.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2345.0 sec: 18 segments, 1 merges 2345.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2350.0 sec: 18 segments, 1 merges 2350.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2355.0 sec: 18 segments, 1 merges 2355.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2360.1 sec: 18 segments, 1 merges 2360.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2365.1 sec: 18 segments, 1 merges 2365.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2370.1 sec: 18 segments, 1 merges 2370.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2375.1 sec: 18 segments, 1 merges 2375.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2380.1 sec: 18 segments, 1 merges 2380.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2385.1 sec: 18 segments, 1 merges 2385.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2390.1 sec: 18 segments, 1 merges 2390.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2395.1 sec: 18 segments, 1 merges 2395.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2400.1 sec: 18 segments, 1 merges 2400.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2405.0 sec: 18 segments, 1 merges 2405.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2410.0 sec: 18 segments, 1 merges 2410.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2415.0 sec: 18 segments, 1 merges 2415.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2420.0 sec: 18 segments, 1 merges 2420.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2425.0 sec: 18 segments, 1 merges 2425.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2430.0 sec: 18 segments, 1 merges 2430.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2435.0 sec: 18 segments, 1 merges 2435.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2440.0 sec: 18 segments, 1 merges 2440.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2445.0 sec: 18 segments, 1 merges 2445.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2450.1 sec: 18 segments, 1 merges 2450.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2455.1 sec: 18 segments, 1 merges 2455.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2460.1 sec: 18 segments, 1 merges 2460.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2465.1 sec: 18 segments, 1 merges 2465.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2470.1 sec: 18 segments, 1 merges 2470.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2475.1 sec: 18 segments, 1 merges 2475.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2480.1 sec: 18 segments, 1 merges 2480.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2485.1 sec: 18 segments, 1 merges 2485.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2490.1 sec: 18 segments, 1 merges 2490.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2495.1 sec: 18 segments, 1 merges 2495.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2500.1 sec: 18 segments, 1 merges 2500.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2505.1 sec: 18 segments, 1 merges 2505.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2510.1 sec: 18 segments, 1 merges 2510.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2515.0 sec: 18 segments, 1 merges 2515.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2520.0 sec: 18 segments, 1 merges 2520.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2525.0 sec: 18 segments, 1 merges 2525.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2530.0 sec: 18 segments, 1 merges 2530.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2535.0 sec: 18 segments, 1 merges 2535.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2540.0 sec: 18 segments, 1 merges 2540.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2545.0 sec: 18 segments, 1 merges 2545.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2550.0 sec: 18 segments, 1 merges 2550.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2555.0 sec: 18 segments, 1 merges 2555.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2560.0 sec: 18 segments, 1 merges 2560.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2565.0 sec: 18 segments, 1 merges 2565.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2570.0 sec: 18 segments, 1 merges 2570.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2575.1 sec: 18 segments, 1 merges 2575.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2580.1 sec: 18 segments, 1 merges 2580.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2585.1 sec: 18 segments, 1 merges 2585.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2590.1 sec: 18 segments, 1 merges 2590.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2595.1 sec: 18 segments, 1 merges 2595.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2600.1 sec: 18 segments, 1 merges 2600.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2605.1 sec: 18 segments, 1 merges 2605.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2610.1 sec: 18 segments, 1 merges 2610.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2615.1 sec: 18 segments, 1 merges 2615.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2620.1 sec: 18 segments, 1 merges 2620.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2625.1 sec: 18 segments, 1 merges 2625.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2630.1 sec: 18 segments, 1 merges 2630.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2635.1 sec: 18 segments, 1 merges 2635.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2640.0 sec: 18 segments, 1 merges 2640.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2645.0 sec: 18 segments, 1 merges 2645.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2650.0 sec: 18 segments, 1 merges 2650.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2655.0 sec: 18 segments, 1 merges 2655.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2660.0 sec: 18 segments, 1 merges 2660.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2665.0 sec: 18 segments, 1 merges 2665.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2670.0 sec: 18 segments, 1 merges 2670.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2675.0 sec: 18 segments, 1 merges 2675.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2680.0 sec: 18 segments, 1 merges 2680.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2685.0 sec: 18 segments, 1 merges 2685.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2690.0 sec: 18 segments, 1 merges 2690.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2695.0 sec: 18 segments, 1 merges 2695.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2700.0 sec: 18 segments, 1 merges 2700.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2705.1 sec: 18 segments, 1 merges 2705.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2710.1 sec: 18 segments, 1 merges 2710.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2715.1 sec: 18 segments, 1 merges 2715.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2720.1 sec: 18 segments, 1 merges 2720.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2725.1 sec: 18 segments, 1 merges 2725.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2730.1 sec: 18 segments, 1 merges 2730.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2735.1 sec: 18 segments, 1 merges 2735.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2740.1 sec: 18 segments, 1 merges 2740.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2745.1 sec: 18 segments, 1 merges 2745.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2750.1 sec: 18 segments, 1 merges 2750.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2755.1 sec: 18 segments, 1 merges 2755.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2760.1 sec: 18 segments, 1 merges 2760.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2765.0 sec: 18 segments, 1 merges 2765.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2770.0 sec: 18 segments, 1 merges 2770.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2775.0 sec: 18 segments, 1 merges 2775.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2780.0 sec: 18 segments, 1 merges 2780.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2785.0 sec: 18 segments, 1 merges 2785.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2790.0 sec: 18 segments, 1 merges 2790.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2795.0 sec: 18 segments, 1 merges 2795.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2800.0 sec: 18 segments, 1 merges 2800.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2805.0 sec: 18 segments, 1 merges 2805.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2810.0 sec: 18 segments, 1 merges 2810.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2815.0 sec: 18 segments, 1 merges 2815.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2820.0 sec: 18 segments, 1 merges 2820.0s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2825.1 sec: 18 segments, 1 merges 2825.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2830.1 sec: 18 segments, 1 merges 2830.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2835.1 sec: 18 segments, 1 merges 2835.1s _1fr: 18 segs, 8000.0 K docs, 32009.1 MB 2840.1 sec: 1 segments, 0 merges done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 2842.81 sec index has 1 segments: segments_3: _1fr(11.0.0):C8000000 _1fr: 32156.1 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=4.0 index disk usage is 32156.08 MB vector disk usage is 31250.00 MB vector RAM usage is 31250.00 MB exact nn key = cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100 read pre-cached exact match vectors from cache file "knn-reuse/exact-nn/cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100.bin" read pre-cached exact match scores from cache file "knn-reuse/exact-nn/cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100.scores" EXACT_NN_SCORES_PATH: /l/util.nightly/knn-reuse/exact-nn/cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100.scores EXACT_NN_METRIC: dot_product path=/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec dim=1024 vectorEncoding.byteSize=4 1778739 query vectors in queryPath "/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec" searching 1000 query vectors; topK=100, fanout=100 done warmup thread 3 name=main cpu@start=49438488010 cpu@end=52658399794 deltaMS=3219.911784 thread 14 name=Reference Handler cpu@start=1732345 cpu@end=1732345 deltaMS=0.0 thread 15 name=Finalizer cpu@start=177093 cpu@end=177093 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=76332 cpu@end=76332 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=40680649 cpu@end=40680649 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=68511595725 cpu@end=68512186005 deltaMS=0.59028 thread 42 name=JFR Periodic Tasks cpu@start=540115347205 cpu@end=540269233723 deltaMS=153.886518 thread 45 name=Notification Thread cpu@start=106489 cpu@end=106489 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=7641116212684 cpu@end=7641116212684 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=7634179054575 cpu@end=7634179054575 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=7639292200194 cpu@end=7639292200194 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=7646423217102 cpu@end=7646423217102 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=7645336010645 cpu@end=7645336010645 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=7638835327823 cpu@end=7638835327823 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=7641631641480 cpu@end=7641631641480 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=7638890586867 cpu@end=7638890586867 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=7644644786355 cpu@end=7644644786355 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=7634488766129 cpu@end=7634488766129 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=7641717624974 cpu@end=7641717624974 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=7642211504492 cpu@end=7642211504492 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=7635378220343 cpu@end=7635378220343 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=7634721024536 cpu@end=7634721024536 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=7632368129903 cpu@end=7632368129903 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=7638002197785 cpu@end=7638002197785 deltaMS=0.0 Average CPU cores used: 1.0456662927360978 completed 1000 searches in 3227 ms: 309 QPS CPU time=3374 ms checking results SUMMARY: 0.943 3.227 3.374 1.046 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 5683 3253.85 2458.63 2842.81 1 32156.08 null N/A 1.000 31250.000 31250.000 false HNSW no Leaf 0 has 4 layers Leaf 0 has 8000000 documents Graph level=3 size=249, Fanout min=7, mean=16.36, max=32, meandelta=404741.97 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 15 16 17 19 20 23 32 Graph level=2 size=7707, Fanout min=8, mean=27.41, max=32, meandelta=266678.72 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 25 28 31 32 32 32 32 32 Graph level=1 size=247233, Fanout min=1, mean=28.30, max=32, meandelta=258513.47 % 0 10 20 30 40 50 60 70 80 90 100 0 19 24 27 31 32 32 32 32 32 32 Graph level=0 size=8000000, Fanout min=1, mean=37.66, max=64, meandelta=194612.67 % 0 10 20 30 40 50 60 70 80 90 100 0 17 22 26 30 34 40 47 58 64 64 Graph level=3 size=249, connectedness=1.00 Graph level=2 size=7707, connectedness=1.00 Graph level=1 size=247233, connectedness=1.00 Graph level=0 size=8000000, connectedness=1.00 Performance counter stats for '/usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build --add-modules jdk.incubator.vector --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q32-fmTrue.jfr knn.KnnGraphTester -maxConn 32 -dim 1024 -docs /big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec -ndoc 8000000 -topK 100 -numIndexThreads 8 -beamWidthIndex 100 -search-and-stats /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -metric dot_product -numMergeThread 16 -numMergeWorker 48 -forceMerge': 234,976,315.39 msec task-clock:u 891,073,908,459,740 cycles:u (36.36%) 81,921,206,379,602 instructions:u (36.36%) 13,082,985,772,539 cache-references:u (36.36%) 3,681,587,368,760 cache-misses:u (36.36%) 51,945,778,676,442 L1-dcache-loads:u (36.36%) 3,513,585,555,388 L1-dcache-load-misses:u (36.36%) 4,053,443,935,703 L1-icache-loads:u (36.36%) 60,587,818,222 L1-icache-load-misses:u (36.36%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 45,624,075 faults:u 18,750,590 minor-faults:u 146 major-faults:u 10,531,360,274,312 branches:u (36.36%) 112,982,101,457 branch-misses:u (36.36%) 11,435,444,694,377 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 7829.751629342 seconds time elapsed 233624.883256000 seconds user 1316.945231000 seconds sys took 2:10:29.777259 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='dbf0d1426f13292f58083911c65bbae431251e4f', luceneutil_git_rev='63c1b2b252f377e272313c1ac0f182be79ad78b6', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=True, recall=0.943, cpu_time_ms=3.227, net_cpu_ms=3.374, avg_cpu_core_count=1.046, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='no', total_visited=5683, index_time_sec=3253.85, index_docs_per_sec=2458.63, force_merge_time_sec=2842.81, index_num_segments=1, index_size_on_disk_mb=32156.08, selectivity=None, pre_post_filter='null', vec_disk_mb=31250.0, vec_ram_mb=31250.0, graph_level_conn_p_values={3: (249, {0: 0, 10: 10, 20: 12, 30: 13, 40: 15, 50: 16, 60: 17, 70: 19, 80: 20, 90: 23, 100: 32}), 2: (7707, {0: 0, 10: 18, 20: 22, 30: 25, 40: 28, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247233, {0: 0, 10: 19, 20: 24, 30: 27, 40: 31, 50: 32, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 0: (8000000, {0: 0, 10: 17, 20: 22, 30: 26, 40: 30, 50: 34, 60: 40, 70: 47, 80: 58, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=7829, microseconds=777259)) Profiler summary for /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q32-fmTrue.jfr Version: 2.1 Chunks: 166 Start: 2026-05-14 15:41:02 (UTC) Duration: 5023 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 107001063 1901738060 jdk.FileWrite 6941837 169135881 jdk.FileRead 809968 19059089 jdk.CPULoad 93606 1936171 jdk.BooleanFlag 82336 2651342 jdk.ObjectAllocationInNewTLAB 28741 580892 jdk.Checkpoint 13559 25177577 jdk.UnsignedIntFlag 7968 274804 jdk.IntFlag 7304 270634 jdk.StringFlag 5644 222278 jdk.ObjectAllocationOutsideTLAB 1139 21410 jdk.Compilation 1057 28989 jdk.CPUInformation 166 249420 jdk.GCConfiguration 166 4404 jdk.JVMInformation 166 150650 jdk.Metadata 166 18347570 jdk.GarbageCollection 24 597 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q32-fmTrue.jfr is 2040.73 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 107001063 events (total: 107M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 50.06% 53M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 37.79% 40M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 4.40% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 1.34% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 1.28% 1M org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] 1.15% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.58% 622569 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] 0.34% 359916 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] 0.33% 348758 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.31% 328212 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.28% 298344 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.26% 274112 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.23% 241459 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.19% 199179 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.18% 192804 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.11% 121475 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.11% 119774 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 0.10% 110406 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.07% 79682 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.07% 70038 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.06% 68180 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():49 [JIT compiled code] 0.06% 61271 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] 0.05% 52194 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.04% 47251 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.04% 41777 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.04% 39990 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.03% 32762 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] 0.02% 24438 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.02% 23669 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.02% 23472 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.02% 21600 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.02% 19339 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.02% 18973 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.02% 18754 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.02% 16669 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] 0.01% 14520 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.01% 14067 sun.nio.ch.NativeThread#current0() [Native code] 0.01% 13268 org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] 0.01% 13022 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.01% 11773 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():248 [JIT compiled code] 0.01% 11772 org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():160 [Inlined code] 0.01% 11759 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.01% 11714 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.01% 11693 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.01% 11241 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.01% 11120 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] 0.01% 10766 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [JIT compiled code] 0.01% 10224 org.apache.lucene.store.MemorySegmentIndexInput#seek():324 [Inlined code] 0.01% 10148 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.01% 9109 jdk.jfr.internal.JVM#getStackTraceId() [Native code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q32-fmTrue.jfr is 2040.73 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 107001063 events (total: 107M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 46.61% 49M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 37.34% 39M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 4.40% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 3.45% 3M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] 1.15% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] 1.09% 1M org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.84% 895960 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] 0.41% 434502 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.38% 403537 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.34% 359916 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.31% 334500 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.28% 299387 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.28% 298344 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] 0.26% 273687 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.25% 266818 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.23% 245212 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.23% 241459 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.19% 205731 org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.19% 198565 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.18% 192790 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.11% 116760 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#copyMemoryInternal():143 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#copyMemory():130 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():653 [Inlined code] 0.09% 100719 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] 0.09% 94640 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.07% 77510 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [JIT compiled code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.07% 72018 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.05% 56005 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.05% 49370 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.04% 47143 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] 0.04% 44735 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():49 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.04% 43787 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.04% 43095 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.04% 41777 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.03% 36810 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.03% 35561 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():382 [JIT compiled code] 0.03% 30147 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.03% 29598 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] 0.03% 27140 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.02% 25710 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():382 [JIT compiled code] 0.02% 24486 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.02% 24022 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [Inlined code] 0.02% 22210 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] at org.apache.lucene.store.DataOutput#writeBytes():54 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():235 [Interpreted code] 0.02% 21782 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.02% 19650 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():49 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.02% 16669 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.01% 15387 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.01% 14520 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] 0.01% 13268 org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():382 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.01% 13022 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.01% 12914 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.01% 12796 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q32-fmTrue.jfr is 2040.73 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 107001063 events (total: 107M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 43.22% 46M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Inlined code] 17.98% 19M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] 16.16% 17M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 2.90% 3M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Inlined code] 2.56% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 1.61% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Inlined code] 1.47% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.20% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] 0.96% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] 0.84% 897279 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.83% 886920 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.59% 633432 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Inlined code] 0.52% 551138 org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.46% 496653 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.45% 485896 org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.40% 428674 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.37% 394550 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.33% 358381 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.33% 356700 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 0.27% 287957 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Inlined code] 0.25% 269309 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Interpreted code] 0.23% 246082 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [JIT compiled code] 0.20% 215220 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.20% 211769 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000001407aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.19% 200195 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] 0.18% 192105 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.17% 183980 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.16% 172484 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.16% 167172 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.16% 166228 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Inlined code] 0.15% 162214 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.15% 156708 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.15% 156399 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.14% 155013 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Interpreted code] 0.13% 142395 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.12% 131992 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.12% 124780 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.11% 118674 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [JIT compiled code] 0.11% 118430 org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.10% 110494 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000001419f508#run() [JIT compiled code] 0.10% 101881 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000001419f508#run() [JIT compiled code] 0.09% 97318 org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.09% 93359 org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.08% 90872 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():164 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.08% 88959 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000001419f508#run() [JIT compiled code] 0.08% 87639 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.08% 83087 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():93 [JIT compiled code] 0.08% 82367 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] 0.07% 76079 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.07% 72018 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q32-fmTrue.jfr is 2040.73 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 29871 events (total: 213978M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 29.62% 63388M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 26.75% 57241M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 26.71% 57156M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 3.37% 7214M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.72% 5830M java.util.Arrays#copyOf():3478 [Inlined code] 2.44% 5228M java.lang.Integer#valueOf():1006 [Inlined code] 1.65% 3534M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 0.80% 1705M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.77% 1642M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.57% 1213M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] 0.41% 885M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] 0.41% 884M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.41% 870M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.39% 835M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.39% 827M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] 0.30% 633M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.20% 421M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.19% 410M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.18% 379M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.14% 296M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.11% 239M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.09% 199M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.09% 184M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.08% 167M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.08% 160M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.07% 152M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.06% 129M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.06% 121M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Interpreted code] 0.05% 116M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.05% 114M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.05% 112M knn.KnnIndexer#waitForMergesWithStatus():297 [Interpreted code] 0.05% 109M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.05% 100M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.05% 97M java.util.ArrayList#grow():240 [Inlined code] 0.04% 93M knn.KnnIndexer#createIndex():264 [Interpreted code] 0.04% 89M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.04% 84M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.04% 81M java.util.logging.LogManager#reset():1298 [Interpreted code] 0.04% 81M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.04% 77M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [Interpreted code] 0.04% 74M java.util.HashMap#newNode():1910 [Inlined code] 0.03% 71M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 62M org.apache.lucene.document.Document#():42 [Inlined code] 0.03% 61M java.lang.Thread#beforeSleep():473 [Inlined code] 0.03% 58M org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():526 [JIT compiled code] 0.03% 53M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.02% 46M knn.IndexerThread#_run():108 [JIT compiled code] 0.02% 38M java.lang.ThreadLocal$ThreadLocalMap#set():550 [Inlined code] 0.02% 35M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.01% 32M knn.KnnGraphTester#printGraphFanout():1147 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q32-fmTrue.jfr is 2040.73 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 29871 events (total: 213978M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.48% 48111M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 22.11% 47319M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 18.19% 38920M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] 11.43% 24466M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] 4.56% 9753M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 4.27% 9130M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 3.37% 7214M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 2.70% 5783M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] 2.44% 5216M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] 1.65% 3534M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 0.57% 1213M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.44% 946M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.41% 885M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.41% 884M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.39% 835M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2274 [JIT compiled code] 0.39% 827M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.36% 765M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.35% 739M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.31% 667M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.28% 590M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.24% 517M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.15% 316M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.14% 293M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.14% 290M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.11% 239M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.10% 216M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.08% 176M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.08% 172M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.08% 169M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():534 [JIT compiled code] 0.07% 157M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [JIT compiled code] 0.07% 157M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [JIT compiled code] 0.07% 156M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.06% 129M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] 0.06% 127M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.06% 121M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Interpreted code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [Interpreted code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Interpreted code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2274 [Interpreted code] 0.05% 116M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 0.05% 109M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] 0.05% 106M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] at java.util.concurrent.LinkedBlockingQueue#take():435 [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#getTask():1016 [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1076 [Interpreted code] 0.05% 106M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.05% 103M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Interpreted code] 0.05% 100M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.05% 99M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.05% 97M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.04% 93M knn.KnnIndexer#createIndex():264 [Interpreted code] at knn.KnnGraphTester#run():689 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 0.04% 89M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():119 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] 0.04% 89M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.04% 82M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.04% 82M knn.KnnIndexer#waitForMergesWithStatus():297 [Interpreted code] at knn.KnnIndexer#createIndex():269 [Interpreted code] at knn.KnnGraphTester#run():689 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 0.04% 81M java.util.logging.LogManager#reset():1298 [Interpreted code] at java.util.logging.LogManager$Cleaner#run():275 [Interpreted code] 0.04% 81M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.14.04.42.39/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.14.04.42.39/bench-knn-q32-fmTrue.jfr is 2040.73 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 29871 events (total: 213978M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.16% 38856M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 8.74% 18698M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Inlined code] 8.67% 18555M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Inlined code] 7.63% 16320M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 5.15% 11021M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [JIT compiled code] 5.15% 11019M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Interpreted code] 5.05% 10797M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Interpreted code] 4.91% 10516M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [JIT compiled code] 3.81% 8146M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 2.70% 5783M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 2.44% 5216M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 1.67% 3572M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] 1.65% 3534M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 1.58% 3373M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.55% 3307M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] 1.51% 3226M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] 1.14% 2430M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():453 [Interpreted code] 1.03% 2200M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():453 [Interpreted code] 1.00% 2149M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.99% 2121M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.96% 2062M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.95% 2033M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.82% 1750M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.73% 1563M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.70% 1501M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.67% 1432M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.56% 1196M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] 0.56% 1194M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.55% 1179M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] 0.51% 1098M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.41% 873M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Inlined code] 0.34% 723M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2274 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():873 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():884 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():753 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] 0.28% 595M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [JIT compiled code] 0.28% 592M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.26% 557M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Interpreted code] 0.21% 455M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.19% 412M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.19% 399M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.18% 387M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.18% 380M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.17% 365M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.15% 313M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.15% 312M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.14% 290M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.13% 287M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.12% 248M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000001419f508#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.11% 243M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.11% 234M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.11% 224M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000001419f508#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.09% 198M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001419efb0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] now remove KNN index knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-fm nDoc searchType topK fanout resultSimilarity decay resultCount maxConn beamWidth overSample bp-reorder indexType rerank quantized vec_disk(MB) vec_RAM(MB) index(s) index_docs/s force_merge(s) num_segments index_size(MB) recall latency(ms) netCPU avgCpuCount 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no 4 bits 35278.320 4028.320 883.34 9056.55 0.00 17 36042.05 0.897 13.409 14.041 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no 4 bits 35278.320 4028.320 957.08 8358.74 1085.44 1 36185.92 0.881 2.324 2.428 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no 7 bits 39184.570 7934.570 1439.17 5558.77 1129.06 1 40090.74 0.929 2.542 2.655 1.044 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no 7 bits 39184.570 7934.570 1548.41 5166.60 0.00 17 39942.66 0.955 13.966 14.626 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no no 31250.000 31250.000 3111.19 2571.37 0.00 19 32007.01 0.974 13.213 13.837 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no no 31250.000 31250.000 3253.85 2458.63 2842.81 1 32156.08 0.943 3.227 3.374 1.046 saving all results to /l/logs.nightly/2026.05.14.04.42.39/knn_results.pk done! took 27223.3 seconds total removing KNN indices dir /l/util.nightly/knn-reuse/indices [2026-05-14 13:32:24.190763] now generate KNN nightly charts [2026-05-14 13:32:27.537341] build medium index (fast) /l/indices/wikimedium.trunk.nightly.Lucene104.nd27.625M: now create cd /l/trunk.nightly/lucene/benchmark NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log /l/logs.nightly/nightly.wikimedium.trunk.nightly.Lucene104.nd27.625M.log run: ['/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-classpath', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr', '-XX:+UnlockDiagnosticVMOptions', '-XX:+DebugNonSafepoints', 'perf.Indexer', '-dirImpl', 'MMapDirectory', '-indexPath', '/l/indices/wikimedium.trunk.nightly.Lucene104.nd27.625M', '-analyzer', 'StandardAnalyzerNoStopWords', '-lineDocsFile', '/l/data/enwiki-20110115-lines-1k-fixed-with-random-labels.bin', '-docCountLimit', '27625038', '-threadCount', '36', '-useCMS', '-ramBufferMB', '2048', '-maxBufferedDocs', '-1', '-postingsFormat', 'Lucene104', '-mergePolicy', 'TieredMergePolicy', '-idFieldPostingsFormat', 'Lucene104', '-idFieldPostingsFormat', 'Lucene104', '-hnswThreadsPerMerge', '1', '-hnswThreadPoolCount', '1'], cwd=/l/trunk.nightly/lucene/benchmark vmstatLogFile=/l/logs.nightly/nightly.vmstat.log topLogFile=/l/logs.nightly/nightly.top.log run vmstat: /usr/sbin/vmstat --active --wide --timestamp --unit M 1 > /l/logs.nightly/nightly.vmstat.log 2>&1 & run /usr/sbin/ps -eo pid,%cpu,%mem,bsdtime,etime,start,args --cols=120 --sort=-%cpu | head -10 >> /l/logs.nightly/nightly.top.log 2>&1 to /l/logs.nightly/nightly.top.log now kill vmstat: pid=1057354 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Version: 2.1 Chunks: 16 Start: 2026-05-14 17:32:27 (UTC) Duration: 125 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 3924061 81888569 jdk.CPUTimeSample 3579674 62863188 jdk.FileRead 796349 18915725 jdk.ObjectAllocationInNewTLAB 515791 9045477 jdk.ObjectAllocationOutsideTLAB 133658 2131938 jdk.BooleanFlag 11072 350892 jdk.Compilation 6220 160294 jdk.CPULoad 2237 44135 jdk.UnsignedIntFlag 992 34266 jdk.IntFlag 896 32152 jdk.Checkpoint 821 26202848 jdk.StringFlag 720 26887 jdk.GarbageCollection 44 1042 jdk.CPUInformation 16 24027 jdk.GCConfiguration 16 411 jdk.JVMInformation 16 16907 jdk.Metadata 16 1768428 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for cpu at stackSize=1 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3579674 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 5.87% 209963 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 5.60% 200608 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] 4.96% 177636 java.lang.Character#codePointAt():9662 [Inlined code] 4.73% 169454 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 3.86% 138143 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 2.80% 100239 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 2.78% 99409 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 2.71% 96843 java.lang.Integer#rotateLeft():1650 [Inlined code] 2.48% 88741 java.lang.Character#isHighSurrogate():9464 [Inlined code] 2.20% 78803 java.lang.Character#codePointAtImpl():9670 [Inlined code] 1.85% 66254 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.66% 59319 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.46% 52351 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 1.42% 50811 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.34% 47808 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.24% 44304 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 1.20% 43034 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.10% 39356 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 1.09% 39141 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 1.04% 37334 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 1.04% 37063 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 1.01% 36054 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] 0.90% 32254 java.lang.Character#toChars():9872 [Inlined code] 0.86% 30828 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 0.86% 30730 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.85% 30557 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] 0.82% 29444 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.80% 28655 java.lang.ThreadLocal#get():171 [Inlined code] 0.70% 24937 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] 0.60% 21404 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.54% 19257 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] 0.51% 18338 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] 0.46% 16372 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] 0.44% 15766 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.43% 15490 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.42% 15168 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.42% 14913 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] 0.41% 14657 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.41% 14623 java.lang.Character#codePointAt():9665 [Inlined code] 0.40% 14470 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.40% 14403 java.lang.Character#toLowerCase():11251 [Inlined code] 0.39% 14061 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.39% 14034 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.39% 13849 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] 0.38% 13625 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] 0.36% 12851 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.35% 12677 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] 0.35% 12376 org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] 0.35% 12373 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():169 [JIT compiled code] 0.33% 11942 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for cpu at stackSize=2 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3579674 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 5.60% 200608 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 4.76% 170295 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 4.73% 169302 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 3.86% 138137 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 2.78% 99409 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 2.77% 99212 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 2.71% 96843 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 2.46% 88204 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 2.20% 78803 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 1.85% 66254 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.66% 59315 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.65% 59120 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 1.49% 53445 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 1.46% 52334 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.42% 50811 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.40% 50033 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 1.34% 47808 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 1.32% 47365 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 1.24% 44299 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 1.20% 43034 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.10% 39356 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 1.03% 36970 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 1.01% 36054 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 0.90% 32254 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 0.86% 30729 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.85% 30557 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] 0.85% 30382 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [JIT compiled code] 0.80% 28528 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] 0.70% 24934 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] 0.57% 20568 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.54% 19369 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.54% 19257 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] 0.52% 18544 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] 0.51% 18338 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] 0.49% 17616 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.46% 16366 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.43% 15417 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.42% 15194 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.42% 14913 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.41% 14789 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.41% 14663 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.40% 14470 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.40% 14231 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.40% 14222 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.39% 14057 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.39% 13973 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.38% 13642 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 0.38% 13624 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.35% 12677 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.35% 12373 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():169 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for cpu at stackSize=4 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3579674 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 4.75% 169973 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 4.73% 169274 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 3.73% 133346 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 2.77% 99191 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 2.68% 96021 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] 2.51% 89705 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] 2.46% 88040 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 2.40% 85742 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 2.08% 74462 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.85% 66254 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 1.65% 59100 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 1.46% 52333 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 1.42% 50811 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] 1.40% 50268 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] 1.39% 49639 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 1.35% 48484 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] 1.34% 47808 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] 1.28% 45945 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 1.21% 43291 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 1.20% 43034 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.18% 42132 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 1.01% 36054 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] 0.90% 32254 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.86% 30729 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.85% 30557 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.85% 30381 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.79% 28400 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] at perf.LineFileDocs#nextDoc():610 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.72% 25867 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 0.70% 24934 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.66% 23757 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#nextPosition():501 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] 0.57% 20426 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] 0.57% 20277 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 0.55% 19847 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] 0.54% 19257 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.51% 18338 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():56 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():49 [Inlined code] 0.49% 17615 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():169 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.46% 16366 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.43% 15417 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.42% 15193 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.42% 14913 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.41% 14593 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#postings():250 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.41% 14547 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.40% 14470 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 0.40% 14401 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#byteAt():77 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#getBucket():207 [Inlined code] 0.40% 14222 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.39% 14057 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.39% 14024 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 0.38% 13624 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.35% 12695 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.35% 12673 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for cpu at stackSize=8 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3579674 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.11% 111178 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 2.40% 85742 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] 2.32% 83049 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 2.23% 79747 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 2.13% 76173 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 2.12% 75893 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] 2.09% 74741 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 2.06% 73795 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 2.02% 72367 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 1.40% 50268 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000009f1d3690#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.29% 46302 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 1.28% 45900 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.28% 45874 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 1.23% 43864 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.19% 42445 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] 1.18% 42080 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.11% 39871 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 1.07% 38137 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.01% 36325 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 0.88% 31649 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.83% 29682 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.79% 28400 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] at perf.LineFileDocs#nextDoc():610 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.76% 27253 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.71% 25561 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.71% 25474 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.70% 24931 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 0.69% 24528 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] 0.65% 23332 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.63% 22521 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.60% 21397 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.58% 20655 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.56% 20193 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 0.55% 19751 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#nextPosition():501 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 0.54% 19356 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] 0.47% 16945 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.46% 16320 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.45% 16141 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] 0.44% 15791 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.44% 15734 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.44% 15693 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.44% 15631 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.43% 15417 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 0.42% 15077 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():56 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():49 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():694 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#readByte():754 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer$3#longValue():396 [Inlined code] 0.42% 14919 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.41% 14823 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.40% 14368 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#byteAt():77 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#getBucket():207 [Inlined code] at org.apache.lucene.util.BytesRefHash$1$1#buildHistogram():223 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogramPart2():267 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogramPart1():257 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogram():220 [Inlined code] 0.39% 14009 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.39% 13907 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.38% 13709 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.37% 13365 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for cpu at stackSize=12 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3579674 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 2.53% 90603 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 2.09% 74741 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 2.02% 72367 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.96% 70012 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 1.82% 65110 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 1.76% 62861 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 1.75% 62589 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 1.70% 60997 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 1.40% 50268 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000009f1d3690#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [Interpreted code] 1.09% 38996 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.08% 38753 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.03% 36976 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 1.02% 36682 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 1.00% 35891 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.99% 35360 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.94% 33626 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.91% 32573 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.86% 30872 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.79% 28400 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] at perf.LineFileDocs#nextDoc():610 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.77% 27627 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.73% 26208 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.71% 25483 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.70% 24931 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000009f1d3690#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 0.68% 24413 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.59% 21194 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.58% 20642 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.58% 20614 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.57% 20228 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.53% 18935 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.51% 18116 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.49% 17625 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.47% 16665 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.46% 16400 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.45% 15961 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.44% 15869 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.44% 15791 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.44% 15734 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.44% 15629 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.43% 15400 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] 0.42% 14998 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():56 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():49 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():694 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#readByte():754 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer$3#longValue():396 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():289 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.42% 14914 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.41% 14823 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.40% 14317 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.39% 13937 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.38% 13554 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.37% 13376 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.36% 12992 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.36% 12884 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.36% 12787 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.35% 12558 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for heap at stackSize=1 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 649423 events (total: 311837M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.01% 53039M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 9.49% 29588M java.lang.StringUTF16#compress():212 [Inlined code] 8.63% 26917M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 7.17% 22366M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 7.15% 22309M perf.LineFileDocs#readDocs():176 [JIT compiled code] 4.63% 14427M java.lang.StringUTF16#compress():216 [Inlined code] 3.28% 10228M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 3.22% 10040M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 3.15% 9827M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.71% 8449M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 2.21% 6898M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 2.01% 6265M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.90% 5921M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.85% 5770M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.79% 5592M org.apache.lucene.util.BytesRef#():71 [Inlined code] 1.75% 5467M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.74% 5413M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.63% 5072M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.55% 4836M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.32% 4120M java.util.TreeMap#keyIterator():1421 [Inlined code] 1.32% 4117M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.30% 4047M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 1.20% 3733M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.92% 2855M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.63% 1970M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.59% 1854M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.58% 1815M java.nio.HeapByteBuffer#():75 [Inlined code] 0.55% 1729M java.util.ArrayList#grow():240 [Inlined code] 0.50% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] 0.48% 1492M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] 0.45% 1400M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.43% 1349M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.43% 1347M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.39% 1222M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.32% 986M perf.LineFileDocs#nextDoc():652 [JIT compiled code] 0.32% 983M perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.31% 964M perf.LineFileDocs#intToID():299 [Inlined code] 0.31% 963M perf.LineFileDocs#nextDoc():654 [JIT compiled code] 0.31% 961M java.util.List#of():935 [Inlined code] 0.31% 953M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.30% 927M perf.LineFileDocs#intToID():305 [Inlined code] 0.26% 815M java.util.ArrayDeque#():179 [Inlined code] 0.20% 613M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] 0.18% 570M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] 0.18% 552M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] 0.17% 540M perf.LineFileDocs#nextDoc():605 [Interpreted code] 0.16% 512M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.15% 457M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.13% 411M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.12% 387M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for heap at stackSize=2 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 649423 events (total: 311837M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.95% 52868M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 9.49% 29588M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 8.63% 26917M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 7.17% 22366M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 7.15% 22309M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.63% 14427M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 3.22% 10040M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 3.09% 9640M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.69% 8384M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.55% 7938M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 2.20% 6875M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 2.01% 6265M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.90% 5921M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.85% 5770M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.75% 5467M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.74% 5413M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.72% 5374M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 1.63% 5072M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.55% 4836M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.32% 4120M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 1.32% 4117M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.30% 4047M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.20% 3733M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.73% 2277M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.63% 1970M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.59% 1838M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.58% 1815M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 0.55% 1729M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.50% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.48% 1492M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.45% 1400M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.43% 1349M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.39% 1222M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.33% 1037M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.32% 1006M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.32% 986M perf.LineFileDocs#nextDoc():652 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.32% 983M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.31% 964M perf.LineFileDocs#intToID():299 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.31% 963M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.31% 961M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1847 [JIT compiled code] 0.31% 953M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.30% 938M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.30% 927M perf.LineFileDocs#intToID():305 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.28% 878M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.26% 813M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.20% 613M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.18% 552M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] 0.17% 524M perf.LineFileDocs#nextDoc():605 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.16% 512M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined code] 0.13% 416M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x000000009f1b4400#newInvokeSpecial() [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for heap at stackSize=4 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 649423 events (total: 311837M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.95% 52868M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.55% 26656M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 8.51% 26531M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 7.15% 22309M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.62% 17523M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] 4.60% 14352M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 3.05% 9495M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.66% 8303M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.52% 7843M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 2.20% 6875M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.01% 6265M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.90% 5921M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.85% 5770M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.74% 5413M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.74% 5412M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 1.63% 5072M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.55% 4836M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.52% 4752M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 1.34% 4164M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 1.32% 4120M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] 1.32% 4117M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.30% 4047M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.08% 3367M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 1.03% 3218M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.98% 3060M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 0.73% 2262M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.59% 1838M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.56% 1743M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000009f13fd68#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.55% 1729M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.50% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.46% 1432M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef():91 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():343 [JIT compiled code] 0.44% 1365M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.43% 1346M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.41% 1286M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 0.39% 1222M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.38% 1191M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.33% 1042M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] 0.33% 1037M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.33% 1025M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValue():57 [Inlined code] at perf.LineFileDocs#nextDoc():754 [JIT compiled code] 0.32% 989M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.32% 986M perf.LineFileDocs#nextDoc():652 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.32% 983M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.31% 964M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.31% 964M perf.LineFileDocs#intToID():299 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.31% 963M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.31% 961M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1847 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.30% 947M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():68 [Inlined code] 0.30% 945M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValue():57 [Inlined code] at perf.LineFileDocs#nextDoc():763 [JIT compiled code] 0.30% 938M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.30% 927M perf.LineFileDocs#intToID():305 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for heap at stackSize=8 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 649423 events (total: 311837M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.95% 52868M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.53% 26590M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.15% 22309M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.58% 14266M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 3.59% 11209M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 2.33% 7270M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] 2.20% 6875M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.74% 5413M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.74% 5412M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 1.73% 5409M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 1.71% 5343M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.64% 5120M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] 1.63% 5088M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.55% 4836M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.53% 4779M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 1.53% 4755M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 1.37% 4266M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 1.34% 4164M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000009f1d3690#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.32% 4117M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.30% 4041M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000009f1d3690#merge() [Interpreted code] 1.13% 3538M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():172 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 1.11% 3462M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000009f1d3690#merge() [Interpreted code] 1.07% 3342M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 1.05% 3274M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.03% 3218M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.89% 2770M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 0.89% 2768M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] 0.88% 2751M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.83% 2585M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.80% 2494M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.79% 2450M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.72% 2252M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.72% 2236M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.70% 2180M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.62% 1924M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.59% 1846M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.59% 1838M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.51% 1604M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.51% 1585M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000009f13fd68#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] at org.apache.lucene.store.ByteBuffersDataOutput#writeByte():187 [Inlined code] at org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#append():138 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():488 [JIT compiled code] 0.50% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.49% 1538M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] 0.46% 1433M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.45% 1418M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.44% 1365M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.40% 1243M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 0.39% 1222M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.38% 1191M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.38% 1179M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.33% 1037M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.33% 1035M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for heap at stackSize=12 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 194.08 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 649423 events (total: 311837M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.95% 52868M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.53% 26590M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.15% 22309M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.58% 14266M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 3.59% 11209M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000009f1d3690#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 2.23% 6939M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] 2.20% 6875M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.74% 5412M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000009f1d3690#merge() [Interpreted code] 1.53% 4755M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000009f1d3690#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 1.44% 4488M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.34% 4164M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000009f1d3690#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 1.33% 4159M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.33% 4136M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.32% 4117M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.30% 4041M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000009f1d3690#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 1.29% 4012M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 1.26% 3943M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.26% 3938M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.23% 3836M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.11% 3462M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000009f1d3690#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 1.04% 3240M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] 1.03% 3218M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.96% 3002M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.89% 2789M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.89% 2770M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.74% 2304M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.71% 2213M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 0.67% 2093M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 0.67% 2092M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 0.59% 1838M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000009f1d3690#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.59% 1834M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.52% 1621M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] 0.51% 1583M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.50% 1569M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000009f13fd68#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] at org.apache.lucene.store.ByteBuffersDataOutput#writeByte():187 [Inlined code] at org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#append():138 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():488 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm():1039 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():995 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.50% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.48% 1507M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] 0.47% 1477M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] 0.46% 1441M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.46% 1433M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000009f1d3690#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.45% 1397M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.44% 1374M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():172 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 0.44% 1365M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.41% 1290M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.40% 1243M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.40% 1233M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.39% 1222M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.38% 1191M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.35% 1083M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.33% 1037M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.33% 1025M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValue():57 [Inlined code] at perf.LineFileDocs#nextDoc():754 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] move log to /l/logs.nightly/2026.05.14.04.42.39/fastIndexMediumDocs.log move vmstat log to /l/logs.nightly/2026.05.14.04.42.39/fastIndexMediumDocs.vmstat.log move top log to /l/logs.nightly/2026.05.14.04.42.39/fastIndexMediumDocs.top.log [2026-05-14 13:36:22.167165] took 98.3 sec [2026-05-14 13:36:22.171180] medIndexAtClose None [2026-05-14 13:36:22.172417] build medium vectors index (fast) /l/indices/wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M: now create cd /l/trunk.nightly/lucene/benchmark NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log /l/logs.nightly/nightly.wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.log run: ['/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-classpath', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr', '-XX:+UnlockDiagnosticVMOptions', '-XX:+DebugNonSafepoints', 'perf.Indexer', '-dirImpl', 'MMapDirectory', '-indexPath', '/l/indices/wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M', '-analyzer', 'StandardAnalyzerNoStopWords', '-lineDocsFile', '/l/data/enwiki-20110115-lines-1k-fixed-with-random-labels.bin', '-docCountLimit', '27625038', '-threadCount', '36', '-useCMS', '-vectorFile', '/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', '-vectorDimension', '1024', '-vectorEncoding', 'FLOAT32', '-verbose', '-ramBufferMB', '2048', '-maxBufferedDocs', '-1', '-postingsFormat', 'Lucene104', '-mergePolicy', 'TieredMergePolicy', '-idFieldPostingsFormat', 'Lucene104', '-idFieldPostingsFormat', 'Lucene104', '-hnswThreadsPerMerge', '16', '-hnswThreadPoolCount', '96'], cwd=/l/trunk.nightly/lucene/benchmark vmstatLogFile=/l/logs.nightly/nightly.vmstat.log topLogFile=/l/logs.nightly/nightly.top.log run vmstat: /usr/sbin/vmstat --active --wide --timestamp --unit M 1 > /l/logs.nightly/nightly.vmstat.log 2>&1 & run /usr/sbin/ps -eo pid,%cpu,%mem,bsdtime,etime,start,args --cols=120 --sort=-%cpu | head -10 >> /l/logs.nightly/nightly.top.log 2>&1 to /l/logs.nightly/nightly.top.log now kill vmstat: pid=1060974 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Version: 2.1 Chunks: 52 Start: 2026-05-14 21:00:14 (UTC) Duration: 1461 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 97634548 1952672386 jdk.FileWrite 3761981 103109370 jdk.ObjectAllocationInNewTLAB 138803 2978044 jdk.FileRead 77249 2224543 jdk.BooleanFlag 35984 1187628 jdk.ObjectAllocationOutsideTLAB 9360 183988 jdk.CPULoad 5199 109179 jdk.UnsignedIntFlag 3224 115596 jdk.IntFlag 2912 108316 jdk.StringFlag 2340 91520 jdk.Checkpoint 1403 57137729 jdk.Compilation 100 2806 jdk.CPUInformation 52 78156 jdk.GCConfiguration 52 1404 jdk.JVMInformation 52 62712 jdk.Metadata 52 5747456 jdk.GarbageCollection 17 445 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=1 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2027.33 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 97634548 events (total: 97M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 67.36% 65M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 10.79% 10M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 4.82% 4M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 2.08% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] 1.59% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 1.08% 1M java.util.ArrayList#elementData():412 [Inlined code] 1.01% 990905 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] 0.94% 915829 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 0.52% 508096 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.48% 467366 java.util.Arrays#fill():3144 [Inlined code] 0.36% 354483 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.34% 334020 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.24% 231803 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.23% 229351 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.23% 223493 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] 0.23% 220779 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():298 [JIT compiled code] 0.22% 214580 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():101 [JIT compiled code] 0.18% 179767 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.18% 176578 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] 0.17% 166807 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():688 [Inlined code] 0.17% 162350 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.16% 153941 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.15% 145074 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.14% 134003 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] 0.11% 109855 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.11% 109491 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.10% 95394 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] 0.09% 88461 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] 0.09% 87980 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.09% 87430 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] 0.09% 85594 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():293 [JIT compiled code] 0.09% 84361 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():327 [JIT compiled code] 0.09% 83817 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():264 [Inlined code] 0.08% 82632 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 0.08% 81485 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.08% 78870 org.apache.lucene.util.TernaryLongHeap#top():111 [Inlined code] 0.08% 77896 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] 0.08% 77729 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():297 [JIT compiled code] 0.08% 75399 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.07% 73088 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.07% 66257 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.07% 66001 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.07% 65902 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.07% 64944 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] 0.06% 62772 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.06% 60090 java.util.Arrays#fill():3143 [Inlined code] 0.06% 58154 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():345 [JIT compiled code] 0.06% 55179 org.apache.lucene.util.hnsw.NeighborQueue#size():68 [Inlined code] 0.06% 55150 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] 0.06% 54360 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():315 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=2 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2027.33 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 97634548 events (total: 97M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 67.36% 65M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 10.79% 10M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 4.82% 4M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 1.91% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 1.59% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 1.08% 1M java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 1.01% 990905 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.94% 915829 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 0.52% 508096 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] 0.48% 467366 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.34% 334020 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.23% 229351 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.23% 223493 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.22% 214580 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():101 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.22% 214432 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():298 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.19% 183334 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.17% 162350 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] 0.16% 159341 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] 0.16% 157440 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():688 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] 0.16% 154785 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] 0.15% 150188 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.15% 148868 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.15% 145074 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.15% 142092 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.14% 134327 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [JIT compiled code] 0.14% 134003 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] 0.09% 88461 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.09% 87980 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.09% 87430 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] 0.09% 84347 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.08% 81615 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] 0.08% 81615 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#normalizeRawScore():153 [Inlined code] 0.08% 80784 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():327 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.08% 78870 org.apache.lucene.util.TernaryLongHeap#top():111 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] 0.08% 75399 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.08% 74895 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 0.08% 74483 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.07% 70399 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.07% 66001 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.07% 64911 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.06% 63108 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.06% 62772 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.06% 60090 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.06% 57330 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.06% 54641 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():345 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.05% 52723 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.05% 49876 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():264 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] 0.05% 49098 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.05% 48633 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.05% 48583 org.apache.lucene.util.FixedBitSet#getAndSet():305 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=4 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2027.33 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 97634548 events (total: 97M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 67.36% 65M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 10.79% 10M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] 3.17% 3M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():82 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] 1.83% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 1.59% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 1.15% 1M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.99% 967635 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.99% 966318 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.70% 680877 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] 0.50% 483984 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.49% 478191 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.48% 467366 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] 0.34% 333017 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] 0.23% 229351 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.22% 213562 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.21% 206762 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():298 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.19% 183334 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.18% 176742 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():139 [JIT compiled code] 0.17% 169024 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():101 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 0.16% 154785 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 0.16% 153749 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.15% 148383 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():688 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.15% 147749 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.15% 145074 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.14% 136363 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.13% 129906 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.13% 125950 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.13% 124670 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.09% 87980 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.09% 87842 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] 0.09% 87121 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.09% 83691 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.08% 82481 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.08% 81615 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.08% 76782 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.08% 74652 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.07% 71365 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.07% 70519 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.07% 68373 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():688 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] 0.07% 67554 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.07% 66001 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.06% 62772 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 0.06% 60090 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] 0.06% 57466 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] 0.06% 57213 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():144 [JIT compiled code] 0.06% 55586 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.06% 54001 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.05% 51252 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.05% 49876 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():264 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] 0.05% 48194 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=8 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2027.33 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 97634548 events (total: 97M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 13.04% 12M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 12.97% 12M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 12.58% 12M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 12.17% 11M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 9.97% 9M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 3.96% 3M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 3.16% 3M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():82 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 2.90% 2M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] 2.48% 2M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 2.02% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 1.78% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] 1.54% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():112 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 1.34% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():113 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 1.18% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.94% 914668 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():111 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 0.87% 852932 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.85% 832420 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.85% 825804 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.72% 702518 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.70% 680876 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.63% 619122 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.53% 517710 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():78 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] 0.50% 483984 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] 0.44% 430527 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.43% 423580 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.43% 415480 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.34% 333017 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.22% 216374 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.22% 213562 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.21% 206762 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():298 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.20% 199097 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] 0.18% 176741 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():139 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.18% 175849 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] 0.16% 153749 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.15% 145239 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.15% 145074 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 0.14% 136363 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.13% 130731 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():101 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.13% 129894 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():688 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.13% 129197 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.13% 125950 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.13% 124670 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000081202908#call() [JIT compiled code] 0.12% 114703 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.11% 106902 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.10% 102276 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.10% 93952 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] 0.09% 91240 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [JIT compiled code] 0.08% 82460 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.08% 81922 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.08% 81519 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=12 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2027.33 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 97634548 events (total: 97M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 11.65% 11M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 11.15% 10M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 11.15% 10M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 10.83% 10M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 6.84% 6M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 3.04% 2M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():82 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 2.71% 2M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] 1.99% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.97% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.83% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 1.80% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 1.78% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.38% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():112 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.27% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():113 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.24% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.23% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.04% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.87% 844942 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.85% 832420 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.84% 822405 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] 0.82% 799988 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000081202908#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.76% 746607 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():111 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.72% 702398 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.63% 619122 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.63% 613316 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.52% 512269 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.52% 508108 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():78 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] 0.50% 483984 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.47% 460965 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.46% 450433 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.45% 435347 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.44% 433296 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.44% 428716 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.43% 415480 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000081202908#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.41% 399238 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.38% 375297 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.38% 367719 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.36% 351472 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.36% 348277 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.35% 345719 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.34% 334448 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.34% 327734 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.33% 325089 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.32% 315196 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.22% 216374 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000081202908#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.21% 200544 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000081202908#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.20% 199097 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.20% 194280 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():298 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000081202908#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.20% 192957 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] 0.19% 181835 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=1 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2027.33 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 148162 events (total: 119984M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 24.14% 28961M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 24.02% 28817M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 6.99% 8391M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 6.27% 7523M java.nio.HeapByteBuffer#():75 [Inlined code] 6.15% 7374M perf.LineFileDocs#readVector():212 [Inlined code] 2.98% 3570M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 2.80% 3355M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 2.79% 3346M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.12% 2538M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 2.06% 2467M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.67% 2008M java.lang.StringUTF16#compress():212 [Inlined code] 1.21% 1455M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 1.18% 1415M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 1.15% 1374M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 0.88% 1050M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.80% 964M java.lang.StringUTF16#compress():216 [Inlined code] 0.80% 960M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] 0.67% 809M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.62% 739M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.61% 731M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.60% 713M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.52% 625M java.util.TreeMap#keyIterator():1421 [Inlined code] 0.49% 586M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.48% 580M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 0.44% 528M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 0.42% 503M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.41% 488M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.38% 453M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 0.37% 447M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.37% 444M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.34% 405M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.30% 363M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.28% 330M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.25% 301M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.21% 248M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.20% 241M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.17% 198M java.util.ArrayList#grow():240 [Inlined code] 0.16% 189M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.15% 180M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 0.15% 179M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.14% 171M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.13% 159M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.13% 151M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.12% 146M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.12% 141M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.12% 138M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.11% 135M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.11% 132M java.util.ArrayDeque#():179 [Inlined code] 0.11% 129M perf.LineFileDocs#nextDoc():652 [JIT compiled code] 0.11% 126M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=2 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2027.33 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 148162 events (total: 119984M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 24.02% 28823M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 24.02% 28817M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 6.99% 8391M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] 6.27% 7523M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 6.15% 7374M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 2.98% 3570M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 2.80% 3355M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 2.79% 3346M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] 2.12% 2538M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 2.06% 2467M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.67% 2008M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.21% 1455M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 1.18% 1415M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 1.12% 1347M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 0.88% 1050M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.80% 964M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.80% 960M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.67% 809M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.52% 625M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 0.49% 586M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.48% 580M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.47% 559M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.44% 528M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.42% 503M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.38% 456M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.38% 453M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.37% 445M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.37% 444M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.37% 438M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.36% 434M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] 0.31% 373M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.30% 363M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.27% 321M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] 0.25% 301M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.25% 301M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.21% 257M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.20% 241M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.17% 198M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.16% 195M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] 0.15% 180M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.15% 177M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.14% 172M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.14% 171M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] at java.lang.StringConcatHelper#newArray():578 [Inlined code] 0.13% 159M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 0.13% 151M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.12% 146M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.12% 141M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.12% 138M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 0.12% 138M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.11% 132M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=4 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2027.33 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 148162 events (total: 119984M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.00% 26401M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 21.90% 26279M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 6.99% 8391M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 6.15% 7374M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 6.07% 7281M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 2.98% 3570M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.80% 3355M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 2.77% 3325M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 2.12% 2538M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 2.06% 2467M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 2.02% 2422M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 1.62% 1942M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] 1.51% 1813M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 1.12% 1347M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.88% 1050M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.86% 1031M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] 0.80% 957M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.79% 947M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.67% 809M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.62% 747M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] 0.59% 707M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.52% 625M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] 0.50% 596M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.49% 586M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.48% 580M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.47% 559M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.44% 528M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.42% 503M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.38% 454M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.38% 453M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.37% 444M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.36% 429M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.28% 333M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.26% 317M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.26% 313M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.25% 301M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.23% 278M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.22% 268M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 0.20% 241M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.20% 241M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.20% 236M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.19% 231M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x0000000081180570#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.17% 198M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.16% 195M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.16% 191M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.15% 180M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.14% 172M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.13% 159M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] 0.12% 144M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.12% 141M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=8 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2027.33 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 148162 events (total: 119984M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.21% 17050M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 14.11% 16931M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 6.99% 8391M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 6.15% 7374M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 6.07% 7281M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.54% 6652M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 5.35% 6413M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 2.98% 3570M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.20% 2639M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 2.19% 2621M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 2.06% 2467M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 2.05% 2462M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.62% 1942M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 1.51% 1813M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.42% 1707M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] 1.37% 1648M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 1.23% 1480M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 1.18% 1418M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.80% 957M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.72% 863M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.67% 809M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.59% 707M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000811eef28#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.57% 688M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000811eef28#merge() [Interpreted code] 0.56% 670M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.55% 659M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] 0.54% 646M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.53% 641M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.49% 592M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.49% 583M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():172 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.45% 540M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] 0.44% 528M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.43% 514M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.43% 512M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.43% 510M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000811eef28#merge() [Interpreted code] 0.38% 453M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.36% 432M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.35% 417M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.34% 411M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] 0.32% 387M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 0.30% 361M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] 0.28% 337M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.28% 336M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.28% 333M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.27% 325M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.26% 317M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000081202908#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.26% 315M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.26% 313M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000081202908#call() [JIT compiled code] 0.23% 276M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.21% 251M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.20% 241M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=12 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2027.33 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 148162 events (total: 119984M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.21% 17050M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000081202908#call() [JIT compiled code] 14.11% 16931M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000081202908#call() [JIT compiled code] 6.99% 8391M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 6.15% 7374M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 6.07% 7281M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.54% 6652M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 5.35% 6413M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 2.98% 3570M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.06% 2467M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.90% 2277M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000081202908#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 1.63% 1958M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.62% 1942M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000081202908#call() [JIT compiled code] 1.59% 1904M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.51% 1813M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.37% 1648M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000811eef28#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 1.23% 1480M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 1.18% 1418M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.84% 1011M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] 0.80% 957M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.72% 863M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.67% 809M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000811eef28#merge() [Interpreted code] 0.61% 735M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.59% 707M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000811eef28#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 0.57% 688M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000811eef28#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 0.55% 662M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.53% 638M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.52% 628M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.51% 615M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000081202908#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.49% 592M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.44% 528M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.43% 514M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.43% 512M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.43% 510M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000811eef28#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 0.38% 453M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.36% 432M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.35% 417M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.34% 411M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():453 [Interpreted code] 0.33% 390M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.32% 387M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000811eef28#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 0.32% 387M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.30% 361M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():453 [Interpreted code] 0.29% 352M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.29% 347M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():172 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] 0.28% 336M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.28% 333M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.26% 317M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000081202908#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.26% 308M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#flushAllThreads():650 [Interpreted code] 0.25% 303M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000081202908#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.25% 300M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000081202908#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x0000000081202e60#run() [JIT compiled code] 0.24% 288M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000081202908#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x0000000081202e60#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] move log to /l/logs.nightly/2026.05.14.04.42.39/fastIndexMediumDocsWithVectors.log move vmstat log to /l/logs.nightly/2026.05.14.04.42.39/fastIndexMediumDocsWithVectors.vmstat.log move top log to /l/logs.nightly/2026.05.14.04.42.39/fastIndexMediumDocsWithVectors.top.log [2026-05-14 18:05:15.354542] took 13335.7 sec [2026-05-14 18:05:16.201941] medIndexVectorsAtClose None [2026-05-14 18:05:16.210024] build medium quantized vectors index (fast) /l/indices/wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M: now create cd /l/trunk.nightly/lucene/benchmark NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log /l/logs.nightly/nightly.wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.log run: ['/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-classpath', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr', '-XX:+UnlockDiagnosticVMOptions', '-XX:+DebugNonSafepoints', 'perf.Indexer', '-dirImpl', 'MMapDirectory', '-indexPath', '/l/indices/wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M', '-analyzer', 'StandardAnalyzerNoStopWords', '-lineDocsFile', '/l/data/enwiki-20110115-lines-1k-fixed-with-random-labels.bin', '-docCountLimit', '27625038', '-threadCount', '36', '-useCMS', '-vectorFile', '/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', '-vectorDimension', '1024', '-vectorEncoding', 'FLOAT32', '-ramBufferMB', '2048', '-maxBufferedDocs', '-1', '-postingsFormat', 'Lucene104', '-mergePolicy', 'TieredMergePolicy', '-idFieldPostingsFormat', 'Lucene104', '-idFieldPostingsFormat', 'Lucene104', '-hnswThreadsPerMerge', '16', '-hnswThreadPoolCount', '96', '-quantizeKNNGraph'], cwd=/l/trunk.nightly/lucene/benchmark vmstatLogFile=/l/logs.nightly/nightly.vmstat.log topLogFile=/l/logs.nightly/nightly.top.log run vmstat: /usr/sbin/vmstat --active --wide --timestamp --unit M 1 > /l/logs.nightly/nightly.vmstat.log 2>&1 & run /usr/sbin/ps -eo pid,%cpu,%mem,bsdtime,etime,start,args --cols=120 --sort=-%cpu | head -10 >> /l/logs.nightly/nightly.top.log 2>&1 to /l/logs.nightly/nightly.top.log now kill vmstat: pid=1224351 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Version: 2.1 Chunks: 162 Start: 2026-05-14 23:41:16 (UTC) Duration: 1352 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 84679361 1693491405 jdk.FileWrite 10088149 275260273 jdk.ObjectAllocationInNewTLAB 452565 9103001 jdk.FileRead 191026 5585622 jdk.BooleanFlag 112104 3699918 jdk.ObjectAllocationOutsideTLAB 70755 1286846 jdk.CPULoad 19931 418551 jdk.UnsignedIntFlag 10044 360126 jdk.IntFlag 9072 337446 jdk.StringFlag 7290 287550 jdk.Checkpoint 6068 134345138 jdk.CPUInformation 162 243486 jdk.GCConfiguration 162 4374 jdk.JVMInformation 162 201690 jdk.Metadata 162 17905536 jdk.Compilation 155 4319 jdk.GarbageCollection 40 1043 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=1 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2043.29 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 84679360 events (total: 84M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 37.24% 31M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 34.65% 29M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 6.34% 5M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] 3.23% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] 3.16% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.27% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 1.28% 1M java.util.ArrayList#elementData():412 [Inlined code] 0.58% 494961 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.58% 488876 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 0.53% 445468 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] 0.34% 287495 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] 0.32% 268745 jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] 0.30% 252597 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] 0.29% 248517 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.29% 247984 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] 0.25% 212047 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] 0.24% 200304 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] 0.23% 195569 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.20% 172156 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.20% 165319 java.util.Arrays#fill():3144 [Inlined code] 0.19% 160271 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.18% 155955 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.17% 146242 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] 0.16% 134238 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.16% 131699 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.14% 117156 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.13% 108719 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.13% 108380 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.12% 103509 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] 0.11% 96931 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():329 [JIT compiled code] 0.11% 92009 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.11% 90078 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.09% 76743 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] 0.09% 76274 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.09% 75092 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.08% 65494 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():247 [JIT compiled code] 0.07% 59865 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.07% 57712 sun.nio.ch.NativeThread#current0() [Native code] 0.07% 55288 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] 0.06% 54645 java.util.Arrays#fill():3143 [Inlined code] 0.06% 52871 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 0.06% 52351 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.06% 49919 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.06% 49517 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():228 [JIT compiled code] 0.06% 47039 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():328 [JIT compiled code] 0.05% 45598 org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 0.05% 44174 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] 0.05% 42311 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():188 [Inlined code] 0.05% 42178 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.05% 41400 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=2 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2043.29 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 84679360 events (total: 84M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 35.90% 30M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 34.65% 29M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 6.34% 5M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] 3.16% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 2.98% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 2.27% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 1.27% 1M java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.70% 589455 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] 0.62% 523985 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.58% 488876 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 0.53% 445468 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.36% 303379 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.34% 287495 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] 0.32% 268745 jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] 0.29% 248517 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.29% 247984 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.25% 212571 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] 0.25% 212047 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] 0.24% 200304 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.23% 195569 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.23% 194591 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] 0.20% 168298 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.20% 165319 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.18% 155955 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.17% 147632 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [JIT compiled code] 0.17% 146242 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.16% 131699 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.13% 108719 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.12% 103509 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.12% 98047 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.12% 97848 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.11% 96931 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():329 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.11% 92009 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.11% 90078 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.09% 76274 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] 0.08% 70414 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.08% 65494 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():247 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 0.07% 61322 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.07% 59865 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] 0.07% 58006 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():307 [JIT compiled code] 0.07% 57712 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] 0.07% 55288 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 0.06% 54645 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.06% 52871 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.06% 52346 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] 0.06% 47601 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.06% 47407 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.06% 47039 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():328 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.06% 46741 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 0.05% 44008 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=4 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2043.29 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 84679360 events (total: 84M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 34.65% 29M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 34.00% 28M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 6.34% 5M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] 3.16% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 2.82% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 1.68% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] 1.30% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] 1.14% 967701 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.70% 589455 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.62% 523983 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.58% 488876 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.57% 480077 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] 0.53% 445468 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.45% 381827 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():139 [JIT compiled code] 0.36% 303379 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.34% 287494 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.IntVector#add():1380 [Inlined code] 0.31% 264664 jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():650 [Inlined code] at java.lang.foreign.MemorySegment#copy():2555 [Inlined code] 0.29% 248124 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] 0.29% 241959 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.24% 204859 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.23% 195569 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.23% 191446 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.20% 165319 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] 0.18% 155955 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.18% 151946 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.17% 139834 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.16% 131699 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.15% 126553 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] 0.14% 114728 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():144 [JIT compiled code] 0.13% 111382 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.13% 111302 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] 0.13% 108719 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.12% 102384 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.12% 100231 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.12% 97807 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.11% 94478 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] 0.11% 93276 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.11% 92009 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] 0.10% 83241 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.09% 76274 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.09% 75431 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.08% 68318 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.08% 68038 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] 0.08% 63748 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():329 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] 0.07% 61322 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.07% 57131 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] 0.06% 54645 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] 0.06% 54437 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():247 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.06% 52227 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.06% 51515 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=8 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2043.29 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 84679360 events (total: 84M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 34.00% 28M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 26.56% 22M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 6.34% 5M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 4.76% 4M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 2.76% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] 2.45% 2M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 1.75% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 1.68% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 1.39% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 1.30% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 1.02% 862491 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.87% 739783 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.70% 589455 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.62% 523983 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.57% 480077 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.54% 459296 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.53% 445426 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.45% 381827 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():139 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.34% 291711 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] 0.34% 287494 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.IntVector#add():1380 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():456 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] 0.30% 250865 jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():650 [Inlined code] at java.lang.foreign.MemorySegment#copy():2555 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readBytes():187 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():129 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 0.29% 248124 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.24% 204123 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.23% 191446 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.22% 184416 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.21% 180049 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.18% 155955 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 0.18% 151946 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000891f0680#call() [JIT compiled code] 0.17% 144006 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.17% 139834 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.15% 126249 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] 0.15% 123536 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.14% 114728 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():144 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.13% 111382 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.12% 99935 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] 0.11% 94478 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] 0.11% 91838 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.10% 85252 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.09% 78690 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.09% 75431 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.09% 73342 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000008907aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 0.08% 68604 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.08% 68038 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():209 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] 0.08% 63748 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():329 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] 0.08% 63713 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] 0.07% 61520 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.07% 61376 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.07% 57131 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] 0.07% 55975 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] 0.06% 54309 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=12 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2043.29 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 84679360 events (total: 84M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 34.00% 28M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000891f0680#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 25.14% 21M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 4.41% 3M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 3.98% 3M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 2.76% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 2.23% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 1.74% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] 1.63% 1M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 1.57% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.39% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 1.30% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000891f0680#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 1.02% 862036 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.73% 618380 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.70% 589455 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.69% 583105 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.62% 523983 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.62% 520794 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.57% 480077 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000891f0680#call() [JIT compiled code] 0.49% 418014 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000891f0680#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.46% 392831 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.42% 354446 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():139 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.34% 291711 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.28% 235377 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.28% 234158 jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] 0.25% 209326 jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():650 [Inlined code] at java.lang.foreign.MemorySegment#copy():2555 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readBytes():187 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():129 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.24% 204123 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.23% 194955 jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] 0.22% 184684 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.IntVector#add():1380 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():456 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.22% 184416 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000891f0680#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.21% 179285 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000891f0680#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.20% 168715 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000891f0680#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.19% 164719 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.18% 155741 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [JIT compiled code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.18% 152287 jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.17% 144006 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000891f0680#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.17% 142432 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000891f0680#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x00000000891f0bd8#run() [JIT compiled code] 0.17% 139834 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000891f0680#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.15% 126249 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000891ec9d0#merge() [Interpreted code] 0.15% 123536 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000891f0680#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.13% 111369 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.13% 111254 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.13% 107171 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.13% 107133 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():144 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.12% 99935 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.11% 94478 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000891ec9d0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.11% 92139 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.11% 91838 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.10% 85252 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.09% 78690 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.09% 77623 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.IntVector#add():1380 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():456 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=1 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2043.29 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 523318 events (total: 324302M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 21.57% 69936M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 17.22% 55856M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 16.96% 54985M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 6.14% 19902M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 5.63% 18246M java.nio.HeapByteBuffer#():75 [Inlined code] 5.47% 17726M perf.LineFileDocs#readVector():212 [Inlined code] 2.89% 9358M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.59% 8401M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 2.37% 7687M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 1.54% 5000M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.47% 4763M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 1.46% 4725M java.lang.StringUTF16#compress():212 [Inlined code] 0.98% 3193M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 0.96% 3129M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 0.89% 2898M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 0.83% 2683M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.73% 2375M java.lang.StringUTF16#compress():216 [Inlined code] 0.58% 1872M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.55% 1798M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.54% 1746M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] 0.47% 1514M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.46% 1498M perf.LineFileDocs#readVector():212 [JIT compiled code] 0.44% 1430M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 0.43% 1402M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.43% 1384M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.42% 1356M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 0.38% 1231M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.37% 1204M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 0.32% 1029M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.31% 1012M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.28% 897M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.25% 819M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.25% 809M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.25% 795M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.18% 596M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.15% 501M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.15% 483M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.14% 468M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.14% 466M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 0.13% 434M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.11% 367M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.10% 337M java.util.ArrayList#grow():240 [Inlined code] 0.10% 335M perf.LineFileDocs#readDocs():176 [Interpreted code] 0.10% 325M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.09% 302M java.util.ArrayDeque#():179 [Inlined code] 0.09% 293M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.09% 279M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.08% 275M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] 0.08% 260M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.08% 248M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=2 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2043.29 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 523318 events (total: 324302M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.13% 55538M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 16.96% 54985M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 11.49% 37271M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] 10.07% 32665M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] 6.14% 19902M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] 5.63% 18245M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 5.47% 17726M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 2.89% 9358M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] 2.59% 8401M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 2.37% 7687M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 1.54% 5000M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.47% 4763M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 1.46% 4725M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.98% 3193M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.96% 3129M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 0.88% 2847M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 0.83% 2683M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.73% 2375M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.55% 1798M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.54% 1746M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.47% 1514M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.46% 1498M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] 0.46% 1487M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.44% 1430M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.42% 1356M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.38% 1231M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.37% 1204M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.31% 1012M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.29% 933M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.28% 900M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.28% 897M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.27% 889M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.25% 819M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] 0.25% 809M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.25% 795M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.18% 596M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.14% 466M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.14% 456M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.13% 434M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.13% 424M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.12% 386M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] 0.12% 384M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.10% 337M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.10% 335M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.10% 325M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] 0.10% 321M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] 0.10% 317M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.09% 300M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.09% 279M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.08% 275M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=4 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2043.29 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 523318 events (total: 324302M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.55% 50426M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 15.33% 49721M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 11.17% 36232M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 8.80% 28534M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 6.14% 19902M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 5.47% 17726M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.96% 16094M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 2.89% 9358M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 2.59% 8401M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.37% 7687M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 1.62% 5264M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 1.58% 5111M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 1.54% 5000M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.29% 4183M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 1.26% 4076M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] 1.01% 3275M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] 0.88% 2847M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.83% 2683M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.73% 2364M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.69% 2244M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] 0.55% 1798M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.54% 1746M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.52% 1675M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] 0.48% 1568M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] 0.47% 1518M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.47% 1514M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.46% 1498M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.46% 1488M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.46% 1487M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.44% 1430M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.42% 1356M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.38% 1231M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.37% 1204M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.32% 1038M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.31% 1012M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.28% 900M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.27% 889M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.25% 821M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.25% 795M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.20% 640M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] 0.18% 596M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.18% 588M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.16% 534M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000008913f410#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.16% 517M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 0.16% 516M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.14% 466M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.14% 456M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.13% 424M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.12% 384M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.11% 367M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=8 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2043.29 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 523318 events (total: 324302M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 11.17% 36232M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 9.01% 29217M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 8.95% 29012M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 8.80% 28534M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] 6.14% 19902M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] 5.47% 17726M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.96% 16094M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.86% 15777M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 4.77% 15469M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 2.59% 8401M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.68% 5446M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.54% 5000M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.53% 4950M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.46% 4722M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.29% 4183M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.26% 4076M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 1.20% 3901M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] 1.19% 3844M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.17% 3785M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 1.01% 3275M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.81% 2628M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.80% 2581M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.73% 2364M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.55% 1798M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.52% 1699M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.52% 1672M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.48% 1568M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.47% 1518M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000891dfdd0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.46% 1498M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.46% 1482M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.45% 1460M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] 0.44% 1435M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] 0.44% 1411M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000891dfdd0#merge() [Interpreted code] 0.42% 1356M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.41% 1314M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.38% 1236M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.38% 1222M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000891dfdd0#merge() [Interpreted code] 0.37% 1204M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.37% 1184M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.35% 1141M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.33% 1057M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.32% 1043M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 0.32% 1038M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000891f0680#call() [JIT compiled code] 0.30% 963M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] 0.26% 841M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.26% 830M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] 0.25% 821M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.24% 770M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.19% 612M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.18% 596M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=12 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2043.29 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 523318 events (total: 324302M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 11.17% 36232M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 9.01% 29217M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000891f0680#call() [JIT compiled code] 8.95% 29012M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000891f0680#call() [JIT compiled code] 8.80% 28534M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000891f0680#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 6.14% 19902M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 5.47% 17726M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.96% 16094M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.86% 15777M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 4.77% 15469M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 2.59% 8401M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.54% 5000M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.54% 4994M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000891f0680#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 1.29% 4183M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.26% 4076M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000891f0680#call() [JIT compiled code] 1.19% 3844M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 1.17% 3785M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000891dfdd0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 1.01% 3275M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.01% 3275M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000891f0680#call() [JIT compiled code] 1.00% 3249M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.86% 2775M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] 0.81% 2628M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.80% 2581M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.73% 2364M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.55% 1798M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000891dfdd0#merge() [Interpreted code] 0.51% 1654M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.51% 1644M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.50% 1612M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.48% 1568M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.47% 1518M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000891dfdd0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 0.46% 1498M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.46% 1482M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.45% 1449M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.44% 1411M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000891dfdd0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 0.42% 1356M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.41% 1314M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.38% 1236M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.38% 1222M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000891dfdd0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 0.37% 1204M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.37% 1184M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.34% 1089M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000891f0680#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.33% 1057M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.32% 1043M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000891dfdd0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 0.32% 1023M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000891f0680#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x00000000891f0bd8#run() [JIT compiled code] 0.31% 991M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.30% 963M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():440 [Interpreted code] 0.30% 957M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.27% 863M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.26% 841M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.26% 830M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():440 [Interpreted code] 0.25% 821M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] move log to /l/logs.nightly/2026.05.14.04.42.39/fastIndexMediumDocsWithVectorsQuantized.log move vmstat log to /l/logs.nightly/2026.05.14.04.42.39/fastIndexMediumDocsWithVectorsQuantized.vmstat.log move top log to /l/logs.nightly/2026.05.14.04.42.39/fastIndexMediumDocsWithVectorsQuantized.top.log [2026-05-14 20:38:30.893323] took 7029.5 sec [2026-05-14 20:38:30.897278] medIndexVectorsAtClose None [2026-05-14 20:38:30.907222] build nrt medium index /l/indices/wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M: now create cd /l/trunk.nightly/lucene/benchmark NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log /l/logs.nightly/nightly.wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.log run: ['/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-classpath', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr', '-XX:+UnlockDiagnosticVMOptions', '-XX:+DebugNonSafepoints', 'perf.Indexer', '-dirImpl', 'MMapDirectory', '-indexPath', '/l/indices/wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M', '-analyzer', 'StandardAnalyzerNoStopWords', '-lineDocsFile', '/l/data/enwiki-20110115-lines-1k-fixed-with-random-labels.bin', '-docCountLimit', '27625038', '-threadCount', '36', '-dvfields', '-useCMS', '-ramBufferMB', '2048', '-maxBufferedDocs', '-1', '-postingsFormat', 'Lucene104', '-waitForMerges', '-mergePolicy', 'TieredMergePolicy', '-idFieldPostingsFormat', 'Lucene104', '-idFieldPostingsFormat', 'Lucene104', '-waitForCommit', '-hnswThreadsPerMerge', '1', '-hnswThreadPoolCount', '1'], cwd=/l/trunk.nightly/lucene/benchmark vmstatLogFile=/l/logs.nightly/nightly.vmstat.log topLogFile=/l/logs.nightly/nightly.top.log run vmstat: /usr/sbin/vmstat --active --wide --timestamp --unit M 1 > /l/logs.nightly/nightly.vmstat.log 2>&1 & run /usr/sbin/ps -eo pid,%cpu,%mem,bsdtime,etime,start,args --cols=120 --sort=-%cpu | head -10 >> /l/logs.nightly/nightly.top.log 2>&1 to /l/logs.nightly/nightly.top.log now kill vmstat: pid=1317835 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Version: 2.1 Chunks: 18 Start: 2026-05-15 00:38:31 (UTC) Duration: 153 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 4645281 111344157 jdk.CPUTimeSample 3706923 65076630 jdk.FileRead 796613 18927613 jdk.ObjectAllocationInNewTLAB 268506 4857357 jdk.ObjectAllocationOutsideTLAB 75136 1238975 jdk.BooleanFlag 12456 395186 jdk.Compilation 7129 184507 jdk.CPULoad 2741 54212 jdk.UnsignedIntFlag 1116 38588 jdk.IntFlag 1008 36206 jdk.Checkpoint 937 30848933 jdk.StringFlag 810 30453 jdk.GarbageCollection 49 1168 jdk.CPUInformation 18 27031 jdk.GCConfiguration 18 463 jdk.JVMInformation 18 20065 jdk.Metadata 18 1989482 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for cpu at stackSize=1 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 224.18 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3706923 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 6.93% 257029 java.lang.Integer#rotateLeft():1650 [Inlined code] 5.55% 205835 java.lang.Character#codePointAtImpl():9670 [Inlined code] 5.36% 198699 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 4.52% 167429 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 3.67% 136197 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 2.95% 109431 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] 2.87% 106498 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 2.76% 102345 java.lang.Character#isHighSurrogate():9464 [Inlined code] 2.55% 94506 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 1.82% 67326 java.lang.Character#codePointAt():9662 [Inlined code] 1.79% 66253 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.59% 58882 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.43% 52871 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.40% 51787 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 1.23% 45612 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.15% 42591 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.06% 39309 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 1.05% 39098 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 1.03% 38198 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 0.98% 36440 java.lang.Character#toChars():9872 [Inlined code] 0.95% 35343 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] 0.81% 30207 java.lang.ThreadLocal#get():171 [Inlined code] 0.79% 29292 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.76% 28005 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] 0.75% 27659 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] 0.68% 25263 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] 0.63% 23496 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.59% 21729 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] 0.56% 20817 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.56% 20745 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.55% 20477 java.lang.Character#toLowerCase():11251 [Inlined code] 0.52% 19159 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] 0.51% 18918 org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] 0.50% 18458 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] 0.49% 18055 org.apache.lucene.util.BytesRefHash#add():331 [JIT compiled code] 0.48% 17638 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] 0.47% 17308 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.46% 17068 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.44% 16228 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] 0.43% 15859 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.43% 15844 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.42% 15708 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] 0.42% 15586 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.40% 14649 java.lang.Character#codePointAt():9665 [Inlined code] 0.39% 14525 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] 0.39% 14362 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.38% 14000 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.35% 13084 org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] 0.35% 12943 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] 0.35% 12865 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for cpu at stackSize=2 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 224.18 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3706923 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 6.93% 257029 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 5.55% 205835 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 4.51% 167306 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 3.67% 136196 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 2.94% 109133 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 2.86% 105876 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 2.75% 101843 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 2.55% 94506 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 1.79% 66253 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.65% 61010 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 1.59% 58882 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.51% 55979 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 1.43% 52870 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.40% 51766 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.38% 51272 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 1.27% 47002 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 1.23% 45612 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 1.20% 44446 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 1.15% 42591 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.06% 39308 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 0.98% 36440 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 0.95% 35343 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 0.75% 27985 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.75% 27648 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] 0.70% 26121 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] 0.68% 25263 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] at org.apache.lucene.document.IntField#setIntValue():97 [Inlined code] 0.63% 23493 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.59% 21729 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] 0.56% 20804 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] 0.55% 20490 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.55% 20283 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.52% 19159 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] 0.51% 18754 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.50% 18461 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] 0.50% 18458 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.48% 17967 org.apache.lucene.util.BytesRefHash#add():331 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] 0.48% 17635 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.47% 17247 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.46% 17057 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.45% 16512 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.44% 16218 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] at org.apache.lucene.index.DocIDMerger$SequentialDocIDMerger#next():123 [Inlined code] 0.43% 15846 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.42% 15667 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.41% 15202 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.39% 14530 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.39% 14525 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.39% 14362 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.37% 13577 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.35% 13084 org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [JIT compiled code] 0.35% 12943 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for cpu at stackSize=4 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 224.18 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3706923 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 6.91% 256200 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] 5.40% 200147 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 4.51% 167300 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 3.52% 130393 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 2.68% 99405 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 2.54% 94092 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] 1.79% 66253 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 1.64% 60830 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.57% 58366 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 1.51% 56088 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] 1.43% 52870 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] 1.40% 51765 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 1.30% 48277 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] 1.26% 46641 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 1.23% 45612 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] 1.17% 43226 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 1.15% 42591 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.09% 40288 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 1.08% 40080 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 1.04% 38404 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] 1.00% 37238 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 0.98% 36440 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.95% 35343 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] 0.75% 27985 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.75% 27648 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.70% 26035 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] at perf.LineFileDocs#nextDoc():610 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.68% 25147 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] at org.apache.lucene.document.IntField#setIntValue():97 [Inlined code] at perf.LineFileDocs#nextDoc():744 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.64% 23862 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#nextPosition():501 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] 0.63% 23490 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.59% 21723 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] 0.55% 20283 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.54% 19978 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] 0.52% 19159 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():56 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():49 [Inlined code] 0.50% 18458 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.48% 17635 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.47% 17361 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] 0.47% 17247 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.46% 17055 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():169 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.45% 16512 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.43% 16073 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] 0.42% 15667 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.41% 15137 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#postings():250 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.39% 14525 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.39% 14394 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.39% 14361 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 0.38% 14259 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#byteAt():77 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#getBucket():207 [Inlined code] 0.38% 14213 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 0.36% 13471 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 0.35% 13038 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] at org.apache.lucene.index.DocIDMerger$SequentialDocIDMerger#next():123 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextDoc():100 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.35% 12926 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for cpu at stackSize=8 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 224.18 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3706923 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 2.95% 109230 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 2.83% 104878 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 2.68% 99405 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] 2.57% 95269 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 2.51% 93028 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 2.44% 90399 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] 2.16% 80148 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 2.13% 79132 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 2.04% 75620 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.51% 56088 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008f1e66b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.19% 43975 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 1.17% 43322 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.17% 43193 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.09% 40254 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.06% 39263 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] 1.02% 37796 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 0.98% 36354 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.95% 35340 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.89% 32999 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] 0.87% 32297 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.84% 31214 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 0.81% 29980 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.75% 27644 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 0.71% 26271 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.70% 26100 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.70% 26035 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] at perf.LineFileDocs#nextDoc():610 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.68% 25365 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] 0.68% 25147 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] at org.apache.lucene.document.IntField#setIntValue():97 [Inlined code] at perf.LineFileDocs#nextDoc():744 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.62% 22947 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#nextPosition():501 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 0.62% 22912 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] 0.60% 22367 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.60% 22179 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.59% 22018 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.59% 22012 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.59% 21722 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 0.55% 20503 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.49% 18287 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] 0.47% 17485 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.47% 17246 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 0.45% 16723 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.45% 16672 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.45% 16623 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.44% 16318 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.42% 15549 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():56 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():49 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():694 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#readByte():754 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer$3#longValue():396 [Inlined code] 0.41% 15333 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.40% 14683 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#postings():250 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 0.38% 14247 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#byteAt():77 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#getBucket():207 [Inlined code] at org.apache.lucene.util.BytesRefHash$1$1#buildHistogram():223 [JIT compiled code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogramPart2():267 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogramPart1():257 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogram():220 [Inlined code] 0.36% 13519 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 0.36% 13257 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.35% 13140 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for cpu at stackSize=12 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 224.18 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3706923 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 2.91% 107783 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 2.40% 88902 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 2.33% 86341 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 2.14% 79230 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 2.11% 78083 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 2.01% 74467 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 1.91% 70861 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.70% 63034 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.51% 56088 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008f1e66b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [Interpreted code] 1.17% 43383 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 1.15% 42743 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 1.09% 40388 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.02% 37837 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 1.01% 37516 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.00% 37188 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 1.00% 37103 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.98% 36354 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.98% 36296 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.95% 35340 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.86% 31757 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.86% 31715 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.82% 30321 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] 0.81% 30161 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.80% 29485 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.78% 28961 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] 0.75% 27644 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008f1e66b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 0.70% 26035 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] at perf.LineFileDocs#nextDoc():610 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.70% 25884 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.69% 25665 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.68% 25147 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] at org.apache.lucene.document.IntField#setIntValue():97 [Inlined code] at perf.LineFileDocs#nextDoc():744 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.60% 22062 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.59% 21846 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.59% 21832 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.59% 21738 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.58% 21672 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.58% 21411 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.55% 20230 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.53% 19734 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.49% 18004 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.47% 17241 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.45% 16604 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.45% 16505 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.44% 16358 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.43% 16120 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.42% 15517 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():56 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():49 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():694 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#readByte():754 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer$3#longValue():396 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():289 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.41% 15261 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.38% 13964 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] 0.36% 13318 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.36% 13256 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.35% 13035 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] at org.apache.lucene.index.DocIDMerger$SequentialDocIDMerger#next():123 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextDoc():100 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008f1e66b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for heap at stackSize=1 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 224.18 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 343608 events (total: 337741M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.62% 52764M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 8.86% 29918M java.lang.StringUTF16#compress():212 [Inlined code] 8.75% 29562M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 6.69% 22606M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 6.64% 22416M perf.LineFileDocs#readDocs():176 [JIT compiled code] 4.20% 14201M java.lang.StringUTF16#compress():216 [Inlined code] 3.45% 11644M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 3.24% 10931M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 3.13% 10585M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.84% 9608M org.apache.lucene.util.BytesRef#():71 [Inlined code] 2.61% 8821M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 2.29% 7744M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 1.92% 6488M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.91% 6447M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.85% 6245M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.65% 5585M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.62% 5482M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.57% 5294M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.56% 5256M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.38% 4666M java.util.TreeMap#keyIterator():1421 [Inlined code] 1.21% 4103M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.17% 3961M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 1.17% 3945M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.78% 2617M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.59% 1996M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.59% 1979M java.nio.HeapByteBuffer#():75 [Inlined code] 0.55% 1846M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] 0.55% 1844M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.54% 1817M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.53% 1791M java.util.ArrayList#grow():240 [Inlined code] 0.47% 1573M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.46% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] 0.43% 1445M java.lang.Long#valueOf():1000 [Inlined code] 0.42% 1430M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.42% 1416M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] 0.37% 1260M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.35% 1196M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.32% 1069M perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.31% 1057M java.util.ArrayDeque#():179 [Inlined code] 0.31% 1030M perf.LineFileDocs#intToID():305 [Inlined code] 0.30% 1008M org.apache.lucene.document.IntField#binaryValue():87 [JIT compiled code] 0.29% 979M perf.LineFileDocs#nextDoc():654 [JIT compiled code] 0.28% 959M perf.LineFileDocs#intToID():299 [Inlined code] 0.26% 890M org.apache.lucene.document.LongField#binaryValue():90 [JIT compiled code] 0.26% 889M perf.LineFileDocs#nextDoc():739 [JIT compiled code] 0.25% 845M java.util.List#of():935 [Inlined code] 0.25% 830M org.apache.lucene.document.LongField#binaryValue():88 [JIT compiled code] 0.24% 810M org.apache.lucene.document.IntField#binaryValue():85 [JIT compiled code] 0.24% 805M org.apache.lucene.util.PagedBytes$PagedBytesDataOutput#writeBytes():412 [Inlined code] 0.23% 784M perf.LineFileDocs#nextDoc():652 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for heap at stackSize=2 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 224.18 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 343608 events (total: 337741M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.60% 52698M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 8.86% 29918M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 8.75% 29562M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 6.69% 22606M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 6.64% 22416M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.20% 14201M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 3.45% 11644M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 3.09% 10422M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.76% 9330M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 2.60% 8788M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.51% 8466M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 2.29% 7744M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 1.92% 6488M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.91% 6447M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.85% 6245M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.65% 5585M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.62% 5482M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.57% 5294M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.56% 5256M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.38% 4666M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 1.21% 4103M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.17% 3961M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.17% 3945M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.76% 2583M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.73% 2465M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.59% 1982M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.59% 1979M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 0.55% 1844M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.53% 1791M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.47% 1573M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.46% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.43% 1445M java.lang.Long#valueOf():1000 [Inlined code] at org.apache.lucene.document.Field#setLongValue():381 [Inlined code] 0.42% 1430M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.42% 1416M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.35% 1196M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.32% 1069M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.31% 1057M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.31% 1030M perf.LineFileDocs#intToID():305 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.29% 979M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.29% 968M org.apache.lucene.document.IntField#binaryValue():87 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():808 [Inlined code] 0.28% 959M perf.LineFileDocs#intToID():299 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.27% 926M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():742 [JIT compiled code] 0.27% 921M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.27% 920M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.27% 915M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.27% 902M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.26% 889M perf.LineFileDocs#nextDoc():739 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.25% 845M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1847 [JIT compiled code] 0.24% 815M org.apache.lucene.document.LongField#binaryValue():90 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():808 [Inlined code] 0.24% 805M org.apache.lucene.util.PagedBytes$PagedBytesDataOutput#writeBytes():412 [Inlined code] at org.apache.lucene.index.BinaryDocValuesWriter#addValue():87 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for heap at stackSize=4 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 224.18 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 343608 events (total: 337741M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.60% 52698M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.69% 29350M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 8.04% 27158M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 6.64% 22416M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.09% 17180M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] 4.18% 14132M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 3.06% 10339M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.59% 8749M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.48% 8383M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 2.29% 7744M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.92% 6488M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.88% 6345M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 1.85% 6245M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.76% 5954M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 1.65% 5585M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.62% 5482M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.61% 5426M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 1.57% 5294M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.56% 5256M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.38% 4666M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] 1.21% 4103M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.17% 3961M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.07% 3608M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] 1.05% 3550M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.94% 3167M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.90% 3037M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at perf.LineFileDocs#nextDoc():739 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.73% 2465M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.71% 2381M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():68 [JIT compiled code] 0.59% 1982M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.55% 1856M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000008f13d7a8#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.54% 1817M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef():91 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():343 [JIT compiled code] 0.53% 1791M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.46% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.43% 1460M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.42% 1416M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] 0.42% 1413M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.35% 1196M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.34% 1158M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.32% 1069M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.31% 1057M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():138 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.31% 1030M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.31% 1030M perf.LineFileDocs#intToID():305 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.29% 979M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.28% 959M perf.LineFileDocs#intToID():299 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.28% 959M org.apache.lucene.document.IntField#binaryValue():87 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():808 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.28% 941M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValue():57 [Inlined code] at perf.LineFileDocs#nextDoc():763 [JIT compiled code] 0.27% 928M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():742 [JIT compiled code] 0.27% 926M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():742 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.27% 921M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.27% 920M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for heap at stackSize=8 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 224.18 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 343608 events (total: 337741M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.60% 52698M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.99% 26986M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 6.64% 22416M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.17% 14089M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 4.06% 13696M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 2.40% 8107M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] 2.29% 7744M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.06% 6944M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] 1.88% 6345M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 1.62% 5483M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.62% 5482M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.61% 5427M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 1.61% 5426M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008f1e66b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.57% 5294M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.55% 5222M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 1.54% 5191M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.48% 4996M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008f1e66b0#merge() [Interpreted code] 1.42% 4808M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 1.32% 4450M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 1.21% 4103M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.18% 3986M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():172 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 1.16% 3901M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008f1e66b0#merge() [Interpreted code] 1.03% 3493M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.98% 3301M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.94% 3167M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.90% 3037M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at perf.LineFileDocs#nextDoc():739 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.90% 3035M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.83% 2795M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.83% 2786M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.77% 2615M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.77% 2584M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.75% 2532M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.74% 2500M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.74% 2494M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 0.70% 2359M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.63% 2136M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():68 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():808 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.62% 2092M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.61% 2073M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.59% 1982M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.50% 1675M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000008f13d7a8#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] at org.apache.lucene.store.ByteBuffersDataOutput#writeByte():187 [Inlined code] at org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#append():138 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():488 [JIT compiled code] 0.49% 1644M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] 0.47% 1599M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.46% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.45% 1520M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.43% 1460M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.43% 1441M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] 0.37% 1237M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.35% 1196M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.33% 1115M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.32% 1083M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef():91 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():343 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for heap at stackSize=12 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 224.18 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 343608 events (total: 337741M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.60% 52698M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.99% 26986M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 6.64% 22416M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.17% 14089M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 4.06% 13696M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008f1e66b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 2.29% 7744M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.07% 7002M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] 1.88% 6345M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008f1e66b0#merge() [Interpreted code] 1.76% 5959M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] 1.61% 5426M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008f1e66b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 1.55% 5222M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008f1e66b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 1.54% 5188M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.53% 5164M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.48% 5012M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.48% 4996M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008f1e66b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 1.42% 4812M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.35% 4562M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.27% 4288M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.21% 4103M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.16% 3929M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 1.16% 3901M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008f1e66b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 1.02% 3449M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.94% 3167M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.91% 3065M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.90% 3037M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at perf.LineFileDocs#nextDoc():739 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.89% 3018M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.83% 2795M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.74% 2494M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.70% 2375M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 0.68% 2312M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.67% 2260M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.66% 2235M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 0.64% 2172M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.63% 2136M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():68 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():808 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.62% 2077M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.59% 1993M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 0.59% 1982M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008f1e66b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.55% 1843M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.53% 1793M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():172 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 0.49% 1643M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000008f13d7a8#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] at org.apache.lucene.store.ByteBuffersDataOutput#writeByte():187 [Inlined code] at org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#append():138 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():488 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm():1039 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():995 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.47% 1599M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008f1e66b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.46% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.44% 1498M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.43% 1460M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.41% 1378M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] 0.37% 1251M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [JIT compiled code] 0.37% 1237M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.36% 1208M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():172 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] 0.35% 1196M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.33% 1115M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] move log to /l/logs.nightly/2026.05.14.04.42.39/nrtIndexMediumDocs.log move vmstat log to /l/logs.nightly/2026.05.14.04.42.39/nrtIndexMediumDocs.vmstat.log move top log to /l/logs.nightly/2026.05.14.04.42.39/nrtIndexMediumDocs.top.log [2026-05-14 20:42:54.218875] took 152.6 sec [2026-05-14 20:42:54.222928] run CheckIndex [2026-05-14 20:42:54.223001] RUN: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -classpath "/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build" -ea org.apache.lucene.index.CheckIndex -threadCount 16 -level 2 "/l/indices/wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M/index" > /l/logs.nightly/2026.05.14.04.42.39/checkIndex.nrtIndexMediumDocs.log 2>&1 [2026-05-14 20:50:22.228997] took 448.0 sec [2026-05-14 20:50:22.230577] nrtMedIndexAtClose 30 segments: segments_2: _78(11.0.0):C6848159 _1a(11.0.0):C432789 _1k(11.0.0):C561221 _1v(11.0.0):C703762 _5p(11.0.0):C6943130 _43(11.0.0):C907722 _6b(11.0.0):C911493 _6s(11.0.0):C896181 _6k(11.0.0):C908554 _70(11.0.0):C919976 _7g(11.0.0):C898884 _7w(11.0.0):C930489 _7o(11.0.0):C891137 _8e(11.0.0):C905215 _85(11.0.0):C879107 _8k(11.0.0):C819724 _8i(11.0.0):C905662 _7f(11.0.0):C117215 _81(11.0.0):C53418 _7r(11.0.0):C87370 _8j(11.0.0):c107913 _7h(11.0.0):C115964 _84(11.0.0):C44470 _8l(11.0.0):C556392 _7q(11.0.0):C85468 _83(11.0.0):C43386 _87(11.0.0):C33663 _89(11.0.0):C29438 _82(11.0.0):C47834 _86(11.0.0):C39302 [2026-05-14 20:50:22.230739] RUN: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -classpath "/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build" perf.NRTPerfTest MMapDirectory "/l/indices/wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M/index" multi "/l/data/enwiki-20110115-lines-1k-fixed-with-random-labels.bin" 17 1103 1800 4 1 1 update 5 no 0.0 body10.tasks> /l/logs.nightly/2026.05.14.04.42.39/nrt.log 2>&1 [2026-05-14 21:20:23.349816] took 1801.1 sec [2026-05-14 21:20:23.354390] drop: 485.7 498.9 502.2 503.4 512.5 515.9 524.1 527.3 527.5 529.9 529.9 530.5 531.1 531.3 531.4 531.5 531.6 531.8 532.0 532.1 532.2 532.2 532.6 532.6 533.0 533.0 533.0 533.1 533.1 533.2 533.4 533.4 533.7 533.9 539.4 [2026-05-14 21:20:23.354768] times: 19.2 19.4 19.6 19.9 20.1 20.3 20.6 20.6 20.7 20.8 20.8 21.0 21.0 21.1 21.2 21.2 21.3 21.3 21.3 21.4 21.4 21.4 21.4 21.6 21.6 21.6 21.7 21.7 21.8 21.8 21.8 21.9 21.9 21.9 21.9 21.9 21.9 21.9 21.9 21.9 22.0 22.0 22.1 22.1 22.1 22.2 22.2 22.4 22.4 22.4 22.5 22.6 22.6 22.6 22.6 22.7 22.7 22.7 22.7 22.8 22.8 22.8 22.8 22.8 22.8 22.9 22.9 23.0 23.0 23.0 23.0 23.1 23.1 23.1 23.2 23.2 23.2 23.2 23.2 23.3 23.4 23.4 23.4 23.4 23.4 23.4 23.4 23.5 23.6 23.6 23.6 23.6 23.7 23.7 23.7 23.7 23.7 23.8 23.8 23.8 23.8 23.9 23.9 23.9 23.9 24.0 24.0 24.1 24.1 24.2 24.3 24.3 24.3 24.3 24.3 24.3 24.4 24.4 24.4 24.4 24.5 24.5 24.5 24.5 24.5 24.6 24.6 24.6 24.7 24.7 24.7 24.7 24.7 24.8 24.8 24.8 24.8 24.9 24.9 24.9 24.9 25.0 25.0 25.0 25.0 25.1 25.1 25.1 25.1 25.1 25.1 25.2 25.2 25.2 25.2 25.2 25.2 25.2 25.3 25.3 25.3 25.3 25.3 25.3 25.3 25.4 25.4 25.4 25.4 25.4 25.4 25.6 25.6 25.6 25.6 25.7 25.7 25.8 25.8 25.8 25.8 25.8 25.8 25.9 25.9 25.9 25.9 26.0 26.0 26.0 26.0 26.0 26.0 26.0 26.0 26.0 26.1 26.1 26.1 26.1 26.1 26.2 26.2 26.2 26.3 26.3 26.3 26.3 26.3 26.3 26.4 26.4 26.4 26.4 26.4 26.5 26.5 26.5 26.5 26.5 26.5 26.6 26.6 26.6 26.7 26.7 26.7 26.7 26.8 26.8 26.8 26.8 26.9 26.9 26.9 26.9 26.9 26.9 27.0 27.0 27.0 27.0 27.0 27.1 27.1 27.1 27.1 27.1 27.2 27.3 27.4 27.4 27.4 27.5 27.5 27.6 27.6 27.6 27.7 27.7 27.7 27.7 27.7 27.7 27.8 27.8 27.9 27.9 27.9 27.9 27.9 27.9 28.0 28.0 28.1 28.1 28.1 28.2 28.2 28.2 28.3 28.3 28.3 28.3 28.3 28.4 28.4 28.4 28.4 28.4 28.4 28.4 28.5 28.5 28.5 28.5 28.5 28.6 28.6 28.6 28.7 28.7 28.7 28.7 28.7 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 28.9 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.3 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.4 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.3 33.3 33.3 33.3 33.3 33.3 33.4 33.4 33.5 33.5 33.5 33.5 33.5 33.6 33.7 33.8 33.8 33.8 33.8 34.1 34.2 34.3 34.3 34.4 34.5 34.5 34.5 34.8 34.8 34.9 35.1 35.2 35.2 35.4 35.8 36.0 36.0 36.0 36.2 36.2 36.5 36.8 36.9 37.0 37.2 37.2 37.2 37.3 37.7 37.9 37.9 38.1 38.3 38.3 38.3 38.7 38.8 39.1 39.4 39.5 39.7 40.2 41.6 42.6 46.7 150.4 164.1 164.5 169.0 189.0 190.0 193.9 194.2 198.2 204.9 205.9 207.1 208.3 208.8 214.8 215.7 216.4 218.6 219.1 219.3 219.4 219.5 219.8 219.9 220.0 220.2 220.8 220.9 221.2 221.2 221.8 222.3 223.6 223.6 223.9 224.0 224.8 224.8 225.3 226.0 226.6 227.5 229.3 230.3 237.0 243.4 247.2 248.7 254.1 254.9 257.0 258.1 262.3 265.1 265.4 270.1 272.0 282.8 284.2 285.7 287.9 288.1 288.9 291.4 292.6 300.5 305.8 307.8 308.8 309.0 311.5 313.6 317.8 317.9 321.9 328.4 331.8 335.3 336.9 337.9 339.1 340.2 344.5 345.1 346.8 347.6 347.7 347.9 348.6 348.8 349.1 349.4 349.9 350.5 350.6 350.8 351.1 351.1 351.4 351.5 351.8 352.3 352.5 352.6 352.8 353.4 355.8 357.7 358.6 360.1 360.7 361.7 361.7 364.8 368.7 370.3 375.0 378.8 382.3 385.8 386.9 390.2 392.6 395.9 398.4 400.9 401.8 404.3 407.9 410.9 418.3 424.4 429.0 430.1 435.5 438.0 441.2 444.9 446.0 450.8 454.2 454.3 454.5 454.8 456.3 456.7 457.7 457.8 458.6 458.6 459.4 460.0 460.5 461.1 461.3 461.8 463.0 463.9 464.6 464.8 465.1 465.4 467.6 467.8 468.0 468.3 469.1 470.3 470.3 470.6 471.1 471.4 471.8 472.1 473.0 473.9 475.2 475.2 475.9 476.6 477.8 479.1 479.6 479.9 482.9 [2026-05-14 21:20:23.354907] NRT reopen time (msec) mean=63.1092 stdDev=100.8483 [2026-05-14 21:20:23.354913] run CheckIndex [2026-05-14 21:20:23.354986] RUN: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -classpath "/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build" -ea org.apache.lucene.index.CheckIndex -threadCount 16 -level 2 "/l/indices/wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M/index" > /l/logs.nightly/2026.05.14.04.42.39/checkIndex.nrt.log 2>&1 [2026-05-14 21:27:50.017774] took 446.7 sec [2026-05-14 21:27:51.006990] build big index (fast) /l/indices/wikibig.trunk.nightly.Lucene104.nd5.98205M: now create cd /l/trunk.nightly/lucene/benchmark NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log /l/logs.nightly/nightly.wikibig.trunk.nightly.Lucene104.nd5.98205M.log run: ['/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-classpath', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr', '-XX:+UnlockDiagnosticVMOptions', '-XX:+DebugNonSafepoints', 'perf.Indexer', '-dirImpl', 'MMapDirectory', '-indexPath', '/l/indices/wikibig.trunk.nightly.Lucene104.nd5.98205M', '-analyzer', 'StandardAnalyzerNoStopWords', '-lineDocsFile', '/l/data/enwiki-20110115-lines-with-random-label.bin', '-docCountLimit', '5982049', '-threadCount', '36', '-useCMS', '-ramBufferMB', '2048', '-maxBufferedDocs', '-1', '-postingsFormat', 'Lucene104', '-mergePolicy', 'TieredMergePolicy', '-idFieldPostingsFormat', 'Lucene104', '-idFieldPostingsFormat', 'Lucene104', '-hnswThreadsPerMerge', '1', '-hnswThreadPoolCount', '1'], cwd=/l/trunk.nightly/lucene/benchmark vmstatLogFile=/l/logs.nightly/nightly.vmstat.log topLogFile=/l/logs.nightly/nightly.top.log run vmstat: /usr/sbin/vmstat --active --wide --timestamp --unit M 1 > /l/logs.nightly/nightly.vmstat.log 2>&1 & run /usr/sbin/ps -eo pid,%cpu,%mem,bsdtime,etime,start,args --cols=120 --sort=-%cpu | head -10 >> /l/logs.nightly/nightly.top.log 2>&1 to /l/logs.nightly/nightly.top.log now kill vmstat: pid=1348669 Profiler summary for /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Version: 2.1 Chunks: 14 Start: 2026-05-15 01:27:51 (UTC) Duration: 108 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 3902471 81125203 jdk.CPUTimeSample 2939822 51401903 jdk.FileRead 624167 14662065 jdk.ObjectAllocationInNewTLAB 477656 8380674 jdk.ObjectAllocationOutsideTLAB 132737 2122235 jdk.BooleanFlag 9688 305906 jdk.Compilation 5895 151569 jdk.CPULoad 1929 37980 jdk.UnsignedIntFlag 868 29882 jdk.IntFlag 784 28042 jdk.Checkpoint 727 23548400 jdk.StringFlag 630 23410 jdk.GarbageCollection 41 970 jdk.CPUInformation 14 21022 jdk.GCConfiguration 14 358 jdk.JVMInformation 14 14582 jdk.Metadata 14 1547373 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=1 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 174.91 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2939820 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 9.52% 279936 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 5.28% 155300 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 4.50% 132366 java.lang.Integer#rotateLeft():1650 [Inlined code] 3.71% 109042 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 3.34% 98148 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 3.29% 96656 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 3.18% 93555 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 2.65% 77804 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 2.10% 61679 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.87% 54915 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] 1.61% 47200 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 1.57% 46032 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.54% 45344 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 1.53% 44905 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.44% 42336 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.23% 36263 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 1.12% 32955 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 1.08% 31607 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] 1.06% 31137 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] 0.93% 27474 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] 0.90% 26513 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 0.83% 24399 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 0.76% 22298 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.73% 21600 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.72% 21258 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 0.67% 19802 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1032 [JIT compiled code] 0.64% 18856 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.64% 18711 java.lang.ThreadLocal#get():171 [Inlined code] 0.63% 18434 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():980 [JIT compiled code] 0.61% 17808 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.54% 15966 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] 0.50% 14729 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.49% 14459 org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] 0.49% 14408 java.lang.Character#isHighSurrogate():9464 [Inlined code] 0.49% 14334 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.46% 13616 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] 0.45% 13358 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.45% 13314 java.lang.Character#toLowerCase():11251 [Inlined code] 0.44% 13064 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.44% 12815 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] 0.43% 12740 org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.43% 12617 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.42% 12395 java.lang.Character#codePointAtImpl():9670 [Inlined code] 0.42% 12370 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] 0.40% 11695 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():974 [JIT compiled code] 0.39% 11430 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] 0.38% 11243 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.38% 11235 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.37% 10839 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] 0.37% 10754 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=2 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 174.91 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2939820 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 9.52% 279883 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 4.50% 132366 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 3.71% 109040 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 3.34% 98053 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 3.29% 96599 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 2.65% 77804 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 2.31% 67794 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 2.10% 61679 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 1.87% 54835 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 1.62% 47697 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 1.61% 47193 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] 1.57% 46032 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.55% 45651 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.54% 45330 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 1.53% 44905 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 1.44% 42336 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.23% 36263 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 1.12% 32835 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 1.07% 31601 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():46 [Inlined code] 1.07% 31321 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 1.06% 31127 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.93% 27463 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.89% 26087 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] 0.83% 24398 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 0.79% 23350 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 0.76% 22298 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.67% 19802 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1032 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.64% 18706 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] 0.63% 18434 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():980 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.61% 17808 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.57% 16873 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.56% 16338 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.54% 15974 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.54% 15957 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] 0.50% 14701 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.49% 14449 org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [Inlined code] 0.48% 14219 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.48% 14141 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 0.48% 14092 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.46% 13601 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.45% 13249 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.44% 12815 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] 0.43% 12740 org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] 0.42% 12395 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 0.41% 12143 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] at org.apache.lucene.codecs.lucene104.ForUtil#encode():96 [Inlined code] 0.41% 12140 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] at perf.LineFileDocs#nextDoc():648 [JIT compiled code] 0.40% 11695 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():974 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.39% 11422 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.38% 11243 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [JIT compiled code] 0.38% 11233 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=4 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 174.91 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2939820 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 9.52% 279883 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] 4.48% 131777 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] 3.66% 107561 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 3.33% 97848 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 2.65% 77798 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] 2.10% 61670 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 1.66% 48914 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 1.65% 48542 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] 1.63% 47954 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] 1.56% 46007 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 1.54% 45279 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 1.48% 43506 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.44% 42333 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.43% 41990 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.07% 31601 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():46 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] 1.07% 31351 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 1.06% 31101 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 1.05% 30799 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.95% 27828 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 0.93% 27462 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.92% 26903 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] 0.90% 26499 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] 0.89% 26087 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.88% 25886 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#nextPosition():501 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] 0.83% 24398 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] 0.77% 22699 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.76% 22297 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 0.76% 22206 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 0.67% 19798 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1032 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.66% 19356 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.63% 18566 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.63% 18431 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():980 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.61% 17807 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.60% 17539 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] at perf.LineFileDocs#nextDoc():610 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.57% 16873 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] 0.54% 15973 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():169 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.54% 15957 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.50% 14699 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.48% 14218 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.47% 13904 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#postings():250 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.46% 13599 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.45% 13245 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.44% 12909 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.40% 11693 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():974 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.39% 11427 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] at perf.LineFileDocs#nextDoc():648 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.39% 11403 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.38% 11295 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] at org.apache.lucene.codecs.lucene104.ForUtil#encode():96 [Inlined code] at org.apache.lucene.codecs.lucene104.PForUtil#encode():102 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.38% 11239 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.37% 10733 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] 0.36% 10682 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=8 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 174.91 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2939820 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 4.61% 135514 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 4.09% 120374 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 2.89% 84857 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 2.20% 64666 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] 2.13% 62668 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] 2.01% 59149 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.66% 48780 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.63% 47954 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000931cdbb8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.58% 46589 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.57% 46074 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.36% 40104 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 1.32% 38727 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 1.06% 31302 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.03% 30184 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] 1.02% 30051 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.00% 29505 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] 0.98% 28806 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.98% 28742 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] 0.87% 25682 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.86% 25412 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.85% 24900 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.83% 24541 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#nextPosition():501 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 0.75% 22123 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.72% 21114 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.70% 20671 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.70% 20645 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.70% 20509 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.70% 20488 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] 0.69% 20174 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] 0.61% 17976 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.60% 17539 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] at perf.LineFileDocs#nextDoc():610 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.59% 17439 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.58% 17112 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] 0.57% 16851 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.54% 16003 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():46 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 0.54% 15957 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 0.53% 15593 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():46 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.52% 15308 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.50% 14698 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 0.48% 14080 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 0.45% 13356 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#postings():250 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 0.45% 13140 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.44% 12895 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.42% 12446 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.42% 12360 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.41% 12110 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.40% 11789 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.39% 11456 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.39% 11427 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] at perf.LineFileDocs#nextDoc():648 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.37% 11010 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=12 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 174.91 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2939820 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 4.26% 125102 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 3.77% 110961 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 2.60% 76434 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 2.06% 60462 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 2.01% 59109 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 1.80% 52891 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 1.63% 47954 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000931cdbb8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [Interpreted code] 1.53% 44843 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.43% 41964 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 1.41% 41337 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 1.36% 40104 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.32% 38727 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.96% 28144 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.96% 28083 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.92% 27095 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.88% 25905 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.87% 25531 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.86% 25233 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.84% 24674 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.78% 23046 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.68% 20043 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.67% 19661 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.67% 19564 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.65% 19069 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.63% 18576 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.63% 18430 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.62% 18201 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.60% 17539 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] at perf.LineFileDocs#nextDoc():610 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.54% 16010 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.54% 15957 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000931cdbb8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 0.53% 15576 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.52% 15348 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.51% 14973 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.50% 14691 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] 0.50% 14575 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():46 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.49% 14398 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():46 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():165 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.46% 13527 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.43% 12678 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.41% 11909 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.40% 11670 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.39% 11427 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] at perf.LineFileDocs#nextDoc():648 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.38% 11101 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.36% 10675 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.35% 10353 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.34% 9993 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.33% 9773 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():777 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.33% 9768 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.33% 9760 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.33% 9702 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.33% 9560 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=1 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 174.91 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 610368 events (total: 287868M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.50% 44628M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 12.51% 36009M java.lang.StringUTF16#compress():216 [Inlined code] 8.93% 25692M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 8.72% 25099M java.lang.StringUTF16#compress():212 [Inlined code] 7.45% 21447M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 7.06% 20323M perf.LineFileDocs#readDocs():176 [JIT compiled code] 3.07% 8829M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 2.93% 8446M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 2.87% 8258M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.77% 7961M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 1.85% 5335M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.80% 5173M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.75% 5026M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.74% 5011M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.74% 4999M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.70% 4886M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.63% 4696M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.55% 4463M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.41% 4056M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 1.37% 3940M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 1.15% 3322M perf.LineFileDocs#nextDoc():647 [Interpreted code] 1.09% 3149M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.99% 2845M java.util.TreeMap#keyIterator():1421 [Inlined code] 0.59% 1710M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] 0.54% 1568M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.54% 1549M java.nio.HeapByteBuffer#():75 [Inlined code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] 0.52% 1501M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.48% 1395M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.45% 1284M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.32% 927M java.util.ArrayList#grow():240 [Inlined code] 0.23% 671M java.util.ArrayDeque#():179 [Inlined code] 0.22% 631M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.19% 548M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] 0.17% 479M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] 0.14% 409M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.14% 406M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.13% 382M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.13% 378M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.13% 370M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.13% 361M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.12% 356M perf.LineFileDocs#nextDoc():605 [Interpreted code] 0.12% 344M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] 0.11% 319M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.10% 287M java.util.Arrays#copyOf():3478 [Inlined code] 0.09% 270M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():725 [JIT compiled code] 0.09% 268M perf.LineFileDocs#nextDoc():654 [JIT compiled code] 0.09% 260M perf.LineFileDocs#intToID():305 [Inlined code] 0.08% 237M java.nio.HeapByteBuffer#asReadOnlyBuffer():152 [Inlined code] 0.08% 236M java.lang.Thread#beforeSleep():473 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=2 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 174.91 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 610368 events (total: 287868M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.47% 41647M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 12.51% 36009M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 8.93% 25692M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 8.72% 25099M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 7.45% 21447M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 7.06% 20323M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.06% 8809M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.82% 8127M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.74% 7894M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.59% 7445M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 1.85% 5335M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.80% 5173M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.74% 5011M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.74% 4999M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.73% 4983M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.70% 4886M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.63% 4696M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.51% 4333M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.35% 3883M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.15% 3306M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 1.14% 3285M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 1.09% 3149M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 1.04% 2981M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] 0.99% 2845M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 0.59% 1710M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.54% 1556M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.54% 1549M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.46% 1331M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.45% 1284M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.40% 1145M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.35% 1001M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.32% 927M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.23% 668M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.23% 654M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] 0.17% 479M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] 0.14% 402M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x00000000931ac400#newInvokeSpecial() [Inlined code] 0.14% 388M java.util.ArrayList#iterator():1030 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():126 [Interpreted code] 0.13% 382M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [JIT compiled code] 0.13% 361M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.13% 361M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 0.12% 356M perf.LineFileDocs#nextDoc():605 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.12% 344M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.11% 325M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.11% 324M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():666 [JIT compiled code] 0.11% 319M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.10% 287M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] 0.09% 260M perf.LineFileDocs#intToID():305 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.09% 254M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.09% 252M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=4 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 174.91 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 610368 events (total: 287868M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.47% 41647M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 11.34% 32636M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 7.89% 22710M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 7.42% 21365M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 7.17% 20637M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] 7.06% 20323M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 2.82% 8111M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.74% 7877M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.59% 7442M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 1.85% 5335M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.80% 5173M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.74% 5011M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.74% 4999M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.73% 4983M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.68% 4831M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 1.68% 4828M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 1.63% 4696M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.51% 4333M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.35% 3883M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.24% 3581M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 1.22% 3501M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] 1.15% 3306M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.14% 3285M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.04% 2981M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 1.02% 2928M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.99% 2855M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():649 [Interpreted code] 0.99% 2845M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] 0.59% 1710M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] 0.55% 1570M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():649 [Interpreted code] 0.54% 1556M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.54% 1553M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef():91 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():343 [JIT compiled code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.51% 1480M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000009313a0a8#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.46% 1314M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.44% 1264M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.35% 1001M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.32% 927M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.23% 668M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():138 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.23% 654M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.19% 543M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.17% 493M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.17% 479M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#sort():134 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#radixSort():182 [JIT compiled code] 0.14% 402M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x00000000931ac400#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] 0.14% 399M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [JIT compiled code] 0.14% 388M java.util.ArrayList#iterator():1030 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():126 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] 0.13% 382M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] 0.13% 361M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.index.PointValuesWriter#addPackedValue():68 [Inlined code] 0.12% 356M perf.LineFileDocs#nextDoc():605 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.12% 344M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.11% 325M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=8 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 174.91 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 610368 events (total: 287868M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.47% 41647M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 10.59% 30490M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.46% 21478M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.06% 20323M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.06% 8815M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 2.98% 8572M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 2.45% 7057M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] 1.96% 5650M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 1.74% 5011M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.74% 4999M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.72% 4952M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.68% 4831M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 1.67% 4810M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] 1.67% 4794M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.63% 4696M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.60% 4598M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 1.51% 4355M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 1.39% 4004M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 1.24% 3581M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000931cdbb8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.20% 3466M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 1.15% 3306M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.15% 3305M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 1.14% 3285M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.13% 3250M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000931cdbb8#merge() [Interpreted code] 1.07% 3077M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000931cdbb8#merge() [Interpreted code] 1.04% 2981M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 1.00% 2881M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.98% 2808M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.98% 2806M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():649 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.97% 2792M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.88% 2545M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():172 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.75% 2145M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.60% 1741M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.60% 1739M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] 0.58% 1670M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] 0.56% 1600M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.55% 1586M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.55% 1570M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():649 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.54% 1556M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.53% 1516M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.50% 1431M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.47% 1359M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 0.46% 1336M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000009313a0a8#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] at org.apache.lucene.store.ByteBuffersDataOutput#writeByte():187 [Inlined code] at org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#append():138 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():488 [JIT compiled code] 0.46% 1326M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 0.43% 1232M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.41% 1190M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef():91 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():343 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] 0.40% 1164M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] 0.37% 1076M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [Inlined code] 0.37% 1052M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=12 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 174.91 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 610368 events (total: 287868M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.47% 41647M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 10.59% 30490M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.46% 21478M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.06% 20323M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 2.98% 8572M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000931cdbb8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 1.93% 5545M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 1.74% 5011M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.68% 4831M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000931cdbb8#merge() [Interpreted code] 1.66% 4779M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.62% 4668M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.60% 4593M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.57% 4526M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.56% 4484M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.51% 4355M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000931cdbb8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] 1.51% 4343M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 1.48% 4248M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] 1.37% 3935M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.24% 3581M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000931cdbb8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 1.16% 3343M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 1.15% 3306M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.14% 3285M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.14% 3270M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.13% 3250M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000931cdbb8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 1.07% 3077M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000931cdbb8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4749 [Interpreted code] 1.04% 2993M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 1.04% 2981M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.98% 2806M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():649 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.96% 2752M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.94% 2694M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.91% 2617M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] 0.75% 2145M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.71% 2047M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.56% 1613M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.55% 1570M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [JIT compiled code] at perf.LineFileDocs#nextDoc():649 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.54% 1563M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.54% 1556M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000931cdbb8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.52% 1495M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.52% 1487M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():155 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.50% 1441M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] 0.47% 1359M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.46% 1328M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000009313a0a8#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] at org.apache.lucene.store.ByteBuffersDataOutput#writeByte():187 [Inlined code] at org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#append():138 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():488 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm():1039 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():995 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.46% 1326M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.45% 1307M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.45% 1299M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] 0.43% 1232M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.39% 1112M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef():91 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():343 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] 0.37% 1052M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] 0.36% 1048M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.36% 1022M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():458 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():406 [Inlined code] move log to /l/logs.nightly/2026.05.14.04.42.39/fastIndexBigDocs.log move vmstat log to /l/logs.nightly/2026.05.14.04.42.39/fastIndexBigDocs.vmstat.log move top log to /l/logs.nightly/2026.05.14.04.42.39/fastIndexBigDocs.top.log [2026-05-14 21:31:15.213990] took 81.9 sec [2026-05-14 21:31:15.215080] bigIndexAtClose None [2026-05-14 21:31:15.216192] build search index (fixed segments) /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M: now create cd /l/trunk.nightly/lucene/benchmark NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log /l/logs.nightly/nightly.wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.log run: ['/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-classpath', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr', '-XX:+UnlockDiagnosticVMOptions', '-XX:+DebugNonSafepoints', 'perf.Indexer', '-dirImpl', 'MMapDirectory', '-indexPath', '/l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M', '-analyzer', 'StandardAnalyzerNoStopWords', '-lineDocsFile', '/l/data/enwiki-20110115-lines-1k-fixed-with-random-labels.bin', '-docCountLimit', '27625038', '-threadCount', '1', '-dvfields', '-addDVSkippers', '-vectorFile', '/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', '-vectorDimension', '1024', '-vectorEncoding', 'FLOAT32', '-ramBufferMB', '-1', '-maxBufferedDocs', '49774', '-postingsFormat', 'Lucene104', '-waitForMerges', '-mergePolicy', 'LogDocMergePolicy', '-facets', 'taxonomy:Date;Date', '-facets', 'taxonomy:Month;Month', '-facets', 'taxonomy:DayOfYear;DayOfYear', '-facets', 'sortedset:Month;Month', '-facets', 'sortedset:DayOfYear;DayOfYear', '-facets', 'sortedset:Date;Date', '-facets', 'taxonomy:RandomLabel;RandomLabel', '-facets', 'sortedset:RandomLabel;RandomLabel', '-facetDVFormat', 'Lucene90', '-idFieldPostingsFormat', 'Lucene104', '-idFieldPostingsFormat', 'Lucene104', '-grouping', '-waitForCommit', '-hnswThreadsPerMerge', '16', '-hnswThreadPoolCount', '96'], cwd=/l/trunk.nightly/lucene/benchmark vmstatLogFile=/l/logs.nightly/nightly.vmstat.log topLogFile=/l/logs.nightly/nightly.top.log run vmstat: /usr/sbin/vmstat --active --wide --timestamp --unit M 1 > /l/logs.nightly/nightly.vmstat.log 2>&1 & run /usr/sbin/ps -eo pid,%cpu,%mem,bsdtime,etime,start,args --cols=120 --sort=-%cpu | head -10 >> /l/logs.nightly/nightly.top.log 2>&1 to /l/logs.nightly/nightly.top.log now kill vmstat: pid=1351895 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Version: 2.1 Chunks: 168 Start: 2026-05-15 09:23:48 (UTC) Duration: 11897 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 86733773 1647464672 jdk.FileWrite 15408131 354359625 jdk.FileRead 343579 9540642 jdk.CPULoad 224636 4717356 jdk.BooleanFlag 116256 3836952 jdk.ObjectAllocationInNewTLAB 35628 776565 jdk.Checkpoint 35447 97260768 jdk.UnsignedIntFlag 10416 373464 jdk.IntFlag 9408 349944 jdk.StringFlag 7560 323736 jdk.Compilation 172 4797 jdk.CPUInformation 168 252504 jdk.GCConfiguration 168 4536 jdk.JVMInformation 168 316512 jdk.Metadata 168 18568704 jdk.ObjectAllocationOutsideTLAB 165 2895 jdk.GarbageCollection 71 1846 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=1 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2039.11 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 86733773 events (total: 86M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 45.65% 39M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 32.32% 28M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 7.82% 6M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 2.70% 2M jdk.internal.util.Preconditions#outOfBoundsCheckIndex():124 [Inlined code] 1.75% 1M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 0.77% 667087 java.util.Arrays#fill():3144 [Inlined code] 0.71% 612834 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] 0.55% 480978 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.41% 356168 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.38% 331901 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.37% 322972 java.util.ArrayList#elementData():412 [Inlined code] 0.34% 297833 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.32% 279999 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.29% 250840 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] 0.23% 199781 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.21% 178307 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] 0.20% 169368 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 0.17% 147192 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] 0.16% 140112 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.15% 126443 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.13% 113797 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.12% 105228 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] 0.11% 99549 java.util.Arrays#fill():3143 [Inlined code] 0.10% 88851 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.10% 83218 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] 0.09% 82080 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.09% 79874 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.08% 72666 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] 0.07% 64492 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.07% 61958 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.07% 57047 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 0.06% 56307 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] 0.06% 55463 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] 0.06% 51565 org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] 0.06% 50582 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] 0.06% 50252 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] 0.05% 47588 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.05% 47425 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.05% 45429 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.05% 43839 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.05% 41763 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] 0.05% 41078 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.05% 39308 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 0.04% 37571 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] 0.04% 35123 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] 0.04% 33568 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.04% 32352 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():347 [JIT compiled code] 0.04% 30767 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 0.03% 29376 java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [Inlined code] 0.03% 28296 org.apache.lucene.util.hnsw.NeighborArray#size():208 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=2 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2039.11 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 86733773 events (total: 86M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 45.65% 39M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 32.32% 28M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 7.82% 6M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 2.70% 2M jdk.internal.util.Preconditions#outOfBoundsCheckIndex():124 [Inlined code] at jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] 1.75% 1M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 0.77% 667087 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.71% 612834 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.55% 480978 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] 0.38% 331901 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.37% 322935 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.34% 297833 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.32% 279999 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.29% 250840 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.29% 250199 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [JIT compiled code] 0.21% 178307 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.20% 169368 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 0.17% 147192 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.17% 145286 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.16% 140112 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.15% 126443 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] 0.13% 110615 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.12% 100741 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.11% 99549 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.10% 85702 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.09% 79874 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] 0.08% 70098 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.07% 64492 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.07% 61958 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.06% 53642 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] 0.06% 53441 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.06% 51565 org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.06% 50555 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.06% 48951 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.05% 47588 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.05% 47410 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] 0.05% 45429 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.05% 45174 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.05% 43839 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.05% 42999 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#normalizeRawScore():153 [Inlined code] 0.05% 40219 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.05% 39308 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.04% 37825 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.04% 37571 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] 0.04% 35822 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.04% 34868 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] 0.04% 33568 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.04% 31724 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():482 [Inlined code] 0.04% 30892 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():347 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.04% 30767 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.03% 29376 java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=4 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2039.11 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 86733773 events (total: 86M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 45.65% 39M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 32.32% 28M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 7.82% 6M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] 2.70% 2M jdk.internal.util.Preconditions#outOfBoundsCheckIndex():124 [Inlined code] at jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] 0.77% 667087 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] 0.73% 630336 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.71% 617396 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():82 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] 0.71% 612834 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.55% 480978 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.38% 331901 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.36% 311851 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 0.34% 297481 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] 0.32% 279999 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.31% 267101 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.28% 239309 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.27% 237423 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.20% 174688 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.17% 144775 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.16% 140112 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.16% 136661 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.14% 119867 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.14% 117306 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] 0.13% 108816 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.11% 99549 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] 0.11% 91300 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.10% 85702 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.09% 76357 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.08% 69691 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.07% 58232 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.06% 53642 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.06% 51565 org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] 0.06% 51504 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.06% 50555 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.05% 47410 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.05% 43839 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.05% 42950 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.05% 41401 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.05% 40092 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] 0.04% 38450 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():139 [JIT compiled code] 0.04% 37226 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.04% 37185 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.04% 37080 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.04% 36650 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.04% 35033 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():683 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.04% 33568 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [JIT compiled code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.04% 31686 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():482 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.04% 31492 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.04% 30487 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.03% 30193 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#normalizeRawScore():153 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] 0.03% 29376 java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():382 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=8 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2039.11 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 86733773 events (total: 86M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 28.77% 24M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 11.80% 10M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 10.18% 8M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 10.01% 8M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 7.81% 6M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 2.75% 2M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 2.70% 2M jdk.internal.util.Preconditions#outOfBoundsCheckIndex():124 [Inlined code] at jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():650 [Inlined code] at java.lang.foreign.MemorySegment#copy():2555 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readFloats():245 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] 2.10% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 1.65% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 1.64% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():112 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 1.63% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():113 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 1.29% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.88% 760988 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] 0.86% 748551 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.82% 708007 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.76% 659508 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.72% 625589 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.68% 591739 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.67% 580054 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():82 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.66% 569133 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.64% 552595 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.63% 542355 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():111 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 0.61% 529034 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.59% 510863 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.55% 480978 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000003307aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 0.34% 298999 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.34% 297481 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.30% 263318 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.28% 239309 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.27% 237423 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.23% 203590 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.18% 152624 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.17% 144093 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():78 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] 0.15% 129328 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.14% 120079 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.14% 119867 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] 0.14% 117306 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 0.13% 113425 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.13% 108816 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000033208000#call() [JIT compiled code] 0.11% 98727 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.11% 93354 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.11% 92052 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] 0.11% 91300 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.10% 83183 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.10% 82734 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] 0.09% 76357 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.09% 74958 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] 0.07% 64224 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.07% 58011 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.06% 54424 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=12 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2039.11 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 86733773 events (total: 86M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 28.77% 24M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 10.15% 8M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 9.61% 8M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 8.99% 7M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 5.74% 4M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 2.34% 2M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 2.24% 1M jdk.internal.util.Preconditions#outOfBoundsCheckIndex():124 [Inlined code] at jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():650 [Inlined code] at java.lang.foreign.MemorySegment#copy():2555 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readFloats():245 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 1.73% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 1.58% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():113 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 1.53% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 1.51% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():112 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 1.29% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.17% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.88% 765924 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.77% 670138 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.75% 650464 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.75% 648515 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.68% 592893 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.66% 575744 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():82 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.64% 552595 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000033208000#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.60% 522511 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.59% 508305 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.57% 498217 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000033208000#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.55% 480978 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000003307aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.54% 467214 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.53% 457107 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():111 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.46% 395781 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.43% 369978 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.41% 355050 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.34% 298982 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.33% 289178 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.32% 280561 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] 0.32% 273329 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.30% 263318 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000033208000#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.30% 260774 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.29% 254218 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] 0.28% 247037 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.27% 237423 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000033208000#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.26% 224483 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000033208000#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.23% 200767 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] 0.22% 192732 jdk.internal.util.Preconditions#outOfBoundsCheckIndex():124 [Inlined code] at jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():650 [Inlined code] at java.lang.foreign.MemorySegment#copy():2555 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readFloats():245 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] 0.20% 175606 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.19% 163189 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.18% 152464 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.17% 151333 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] 0.17% 143705 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():78 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 0.16% 142627 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000033208000#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.16% 137870 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] 0.15% 129328 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000033208000#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.14% 121859 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=1 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2039.11 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 35789 events (total: 679768M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.07% 102439M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 14.56% 98974M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 5.15% 35012M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.95% 33682M perf.LineFileDocs#readVector():212 [Inlined code] 4.94% 33583M java.nio.HeapByteBuffer#():75 [Inlined code] 3.00% 20409M org.apache.lucene.util.BytesRef#():71 [Inlined code] 2.47% 16820M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] 2.47% 16775M java.util.Arrays#copyOf():3478 [Inlined code] 2.19% 14865M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.16% 14697M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 1.85% 12552M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] 1.74% 11846M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 1.68% 11408M java.util.Arrays#copyOf():3537 [Inlined code] 1.42% 9684M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] 1.36% 9250M java.util.Arrays#copyOfRange():3849 [Inlined code] 1.17% 7950M org.apache.lucene.document.StringField#():61 [Inlined code] 1.16% 7889M java.lang.StringUTF16#compress():212 [Inlined code] 1.14% 7747M java.lang.StringBuilder#toString():478 [Inlined code] 1.12% 7639M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.05% 7144M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 1.01% 6863M java.lang.AbstractStringBuilder#():101 [Inlined code] 1.01% 6848M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] 0.98% 6682M java.util.ArrayList#grow():240 [Inlined code] 0.96% 6507M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.91% 6158M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] 0.88% 6008M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] 0.80% 5423M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] 0.75% 5073M java.util.HashMap#newNode():1910 [Inlined code] 0.70% 4732M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 0.65% 4390M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 0.64% 4359M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.58% 3931M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.57% 3850M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.55% 3756M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] 0.50% 3425M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():423 [JIT compiled code] 0.50% 3407M java.lang.StringUTF16#compress():216 [Inlined code] 0.47% 3218M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] 0.44% 2966M java.util.HashMap#resize():711 [JIT compiled code] 0.43% 2946M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] 0.42% 2867M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.39% 2680M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.39% 2675M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] 0.39% 2639M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 0.37% 2524M perf.LineFileDocs#cloneDoc():533 [JIT compiled code] 0.36% 2464M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.36% 2463M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.35% 2395M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.35% 2373M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.35% 2356M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.34% 2313M java.lang.Long#valueOf():1000 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=2 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2039.11 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 35789 events (total: 679768M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.55% 98904M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 14.51% 98626M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 5.15% 35012M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] 4.95% 33682M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 4.85% 32987M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 2.98% 20255M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 2.47% 16820M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] 2.47% 16775M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] 2.19% 14865M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] 2.16% 14697M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 1.85% 12552M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] 1.74% 11846M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 1.68% 11408M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] 1.42% 9684M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 1.36% 9250M java.util.Arrays#copyOfRange():3849 [Inlined code] at java.lang.String#():4863 [Inlined code] 1.16% 7889M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.14% 7747M java.lang.StringBuilder#toString():478 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():592 [JIT compiled code] 1.12% 7639M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.05% 7144M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 1.01% 6863M java.lang.AbstractStringBuilder#():101 [Inlined code] at java.lang.StringBuilder#():106 [Inlined code] 1.01% 6848M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] 0.98% 6682M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.96% 6507M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] at java.lang.StringConcatHelper#newArray():578 [Inlined code] 0.91% 6158M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge():181 [JIT compiled code] 0.80% 5423M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#():106 [Inlined code] 0.71% 4807M org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] 0.70% 4732M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 0.65% 4390M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.64% 4359M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():306 [JIT compiled code] 0.57% 3850M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.56% 3813M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.55% 3756M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] 0.50% 3407M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.49% 3318M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] 0.47% 3218M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] 0.43% 2946M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] 0.42% 2867M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.41% 2760M org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] 0.40% 2747M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.40% 2690M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] 0.39% 2680M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.39% 2675M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.39% 2639M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.37% 2524M perf.LineFileDocs#cloneDoc():533 [JIT compiled code] at perf.LineFileDocs#nextDoc():766 [JIT compiled code] 0.35% 2395M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.35% 2373M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] 0.35% 2356M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.32% 2195M org.apache.lucene.store.MemorySegmentIndexInput#buildSlice():658 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#slice():604 [JIT compiled code] 0.31% 2099M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#computeIfAbsent():1241 [JIT compiled code] 0.29% 1960M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#():63 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.FieldReader#iterator():140 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=4 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2039.11 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 35789 events (total: 679768M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 13.44% 91375M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 13.21% 89797M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 5.15% 35012M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 4.95% 33682M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.85% 32987M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 2.47% 16820M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] 2.47% 16775M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] 2.19% 14865M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 2.16% 14697M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] 1.74% 11846M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 1.68% 11408M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] at java.lang.AbstractStringBuilder#append():897 [Inlined code] at java.lang.StringBuilder#append():246 [Inlined code] 1.42% 9684M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 1.36% 9250M java.util.Arrays#copyOfRange():3849 [Inlined code] at java.lang.String#():4863 [Inlined code] at java.lang.StringBuilder#toString():478 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():592 [JIT compiled code] 1.30% 8828M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 1.19% 8087M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():396 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] 1.12% 7639M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.11% 7528M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 1.03% 6997M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] 1.01% 6848M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] 0.98% 6682M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.96% 6538M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.96% 6507M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] at java.lang.StringConcatHelper#newArray():578 [Inlined code] at java.lang.StringConcatHelper#newArrayWithSuffix():611 [Inlined code] at java.lang.String$$StringConcat.0x000000003304c400#concat() [Inlined code] 0.91% 6158M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge():181 [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeInit():4927 [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge():4743 [JIT compiled code] 0.84% 5701M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] 0.70% 4762M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#():106 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] 0.70% 4732M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.66% 4464M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():452 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] 0.64% 4365M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] 0.64% 4359M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():306 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] 0.57% 3850M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.55% 3756M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] 0.49% 3318M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 0.47% 3218M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] 0.45% 3091M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.43% 2946M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.42% 2867M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.41% 2756M java.lang.AbstractStringBuilder#():101 [Inlined code] at java.lang.StringBuilder#():106 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():573 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] 0.40% 2747M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.40% 2690M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 0.39% 2680M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.39% 2675M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.39% 2639M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.38% 2604M org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] 0.37% 2524M perf.LineFileDocs#cloneDoc():533 [JIT compiled code] at perf.LineFileDocs#nextDoc():766 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] 0.35% 2395M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.35% 2359M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] 0.35% 2356M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.34% 2293M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [JIT compiled code] 0.32% 2202M org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] 0.31% 2096M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=8 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2039.11 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 35789 events (total: 679768M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.18% 55614M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 7.98% 54223M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 5.15% 35012M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 4.95% 33682M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.85% 32987M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.06% 27612M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 3.85% 26166M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 2.47% 16820M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 2.16% 14697M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 1.40% 9506M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.32% 8965M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 1.19% 8087M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():396 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] 1.14% 7742M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 1.14% 7728M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():353 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 1.12% 7639M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.01% 6848M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 0.99% 6756M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [JIT compiled code] 0.96% 6538M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.96% 6507M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] at java.lang.StringConcatHelper#newArray():578 [Inlined code] at java.lang.StringConcatHelper#newArrayWithSuffix():611 [Inlined code] at java.lang.String$$StringConcat.0x000000003304c400#concat() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeSpecial() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x000000003304c800#invoke() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.store.IndexInput#getFullSliceDescription():150 [Inlined code] 0.91% 6173M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.91% 6158M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge():181 [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeInit():4927 [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge():4743 [JIT compiled code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [JIT compiled code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Inlined code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [JIT compiled code] 0.77% 5230M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.75% 5089M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Inlined code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] 0.66% 4518M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.66% 4464M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():452 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] 0.64% 4359M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():306 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] 0.61% 4171M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.58% 3934M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.56% 3787M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():280 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] 0.55% 3756M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 0.52% 3510M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.49% 3325M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#():106 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():396 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] 0.49% 3318M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.47% 3218M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 0.47% 3182M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.45% 3091M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.45% 3063M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.43% 2946M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.42% 2874M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.42% 2827M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.40% 2690M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.39% 2639M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 0.38% 2604M org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] 0.37% 2524M perf.LineFileDocs#cloneDoc():533 [JIT compiled code] at perf.LineFileDocs#nextDoc():766 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] 0.36% 2466M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] at java.lang.AbstractStringBuilder#append():897 [Inlined code] at java.lang.StringBuilder#append():246 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():585 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] 0.35% 2395M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.35% 2394M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [JIT compiled code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000331de430#merge() [JIT compiled code] 0.35% 2359M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] 0.34% 2342M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.34% 2337M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Inlined code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=12 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2039.11 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 35789 events (total: 679768M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.18% 55614M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000033208000#call() [JIT compiled code] 7.98% 54223M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000033208000#call() [JIT compiled code] 5.15% 35012M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] 4.95% 33682M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.85% 32987M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.06% 27612M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 3.85% 26166M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():469 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():294 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 2.47% 16820M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 2.16% 14697M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 1.19% 8087M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():396 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] 1.14% 7779M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000033208000#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 1.14% 7728M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():353 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.12% 7639M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.01% 6848M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.99% 6756M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [JIT compiled code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000331de430#merge() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [JIT compiled code] 0.96% 6538M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.91% 6173M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000033208000#call() [JIT compiled code] 0.91% 6158M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge():181 [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeInit():4927 [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge():4743 [JIT compiled code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6554 [JIT compiled code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Inlined code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [JIT compiled code] 0.90% 6111M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.82% 5592M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.77% 5230M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():292 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] 0.75% 5077M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Inlined code] at org.apache.lucene.index.IndexingChain#flush():350 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():503 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():403 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.66% 4518M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.66% 4464M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():452 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] 0.64% 4359M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():306 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] 0.61% 4171M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():212 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.60% 4111M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] at java.lang.StringConcatHelper#newArray():578 [Inlined code] at java.lang.StringConcatHelper#newArrayWithSuffix():611 [Inlined code] at java.lang.String$$StringConcat.0x000000003304c400#concat() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeSpecial() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x000000003304c800#invoke() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.store.IndexInput#getFullSliceDescription():150 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#buildSlice():656 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#slice():604 [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#slice():712 [Inlined code] at org.apache.lucene.store.IndexInput#randomAccessSlice():161 [Inlined code] 0.58% 3934M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.56% 3787M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():280 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] 0.55% 3756M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.52% 3510M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] 0.49% 3325M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#():106 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#pushFrame():192 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():396 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.49% 3318M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.47% 3218M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.47% 3182M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.45% 3091M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.45% 3063M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.43% 2946M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.42% 2874M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.42% 2827M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 0.40% 2704M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():455 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] 0.40% 2690M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.39% 2639M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():634 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():264 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 0.38% 2604M org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.37% 2524M perf.LineFileDocs#cloneDoc():533 [JIT compiled code] at perf.LineFileDocs#nextDoc():766 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.36% 2466M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] at java.lang.AbstractStringBuilder#append():897 [Inlined code] at java.lang.StringBuilder#append():246 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():585 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] 0.35% 2396M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] at java.lang.StringConcatHelper#newArray():578 [Inlined code] at java.lang.StringConcatHelper#newArrayWithSuffix():611 [Inlined code] at java.lang.String$$StringConcat.0x000000003304c400#concat() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeSpecial() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x000000003304c800#invoke() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.store.IndexInput#getFullSliceDescription():150 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#buildSlice():656 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#slice():604 [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#slice():712 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.FieldReader#newReader():87 [Inlined code] 0.35% 2395M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [JIT compiled code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000331de430#merge() [JIT compiled code] 0.35% 2394M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [JIT compiled code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000331de430#merge() [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [JIT compiled code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5286 [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge():4749 [JIT compiled code] 0.35% 2359M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():243 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1523 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] move log to /l/logs.nightly/2026.05.14.04.42.39/fixedIndex.log move vmstat log to /l/logs.nightly/2026.05.14.04.42.39/fixedIndex.vmstat.log move top log to /l/logs.nightly/2026.05.14.04.42.39/fixedIndex.top.log [2026-05-15 09:18:13.824033] took 40249.6 sec [2026-05-15 09:18:13.827346] run CheckIndex [2026-05-15 09:18:13.827428] RUN: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -classpath "/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build" -ea org.apache.lucene.index.CheckIndex -threadCount 16 -level 2 "/l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M/index" > /l/logs.nightly/2026.05.14.04.42.39/checkIndex.fixedIndex.log 2>&1 [2026-05-15 09:24:02.143621] took 348.3 sec [2026-05-15 09:24:02.144655] fixedIndexAtClose 15 segments: segments_2: _32(11.0.0):C4978031 _65(11.0.0):C4978032 _98(11.0.0):C4978032 _cb(11.0.0):C4978032 _fe(11.0.0):C4978032 _fp(11.0.0):C497803 _g0(11.0.0):C497803 _gb(11.0.0):C497803 _gm(11.0.0):C497803 _gx(11.0.0):C497804 _gy(11.0.0):C49780 _gz(11.0.0):C49780 _h0(11.0.0):C49781 _h1(11.0.0):C49780 _h2(11.0.0):C46742 [2026-05-15 09:24:02.144798] search run vmstat: /usr/sbin/vmstat --active --wide --timestamp --unit M 1 > /l/logs.nightly/2026.05.14.04.42.39/search-tasks.vmstat.log 2>/dev/null & run /usr/sbin/ps -eo pid,%cpu,%mem,bsdtime,etime,start,args --cols=120 --sort=-%cpu | head -10 >> /l/logs.nightly/2026.05.14.04.42.39/search-tasks.top.log 2>&1 to /l/logs.nightly/2026.05.14.04.42.39/search-tasks.top.log NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.0 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-0.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -8826252 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.0 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 426.1 s 53.1 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.1 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-1.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -4624584 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.1 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 404.8 s 56.2 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.2 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-2.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -7949437 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.2 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 408.0 s 55.7 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.3 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-3.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -4890746 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.3 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 407.6 s 55.8 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.4 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-4.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -2948802 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.4 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 405.9 s 56.0 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.5 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-5.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -8701999 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.5 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 405.5 s 56.0 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.6 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-6.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -669201 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.6 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 411.3 s 55.2 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.7 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-7.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -9025962 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.7 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 408.6 s 55.6 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.8 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-8.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -6290602 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.8 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 410.7 s 55.2 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.9 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-9.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -7082989 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.9 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 410.1 s 55.4 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.10 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-10.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed 876413 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.10 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 404.5 s 56.1 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.11 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-11.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -7628876 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.11 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 418.7 s 54.1 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.12 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-12.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -563807 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.12 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 409.1 s 55.6 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.13 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-13.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -3026482 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.13 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 421.8 s 53.7 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.14 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-14.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -6401046 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.14 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 411.6 s 55.3 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.15 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-15.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed 24871 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.15 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 406.7 s 55.9 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.16 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-16.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -7070456 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.16 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 412.7 s 55.0 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.17 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-17.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -9408097 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.17 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 404.7 s 56.1 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.18 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-18.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -8222059 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.18 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 409.5 s 55.4 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.19 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-19.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -9532070 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.19 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 413.0 s 55.0 actual sustained QPS; 2.7 CPU cores used now kill vmstat: pid=1793758 [2026-05-15 11:41:34.844250] done search (2:17:32.699431) Chart saved to out.png... (wd: /l/trunk.nightly/lucene/benchmark) Task P50 B P50 C Diff P90 B P90 C Diff P99 B P99 C Diff P999 B P999 C Diff P100 B P100 C Diff ('And2Terms2StopWords', None) 1.593 1.576 -1.1% 4.836 4.761 -1.5% 5.343 5.017 -6.1% 5.386 5.347 -0.7% 5.426 5.428 0.0% ('And3Terms', None) 1.608 1.603 -0.3% 3.124 3.161 1.2% 3.557 3.477 -2.3% 3.678 3.548 -3.5% 4.619 3.559 -22.9% ('AndHighHigh', None) 4.804 4.890 1.8% 6.822 6.868 0.7% 7.000 7.096 1.4% 7.429 7.132 -4.0% 15.527 32.421 108.8% ('AndHighHighDayTaxoFacets', None) 68.780 72.577 5.5% 130.701 152.436 16.6% 133.679 155.910 16.6% 139.746 158.481 13.4% 156.181 158.526 1.5% ('AndHighMed', None) 2.165 2.159 -0.3% 2.920 2.947 0.9% 3.081 3.156 2.5% 3.116 3.312 6.3% 3.128 3.375 7.9% ('AndHighMedDayTaxoFacets', None) 7.726 7.917 2.5% 22.112 23.328 5.5% 22.629 24.405 7.8% 22.983 24.709 7.5% 23.573 24.977 6.0% ('AndHighOrMedMed', None) 6.478 6.445 -0.5% 11.767 11.768 0.0% 12.078 13.052 8.1% 12.475 13.679 9.7% 24.694 26.261 6.3% ('AndMedOrHighHigh', None) 4.298 4.320 0.5% 11.403 11.569 1.5% 13.021 11.914 -8.5% 13.757 12.533 -8.9% 77.601 57.502 -25.9% ('AndMissingHigh', 'Title') 0.156 0.154 -1.2% 0.251 0.240 -4.2% 0.419 0.414 -1.3% 0.498 0.628 26.0% 0.582 0.648 11.4% ('AndStopWords', None) 5.775 6.195 7.3% 18.585 18.724 0.8% 21.127 19.326 -8.5% 21.127 19.326 -8.5% 21.765 20.214 -7.1% ('BrowseDateSSDVFacets', None) 652.420 651.752 -0.1% 659.034 655.856 -0.5% 668.642 661.140 -1.1% 668.642 661.140 -1.1% 754.535 753.549 -0.1% ('BrowseDateTaxoFacets', None) 138.520 139.002 0.3% 141.515 141.882 0.3% 153.099 153.454 0.2% 153.099 153.454 0.2% 153.751 160.325 4.3% ('BrowseDayOfYearSSDVFacets', None) 173.070 173.612 0.3% 174.686 183.315 4.9% 183.119 186.229 1.7% 183.119 186.229 1.7% 185.681 187.091 0.8% ('BrowseDayOfYearTaxoFacets', None) 137.860 138.146 0.2% 140.650 140.971 0.2% 151.552 152.732 0.8% 151.552 152.732 0.8% 152.408 153.900 1.0% ('BrowseMonthSSDVFacets', None) 161.881 161.898 0.0% 163.698 163.652 -0.0% 173.153 170.139 -1.7% 173.153 170.139 -1.7% 174.204 170.490 -2.1% ('BrowseMonthTaxoFacets', None) 148.013 148.511 0.3% 150.074 150.802 0.5% 158.909 158.358 -0.3% 158.909 158.358 -0.3% 208.186 225.186 8.2% ('BrowseRandomLabelSSDVFacets', None) 213.579 212.319 -0.6% 220.925 218.217 -1.2% 240.325 219.778 -8.5% 240.325 219.778 -8.5% 241.187 240.318 -0.4% ('BrowseRandomLabelTaxoFacets', None) 156.994 157.366 0.2% 162.643 162.397 -0.2% 168.193 167.662 -0.3% 168.193 167.662 -0.3% 169.141 169.206 0.0% ('CombinedAndHighHigh', None) 18.994 19.021 0.1% 20.237 20.375 0.7% 21.342 21.345 0.0% 22.685 22.675 -0.0% 64.154 59.924 -6.6% ('CombinedAndHighMed', None) 3.237 3.219 -0.6% 9.598 9.517 -0.8% 10.199 10.221 0.2% 10.467 10.780 3.0% 81.175 72.420 -10.8% ('CombinedOrHighHigh', None) 19.339 19.310 -0.2% 20.606 20.652 0.2% 21.608 21.596 -0.1% 22.284 22.476 0.9% 23.744 24.072 1.4% ('CombinedOrHighMed', None) 3.362 3.316 -1.4% 9.685 9.689 0.0% 10.025 10.134 1.1% 11.337 10.497 -7.4% 28.633 21.929 -23.4% ('CombinedTerm', None) 6.958 6.998 0.6% 13.477 13.545 0.5% 13.870 13.955 0.6% 14.559 15.131 3.9% 54.379 48.803 -10.3% ('CountAndHighHigh', None) 1.802 1.766 -2.0% 2.043 2.001 -2.0% 2.246 2.268 0.9% 2.359 2.728 15.7% 2.370 2.860 20.7% ('CountAndHighMed', None) 1.695 1.695 0.0% 1.956 1.980 1.2% 2.393 2.466 3.0% 56.693 59.559 5.1% 92.644 96.197 3.8% ('CountFilteredIntNRQ', None) 6.796 6.670 -1.9% 7.678 7.487 -2.5% 8.580 8.434 -1.7% 38.848 37.122 -4.4% 39.988 54.711 36.8% ('CountFilteredOrHighHigh', None) 4.844 4.823 -0.4% 5.071 5.045 -0.5% 5.228 5.272 0.8% 5.537 5.503 -0.6% 20.008 20.062 0.3% ('CountFilteredOrHighMed', None) 4.363 4.334 -0.7% 4.742 4.751 0.2% 5.686 6.234 9.6% 7.823 7.909 1.1% 8.648 7.974 -7.8% ('CountFilteredOrMany', None) 17.104 16.724 -2.2% 20.219 19.762 -2.3% 21.123 21.445 1.5% 22.167 33.172 49.6% 91.190 84.430 -7.4% ('CountFilteredPhrase', None) 11.800 11.893 0.8% 17.204 17.383 1.0% 17.960 17.812 -0.8% 24.343 25.602 5.2% 111.110 70.178 -36.8% ('CountOrHighHigh', None) 1.715 1.697 -1.0% 1.933 1.896 -1.9% 2.259 2.328 3.1% 2.391 2.570 7.5% 2.413 2.694 11.6% ('CountOrHighMed', None) 1.657 1.657 0.0% 2.014 1.991 -1.1% 3.022 2.389 -21.0% 3.106 3.699 19.1% 14.991 17.483 16.6% ('CountOrMany', None) 15.349 14.845 -3.3% 19.047 18.407 -3.4% 19.664 19.504 -0.8% 20.003 21.576 7.9% 23.771 23.690 -0.3% ('CountPhrase', None) 40.071 42.908 7.1% 80.443 87.507 8.8% 88.785 98.347 10.8% 89.943 98.664 9.7% 90.471 99.203 9.7% ('CountTerm', None) 0.103 0.098 -4.6% 0.154 0.153 -0.6% 0.234 0.278 18.8% 0.264 0.355 34.9% 0.594 0.357 -39.9% ('DismaxOrHighHigh', None) 2.726 2.738 0.4% 7.014 7.012 -0.0% 7.545 7.361 -2.4% 11.206 12.782 14.1% 15.165 18.533 22.2% ('DismaxOrHighMed', None) 2.483 2.456 -1.1% 3.044 2.977 -2.2% 3.298 3.245 -1.6% 7.691 3.362 -56.3% 13.379 11.507 -14.0% ('DismaxTerm', None) 0.705 0.702 -0.5% 0.924 0.925 0.1% 2.492 2.465 -1.1% 3.965 3.655 -7.8% 4.246 4.365 2.8% ('FilteredAnd2Terms2StopWords', None) 0.989 0.980 -0.9% 6.185 6.108 -1.2% 6.534 6.396 -2.1% 6.662 6.434 -3.4% 6.753 6.485 -4.0% ('FilteredAnd3Terms', None) 1.499 1.471 -1.9% 2.511 2.482 -1.2% 2.928 2.726 -6.9% 7.571 2.776 -63.3% 37.296 3.169 -91.5% ('FilteredAndHighHigh', None) 7.306 7.336 0.4% 7.553 7.604 0.7% 7.857 7.882 0.3% 8.522 8.179 -4.0% 9.035 8.322 -7.9% ('FilteredAndHighMed', None) 2.203 2.205 0.1% 5.622 5.593 -0.5% 5.823 5.922 1.7% 5.946 6.489 9.1% 5.999 14.836 147.3% ('FilteredAndStopWords', None) 8.190 7.968 -2.7% 10.054 10.140 0.8% 10.337 18.493 78.9% 10.337 18.493 78.9% 96.593 106.131 9.9% ('FilteredDismaxOrHighHigh', None) 10.535 10.469 -0.6% 11.139 11.105 -0.3% 11.780 11.838 0.5% 13.220 16.670 26.1% 34.828 28.993 -16.8% ('FilteredDismaxOrHighMed', None) 3.249 3.159 -2.8% 7.556 7.450 -1.4% 8.019 7.779 -3.0% 10.093 7.886 -21.9% 130.850 133.165 1.8% ('FilteredDismaxTerm', None) 3.517 3.476 -1.2% 4.684 4.718 0.7% 5.190 5.239 0.9% 6.493 6.843 5.4% 14.968 9.127 -39.0% ('FilteredIntNRQ', None) 3.313 3.237 -2.3% 4.200 4.157 -1.0% 4.644 4.636 -0.2% 5.053 6.224 23.2% 55.633 55.981 0.6% ('FilteredOr2Terms2StopWords', None) 3.356 3.356 -0.0% 7.230 7.129 -1.4% 7.541 7.635 1.3% 7.640 8.124 6.3% 110.335 102.199 -7.4% ('FilteredOr3Terms', None) 4.547 4.618 1.6% 5.994 6.132 2.3% 6.221 7.110 14.3% 6.298 7.806 23.9% 7.111 7.934 11.6% ('FilteredOrHighHigh', None) 7.667 7.635 -0.4% 8.014 7.908 -1.3% 8.284 8.203 -1.0% 10.723 8.402 -21.6% 59.540 58.798 -1.2% ('FilteredOrHighMed', None) 2.234 2.219 -0.7% 5.561 5.514 -0.8% 5.936 6.060 2.1% 11.220 25.004 122.9% 33.052 26.026 -21.3% ('FilteredOrMany', None) 31.006 31.130 0.4% 33.888 33.959 0.2% 35.862 35.576 -0.8% 37.533 35.752 -4.7% 93.247 36.069 -61.3% ('FilteredOrStopWords', None) 11.218 11.258 0.4% 11.903 11.794 -0.9% 12.109 13.383 10.5% 12.109 13.383 10.5% 137.645 178.772 29.9% ('FilteredPhrase', None) 10.896 10.935 0.4% 16.864 17.065 1.2% 18.768 18.861 0.5% 22.167 27.270 23.0% 25.575 34.271 34.0% ('FilteredPrefix3', None) 1.829 1.804 -1.3% 3.840 3.829 -0.3% 4.310 4.276 -0.8% 4.428 4.357 -1.6% 18.100 5.003 -72.4% ('FilteredTerm', None) 3.135 3.094 -1.3% 4.466 4.462 -0.1% 4.787 4.875 1.8% 6.020 5.789 -3.8% 30.970 31.091 0.4% ('Fuzzy1', None) 9.057 8.933 -1.4% 10.871 10.841 -0.3% 11.421 11.640 1.9% 12.124 11.929 -1.6% 35.192 37.521 6.6% ('Fuzzy2', None) 9.930 9.784 -1.5% 11.851 11.999 1.2% 12.925 12.921 -0.0% 14.359 13.101 -8.8% 15.246 13.997 -8.2% ('IntNRQ', None) 3.257 3.118 -4.3% 4.179 4.105 -1.8% 4.463 4.456 -0.2% 4.766 7.101 49.0% 7.943 15.300 92.6% ('IntSet', None) 1.179 1.165 -1.1% 1.363 1.367 0.3% 3.408 3.239 -5.0% 17.483 20.614 17.9% 28.080 26.460 -5.8% ('IntervalsOrdered', None) 36.301 35.120 -3.3% 95.335 91.520 -4.0% 96.168 92.588 -3.7% 96.757 94.782 -2.0% 106.205 106.143 -0.1% ('MedTermDayTaxoFacets', None) 23.718 22.151 -6.6% 28.504 26.086 -8.5% 29.153 26.834 -8.0% 29.534 27.298 -7.6% 29.676 28.059 -5.4% ('Or2Terms2StopWords', None) 1.713 1.701 -0.7% 4.936 4.733 -4.1% 5.298 5.366 1.3% 5.574 6.047 8.5% 35.097 35.735 1.8% ('Or3Terms', None) 2.172 2.130 -1.9% 3.522 3.517 -0.1% 3.952 3.897 -1.4% 4.128 4.613 11.8% 273.536 260.708 -4.7% ('OrHighHigh', None) 5.170 5.108 -1.2% 5.784 5.758 -0.4% 6.030 5.977 -0.9% 6.063 6.094 0.5% 15.778 18.677 18.4% ('OrHighMed', None) 1.691 1.643 -2.8% 2.799 2.776 -0.8% 3.261 3.051 -6.5% 8.413 3.089 -63.3% 8.627 9.137 5.9% ('OrHighMedDayTaxoFacets', None) 87.671 75.741 -13.6% 291.842 245.237 -16.0% 296.097 248.776 -16.0% 301.604 250.590 -16.9% 303.882 253.638 -16.5% ('OrHighRare', None) 2.852 2.787 -2.3% 3.152 3.080 -2.3% 3.596 3.307 -8.0% 3.919 3.458 -11.8% 12.359 3.523 -71.5% ('OrMany', None) 24.620 24.868 1.0% 27.511 27.284 -0.8% 29.262 29.399 0.5% 30.883 31.880 3.2% 30.968 32.051 3.5% ('OrStopWords', None) 5.832 5.893 1.0% 15.439 15.415 -0.2% 15.782 17.142 8.6% 15.782 17.142 8.6% 19.749 17.711 -10.3% ('PKLookup',) 2.761 2.721 -1.4% 2.909 2.870 -1.3% 4.006 4.086 2.0% 5.526 5.566 0.7% 7.493 7.192 -4.0% ('Phrase', None) 14.707 14.858 1.0% 39.972 39.598 -0.9% 41.953 42.157 0.5% 44.514 43.413 -2.5% 50.635 72.284 42.8% ('PostFilteredVectorSearch', None) 1.891 1.874 -0.9% 2.092 2.095 0.1% 6.166 4.865 -21.1% 6.910 6.038 -12.6% 7.665 6.144 -19.8% ('PreFilteredVectorSearch', None) 5.664 5.683 0.3% 6.175 6.356 2.9% 8.926 27.392 206.9% 47.983 88.612 84.7% 319.935 293.839 -8.2% ('Prefix3', None) 1.126 1.085 -3.7% 3.438 3.383 -1.6% 3.940 3.904 -0.9% 12.368 10.057 -18.7% 88.345 90.596 2.5% ('Respell',) 14.455 14.457 0.0% 16.906 16.868 -0.2% 19.609 18.139 -7.5% 25.281 24.838 -1.8% 32.135 32.924 2.5% ('SloppyPhrase', None) 77.119 79.351 2.9% 203.867 209.954 3.0% 207.128 213.573 3.1% 207.187 214.272 3.4% 283.058 288.021 1.8% ('SpanNear', None) 34.304 33.870 -1.3% 91.777 91.047 -0.8% 93.941 92.990 -1.0% 108.855 93.928 -13.7% 202.415 221.408 9.4% ('Term', None) 0.827 0.831 0.6% 1.026 1.010 -1.6% 1.160 1.208 4.2% 1.242 4.021 223.6% 19.481 22.154 13.7% ('TermBGroup1M', None) 51.060 51.247 0.4% 83.253 83.806 0.7% 84.598 85.014 0.5% 85.012 85.912 1.1% 85.204 86.518 1.5% ('TermBGroup1M1P', None) 25.412 25.482 0.3% 45.626 45.667 0.1% 45.967 46.097 0.3% 46.699 46.312 -0.8% 51.519 51.294 -0.4% ('TermDateFacets', None) 32.590 28.754 -11.8% 56.694 49.533 -12.6% 57.502 50.580 -12.0% 65.351 135.153 106.8% 143.005 163.780 14.5% ('TermDateTimeSort', 'DateTime') 4.047 4.023 -0.6% 5.848 5.738 -1.9% 6.185 6.132 -0.9% 15.996 21.151 32.2% 81.038 73.725 -9.0% ('TermDateTimeSortSkipper', 'LastModified (skipper)') 6.349 6.370 0.3% 10.099 10.186 0.9% 11.405 10.527 -7.7% 12.863 10.550 -18.0% 42.068 44.643 6.1% ('TermDayOfYearSort', 'DayOfYear') 2.226 2.298 3.3% 3.251 3.376 3.8% 3.765 3.786 0.6% 13.080 3.973 -69.6% 26.907 28.477 5.8% ('TermDayOfYearSortSkipper', 'DayOfYear (skipper)') 6.218 6.244 0.4% 10.854 10.917 0.6% 11.192 11.209 0.2% 11.557 11.268 -2.5% 12.699 12.412 -2.3% ('TermGroup100', None) 57.093 57.328 0.4% 108.827 109.193 0.3% 110.067 112.980 2.6% 110.971 113.190 2.0% 110.998 114.261 2.9% ('TermGroup10K', None) 63.017 63.481 0.7% 109.257 109.527 0.2% 110.963 111.142 0.2% 111.416 112.197 0.7% 127.893 129.434 1.2% ('TermGroup1M', None) 63.910 64.295 0.6% 113.067 113.941 0.8% 114.176 115.911 1.5% 114.843 116.413 1.4% 116.522 117.202 0.6% ('TermMonthSort', 'Month') 0.878 0.882 0.5% 1.030 1.031 0.1% 1.236 1.223 -1.0% 2.173 2.457 13.0% 2.526 3.806 50.7% ('TermMonthSortSkipper', 'Month (skipper)') 5.130 5.131 0.0% 8.992 8.938 -0.6% 9.394 9.510 1.2% 10.208 10.012 -1.9% 70.141 61.150 -12.8% ('TermTitleSort', 'Title') 7.560 7.396 -2.2% 10.077 9.524 -5.5% 13.751 17.380 26.4% 59.383 65.316 10.0% 135.920 141.650 4.2% ('TermTitleSortSkipper', 'Title (skipper)') 6.540 6.569 0.4% 10.209 10.206 -0.0% 10.555 10.556 0.0% 12.686 10.830 -14.6% 74.880 72.079 -3.7% ('VectorSearch', None) 2.133 2.241 5.1% 2.680 3.241 21.0% 7.432 6.073 -18.3% 8.375 8.350 -0.3% 10.767 10.908 1.3% ('Wildcard', None) 23.816 24.145 1.4% 37.310 38.082 2.1% 44.781 46.854 4.6% 50.159 47.502 -5.3% 81.454 78.022 -4.2% generate vmstat pretties /l/reports.nightly/2026.05.14.04.42.39/fastIndexMediumDocsWithVectorsQuantized /l/reports.nightly/2026.05.14.04.42.39/search-tasks /l/reports.nightly/2026.05.14.04.42.39/fastIndexBigDocs /l/reports.nightly/2026.05.14.04.42.39/fixedIndex /l/reports.nightly/2026.05.14.04.42.39/fastIndexMediumDocsWithVectors /l/reports.nightly/2026.05.14.04.42.39/nrtIndexMediumDocs /l/reports.nightly/2026.05.14.04.42.39/fastIndexMediumDocs JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.stacksize=1 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 42.91 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.stacksize=2 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 59.74 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.stacksize=4 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 91.92 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.stacksize=8 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 158.36 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.stacksize=12 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 222.60 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=1 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 13.51 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=2 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 13.53 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=4 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 13.23 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=8 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 13.80 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=12 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 13.92 seconds Blunders: now uploading files "/l/logs.nightly/bench-search-nightly-nightly-14.jfr" "/l/logs.nightly/bench-search-nightly-nightly-13.jfr" "/l/logs.nightly/bench-search-nightly-nightly-5.jfr" "/l/logs.nightly/bench-search-nightly-nightly-0.jfr" "/l/logs.nightly/bench-search-nightly-nightly-17.jfr" "/l/logs.nightly/bench-search-nightly-nightly-19.jfr" "/l/logs.nightly/bench-search-nightly-nightly-16.jfr" "/l/logs.nightly/bench-search-nightly-nightly-11.jfr" "/l/logs.nightly/bench-search-nightly-nightly-8.jfr" "/l/logs.nightly/bench-search-nightly-nightly-18.jfr" "/l/logs.nightly/bench-search-nightly-nightly-1.jfr" "/l/logs.nightly/bench-search-nightly-nightly-7.jfr" "/l/logs.nightly/bench-search-nightly-nightly-9.jfr" "/l/logs.nightly/bench-search-nightly-nightly-2.jfr" "/l/logs.nightly/bench-search-nightly-nightly-3.jfr" "/l/logs.nightly/bench-search-nightly-nightly-6.jfr" "/l/logs.nightly/bench-search-nightly-nightly-12.jfr" "/l/logs.nightly/bench-search-nightly-nightly-4.jfr" "/l/logs.nightly/bench-search-nightly-nightly-10.jfr" "/l/logs.nightly/bench-search-nightly-nightly-15.jfr" to blunders.io... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0* Host s3.eu-west-1.amazonaws.com:443 was resolved. * IPv6: (none) * IPv4: 52.92.32.112, 3.5.74.22, 3.5.64.13, 52.92.36.224, 3.5.74.68, 52.92.19.64, 3.5.73.44, 3.5.69.26 * Trying 52.92.32.112:443... * ALPN: curl offers h2,http/1.1 } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [1570 bytes data] * SSL Trust Anchors: * CAfile: /etc/ssl/certs/ca-certificates.crt { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [1210 bytes data] * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [25 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4422 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [36 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [36 bytes data] * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256 / X25519MLKEM768 / RSASSA-PSS * ALPN: server accepted http/1.1 * Server certificate: * subject: CN=*.s3-eu-west-1.amazonaws.com * start date: Sep 5 00:00:00 2025 GMT * expire date: Aug 7 23:59:59 2026 GMT * issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M04 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * subjectAltName: "s3.eu-west-1.amazonaws.com" matches cert's "s3.eu-west-1.amazonaws.com" * SSL certificate verified via OpenSSL. * Established connection to s3.eu-west-1.amazonaws.com (52.92.32.112 port 443) from 10.17.4.7 port 39226 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/a5f1a288-75d3-4610-b7e5-00d7e4fb06f9.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEKv%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMSJHMEUCIH53yb1scEXSGlZ4B%2B9FgB4OcrOW8FhjZSZjdjZLzl5%2FAiEA43dQvw8pKtcLFy17xDygmXwxvmsdyuG4C%2BIAUYca%2Bq4qugUIdBAAGgw4MzU0OTQ3NTMxMjYiDHvm%2FoM27rDCAxS7hCqXBZiwoyE6XNs%2BLG3NpyyCMszDbznVjxjxMp3LMZ74wq6pec4SnNtVevHbskUgm%2ByJaxFB0IwlAusyCEVtjsDJQNV%2BJkRM3kfkNn5fE8VFt8VHpmx9rr62R5PttlWnKWhn04wK4bKn25VGNTcgPiXs92vb5rXQ47R7USOR4yT92k87e%2B7a6mhI3kwrbUrGd0sFAwmjtQ4amPLA8jluEvZpUV0h6JFf%2Fw906lUZhaag5CELE9bmrENRR52%2Fcxb2Ngnf1Ph6VjdC%2BiVw2A1gsZ1ptXvLRGpiTc4UhLwr0Zl0B6NAKAHeevJa89N6hadzzSn9AW5kpM3tBqc3k6VK22%2Be%2B2Q0i3NNLvUdlV7bxwN%2B5gcJWFCO6bC1O%2FkuWOd5ASsnVSTMqnqC6Uz%2BSHLuD%2F0L4ML4uWOkpUy1ed9cBTXXmI0qh4ifsMPUpPXrGwH3VT4%2BA5lVeV55zYUmc8Qx5K%2BqrKb10EkLbd6Okx0Wz4e3oQJaGOQyJjCtgBUtdHv4nijssAJjtMC7ExxopqoHOztKcy6I4LI%2FelI8c%2Be%2FFXuqJ5KQtBnsEx%2BWZrBnE1O091OJAKsw6CzrQ%2FmtmYouxDQh7RFhDIJWxqTok0vmCXG9vvXs9YljGqhfm4HgvUX8b2C%2B83S5S3uaa90ddf3vx%2BBHICx0hySvwfxj9uAKfjuEdjtmiS0c0Fx1Jvt9G0Zkt7DpRJ9f2jKZVMnDuhDY7yT4pSzMVaEdP9tsQQx5UTph5lGfER6Fxua08bFvExXzpFU4rwv6fD0AAVc9ruDdlax6efLRP3ORNlFZcKyKrX1qJ2mw01qCot%2FxoZYdfRWi9hY2oNNArCnBOf3DbsSrHwa8UZX0Kro4LuZudLxXqn5MhDUFj0xNJBxDEDDD8pvQBjqxAQyZiz1dxVct0Ai2RuM%2BRI2bpPyLgSmApklYCOIkVOb2yeMs9I%2Fc8POoeX8YiHQNFlEZm8Lg8baX5kD%2FGL6YYHmZ4QqJW3vMDHnZnVXU6zhz4JbMMbVJQmsa0I6KNKe8mCA7O4XbFS3oEi8ZWPYYK3QlPdVpq1qI36jrwYwTzN1Qc1%2B3IIB%2B86nyBPua2xTcKyYLbZqYQRWqytYCctJr7u1nEQykh3guHngCZT%2FVzML%2BSg%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260515T155414Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTNDVRAFZ6%2F20260515%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=4f2103027cabd41d070812c347092c91486e78a4c3ca2a2916dddd045523ae8c HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 426553039 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 406.7M 0 0 0 704.0k 0 656.7k 10:34 00:01 10:33 657.3k 0 406.7M 0 0 0 960.0k 0 432.6k 16:02 00:02 16:00 432.8k 0 406.7M 0 0 0 1.18M 0 374.1k 18:33 00:03 18:30 374.1k 0 406.7M 0 0 0 1.50M 0 355.7k 19:31 00:04 19:27 355.8k 0 406.7M 0 0 0 1.75M 0 321.0k 21:37 00:05 21:32 321.0k 0 406.7M 0 0 0 1.93M 0 287.0k 24:10 00:06 24:04 219.2k 0 406.7M 0 0 0 2.06M 0 248.0k 27:59 00:08 27:51 183.0k 0 406.7M 0 0 0 2.18M 0 223.7k 31:01 00:10 30:51 151.4k 0 406.7M 0 0 0 2.37M 0 214.3k 32:23 00:11 32:12 127.4k 0 406.7M 0 0 0 2.50M 0 206.7k 33:34 00:12 33:22 112.9k 0 406.7M 0 0 0 2.68M 0 203.0k 34:11 00:13 33:58 115.6k 0 406.7M 0 0 0 2.87M 0 201.6k 34:25 00:14 34:11 136.7k 0 406.7M 0 0 0 3.00M 0 195.4k 35:31 00:15 35:16 145.7k 0 406.7M 0 0 0 3.12M 0 187.8k 36:58 00:17 36:41 134.9k 0 406.7M 0 0 0 3.25M 0 182.2k 38:05 00:18 37:47 130.6k 0 406.7M 0 0 0 3.43M 0 178.1k 38:58 00:19 38:39 123.6k 0 406.7M 0 0 0 3.62M 0 175.2k 39:37 00:21 39:16 116.5k 0 406.7M 0 0 0 3.81M 0 173.6k 39:59 00:22 39:37 123.0k 0 406.7M 0 0 0 4.00M 0 169.9k 40:51 00:24 40:27 126.8k 1 406.7M 0 0 1 4.12M 0 167.3k 41:28 00:25 41:03 128.3k 1 406.7M 0 0 1 4.25M 0 163.3k 42:30 00:26 42:04 120.9k 1 406.7M 0 0 1 4.37M 0 160.6k 43:12 00:27 42:45 114.5k 1 406.7M 0 0 1 4.50M 0 159.1k 43:37 00:28 43:09 108.7k 1 406.7M 0 0 1 4.75M 0 160.9k 43:08 00:30 42:38 125.4k 1 406.7M 0 0 1 4.87M 0 159.3k 43:33 00:31 43:02 126.2k 1 406.7M 0 0 1 5.00M 0 158.2k 43:52 00:32 43:20 134.4k 1 406.7M 0 0 1 5.25M 0 159.5k 43:30 00:33 42:57 154.4k 1 406.7M 0 0 1 5.43M 0 159.7k 43:27 00:34 42:53 162.7k 1 406.7M 0 0 1 5.62M 0 159.8k 43:25 00:36 42:49 154.3k 1 406.7M 0 0 1 5.81M 0 160.2k 43:19 00:37 42:42 164.8k 1 406.7M 0 0 1 5.93M 0 159.2k 43:35 00:38 42:57 164.8k 1 406.7M 0 0 1 6.12M 0 159.2k 43:36 00:39 42:57 157.0k 1 406.7M 0 0 1 6.31M 0 159.9k 43:23 00:40 42:43 161.6k 1 406.7M 0 0 1 6.50M 0 159.2k 43:36 00:41 42:55 155.2k 1 406.7M 0 0 1 6.68M 0 159.8k 43:25 00:42 42:43 157.4k 1 406.7M 0 0 1 6.87M 0 158.1k 43:53 00:44 43:09 151.5k 1 406.7M 0 0 1 7.00M 0 156.0k 44:28 00:45 43:43 137.1k 1 406.7M 0 0 1 7.06M 0 154.1k 45:03 00:46 44:17 117.6k 1 406.7M 0 0 1 7.12M 0 152.2k 45:36 00:47 44:49 104.4k 1 406.7M 0 0 1 7.25M 0 150.5k 46:07 00:49 45:18 90980 1 406.7M 0 0 1 7.43M 0 150.1k 46:14 00:50 45:24 94949 1 406.7M 0 0 1 7.62M 0 149.6k 46:22 00:52 45:30 102.6k 1 406.7M 0 0 1 7.75M 0 149.1k 46:32 00:53 45:39 112.1k 1 406.7M 0 0 1 7.93M 0 149.3k 46:29 00:54 45:35 128.0k 1 406.7M 0 0 1 8.06M 0 148.6k 46:42 00:55 45:47 133.7k 2 406.7M 0 0 2 8.18M 0 147.6k 47:01 00:56 46:05 126.5k 2 406.7M 0 0 2 8.37M 0 147.2k 47:08 00:58 46:10 126.6k 2 406.7M 0 0 2 8.50M 0 146.1k 47:30 00:59 46:31 120.9k 2 406.7M 0 0 2 8.62M 0 144.6k 48:00 01:01 46:59 106.0k 2 406.7M 0 0 2 8.75M 0 143.1k 48:30 01:02 47:28 99.57k 2 406.7M 0 0 2 8.87M 0 141.5k 49:03 01:04 47:59 97195 2 406.7M 0 0 2 9.00M 0 141.1k 49:10 01:05 48:05 92985 2 406.7M 0 0 2 9.12M 0 140.7k 49:19 01:06 48:13 95882 2 406.7M 0 0 2 9.31M 0 141.1k 49:11 01:07 48:04 108.3k 2 406.7M 0 0 2 9.50M 0 140.8k 49:17 01:09 48:08 118.8k 2 406.7M 0 0 2 9.62M 0 140.0k 49:33 01:10 48:23 125.1k 2 406.7M 0 0 2 9.75M 0 139.5k 49:44 01:11 48:33 122.6k 2 406.7M 0 0 2 9.93M 0 139.5k 49:45 01:12 48:33 126.9k 2 406.7M 0 0 2 10.12M 0 140.1k 49:32 01:13 48:19 129.3k 2 406.7M 0 0 2 10.31M 0 140.7k 49:18 01:15 48:03 140.0k 2 406.7M 0 0 2 10.43M 0 140.5k 49:22 01:16 48:06 146.6k 2 406.7M 0 0 2 10.56M 0 140.1k 49:33 01:17 48:16 146.9k 2 406.7M 0 0 2 10.68M 0 139.3k 49:48 01:18 48:30 137.7k 2 406.7M 0 0 2 10.81M 0 139.1k 49:52 01:19 48:33 126.7k 2 406.7M 0 0 2 11.00M 0 139.2k 49:52 01:20 48:32 119.3k 2 406.7M 0 0 2 11.18M 0 139.1k 49:53 01:22 48:31 121.7k 2 406.7M 0 0 2 11.37M 0 139.3k 49:48 01:23 48:25 130.7k 2 406.7M 0 0 2 11.50M 0 139.2k 49:51 01:24 48:27 137.1k 2 406.7M 0 0 2 11.68M 0 139.2k 49:50 01:25 48:25 140.3k 2 406.7M 0 0 2 11.87M 0 139.5k 49:45 01:27 48:18 143.7k 2 406.7M 0 0 2 12.06M 0 139.0k 49:56 01:28 48:28 137.1k 2 406.7M 0 0 2 12.18M 0 138.2k 50:12 01:30 48:42 124.0k 3 406.7M 0 0 3 12.37M 0 138.2k 50:13 01:31 48:42 126.3k 3 406.7M 0 0 3 12.56M 0 138.3k 50:09 01:32 48:37 127.6k 3 406.7M 0 0 3 12.68M 0 138.1k 50:14 01:34 48:40 120.7k 3 406.7M 0 0 3 12.87M 0 138.4k 50:08 01:35 48:33 130.9k 3 406.7M 0 0 3 13.06M 0 138.6k 50:04 01:36 48:28 144.2k 3 406.7M 0 0 3 13.25M 0 138.4k 50:09 01:38 48:31 141.3k 3 406.7M 0 0 3 13.37M 0 138.1k 50:14 01:39 48:35 134.9k 3 406.7M 0 0 3 13.50M 0 138.0k 50:18 01:40 48:38 135.7k 3 406.7M 0 0 3 13.62M 0 137.3k 50:33 01:41 48:52 120.5k 3 406.7M 0 0 3 13.75M 0 137.1k 50:37 01:42 48:55 113.6k 3 406.7M 0 0 3 13.93M 0 137.2k 50:34 01:43 48:51 118.4k 3 406.7M 0 0 3 14.12M 0 137.7k 50:25 01:45 48:40 129.7k 3 406.7M 0 0 3 14.31M 0 137.6k 50:26 01:46 48:40 131.4k 3 406.7M 0 0 3 14.43M 0 137.1k 50:38 01:47 48:51 133.3k 3 406.7M 0 0 3 14.56M 0 136.6k 50:48 01:49 48:59 129.0k 3 406.7M 0 0 3 14.75M 0 136.9k 50:40 01:50 48:50 132.0k 3 406.7M 0 0 3 14.93M 0 137.0k 50:38 01:51 48:47 127.0k 3 406.7M 0 0 3 15.06M 0 136.9k 50:41 01:52 48:49 124.9k 3 406.7M 0 0 3 15.18M 0 136.8k 50:44 01:53 48:51 131.3k 3 406.7M 0 0 3 15.37M 0 137.2k 50:35 01:54 48:41 148.8k 3 406.7M 0 0 3 15.62M 0 138.0k 50:17 01:55 48:22 159.1k 3 406.7M 0 0 3 15.81M 0 138.3k 50:11 01:57 48:14 163.2k 3 406.7M 0 0 3 15.93M 0 138.0k 50:18 01:58 48:20 159.6k 3 406.7M 0 0 3 16.06M 0 137.8k 50:22 01:59 48:23 158.0k 3 406.7M 0 0 3 16.25M 0 138.1k 50:14 02:00 48:14 156.6k 4 406.7M 0 0 4 16.50M 0 138.8k 50:00 02:01 47:59 154.0k 4 406.7M 0 0 4 16.68M 0 138.9k 49:57 02:02 47:55 151.7k 4 406.7M 0 0 4 16.87M 0 139.2k 49:50 02:04 47:46 164.9k 4 406.7M 0 0 4 17.00M 0 139.1k 49:52 02:05 47:47 167.4k 4 406.7M 0 0 4 17.12M 0 138.7k 50:01 02:06 47:55 151.5k 4 406.7M 0 0 4 17.25M 0 138.6k 50:03 02:07 47:56 135.5k 4 406.7M 0 0 4 17.43M 0 138.6k 50:04 02:08 47:56 132.2k 4 406.7M 0 0 4 17.62M 0 138.2k 50:12 02:10 48:02 119.2k 4 406.7M 0 0 4 17.75M 0 138.0k 50:17 02:11 48:06 116.8k 4 406.7M 0 0 4 18.00M 0 138.5k 50:05 02:12 47:53 134.8k 4 406.7M 0 0 4 18.18M 0 138.5k 50:07 02:14 47:53 135.7k 4 406.7M 0 0 4 18.37M 0 138.4k 50:07 02:15 47:52 135.6k 4 406.7M 0 0 4 18.56M 0 138.3k 50:09 02:17 47:52 140.5k 4 406.7M 0 0 4 18.68M 0 138.1k 50:14 02:18 47:56 140.7k 4 406.7M 0 0 4 18.87M 0 138.4k 50:09 02:19 47:50 134.4k 4 406.7M 0 0 4 19.12M 0 138.9k 49:58 02:20 47:38 147.0k 4 406.7M 0 0 4 19.31M 0 139.0k 49:55 02:22 47:33 151.5k 4 406.7M 0 0 4 19.43M 0 138.8k 49:59 02:23 47:36 150.1k 4 406.7M 0 0 4 19.56M 0 138.6k 50:03 02:24 47:39 150.0k 4 406.7M 0 0 4 19.68M 0 138.3k 50:11 02:25 47:46 136.1k 4 406.7M 0 0 4 19.87M 0 138.3k 50:09 02:27 47:42 126.2k 4 406.7M 0 0 4 20.12M 0 139.1k 49:54 02:28 47:26 140.0k 5 406.7M 0 0 5 20.37M 0 139.8k 49:38 02:29 47:09 162.8k 5 406.7M 0 0 5 20.62M 0 140.3k 49:28 02:30 46:58 178.7k 5 406.7M 0 0 5 20.75M 0 140.1k 49:32 02:31 47:01 185.7k 5 406.7M 0 0 5 20.87M 0 139.7k 49:41 02:33 47:08 171.8k 5 406.7M 0 0 5 21.06M 0 139.8k 49:38 02:34 47:04 158.3k 5 406.7M 0 0 5 21.18M 0 139.7k 49:40 02:35 47:05 138.3k 5 406.7M 0 0 5 21.37M 0 139.8k 49:37 02:36 47:01 129.0k 5 406.7M 0 0 5 21.56M 0 140.0k 49:33 02:37 46:56 138.8k 5 406.7M 0 0 5 21.75M 0 140.3k 49:28 02:38 46:50 156.6k 5 406.7M 0 0 5 21.93M 0 140.3k 49:27 02:40 46:47 153.1k 5 406.7M 0 0 5 22.12M 0 140.6k 49:21 02:41 46:40 163.2k 5 406.7M 0 0 5 22.31M 0 140.7k 49:18 02:42 46:36 165.0k 5 406.7M 0 0 5 22.50M 0 141.0k 49:14 02:43 46:31 165.8k 5 406.7M 0 0 5 22.68M 0 141.0k 49:13 02:44 46:29 159.7k 5 406.7M 0 0 5 22.87M 0 141.0k 49:13 02:46 46:27 159.4k 5 406.7M 0 0 5 23.00M 0 140.9k 49:16 02:47 46:29 148.1k 5 406.7M 0 0 5 23.12M 0 140.6k 49:22 02:48 46:34 136.7k 5 406.7M 0 0 5 23.25M 0 140.5k 49:24 02:49 46:35 127.4k 5 406.7M 0 0 5 23.43M 0 140.6k 49:21 02:50 46:31 130.5k 5 406.7M 0 0 5 23.62M 0 140.6k 49:20 02:51 46:29 130.8k 5 406.7M 0 0 5 23.75M 0 140.4k 49:26 02:53 46:33 126.6k 5 406.7M 0 0 5 23.87M 0 140.0k 49:34 02:54 46:40 124.4k 5 406.7M 0 0 5 24.00M 0 139.4k 49:47 02:56 46:51 112.3k 5 406.7M 0 0 5 24.12M 0 138.9k 49:57 02:57 47:00 98.50k 5 406.7M 0 0 5 24.25M 0 138.6k 50:03 02:59 47:04 92226 5 406.7M 0 0 5 24.37M 0 138.5k 50:05 03:00 47:05 95283 6 406.7M 0 0 6 24.56M 0 138.8k 49:59 03:01 46:58 107.1k 6 406.7M 0 0 6 24.75M 0 138.9k 49:57 03:02 46:55 126.0k 6 406.7M 0 0 6 24.87M 0 138.7k 50:02 03:03 46:59 132.2k 6 406.7M 0 0 6 25.00M 0 138.5k 50:05 03:04 47:01 135.7k 6 406.7M 0 0 6 25.18M 0 138.5k 50:06 03:06 47:00 137.7k 6 406.7M 0 0 6 25.37M 0 138.4k 50:08 03:07 47:01 127.7k 6 406.7M 0 0 6 25.50M 0 138.0k 50:16 03:09 47:07 113.5k 6 406.7M 0 0 6 25.68M 0 138.1k 50:15 03:10 47:05 121.2k 6 406.7M 0 0 6 25.87M 0 138.3k 50:11 03:11 47:00 130.4k 6 406.7M 0 0 6 26.06M 0 138.2k 50:12 03:12 47:00 130.8k 6 406.7M 0 0 6 26.18M 0 138.1k 50:15 03:14 47:01 128.5k 6 406.7M 0 0 6 26.37M 0 138.3k 50:11 03:15 46:56 146.2k 6 406.7M 0 0 6 26.62M 0 138.7k 50:02 03:16 46:46 157.2k 6 406.7M 0 0 6 26.81M 0 138.8k 49:59 03:17 46:42 157.0k 6 406.7M 0 0 6 27.00M 0 139.1k 49:54 03:18 46:36 166.0k 6 406.7M 0 0 6 27.18M 0 139.0k 49:56 03:20 46:36 166.4k 6 406.7M 0 0 6 27.37M 0 139.0k 49:55 03:21 46:34 161.1k 6 406.7M 0 0 6 27.56M 0 138.9k 49:57 03:23 46:34 146.1k 6 406.7M 0 0 6 27.68M 0 138.7k 50:03 03:24 46:39 133.4k 6 406.7M 0 0 6 27.87M 0 138.6k 50:03 03:25 46:38 126.8k 6 406.7M 0 0 6 28.00M 0 138.5k 50:07 03:27 46:40 123.4k 6 406.7M 0 0 6 28.18M 0 138.4k 50:07 03:28 46:39 121.7k 6 406.7M 0 0 6 28.37M 0 138.4k 50:08 03:29 46:39 123.1k 7 406.7M 0 0 7 28.56M 0 138.4k 50:09 03:31 46:38 129.9k 7 406.7M 0 0 7 28.75M 0 138.3k 50:11 03:32 46:39 128.0k 7 406.7M 0 0 7 28.93M 0 138.1k 50:15 03:34 46:41 127.4k 7 406.7M 0 0 7 29.06M 0 137.7k 50:23 03:35 46:48 118.5k 7 406.7M 0 0 7 29.18M 0 137.6k 50:26 03:37 46:49 114.8k 7 406.7M 0 0 7 29.31M 0 137.3k 50:33 03:38 46:55 105.4k 7 406.7M 0 0 7 29.43M 0 137.0k 50:38 03:39 46:59 99.51k 7 406.7M 0 0 7 29.62M 0 137.0k 50:39 03:41 46:58 103.3k 7 406.7M 0 0 7 29.75M 0 136.9k 50:42 03:42 47:00 108.3k 7 406.7M 0 0 7 29.87M 0 136.7k 50:45 03:43 47:02 107.0k 7 406.7M 0 0 7 30.00M 0 136.4k 50:52 03:45 47:07 107.0k 7 406.7M 0 0 7 30.12M 0 136.2k 50:58 03:46 47:12 107.1k 7 406.7M 0 0 7 30.31M 0 136.2k 50:57 03:47 47:10 109.1k 7 406.7M 0 0 7 30.50M 0 136.3k 50:54 03:49 47:05 117.4k 7 406.7M 0 0 7 30.68M 0 136.5k 50:50 03:50 47:00 129.5k 7 406.7M 0 0 7 30.93M 0 137.0k 50:39 03:51 46:48 158.9k 7 406.7M 0 0 7 31.18M 0 137.4k 50:31 03:52 46:39 182.3k 7 406.7M 0 0 7 31.37M 0 137.4k 50:30 03:53 46:37 183.7k 7 406.7M 0 0 7 31.56M 0 137.3k 50:32 03:55 46:37 172.7k 7 406.7M 0 0 7 31.68M 0 137.2k 50:34 03:56 46:38 163.9k 7 406.7M 0 0 7 31.87M 0 137.3k 50:33 03:57 46:36 147.9k 7 406.7M 0 0 7 32.06M 0 137.4k 50:31 03:58 46:33 138.1k 7 406.7M 0 0 7 32.18M 0 137.3k 50:32 03:59 46:33 133.5k 7 406.7M 0 0 7 32.37M 0 137.3k 50:33 04:01 46:32 137.0k 7 406.7M 0 0 7 32.50M 0 137.2k 50:34 04:02 46:32 136.2k 8 406.7M 0 0 8 32.62M 0 137.0k 50:40 04:03 46:37 125.1k 8 406.7M 0 0 8 32.75M 0 136.8k 50:43 04:05 46:38 115.5k 8 406.7M 0 0 8 32.87M 0 136.7k 50:45 04:06 46:39 113.6k 8 406.7M 0 0 8 33.06M 0 136.8k 50:44 04:07 46:37 115.7k 8 406.7M 0 0 8 33.25M 0 136.7k 50:47 04:09 46:38 116.3k 8 406.7M 0 0 8 33.43M 0 136.6k 50:47 04:10 46:37 124.5k 8 406.7M 0 0 8 33.56M 0 136.6k 50:48 04:11 46:37 127.5k 8 406.7M 0 0 8 33.75M 0 136.6k 50:47 04:12 46:35 134.0k 8 406.7M 0 0 8 33.93M 0 136.8k 50:43 04:13 46:30 139.7k 8 406.7M 0 0 8 34.12M 0 136.9k 50:40 04:15 46:25 148.6k 8 406.7M 0 0 8 34.31M 0 137.1k 50:36 04:16 46:20 158.8k 8 406.7M 0 0 8 34.50M 0 137.2k 50:35 04:17 46:18 162.3k 8 406.7M 0 0 8 34.68M 0 137.4k 50:31 04:18 46:13 169.2k 8 406.7M 0 0 8 34.87M 0 137.5k 50:28 04:19 46:09 166.2k 8 406.7M 0 0 8 35.06M 0 137.7k 50:24 04:20 46:04 170.8k 8 406.7M 0 0 8 35.25M 0 137.8k 50:20 04:21 45:59 170.5k 8 406.7M 0 0 8 35.43M 0 137.8k 50:21 04:23 45:58 167.2k 8 406.7M 0 0 8 35.62M 0 137.8k 50:20 04:24 45:56 158.7k 8 406.7M 0 0 8 35.81M 0 137.8k 50:21 04:25 45:56 151.4k 8 406.7M 0 0 8 35.93M 0 137.7k 50:24 04:27 45:57 137.5k 8 406.7M 0 0 8 36.06M 0 137.6k 50:26 04:28 45:58 127.7k 8 406.7M 0 0 8 36.25M 0 137.7k 50:23 04:29 45:54 133.8k 8 406.7M 0 0 8 36.50M 0 138.2k 50:14 04:30 45:44 151.9k 9 406.7M 0 0 9 36.75M 0 138.6k 50:05 04:31 45:34 174.8k 9 406.7M 0 0 9 37.00M 0 138.9k 49:57 04:32 45:25 202.2k 9 406.7M 0 0 9 37.31M 0 139.4k 49:46 04:33 45:13 227.2k 9 406.7M 0 0 9 37.50M 0 139.4k 49:46 04:35 45:11 218.0k 9 406.7M 0 0 9 37.62M 0 139.4k 49:47 04:36 45:11 196.3k 9 406.7M 0 0 9 37.75M 0 139.3k 49:48 04:37 45:11 174.9k 9 406.7M 0 0 9 37.87M 0 139.1k 49:53 04:38 45:15 147.1k 9 406.7M 0 0 9 38.00M 0 139.1k 49:54 04:39 45:15 120.7k 9 406.7M 0 0 9 38.18M 0 139.0k 49:55 04:41 45:14 118.7k 9 406.7M 0 0 9 38.31M 0 138.9k 49:57 04:42 45:15 117.5k 9 406.7M 0 0 9 38.50M 0 139.0k 49:56 04:43 45:13 123.4k 9 406.7M 0 0 9 38.68M 0 139.0k 49:55 04:44 45:11 134.2k 9 406.7M 0 0 9 38.87M 0 139.1k 49:53 04:46 45:07 141.9k 9 406.7M 0 0 9 39.06M 0 139.3k 49:49 04:47 45:02 152.5k 9 406.7M 0 0 9 39.25M 0 139.4k 49:47 04:48 44:59 161.1k 9 406.7M 0 0 9 39.50M 0 139.7k 49:41 04:49 44:52 171.8k 9 406.7M 0 0 9 39.75M 0 140.0k 49:34 04:50 44:44 189.0k 9 406.7M 0 0 9 40.00M 0 140.2k 49:29 04:51 44:38 194.2k 9 406.7M 0 0 9 40.18M 0 140.4k 49:25 04:53 44:32 194.0k 9 406.7M 0 0 9 40.31M 0 140.3k 49:28 04:54 44:34 182.9k 9 406.7M 0 0 9 40.43M 0 139.9k 49:37 04:55 44:42 149.1k 9 406.7M 0 0 9 40.50M 0 139.6k 49:42 04:56 44:46 121.7k 9 406.7M 0 0 9 40.62M 0 139.4k 49:46 04:58 44:48 101.3k 10 406.7M 0 0 10 40.81M 0 139.4k 49:46 04:59 44:47 99116 10 406.7M 0 0 10 41.00M 0 139.4k 49:46 05:01 44:45 102.9k 10 406.7M 0 0 10 41.18M 0 139.6k 49:43 05:02 44:41 125.3k 10 406.7M 0 0 10 41.37M 0 139.5k 49:45 05:03 44:42 133.2k 10 406.7M 0 0 10 41.50M 0 139.4k 49:46 05:04 44:42 139.3k 10 406.7M 0 0 10 41.62M 0 139.4k 49:48 05:05 44:43 135.4k 10 406.7M 0 0 10 41.81M 0 139.4k 49:47 05:07 44:40 138.6k 10 406.7M 0 0 10 42.00M 0 139.4k 49:46 05:08 44:38 132.7k 10 406.7M 0 0 10 42.12M 0 139.4k 49:47 05:09 44:38 135.2k 10 406.7M 0 0 10 42.31M 0 139.5k 49:45 05:10 44:35 144.0k 10 406.7M 0 0 10 42.56M 0 139.9k 49:37 05:11 44:26 167.1k 10 406.7M 0 0 10 42.81M 0 140.2k 49:30 05:12 44:18 182.4k 10 406.7M 0 0 10 43.00M 0 140.2k 49:29 05:13 44:16 184.4k 10 406.7M 0 0 10 43.12M 0 140.0k 49:33 05:15 44:18 174.3k 10 406.7M 0 0 10 43.31M 0 140.0k 49:34 05:16 44:18 163.7k 10 406.7M 0 0 10 43.50M 0 140.0k 49:34 05:18 44:16 122.4k 10 406.7M 0 0 10 43.50M 0 140.0k 49:34 05:18 44:16 140.0k 10 406.7M 0 0 10 43.68M 0 140.1k 49:33 05:19 44:14 157.2k 10 406.7M 0 0 10 43.81M 0 139.9k 49:36 05:20 44:16 129.7k 10 406.7M 0 0 10 43.93M 0 139.8k 49:38 05:21 44:17 124.3k 10 406.7M 0 0 10 44.06M 0 139.7k 49:41 05:22 44:19 118.9k 10 406.7M 0 0 10 44.25M 0 139.7k 49:40 05:24 44:16 125.8k 10 406.7M 0 0 10 44.37M 0 139.4k 49:46 05:25 44:21 108.3k 10 406.7M 0 0 10 44.50M 0 139.3k 49:48 05:26 44:22 110.4k 10 406.7M 0 0 10 44.68M 0 139.4k 49:46 05:28 44:18 119.5k 11 406.7M 0 0 11 44.81M 0 139.4k 49:47 05:29 44:18 123.3k 11 406.7M 0 0 11 44.93M 0 139.1k 49:52 05:30 44:22 110.2k 11 406.7M 0 0 11 45.12M 0 139.2k 49:51 05:31 44:20 127.4k 11 406.7M 0 0 11 45.31M 0 139.3k 49:50 05:33 44:17 135.6k 11 406.7M 0 0 11 45.50M 0 139.3k 49:50 05:34 44:16 131.1k 11 406.7M 0 0 11 45.68M 0 139.3k 49:49 05:35 44:14 136.3k 11 406.7M 0 0 11 45.87M 0 139.4k 49:47 05:36 44:11 152.8k 11 406.7M 0 0 11 46.06M 0 139.4k 49:46 05:38 44:08 152.3k 11 406.7M 0 0 11 46.25M 0 139.4k 49:46 05:39 44:07 149.1k 11 406.7M 0 0 11 46.43M 0 139.5k 49:45 05:40 44:05 152.2k 11 406.7M 0 0 11 46.62M 0 139.6k 49:42 05:41 44:01 155.6k 11 406.7M 0 0 11 46.81M 0 139.6k 49:42 05:43 43:59 150.5k 11 406.7M 0 0 11 47.00M 0 139.7k 49:41 05:44 43:57 152.6k 11 406.7M 0 0 11 47.18M 0 139.8k 49:38 05:45 43:53 158.4k 11 406.7M 0 0 11 47.37M 0 139.7k 49:41 05:47 43:54 148.9k 11 406.7M 0 0 11 47.50M 0 139.3k 49:48 05:48 44:00 126.2k 11 406.7M 0 0 11 47.62M 0 139.2k 49:51 05:50 44:01 118.9k 11 406.7M 0 0 11 47.75M 0 139.0k 49:56 05:51 44:05 104.7k 11 406.7M 0 0 11 47.87M 0 138.8k 49:59 05:52 44:07 97038 11 406.7M 0 0 11 48.00M 0 138.8k 50:00 05:54 44:06 96079 11 406.7M 0 0 11 48.12M 0 138.7k 50:02 05:55 44:07 103.5k 11 406.7M 0 0 11 48.31M 0 138.7k 50:02 05:56 44:06 110.5k 11 406.7M 0 0 11 48.50M 0 138.8k 49:59 05:57 44:02 130.4k 11 406.7M 0 0 11 48.68M 0 138.9k 49:58 05:58 44:00 141.0k 12 406.7M 0 0 12 48.87M 0 138.9k 49:56 06:00 43:56 148.2k 12 406.7M 0 0 12 49.06M 0 139.0k 49:55 06:01 43:54 156.0k 12 406.7M 0 0 12 49.25M 0 139.0k 49:55 06:02 43:53 158.4k 12 406.7M 0 0 12 49.37M 0 138.9k 49:56 06:03 43:53 146.7k 12 406.7M 0 0 12 49.50M 0 138.9k 49:57 06:04 43:53 140.8k 12 406.7M 0 0 12 49.68M 0 138.9k 49:57 06:06 43:51 138.3k 12 406.7M 0 0 12 49.87M 0 139.1k 49:54 06:07 43:47 143.2k 12 406.7M 0 0 12 50.06M 0 139.1k 49:53 06:08 43:45 145.9k 12 406.7M 0 0 12 50.25M 0 139.2k 49:51 06:09 43:42 155.8k 12 406.7M 0 0 12 50.37M 0 139.1k 49:53 06:10 43:43 153.0k 12 406.7M 0 0 12 50.56M 0 139.2k 49:51 06:11 43:40 154.6k 12 406.7M 0 0 12 50.75M 0 139.2k 49:51 06:13 43:38 147.9k 12 406.7M 0 0 12 50.93M 0 139.2k 49:51 06:14 43:37 144.0k 12 406.7M 0 0 12 51.12M 0 139.2k 49:51 06:15 43:36 139.6k 12 406.7M 0 0 12 51.31M 0 139.2k 49:51 06:17 43:34 143.9k 12 406.7M 0 0 12 51.50M 0 139.2k 49:50 06:18 43:32 142.0k 12 406.7M 0 0 12 51.62M 0 139.1k 49:54 06:19 43:35 132.0k 12 406.7M 0 0 12 51.75M 0 139.0k 49:54 06:21 43:33 129.5k 12 406.7M 0 0 12 51.93M 0 139.2k 49:52 06:22 43:30 136.5k 12 406.7M 0 0 12 52.12M 0 139.2k 49:51 06:23 43:28 139.7k 12 406.7M 0 0 12 52.31M 0 139.2k 49:50 06:24 43:26 139.4k 12 406.7M 0 0 12 52.43M 0 139.2k 49:52 06:25 43:27 145.7k 12 406.7M 0 0 12 52.56M 0 139.1k 49:53 06:26 43:27 142.9k 12 406.7M 0 0 12 52.68M 0 139.0k 49:56 06:28 43:28 127.2k 12 406.7M 0 0 12 52.87M 0 139.0k 49:55 06:29 43:26 125.2k 13 406.7M 0 0 13 53.06M 0 139.0k 49:55 06:30 43:25 125.9k 13 406.7M 0 0 13 53.25M 0 139.0k 49:56 06:32 43:24 127.0k 13 406.7M 0 0 13 53.43M 0 139.0k 49:56 06:33 43:23 130.9k 13 406.7M 0 0 13 53.56M 0 138.9k 49:57 06:34 43:23 134.5k 13 406.7M 0 0 13 53.75M 0 138.9k 49:57 06:36 43:21 135.2k 13 406.7M 0 0 13 53.93M 0 138.9k 49:58 06:37 43:21 131.1k 13 406.7M 0 0 13 54.12M 0 138.9k 49:58 06:38 43:20 132.6k 13 406.7M 0 0 13 54.25M 0 138.8k 49:59 06:39 43:20 131.3k 13 406.7M 0 0 13 54.43M 0 138.9k 49:58 06:41 43:17 137.6k 13 406.7M 0 0 13 54.56M 0 138.8k 50:00 06:42 43:18 130.4k 13 406.7M 0 0 13 54.75M 0 138.9k 49:58 06:43 43:15 138.5k 13 406.7M 0 0 13 55.00M 0 139.1k 49:53 06:44 43:09 155.4k 13 406.7M 0 0 13 55.18M 0 139.2k 49:51 06:45 43:06 163.8k 13 406.7M 0 0 13 55.31M 0 139.1k 49:53 06:47 43:06 153.7k 13 406.7M 0 0 13 55.43M 0 139.0k 49:55 06:48 43:07 153.9k 13 406.7M 0 0 13 55.62M 0 139.0k 49:55 06:49 43:06 147.8k 13 406.7M 0 0 13 55.75M 0 139.0k 49:56 06:50 43:06 130.3k 13 406.7M 0 0 13 55.93M 0 138.9k 49:57 06:52 43:05 122.7k 13 406.7M 0 0 13 56.12M 0 139.0k 49:56 06:53 43:03 130.1k 13 406.7M 0 0 13 56.31M 0 139.0k 49:54 06:54 43:00 141.1k 13 406.7M 0 0 13 56.50M 0 139.1k 49:53 06:55 42:58 146.6k 13 406.7M 0 0 13 56.62M 0 139.0k 49:55 06:56 42:59 142.3k 13 406.7M 0 0 13 56.75M 0 138.9k 49:58 06:58 43:00 135.1k 13 406.7M 0 0 13 56.93M 0 138.9k 49:57 06:59 42:58 137.0k 14 406.7M 0 0 14 57.12M 0 139.0k 49:56 07:00 42:56 133.7k 14 406.7M 0 0 14 57.25M 0 138.9k 49:57 07:01 42:56 123.9k 14 406.7M 0 0 14 57.37M 0 138.9k 49:58 07:02 42:56 128.1k 14 406.7M 0 0 14 57.50M 0 138.8k 49:59 07:03 42:56 134.9k 14 406.7M 0 0 14 57.68M 0 138.9k 49:58 07:05 42:53 134.9k 14 406.7M 0 0 14 57.93M 0 139.1k 49:54 07:06 42:48 145.5k 14 406.7M 0 0 14 58.12M 0 139.1k 49:53 07:07 42:46 155.0k 14 406.7M 0 0 14 58.25M 0 139.1k 49:54 07:08 42:46 154.7k 14 406.7M 0 0 14 58.37M 0 139.0k 49:55 07:09 42:46 151.2k 14 406.7M 0 0 14 58.56M 0 139.0k 49:55 07:11 42:44 146.8k 14 406.7M 0 0 14 58.75M 0 139.0k 49:55 07:12 42:43 135.8k 14 406.7M 0 0 14 58.93M 0 139.0k 49:55 07:14 42:41 131.2k 14 406.7M 0 0 14 59.12M 0 139.0k 49:56 07:15 42:41 132.7k 14 406.7M 0 0 14 59.25M 0 138.9k 49:57 07:16 42:41 135.0k 14 406.7M 0 0 14 59.43M 0 138.9k 49:57 07:18 42:39 133.3k 14 406.7M 0 0 14 59.56M 0 138.7k 50:02 07:19 42:43 119.6k 14 406.7M 0 0 14 59.75M 0 138.7k 50:02 07:21 42:41 118.8k 14 406.7M 0 0 14 59.93M 0 138.7k 50:03 07:22 42:41 118.8k 14 406.7M 0 0 14 60.12M 0 138.6k 50:03 07:23 42:40 121.5k 14 406.7M 0 0 14 60.25M 0 138.6k 50:04 07:24 42:40 120.1k 14 406.7M 0 0 14 60.37M 0 138.6k 50:04 07:25 42:39 129.9k 14 406.7M 0 0 14 60.56M 0 138.7k 50:03 07:27 42:36 136.9k 14 406.7M 0 0 14 60.68M 0 138.6k 50:05 07:28 42:37 131.1k 14 406.7M 0 0 14 60.81M 0 138.5k 50:07 07:29 42:38 124.1k 14 406.7M 0 0 14 60.93M 0 138.4k 50:08 07:30 42:38 123.4k 15 406.7M 0 0 15 61.06M 0 138.3k 50:11 07:32 42:39 116.8k 15 406.7M 0 0 15 61.18M 0 138.1k 50:14 07:33 42:41 101.9k 15 406.7M 0 0 15 61.31M 0 138.0k 50:16 07:34 42:42 101.7k 15 406.7M 0 0 15 61.50M 0 138.1k 50:14 07:35 42:39 112.8k 15 406.7M 0 0 15 61.68M 0 138.2k 50:13 07:36 42:37 121.2k 15 406.7M 0 0 15 61.81M 0 138.1k 50:16 07:38 42:38 121.8k 15 406.7M 0 0 15 61.93M 0 138.0k 50:17 07:39 42:38 127.1k 15 406.7M 0 0 15 62.12M 0 138.1k 50:16 07:40 42:36 139.2k 15 406.7M 0 0 15 62.31M 0 138.2k 50:13 07:41 42:32 142.5k 15 406.7M 0 0 15 62.50M 0 138.2k 50:12 07:42 42:30 143.3k 15 406.7M 0 0 15 62.62M 0 138.2k 50:13 07:43 42:30 150.2k 15 406.7M 0 0 15 62.75M 0 138.2k 50:13 07:44 42:29 151.6k 15 406.7M 0 0 15 62.87M 0 138.1k 50:14 07:45 42:29 143.6k 15 406.7M 0 0 15 63.06M 0 138.2k 50:13 07:47 42:26 138.8k 15 406.7M 0 0 15 63.25M 0 138.3k 50:11 07:48 42:23 142.0k 15 406.7M 0 0 15 63.43M 0 138.3k 50:09 07:49 42:20 150.5k 15 406.7M 0 0 15 63.62M 0 138.4k 50:09 07:50 42:19 155.9k 15 406.7M 0 0 15 63.75M 0 138.3k 50:10 07:51 42:19 153.6k 15 406.7M 0 0 15 63.87M 0 138.3k 50:10 07:52 42:18 148.4k 15 406.7M 0 0 15 64.06M 0 138.4k 50:09 07:53 42:16 144.4k 15 406.7M 0 0 15 64.25M 0 138.3k 50:10 07:55 42:15 136.8k 15 406.7M 0 0 15 64.37M 0 138.2k 50:13 07:56 42:17 124.2k 15 406.7M 0 0 15 64.50M 0 138.1k 50:14 07:57 42:17 124.1k 15 406.7M 0 0 15 64.68M 0 138.2k 50:12 07:59 42:13 133.5k 15 406.7M 0 0 15 64.93M 0 138.5k 50:07 08:00 42:07 145.7k 16 406.7M 0 0 16 65.12M 0 138.5k 50:05 08:01 42:04 157.5k 16 406.7M 0 0 16 65.25M 0 138.5k 50:06 08:02 42:04 163.6k 16 406.7M 0 0 16 65.37M 0 138.5k 50:07 08:03 42:04 167.5k 16 406.7M 0 0 16 65.56M 0 138.6k 50:05 08:04 42:01 167.2k 16 406.7M 0 0 16 65.81M 0 138.8k 50:00 08:05 41:55 169.8k 16 406.7M 0 0 16 66.00M 0 138.8k 49:59 08:06 41:53 161.9k 16 406.7M 0 0 16 66.12M 0 138.7k 50:01 08:07 41:54 157.9k 16 406.7M 0 0 16 66.25M 0 138.6k 50:03 08:09 41:54 151.9k 16 406.7M 0 0 16 66.37M 0 138.6k 50:04 08:10 41:54 141.0k 16 406.7M 0 0 16 66.50M 0 138.5k 50:07 08:11 41:56 113.1k 16 406.7M 0 0 16 66.62M 0 138.3k 50:11 08:13 41:58 98.58k 16 406.7M 0 0 16 66.81M 0 138.3k 50:10 08:14 41:56 108.6k 16 406.7M 0 0 16 67.06M 0 138.5k 50:07 08:15 41:52 126.5k 16 406.7M 0 0 16 67.25M 0 138.5k 50:06 08:17 41:49 131.8k 16 406.7M 0 0 16 67.37M 0 138.4k 50:07 08:18 41:49 136.4k 16 406.7M 0 0 16 67.56M 0 138.5k 50:06 08:19 41:47 157.5k 16 406.7M 0 0 16 67.75M 0 138.6k 50:05 08:20 41:45 158.3k 16 406.7M 0 0 16 67.87M 0 138.5k 50:05 08:21 41:44 144.7k 16 406.7M 0 0 16 68.00M 0 138.5k 50:06 08:22 41:44 140.0k 16 406.7M 0 0 16 68.12M 0 138.4k 50:08 08:23 41:45 134.1k 16 406.7M 0 0 16 68.31M 0 138.4k 50:08 08:25 41:43 129.4k 16 406.7M 0 0 16 68.43M 0 138.4k 50:09 08:26 41:43 121.9k 16 406.7M 0 0 16 68.56M 0 138.3k 50:10 08:27 41:43 121.3k 16 406.7M 0 0 16 68.68M 0 138.2k 50:12 08:28 41:44 114.9k 16 406.7M 0 0 16 68.87M 0 138.2k 50:13 08:30 41:43 121.9k 16 406.7M 0 0 16 69.00M 0 138.0k 50:16 08:31 41:45 108.4k 16 406.7M 0 0 16 69.12M 0 137.9k 50:19 08:33 41:46 102.5k 17 406.7M 0 0 17 69.25M 0 137.8k 50:21 08:34 41:47 100.5k 17 406.7M 0 0 17 69.37M 0 137.8k 50:22 08:35 41:47 104.2k 17 406.7M 0 0 17 69.50M 0 137.8k 50:22 08:36 41:46 102.5k 17 406.7M 0 0 17 69.62M 0 137.7k 50:23 08:37 41:46 109.4k 17 406.7M 0 0 17 69.75M 0 137.7k 50:24 08:38 41:46 117.0k 17 406.7M 0 0 17 69.87M 0 137.4k 50:29 08:40 41:49 104.5k 17 406.7M 0 0 17 69.93M 0 137.3k 50:33 08:41 41:52 97701 17 406.7M 0 0 17 70.00M 0 137.1k 50:36 08:42 41:54 86831 17 406.7M 0 0 17 70.12M 0 137.0k 50:39 08:44 41:55 80908 17 406.7M 0 0 17 70.25M 0 136.9k 50:41 08:45 41:56 80092 17 406.7M 0 0 17 70.43M 0 137.0k 50:39 08:46 41:53 98.20k 17 406.7M 0 0 17 70.62M 0 137.0k 50:40 08:47 41:53 109.7k 17 406.7M 0 0 17 70.75M 0 136.8k 50:43 08:49 41:54 112.3k 17 406.7M 0 0 17 70.87M 0 136.7k 50:45 08:50 41:55 118.2k 17 406.7M 0 0 17 71.00M 0 136.7k 50:46 08:51 41:55 118.4k 17 406.7M 0 0 17 71.12M 0 136.6k 50:49 08:53 41:56 103.4k 17 406.7M 0 0 17 71.25M 0 136.5k 50:49 08:54 41:55 101.4k 17 406.7M 0 0 17 71.37M 0 136.4k 50:52 08:55 41:57 103.0k 17 406.7M 0 0 17 71.50M 0 136.4k 50:53 08:56 41:57 104.5k 17 406.7M 0 0 17 71.68M 0 136.4k 50:53 08:58 41:55 109.5k 17 406.7M 0 0 17 71.81M 0 136.3k 50:54 08:59 41:55 114.8k 17 406.7M 0 0 17 72.00M 0 136.3k 50:54 09:00 41:54 119.7k 17 406.7M 0 0 17 72.12M 0 136.3k 50:55 09:01 41:54 121.5k 17 406.7M 0 0 17 72.25M 0 136.2k 50:57 09:03 41:54 119.8k 17 406.7M 0 0 17 72.43M 0 136.2k 50:57 09:04 41:53 121.9k 17 406.7M 0 0 17 72.68M 0 136.4k 50:52 09:05 41:47 144.2k 17 406.7M 0 0 17 72.93M 0 136.6k 50:48 09:06 41:42 162.1k 17 406.7M 0 0 17 73.12M 0 136.7k 50:47 09:07 41:40 173.5k 18 406.7M 0 0 18 73.25M 0 136.6k 50:48 09:08 41:40 172.6k 18 406.7M 0 0 18 73.37M 0 136.6k 50:49 09:10 41:39 169.5k 18 406.7M 0 0 18 73.50M 0 136.5k 50:49 09:11 41:38 148.5k 18 406.7M 0 0 18 73.68M 0 136.6k 50:49 09:12 41:37 131.3k 18 406.7M 0 0 18 73.87M 0 136.6k 50:48 09:13 41:35 131.9k 18 406.7M 0 0 18 74.06M 0 136.7k 50:47 09:14 41:33 143.8k 18 406.7M 0 0 18 74.25M 0 136.7k 50:46 09:15 41:31 150.6k 18 406.7M 0 0 18 74.43M 0 136.8k 50:44 09:17 41:27 159.2k 18 406.7M 0 0 18 74.62M 0 136.8k 50:43 09:18 41:25 163.2k 18 406.7M 0 0 18 74.75M 0 136.8k 50:44 09:19 41:25 153.5k 18 406.7M 0 0 18 74.93M 0 136.8k 50:43 09:20 41:23 152.0k 18 406.7M 0 0 18 75.12M 0 136.9k 50:41 09:21 41:20 155.5k 18 406.7M 0 0 18 75.25M 0 136.9k 50:42 09:22 41:20 147.2k 18 406.7M 0 0 18 75.37M 0 136.8k 50:43 09:23 41:20 136.8k 18 406.7M 0 0 18 75.50M 0 136.8k 50:44 09:25 41:19 134.7k 18 406.7M 0 0 18 75.68M 0 136.7k 50:45 09:26 41:19 128.8k 18 406.7M 0 0 18 75.81M 0 136.7k 50:46 09:27 41:19 116.0k 18 406.7M 0 0 18 76.00M 0 136.7k 50:46 09:29 41:17 118.3k 18 406.7M 0 0 18 76.12M 0 136.6k 50:47 09:30 41:17 119.8k 18 406.7M 0 0 18 76.25M 0 136.6k 50:49 09:31 41:18 119.2k 18 406.7M 0 0 18 76.37M 0 136.5k 50:50 09:32 41:18 114.8k 18 406.7M 0 0 18 76.56M 0 136.5k 50:50 09:34 41:16 120.8k 18 406.7M 0 0 18 76.75M 0 136.5k 50:51 09:35 41:16 118.8k 18 406.7M 0 0 18 76.87M 0 136.4k 50:52 09:36 41:16 116.0k 18 406.7M 0 0 18 77.00M 0 136.4k 50:53 09:38 41:15 118.1k 18 406.7M 0 0 18 77.12M 0 136.3k 50:54 09:39 41:15 121.7k 19 406.7M 0 0 19 77.31M 0 136.4k 50:53 09:40 41:13 124.7k 19 406.7M 0 0 19 77.43M 0 136.3k 50:56 09:41 41:15 116.2k 19 406.7M 0 0 19 77.56M 0 136.2k 50:57 09:42 41:15 115.2k 19 406.7M 0 0 19 77.68M 0 136.1k 50:59 09:44 41:15 111.9k 19 406.7M 0 0 19 77.81M 0 136.1k 51:00 09:45 41:15 111.9k 19 406.7M 0 0 19 78.06M 0 136.2k 50:57 09:46 41:11 120.7k 19 406.7M 0 0 19 78.31M 0 136.3k 50:54 09:48 41:06 141.9k 19 406.7M 0 0 19 78.56M 0 136.4k 50:51 09:49 41:02 159.7k 19 406.7M 0 0 19 78.75M 0 136.4k 50:52 09:50 41:02 166.1k 19 406.7M 0 0 19 78.93M 0 136.4k 50:53 09:52 41:01 158.6k 19 406.7M 0 0 19 79.00M 0 136.2k 50:56 09:53 41:03 138.6k 19 406.7M 0 0 19 79.12M 0 136.1k 51:00 09:55 41:05 115.5k 19 406.7M 0 0 19 79.25M 0 136.0k 51:02 09:56 41:06 99420 19 406.7M 0 0 19 79.43M 0 136.0k 51:01 09:57 41:04 99.50k 19 406.7M 0 0 19 79.62M 0 135.9k 51:03 09:59 41:04 100.2k 19 406.7M 0 0 19 79.68M 0 135.8k 51:06 10:00 41:06 100.2k 19 406.7M 0 0 19 79.75M 0 135.7k 51:08 10:01 41:07 100.5k 19 406.7M 0 0 19 79.87M 0 135.6k 51:11 10:03 41:08 98.64k 19 406.7M 0 0 19 80.06M 0 135.6k 51:11 10:04 41:07 98817 19 406.7M 0 0 19 80.18M 0 135.5k 51:13 10:05 41:08 95828 19 406.7M 0 0 19 80.37M 0 135.6k 51:11 10:06 41:05 113.5k 19 406.7M 0 0 19 80.62M 0 135.8k 51:06 10:07 40:59 144.0k 19 406.7M 0 0 19 80.81M 0 135.9k 51:05 10:08 40:57 166.7k 19 406.7M 0 0 19 81.06M 0 136.0k 51:01 10:09 40:52 188.4k 19 406.7M 0 0 19 81.25M 0 136.1k 50:59 10:11 40:48 205.2k 20 406.7M 0 0 20 81.43M 0 136.2k 50:58 10:12 40:46 200.4k 20 406.7M 0 0 20 81.62M 0 136.2k 50:57 10:13 40:44 179.5k 20 406.7M 0 0 20 81.87M 0 136.3k 50:54 10:14 40:40 183.8k 20 406.7M 0 0 20 82.12M 0 136.5k 50:51 10:16 40:35 178.7k 20 406.7M 0 0 20 82.31M 0 136.5k 50:50 10:17 40:33 175.9k 20 406.7M 0 0 20 82.56M 0 136.6k 50:47 10:18 40:29 181.9k 20 406.7M 0 0 20 82.75M 0 136.7k 50:46 10:19 40:27 189.0k 20 406.7M 0 0 20 82.93M 0 136.7k 50:45 10:20 40:25 179.5k 20 406.7M 0 0 20 83.06M 0 136.7k 50:46 10:22 40:24 159.1k 20 406.7M 0 0 20 83.18M 0 136.6k 50:47 10:23 40:24 150.4k 20 406.7M 0 0 20 83.31M 0 136.5k 50:50 10:24 40:26 124.7k 20 406.7M 0 0 20 83.43M 0 136.5k 50:51 10:25 40:26 114.0k 20 406.7M 0 0 20 83.56M 0 136.4k 50:52 10:27 40:25 103.3k 20 406.7M 0 0 20 83.68M 0 136.4k 50:53 10:28 40:25 105.0k 20 406.7M 0 0 20 83.81M 0 136.3k 50:55 10:29 40:26 101.5k 20 406.7M 0 0 20 84.00M 0 136.3k 50:55 10:30 40:25 113.8k 20 406.7M 0 0 20 84.18M 0 136.3k 50:54 10:32 40:22 120.7k 20 406.7M 0 0 20 84.37M 0 136.4k 50:52 10:33 40:19 156.9k 20 406.7M 0 0 20 84.37M 0 136.4k 50:52 10:33 40:19 136.4k 20 406.7M 0 0 20 84.56M 0 136.5k 50:51 10:34 40:17 172.3k 20 406.7M 0 0 20 84.75M 0 136.4k 50:51 10:35 40:16 146.0k 20 406.7M 0 0 20 84.87M 0 136.4k 50:53 10:37 40:16 129.4k 20 406.7M 0 0 20 85.00M 0 136.3k 50:54 10:38 40:16 128.2k 20 406.7M 0 0 20 85.18M 0 136.4k 50:53 10:39 40:14 134.8k 20 406.7M 0 0 20 85.31M 0 136.3k 50:55 10:40 40:15 118.0k 21 406.7M 0 0 21 85.50M 0 136.2k 50:56 10:42 40:14 115.7k 21 406.7M 0 0 21 85.62M 0 136.1k 50:58 10:43 40:15 115.6k 21 406.7M 0 0 21 85.81M 0 136.2k 50:57 10:45 40:12 121.7k 21 406.7M 0 0 21 86.00M 0 136.2k 50:57 10:46 40:11 118.2k 21 406.7M 0 0 21 86.18M 0 136.2k 50:57 10:47 40:10 127.6k 21 406.7M 0 0 21 86.37M 0 136.2k 50:56 10:48 40:08 138.6k 21 406.7M 0 0 21 86.62M 0 136.4k 50:53 10:50 40:03 157.8k 21 406.7M 0 0 21 86.87M 0 136.5k 50:51 10:51 40:00 165.0k 21 406.7M 0 0 21 87.00M 0 136.4k 50:53 10:52 40:01 156.8k 21 406.7M 0 0 21 87.12M 0 136.3k 50:55 10:54 40:01 147.3k 21 406.7M 0 0 21 87.31M 0 136.4k 50:53 10:55 39:58 148.1k 21 406.7M 0 0 21 87.62M 0 136.6k 50:49 10:56 39:53 157.1k 21 406.7M 0 0 21 87.81M 0 136.6k 50:47 10:57 39:50 152.0k 21 406.7M 0 0 21 88.00M 0 136.7k 50:47 10:59 39:48 164.6k 21 406.7M 0 0 21 88.18M 0 136.7k 50:46 11:00 39:46 176.8k 21 406.7M 0 0 21 88.31M 0 136.6k 50:47 11:01 39:46 164.4k 21 406.7M 0 0 21 88.50M 0 136.7k 50:46 11:02 39:44 148.4k 21 406.7M 0 0 21 88.68M 0 136.7k 50:47 11:04 39:43 140.8k 21 406.7M 0 0 21 88.87M 0 136.6k 50:47 11:05 39:42 135.5k 21 406.7M 0 0 21 89.06M 0 136.6k 50:47 11:07 39:40 133.5k 21 406.7M 0 0 21 89.25M 0 136.6k 50:48 11:08 39:40 131.6k 21 406.7M 0 0 21 89.37M 0 136.4k 50:53 11:10 39:43 112.9k 22 406.7M 0 0 22 89.50M 0 136.4k 50:53 11:11 39:42 110.9k 22 406.7M 0 0 22 89.68M 0 136.4k 50:53 11:13 39:40 112.9k 22 406.7M 0 0 22 89.81M 0 136.4k 50:53 11:14 39:39 110.5k 22 406.7M 0 0 22 89.93M 0 136.3k 50:54 11:15 39:39 110.3k 22 406.7M 0 0 22 90.12M 0 136.3k 50:55 11:16 39:39 124.9k 22 406.7M 0 0 22 90.25M 0 136.2k 50:57 11:18 39:39 117.3k 22 406.7M 0 0 22 90.37M 0 136.1k 50:58 11:19 39:39 110.8k 22 406.7M 0 0 22 90.56M 0 136.2k 50:56 11:20 39:36 120.6k 22 406.7M 0 0 22 90.81M 0 136.4k 50:53 11:21 39:32 143.2k 22 406.7M 0 0 22 91.00M 0 136.4k 50:51 11:22 39:29 154.8k 22 406.7M 0 0 22 91.18M 0 136.5k 50:51 11:24 39:27 168.5k 22 406.7M 0 0 22 91.37M 0 136.5k 50:51 11:25 39:26 174.6k 22 406.7M 0 0 22 91.50M 0 136.5k 50:51 11:26 39:25 164.8k 22 406.7M 0 0 22 91.62M 0 136.3k 50:54 11:27 39:27 130.1k 22 406.7M 0 0 22 91.75M 0 136.3k 50:55 11:29 39:26 120.1k 22 406.7M 0 0 22 91.87M 0 136.2k 50:57 11:30 39:27 107.0k 22 406.7M 0 0 22 92.00M 0 136.1k 50:58 11:31 39:27 98.79k 22 406.7M 0 0 22 92.12M 0 136.0k 51:00 11:33 39:27 96178 22 406.7M 0 0 22 92.25M 0 136.0k 51:01 11:34 39:27 100.8k 22 406.7M 0 0 22 92.43M 0 136.0k 51:00 11:35 39:25 109.7k 22 406.7M 0 0 22 92.56M 0 136.0k 51:02 11:36 39:26 113.0k 22 406.7M 0 0 22 92.68M 0 135.9k 51:03 11:38 39:25 113.0k 22 406.7M 0 0 22 92.87M 0 136.0k 51:02 11:39 39:23 128.1k 22 406.7M 0 0 22 93.06M 0 136.0k 51:00 11:40 39:20 140.2k 22 406.7M 0 0 22 93.25M 0 136.1k 50:59 11:41 39:18 142.1k 22 406.7M 0 0 22 93.43M 0 136.2k 50:58 11:42 39:16 158.8k 23 406.7M 0 0 23 93.62M 0 136.2k 50:57 11:43 39:14 169.3k 23 406.7M 0 0 23 93.81M 0 136.2k 50:56 11:44 39:12 165.8k 23 406.7M 0 0 23 94.06M 0 136.3k 50:54 11:46 39:08 169.2k 23 406.7M 0 0 23 94.25M 0 136.4k 50:53 11:47 39:06 168.6k 23 406.7M 0 0 23 94.43M 0 136.4k 50:52 11:48 39:04 163.2k 23 406.7M 0 0 23 94.62M 0 136.4k 50:52 11:49 39:03 163.4k 23 406.7M 0 0 23 94.75M 0 136.4k 50:52 11:51 39:01 158.1k 23 406.7M 0 0 23 94.87M 0 136.4k 50:53 11:52 39:01 143.2k 23 406.7M 0 0 23 95.00M 0 136.3k 50:55 11:53 39:02 124.3k 23 406.7M 0 0 23 95.12M 0 136.2k 50:56 11:54 39:02 115.9k 23 406.7M 0 0 23 95.31M 0 136.3k 50:56 11:56 39:00 115.9k 23 406.7M 0 0 23 95.50M 0 136.3k 50:54 11:57 38:57 126.3k 23 406.7M 0 0 23 95.62M 0 136.3k 50:55 11:58 38:57 124.9k 23 406.7M 0 0 23 95.75M 0 136.2k 50:57 11:59 38:58 126.1k 23 406.7M 0 0 23 95.87M 0 136.1k 50:59 12:01 38:58 120.8k 23 406.7M 0 0 23 96.00M 0 136.1k 51:00 12:02 38:58 113.6k 23 406.7M 0 0 23 96.18M 0 136.1k 51:00 12:03 38:57 108.9k 23 406.7M 0 0 23 96.37M 0 136.0k 51:00 12:05 38:55 110.5k 23 406.7M 0 0 23 96.50M 0 136.0k 51:01 12:06 38:55 116.8k 23 406.7M 0 0 23 96.62M 0 135.9k 51:04 12:07 38:57 114.6k 23 406.7M 0 0 23 96.75M 0 135.8k 51:06 12:09 38:57 107.5k 23 406.7M 0 0 23 96.93M 0 135.8k 51:06 12:10 38:56 107.0k 23 406.7M 0 0 23 97.06M 0 135.7k 51:07 12:11 38:56 103.7k 23 406.7M 0 0 23 97.18M 0 135.7k 51:09 12:13 38:56 100.3k 23 406.7M 0 0 23 97.31M 0 135.7k 51:09 12:14 38:55 109.9k 23 406.7M 0 0 23 97.50M 0 135.7k 51:09 12:15 38:54 122.8k 24 406.7M 0 0 24 97.68M 0 135.6k 51:09 12:17 38:52 119.3k 24 406.7M 0 0 24 97.87M 0 135.7k 51:08 12:18 38:50 131.1k 24 406.7M 0 0 24 98.12M 0 135.8k 51:06 12:19 38:47 152.6k 24 406.7M 0 0 24 98.31M 0 135.9k 51:04 12:20 38:44 161.8k 24 406.7M 0 0 24 98.43M 0 135.9k 51:04 12:21 38:43 160.6k 24 406.7M 0 0 24 98.56M 0 135.8k 51:07 12:23 38:44 149.3k 24 406.7M 0 0 24 98.68M 0 135.6k 51:09 12:24 38:45 130.1k 24 406.7M 0 0 24 98.81M 0 135.5k 51:12 12:26 38:46 105.2k 24 406.7M 0 0 24 98.93M 0 135.5k 51:13 12:27 38:46 96489 24 406.7M 0 0 24 99.06M 0 135.5k 51:13 12:28 38:45 94582 24 406.7M 0 0 24 99.25M 0 135.5k 51:12 12:29 38:43 108.8k 24 406.7M 0 0 24 99.50M 0 135.6k 51:09 12:30 38:39 135.3k 24 406.7M 0 0 24 99.68M 0 135.7k 51:09 12:32 38:37 151.4k 24 406.7M 0 0 24 99.87M 0 135.7k 51:08 12:33 38:35 161.1k 24 406.7M 0 0 24 100.0M 0 135.8k 51:07 12:34 38:33 172.5k 24 406.7M 0 0 24 100.1M 0 135.7k 51:07 12:35 38:32 161.2k 24 406.7M 0 0 24 100.3M 0 135.7k 51:08 12:36 38:32 140.5k 24 406.7M 0 0 24 100.4M 0 135.6k 51:11 12:38 38:33 126.9k 24 406.7M 0 0 24 100.5M 0 135.5k 51:13 12:39 38:34 110.7k 24 406.7M 0 0 24 100.6M 0 135.5k 51:13 12:40 38:33 101.9k 24 406.7M 0 0 24 100.8M 0 135.5k 51:14 12:42 38:32 104.5k 24 406.7M 0 0 24 101.0M 0 135.4k 51:15 12:43 38:32 104.0k 24 406.7M 0 0 24 101.1M 0 135.4k 51:15 12:44 38:31 115.2k 24 406.7M 0 0 24 101.3M 0 135.5k 51:14 12:46 38:28 130.3k 24 406.7M 0 0 24 101.5M 0 135.5k 51:14 12:47 38:27 133.3k 25 406.7M 0 0 25 101.7M 0 135.5k 51:12 12:48 38:24 142.9k 25 406.7M 0 0 25 101.9M 0 135.6k 51:11 12:49 38:22 157.4k 25 406.7M 0 0 25 102.1M 0 135.6k 51:09 12:51 38:18 163.4k 25 406.7M 0 0 25 102.3M 0 135.6k 51:11 12:52 38:19 151.6k 25 406.7M 0 0 25 102.4M 0 135.5k 51:13 12:53 38:20 140.2k 25 406.7M 0 0 25 102.5M 0 135.4k 51:14 12:55 38:19 126.5k 25 406.7M 0 0 25 102.7M 0 135.4k 51:15 12:56 38:19 116.3k 25 406.7M 0 0 25 102.9M 0 135.4k 51:14 12:58 38:16 110.7k 25 406.7M 0 0 25 103.1M 0 135.5k 51:12 12:59 38:13 127.7k 25 406.7M 0 0 25 103.3M 0 135.5k 51:12 13:00 38:12 137.2k 25 406.7M 0 0 25 103.5M 0 135.5k 51:12 13:02 38:10 143.3k 25 406.7M 0 0 25 103.6M 0 135.4k 51:14 13:03 38:11 140.3k 25 406.7M 0 0 25 103.8M 0 135.4k 51:16 13:05 38:11 128.1k 25 406.7M 0 0 25 103.9M 0 135.3k 51:17 13:06 38:11 110.4k 25 406.7M 0 0 25 104.0M 0 135.3k 51:18 13:07 38:11 105.4k 25 406.7M 0 0 25 104.1M 0 135.2k 51:18 13:08 38:10 102.2k 25 406.7M 0 0 25 104.3M 0 135.3k 51:17 13:09 38:08 116.7k 25 406.7M 0 0 25 104.5M 0 135.3k 51:17 13:11 38:06 128.4k 25 406.7M 0 0 25 104.7M 0 135.3k 51:17 13:12 38:05 135.0k 25 406.7M 0 0 25 104.8M 0 135.3k 51:18 13:13 38:05 134.8k 25 406.7M 0 0 25 105.0M 0 135.2k 51:19 13:14 38:05 134.5k 25 406.7M 0 0 25 105.1M 0 135.2k 51:20 13:15 38:05 121.6k 25 406.7M 0 0 25 105.2M 0 135.2k 51:20 13:17 38:03 116.3k 25 406.7M 0 0 25 105.3M 0 135.1k 51:21 13:18 38:03 111.7k 25 406.7M 0 0 25 105.5M 0 135.0k 51:23 13:19 38:04 105.5k 25 406.7M 0 0 25 105.6M 0 134.9k 51:25 13:21 38:04 98.02k 25 406.7M 0 0 25 105.7M 0 134.9k 51:26 13:22 38:04 99.42k 26 406.7M 0 0 26 105.8M 0 134.9k 51:27 13:23 38:04 98.52k 26 406.7M 0 0 26 106.0M 0 134.9k 51:26 13:24 38:02 107.4k 26 406.7M 0 0 26 106.2M 0 134.9k 51:26 13:26 38:00 121.3k 26 406.7M 0 0 26 106.3M 0 134.9k 51:26 13:27 37:59 129.0k 26 406.7M 0 0 26 106.5M 0 134.9k 51:27 13:28 37:59 130.3k 26 406.7M 0 0 26 106.6M 0 134.8k 51:28 13:29 37:59 132.4k 26 406.7M 0 0 26 106.8M 0 134.8k 51:28 13:30 37:58 126.1k 26 406.7M 0 0 26 106.9M 0 134.8k 51:28 13:31 37:57 119.9k 26 406.7M 0 0 26 107.0M 0 134.7k 51:31 13:33 37:58 110.9k 26 406.7M 0 0 26 107.1M 0 134.6k 51:32 13:34 37:58 106.4k 26 406.7M 0 0 26 107.3M 0 134.6k 51:33 13:35 37:58 104.7k 26 406.7M 0 0 26 107.5M 0 134.6k 51:33 13:37 37:56 109.3k 26 406.7M 0 0 26 107.6M 0 134.6k 51:33 13:38 37:55 110.9k 26 406.7M 0 0 26 107.8M 0 134.6k 51:33 13:40 37:53 124.6k 26 406.7M 0 0 26 108.0M 0 134.6k 51:34 13:41 37:53 127.2k 26 406.7M 0 0 26 108.2M 0 134.6k 51:34 13:43 37:51 130.3k 26 406.7M 0 0 26 108.4M 0 134.6k 51:33 13:44 37:49 132.7k 26 406.7M 0 0 26 108.6M 0 134.6k 51:32 13:45 37:47 137.8k 26 406.7M 0 0 26 108.7M 0 134.6k 51:33 13:46 37:47 133.4k 26 406.7M 0 0 26 108.8M 0 134.6k 51:34 13:48 37:46 135.5k 26 406.7M 0 0 26 109.0M 0 134.6k 51:33 13:49 37:44 137.7k 26 406.7M 0 0 26 109.2M 0 134.6k 51:32 13:50 37:42 137.6k 26 406.7M 0 0 26 109.5M 0 134.7k 51:31 13:52 37:39 143.4k 26 406.7M 0 0 26 109.6M 0 134.7k 51:31 13:53 37:38 142.7k 26 406.7M 0 0 26 109.8M 0 134.7k 51:32 13:54 37:38 145.6k 27 406.7M 0 0 27 109.9M 0 134.6k 51:33 13:56 37:37 133.0k 27 406.7M 0 0 27 110.1M 0 134.6k 51:33 13:57 37:36 130.0k 27 406.7M 0 0 27 110.3M 0 134.6k 51:34 13:59 37:35 119.0k 27 406.7M 0 0 27 110.4M 0 134.5k 51:35 14:00 37:35 117.5k 27 406.7M 0 0 27 110.5M 0 134.5k 51:36 14:01 37:35 112.0k 27 406.7M 0 0 27 110.6M 0 134.5k 51:36 14:02 37:34 118.4k 27 406.7M 0 0 27 110.8M 0 134.4k 51:37 14:03 37:34 114.1k 27 406.7M 0 0 27 110.9M 0 134.4k 51:37 14:04 37:33 112.1k 27 406.7M 0 0 27 111.0M 0 134.4k 51:38 14:05 37:33 115.6k 27 406.7M 0 0 27 111.1M 0 134.4k 51:38 14:06 37:32 119.6k 27 406.7M 0 0 27 111.3M 0 134.4k 51:38 14:08 37:30 124.1k 27 406.7M 0 0 27 111.6M 0 134.5k 51:36 14:09 37:27 140.6k 27 406.7M 0 0 27 111.8M 0 134.5k 51:35 14:10 37:25 145.7k 27 406.7M 0 0 27 112.0M 0 134.5k 51:35 14:12 37:23 148.9k 27 406.7M 0 0 27 112.1M 0 134.4k 51:37 14:13 37:24 138.1k 27 406.7M 0 0 27 112.2M 0 134.4k 51:39 14:15 37:24 130.4k 27 406.7M 0 0 27 112.3M 0 134.3k 51:40 14:16 37:24 111.9k 27 406.7M 0 0 27 112.5M 0 134.3k 51:40 14:17 37:23 110.0k 27 406.7M 0 0 27 112.6M 0 134.3k 51:41 14:19 37:22 103.8k 27 406.7M 0 0 27 112.8M 0 134.3k 51:41 14:20 37:21 111.4k 27 406.7M 0 0 27 112.9M 0 134.2k 51:41 14:21 37:20 116.6k 27 406.7M 0 0 27 113.1M 0 134.3k 51:41 14:22 37:19 128.0k 27 406.7M 0 0 27 113.3M 0 134.4k 51:38 14:23 37:15 144.9k 27 406.7M 0 0 27 113.5M 0 134.4k 51:38 14:25 37:13 148.3k 27 406.7M 0 0 27 113.7M 0 134.3k 51:39 14:26 37:13 147.2k 27 406.7M 0 0 27 113.8M 0 134.3k 51:41 14:28 37:13 139.1k 28 406.7M 0 0 28 114.0M 0 134.2k 51:42 14:29 37:13 130.6k 28 406.7M 0 0 28 114.1M 0 134.2k 51:43 14:30 37:13 109.0k 28 406.7M 0 0 28 114.2M 0 134.1k 51:44 14:31 37:13 103.2k 28 406.7M 0 0 28 114.3M 0 134.1k 51:45 14:33 37:12 100.2k 28 406.7M 0 0 28 114.5M 0 134.1k 51:45 14:34 37:11 106.4k 28 406.7M 0 0 28 114.6M 0 134.0k 51:47 14:35 37:12 102.6k 28 406.7M 0 0 28 114.7M 0 134.0k 51:48 14:36 37:12 104.1k 28 406.7M 0 0 28 114.9M 0 134.0k 51:47 14:38 37:09 114.4k 28 406.7M 0 0 28 115.1M 0 134.0k 51:48 14:39 37:09 116.7k 28 406.7M 0 0 28 115.2M 0 133.9k 51:48 14:40 37:08 115.8k 28 406.7M 0 0 28 115.3M 0 133.9k 51:49 14:41 37:08 122.8k 28 406.7M 0 0 28 115.5M 0 133.9k 51:48 14:43 37:05 131.4k 28 406.7M 0 0 28 115.7M 0 134.0k 51:47 14:44 37:03 134.2k 28 406.7M 0 0 28 116.0M 0 134.1k 51:45 14:45 37:00 154.7k 28 406.7M 0 0 28 116.1M 0 134.1k 51:45 14:46 36:59 156.7k 28 406.7M 0 0 28 116.3M 0 134.0k 51:46 14:48 36:58 147.2k 28 406.7M 0 0 28 116.4M 0 134.0k 51:47 14:49 36:58 144.4k 28 406.7M 0 0 28 116.6M 0 134.1k 51:45 14:50 36:55 145.4k 28 406.7M 0 0 28 116.8M 0 134.1k 51:45 14:51 36:54 133.2k 28 406.7M 0 0 28 117.0M 0 134.1k 51:44 14:52 36:52 135.7k 28 406.7M 0 0 28 117.1M 0 134.1k 51:45 14:54 36:51 145.0k 28 406.7M 0 0 28 117.3M 0 134.1k 51:45 14:55 36:50 141.5k 28 406.7M 0 0 28 117.5M 0 134.1k 51:45 14:57 36:48 135.7k 28 406.7M 0 0 28 117.6M 0 134.1k 51:44 14:58 36:46 139.6k 28 406.7M 0 0 28 117.8M 0 134.1k 51:45 14:59 36:46 130.4k 28 406.7M 0 0 28 117.9M 0 134.1k 51:46 15:00 36:46 129.3k 29 406.7M 0 0 29 118.0M 0 134.0k 51:46 15:01 36:45 128.9k 29 406.7M 0 0 29 118.1M 0 134.0k 51:47 15:02 36:45 119.4k 29 406.7M 0 0 29 118.3M 0 134.0k 51:46 15:04 36:42 118.9k 29 406.7M 0 0 29 118.5M 0 134.1k 51:46 15:05 36:41 128.8k 29 406.7M 0 0 29 118.6M 0 133.9k 51:48 15:07 36:41 116.8k 29 406.7M 0 0 29 118.8M 0 133.9k 51:49 15:08 36:41 117.7k 29 406.7M 0 0 29 119.0M 0 134.0k 51:47 15:09 36:38 137.9k 29 406.7M 0 0 29 119.3M 0 134.2k 51:42 15:10 36:32 157.5k 29 406.7M 0 0 29 119.6M 0 134.3k 51:39 15:11 36:28 174.7k 29 406.7M 0 0 29 119.7M 0 134.2k 51:41 15:13 36:28 181.7k 29 406.7M 0 0 29 119.8M 0 134.2k 51:42 15:14 36:28 183.6k 29 406.7M 0 0 29 120.0M 0 134.3k 51:41 15:15 36:26 173.0k 29 406.7M 0 0 29 120.3M 0 134.4k 51:38 15:16 36:22 160.7k 29 406.7M 0 0 29 120.5M 0 134.5k 51:35 15:17 36:18 160.4k 29 406.7M 0 0 29 120.7M 0 134.5k 51:35 15:18 36:17 177.0k 29 406.7M 0 0 29 120.9M 0 134.6k 51:34 15:19 36:15 185.0k 29 406.7M 0 0 29 121.1M 0 134.7k 51:31 15:21 36:10 199.4k 29 406.7M 0 0 29 121.3M 0 134.7k 51:31 15:22 36:09 183.2k 29 406.7M 0 0 29 121.5M 0 134.7k 51:31 15:23 36:08 163.0k 29 406.7M 0 0 29 121.7M 0 134.7k 51:31 15:25 36:06 157.3k 29 406.7M 0 0 29 121.8M 0 134.6k 51:33 15:26 36:07 143.0k 30 406.7M 0 0 30 122.0M 0 134.6k 51:33 15:28 36:05 127.7k 30 406.7M 0 0 30 122.1M 0 134.6k 51:33 15:29 36:04 121.4k 30 406.7M 0 0 30 122.3M 0 134.6k 51:33 15:30 36:03 122.8k 30 406.7M 0 0 30 122.6M 0 134.7k 51:31 15:31 36:00 136.5k 30 406.7M 0 0 30 122.8M 0 134.7k 51:30 15:32 35:58 153.5k 30 406.7M 0 0 30 123.0M 0 134.8k 51:30 15:34 35:56 154.5k 30 406.7M 0 0 30 123.1M 0 134.8k 51:29 15:35 35:54 160.8k 30 406.7M 0 0 30 123.3M 0 134.7k 51:30 15:37 35:53 150.9k 30 406.7M 0 0 30 123.5M 0 134.7k 51:31 15:38 35:53 131.9k 30 406.7M 0 0 30 123.5M 0 134.6k 51:33 15:39 35:54 113.6k 30 406.7M 0 0 30 123.6M 0 134.5k 51:34 15:41 35:53 105.1k 30 406.7M 0 0 30 123.8M 0 134.5k 51:35 15:42 35:53 102.3k 30 406.7M 0 0 30 124.0M 0 134.5k 51:35 15:43 35:52 103.5k 30 406.7M 0 0 30 124.1M 0 134.5k 51:35 15:45 35:50 111.5k 30 406.7M 0 0 30 124.3M 0 134.5k 51:35 15:46 35:49 120.9k 30 406.7M 0 0 30 124.4M 0 134.5k 51:36 15:47 35:49 123.3k 30 406.7M 0 0 30 124.5M 0 134.5k 51:36 15:48 35:48 121.6k 30 406.7M 0 0 30 124.7M 0 134.5k 51:35 15:49 35:46 131.1k 30 406.7M 0 0 30 124.8M 0 134.5k 51:36 15:50 35:46 125.8k 30 406.7M 0 0 30 125.0M 0 134.4k 51:37 15:51 35:46 121.1k 30 406.7M 0 0 30 125.1M 0 134.4k 51:38 15:53 35:45 121.1k 30 406.7M 0 0 30 125.3M 0 134.4k 51:37 15:54 35:43 132.5k 30 406.7M 0 0 30 125.5M 0 134.6k 51:34 15:55 35:39 146.0k 30 406.7M 0 0 30 125.7M 0 134.6k 51:33 15:56 35:37 161.7k 30 406.7M 0 0 30 125.8M 0 134.6k 51:33 15:57 35:36 180.6k 30 406.7M 0 0 30 125.8M 0 134.6k 51:33 15:57 35:36 134.6k 30 406.7M 0 0 30 126.0M 0 134.6k 51:34 15:58 35:36 114.6k 31 406.7M 0 0 31 126.1M 0 134.6k 51:33 15:59 35:34 130.2k 31 406.7M 0 0 31 126.3M 0 134.5k 51:35 16:01 35:34 119.0k 31 406.7M 0 0 31 126.4M 0 134.5k 51:36 16:02 35:34 111.4k 31 406.7M 0 0 31 126.5M 0 134.5k 51:37 16:03 35:34 112.1k 31 406.7M 0 0 31 126.6M 0 134.4k 51:37 16:04 35:33 110.9k 31 406.7M 0 0 31 126.8M 0 134.4k 51:37 16:06 35:31 109.9k 31 406.7M 0 0 31 127.0M 0 134.4k 51:37 16:07 35:30 119.8k 31 406.7M 0 0 31 127.2M 0 134.5k 51:36 16:08 35:28 135.8k 31 406.7M 0 0 31 127.4M 0 134.5k 51:36 16:10 35:26 137.0k 31 406.7M 0 0 31 127.5M 0 134.4k 51:37 16:11 35:26 133.7k 31 406.7M 0 0 31 127.6M 0 134.3k 51:40 16:13 35:27 117.2k 31 406.7M 0 0 31 127.7M 0 134.2k 51:42 16:14 35:28 103.7k 31 406.7M 0 0 31 127.8M 0 134.2k 51:43 16:15 35:28 94869 31 406.7M 0 0 31 128.0M 0 134.2k 51:43 16:16 35:27 91516 31 406.7M 0 0 31 128.1M 0 134.1k 51:44 16:17 35:27 94145 31 406.7M 0 0 31 128.2M 0 134.1k 51:45 16:19 35:26 99.72k 31 406.7M 0 0 31 128.3M 0 134.0k 51:47 16:20 35:27 101.5k 31 406.7M 0 0 31 128.5M 0 134.0k 51:46 16:21 35:25 111.6k 31 406.7M 0 0 31 128.7M 0 134.0k 51:46 16:23 35:23 115.4k 31 406.7M 0 0 31 128.9M 0 134.1k 51:45 16:24 35:21 125.3k 31 406.7M 0 0 31 129.1M 0 134.2k 51:43 16:25 35:18 147.5k 31 406.7M 0 0 31 129.3M 0 134.2k 51:41 16:26 35:15 171.0k 31 406.7M 0 0 31 129.6M 0 134.3k 51:40 16:27 35:13 179.8k 31 406.7M 0 0 31 129.8M 0 134.4k 51:38 16:28 35:10 192.2k 31 406.7M 0 0 31 130.0M 0 134.5k 51:36 16:29 35:07 205.2k 32 406.7M 0 0 32 130.3M 0 134.6k 51:34 16:31 35:03 203.8k 32 406.7M 0 0 32 130.5M 0 134.7k 51:32 16:32 35:00 202.9k 32 406.7M 0 0 32 130.7M 0 134.7k 51:31 16:33 34:58 195.4k 32 406.7M 0 0 32 130.8M 0 134.7k 51:32 16:34 34:58 179.6k 32 406.7M 0 0 32 131.0M 0 134.6k 51:33 16:36 34:57 151.6k 32 406.7M 0 0 32 131.1M 0 134.6k 51:34 16:37 34:57 131.0k 32 406.7M 0 0 32 131.2M 0 134.5k 51:35 16:38 34:57 112.4k 32 406.7M 0 0 32 131.4M 0 134.5k 51:35 16:40 34:55 109.2k 32 406.7M 0 0 32 131.5M 0 134.5k 51:35 16:41 34:54 111.8k 32 406.7M 0 0 32 131.6M 0 134.4k 51:37 16:42 34:55 111.6k 32 406.7M 0 0 32 131.8M 0 134.4k 51:39 16:44 34:55 105.4k 32 406.7M 0 0 32 131.9M 0 134.3k 51:40 16:45 34:55 104.5k 32 406.7M 0 0 32 132.1M 0 134.3k 51:39 16:46 34:53 107.5k 32 406.7M 0 0 32 132.2M 0 134.3k 51:39 16:47 34:52 107.1k 32 406.7M 0 0 32 132.4M 0 134.3k 51:39 16:49 34:50 118.2k 32 406.7M 0 0 32 132.5M 0 134.3k 51:40 16:50 34:50 127.3k 32 406.7M 0 0 32 132.6M 0 134.3k 51:40 16:51 34:49 131.6k 32 406.7M 0 0 32 132.9M 0 134.4k 51:38 16:52 34:46 140.2k 32 406.7M 0 0 32 133.1M 0 134.5k 51:36 16:53 34:43 160.1k 32 406.7M 0 0 32 133.5M 0 134.7k 51:32 16:54 34:38 190.7k 32 406.7M 0 0 32 133.7M 0 134.8k 51:30 16:55 34:35 210.4k 32 406.7M 0 0 32 133.9M 0 134.8k 51:28 16:56 34:32 225.9k 32 406.7M 0 0 32 134.1M 0 134.8k 51:28 16:58 34:30 214.9k 33 406.7M 0 0 33 134.3M 0 134.8k 51:28 16:59 34:29 197.3k 33 406.7M 0 0 33 134.4M 0 134.8k 51:28 17:00 34:28 161.8k 33 406.7M 0 0 33 134.5M 0 134.8k 51:29 17:01 34:28 142.3k 33 406.7M 0 0 33 134.6M 0 134.8k 51:29 17:03 34:26 127.4k 33 406.7M 0 0 33 134.8M 0 134.7k 51:31 17:04 34:27 115.9k 33 406.7M 0 0 33 134.9M 0 134.7k 51:31 17:05 34:26 107.8k 33 406.7M 0 0 33 135.0M 0 134.6k 51:33 17:07 34:26 100.8k 33 406.7M 0 0 33 135.2M 0 134.6k 51:32 17:08 34:24 109.4k 33 406.7M 0 0 33 135.4M 0 134.7k 51:31 17:09 34:22 120.7k 33 406.7M 0 0 33 135.6M 0 134.8k 51:29 17:10 34:19 145.1k 33 406.7M 0 0 33 135.9M 0 134.9k 51:27 17:11 34:16 165.7k 33 406.7M 0 0 33 136.1M 0 134.9k 51:26 17:12 34:14 190.7k 33 406.7M 0 0 33 136.2M 0 134.9k 51:27 17:14 34:13 175.2k 33 406.7M 0 0 33 136.3M 0 134.8k 51:30 17:15 34:15 147.1k 33 406.7M 0 0 33 136.5M 0 134.7k 51:31 17:17 34:14 122.2k 33 406.7M 0 0 33 136.6M 0 134.6k 51:32 17:18 34:14 100.8k 33 406.7M 0 0 33 136.8M 0 134.6k 51:32 17:20 34:12 98644 33 406.7M 0 0 33 137.0M 0 134.7k 51:31 17:21 34:10 109.7k 33 406.7M 0 0 33 137.2M 0 134.8k 51:29 17:22 34:07 141.7k 33 406.7M 0 0 33 137.5M 0 134.9k 51:27 17:23 34:04 165.8k 33 406.7M 0 0 33 137.6M 0 134.9k 51:26 17:24 34:02 177.3k 33 406.7M 0 0 33 137.8M 0 134.9k 51:25 17:25 34:00 187.3k 33 406.7M 0 0 33 138.1M 0 135.1k 51:22 17:27 33:55 203.3k 34 406.7M 0 0 34 138.4M 0 135.2k 51:20 17:28 33:52 197.1k 34 406.7M 0 0 34 138.5M 0 135.1k 51:21 17:29 33:52 179.9k 34 406.7M 0 0 34 138.7M 0 135.1k 51:21 17:30 33:51 178.5k 34 406.7M 0 0 34 138.9M 0 135.2k 51:20 17:32 33:48 171.5k 34 406.7M 0 0 34 139.0M 0 135.1k 51:21 17:33 33:48 141.1k 34 406.7M 0 0 34 139.1M 0 135.1k 51:22 17:34 33:48 124.5k 34 406.7M 0 0 34 139.3M 0 135.1k 51:21 17:35 33:46 134.3k 34 406.7M 0 0 34 139.6M 0 135.2k 51:19 17:37 33:42 146.5k 34 406.7M 0 0 34 139.8M 0 135.3k 51:18 17:38 33:40 153.4k 34 406.7M 0 0 34 140.0M 0 135.3k 51:17 17:39 33:38 163.7k 34 406.7M 0 0 34 140.1M 0 135.3k 51:17 17:40 33:37 169.1k 34 406.7M 0 0 34 140.3M 0 135.3k 51:17 17:42 33:35 161.9k 34 406.7M 0 0 34 140.5M 0 135.3k 51:17 17:43 33:34 152.8k 34 406.7M 0 0 34 140.7M 0 135.4k 51:16 17:44 33:32 152.3k 34 406.7M 0 0 34 141.0M 0 135.4k 51:15 17:46 33:29 152.1k 34 406.7M 0 0 34 141.1M 0 135.3k 51:17 17:47 33:30 136.8k 34 406.7M 0 0 34 141.2M 0 135.2k 51:18 17:49 33:29 127.5k 34 406.7M 0 0 34 141.3M 0 135.2k 51:20 17:50 33:30 117.0k 34 406.7M 0 0 34 141.5M 0 135.2k 51:20 17:51 33:29 104.7k 34 406.7M 0 0 34 141.6M 0 135.2k 51:21 17:53 33:28 99.36k 34 406.7M 0 0 34 141.8M 0 135.1k 51:21 17:54 33:27 105.3k 34 406.7M 0 0 34 142.0M 0 135.1k 51:22 17:55 33:27 113.3k 34 406.7M 0 0 34 142.1M 0 135.1k 51:22 17:56 33:26 117.2k 34 406.7M 0 0 34 142.3M 0 135.1k 51:21 17:58 33:23 129.9k 35 406.7M 0 0 35 142.5M 0 135.2k 51:20 17:59 33:21 138.5k 35 406.7M 0 0 35 142.6M 0 135.2k 51:20 18:00 33:20 141.4k 35 406.7M 0 0 35 142.8M 0 135.1k 51:21 18:01 33:20 138.9k 35 406.7M 0 0 35 142.9M 0 135.1k 51:22 18:03 33:19 135.3k 35 406.7M 0 0 35 143.1M 0 135.1k 51:22 18:04 33:18 131.4k 35 406.7M 0 0 35 143.3M 0 135.1k 51:21 18:05 33:16 128.6k 35 406.7M 0 0 35 143.5M 0 135.1k 51:21 18:06 33:15 133.4k 35 406.7M 0 0 35 143.6M 0 135.1k 51:21 18:08 33:13 135.5k 35 406.7M 0 0 35 143.8M 0 135.0k 51:23 18:10 33:13 126.1k 35 406.7M 0 0 35 143.9M 0 135.0k 51:24 18:11 33:13 118.6k 35 406.7M 0 0 35 144.0M 0 134.9k 51:25 18:12 33:13 105.3k 35 406.7M 0 0 35 144.1M 0 134.8k 51:28 18:14 33:14 93054 35 406.7M 0 0 35 144.3M 0 134.8k 51:29 18:16 33:13 85311 35 406.7M 0 0 35 144.4M 0 134.7k 51:30 18:17 33:13 90770 35 406.7M 0 0 35 144.5M 0 134.7k 51:31 18:18 33:13 92892 35 406.7M 0 0 35 144.6M 0 134.6k 51:32 18:19 33:13 92356 35 406.7M 0 0 35 144.8M 0 134.5k 51:34 18:21 33:13 92083 35 406.7M 0 0 35 144.9M 0 134.5k 51:35 18:23 33:12 95742 35 406.7M 0 0 35 145.0M 0 134.4k 51:37 18:24 33:13 93662 35 406.7M 0 0 35 145.2M 0 134.4k 51:37 18:26 33:11 94979 35 406.7M 0 0 35 145.3M 0 134.4k 51:38 18:27 33:11 98241 35 406.7M 0 0 35 145.5M 0 134.4k 51:38 18:28 33:10 110.3k 35 406.7M 0 0 35 145.6M 0 134.4k 51:38 18:29 33:09 112.9k 35 406.7M 0 0 35 145.8M 0 134.3k 51:39 18:31 33:08 116.7k 35 406.7M 0 0 35 146.0M 0 134.4k 51:39 18:32 33:07 123.0k 35 406.7M 0 0 35 146.1M 0 134.4k 51:38 18:33 33:05 135.6k 35 406.7M 0 0 35 146.3M 0 134.4k 51:37 18:34 33:03 144.2k 36 406.7M 0 0 36 146.5M 0 134.5k 51:36 18:35 33:01 155.6k 36 406.7M 0 0 36 146.6M 0 134.5k 51:36 18:36 33:00 161.5k 36 406.7M 0 0 36 146.8M 0 134.4k 51:37 18:37 33:00 152.6k 36 406.7M 0 0 36 147.0M 0 134.5k 51:36 18:39 32:57 148.0k 36 406.7M 0 0 36 147.1M 0 134.5k 51:36 18:40 32:56 143.0k 36 406.7M 0 0 36 147.3M 0 134.5k 51:36 18:41 32:55 133.8k 36 406.7M 0 0 36 147.5M 0 134.5k 51:36 18:42 32:54 133.6k 36 406.7M 0 0 36 147.6M 0 134.5k 51:37 18:43 32:54 135.5k 36 406.7M 0 0 36 147.8M 0 134.4k 51:37 18:45 32:52 131.1k 36 406.7M 0 0 36 148.0M 0 134.4k 51:37 18:46 32:51 125.6k 36 406.7M 0 0 36 148.1M 0 134.3k 51:39 18:48 32:51 111.2k 36 406.7M 0 0 36 148.3M 0 134.4k 51:39 18:49 32:50 117.2k 36 406.7M 0 0 36 148.5M 0 134.4k 51:37 18:50 32:47 128.2k 36 406.7M 0 0 36 148.6M 0 134.5k 51:36 18:51 32:45 137.4k 36 406.7M 0 0 36 148.9M 0 134.5k 51:35 18:53 32:42 152.8k 36 406.7M 0 0 36 149.1M 0 134.6k 51:34 18:54 32:40 183.5k 36 406.7M 0 0 36 149.3M 0 134.6k 51:33 18:55 32:38 188.5k 36 406.7M 0 0 36 149.5M 0 134.6k 51:32 18:56 32:36 178.1k 36 406.7M 0 0 36 149.6M 0 134.6k 51:33 18:57 32:36 167.8k 36 406.7M 0 0 36 149.7M 0 134.6k 51:34 18:59 32:35 139.2k 36 406.7M 0 0 36 149.8M 0 134.5k 51:35 19:00 32:35 121.8k 36 406.7M 0 0 36 150.0M 0 134.5k 51:35 19:01 32:34 119.3k 36 406.7M 0 0 36 150.1M 0 134.5k 51:35 19:02 32:33 114.7k 36 406.7M 0 0 36 150.3M 0 134.5k 51:35 19:03 32:32 112.3k 36 406.7M 0 0 36 150.4M 0 134.4k 51:37 19:05 32:32 112.1k 37 406.7M 0 0 37 150.5M 0 134.4k 51:39 19:07 32:32 108.0k 37 406.7M 0 0 37 150.6M 0 134.3k 51:39 19:08 32:31 100.7k 37 406.7M 0 0 37 150.8M 0 134.3k 51:39 19:09 32:30 101.7k 37 406.7M 0 0 37 151.0M 0 134.2k 51:41 19:11 32:30 96985 37 406.7M 0 0 37 151.1M 0 134.3k 51:40 19:12 32:28 108.8k 37 406.7M 0 0 37 151.3M 0 134.3k 51:39 19:13 32:26 128.9k 37 406.7M 0 0 37 151.5M 0 134.3k 51:40 19:14 32:26 127.4k 37 406.7M 0 0 37 151.6M 0 134.3k 51:41 19:16 32:25 120.6k 37 406.7M 0 0 37 151.7M 0 134.2k 51:42 19:17 32:25 131.5k 37 406.7M 0 0 37 152.0M 0 134.3k 51:40 19:18 32:22 141.1k 37 406.7M 0 0 37 152.3M 0 134.5k 51:36 19:19 32:17 160.4k 37 406.7M 0 0 37 152.5M 0 134.6k 51:34 19:20 32:14 184.4k 37 406.7M 0 0 37 152.7M 0 134.6k 51:33 19:21 32:12 205.7k 37 406.7M 0 0 37 152.9M 0 134.6k 51:33 19:22 32:11 210.3k 37 406.7M 0 0 37 153.1M 0 134.7k 51:32 19:24 32:08 201.9k 37 406.7M 0 0 37 153.3M 0 134.7k 51:31 19:25 32:06 177.3k 37 406.7M 0 0 37 153.5M 0 134.7k 51:31 19:26 32:05 156.4k 37 406.7M 0 0 37 153.6M 0 134.6k 51:32 19:28 32:04 141.5k 37 406.7M 0 0 37 153.8M 0 134.6k 51:33 19:29 32:04 135.3k 37 406.7M 0 0 37 153.9M 0 134.6k 51:34 19:30 32:04 119.7k 37 406.7M 0 0 37 154.0M 0 134.5k 51:35 19:32 32:03 105.6k 37 406.7M 0 0 37 154.1M 0 134.5k 51:35 19:33 32:02 104.3k 37 406.7M 0 0 37 154.3M 0 134.5k 51:36 19:34 32:02 106.6k 37 406.7M 0 0 37 154.4M 0 134.5k 51:36 19:35 32:01 105.2k 38 406.7M 0 0 38 154.6M 0 134.5k 51:35 19:36 31:59 125.8k 38 406.7M 0 0 38 154.9M 0 134.6k 51:33 19:38 31:55 150.0k 38 406.7M 0 0 38 155.1M 0 134.6k 51:33 19:39 31:54 158.2k 38 406.7M 0 0 38 155.3M 0 134.6k 51:32 19:40 31:52 163.3k 38 406.7M 0 0 38 155.4M 0 134.6k 51:33 19:41 31:52 164.3k 38 406.7M 0 0 38 155.6M 0 134.6k 51:32 19:43 31:49 155.2k 38 406.7M 0 0 38 155.8M 0 134.7k 51:31 19:44 31:47 150.2k 38 406.7M 0 0 38 156.0M 0 134.7k 51:31 19:45 31:46 149.3k 38 406.7M 0 0 38 156.2M 0 134.7k 51:30 19:46 31:44 157.6k 38 406.7M 0 0 38 156.3M 0 134.7k 51:30 19:47 31:43 157.7k 38 406.7M 0 0 38 156.5M 0 134.7k 51:30 19:49 31:41 154.5k 38 406.7M 0 0 38 156.7M 0 134.8k 51:29 19:50 31:39 154.8k 38 406.7M 0 0 38 156.9M 0 134.8k 51:29 19:51 31:38 151.4k 38 406.7M 0 0 38 157.1M 0 134.8k 51:28 19:53 31:35 145.9k 38 406.7M 0 0 38 157.3M 0 134.8k 51:29 19:54 31:35 142.1k 38 406.7M 0 0 38 157.4M 0 134.8k 51:29 19:55 31:34 138.4k 38 406.7M 0 0 38 157.5M 0 134.7k 51:31 19:57 31:34 121.3k 38 406.7M 0 0 38 157.6M 0 134.7k 51:31 19:58 31:33 118.1k 38 406.7M 0 0 38 157.8M 0 134.7k 51:30 19:59 31:31 118.6k 38 406.7M 0 0 38 158.0M 0 134.7k 51:30 20:00 31:30 125.1k 38 406.7M 0 0 38 158.2M 0 134.8k 51:29 20:01 31:28 135.2k 38 406.7M 0 0 38 158.4M 0 134.7k 51:30 20:03 31:27 142.6k 38 406.7M 0 0 38 158.5M 0 134.7k 51:31 20:04 31:27 136.0k 39 406.7M 0 0 39 158.6M 0 134.7k 51:31 20:05 31:26 130.4k 39 406.7M 0 0 39 158.8M 0 134.7k 51:31 20:06 31:25 126.2k 39 406.7M 0 0 39 159.0M 0 134.7k 51:31 20:08 31:23 121.6k 39 406.7M 0 0 39 159.1M 0 134.7k 51:30 20:09 31:21 132.1k 39 406.7M 0 0 39 159.3M 0 134.8k 51:29 20:10 31:19 148.9k 39 406.7M 0 0 39 159.6M 0 134.8k 51:28 20:11 31:17 159.5k 39 406.7M 0 0 39 159.7M 0 134.8k 51:29 20:13 31:16 156.5k 39 406.7M 0 0 39 159.8M 0 134.8k 51:29 20:14 31:15 146.0k 39 406.7M 0 0 39 160.0M 0 134.7k 51:30 20:15 31:15 137.6k 39 406.7M 0 0 39 160.1M 0 134.8k 51:29 20:16 31:13 137.5k 39 406.7M 0 0 39 160.3M 0 134.8k 51:28 20:17 31:11 132.7k 39 406.7M 0 0 39 160.5M 0 134.7k 51:30 20:19 31:11 124.7k 39 406.7M 0 0 39 160.6M 0 134.7k 51:32 20:20 31:12 118.0k 39 406.7M 0 0 39 160.7M 0 134.6k 51:33 20:22 31:11 112.4k 39 406.7M 0 0 39 160.8M 0 134.6k 51:33 20:23 31:10 104.5k 39 406.7M 0 0 39 161.0M 0 134.6k 51:33 20:24 31:09 101.1k 39 406.7M 0 0 39 161.2M 0 134.6k 51:32 20:25 31:07 113.9k 39 406.7M 0 0 39 161.5M 0 134.7k 51:31 20:27 31:04 141.8k 39 406.7M 0 0 39 161.7M 0 134.8k 51:28 20:28 31:00 171.5k 39 406.7M 0 0 39 161.9M 0 134.8k 51:28 20:29 30:59 172.4k 39 406.7M 0 0 39 162.1M 0 134.8k 51:28 20:30 30:58 181.6k 39 406.7M 0 0 39 162.3M 0 134.8k 51:27 20:32 30:55 177.7k 39 406.7M 0 0 39 162.5M 0 134.9k 51:27 20:33 30:54 168.1k 39 406.7M 0 0 39 162.6M 0 134.9k 51:27 20:34 30:53 148.0k 40 406.7M 0 0 40 162.8M 0 134.9k 51:27 20:35 30:52 143.5k 40 406.7M 0 0 40 162.9M 0 134.8k 51:27 20:36 30:51 135.4k 40 406.7M 0 0 40 163.1M 0 134.8k 51:27 20:38 30:49 134.8k 40 406.7M 0 0 40 163.3M 0 134.9k 51:27 20:39 30:48 136.4k 40 406.7M 0 0 40 163.5M 0 135.0k 51:25 20:40 30:45 154.5k 40 406.7M 0 0 40 163.7M 0 135.0k 51:25 20:41 30:44 159.3k 40 406.7M 0 0 40 163.9M 0 135.0k 51:25 20:43 30:42 159.6k 40 406.7M 0 0 40 164.1M 0 135.0k 51:24 20:44 30:40 168.8k 40 406.7M 0 0 40 164.2M 0 135.0k 51:24 20:45 30:39 156.2k 40 406.7M 0 0 40 164.3M 0 135.0k 51:24 20:46 30:38 137.1k 40 406.7M 0 0 40 164.5M 0 135.0k 51:24 20:47 30:37 141.4k 40 406.7M 0 0 40 164.8M 0 135.1k 51:22 20:48 30:34 158.3k 40 406.7M 0 0 40 165.0M 0 135.2k 51:21 20:50 30:31 164.8k 40 406.7M 0 0 40 165.2M 0 135.1k 51:21 20:51 30:30 160.0k 40 406.7M 0 0 40 165.3M 0 135.1k 51:23 20:53 30:30 150.5k 40 406.7M 0 0 40 165.5M 0 135.0k 51:24 20:55 30:29 130.7k 40 406.7M 0 0 40 165.6M 0 134.9k 51:26 20:56 30:30 109.1k 40 406.7M 0 0 40 165.8M 0 134.9k 51:26 20:57 30:29 99.07k 40 406.7M 0 0 40 166.0M 0 134.9k 51:25 20:59 30:26 105.4k 40 406.7M 0 0 40 166.1M 0 135.0k 51:25 21:00 30:25 117.2k 40 406.7M 0 0 40 166.3M 0 134.9k 51:25 21:02 30:23 129.0k 40 406.7M 0 0 40 166.5M 0 135.0k 51:25 21:03 30:22 143.2k 40 406.7M 0 0 40 166.7M 0 135.0k 51:24 21:04 30:20 148.9k 41 406.7M 0 0 41 166.9M 0 135.0k 51:23 21:05 30:18 154.3k 41 406.7M 0 0 41 167.1M 0 135.0k 51:23 21:06 30:17 150.8k 41 406.7M 0 0 41 167.3M 0 135.1k 51:23 21:08 30:15 159.0k 41 406.7M 0 0 41 167.5M 0 135.1k 51:23 21:09 30:14 154.1k 41 406.7M 0 0 41 167.6M 0 135.0k 51:23 21:10 30:13 142.2k 41 406.7M 0 0 41 167.8M 0 135.1k 51:23 21:11 30:12 139.2k 41 406.7M 0 0 41 168.0M 0 135.1k 51:22 21:12 30:10 146.1k 41 406.7M 0 0 41 168.2M 0 135.2k 51:20 21:14 30:06 153.7k 41 406.7M 0 0 41 168.4M 0 135.2k 51:20 21:15 30:05 156.6k 41 406.7M 0 0 41 168.6M 0 135.2k 51:20 21:16 30:04 167.1k 41 406.7M 0 0 41 168.8M 0 135.2k 51:19 21:18 30:01 164.9k 41 406.7M 0 0 41 168.9M 0 135.2k 51:20 21:19 30:01 156.2k 41 406.7M 0 0 41 169.1M 0 135.2k 51:19 21:20 29:59 140.6k 41 406.7M 0 0 41 169.1M 0 135.2k 51:19 21:20 29:59 135.2k 41 406.7M 0 0 41 169.3M 0 135.2k 51:19 21:21 29:58 139.7k 41 406.7M 0 0 41 169.4M 0 135.2k 51:20 21:23 29:57 112.4k 41 406.7M 0 0 41 169.5M 0 135.1k 51:21 21:24 29:57 116.5k 41 406.7M 0 0 41 169.7M 0 135.2k 51:20 21:25 29:55 126.1k 41 406.7M 0 0 41 169.9M 0 135.2k 51:20 21:26 29:54 133.0k 41 406.7M 0 0 41 170.0M 0 135.2k 51:20 21:27 29:53 126.7k 41 406.7M 0 0 41 170.2M 0 135.2k 51:20 21:29 29:51 136.3k 41 406.7M 0 0 41 170.3M 0 135.1k 51:21 21:30 29:51 135.4k 41 406.7M 0 0 41 170.5M 0 135.1k 51:21 21:31 29:50 127.0k 41 406.7M 0 0 41 170.6M 0 135.1k 51:21 21:32 29:49 123.5k 42 406.7M 0 0 42 170.8M 0 135.1k 51:21 21:34 29:47 129.4k 42 406.7M 0 0 42 171.0M 0 135.1k 51:21 21:35 29:46 126.4k 42 406.7M 0 0 42 171.1M 0 135.1k 51:21 21:36 29:45 126.8k 42 406.7M 0 0 42 171.2M 0 135.1k 51:22 21:37 29:45 128.4k 42 406.7M 0 0 42 171.3M 0 135.0k 51:23 21:39 29:44 114.7k 42 406.7M 0 0 42 171.5M 0 135.0k 51:24 21:40 29:44 107.4k 42 406.7M 0 0 42 171.6M 0 135.0k 51:23 21:41 29:42 118.2k 42 406.7M 0 0 42 171.9M 0 135.1k 51:22 21:42 29:40 133.1k 42 406.7M 0 0 42 172.1M 0 135.2k 51:20 21:43 29:37 152.0k 42 406.7M 0 0 42 172.3M 0 135.2k 51:19 21:44 29:35 171.7k 42 406.7M 0 0 42 172.5M 0 135.2k 51:19 21:46 29:33 179.5k 42 406.7M 0 0 42 172.6M 0 135.2k 51:19 21:47 29:32 169.6k 42 406.7M 0 0 42 172.8M 0 135.2k 51:20 21:48 29:32 149.4k 42 406.7M 0 0 42 172.9M 0 135.1k 51:21 21:49 29:32 125.5k 42 406.7M 0 0 42 173.0M 0 135.1k 51:23 21:51 29:32 105.8k 42 406.7M 0 0 42 173.1M 0 135.0k 51:24 21:52 29:32 98034 42 406.7M 0 0 42 173.3M 0 135.0k 51:24 21:54 29:30 98093 42 406.7M 0 0 42 173.5M 0 135.0k 51:23 21:55 29:28 106.6k 42 406.7M 0 0 42 173.6M 0 135.0k 51:24 21:56 29:28 110.0k 42 406.7M 0 0 42 173.7M 0 135.0k 51:24 21:57 29:27 121.5k 42 406.7M 0 0 42 173.8M 0 135.0k 51:24 21:58 29:26 129.4k 42 406.7M 0 0 42 174.0M 0 135.0k 51:23 21:59 29:24 141.0k 42 406.7M 0 0 42 174.2M 0 135.1k 51:23 22:00 29:23 142.4k 42 406.7M 0 0 42 174.4M 0 135.1k 51:22 22:01 29:21 148.9k 42 406.7M 0 0 42 174.6M 0 135.1k 51:22 22:03 29:19 157.1k 42 406.7M 0 0 42 174.8M 0 135.2k 51:20 22:04 29:16 170.2k 43 406.7M 0 0 43 175.1M 0 135.2k 51:19 22:05 29:14 174.1k 43 406.7M 0 0 43 175.3M 0 135.2k 51:19 22:07 29:12 168.7k 43 406.7M 0 0 43 175.5M 0 135.2k 51:18 22:08 29:10 171.9k 43 406.7M 0 0 43 175.7M 0 135.3k 51:17 22:09 29:08 183.6k 43 406.7M 0 0 43 175.9M 0 135.3k 51:17 22:10 29:07 170.9k 43 406.7M 0 0 43 176.1M 0 135.3k 51:16 22:12 29:04 164.4k 43 406.7M 0 0 43 176.3M 0 135.4k 51:15 22:13 29:02 169.8k 43 406.7M 0 0 43 176.5M 0 135.4k 51:16 22:14 29:02 159.1k 43 406.7M 0 0 43 176.6M 0 135.3k 51:16 22:15 29:01 139.3k 43 406.7M 0 0 43 176.7M 0 135.3k 51:17 22:16 29:01 135.1k 43 406.7M 0 0 43 176.8M 0 135.3k 51:18 22:18 29:00 120.7k 43 406.7M 0 0 43 177.0M 0 135.3k 51:18 22:19 28:59 110.4k 43 406.7M 0 0 43 177.1M 0 135.2k 51:19 22:21 28:58 101.5k 43 406.7M 0 0 43 177.2M 0 135.2k 51:20 22:22 28:58 98.29k 43 406.7M 0 0 43 177.3M 0 135.1k 51:21 22:23 28:58 98.38k 43 406.7M 0 0 43 177.5M 0 135.1k 51:22 22:24 28:58 100.0k 43 406.7M 0 0 43 177.6M 0 135.1k 51:21 22:25 28:56 110.0k 43 406.7M 0 0 43 177.8M 0 135.2k 51:20 22:27 28:53 127.0k 43 406.7M 0 0 43 178.0M 0 135.1k 51:21 22:28 28:53 131.9k 43 406.7M 0 0 43 178.1M 0 135.1k 51:21 22:29 28:52 131.8k 43 406.7M 0 0 43 178.2M 0 135.1k 51:21 22:30 28:51 139.5k 43 406.7M 0 0 43 178.4M 0 135.1k 51:21 22:31 28:50 134.6k 43 406.7M 0 0 43 178.6M 0 135.2k 51:21 22:32 28:49 131.6k 43 406.7M 0 0 43 178.8M 0 135.2k 51:20 22:34 28:46 140.8k 44 406.7M 0 0 44 179.0M 0 135.2k 51:19 22:35 28:44 159.4k 44 406.7M 0 0 44 179.3M 0 135.3k 51:17 22:36 28:41 170.5k 44 406.7M 0 0 44 179.4M 0 135.3k 51:18 22:37 28:41 169.2k 44 406.7M 0 0 44 179.6M 0 135.3k 51:17 22:38 28:39 171.7k 44 406.7M 0 0 44 179.8M 0 135.4k 51:15 22:39 28:36 184.7k 44 406.7M 0 0 44 180.0M 0 135.4k 51:15 22:41 28:34 176.0k 44 406.7M 0 0 44 180.2M 0 135.4k 51:15 22:42 28:33 162.2k 44 406.7M 0 0 44 180.3M 0 135.4k 51:15 22:43 28:32 157.0k 44 406.7M 0 0 44 180.5M 0 135.3k 51:17 22:45 28:32 132.2k 44 406.7M 0 0 44 180.6M 0 135.3k 51:17 22:46 28:31 114.3k 44 406.7M 0 0 44 180.8M 0 135.3k 51:18 22:48 28:30 106.0k 44 406.7M 0 0 44 180.9M 0 135.2k 51:18 22:49 28:29 102.8k 44 406.7M 0 0 44 181.0M 0 135.2k 51:19 22:50 28:29 106.1k 44 406.7M 0 0 44 181.1M 0 135.2k 51:19 22:51 28:28 119.8k 44 406.7M 0 0 44 181.3M 0 135.2k 51:19 22:52 28:27 124.6k 44 406.7M 0 0 44 181.6M 0 135.3k 51:18 22:54 28:24 140.2k 44 406.7M 0 0 44 181.7M 0 135.2k 51:19 22:55 28:24 134.1k 44 406.7M 0 0 44 181.8M 0 135.2k 51:20 22:57 28:23 124.3k 44 406.7M 0 0 44 182.0M 0 135.2k 51:20 22:58 28:22 123.6k 44 406.7M 0 0 44 182.1M 0 135.1k 51:21 22:59 28:22 112.9k 44 406.7M 0 0 44 182.2M 0 135.1k 51:22 23:00 28:22 98565 44 406.7M 0 0 44 182.3M 0 135.1k 51:22 23:01 28:21 101.5k 44 406.7M 0 0 44 182.5M 0 135.1k 51:22 23:03 28:19 109.2k 44 406.7M 0 0 44 182.6M 0 135.1k 51:22 23:04 28:18 114.2k 44 406.7M 0 0 44 182.8M 0 135.1k 51:22 23:05 28:17 125.8k 45 406.7M 0 0 45 183.0M 0 135.1k 51:22 23:07 28:15 136.9k 45 406.7M 0 0 45 183.3M 0 135.2k 51:20 23:08 28:12 151.7k 45 406.7M 0 0 45 183.5M 0 135.2k 51:20 23:09 28:11 159.2k 45 406.7M 0 0 45 183.6M 0 135.2k 51:20 23:10 28:10 154.9k 45 406.7M 0 0 45 183.7M 0 135.2k 51:20 23:11 28:09 153.0k 45 406.7M 0 0 45 183.8M 0 135.2k 51:21 23:12 28:09 148.4k 45 406.7M 0 0 45 184.0M 0 135.2k 51:21 23:14 28:07 132.8k 45 406.7M 0 0 45 184.3M 0 135.2k 51:19 23:15 28:04 143.2k 45 406.7M 0 0 45 184.5M 0 135.2k 51:18 23:16 28:02 154.4k 45 406.7M 0 0 45 184.6M 0 135.2k 51:18 23:17 28:01 154.5k 45 406.7M 0 0 45 184.8M 0 135.2k 51:19 23:19 28:00 148.3k 45 406.7M 0 0 45 185.0M 0 135.2k 51:19 23:20 27:59 146.3k 45 406.7M 0 0 45 185.1M 0 135.2k 51:20 23:21 27:59 126.7k 45 406.7M 0 0 45 185.3M 0 135.2k 51:20 23:23 27:57 119.1k 45 406.7M 0 0 45 185.4M 0 135.2k 51:20 23:24 27:56 117.2k 45 406.7M 0 0 45 185.6M 0 135.2k 51:20 23:25 27:55 131.5k 45 406.7M 0 0 45 185.8M 0 135.3k 51:18 23:26 27:52 154.0k 45 406.7M 0 0 45 186.1M 0 135.4k 51:16 23:27 27:49 177.5k 45 406.7M 0 0 45 186.3M 0 135.4k 51:16 23:28 27:48 183.3k 45 406.7M 0 0 45 186.5M 0 135.4k 51:16 23:30 27:46 182.0k 45 406.7M 0 0 45 186.6M 0 135.4k 51:16 23:31 27:45 173.1k 45 406.7M 0 0 45 186.8M 0 135.4k 51:15 23:32 27:43 159.6k 45 406.7M 0 0 45 187.0M 0 135.4k 51:14 23:33 27:41 149.6k 46 406.7M 0 0 46 187.2M 0 135.4k 51:14 23:35 27:39 147.9k 46 406.7M 0 0 46 187.3M 0 135.4k 51:15 23:36 27:39 143.7k 46 406.7M 0 0 46 187.5M 0 135.4k 51:15 23:38 27:37 142.2k 46 406.7M 0 0 46 187.7M 0 135.4k 51:15 23:39 27:36 138.0k 46 406.7M 0 0 46 187.9M 0 135.4k 51:14 23:40 27:34 138.0k 46 406.7M 0 0 46 188.0M 0 135.4k 51:14 23:41 27:33 136.1k 46 406.7M 0 0 46 188.1M 0 135.4k 51:16 23:42 27:34 129.5k 46 406.7M 0 0 46 188.3M 0 135.3k 51:17 23:44 27:33 115.7k 46 406.7M 0 0 46 188.4M 0 135.3k 51:18 23:46 27:32 103.9k 46 406.7M 0 0 46 188.5M 0 135.2k 51:20 23:47 27:33 90719 46 406.7M 0 0 46 188.6M 0 135.1k 51:21 23:49 27:32 86493 46 406.7M 0 0 46 188.8M 0 135.1k 51:21 23:50 27:31 90431 46 406.7M 0 0 46 189.0M 0 135.1k 51:21 23:51 27:30 102.5k 46 406.7M 0 0 46 189.1M 0 135.1k 51:21 23:52 27:29 109.3k 46 406.7M 0 0 46 189.3M 0 135.2k 51:20 23:53 27:27 128.9k 46 406.7M 0 0 46 189.5M 0 135.2k 51:20 23:54 27:26 143.6k 46 406.7M 0 0 46 189.6M 0 135.2k 51:20 23:56 27:24 145.8k 46 406.7M 0 0 46 189.8M 0 135.2k 51:20 23:57 27:23 141.5k 46 406.7M 0 0 46 190.0M 0 135.2k 51:19 23:58 27:21 149.5k 46 406.7M 0 0 46 190.3M 0 135.3k 51:18 24:00 27:18 158.0k 46 406.7M 0 0 46 190.4M 0 135.2k 51:18 24:01 27:17 149.0k 46 406.7M 0 0 46 190.5M 0 135.2k 51:19 24:02 27:17 146.5k 46 406.7M 0 0 46 190.7M 0 135.2k 51:19 24:03 27:16 149.9k 46 406.7M 0 0 46 190.9M 0 135.2k 51:18 24:05 27:13 146.8k 46 406.7M 0 0 46 191.1M 0 135.3k 51:17 24:06 27:11 139.3k 47 406.7M 0 0 47 191.3M 0 135.3k 51:17 24:07 27:10 146.8k 47 406.7M 0 0 47 191.4M 0 135.2k 51:18 24:08 27:10 139.7k 47 406.7M 0 0 47 191.5M 0 135.2k 51:19 24:10 27:09 132.2k 47 406.7M 0 0 47 191.6M 0 135.2k 51:19 24:11 27:08 124.0k 47 406.7M 0 0 47 191.8M 0 135.2k 51:19 24:12 27:07 117.8k 47 406.7M 0 0 47 192.0M 0 135.2k 51:19 24:13 27:06 118.6k 47 406.7M 0 0 47 192.2M 0 135.2k 51:19 24:15 27:04 131.7k 47 406.7M 0 0 47 192.4M 0 135.2k 51:18 24:16 27:02 140.6k 47 406.7M 0 0 47 192.5M 0 135.2k 51:19 24:17 27:02 133.8k 47 406.7M 0 0 47 192.6M 0 135.1k 51:21 24:19 27:02 116.9k 47 406.7M 0 0 47 192.7M 0 135.1k 51:21 24:20 27:01 111.1k 47 406.7M 0 0 47 192.8M 0 135.1k 51:22 24:21 27:01 104.0k 47 406.7M 0 0 47 193.0M 0 135.1k 51:21 24:22 26:59 104.6k 47 406.7M 0 0 47 193.2M 0 135.1k 51:21 24:24 26:57 115.8k 47 406.7M 0 0 47 193.3M 0 135.0k 51:23 24:25 26:58 117.5k 47 406.7M 0 0 47 193.5M 0 135.0k 51:24 24:26 26:58 114.1k 47 406.7M 0 0 47 193.6M 0 135.0k 51:24 24:28 26:56 115.2k 47 406.7M 0 0 47 193.7M 0 135.0k 51:25 24:29 26:56 102.2k 47 406.7M 0 0 47 193.8M 0 134.9k 51:26 24:30 26:56 97887 47 406.7M 0 0 47 194.0M 0 134.9k 51:26 24:31 26:55 103.0k 47 406.7M 0 0 47 194.1M 0 134.9k 51:27 24:33 26:54 100.3k 47 406.7M 0 0 47 194.3M 0 134.9k 51:27 24:34 26:53 104.3k 47 406.7M 0 0 47 194.4M 0 134.9k 51:27 24:35 26:52 110.2k 47 406.7M 0 0 47 194.6M 0 134.9k 51:27 24:37 26:50 118.0k 47 406.7M 0 0 47 194.8M 0 134.9k 51:27 24:38 26:49 122.6k 47 406.7M 0 0 47 194.9M 0 134.8k 51:28 24:39 26:49 128.3k 47 406.7M 0 0 47 195.1M 0 134.8k 51:28 24:41 26:47 127.5k 47 406.7M 0 0 47 195.2M 0 134.8k 51:28 24:42 26:46 124.7k 48 406.7M 0 0 48 195.3M 0 134.8k 51:29 24:43 26:46 115.5k 48 406.7M 0 0 48 195.5M 0 134.7k 51:30 24:45 26:45 104.0k 48 406.7M 0 0 48 195.6M 0 134.7k 51:31 24:46 26:45 101.2k 48 406.7M 0 0 48 195.8M 0 134.7k 51:31 24:48 26:43 101.9k 48 406.7M 0 0 48 195.9M 0 134.6k 51:32 24:49 26:43 99.95k 48 406.7M 0 0 48 196.1M 0 134.7k 51:31 24:50 26:41 120.5k 48 406.7M 0 0 48 196.5M 0 134.8k 51:28 24:51 26:37 158.1k 48 406.7M 0 0 48 196.7M 0 134.9k 51:27 24:53 26:34 176.6k 48 406.7M 0 0 48 196.9M 0 134.9k 51:27 24:54 26:33 179.8k 48 406.7M 0 0 48 197.1M 0 134.9k 51:25 24:55 26:30 208.5k 48 406.7M 0 0 48 197.5M 0 135.1k 51:23 24:56 26:27 222.1k 48 406.7M 0 0 48 197.6M 0 135.1k 51:22 24:58 26:24 196.3k 48 406.7M 0 0 48 197.8M 0 135.0k 51:23 24:59 26:24 171.7k 48 406.7M 0 0 48 197.9M 0 135.0k 51:25 25:01 26:24 158.0k 48 406.7M 0 0 48 198.0M 0 135.0k 51:25 25:02 26:23 137.1k 48 406.7M 0 0 48 198.2M 0 135.0k 51:25 25:03 26:22 113.9k 48 406.7M 0 0 48 198.3M 0 135.0k 51:25 25:04 26:21 107.4k 48 406.7M 0 0 48 198.5M 0 134.9k 51:25 25:05 26:20 114.1k 48 406.7M 0 0 48 198.6M 0 134.9k 51:25 25:07 26:18 127.4k 48 406.7M 0 0 48 198.8M 0 134.9k 51:25 25:08 26:17 130.6k 48 406.7M 0 0 48 198.9M 0 134.9k 51:26 25:09 26:17 125.6k 48 406.7M 0 0 48 199.0M 0 134.9k 51:26 25:10 26:16 123.4k 48 406.7M 0 0 48 199.1M 0 134.9k 51:27 25:11 26:16 121.4k 48 406.7M 0 0 48 199.3M 0 134.8k 51:28 25:13 26:15 108.2k 49 406.7M 0 0 49 199.5M 0 134.8k 51:27 25:14 26:13 112.8k 49 406.7M 0 0 49 199.6M 0 134.9k 51:27 25:15 26:12 119.9k 49 406.7M 0 0 49 199.8M 0 134.9k 51:27 25:17 26:10 124.8k 49 406.7M 0 0 49 200.0M 0 134.9k 51:27 25:18 26:09 132.2k 49 406.7M 0 0 49 200.1M 0 134.9k 51:27 25:19 26:08 140.0k 49 406.7M 0 0 49 200.3M 0 134.8k 51:28 25:20 26:08 129.3k 49 406.7M 0 0 49 200.4M 0 134.8k 51:28 25:22 26:06 120.6k 49 406.7M 0 0 49 200.5M 0 134.8k 51:29 25:23 26:06 114.6k 49 406.7M 0 0 49 200.7M 0 134.8k 51:29 25:24 26:05 113.8k 49 406.7M 0 0 49 200.9M 0 134.8k 51:28 25:25 26:03 122.1k 49 406.7M 0 0 49 201.1M 0 134.8k 51:27 25:26 26:01 140.0k 49 406.7M 0 0 49 201.3M 0 134.9k 51:26 25:27 25:59 163.7k 49 406.7M 0 0 49 201.5M 0 134.9k 51:25 25:28 25:57 179.1k 49 406.7M 0 0 49 201.7M 0 134.9k 51:25 25:30 25:55 175.0k 49 406.7M 0 0 49 201.9M 0 135.0k 51:25 25:31 25:54 172.3k 49 406.7M 0 0 49 202.0M 0 134.9k 51:26 25:32 25:54 153.6k 49 406.7M 0 0 49 202.1M 0 134.9k 51:26 25:34 25:52 133.1k 49 406.7M 0 0 49 202.3M 0 134.9k 51:26 25:35 25:51 122.4k 49 406.7M 0 0 49 202.4M 0 134.9k 51:27 25:36 25:51 117.5k 49 406.7M 0 0 49 202.6M 0 134.9k 51:27 25:38 25:49 109.8k 49 406.7M 0 0 49 202.7M 0 134.8k 51:29 25:39 25:50 104.2k 49 406.7M 0 0 49 202.8M 0 134.8k 51:29 25:40 25:49 105.1k 49 406.7M 0 0 49 203.0M 0 134.8k 51:29 25:41 25:48 106.1k 49 406.7M 0 0 49 203.1M 0 134.8k 51:30 25:42 25:48 108.1k 49 406.7M 0 0 49 203.3M 0 134.8k 51:30 25:44 25:46 112.1k 50 406.7M 0 0 50 203.5M 0 134.8k 51:29 25:45 25:44 132.4k 50 406.7M 0 0 50 203.6M 0 134.8k 51:28 25:46 25:42 142.6k 50 406.7M 0 0 50 203.8M 0 134.8k 51:29 25:47 25:42 142.5k 50 406.7M 0 0 50 203.9M 0 134.8k 51:29 25:48 25:41 144.1k 50 406.7M 0 0 50 204.0M 0 134.8k 51:29 25:49 25:40 140.0k 50 406.7M 0 0 50 204.1M 0 134.8k 51:29 25:50 25:39 131.1k 50 406.7M 0 0 50 204.3M 0 134.8k 51:29 25:52 25:37 124.2k 50 406.7M 0 0 50 204.5M 0 134.7k 51:30 25:53 25:37 119.8k 50 406.7M 0 0 50 204.6M 0 134.7k 51:30 25:54 25:36 117.9k 50 406.7M 0 0 50 204.8M 0 134.7k 51:31 25:56 25:35 118.3k 50 406.7M 0 0 50 204.9M 0 134.7k 51:31 25:57 25:34 115.3k 50 406.7M 0 0 50 205.0M 0 134.7k 51:32 25:58 25:34 109.0k 50 406.7M 0 0 50 205.1M 0 134.6k 51:32 25:59 25:33 110.3k 50 406.7M 0 0 50 205.3M 0 134.7k 51:31 26:01 25:30 121.4k 50 406.7M 0 0 50 205.5M 0 134.7k 51:31 26:02 25:29 128.1k 50 406.7M 0 0 50 205.7M 0 134.7k 51:31 26:03 25:28 134.8k 50 406.7M 0 0 50 205.8M 0 134.6k 51:32 26:05 25:27 130.4k 50 406.7M 0 0 50 206.0M 0 134.6k 51:32 26:06 25:26 135.3k 50 406.7M 0 0 50 206.2M 0 134.7k 51:31 26:07 25:24 135.0k 50 406.7M 0 0 50 206.3M 0 134.7k 51:32 26:08 25:24 130.7k 50 406.7M 0 0 50 206.5M 0 134.7k 51:31 26:09 25:22 139.0k 50 406.7M 0 0 50 206.7M 0 134.7k 51:30 26:10 25:20 157.7k 50 406.7M 0 0 50 206.9M 0 134.7k 51:30 26:12 25:18 154.0k 50 406.7M 0 0 50 207.1M 0 134.7k 51:31 26:13 25:18 143.6k 50 406.7M 0 0 50 207.2M 0 134.7k 51:31 26:14 25:17 143.8k 50 406.7M 0 0 50 207.4M 0 134.7k 51:30 26:16 25:14 138.9k 51 406.7M 0 0 51 207.5M 0 134.7k 51:31 26:17 25:14 124.9k 51 406.7M 0 0 51 207.6M 0 134.7k 51:32 26:18 25:14 122.2k 51 406.7M 0 0 51 207.8M 0 134.7k 51:32 26:19 25:13 121.6k 51 406.7M 0 0 51 208.0M 0 134.7k 51:31 26:20 25:11 132.8k 51 406.7M 0 0 51 208.1M 0 134.7k 51:31 26:22 25:09 127.8k 51 406.7M 0 0 51 208.3M 0 134.7k 51:32 26:23 25:09 127.4k 51 406.7M 0 0 51 208.5M 0 134.6k 51:32 26:25 25:07 128.3k 51 406.7M 0 0 51 208.6M 0 134.7k 51:32 26:26 25:06 135.9k 51 406.7M 0 0 51 208.9M 0 134.7k 51:30 26:27 25:03 142.6k 51 406.7M 0 0 51 209.1M 0 134.8k 51:30 26:28 25:02 151.3k 51 406.7M 0 0 51 209.3M 0 134.8k 51:29 26:29 25:00 170.0k 51 406.7M 0 0 51 209.5M 0 134.8k 51:29 26:30 24:59 176.1k 51 406.7M 0 0 51 209.6M 0 134.8k 51:28 26:32 24:56 177.5k 51 406.7M 0 0 51 209.8M 0 134.8k 51:28 26:33 24:55 158.2k 51 406.7M 0 0 51 210.0M 0 134.8k 51:28 26:34 24:54 149.0k 51 406.7M 0 0 51 210.1M 0 134.8k 51:29 26:35 24:54 137.2k 51 406.7M 0 0 51 210.3M 0 134.8k 51:29 26:37 24:52 136.4k 51 406.7M 0 0 51 210.4M 0 134.8k 51:29 26:38 24:51 122.2k 51 406.7M 0 0 51 210.6M 0 134.8k 51:29 26:39 24:50 134.1k 51 406.7M 0 0 51 210.6M 0 134.8k 51:29 26:39 24:50 134.8k 51 406.7M 0 0 51 210.8M 0 134.8k 51:28 26:40 24:48 141.6k 51 406.7M 0 0 51 211.0M 0 134.8k 51:28 26:42 24:46 145.6k 51 406.7M 0 0 51 211.1M 0 134.8k 51:28 26:43 24:45 152.0k 51 406.7M 0 0 51 211.3M 0 134.8k 51:28 26:44 24:44 149.4k 52 406.7M 0 0 52 211.5M 0 134.8k 51:27 26:45 24:42 147.0k 52 406.7M 0 0 52 211.6M 0 134.8k 51:28 26:47 24:41 143.1k 52 406.7M 0 0 52 211.8M 0 134.9k 51:27 26:48 24:39 144.4k 52 406.7M 0 0 52 212.0M 0 134.9k 51:27 26:49 24:38 148.0k 52 406.7M 0 0 52 212.3M 0 134.9k 51:25 26:50 24:35 161.8k 52 406.7M 0 0 52 212.5M 0 135.0k 51:25 26:51 24:34 170.1k 52 406.7M 0 0 52 212.6M 0 135.0k 51:24 26:52 24:32 182.3k 52 406.7M 0 0 52 212.8M 0 135.0k 51:23 26:53 24:30 185.7k 52 406.7M 0 0 52 213.1M 0 135.1k 51:22 26:55 24:27 189.6k 52 406.7M 0 0 52 213.3M 0 135.1k 51:21 26:56 24:25 192.7k 52 406.7M 0 0 52 213.6M 0 135.2k 51:19 26:57 24:22 206.4k 52 406.7M 0 0 52 213.8M 0 135.3k 51:18 26:58 24:20 215.8k 52 406.7M 0 0 52 214.1M 0 135.3k 51:16 26:59 24:17 223.3k 52 406.7M 0 0 52 214.3M 0 135.4k 51:15 27:00 24:15 220.6k 52 406.7M 0 0 52 214.5M 0 135.4k 51:14 27:01 24:13 213.8k 52 406.7M 0 0 52 214.7M 0 135.4k 51:15 27:03 24:12 182.9k 52 406.7M 0 0 52 214.8M 0 135.4k 51:15 27:04 24:11 160.6k 52 406.7M 0 0 52 215.0M 0 135.4k 51:15 27:06 24:09 145.0k 52 406.7M 0 0 52 215.2M 0 135.4k 51:15 27:07 24:08 141.4k 52 406.7M 0 0 52 215.4M 0 135.4k 51:15 27:08 24:07 129.2k 52 406.7M 0 0 52 215.5M 0 135.4k 51:15 27:09 24:06 130.2k 53 406.7M 0 0 53 215.6M 0 135.4k 51:16 27:11 24:05 131.2k 53 406.7M 0 0 53 215.8M 0 135.4k 51:16 27:12 24:04 128.0k 53 406.7M 0 0 53 215.9M 0 135.3k 51:17 27:13 24:04 115.7k 53 406.7M 0 0 53 216.0M 0 135.3k 51:17 27:14 24:03 111.0k 53 406.7M 0 0 53 216.1M 0 135.3k 51:17 27:15 24:02 110.4k 53 406.7M 0 0 53 216.3M 0 135.3k 51:17 27:16 24:01 121.5k 53 406.7M 0 0 53 216.5M 0 135.3k 51:17 27:18 23:59 123.7k 53 406.7M 0 0 53 216.7M 0 135.3k 51:16 27:19 23:57 138.5k 53 406.7M 0 0 53 217.0M 0 135.4k 51:15 27:20 23:55 159.7k 53 406.7M 0 0 53 217.1M 0 135.4k 51:15 27:21 23:54 165.3k 53 406.7M 0 0 53 217.3M 0 135.4k 51:15 27:23 23:52 153.5k 53 406.7M 0 0 53 217.5M 0 135.4k 51:16 27:24 23:52 149.9k 53 406.7M 0 0 53 217.6M 0 135.3k 51:17 27:26 23:51 130.4k 53 406.7M 0 0 53 217.7M 0 135.3k 51:17 27:27 23:50 111.3k 53 406.7M 0 0 53 217.9M 0 135.3k 51:17 27:28 23:49 109.1k 53 406.7M 0 0 53 218.0M 0 135.2k 51:18 27:30 23:48 101.3k 53 406.7M 0 0 53 218.1M 0 135.2k 51:19 27:31 23:48 100.9k 53 406.7M 0 0 53 218.3M 0 135.2k 51:19 27:32 23:47 108.4k 53 406.7M 0 0 53 218.4M 0 135.2k 51:21 27:34 23:47 100.6k 53 406.7M 0 0 53 218.6M 0 135.2k 51:20 27:35 23:45 102.5k 53 406.7M 0 0 53 218.8M 0 135.2k 51:19 27:37 23:42 122.8k 53 406.7M 0 0 53 219.0M 0 135.2k 51:20 27:38 23:42 122.6k 53 406.7M 0 0 53 219.1M 0 135.2k 51:20 27:39 23:41 122.6k 53 406.7M 0 0 53 219.3M 0 135.2k 51:20 27:40 23:40 145.7k 53 406.7M 0 0 53 219.5M 0 135.2k 51:19 27:41 23:38 152.7k 53 406.7M 0 0 53 219.6M 0 135.2k 51:19 27:42 23:37 141.3k 54 406.7M 0 0 54 219.8M 0 135.2k 51:18 27:43 23:35 161.4k 54 406.7M 0 0 54 220.0M 0 135.3k 51:18 27:44 23:34 174.3k 54 406.7M 0 0 54 220.1M 0 135.3k 51:17 27:45 23:32 170.0k 54 406.7M 0 0 54 220.3M 0 135.3k 51:17 27:47 23:30 161.2k 54 406.7M 0 0 54 220.5M 0 135.3k 51:16 27:48 23:28 168.7k 54 406.7M 0 0 54 220.8M 0 135.4k 51:15 27:49 23:26 173.0k 54 406.7M 0 0 54 221.0M 0 135.5k 51:14 27:50 23:24 183.5k 54 406.7M 0 0 54 221.3M 0 135.5k 51:12 27:51 23:21 193.1k 54 406.7M 0 0 54 221.5M 0 135.5k 51:12 27:53 23:19 195.6k 54 406.7M 0 0 54 221.6M 0 135.5k 51:13 27:54 23:19 180.0k 54 406.7M 0 0 54 221.7M 0 135.5k 51:13 27:55 23:18 157.2k 54 406.7M 0 0 54 221.8M 0 135.4k 51:15 27:57 23:18 126.2k 54 406.7M 0 0 54 222.0M 0 135.4k 51:15 27:58 23:17 107.2k 54 406.7M 0 0 54 222.1M 0 135.4k 51:15 27:59 23:16 107.4k 54 406.7M 0 0 54 222.3M 0 135.4k 51:15 28:01 23:14 114.7k 54 406.7M 0 0 54 222.5M 0 135.4k 51:14 28:02 23:12 127.9k 54 406.7M 0 0 54 222.7M 0 135.5k 51:14 28:03 23:11 146.9k 54 406.7M 0 0 54 222.9M 0 135.5k 51:13 28:04 23:09 153.2k 54 406.7M 0 0 54 223.1M 0 135.5k 51:13 28:05 23:08 152.5k 54 406.7M 0 0 54 223.3M 0 135.5k 51:12 28:06 23:06 172.7k 54 406.7M 0 0 54 223.6M 0 135.6k 51:09 28:08 23:01 195.5k 55 406.7M 0 0 55 224.0M 0 135.7k 51:07 28:09 22:58 211.2k 55 406.7M 0 0 55 224.1M 0 135.8k 51:07 28:10 22:57 222.9k 55 406.7M 0 0 55 224.3M 0 135.8k 51:06 28:11 22:55 228.0k 55 406.7M 0 0 55 224.5M 0 135.8k 51:06 28:12 22:54 214.5k 55 406.7M 0 0 55 224.7M 0 135.8k 51:06 28:14 22:52 177.0k 55 406.7M 0 0 55 224.8M 0 135.8k 51:07 28:15 22:52 146.8k 55 406.7M 0 0 55 225.0M 0 135.8k 51:07 28:16 22:51 135.9k 55 406.7M 0 0 55 225.1M 0 135.7k 51:07 28:18 22:49 127.7k 55 406.7M 0 0 55 225.3M 0 135.8k 51:07 28:19 22:48 124.1k 55 406.7M 0 0 55 225.5M 0 135.8k 51:06 28:20 22:46 130.7k 55 406.7M 0 0 55 225.7M 0 135.8k 51:06 28:21 22:45 144.2k 55 406.7M 0 0 55 225.9M 0 135.8k 51:06 28:22 22:44 149.3k 55 406.7M 0 0 55 226.0M 0 135.8k 51:06 28:24 22:42 148.3k 55 406.7M 0 0 55 226.2M 0 135.8k 51:06 28:25 22:41 147.0k 55 406.7M 0 0 55 226.4M 0 135.8k 51:06 28:26 22:40 142.6k 55 406.7M 0 0 55 226.5M 0 135.8k 51:06 28:27 22:39 131.3k 55 406.7M 0 0 55 226.6M 0 135.8k 51:06 28:29 22:37 125.5k 55 406.7M 0 0 55 226.8M 0 135.8k 51:07 28:30 22:37 127.9k 55 406.7M 0 0 55 226.9M 0 135.7k 51:07 28:31 22:36 121.7k 55 406.7M 0 0 55 227.0M 0 135.7k 51:07 28:32 22:35 114.3k 55 406.7M 0 0 55 227.2M 0 135.7k 51:07 28:33 22:34 119.6k 55 406.7M 0 0 55 227.4M 0 135.7k 51:07 28:35 22:32 124.7k 55 406.7M 0 0 55 227.6M 0 135.7k 51:07 28:36 22:31 130.7k 56 406.7M 0 0 56 227.8M 0 135.8k 51:07 28:37 22:30 138.8k 56 406.7M 0 0 56 228.0M 0 135.8k 51:06 28:38 22:28 148.9k 56 406.7M 0 0 56 228.1M 0 135.8k 51:07 28:39 22:28 147.4k 56 406.7M 0 0 56 228.2M 0 135.8k 51:07 28:40 22:27 144.3k 56 406.7M 0 0 56 228.3M 0 135.7k 51:07 28:42 22:25 135.0k 56 406.7M 0 0 56 228.5M 0 135.7k 51:07 28:43 22:24 130.1k 56 406.7M 0 0 56 228.6M 0 135.7k 51:08 28:44 22:24 119.4k 56 406.7M 0 0 56 228.8M 0 135.7k 51:08 28:46 22:22 114.5k 56 406.7M 0 0 56 229.0M 0 135.7k 51:08 28:47 22:21 119.6k 56 406.7M 0 0 56 229.1M 0 135.7k 51:08 28:48 22:20 129.2k 56 406.7M 0 0 56 229.3M 0 135.8k 51:07 28:49 22:18 139.0k 56 406.7M 0 0 56 229.5M 0 135.8k 51:07 28:50 22:17 145.1k 56 406.7M 0 0 56 229.6M 0 135.7k 51:08 28:51 22:17 141.6k 56 406.7M 0 0 56 229.7M 0 135.7k 51:09 28:53 22:16 123.4k 56 406.7M 0 0 56 229.9M 0 135.7k 51:09 28:54 22:15 121.9k 56 406.7M 0 0 56 230.0M 0 135.7k 51:09 28:55 22:14 109.7k 56 406.7M 0 0 56 230.2M 0 135.7k 51:09 28:57 22:12 110.0k 56 406.7M 0 0 56 230.3M 0 135.6k 51:09 28:58 22:11 117.1k 56 406.7M 0 0 56 230.5M 0 135.6k 51:09 28:59 22:10 131.7k 56 406.7M 0 0 56 230.7M 0 135.7k 51:09 29:00 22:09 136.0k 56 406.7M 0 0 56 231.0M 0 135.7k 51:07 29:02 22:05 156.3k 56 406.7M 0 0 56 231.1M 0 135.8k 51:07 29:03 22:04 166.4k 56 406.7M 0 0 56 231.3M 0 135.7k 51:07 29:04 22:03 162.2k 56 406.7M 0 0 56 231.5M 0 135.7k 51:08 29:06 22:02 155.7k 56 406.7M 0 0 56 231.6M 0 135.7k 51:08 29:07 22:01 143.1k 56 406.7M 0 0 56 231.8M 0 135.7k 51:08 29:08 22:00 127.4k 57 406.7M 0 0 57 231.9M 0 135.7k 51:08 29:09 21:59 115.5k 57 406.7M 0 0 57 232.0M 0 135.7k 51:09 29:10 21:59 115.4k 57 406.7M 0 0 57 232.1M 0 135.6k 51:10 29:12 21:58 113.4k 57 406.7M 0 0 57 232.3M 0 135.6k 51:10 29:13 21:57 109.5k 57 406.7M 0 0 57 232.5M 0 135.6k 51:10 29:14 21:56 111.0k 57 406.7M 0 0 57 232.6M 0 135.6k 51:10 29:16 21:54 122.3k 57 406.7M 0 0 57 232.8M 0 135.6k 51:09 29:17 21:52 130.1k 57 406.7M 0 0 57 233.0M 0 135.7k 51:09 29:18 21:51 148.2k 57 406.7M 0 0 57 233.3M 0 135.7k 51:07 29:19 21:48 176.2k 57 406.7M 0 0 57 233.5M 0 135.8k 51:06 29:20 21:46 195.1k 57 406.7M 0 0 57 233.7M 0 135.8k 51:05 29:21 21:44 193.2k 57 406.7M 0 0 57 233.8M 0 135.8k 51:06 29:22 21:44 185.2k 57 406.7M 0 0 57 234.0M 0 135.8k 51:06 29:23 21:43 172.1k 57 406.7M 0 0 57 234.1M 0 135.8k 51:06 29:25 21:41 158.5k 57 406.7M 0 0 57 234.3M 0 135.8k 51:05 29:26 21:39 148.5k 57 406.7M 0 0 57 234.5M 0 135.8k 51:05 29:27 21:38 138.5k 57 406.7M 0 0 57 234.6M 0 135.8k 51:06 29:29 21:37 131.6k 57 406.7M 0 0 57 234.8M 0 135.8k 51:07 29:30 21:37 127.6k 57 406.7M 0 0 57 235.0M 0 135.8k 51:06 29:31 21:35 127.2k 57 406.7M 0 0 57 235.1M 0 135.8k 51:06 29:32 21:34 124.6k 57 406.7M 0 0 57 235.3M 0 135.8k 51:06 29:34 21:32 131.1k 57 406.7M 0 0 57 235.5M 0 135.8k 51:05 29:35 21:30 146.5k 57 406.7M 0 0 57 235.6M 0 135.8k 51:06 29:36 21:30 145.5k 57 406.7M 0 0 57 235.8M 0 135.8k 51:06 29:38 21:28 140.7k 57 406.7M 0 0 57 235.9M 0 135.8k 51:07 29:39 21:28 124.1k 58 406.7M 0 0 58 236.0M 0 135.7k 51:08 29:40 21:28 102.3k 58 406.7M 0 0 58 236.1M 0 135.7k 51:09 29:42 21:27 96319 58 406.7M 0 0 58 236.3M 0 135.7k 51:09 29:43 21:26 102.6k 58 406.7M 0 0 58 236.5M 0 135.7k 51:09 29:44 21:25 103.2k 58 406.7M 0 0 58 236.7M 0 135.7k 51:08 29:46 21:22 117.1k 58 406.7M 0 0 58 236.8M 0 135.6k 51:09 29:47 21:22 126.6k 58 406.7M 0 0 58 237.0M 0 135.6k 51:10 29:48 21:22 127.4k 58 406.7M 0 0 58 237.1M 0 135.6k 51:10 29:49 21:21 123.4k 58 406.7M 0 0 58 237.3M 0 135.7k 51:08 29:50 21:18 139.2k 58 406.7M 0 0 58 237.6M 0 135.7k 51:07 29:51 21:16 156.4k 58 406.7M 0 0 58 237.8M 0 135.8k 51:06 29:52 21:14 175.6k 58 406.7M 0 0 58 238.0M 0 135.8k 51:06 29:54 21:12 183.0k 58 406.7M 0 0 58 238.1M 0 135.8k 51:06 29:55 21:11 183.5k 58 406.7M 0 0 58 238.3M 0 135.8k 51:07 29:56 21:11 159.2k 58 406.7M 0 0 58 238.4M 0 135.7k 51:08 29:58 21:10 129.2k 58 406.7M 0 0 58 238.5M 0 135.7k 51:09 29:59 21:10 110.9k 58 406.7M 0 0 58 238.6M 0 135.6k 51:09 30:01 21:08 101.0k 58 406.7M 0 0 58 238.8M 0 135.6k 51:10 30:02 21:08 93356 58 406.7M 0 0 58 238.9M 0 135.6k 51:11 30:03 21:08 92932 58 406.7M 0 0 58 239.0M 0 135.6k 51:11 30:04 21:07 98269 58 406.7M 0 0 58 239.2M 0 135.6k 51:11 30:06 21:05 109.2k 58 406.7M 0 0 58 239.5M 0 135.6k 51:09 30:07 21:02 132.6k 58 406.7M 0 0 58 239.7M 0 135.7k 51:09 30:08 21:01 155.9k 58 406.7M 0 0 58 239.9M 0 135.7k 51:08 30:09 20:59 173.3k 59 406.7M 0 0 59 240.1M 0 135.7k 51:08 30:11 20:57 176.5k 59 406.7M 0 0 59 240.2M 0 135.7k 51:08 30:12 20:56 168.0k 59 406.7M 0 0 59 240.4M 0 135.7k 51:08 30:13 20:55 157.7k 59 406.7M 0 0 59 240.6M 0 135.7k 51:08 30:14 20:54 148.1k 59 406.7M 0 0 59 240.8M 0 135.7k 51:07 30:15 20:52 146.2k 59 406.7M 0 0 59 241.0M 0 135.8k 51:07 30:17 20:50 146.4k 59 406.7M 0 0 59 241.1M 0 135.7k 51:07 30:18 20:49 151.4k 59 406.7M 0 0 59 241.2M 0 135.7k 51:08 30:19 20:49 132.5k 59 406.7M 0 0 59 241.3M 0 135.7k 51:08 30:20 20:48 127.5k 59 406.7M 0 0 59 241.5M 0 135.7k 51:08 30:22 20:46 125.2k 59 406.7M 0 0 59 241.7M 0 135.7k 51:08 30:23 20:45 122.0k 59 406.7M 0 0 59 241.8M 0 135.7k 51:08 30:24 20:44 119.4k 59 406.7M 0 0 59 242.0M 0 135.6k 51:09 30:26 20:43 120.6k 59 406.7M 0 0 59 242.1M 0 135.6k 51:10 30:27 20:43 111.4k 59 406.7M 0 0 59 242.2M 0 135.6k 51:11 30:29 20:42 99.20k 59 406.7M 0 0 59 242.4M 0 135.6k 51:11 30:30 20:41 101.9k 59 406.7M 0 0 59 242.6M 0 135.6k 51:10 30:31 20:39 113.1k 59 406.7M 0 0 59 242.8M 0 135.6k 51:10 30:32 20:38 130.8k 59 406.7M 0 0 59 243.0M 0 135.7k 51:09 30:33 20:36 151.4k 59 406.7M 0 0 59 243.1M 0 135.7k 51:08 30:34 20:34 174.5k 59 406.7M 0 0 59 243.3M 0 135.7k 51:08 30:36 20:32 170.6k 59 406.7M 0 0 59 243.5M 0 135.7k 51:09 30:37 20:32 158.6k 59 406.7M 0 0 59 243.6M 0 135.7k 51:09 30:38 20:31 144.7k 59 406.7M 0 0 59 243.8M 0 135.6k 51:10 30:40 20:30 126.1k 59 406.7M 0 0 59 244.0M 0 135.6k 51:10 30:41 20:29 122.1k 60 406.7M 0 0 60 244.1M 0 135.7k 51:09 30:42 20:27 129.1k 60 406.7M 0 0 60 244.3M 0 135.6k 51:09 30:43 20:26 127.9k 60 406.7M 0 0 60 244.5M 0 135.6k 51:09 30:45 20:24 131.7k 60 406.7M 0 0 60 244.6M 0 135.7k 51:09 30:46 20:23 148.0k 60 406.7M 0 0 60 244.8M 0 135.7k 51:09 30:47 20:22 141.4k 60 406.7M 0 0 60 244.9M 0 135.6k 51:10 30:48 20:22 121.6k 60 406.7M 0 0 60 245.0M 0 135.6k 51:11 30:50 20:21 117.5k 60 406.7M 0 0 60 245.1M 0 135.6k 51:11 30:51 20:20 114.6k 60 406.7M 0 0 60 245.3M 0 135.6k 51:11 30:52 20:19 107.7k 60 406.7M 0 0 60 245.5M 0 135.6k 51:11 30:53 20:18 116.9k 60 406.7M 0 0 60 245.6M 0 135.6k 51:11 30:54 20:17 127.7k 60 406.7M 0 0 60 245.8M 0 135.5k 51:11 30:56 20:15 124.7k 60 406.7M 0 0 60 245.9M 0 135.5k 51:12 30:57 20:15 125.3k 60 406.7M 0 0 60 246.1M 0 135.6k 51:11 30:58 20:13 133.4k 60 406.7M 0 0 60 246.3M 0 135.6k 51:10 30:59 20:11 146.6k 60 406.7M 0 0 60 246.6M 0 135.7k 51:08 31:00 20:08 177.3k 60 406.7M 0 0 60 247.0M 0 135.8k 51:06 31:01 20:05 226.1k 60 406.7M 0 0 60 247.2M 0 135.9k 51:04 31:02 20:02 249.9k 60 406.7M 0 0 60 247.4M 0 135.9k 51:04 31:03 20:01 255.3k 60 406.7M 0 0 60 247.6M 0 135.9k 51:04 31:05 19:59 224.1k 60 406.7M 0 0 60 247.7M 0 135.9k 51:04 31:06 19:58 188.5k 60 406.7M 0 0 60 247.8M 0 135.8k 51:05 31:08 19:57 140.4k 60 406.7M 0 0 60 248.0M 0 135.8k 51:06 31:09 19:57 111.8k 60 406.7M 0 0 60 248.1M 0 135.7k 51:07 31:11 19:56 97708 61 406.7M 0 0 61 248.3M 0 135.8k 51:07 31:12 19:55 98.18k 61 406.7M 0 0 61 248.5M 0 135.8k 51:06 31:13 19:53 108.9k 61 406.7M 0 0 61 248.6M 0 135.8k 51:06 31:14 19:52 123.4k 61 406.7M 0 0 61 248.8M 0 135.8k 51:06 31:15 19:51 133.1k 61 406.7M 0 0 61 249.0M 0 135.8k 51:06 31:16 19:50 152.4k 61 406.7M 0 0 61 249.1M 0 135.8k 51:06 31:18 19:48 154.2k 61 406.7M 0 0 61 249.3M 0 135.8k 51:06 31:19 19:47 143.4k 61 406.7M 0 0 61 249.4M 0 135.8k 51:06 31:20 19:46 138.1k 61 406.7M 0 0 61 249.5M 0 135.8k 51:06 31:21 19:45 138.5k 61 406.7M 0 0 61 249.8M 0 135.8k 51:05 31:22 19:43 146.4k 61 406.7M 0 0 61 250.0M 0 135.8k 51:05 31:23 19:42 144.0k 61 406.7M 0 0 61 250.1M 0 135.8k 51:06 31:25 19:41 135.5k 61 406.7M 0 0 61 250.2M 0 135.8k 51:06 31:26 19:40 137.4k 61 406.7M 0 0 61 250.4M 0 135.8k 51:06 31:27 19:39 138.3k 61 406.7M 0 0 61 250.6M 0 135.8k 51:06 31:29 19:37 124.7k 61 406.7M 0 0 61 250.7M 0 135.8k 51:06 31:30 19:36 118.3k 61 406.7M 0 0 61 250.9M 0 135.8k 51:06 31:31 19:35 130.5k 61 406.7M 0 0 61 251.1M 0 135.8k 51:06 31:32 19:34 141.2k 61 406.7M 0 0 61 251.3M 0 135.8k 51:05 31:34 19:31 143.4k 61 406.7M 0 0 61 251.5M 0 135.8k 51:06 31:35 19:31 144.0k 61 406.7M 0 0 61 251.6M 0 135.8k 51:06 31:36 19:30 140.5k 61 406.7M 0 0 61 251.8M 0 135.8k 51:06 31:38 19:28 135.9k 61 406.7M 0 0 61 251.9M 0 135.8k 51:06 31:39 19:27 126.0k 61 406.7M 0 0 61 252.1M 0 135.8k 51:06 31:40 19:26 128.0k 62 406.7M 0 0 62 252.3M 0 135.8k 51:06 31:41 19:25 130.7k 62 406.7M 0 0 62 252.5M 0 135.8k 51:05 31:43 19:22 143.1k 62 406.7M 0 0 62 252.6M 0 135.8k 51:05 31:44 19:21 155.2k 62 406.7M 0 0 62 252.8M 0 135.9k 51:05 31:45 19:20 160.6k 62 406.7M 0 0 62 253.0M 0 135.9k 51:04 31:46 19:18 157.9k 62 406.7M 0 0 62 253.1M 0 135.8k 51:05 31:47 19:18 148.1k 62 406.7M 0 0 62 253.3M 0 135.8k 51:06 31:49 19:17 131.0k 62 406.7M 0 0 62 253.4M 0 135.8k 51:06 31:50 19:16 115.9k 62 406.7M 0 0 62 253.6M 0 135.8k 51:06 31:51 19:15 117.5k 62 406.7M 0 0 62 253.8M 0 135.8k 51:05 31:53 19:12 129.8k 62 406.7M 0 0 62 254.1M 0 135.9k 51:04 31:54 19:10 151.5k 62 406.7M 0 0 62 254.3M 0 135.9k 51:04 31:55 19:09 187.1k 62 406.7M 0 0 62 254.3M 0 135.9k 51:04 31:55 19:09 135.9k 62 406.7M 0 0 62 254.4M 0 135.9k 51:04 31:56 19:08 112.2k 62 406.7M 0 0 62 254.5M 0 135.9k 51:05 31:58 19:07 104.1k 62 406.7M 0 0 62 254.6M 0 135.8k 51:05 31:59 19:06 108.8k 62 406.7M 0 0 62 254.8M 0 135.8k 51:05 32:00 19:05 117.9k 62 406.7M 0 0 62 255.0M 0 135.8k 51:05 32:01 19:04 117.7k 62 406.7M 0 0 62 255.1M 0 135.8k 51:05 32:03 19:02 120.8k 62 406.7M 0 0 62 255.3M 0 135.8k 51:05 32:04 19:01 124.5k 62 406.7M 0 0 62 255.4M 0 135.8k 51:06 32:05 19:01 124.2k 62 406.7M 0 0 62 255.6M 0 135.8k 51:05 32:06 18:59 130.0k 62 406.7M 0 0 62 255.8M 0 135.9k 51:05 32:07 18:58 142.4k 62 406.7M 0 0 62 256.0M 0 135.9k 51:04 32:08 18:56 155.0k 62 406.7M 0 0 62 256.2M 0 135.9k 51:03 32:09 18:54 173.0k 63 406.7M 0 0 63 256.5M 0 136.0k 51:02 32:11 18:51 190.1k 63 406.7M 0 0 63 256.6M 0 136.0k 51:02 32:12 18:50 179.7k 63 406.7M 0 0 63 256.8M 0 136.0k 51:02 32:13 18:49 168.0k 63 406.7M 0 0 63 257.0M 0 136.0k 51:02 32:15 18:47 156.0k 63 406.7M 0 0 63 257.1M 0 135.9k 51:02 32:16 18:46 142.8k 63 406.7M 0 0 63 257.3M 0 135.9k 51:02 32:17 18:45 130.4k 63 406.7M 0 0 63 257.5M 0 136.0k 51:02 32:18 18:44 136.9k 63 406.7M 0 0 63 257.7M 0 136.0k 51:02 32:20 18:42 143.6k 63 406.7M 0 0 63 257.9M 0 136.0k 51:01 32:21 18:40 155.3k 63 406.7M 0 0 63 258.1M 0 136.1k 51:00 32:22 18:38 173.8k 63 406.7M 0 0 63 258.4M 0 136.1k 50:59 32:23 18:36 193.6k 63 406.7M 0 0 63 258.6M 0 136.2k 50:57 32:24 18:33 204.9k 63 406.7M 0 0 63 258.9M 0 136.2k 50:56 32:25 18:31 216.3k 63 406.7M 0 0 63 259.1M 0 136.2k 50:56 32:27 18:29 203.2k 63 406.7M 0 0 63 259.3M 0 136.2k 50:56 32:28 18:28 190.6k 63 406.7M 0 0 63 259.5M 0 136.2k 50:56 32:29 18:27 169.4k 63 406.7M 0 0 63 259.6M 0 136.2k 50:56 32:31 18:25 150.0k 63 406.7M 0 0 63 259.6M 0 136.2k 50:57 32:32 18:25 122.7k 63 406.7M 0 0 63 259.8M 0 136.1k 50:58 32:33 18:25 110.5k 63 406.7M 0 0 63 259.9M 0 136.1k 50:59 32:34 18:25 101.6k 63 406.7M 0 0 63 260.1M 0 136.1k 50:59 32:36 18:23 102.9k 63 406.7M 0 0 63 260.2M 0 136.1k 50:59 32:37 18:22 102.0k 64 406.7M 0 0 64 260.3M 0 136.1k 50:59 32:38 18:21 107.4k 64 406.7M 0 0 64 260.5M 0 136.1k 51:00 32:39 18:21 110.5k 64 406.7M 0 0 64 260.6M 0 136.0k 51:01 32:41 18:20 109.6k 64 406.7M 0 0 64 260.8M 0 136.0k 51:01 32:42 18:19 103.7k 64 406.7M 0 0 64 261.0M 0 136.0k 51:01 32:44 18:17 108.3k 64 406.7M 0 0 64 261.1M 0 136.0k 51:01 32:45 18:16 111.8k 64 406.7M 0 0 64 261.3M 0 136.0k 51:01 32:46 18:15 118.8k 64 406.7M 0 0 64 261.5M 0 136.0k 51:02 32:48 18:14 123.0k 64 406.7M 0 0 64 261.6M 0 136.0k 51:02 32:49 18:13 121.2k 64 406.7M 0 0 64 261.8M 0 136.0k 51:02 32:51 18:11 120.4k 64 406.7M 0 0 64 261.9M 0 135.9k 51:03 32:52 18:11 120.1k 64 406.7M 0 0 64 262.1M 0 135.9k 51:03 32:54 18:09 116.4k 64 406.7M 0 0 64 262.2M 0 135.9k 51:03 32:55 18:08 113.3k 64 406.7M 0 0 64 262.3M 0 135.9k 51:04 32:56 18:08 114.1k 64 406.7M 0 0 64 262.5M 0 135.9k 51:04 32:57 18:07 110.2k 64 406.7M 0 0 64 262.6M 0 135.9k 51:05 32:59 18:06 111.0k 64 406.7M 0 0 64 262.8M 0 135.9k 51:05 33:00 18:05 115.9k 64 406.7M 0 0 64 263.0M 0 135.9k 51:04 33:02 18:02 123.4k 64 406.7M 0 0 64 263.2M 0 135.9k 51:04 33:03 18:01 131.6k 64 406.7M 0 0 64 263.4M 0 135.9k 51:04 33:04 18:00 137.9k 64 406.7M 0 0 64 263.6M 0 135.9k 51:04 33:05 17:59 143.6k 64 406.7M 0 0 64 263.8M 0 135.9k 51:03 33:07 17:56 156.8k 64 406.7M 0 0 64 264.0M 0 135.9k 51:02 33:08 17:54 164.5k 64 406.7M 0 0 64 264.3M 0 136.0k 51:02 33:09 17:53 171.9k 65 406.7M 0 0 65 264.4M 0 135.9k 51:02 33:11 17:51 158.8k 65 406.7M 0 0 65 264.5M 0 135.9k 51:03 33:12 17:51 151.9k 65 406.7M 0 0 65 264.6M 0 135.9k 51:03 33:13 17:50 134.5k 65 406.7M 0 0 65 264.8M 0 135.9k 51:03 33:14 17:49 131.1k 65 406.7M 0 0 65 265.0M 0 136.0k 51:02 33:15 17:47 127.0k 65 406.7M 0 0 65 265.1M 0 135.9k 51:03 33:17 17:46 128.0k 65 406.7M 0 0 65 265.3M 0 135.9k 51:03 33:18 17:45 129.8k 65 406.7M 0 0 65 265.5M 0 135.9k 51:03 33:19 17:44 138.9k 65 406.7M 0 0 65 265.6M 0 135.9k 51:03 33:20 17:43 139.5k 65 406.7M 0 0 65 265.8M 0 135.9k 51:03 33:22 17:41 120.3k 65 406.7M 0 0 65 265.9M 0 135.9k 51:04 33:23 17:41 125.5k 65 406.7M 0 0 65 266.1M 0 135.9k 51:04 33:24 17:40 132.2k 65 406.7M 0 0 65 266.3M 0 135.9k 51:03 33:25 17:38 139.8k 65 406.7M 0 0 65 266.6M 0 136.0k 51:02 33:26 17:36 149.2k 65 406.7M 0 0 65 266.8M 0 136.0k 51:01 33:28 17:33 179.3k 65 406.7M 0 0 65 267.1M 0 136.1k 51:00 33:29 17:31 189.5k 65 406.7M 0 0 65 267.3M 0 136.1k 51:00 33:31 17:29 185.0k 65 406.7M 0 0 65 267.4M 0 136.0k 51:01 33:32 17:29 161.4k 65 406.7M 0 0 65 267.5M 0 136.0k 51:02 33:33 17:29 136.5k 65 406.7M 0 0 65 267.6M 0 135.9k 51:02 33:35 17:27 110.8k 65 406.7M 0 0 65 267.7M 0 135.9k 51:04 33:36 17:28 91748 65 406.7M 0 0 65 267.8M 0 135.9k 51:04 33:37 17:27 86879 65 406.7M 0 0 65 268.0M 0 135.9k 51:05 33:39 17:26 87342 65 406.7M 0 0 65 268.1M 0 135.8k 51:05 33:40 17:25 92525 65 406.7M 0 0 65 268.3M 0 135.8k 51:05 33:41 17:24 104.4k 66 406.7M 0 0 66 268.5M 0 135.8k 51:05 33:43 17:22 119.6k 66 406.7M 0 0 66 268.6M 0 135.8k 51:05 33:44 17:21 120.6k 66 406.7M 0 0 66 268.8M 0 135.9k 51:05 33:45 17:20 135.7k 66 406.7M 0 0 66 268.9M 0 135.8k 51:05 33:46 17:19 141.1k 66 406.7M 0 0 66 269.0M 0 135.8k 51:05 33:47 17:18 134.5k 66 406.7M 0 0 66 269.2M 0 135.8k 51:05 33:49 17:16 130.0k 66 406.7M 0 0 66 269.4M 0 135.8k 51:05 33:50 17:15 134.3k 66 406.7M 0 0 66 269.6M 0 135.8k 51:05 33:51 17:14 133.6k 66 406.7M 0 0 66 269.8M 0 135.8k 51:05 33:53 17:12 132.9k 66 406.7M 0 0 66 269.9M 0 135.8k 51:05 33:54 17:11 132.2k 66 406.7M 0 0 66 270.1M 0 135.9k 51:05 33:55 17:10 142.4k 66 406.7M 0 0 66 270.3M 0 135.9k 51:04 33:56 17:08 155.2k 66 406.7M 0 0 66 270.6M 0 135.9k 51:03 33:57 17:06 166.5k 66 406.7M 0 0 66 270.8M 0 136.0k 51:02 33:59 17:03 188.6k 66 406.7M 0 0 66 271.1M 0 136.0k 51:01 34:00 17:01 203.1k 66 406.7M 0 0 66 271.3M 0 136.0k 51:00 34:01 16:59 200.1k 66 406.7M 0 0 66 271.5M 0 136.0k 51:00 34:02 16:58 181.0k 66 406.7M 0 0 66 271.6M 0 136.0k 51:00 34:04 16:56 171.5k 66 406.7M 0 0 66 271.8M 0 136.1k 51:00 34:05 16:55 158.9k 66 406.7M 0 0 66 272.1M 0 136.1k 50:59 34:06 16:53 158.7k 66 406.7M 0 0 66 272.3M 0 136.1k 50:58 34:08 16:50 165.2k 66 406.7M 0 0 66 272.5M 0 136.1k 50:59 34:09 16:50 155.5k 67 406.7M 0 0 67 272.6M 0 136.0k 51:00 34:11 16:49 135.1k 67 406.7M 0 0 67 272.6M 0 136.0k 51:01 34:12 16:49 122.7k 67 406.7M 0 0 67 272.8M 0 136.0k 51:02 34:13 16:49 99943 67 406.7M 0 0 67 272.9M 0 135.9k 51:02 34:15 16:47 83179 67 406.7M 0 0 67 273.1M 0 135.9k 51:02 34:16 16:46 94215 67 406.7M 0 0 67 273.2M 0 135.9k 51:03 34:17 16:46 102.1k 67 406.7M 0 0 67 273.3M 0 135.9k 51:03 34:18 16:45 104.8k 67 406.7M 0 0 67 273.5M 0 135.9k 51:04 34:20 16:44 111.5k 67 406.7M 0 0 67 273.6M 0 135.9k 51:04 34:21 16:43 119.9k 67 406.7M 0 0 67 273.8M 0 135.9k 51:04 34:22 16:42 116.0k 67 406.7M 0 0 67 273.9M 0 135.9k 51:04 34:23 16:41 113.6k 67 406.7M 0 0 67 274.0M 0 135.9k 51:04 34:24 16:40 122.2k 67 406.7M 0 0 67 274.1M 0 135.9k 51:04 34:25 16:39 128.0k 67 406.7M 0 0 67 274.3M 0 135.9k 51:05 34:26 16:39 119.7k 67 406.7M 0 0 67 274.5M 0 135.9k 51:04 34:28 16:36 136.2k 67 406.7M 0 0 67 274.7M 0 135.9k 51:04 34:29 16:35 145.0k 67 406.7M 0 0 67 274.9M 0 135.9k 51:03 34:30 16:33 150.2k 67 406.7M 0 0 67 275.1M 0 135.9k 51:03 34:32 16:31 151.8k 67 406.7M 0 0 67 275.2M 0 135.9k 51:04 34:33 16:31 146.0k 67 406.7M 0 0 67 275.3M 0 135.9k 51:04 34:34 16:30 130.2k 67 406.7M 0 0 67 275.5M 0 135.9k 51:04 34:35 16:29 127.1k 67 406.7M 0 0 67 275.6M 0 135.9k 51:04 34:37 16:27 121.1k 67 406.7M 0 0 67 275.8M 0 135.9k 51:04 34:38 16:26 124.2k 67 406.7M 0 0 67 276.0M 0 135.8k 51:05 34:39 16:26 120.3k 67 406.7M 0 0 67 276.1M 0 135.8k 51:06 34:41 16:25 113.7k 67 406.7M 0 0 67 276.3M 0 135.8k 51:05 34:42 16:23 118.2k 67 406.7M 0 0 67 276.5M 0 135.8k 51:05 34:43 16:22 124.6k 68 406.7M 0 0 68 276.6M 0 135.8k 51:05 34:44 16:21 127.0k 68 406.7M 0 0 68 276.8M 0 135.9k 51:05 34:46 16:19 140.9k 68 406.7M 0 0 68 277.0M 0 135.8k 51:05 34:47 16:18 151.9k 68 406.7M 0 0 68 277.1M 0 135.8k 51:05 34:48 16:17 142.1k 68 406.7M 0 0 68 277.2M 0 135.8k 51:06 34:50 16:16 118.7k 68 406.7M 0 0 68 277.3M 0 135.7k 51:07 34:51 16:16 103.8k 68 406.7M 0 0 68 277.5M 0 135.7k 51:08 34:53 16:15 93756 68 406.7M 0 0 68 277.6M 0 135.7k 51:09 34:54 16:15 86768 68 406.7M 0 0 68 277.8M 0 135.7k 51:09 34:56 16:13 93940 68 406.7M 0 0 68 278.0M 0 135.7k 51:08 34:57 16:11 108.7k 68 406.7M 0 0 68 278.1M 0 135.7k 51:08 34:58 16:10 124.3k 68 406.7M 0 0 68 278.3M 0 135.7k 51:08 34:59 16:09 141.1k 68 406.7M 0 0 68 278.5M 0 135.7k 51:08 35:00 16:08 152.2k 68 406.7M 0 0 68 278.6M 0 135.7k 51:08 35:02 16:06 148.0k 68 406.7M 0 0 68 278.8M 0 135.7k 51:09 35:03 16:06 128.1k 68 406.7M 0 0 68 278.9M 0 135.6k 51:10 35:05 16:05 110.6k 68 406.7M 0 0 68 279.1M 0 135.6k 51:10 35:06 16:04 108.9k 68 406.7M 0 0 68 279.2M 0 135.6k 51:10 35:07 16:03 109.2k 68 406.7M 0 0 68 279.3M 0 135.6k 51:10 35:08 16:02 105.5k 68 406.7M 0 0 68 279.5M 0 135.6k 51:10 35:10 16:00 117.7k 68 406.7M 0 0 68 279.7M 0 135.6k 51:10 35:11 15:59 133.7k 68 406.7M 0 0 68 279.8M 0 135.6k 51:10 35:12 15:58 127.6k 68 406.7M 0 0 68 280.0M 0 135.6k 51:11 35:14 15:57 118.9k 68 406.7M 0 0 68 280.1M 0 135.5k 51:12 35:15 15:57 114.0k 68 406.7M 0 0 68 280.2M 0 135.5k 51:12 35:16 15:56 108.9k 68 406.7M 0 0 68 280.3M 0 135.5k 51:13 35:18 15:55 92434 68 406.7M 0 0 68 280.5M 0 135.4k 51:15 35:20 15:55 82799 68 406.7M 0 0 68 280.6M 0 135.4k 51:15 35:21 15:54 87416 69 406.7M 0 0 69 280.7M 0 135.4k 51:16 35:23 15:53 86197 69 406.7M 0 0 69 280.8M 0 135.3k 51:17 35:24 15:53 82156 69 406.7M 0 0 69 281.0M 0 135.3k 51:17 35:26 15:51 87908 69 406.7M 0 0 69 281.1M 0 135.3k 51:17 35:27 15:50 102.3k 69 406.7M 0 0 69 281.3M 0 135.3k 51:17 35:28 15:49 111.2k 69 406.7M 0 0 69 281.5M 0 135.3k 51:16 35:29 15:47 126.3k 69 406.7M 0 0 69 281.7M 0 135.3k 51:16 35:30 15:46 141.7k 69 406.7M 0 0 69 281.8M 0 135.3k 51:16 35:32 15:44 148.3k 69 406.7M 0 0 69 282.0M 0 135.3k 51:16 35:33 15:43 148.3k 69 406.7M 0 0 69 282.3M 0 135.4k 51:16 35:35 15:41 147.7k 69 406.7M 0 0 69 282.4M 0 135.3k 51:16 35:36 15:40 133.7k 69 406.7M 0 0 69 282.6M 0 135.4k 51:16 35:37 15:39 139.9k 69 406.7M 0 0 69 282.8M 0 135.4k 51:15 35:38 15:37 151.7k 69 406.7M 0 0 69 283.0M 0 135.4k 51:15 35:40 15:35 152.8k 69 406.7M 0 0 69 283.3M 0 135.4k 51:14 35:41 15:33 161.8k 69 406.7M 0 0 69 283.5M 0 135.4k 51:14 35:42 15:32 167.9k 69 406.7M 0 0 69 283.6M 0 135.4k 51:15 35:44 15:31 153.3k 69 406.7M 0 0 69 283.7M 0 135.4k 51:15 35:45 15:30 136.4k 69 406.7M 0 0 69 283.8M 0 135.4k 51:15 35:46 15:29 129.6k 69 406.7M 0 0 69 284.0M 0 135.4k 51:15 35:47 15:28 121.9k 69 406.7M 0 0 69 284.3M 0 135.4k 51:14 35:48 15:26 138.6k 69 406.7M 0 0 69 284.4M 0 135.4k 51:14 35:49 15:25 143.2k 69 406.7M 0 0 69 284.5M 0 135.4k 51:15 35:51 15:24 144.5k 69 406.7M 0 0 69 284.6M 0 135.4k 51:15 35:52 15:23 138.8k 70 406.7M 0 0 70 284.8M 0 135.4k 51:15 35:53 15:22 130.7k 70 406.7M 0 0 70 285.0M 0 135.4k 51:15 35:54 15:21 117.6k 70 406.7M 0 0 70 285.1M 0 135.4k 51:15 35:55 15:20 126.8k 70 406.7M 0 0 70 285.4M 0 135.4k 51:14 35:57 15:17 143.4k 70 406.7M 0 0 70 285.5M 0 135.4k 51:14 35:58 15:16 150.1k 70 406.7M 0 0 70 285.6M 0 135.4k 51:14 35:59 15:15 149.9k 70 406.7M 0 0 70 285.8M 0 135.4k 51:14 36:00 15:14 148.8k 70 406.7M 0 0 70 286.0M 0 135.4k 51:14 36:02 15:12 141.9k 70 406.7M 0 0 70 286.2M 0 135.4k 51:14 36:03 15:11 134.0k 70 406.7M 0 0 70 286.4M 0 135.4k 51:14 36:04 15:10 138.0k 70 406.7M 0 0 70 286.6M 0 135.5k 51:14 36:06 15:08 146.7k 70 406.7M 0 0 70 286.8M 0 135.5k 51:13 36:07 15:06 148.7k 70 406.7M 0 0 70 286.9M 0 135.5k 51:14 36:08 15:06 145.3k 70 406.7M 0 0 70 287.1M 0 135.5k 51:13 36:09 15:04 151.6k 70 406.7M 0 0 70 287.3M 0 135.5k 51:13 36:10 15:03 159.7k 70 406.7M 0 0 70 287.4M 0 135.5k 51:13 36:11 15:02 146.5k 70 406.7M 0 0 70 287.5M 0 135.4k 51:14 36:13 15:01 125.5k 70 406.7M 0 0 70 287.6M 0 135.4k 51:14 36:14 15:00 124.9k 70 406.7M 0 0 70 287.8M 0 135.4k 51:15 36:15 15:00 113.1k 70 406.7M 0 0 70 288.0M 0 135.4k 51:14 36:16 14:58 114.6k 70 406.7M 0 0 70 288.1M 0 135.4k 51:14 36:17 14:57 115.0k 70 406.7M 0 0 70 288.3M 0 135.4k 51:14 36:19 14:55 131.4k 70 406.7M 0 0 70 288.4M 0 135.4k 51:15 36:20 14:55 127.8k 70 406.7M 0 0 70 288.5M 0 135.4k 51:15 36:21 14:54 129.8k 70 406.7M 0 0 70 288.6M 0 135.4k 51:15 36:22 14:53 118.3k 70 406.7M 0 0 70 288.8M 0 135.4k 51:15 36:23 14:52 120.4k 71 406.7M 0 0 71 288.9M 0 135.4k 51:15 36:24 14:51 116.7k 71 406.7M 0 0 71 289.1M 0 135.4k 51:15 36:25 14:50 132.0k 71 406.7M 0 0 71 289.2M 0 135.4k 51:15 36:27 14:48 129.2k 71 406.7M 0 0 71 289.4M 0 135.4k 51:15 36:28 14:47 130.7k 71 406.7M 0 0 71 289.6M 0 135.4k 51:15 36:29 14:46 137.9k 71 406.7M 0 0 71 289.8M 0 135.4k 51:15 36:31 14:44 139.6k 71 406.7M 0 0 71 290.0M 0 135.4k 51:15 36:32 14:43 136.9k 71 406.7M 0 0 71 290.1M 0 135.4k 51:15 36:33 14:42 146.9k 71 406.7M 0 0 71 290.3M 0 135.4k 51:14 36:34 14:40 153.3k 71 406.7M 0 0 71 290.6M 0 135.5k 51:13 36:36 14:37 162.8k 71 406.7M 0 0 71 290.8M 0 135.5k 51:12 36:37 14:35 178.1k 71 406.7M 0 0 71 291.0M 0 135.5k 51:12 36:38 14:34 177.2k 71 406.7M 0 0 71 291.1M 0 135.5k 51:12 36:39 14:33 170.2k 71 406.7M 0 0 71 291.3M 0 135.5k 51:12 36:40 14:32 174.2k 71 406.7M 0 0 71 291.5M 0 135.6k 51:11 36:41 14:30 167.8k 71 406.7M 0 0 71 291.7M 0 135.6k 51:11 36:42 14:29 163.0k 71 406.7M 0 0 71 292.0M 0 135.6k 51:10 36:44 14:26 176.8k 71 406.7M 0 0 71 292.1M 0 135.6k 51:10 36:45 14:25 175.1k 71 406.7M 0 0 71 292.3M 0 135.6k 51:10 36:46 14:24 166.5k 71 406.7M 0 0 71 292.5M 0 135.6k 51:10 36:48 14:22 163.4k 71 406.7M 0 0 71 292.7M 0 135.6k 51:09 36:49 14:20 157.9k 71 406.7M 0 0 71 292.8M 0 135.6k 51:10 36:50 14:20 134.1k 72 406.7M 0 0 72 293.0M 0 135.6k 51:10 36:51 14:19 130.5k 72 406.7M 0 0 72 293.1M 0 135.6k 51:10 36:53 14:17 133.4k 72 406.7M 0 0 72 293.3M 0 135.6k 51:10 36:54 14:16 136.1k 72 406.7M 0 0 72 293.5M 0 135.7k 51:09 36:55 14:14 139.6k 72 406.7M 0 0 72 293.6M 0 135.6k 51:09 36:56 14:13 148.0k 72 406.7M 0 0 72 293.8M 0 135.6k 51:09 36:57 14:12 150.6k 72 406.7M 0 0 72 293.9M 0 135.6k 51:10 36:58 14:12 137.3k 72 406.7M 0 0 72 294.0M 0 135.6k 51:11 36:59 14:12 120.4k 72 406.7M 0 0 72 294.2M 0 135.6k 51:10 37:01 14:09 116.9k 72 406.7M 0 0 72 294.4M 0 135.6k 51:10 37:02 14:08 128.7k 72 406.7M 0 0 72 294.6M 0 135.7k 51:09 37:03 14:06 143.6k 72 406.7M 0 0 72 294.8M 0 135.7k 51:08 37:04 14:04 161.0k 72 406.7M 0 0 72 295.0M 0 135.7k 51:09 37:05 14:04 168.5k 72 406.7M 0 0 72 295.1M 0 135.7k 51:09 37:06 14:03 163.2k 72 406.7M 0 0 72 295.3M 0 135.7k 51:09 37:08 14:01 156.3k 72 406.7M 0 0 72 295.4M 0 135.7k 51:09 37:09 14:00 133.5k 72 406.7M 0 0 72 295.5M 0 135.6k 51:10 37:10 14:00 111.3k 72 406.7M 0 0 72 295.6M 0 135.6k 51:11 37:11 14:00 101.8k 72 406.7M 0 0 72 295.7M 0 135.5k 51:12 37:13 13:59 96532 72 406.7M 0 0 72 295.8M 0 135.5k 51:12 37:14 13:58 90867 72 406.7M 0 0 72 296.0M 0 135.5k 51:12 37:15 13:57 94781 72 406.7M 0 0 72 296.1M 0 135.5k 51:12 37:17 13:55 105.5k 72 406.7M 0 0 72 296.3M 0 135.5k 51:12 37:18 13:54 137.2k 72 406.7M 0 0 72 296.3M 0 135.5k 51:12 37:18 13:54 135.5k 72 406.7M 0 0 72 296.5M 0 135.5k 51:12 37:19 13:53 134.8k 72 406.7M 0 0 72 296.7M 0 135.5k 51:12 37:21 13:51 133.3k 72 406.7M 0 0 72 296.9M 0 135.6k 51:11 37:22 13:49 139.7k 73 406.7M 0 0 73 297.1M 0 135.6k 51:11 37:23 13:48 148.6k 73 406.7M 0 0 73 297.3M 0 135.6k 51:11 37:24 13:47 152.6k 73 406.7M 0 0 73 297.5M 0 135.6k 51:10 37:25 13:45 162.6k 73 406.7M 0 0 73 297.6M 0 135.6k 51:10 37:26 13:44 169.5k 73 406.7M 0 0 73 297.8M 0 135.6k 51:11 37:28 13:43 149.0k 73 406.7M 0 0 73 297.9M 0 135.5k 51:12 37:30 13:42 120.6k 73 406.7M 0 0 73 298.0M 0 135.5k 51:13 37:31 13:42 105.5k 73 406.7M 0 0 73 298.1M 0 135.5k 51:13 37:33 13:40 96093 73 406.7M 0 0 73 298.3M 0 135.5k 51:13 37:34 13:39 87908 73 406.7M 0 0 73 298.4M 0 135.5k 51:14 37:35 13:39 95491 73 406.7M 0 0 73 298.6M 0 135.5k 51:14 37:36 13:38 111.1k 73 406.7M 0 0 73 298.7M 0 135.4k 51:14 37:37 13:37 117.2k 73 406.7M 0 0 73 298.8M 0 135.4k 51:14 37:38 13:36 119.9k 73 406.7M 0 0 73 299.0M 0 135.4k 51:14 37:40 13:34 126.5k 73 406.7M 0 0 73 299.3M 0 135.5k 51:13 37:41 13:32 142.3k 73 406.7M 0 0 73 299.5M 0 135.5k 51:12 37:42 13:30 159.4k 73 406.7M 0 0 73 299.8M 0 135.6k 51:11 37:43 13:28 186.4k 73 406.7M 0 0 73 300.0M 0 135.6k 51:10 37:45 13:25 200.0k 73 406.7M 0 0 73 300.1M 0 135.6k 51:11 37:46 13:25 188.1k 73 406.7M 0 0 73 300.3M 0 135.5k 51:12 37:47 13:25 159.0k 73 406.7M 0 0 73 300.4M 0 135.5k 51:12 37:49 13:23 134.5k 73 406.7M 0 0 73 300.6M 0 135.5k 51:12 37:50 13:22 115.1k 73 406.7M 0 0 73 300.8M 0 135.5k 51:12 37:51 13:21 110.8k 73 406.7M 0 0 73 301.0M 0 135.5k 51:12 37:53 13:19 123.8k 74 406.7M 0 0 74 301.1M 0 135.6k 51:11 37:54 13:17 140.0k 74 406.7M 0 0 74 301.3M 0 135.6k 51:11 37:55 13:16 147.2k 74 406.7M 0 0 74 301.5M 0 135.6k 51:11 37:56 13:15 152.5k 74 406.7M 0 0 74 301.7M 0 135.6k 51:10 37:57 13:13 168.2k 74 406.7M 0 0 74 302.0M 0 135.6k 51:09 37:58 13:11 175.0k 74 406.7M 0 0 74 302.1M 0 135.6k 51:09 38:00 13:09 170.8k 74 406.7M 0 0 74 302.3M 0 135.7k 51:09 38:01 13:08 174.3k 74 406.7M 0 0 74 302.5M 0 135.6k 51:09 38:03 13:06 163.3k 74 406.7M 0 0 74 302.7M 0 135.7k 51:09 38:04 13:05 151.6k 74 406.7M 0 0 74 302.9M 0 135.7k 51:08 38:05 13:03 148.8k 74 406.7M 0 0 74 303.1M 0 135.7k 51:08 38:06 13:02 159.8k 74 406.7M 0 0 74 303.3M 0 135.7k 51:08 38:08 13:00 158.9k 74 406.7M 0 0 74 303.5M 0 135.7k 51:08 38:09 12:59 160.9k 74 406.7M 0 0 74 303.6M 0 135.7k 51:08 38:10 12:58 152.6k 74 406.7M 0 0 74 303.8M 0 135.7k 51:08 38:11 12:57 146.0k 74 406.7M 0 0 74 304.0M 0 135.7k 51:07 38:12 12:55 148.4k 74 406.7M 0 0 74 304.3M 0 135.8k 51:06 38:13 12:53 164.2k 74 406.7M 0 0 74 304.5M 0 135.8k 51:06 38:15 12:51 160.5k 74 406.7M 0 0 74 304.6M 0 135.7k 51:07 38:17 12:50 143.6k 74 406.7M 0 0 74 304.7M 0 135.7k 51:08 38:18 12:50 130.9k 74 406.7M 0 0 74 304.8M 0 135.7k 51:09 38:20 12:49 112.1k 74 406.7M 0 0 74 305.0M 0 135.7k 51:09 38:21 12:48 95889 75 406.7M 0 0 75 305.1M 0 135.7k 51:09 38:22 12:47 94282 75 406.7M 0 0 75 305.2M 0 135.6k 51:09 38:23 12:46 104.8k 75 406.7M 0 0 75 305.3M 0 135.6k 51:09 38:24 12:45 112.2k 75 406.7M 0 0 75 305.5M 0 135.6k 51:10 38:25 12:45 114.6k 75 406.7M 0 0 75 305.6M 0 135.6k 51:10 38:27 12:43 114.2k 75 406.7M 0 0 75 305.7M 0 135.6k 51:10 38:28 12:42 112.2k 75 406.7M 0 0 75 305.8M 0 135.6k 51:11 38:29 12:42 108.4k 75 406.7M 0 0 75 306.0M 0 135.5k 51:11 38:30 12:41 103.1k 75 406.7M 0 0 75 306.1M 0 135.5k 51:12 38:31 12:41 105.1k 75 406.7M 0 0 75 306.2M 0 135.5k 51:12 38:33 12:39 103.8k 75 406.7M 0 0 75 306.3M 0 135.5k 51:12 38:34 12:38 103.4k 75 406.7M 0 0 75 306.5M 0 135.5k 51:13 38:35 12:38 103.4k 75 406.7M 0 0 75 306.6M 0 135.5k 51:13 38:36 12:37 109.3k 75 406.7M 0 0 75 306.8M 0 135.5k 51:13 38:38 12:35 111.2k 75 406.7M 0 0 75 306.9M 0 135.4k 51:14 38:39 12:35 109.7k 75 406.7M 0 0 75 307.0M 0 135.4k 51:14 38:40 12:34 111.9k 75 406.7M 0 0 75 307.2M 0 135.5k 51:14 38:41 12:33 123.0k 75 406.7M 0 0 75 307.3M 0 135.5k 51:14 38:42 12:32 124.5k 75 406.7M 0 0 75 307.5M 0 135.4k 51:15 38:44 12:31 112.6k 75 406.7M 0 0 75 307.6M 0 135.4k 51:15 38:45 12:30 116.3k 75 406.7M 0 0 75 307.8M 0 135.4k 51:15 38:47 12:28 118.8k 75 406.7M 0 0 75 307.9M 0 135.4k 51:16 38:48 12:28 103.6k 75 406.7M 0 0 75 308.0M 0 135.3k 51:17 38:50 12:27 96959 75 406.7M 0 0 75 308.1M 0 135.3k 51:17 38:51 12:26 100.4k 75 406.7M 0 0 75 308.3M 0 135.3k 51:17 38:52 12:25 99.64k 75 406.7M 0 0 75 308.4M 0 135.3k 51:18 38:54 12:24 94309 75 406.7M 0 0 75 308.5M 0 135.3k 51:18 38:55 12:23 98.90k 75 406.7M 0 0 75 308.6M 0 135.3k 51:18 38:56 12:22 109.2k 75 406.7M 0 0 75 308.8M 0 135.2k 51:18 38:57 12:21 109.9k 75 406.7M 0 0 75 308.9M 0 135.2k 51:19 38:58 12:21 111.9k 75 406.7M 0 0 75 309.1M 0 135.2k 51:19 38:59 12:20 123.3k 76 406.7M 0 0 76 309.3M 0 135.2k 51:18 39:01 12:17 128.7k 76 406.7M 0 0 76 309.5M 0 135.2k 51:18 39:02 12:16 130.4k 76 406.7M 0 0 76 309.6M 0 135.2k 51:18 39:03 12:15 134.0k 76 406.7M 0 0 76 309.7M 0 135.2k 51:19 39:04 12:15 135.4k 76 406.7M 0 0 76 309.8M 0 135.2k 51:19 39:06 12:13 122.3k 76 406.7M 0 0 76 310.0M 0 135.2k 51:20 39:07 12:13 112.1k 76 406.7M 0 0 76 310.1M 0 135.2k 51:20 39:08 12:12 114.5k 76 406.7M 0 0 76 310.3M 0 135.2k 51:19 39:09 12:10 120.8k 76 406.7M 0 0 76 310.5M 0 135.2k 51:19 39:11 12:08 128.4k 76 406.7M 0 0 76 310.6M 0 135.2k 51:19 39:12 12:07 137.1k 76 406.7M 0 0 76 310.8M 0 135.2k 51:19 39:13 12:06 140.7k 76 406.7M 0 0 76 310.9M 0 135.2k 51:20 39:14 12:06 131.6k 76 406.7M 0 0 76 311.0M 0 135.2k 51:20 39:15 12:05 120.5k 76 406.7M 0 0 76 311.2M 0 135.2k 51:20 39:17 12:03 116.8k 76 406.7M 0 0 76 311.3M 0 135.2k 51:20 39:18 12:02 116.9k 76 406.7M 0 0 76 311.5M 0 135.2k 51:20 39:19 12:01 128.0k 76 406.7M 0 0 76 311.7M 0 135.2k 51:20 39:20 12:00 137.4k 76 406.7M 0 0 76 311.9M 0 135.2k 51:19 39:21 11:58 149.1k 76 406.7M 0 0 76 312.1M 0 135.2k 51:19 39:23 11:56 151.0k 76 406.7M 0 0 76 312.2M 0 135.2k 51:20 39:24 11:56 146.4k 76 406.7M 0 0 76 312.3M 0 135.2k 51:20 39:25 11:55 130.7k 76 406.7M 0 0 76 312.5M 0 135.1k 51:21 39:27 11:54 116.6k 76 406.7M 0 0 76 312.6M 0 135.1k 51:21 39:28 11:53 107.6k 76 406.7M 0 0 76 312.7M 0 135.1k 51:22 39:29 11:53 95700 76 406.7M 0 0 76 312.8M 0 135.1k 51:23 39:31 11:52 91799 76 406.7M 0 0 76 313.0M 0 135.1k 51:23 39:32 11:51 97.77k 77 406.7M 0 0 77 313.2M 0 135.1k 51:22 39:34 11:48 111.1k 77 406.7M 0 0 77 313.4M 0 135.1k 51:22 39:35 11:47 121.4k 77 406.7M 0 0 77 313.6M 0 135.1k 51:22 39:36 11:46 138.7k 77 406.7M 0 0 77 313.7M 0 135.1k 51:23 39:37 11:46 137.1k 77 406.7M 0 0 77 313.8M 0 135.0k 51:23 39:39 11:44 126.4k 77 406.7M 0 0 77 314.0M 0 135.0k 51:23 39:40 11:43 121.2k 77 406.7M 0 0 77 314.1M 0 135.0k 51:24 39:42 11:42 103.3k 77 406.7M 0 0 77 314.3M 0 135.0k 51:25 39:43 11:42 97326 77 406.7M 0 0 77 314.5M 0 135.0k 51:24 39:44 11:40 111.3k 77 406.7M 0 0 77 314.6M 0 135.0k 51:24 39:46 11:38 120.6k 77 406.7M 0 0 77 314.8M 0 135.0k 51:24 39:47 11:37 119.6k 77 406.7M 0 0 77 315.0M 0 135.0k 51:24 39:48 11:36 136.2k 77 406.7M 0 0 77 315.1M 0 135.0k 51:24 39:49 11:35 151.1k 77 406.7M 0 0 77 315.3M 0 135.0k 51:23 39:50 11:33 153.1k 77 406.7M 0 0 77 315.5M 0 135.0k 51:24 39:51 11:33 148.0k 77 406.7M 0 0 77 315.6M 0 135.0k 51:24 39:53 11:31 142.8k 77 406.7M 0 0 77 315.7M 0 135.0k 51:24 39:54 11:30 129.9k 77 406.7M 0 0 77 315.8M 0 134.9k 51:25 39:56 11:29 110.4k 77 406.7M 0 0 77 316.0M 0 134.9k 51:26 39:57 11:29 94677 77 406.7M 0 0 77 316.1M 0 134.9k 51:26 39:58 11:28 96760 77 406.7M 0 0 77 316.3M 0 134.9k 51:26 39:59 11:27 105.3k 77 406.7M 0 0 77 316.5M 0 134.9k 51:26 40:01 11:25 113.5k 77 406.7M 0 0 77 316.6M 0 134.9k 51:26 40:02 11:24 121.9k 77 406.7M 0 0 77 316.8M 0 134.9k 51:26 40:03 11:23 132.6k 77 406.7M 0 0 77 316.9M 0 134.9k 51:26 40:05 11:21 129.5k 77 406.7M 0 0 77 317.1M 0 134.9k 51:26 40:06 11:20 125.1k 77 406.7M 0 0 77 317.2M 0 134.9k 51:27 40:07 11:20 121.0k 78 406.7M 0 0 78 317.3M 0 134.9k 51:27 40:08 11:19 120.9k 78 406.7M 0 0 78 317.5M 0 134.9k 51:27 40:09 11:18 120.6k 78 406.7M 0 0 78 317.6M 0 134.9k 51:27 40:10 11:17 120.7k 78 406.7M 0 0 78 317.7M 0 134.8k 51:28 40:12 11:16 111.1k 78 406.7M 0 0 78 317.9M 0 134.9k 51:27 40:13 11:14 122.7k 78 406.7M 0 0 78 318.1M 0 134.9k 51:27 40:14 11:13 133.8k 78 406.7M 0 0 78 318.3M 0 134.9k 51:27 40:15 11:12 139.9k 78 406.7M 0 0 78 318.5M 0 134.9k 51:26 40:16 11:10 152.8k 78 406.7M 0 0 78 318.7M 0 134.9k 51:25 40:17 11:08 179.1k 78 406.7M 0 0 78 318.9M 0 135.0k 51:25 40:18 11:07 183.9k 78 406.7M 0 0 78 319.1M 0 135.0k 51:25 40:20 11:05 178.2k 78 406.7M 0 0 78 319.3M 0 135.0k 51:25 40:21 11:04 167.8k 78 406.7M 0 0 78 319.4M 0 135.0k 51:25 40:22 11:03 155.0k 78 406.7M 0 0 78 319.6M 0 135.0k 51:25 40:24 11:01 140.9k 78 406.7M 0 0 78 319.8M 0 135.0k 51:25 40:25 11:00 132.9k 78 406.7M 0 0 78 320.0M 0 135.0k 51:25 40:26 10:59 132.5k 78 406.7M 0 0 78 320.1M 0 135.0k 51:24 40:28 10:56 142.4k 78 406.7M 0 0 78 320.3M 0 135.0k 51:24 40:29 10:55 152.8k 78 406.7M 0 0 78 320.5M 0 135.0k 51:24 40:30 10:54 150.3k 78 406.7M 0 0 78 320.6M 0 135.0k 51:24 40:31 10:53 147.9k 78 406.7M 0 0 78 320.8M 0 135.0k 51:24 40:32 10:52 142.3k 78 406.7M 0 0 78 321.0M 0 135.0k 51:24 40:34 10:50 138.1k 78 406.7M 0 0 78 321.1M 0 135.0k 51:24 40:35 10:49 130.8k 78 406.7M 0 0 78 321.3M 0 135.0k 51:24 40:36 10:48 126.5k 79 406.7M 0 0 79 321.4M 0 135.0k 51:25 40:37 10:48 122.8k 79 406.7M 0 0 79 321.6M 0 135.0k 51:25 40:39 10:46 127.7k 79 406.7M 0 0 79 321.7M 0 135.0k 51:25 40:40 10:45 122.5k 79 406.7M 0 0 79 321.8M 0 135.0k 51:25 40:41 10:44 120.0k 79 406.7M 0 0 79 322.0M 0 135.0k 51:25 40:42 10:43 128.1k 79 406.7M 0 0 79 322.2M 0 135.0k 51:25 40:44 10:41 134.3k 79 406.7M 0 0 79 322.3M 0 134.9k 51:25 40:45 10:40 127.2k 79 406.7M 0 0 79 322.5M 0 134.9k 51:25 40:46 10:39 124.5k 79 406.7M 0 0 79 322.6M 0 134.9k 51:25 40:47 10:38 130.4k 79 406.7M 0 0 79 322.9M 0 135.0k 51:25 40:49 10:36 140.1k 79 406.7M 0 0 79 323.1M 0 135.0k 51:24 40:50 10:34 158.6k 79 406.7M 0 0 79 323.3M 0 135.0k 51:23 40:51 10:32 172.1k 79 406.7M 0 0 79 323.6M 0 135.1k 51:22 40:52 10:30 192.2k 79 406.7M 0 0 79 323.9M 0 135.1k 51:21 40:53 10:28 221.3k 79 406.7M 0 0 79 324.1M 0 135.2k 51:20 40:54 10:26 222.4k 79 406.7M 0 0 79 324.3M 0 135.2k 51:19 40:55 10:24 212.7k 79 406.7M 0 0 79 324.5M 0 135.2k 51:20 40:57 10:23 194.2k 79 406.7M 0 0 79 324.6M 0 135.2k 51:20 40:58 10:22 175.5k 79 406.7M 0 0 79 324.8M 0 135.2k 51:19 40:59 10:20 163.8k 79 406.7M 0 0 79 325.1M 0 135.2k 51:18 41:00 10:18 163.4k 79 406.7M 0 0 79 325.3M 0 135.2k 51:18 41:02 10:16 152.6k 80 406.7M 0 0 80 325.5M 0 135.2k 51:18 41:03 10:15 159.8k 80 406.7M 0 0 80 325.6M 0 135.3k 51:18 41:04 10:14 166.7k 80 406.7M 0 0 80 325.8M 0 135.3k 51:18 41:06 10:12 154.3k 80 406.7M 0 0 80 326.0M 0 135.3k 51:18 41:07 10:11 141.1k 80 406.7M 0 0 80 326.1M 0 135.3k 51:18 41:08 10:10 139.9k 80 406.7M 0 0 80 326.3M 0 135.3k 51:18 41:09 10:09 144.0k 80 406.7M 0 0 80 326.5M 0 135.3k 51:18 41:11 10:07 144.5k 80 406.7M 0 0 80 326.6M 0 135.3k 51:18 41:12 10:06 138.7k 80 406.7M 0 0 80 326.8M 0 135.3k 51:18 41:13 10:05 133.7k 80 406.7M 0 0 80 327.0M 0 135.3k 51:18 41:14 10:04 138.4k 80 406.7M 0 0 80 327.1M 0 135.3k 51:18 41:15 10:03 131.1k 80 406.7M 0 0 80 327.3M 0 135.3k 51:18 41:17 10:01 124.6k 80 406.7M 0 0 80 327.5M 0 135.3k 51:18 41:18 10:00 130.5k 80 406.7M 0 0 80 327.6M 0 135.3k 51:18 41:19 09:59 142.4k 80 406.7M 0 0 80 327.8M 0 135.3k 51:18 41:21 09:57 140.3k 80 406.7M 0 0 80 328.0M 0 135.3k 51:18 41:22 09:56 145.2k 80 406.7M 0 0 80 328.2M 0 135.3k 51:17 41:23 09:54 152.1k 80 406.7M 0 0 80 328.5M 0 135.3k 51:16 41:24 09:52 163.3k 80 406.7M 0 0 80 328.6M 0 135.3k 51:16 41:26 09:50 157.6k 80 406.7M 0 0 80 328.8M 0 135.3k 51:17 41:27 09:50 156.7k 80 406.7M 0 0 80 328.9M 0 135.3k 51:17 41:28 09:49 149.2k 80 406.7M 0 0 80 329.1M 0 135.3k 51:17 41:29 09:48 140.2k 80 406.7M 0 0 80 329.2M 0 135.3k 51:17 41:31 09:46 122.3k 80 406.7M 0 0 80 329.3M 0 135.3k 51:17 41:32 09:45 117.0k 80 406.7M 0 0 80 329.5M 0 135.3k 51:18 41:33 09:45 111.9k 81 406.7M 0 0 81 329.6M 0 135.3k 51:18 41:34 09:44 118.4k 81 406.7M 0 0 81 329.8M 0 135.3k 51:18 41:36 09:42 120.9k 81 406.7M 0 0 81 330.0M 0 135.3k 51:18 41:37 09:41 123.0k 81 406.7M 0 0 81 330.2M 0 135.3k 51:17 41:38 09:39 140.1k 81 406.7M 0 0 81 330.4M 0 135.3k 51:17 41:39 09:38 156.7k 81 406.7M 0 0 81 330.6M 0 135.3k 51:16 41:40 09:36 159.8k 81 406.7M 0 0 81 330.8M 0 135.3k 51:16 41:42 09:34 166.1k 81 406.7M 0 0 81 331.0M 0 135.3k 51:16 41:43 09:33 167.6k 81 406.7M 0 0 81 331.1M 0 135.4k 51:16 41:44 09:32 158.9k 81 406.7M 0 0 81 331.3M 0 135.4k 51:16 41:45 09:31 155.4k 81 406.7M 0 0 81 331.5M 0 135.4k 51:15 41:46 09:29 154.4k 81 406.7M 0 0 81 331.6M 0 135.4k 51:16 41:48 09:28 146.8k 81 406.7M 0 0 81 331.8M 0 135.4k 51:16 41:49 09:27 144.7k 81 406.7M 0 0 81 332.0M 0 135.4k 51:15 41:50 09:25 147.3k 81 406.7M 0 0 81 332.1M 0 135.4k 51:15 41:51 09:24 143.0k 81 406.7M 0 0 81 332.3M 0 135.4k 51:15 41:53 09:22 135.5k 81 406.7M 0 0 81 332.5M 0 135.3k 51:16 41:54 09:22 124.1k 81 406.7M 0 0 81 332.6M 0 135.3k 51:17 41:56 09:21 120.0k 81 406.7M 0 0 81 332.8M 0 135.3k 51:16 41:57 09:19 115.4k 81 406.7M 0 0 81 333.0M 0 135.4k 51:16 41:58 09:18 126.2k 81 406.7M 0 0 81 333.2M 0 135.4k 51:16 42:00 09:16 127.4k 81 406.7M 0 0 81 333.3M 0 135.3k 51:16 42:01 09:15 132.8k 81 406.7M 0 0 81 333.5M 0 135.3k 51:16 42:02 09:14 138.7k 82 406.7M 0 0 82 333.6M 0 135.3k 51:17 42:04 09:13 134.9k 82 406.7M 0 0 82 333.8M 0 135.3k 51:17 42:05 09:12 109.8k 82 406.7M 0 0 82 333.9M 0 135.3k 51:18 42:06 09:12 104.6k 82 406.7M 0 0 82 334.0M 0 135.3k 51:18 42:08 09:10 107.2k 82 406.7M 0 0 82 334.1M 0 135.2k 51:18 42:09 09:09 100.6k 82 406.7M 0 0 82 334.3M 0 135.2k 51:19 42:10 09:09 99176 82 406.7M 0 0 82 334.4M 0 135.2k 51:19 42:11 09:08 102.4k 82 406.7M 0 0 82 334.5M 0 135.2k 51:19 42:13 09:06 103.8k 82 406.7M 0 0 82 334.7M 0 135.2k 51:19 42:14 09:05 113.9k 82 406.7M 0 0 82 334.9M 0 135.2k 51:19 42:15 09:04 122.6k 82 406.7M 0 0 82 335.1M 0 135.2k 51:19 42:16 09:03 137.4k 82 406.7M 0 0 82 335.3M 0 135.3k 51:18 42:17 09:01 158.1k 82 406.7M 0 0 82 335.5M 0 135.3k 51:18 42:19 08:59 167.0k 82 406.7M 0 0 82 335.6M 0 135.3k 51:18 42:20 08:58 160.0k 82 406.7M 0 0 82 335.8M 0 135.3k 51:18 42:21 08:57 161.9k 82 406.7M 0 0 82 336.0M 0 135.3k 51:17 42:22 08:55 160.2k 82 406.7M 0 0 82 336.2M 0 135.3k 51:17 42:23 08:54 156.3k 82 406.7M 0 0 82 336.4M 0 135.3k 51:17 42:25 08:52 153.6k 82 406.7M 0 0 82 336.5M 0 135.3k 51:17 42:26 08:51 152.9k 82 406.7M 0 0 82 336.6M 0 135.3k 51:17 42:27 08:50 139.1k 82 406.7M 0 0 82 336.8M 0 135.3k 51:18 42:28 08:50 125.8k 82 406.7M 0 0 82 337.0M 0 135.3k 51:18 42:29 08:49 123.6k 82 406.7M 0 0 82 337.1M 0 135.3k 51:18 42:31 08:47 119.1k 82 406.7M 0 0 82 337.3M 0 135.3k 51:17 42:32 08:45 129.0k 82 406.7M 0 0 82 337.6M 0 135.3k 51:17 42:33 08:44 148.3k 83 406.7M 0 0 83 337.8M 0 135.3k 51:17 42:35 08:42 156.8k 83 406.7M 0 0 83 338.0M 0 135.3k 51:16 42:36 08:40 157.4k 83 406.7M 0 0 83 338.1M 0 135.3k 51:17 42:37 08:40 153.2k 83 406.7M 0 0 83 338.3M 0 135.3k 51:16 42:38 08:38 141.2k 83 406.7M 0 0 83 338.3M 0 135.3k 51:16 42:38 08:38 135.3k 83 406.7M 0 0 83 338.5M 0 135.3k 51:16 42:40 08:36 157.6k 83 406.7M 0 0 83 338.6M 0 135.3k 51:16 42:41 08:35 151.0k 83 406.7M 0 0 83 338.8M 0 135.3k 51:16 42:43 08:33 140.2k 83 406.7M 0 0 83 339.0M 0 135.3k 51:16 42:44 08:32 136.2k 83 406.7M 0 0 83 339.1M 0 135.4k 51:16 42:45 08:31 143.7k 83 406.7M 0 0 83 339.3M 0 135.3k 51:16 42:46 08:30 136.3k 83 406.7M 0 0 83 339.5M 0 135.3k 51:16 42:48 08:28 133.8k 83 406.7M 0 0 83 339.6M 0 135.3k 51:17 42:49 08:28 128.3k 83 406.7M 0 0 83 339.8M 0 135.3k 51:18 42:51 08:27 116.9k 83 406.7M 0 0 83 339.9M 0 135.3k 51:18 42:52 08:26 107.0k 83 406.7M 0 0 83 340.1M 0 135.3k 51:17 42:53 08:24 113.7k 83 406.7M 0 0 83 340.3M 0 135.3k 51:17 42:54 08:23 119.3k 83 406.7M 0 0 83 340.4M 0 135.3k 51:17 42:55 08:22 125.7k 83 406.7M 0 0 83 340.6M 0 135.3k 51:17 42:56 08:21 151.2k 83 406.7M 0 0 83 340.8M 0 135.3k 51:16 42:57 08:19 162.7k 83 406.7M 0 0 83 341.0M 0 135.3k 51:16 42:59 08:17 157.8k 83 406.7M 0 0 83 341.1M 0 135.4k 51:16 43:00 08:16 157.8k 83 406.7M 0 0 83 341.4M 0 135.4k 51:15 43:01 08:14 174.4k 83 406.7M 0 0 83 341.6M 0 135.4k 51:15 43:02 08:13 165.8k 84 406.7M 0 0 84 341.8M 0 135.4k 51:15 43:04 08:11 165.9k 84 406.7M 0 0 84 342.0M 0 135.4k 51:15 43:05 08:10 165.4k 84 406.7M 0 0 84 342.1M 0 135.4k 51:15 43:06 08:09 157.1k 84 406.7M 0 0 84 342.3M 0 135.4k 51:14 43:07 08:07 148.1k 84 406.7M 0 0 84 342.5M 0 135.4k 51:14 43:08 08:06 153.5k 84 406.7M 0 0 84 342.6M 0 135.4k 51:14 43:10 08:04 144.7k 84 406.7M 0 0 84 342.8M 0 135.4k 51:14 43:11 08:03 140.8k 84 406.7M 0 0 84 342.9M 0 135.4k 51:14 43:12 08:02 141.3k 84 406.7M 0 0 84 343.1M 0 135.4k 51:14 43:13 08:01 139.9k 84 406.7M 0 0 84 343.3M 0 135.4k 51:14 43:14 08:00 143.2k 84 406.7M 0 0 84 343.5M 0 135.5k 51:14 43:15 07:59 149.4k 84 406.7M 0 0 84 343.6M 0 135.5k 51:14 43:16 07:58 150.2k 84 406.7M 0 0 84 343.8M 0 135.5k 51:13 43:18 07:55 155.5k 84 406.7M 0 0 84 344.0M 0 135.5k 51:13 43:19 07:54 150.4k 84 406.7M 0 0 84 344.1M 0 135.5k 51:14 43:20 07:54 137.6k 84 406.7M 0 0 84 344.2M 0 135.4k 51:14 43:22 07:52 119.9k 84 406.7M 0 0 84 344.3M 0 135.4k 51:15 43:23 07:52 119.0k 84 406.7M 0 0 84 344.5M 0 135.4k 51:14 43:24 07:50 119.5k 84 406.7M 0 0 84 344.7M 0 135.4k 51:14 43:25 07:49 120.4k 84 406.7M 0 0 84 344.8M 0 135.4k 51:15 43:26 07:49 119.5k 84 406.7M 0 0 84 345.0M 0 135.4k 51:15 43:28 07:47 131.8k 84 406.7M 0 0 84 345.1M 0 135.4k 51:15 43:29 07:46 128.7k 84 406.7M 0 0 84 345.3M 0 135.4k 51:15 43:30 07:45 124.2k 84 406.7M 0 0 84 345.5M 0 135.4k 51:15 43:31 07:44 125.4k 84 406.7M 0 0 84 345.6M 0 135.4k 51:15 43:33 07:42 134.7k 85 406.7M 0 0 85 345.8M 0 135.4k 51:15 43:34 07:41 130.4k 85 406.7M 0 0 85 345.9M 0 135.4k 51:15 43:35 07:40 128.1k 85 406.7M 0 0 85 346.0M 0 135.4k 51:15 43:36 07:39 126.1k 85 406.7M 0 0 85 346.2M 0 135.4k 51:15 43:38 07:37 123.4k 85 406.7M 0 0 85 346.3M 0 135.3k 51:16 43:39 07:37 106.6k 85 406.7M 0 0 85 346.4M 0 135.3k 51:17 43:40 07:37 105.2k 85 406.7M 0 0 85 346.5M 0 135.3k 51:17 43:41 07:36 107.6k 85 406.7M 0 0 85 346.7M 0 135.3k 51:17 43:42 07:35 113.2k 85 406.7M 0 0 85 347.0M 0 135.4k 51:16 43:44 07:32 128.0k 85 406.7M 0 0 85 347.2M 0 135.4k 51:15 43:45 07:30 155.5k 85 406.7M 0 0 85 347.4M 0 135.4k 51:15 43:46 07:29 173.0k 85 406.7M 0 0 85 347.6M 0 135.5k 51:14 43:47 07:27 195.0k 85 406.7M 0 0 85 348.0M 0 135.5k 51:13 43:48 07:25 214.7k 85 406.7M 0 0 85 348.1M 0 135.5k 51:13 43:50 07:23 185.8k 85 406.7M 0 0 85 348.2M 0 135.5k 51:13 43:51 07:22 168.1k 85 406.7M 0 0 85 348.3M 0 135.5k 51:13 43:52 07:21 156.0k 85 406.7M 0 0 85 348.5M 0 135.5k 51:13 43:53 07:20 146.4k 85 406.7M 0 0 85 348.7M 0 135.5k 51:13 43:54 07:19 126.5k 85 406.7M 0 0 85 348.9M 0 135.5k 51:13 43:56 07:17 140.3k 85 406.7M 0 0 85 349.1M 0 135.5k 51:12 43:57 07:15 151.4k 85 406.7M 0 0 85 349.3M 0 135.5k 51:12 43:58 07:14 163.9k 85 406.7M 0 0 85 349.5M 0 135.5k 51:12 43:59 07:13 158.7k 85 406.7M 0 0 85 349.6M 0 135.5k 51:12 44:00 07:12 159.4k 86 406.7M 0 0 86 349.8M 0 135.5k 51:12 44:02 07:10 158.8k 86 406.7M 0 0 86 350.0M 0 135.5k 51:12 44:03 07:09 151.8k 86 406.7M 0 0 86 350.2M 0 135.6k 51:11 44:04 07:07 148.0k 86 406.7M 0 0 86 350.4M 0 135.6k 51:11 44:05 07:06 153.5k 86 406.7M 0 0 86 350.6M 0 135.6k 51:11 44:07 07:04 159.7k 86 406.7M 0 0 86 350.8M 0 135.6k 51:10 44:08 07:02 165.6k 86 406.7M 0 0 86 351.0M 0 135.6k 51:10 44:09 07:01 174.6k 86 406.7M 0 0 86 351.2M 0 135.7k 51:09 44:10 06:59 187.8k 86 406.7M 0 0 86 351.3M 0 135.7k 51:09 44:11 06:58 174.8k 86 406.7M 0 0 86 351.5M 0 135.6k 51:10 44:13 06:57 148.9k 86 406.7M 0 0 86 351.6M 0 135.6k 51:11 44:14 06:57 127.4k 86 406.7M 0 0 86 351.7M 0 135.6k 51:11 44:15 06:56 112.8k 86 406.7M 0 0 86 351.8M 0 135.5k 51:12 44:17 06:55 93998 86 406.7M 0 0 86 352.0M 0 135.5k 51:12 44:19 06:53 86242 86 406.7M 0 0 86 352.1M 0 135.5k 51:13 44:20 06:53 85244 86 406.7M 0 0 86 352.2M 0 135.4k 51:14 44:22 06:52 87381 86 406.7M 0 0 86 352.4M 0 135.5k 51:14 44:23 06:51 98201 86 406.7M 0 0 86 352.6M 0 135.5k 51:14 44:24 06:50 101.8k 86 406.7M 0 0 86 352.8M 0 135.5k 51:14 44:26 06:48 117.1k 86 406.7M 0 0 86 353.0M 0 135.5k 51:14 44:27 06:47 131.7k 86 406.7M 0 0 86 353.1M 0 135.5k 51:14 44:28 06:46 142.0k 86 406.7M 0 0 86 353.3M 0 135.5k 51:13 44:29 06:44 143.9k 86 406.7M 0 0 86 353.5M 0 135.5k 51:13 44:31 06:42 140.2k 86 406.7M 0 0 86 353.6M 0 135.4k 51:14 44:32 06:42 123.6k 86 406.7M 0 0 86 353.7M 0 135.4k 51:15 44:34 06:41 116.8k 86 406.7M 0 0 86 353.8M 0 135.4k 51:15 44:35 06:40 108.5k 87 406.7M 0 0 87 354.0M 0 135.4k 51:15 44:36 06:39 103.7k 87 406.7M 0 0 87 354.2M 0 135.4k 51:14 44:37 06:37 116.6k 87 406.7M 0 0 87 354.5M 0 135.4k 51:14 44:39 06:35 143.3k 87 406.7M 0 0 87 354.6M 0 135.4k 51:14 44:40 06:34 145.7k 87 406.7M 0 0 87 354.8M 0 135.4k 51:14 44:41 06:33 154.0k 87 406.7M 0 0 87 355.0M 0 135.5k 51:14 44:42 06:32 161.1k 87 406.7M 0 0 87 355.1M 0 135.4k 51:14 44:44 06:30 146.7k 87 406.7M 0 0 87 355.3M 0 135.4k 51:14 44:45 06:29 131.3k 87 406.7M 0 0 87 355.5M 0 135.4k 51:14 44:46 06:28 135.0k 87 406.7M 0 0 87 355.6M 0 135.4k 51:14 44:48 06:26 135.2k 87 406.7M 0 0 87 355.8M 0 135.4k 51:14 44:49 06:25 132.0k 87 406.7M 0 0 87 356.0M 0 135.5k 51:14 44:50 06:24 138.1k 87 406.7M 0 0 87 356.2M 0 135.5k 51:14 44:52 06:22 144.8k 87 406.7M 0 0 87 356.4M 0 135.5k 51:13 44:53 06:20 148.8k 87 406.7M 0 0 87 356.6M 0 135.5k 51:13 44:54 06:19 148.0k 87 406.7M 0 0 87 356.7M 0 135.4k 51:14 44:56 06:18 137.2k 87 406.7M 0 0 87 356.8M 0 135.4k 51:14 44:57 06:17 133.3k 87 406.7M 0 0 87 357.0M 0 135.4k 51:14 44:58 06:16 128.0k 87 406.7M 0 0 87 357.2M 0 135.5k 51:14 44:59 06:15 130.2k 87 406.7M 0 0 87 357.5M 0 135.5k 51:13 45:00 06:13 149.8k 87 406.7M 0 0 87 357.6M 0 135.5k 51:12 45:01 06:11 164.4k 87 406.7M 0 0 87 357.8M 0 135.5k 51:13 45:03 06:10 156.4k 88 406.7M 0 0 88 358.0M 0 135.5k 51:13 45:04 06:09 164.3k 88 406.7M 0 0 88 358.1M 0 135.5k 51:12 45:05 06:07 165.2k 88 406.7M 0 0 88 358.3M 0 135.5k 51:13 45:06 06:07 137.0k 88 406.7M 0 0 88 358.3M 0 135.5k 51:13 45:07 06:06 118.8k 88 406.7M 0 0 88 358.4M 0 135.4k 51:14 45:08 06:06 114.3k 88 406.7M 0 0 88 358.5M 0 135.4k 51:14 45:09 06:05 97487 88 406.7M 0 0 88 358.5M 0 135.4k 51:15 45:10 06:05 74360 88 406.7M 0 0 88 358.6M 0 135.4k 51:16 45:11 06:05 65418 88 406.7M 0 0 88 358.7M 0 135.4k 51:16 45:12 06:04 77419 88 406.7M 0 0 88 358.8M 0 135.4k 51:16 45:13 06:03 89863 88 406.7M 0 0 88 359.0M 0 135.4k 51:16 45:15 06:01 105.4k 88 406.7M 0 0 88 359.1M 0 135.4k 51:16 45:16 06:00 116.0k 88 406.7M 0 0 88 359.3M 0 135.4k 51:16 45:17 05:59 126.3k 88 406.7M 0 0 88 359.5M 0 135.4k 51:16 45:18 05:58 134.1k 88 406.7M 0 0 88 359.6M 0 135.4k 51:15 45:19 05:56 145.0k 88 406.7M 0 0 88 359.9M 0 135.4k 51:15 45:20 05:55 159.2k 88 406.7M 0 0 88 360.0M 0 135.4k 51:15 45:21 05:54 159.8k 88 406.7M 0 0 88 360.2M 0 135.4k 51:15 45:23 05:52 163.4k 88 406.7M 0 0 88 360.4M 0 135.4k 51:14 45:24 05:50 164.0k 88 406.7M 0 0 88 360.6M 0 135.4k 51:14 45:25 05:49 161.4k 88 406.7M 0 0 88 360.8M 0 135.4k 51:14 45:26 05:48 147.6k 88 406.7M 0 0 88 361.0M 0 135.4k 51:14 45:28 05:46 151.0k 88 406.7M 0 0 88 361.1M 0 135.4k 51:14 45:29 05:45 149.7k 88 406.7M 0 0 88 361.3M 0 135.5k 51:14 45:30 05:44 150.4k 88 406.7M 0 0 88 361.5M 0 135.5k 51:13 45:32 05:41 146.2k 88 406.7M 0 0 88 361.7M 0 135.5k 51:13 45:33 05:40 148.2k 88 406.7M 0 0 88 361.9M 0 135.5k 51:13 45:34 05:39 153.2k 89 406.7M 0 0 89 362.1M 0 135.5k 51:13 45:35 05:38 152.2k 89 406.7M 0 0 89 362.2M 0 135.5k 51:13 45:36 05:37 145.9k 89 406.7M 0 0 89 362.3M 0 135.5k 51:13 45:38 05:35 141.9k 89 406.7M 0 0 89 362.5M 0 135.5k 51:13 45:39 05:34 134.8k 89 406.7M 0 0 89 362.6M 0 135.5k 51:13 45:40 05:33 129.2k 89 406.7M 0 0 89 362.8M 0 135.5k 51:13 45:41 05:32 131.3k 89 406.7M 0 0 89 363.0M 0 135.5k 51:13 45:43 05:30 126.3k 89 406.7M 0 0 89 363.1M 0 135.5k 51:13 45:44 05:29 130.7k 89 406.7M 0 0 89 363.4M 0 135.5k 51:13 45:45 05:28 150.7k 89 406.7M 0 0 89 363.6M 0 135.5k 51:12 45:46 05:26 166.8k 89 406.7M 0 0 89 363.8M 0 135.5k 51:11 45:47 05:24 168.8k 89 406.7M 0 0 89 364.0M 0 135.5k 51:12 45:48 05:24 175.1k 89 406.7M 0 0 89 364.1M 0 135.5k 51:12 45:50 05:22 173.0k 89 406.7M 0 0 89 364.3M 0 135.5k 51:12 45:51 05:21 146.4k 89 406.7M 0 0 89 364.4M 0 135.5k 51:12 45:52 05:20 123.2k 89 406.7M 0 0 89 364.6M 0 135.5k 51:12 45:53 05:19 127.8k 89 406.7M 0 0 89 364.8M 0 135.6k 51:11 45:55 05:16 146.5k 89 406.7M 0 0 89 365.0M 0 135.6k 51:11 45:56 05:15 145.8k 89 406.7M 0 0 89 365.2M 0 135.6k 51:11 45:57 05:14 157.2k 89 406.7M 0 0 89 365.4M 0 135.6k 51:11 45:58 05:13 169.5k 89 406.7M 0 0 89 365.5M 0 135.6k 51:11 46:00 05:11 156.6k 89 406.7M 0 0 89 365.7M 0 135.6k 51:11 46:01 05:10 136.2k 89 406.7M 0 0 89 365.9M 0 135.6k 51:11 46:03 05:08 135.5k 89 406.7M 0 0 89 366.0M 0 135.6k 51:11 46:04 05:07 130.6k 90 406.7M 0 0 90 366.2M 0 135.6k 51:11 46:05 05:06 129.6k 90 406.7M 0 0 90 366.4M 0 135.6k 51:11 46:06 05:05 136.3k 90 406.7M 0 0 90 366.6M 0 135.6k 51:11 46:08 05:03 139.1k 90 406.7M 0 0 90 366.7M 0 135.5k 51:12 46:09 05:03 125.7k 90 406.7M 0 0 90 366.8M 0 135.5k 51:12 46:10 05:02 120.5k 90 406.7M 0 0 90 367.0M 0 135.5k 51:12 46:12 05:00 112.7k 90 406.7M 0 0 90 367.0M 0 135.5k 51:13 46:13 05:00 97.84k 90 406.7M 0 0 90 367.1M 0 135.5k 51:13 46:14 04:59 86033 90 406.7M 0 0 90 367.2M 0 135.5k 51:13 46:15 04:58 96041 90 406.7M 0 0 90 367.4M 0 135.5k 51:14 46:16 04:58 100.2k 90 406.7M 0 0 90 367.5M 0 135.4k 51:14 46:18 04:56 97122 90 406.7M 0 0 90 367.6M 0 135.4k 51:15 46:19 04:56 98.56k 90 406.7M 0 0 90 367.8M 0 135.4k 51:15 46:20 04:55 104.5k 90 406.7M 0 0 90 368.0M 0 135.4k 51:15 46:22 04:53 109.6k 90 406.7M 0 0 90 368.1M 0 135.4k 51:15 46:23 04:52 114.1k 90 406.7M 0 0 90 368.3M 0 135.4k 51:15 46:24 04:51 118.5k 90 406.7M 0 0 90 368.4M 0 135.4k 51:16 46:26 04:50 114.5k 90 406.7M 0 0 90 368.5M 0 135.3k 51:16 46:27 04:49 118.1k 90 406.7M 0 0 90 368.7M 0 135.4k 51:16 46:28 04:48 122.3k 90 406.7M 0 0 90 368.9M 0 135.4k 51:15 46:29 04:46 122.6k 90 406.7M 0 0 90 369.0M 0 135.4k 51:16 46:30 04:46 124.1k 90 406.7M 0 0 90 369.2M 0 135.4k 51:16 46:32 04:44 135.1k 90 406.7M 0 0 90 369.3M 0 135.3k 51:16 46:33 04:43 134.3k 90 406.7M 0 0 90 369.5M 0 135.4k 51:16 46:34 04:42 133.2k 90 406.7M 0 0 90 369.8M 0 135.4k 51:15 46:35 04:40 146.1k 90 406.7M 0 0 90 370.1M 0 135.5k 51:14 46:37 04:37 175.7k 91 406.7M 0 0 91 370.3M 0 135.5k 51:13 46:38 04:35 204.7k 91 406.7M 0 0 91 370.5M 0 135.5k 51:12 46:39 04:33 216.7k 91 406.7M 0 0 91 370.7M 0 135.5k 51:12 46:40 04:32 212.0k 91 406.7M 0 0 91 370.9M 0 135.5k 51:12 46:41 04:31 193.1k 91 406.7M 0 0 91 371.1M 0 135.5k 51:12 46:42 04:30 173.3k 91 406.7M 0 0 91 371.3M 0 135.5k 51:11 46:44 04:27 161.2k 91 406.7M 0 0 91 371.5M 0 135.6k 51:11 46:45 04:26 155.1k 91 406.7M 0 0 91 371.6M 0 135.6k 51:11 46:46 04:25 157.9k 91 406.7M 0 0 91 371.8M 0 135.6k 51:11 46:47 04:24 169.8k 91 406.7M 0 0 91 372.0M 0 135.6k 51:11 46:48 04:23 164.6k 91 406.7M 0 0 91 372.2M 0 135.6k 51:10 46:49 04:21 165.0k 91 406.7M 0 0 91 372.4M 0 135.6k 51:10 46:50 04:20 170.4k 91 406.7M 0 0 91 372.6M 0 135.6k 51:10 46:52 04:18 155.7k 91 406.7M 0 0 91 372.8M 0 135.6k 51:10 46:53 04:17 149.8k 91 406.7M 0 0 91 373.0M 0 135.6k 51:10 46:54 04:16 155.1k 91 406.7M 0 0 91 373.1M 0 135.7k 51:09 46:56 04:13 156.1k 91 406.7M 0 0 91 373.4M 0 135.7k 51:08 46:57 04:11 164.1k 91 406.7M 0 0 91 373.6M 0 135.7k 51:08 46:58 04:10 177.7k 91 406.7M 0 0 91 373.8M 0 135.7k 51:08 46:59 04:09 185.6k 91 406.7M 0 0 91 374.0M 0 135.7k 51:07 47:00 04:07 184.1k 91 406.7M 0 0 91 374.1M 0 135.7k 51:07 47:02 04:05 168.8k 92 406.7M 0 0 92 374.2M 0 135.7k 51:08 47:03 04:05 141.8k 92 406.7M 0 0 92 374.3M 0 135.7k 51:08 47:04 04:04 129.5k 92 406.7M 0 0 92 374.5M 0 135.7k 51:08 47:05 04:03 113.8k 92 406.7M 0 0 92 374.6M 0 135.7k 51:08 47:06 04:02 112.4k 92 406.7M 0 0 92 374.8M 0 135.7k 51:08 47:07 04:01 114.0k 92 406.7M 0 0 92 374.9M 0 135.7k 51:09 47:08 04:01 123.2k 92 406.7M 0 0 92 375.0M 0 135.7k 51:09 47:09 04:00 127.4k 92 406.7M 0 0 92 375.1M 0 135.7k 51:09 47:11 03:58 122.7k 92 406.7M 0 0 92 375.3M 0 135.6k 51:10 47:12 03:58 106.0k 92 406.7M 0 0 92 375.5M 0 135.6k 51:10 47:13 03:57 113.1k 92 406.7M 0 0 92 375.6M 0 135.6k 51:10 47:15 03:55 118.1k 92 406.7M 0 0 92 375.8M 0 135.6k 51:09 47:16 03:53 126.7k 92 406.7M 0 0 92 376.0M 0 135.7k 51:09 47:17 03:52 140.7k 92 406.7M 0 0 92 376.2M 0 135.7k 51:08 47:18 03:50 163.5k 92 406.7M 0 0 92 376.3M 0 135.7k 51:09 47:19 03:50 150.8k 92 406.7M 0 0 92 376.5M 0 135.7k 51:09 47:21 03:48 153.8k 92 406.7M 0 0 92 376.7M 0 135.7k 51:08 47:22 03:46 153.0k 92 406.7M 0 0 92 376.9M 0 135.7k 51:08 47:23 03:45 151.0k 92 406.7M 0 0 92 377.1M 0 135.7k 51:08 47:24 03:44 150.7k 92 406.7M 0 0 92 377.3M 0 135.7k 51:07 47:25 03:42 167.7k 92 406.7M 0 0 92 377.5M 0 135.8k 51:07 47:26 03:41 183.0k 92 406.7M 0 0 92 377.8M 0 135.8k 51:06 47:28 03:38 188.7k 92 406.7M 0 0 92 378.0M 0 135.8k 51:05 47:29 03:36 196.1k 92 406.7M 0 0 92 378.2M 0 135.8k 51:05 47:30 03:35 182.6k 93 406.7M 0 0 93 378.3M 0 135.8k 51:06 47:32 03:34 166.7k 93 406.7M 0 0 93 378.5M 0 135.8k 51:06 47:33 03:33 148.2k 93 406.7M 0 0 93 378.6M 0 135.8k 51:06 47:34 03:32 129.3k 93 406.7M 0 0 93 378.8M 0 135.8k 51:07 47:36 03:31 110.2k 93 406.7M 0 0 93 379.0M 0 135.8k 51:06 47:37 03:29 115.2k 93 406.7M 0 0 93 379.1M 0 135.8k 51:06 47:38 03:28 132.0k 93 406.7M 0 0 93 379.4M 0 135.8k 51:05 47:39 03:26 151.5k 93 406.7M 0 0 93 379.6M 0 135.8k 51:05 47:40 03:25 164.8k 93 406.7M 0 0 93 379.7M 0 135.8k 51:05 47:41 03:24 169.6k 93 406.7M 0 0 93 379.8M 0 135.8k 51:05 47:42 03:23 162.0k 93 406.7M 0 0 93 380.0M 0 135.8k 51:05 47:43 03:22 149.5k 93 406.7M 0 0 93 380.1M 0 135.8k 51:05 47:45 03:20 132.0k 93 406.7M 0 0 93 380.3M 0 135.8k 51:06 47:46 03:20 124.2k 93 406.7M 0 0 93 380.4M 0 135.8k 51:06 47:47 03:19 124.0k 93 406.7M 0 0 93 380.6M 0 135.8k 51:05 47:48 03:17 131.9k 93 406.7M 0 0 93 380.8M 0 135.8k 51:05 47:49 03:16 151.2k 93 406.7M 0 0 93 381.1M 0 135.9k 51:04 47:51 03:13 166.3k 93 406.7M 0 0 93 381.3M 0 135.9k 51:04 47:52 03:12 196.0k 93 406.7M 0 0 93 381.3M 0 135.9k 51:04 47:52 03:12 135.9k 93 406.7M 0 0 93 381.5M 0 135.9k 51:03 47:53 03:10 168.8k 93 406.7M 0 0 93 381.6M 0 135.9k 51:04 47:54 03:10 125.3k 93 406.7M 0 0 93 381.7M 0 135.9k 51:04 47:56 03:08 115.8k 93 406.7M 0 0 93 381.9M 0 135.9k 51:04 47:57 03:07 120.0k 93 406.7M 0 0 93 382.0M 0 135.8k 51:05 47:58 03:07 117.8k 93 406.7M 0 0 93 382.1M 0 135.8k 51:05 47:59 03:06 109.9k 93 406.7M 0 0 93 382.3M 0 135.9k 51:05 48:01 03:04 123.5k 94 406.7M 0 0 94 382.5M 0 135.8k 51:05 48:02 03:03 127.4k 94 406.7M 0 0 94 382.6M 0 135.8k 51:05 48:03 03:02 122.0k 94 406.7M 0 0 94 382.8M 0 135.8k 51:05 48:05 03:00 131.2k 94 406.7M 0 0 94 383.0M 0 135.8k 51:05 48:06 02:59 130.9k 94 406.7M 0 0 94 383.1M 0 135.8k 51:05 48:07 02:58 122.4k 94 406.7M 0 0 94 383.2M 0 135.8k 51:06 48:08 02:58 116.2k 94 406.7M 0 0 94 383.4M 0 135.8k 51:06 48:10 02:56 124.8k 94 406.7M 0 0 94 383.6M 0 135.8k 51:06 48:11 02:55 118.4k 94 406.7M 0 0 94 383.8M 0 135.8k 51:06 48:13 02:53 122.1k 94 406.7M 0 0 94 384.0M 0 135.8k 51:06 48:14 02:52 119.7k 94 406.7M 0 0 94 384.1M 0 135.8k 51:07 48:16 02:51 117.7k 94 406.7M 0 0 94 384.3M 0 135.7k 51:07 48:17 02:50 114.8k 94 406.7M 0 0 94 384.5M 0 135.7k 51:07 48:19 02:48 113.4k 94 406.7M 0 0 94 384.6M 0 135.7k 51:07 48:20 02:47 114.1k 94 406.7M 0 0 94 384.9M 0 135.8k 51:07 48:22 02:45 130.4k 94 406.7M 0 0 94 385.1M 0 135.8k 51:06 48:23 02:43 144.0k 94 406.7M 0 0 94 385.3M 0 135.8k 51:06 48:24 02:42 148.1k 94 406.7M 0 0 94 385.5M 0 135.8k 51:06 48:26 02:40 152.7k 94 406.7M 0 0 94 385.6M 0 135.8k 51:07 48:27 02:40 143.5k 94 406.7M 0 0 94 385.7M 0 135.8k 51:07 48:28 02:39 129.1k 94 406.7M 0 0 94 385.9M 0 135.8k 51:07 48:29 02:38 129.6k 94 406.7M 0 0 94 386.1M 0 135.8k 51:07 48:31 02:36 126.0k 94 406.7M 0 0 94 386.2M 0 135.7k 51:07 48:32 02:35 119.3k 94 406.7M 0 0 94 386.4M 0 135.7k 51:07 48:34 02:33 128.5k 95 406.7M 0 0 95 386.5M 0 135.7k 51:07 48:35 02:32 129.2k 95 406.7M 0 0 95 386.6M 0 135.7k 51:07 48:36 02:31 119.8k 95 406.7M 0 0 95 386.8M 0 135.7k 51:08 48:37 02:31 118.3k 95 406.7M 0 0 95 387.0M 0 135.7k 51:07 48:38 02:29 132.9k 95 406.7M 0 0 95 387.1M 0 135.7k 51:08 48:39 02:29 123.9k 95 406.7M 0 0 95 387.2M 0 135.7k 51:08 48:41 02:27 111.0k 95 406.7M 0 0 95 387.4M 0 135.7k 51:08 48:42 02:26 117.2k 95 406.7M 0 0 95 387.6M 0 135.7k 51:08 48:44 02:24 120.7k 95 406.7M 0 0 95 387.8M 0 135.7k 51:08 48:45 02:23 117.7k 95 406.7M 0 0 95 387.9M 0 135.7k 51:08 48:46 02:22 120.7k 95 406.7M 0 0 95 388.1M 0 135.7k 51:08 48:48 02:20 134.6k 95 406.7M 0 0 95 388.2M 0 135.7k 51:09 48:49 02:20 129.3k 95 406.7M 0 0 95 388.3M 0 135.6k 51:09 48:50 02:19 115.5k 95 406.7M 0 0 95 388.5M 0 135.6k 51:10 48:52 02:18 107.5k 95 406.7M 0 0 95 388.6M 0 135.6k 51:10 48:53 02:17 107.3k 95 406.7M 0 0 95 388.7M 0 135.6k 51:10 48:54 02:16 98.27k 95 406.7M 0 0 95 388.8M 0 135.6k 51:10 48:55 02:15 101.2k 95 406.7M 0 0 95 389.0M 0 135.6k 51:11 48:56 02:15 110.9k 95 406.7M 0 0 95 389.1M 0 135.6k 51:11 48:58 02:13 100.8k 95 406.7M 0 0 95 389.2M 0 135.5k 51:12 49:00 02:12 95076 95 406.7M 0 0 95 389.3M 0 135.5k 51:12 49:01 02:11 96832 95 406.7M 0 0 95 389.5M 0 135.5k 51:13 49:02 02:11 97090 95 406.7M 0 0 95 389.6M 0 135.5k 51:12 49:03 02:09 103.6k 95 406.7M 0 0 95 389.8M 0 135.5k 51:12 49:04 02:08 121.1k 95 406.7M 0 0 95 390.0M 0 135.5k 51:12 49:06 02:06 135.4k 95 406.7M 0 0 95 390.1M 0 135.5k 51:12 49:07 02:05 140.3k 95 406.7M 0 0 95 390.3M 0 135.5k 51:12 49:08 02:04 140.7k 95 406.7M 0 0 95 390.5M 0 135.5k 51:13 49:09 02:04 128.7k 96 406.7M 0 0 96 390.6M 0 135.5k 51:13 49:10 02:03 124.0k 96 406.7M 0 0 96 390.7M 0 135.5k 51:13 49:12 02:01 113.8k 96 406.7M 0 0 96 390.9M 0 135.5k 51:13 49:13 02:00 117.9k 96 406.7M 0 0 96 391.0M 0 135.5k 51:13 49:14 01:59 114.0k 96 406.7M 0 0 96 391.2M 0 135.5k 51:13 49:16 01:57 117.1k 96 406.7M 0 0 96 391.3M 0 135.5k 51:14 49:17 01:57 117.0k 96 406.7M 0 0 96 391.5M 0 135.5k 51:13 49:18 01:55 130.4k 96 406.7M 0 0 96 391.7M 0 135.5k 51:13 49:20 01:53 133.0k 96 406.7M 0 0 96 391.8M 0 135.5k 51:13 49:21 01:52 134.0k 96 406.7M 0 0 96 392.0M 0 135.5k 51:13 49:22 01:51 136.4k 96 406.7M 0 0 96 392.2M 0 135.5k 51:13 49:23 01:50 145.9k 96 406.7M 0 0 96 392.5M 0 135.5k 51:13 49:25 01:48 153.1k 96 406.7M 0 0 96 392.6M 0 135.5k 51:13 49:26 01:47 149.5k 96 406.7M 0 0 96 392.8M 0 135.5k 51:13 49:27 01:46 152.1k 96 406.7M 0 0 96 393.0M 0 135.5k 51:13 49:28 01:45 153.3k 96 406.7M 0 0 96 393.1M 0 135.5k 51:13 49:29 01:44 144.7k 96 406.7M 0 0 96 393.2M 0 135.5k 51:13 49:30 01:43 131.4k 96 406.7M 0 0 96 393.3M 0 135.5k 51:13 49:32 01:41 127.7k 96 406.7M 0 0 96 393.5M 0 135.5k 51:13 49:33 01:40 121.9k 96 406.7M 0 0 96 393.6M 0 135.5k 51:13 49:34 01:39 122.0k 96 406.7M 0 0 96 393.8M 0 135.5k 51:13 49:35 01:38 127.9k 96 406.7M 0 0 96 394.0M 0 135.5k 51:13 49:36 01:37 138.8k 96 406.7M 0 0 96 394.3M 0 135.5k 51:12 49:38 01:34 157.5k 96 406.7M 0 0 96 394.4M 0 135.5k 51:12 49:39 01:33 160.7k 97 406.7M 0 0 97 394.6M 0 135.5k 51:12 49:40 01:32 168.6k 97 406.7M 0 0 97 394.8M 0 135.5k 51:12 49:41 01:31 159.1k 97 406.7M 0 0 97 394.9M 0 135.5k 51:12 49:42 01:30 147.6k 97 406.7M 0 0 97 395.1M 0 135.5k 51:12 49:44 01:28 130.6k 97 406.7M 0 0 97 395.2M 0 135.5k 51:12 49:45 01:27 126.0k 97 406.7M 0 0 97 395.4M 0 135.5k 51:12 49:47 01:25 121.1k 97 406.7M 0 0 97 395.6M 0 135.5k 51:12 49:48 01:24 126.0k 97 406.7M 0 0 97 395.8M 0 135.5k 51:12 49:49 01:23 132.6k 97 406.7M 0 0 97 395.9M 0 135.5k 51:12 49:50 01:22 133.9k 97 406.7M 0 0 97 396.0M 0 135.5k 51:12 49:51 01:21 136.8k 97 406.7M 0 0 97 396.1M 0 135.5k 51:13 49:53 01:20 126.9k 97 406.7M 0 0 97 396.3M 0 135.5k 51:13 49:54 01:19 115.1k 97 406.7M 0 0 97 396.4M 0 135.5k 51:14 49:55 01:19 105.8k 97 406.7M 0 0 97 396.5M 0 135.4k 51:14 49:57 01:17 100.9k 97 406.7M 0 0 97 396.7M 0 135.5k 51:14 49:58 01:16 109.9k 97 406.7M 0 0 97 396.9M 0 135.5k 51:13 49:59 01:14 123.4k 97 406.7M 0 0 97 397.0M 0 135.4k 51:14 50:00 01:14 125.4k 97 406.7M 0 0 97 397.2M 0 135.5k 51:14 50:01 01:13 133.9k 97 406.7M 0 0 97 397.4M 0 135.5k 51:13 50:03 01:10 150.3k 97 406.7M 0 0 97 397.6M 0 135.5k 51:13 50:04 01:09 144.6k 97 406.7M 0 0 97 397.7M 0 135.4k 51:14 50:06 01:08 126.2k 97 406.7M 0 0 97 397.8M 0 135.4k 51:14 50:07 01:07 122.3k 97 406.7M 0 0 97 398.0M 0 135.4k 51:15 50:08 01:07 116.8k 97 406.7M 0 0 97 398.1M 0 135.4k 51:14 50:09 01:05 114.2k 97 406.7M 0 0 97 398.3M 0 135.4k 51:14 50:11 01:03 113.5k 97 406.7M 0 0 97 398.5M 0 135.4k 51:14 50:12 01:02 130.8k 98 406.7M 0 0 98 398.8M 0 135.5k 51:13 50:13 01:00 157.7k 98 406.7M 0 0 98 399.0M 0 135.5k 51:13 50:14 00:59 164.6k 98 406.7M 0 0 98 399.1M 0 135.5k 51:13 50:16 00:57 155.1k 98 406.7M 0 0 98 399.3M 0 135.4k 51:14 50:17 00:57 144.4k 98 406.7M 0 0 98 399.5M 0 135.4k 51:14 50:19 00:55 141.6k 98 406.7M 0 0 98 399.6M 0 135.5k 51:14 50:20 00:54 133.2k 98 406.7M 0 0 98 399.8M 0 135.4k 51:14 50:21 00:53 121.7k 98 406.7M 0 0 98 399.9M 0 135.4k 51:14 50:23 00:51 114.7k 98 406.7M 0 0 98 400.0M 0 135.4k 51:15 50:24 00:51 119.4k 98 406.7M 0 0 98 400.1M 0 135.4k 51:15 50:25 00:50 108.7k 98 406.7M 0 0 98 400.3M 0 135.4k 51:15 50:26 00:49 100.8k 98 406.7M 0 0 98 400.5M 0 135.4k 51:15 50:28 00:47 108.7k 98 406.7M 0 0 98 400.6M 0 135.4k 51:15 50:29 00:46 115.9k 98 406.7M 0 0 98 400.7M 0 135.4k 51:15 50:30 00:45 120.1k 98 406.7M 0 0 98 400.8M 0 135.4k 51:15 50:31 00:44 126.8k 98 406.7M 0 0 98 401.0M 0 135.4k 51:15 50:32 00:43 134.0k 98 406.7M 0 0 98 401.2M 0 135.4k 51:15 50:33 00:42 135.3k 98 406.7M 0 0 98 401.3M 0 135.4k 51:15 50:34 00:41 135.6k 98 406.7M 0 0 98 401.5M 0 135.3k 51:16 50:36 00:40 119.7k 98 406.7M 0 0 98 401.6M 0 135.3k 51:16 50:37 00:39 115.8k 98 406.7M 0 0 98 401.8M 0 135.3k 51:16 50:39 00:37 114.6k 98 406.7M 0 0 98 401.9M 0 135.3k 51:17 50:40 00:37 107.5k 98 406.7M 0 0 98 402.1M 0 135.3k 51:17 50:41 00:36 110.0k 98 406.7M 0 0 98 402.2M 0 135.3k 51:17 50:42 00:35 122.7k 98 406.7M 0 0 98 402.3M 0 135.3k 51:17 50:43 00:34 124.9k 98 406.7M 0 0 98 402.5M 0 135.3k 51:17 50:45 00:32 115.6k 98 406.7M 0 0 98 402.6M 0 135.3k 51:17 50:46 00:31 123.0k 99 406.7M 0 0 99 402.8M 0 135.3k 51:17 50:47 00:30 121.1k 99 406.7M 0 0 99 403.0M 0 135.3k 51:17 50:48 00:29 129.9k 99 406.7M 0 0 99 403.1M 0 135.3k 51:17 50:49 00:28 138.7k 99 406.7M 0 0 99 403.3M 0 135.3k 51:17 50:51 00:26 149.1k 99 406.7M 0 0 99 403.5M 0 135.3k 51:17 50:52 00:25 145.9k 99 406.7M 0 0 99 403.6M 0 135.3k 51:17 50:53 00:24 147.4k 99 406.7M 0 0 99 403.8M 0 135.3k 51:17 50:54 00:23 135.8k 99 406.7M 0 0 99 403.9M 0 135.3k 51:17 50:56 00:21 124.2k 99 406.7M 0 0 99 404.1M 0 135.3k 51:17 50:57 00:20 123.2k 99 406.7M 0 0 99 404.3M 0 135.3k 51:17 50:58 00:19 125.1k 99 406.7M 0 0 99 404.4M 0 135.3k 51:17 50:59 00:18 122.5k 99 406.7M 0 0 99 404.5M 0 135.3k 51:17 51:00 00:17 126.2k 99 406.7M 0 0 99 404.7M 0 135.3k 51:17 51:02 00:15 135.7k 99 406.7M 0 0 99 404.8M 0 135.3k 51:17 51:03 00:14 130.4k 99 406.7M 0 0 99 405.0M 0 135.3k 51:17 51:04 00:13 135.4k 99 406.7M 0 0 99 405.2M 0 135.3k 51:17 51:05 00:12 144.5k 99 406.7M 0 0 99 405.4M 0 135.3k 51:17 51:06 00:11 150.8k 99 406.7M 0 0 99 405.5M 0 135.3k 51:17 51:08 00:09 145.1k 99 406.7M 0 0 99 405.7M 0 135.3k 51:17 51:09 00:08 154.0k 99 406.7M 0 0 99 405.9M 0 135.3k 51:16 51:10 00:06 152.7k 99 406.7M 0 0 99 406.0M 0 135.3k 51:17 51:11 00:06 132.8k 99 406.7M 0 0 99 406.1M 0 135.3k 51:18 51:13 00:05 113.4k 99 406.7M 0 0 99 406.3M 0 135.3k 51:18 51:15 00:03 109.4k 99 406.7M 0 0 99 406.4M 0 135.2k 51:18 51:16 00:02 99.35k 99 406.7M 0 0 99 406.5M 0 135.2k 51:19 51:17 00:02 93409 99 406.7M 0 0 99 406.7M 0 135.2k 51:18 51:18 104.7k* upload completely sent off: 426553039 bytes 100 406.7M 0 0 100 406.7M 0 135.2k 51:19 51:19 98.25k{ [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: ib4wco0RhX1TOFw37c3LL16XJVs4hlG0QOb9fitoIT57NtfIcCgtNCNz3dsKid+GeykPTaq1P+w= < x-amz-request-id: Y3X19GZZFSH38QYT < Date: Fri, 15 May 2026 15:54:47 GMT < x-amz-server-side-encryption: AES256 < ETag: "d1c09b75b09b983992644a9a14a07c4c" < x-amz-checksum-crc64nvme: kLrCEg5UHCA= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < Connection: close < 100 406.7M 0 0 100 406.7M 0 135.2k 51:20 51:20 98.25k 100 406.7M 0 0 100 406.7M 0 135.2k 51:20 51:20 98.25k 100 406.7M 0 0 100 406.7M 0 135.2k 51:20 51:20 98.25k * shutting down connection #0 took: 3112.27 seconds Blunders: now uploading files "/l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr" to blunders.io... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0* Host s3.eu-west-1.amazonaws.com:443 was resolved. * IPv6: (none) * IPv4: 3.5.75.91, 3.5.73.114, 52.92.19.16, 3.5.66.19, 52.92.17.184, 52.92.2.144, 3.5.67.255, 3.5.73.122 * Trying 3.5.75.91:443... * ALPN: curl offers h2,http/1.1 } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [1570 bytes data] * SSL Trust Anchors: * CAfile: /etc/ssl/certs/ca-certificates.crt { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [1210 bytes data] * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [25 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4422 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [36 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [36 bytes data] * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256 / X25519MLKEM768 / RSASSA-PSS * ALPN: server accepted http/1.1 * Server certificate: * subject: CN=*.s3-eu-west-1.amazonaws.com * start date: Sep 5 00:00:00 2025 GMT * expire date: Aug 7 23:59:59 2026 GMT * issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M04 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * subjectAltName: "s3.eu-west-1.amazonaws.com" matches cert's "s3.eu-west-1.amazonaws.com" * SSL certificate verified via OpenSSL. * Established connection to s3.eu-west-1.amazonaws.com (3.5.75.91 port 443) from 10.17.4.7 port 48170 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/69ac98d1-fe5a-4715-a90e-f044bb844a0f.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjELD%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMSJHMEUCIQDW%2F62PReRujXFowFU4uo31UgIGY3R8VChAlB9VGDclNwIgRxSxdduNCY5QcKeEs7YW8xKgTb4k9QQma56ws%2BM37qMqugUIeRAAGgw4MzU0OTQ3NTMxMjYiDLhJE1zIFbm2fNw79iqXBSlEku8oCkgMjxaI%2F1gR06GBLI8OkXNiq26B4pPedRpp5Lo3sgtoDjdhkD0R1ESYAVehMb1pzEWi%2F5zkStyHxQ0Y3KJuhpwmEsB7e3KTe%2BOQ4309SpgzMF1HJ0oYcvStYMkXqLRZ673YuXR%2FrCFgwd84s4tGS%2BTAQ7t2qbMpLegdM4HMjrNQ%2FjT69P7C42oMpBI1%2BojcuU74lSOY6WPwSFpmedo0oACrzd70WfhatOUVndJmKkK7dyUIIInYRkStXqz5i36I7rfiFWIE8BCUK5syU7q2BCC9xX3uAaPxh%2FoSK5cmC2L8sboLPbsdWFc3VSmXrEyc2s5RacBsWtCwxhl6Xh4Eu5u6vfeFs4Uu%2BNe5dK9fOZR%2Bi1qwEsvybeIUEiIGMCiuZpMNX4djnHKSp9VetCiZ6CIVz0NBM6dKKghfLXq2IOIFbPle%2FTdtPJW%2B8gi%2FmeGDr%2Bz7my06LStHKkhTO5zHGfM5xPdeHLJ1y3KVtkpQJ1xHPw9%2BJ5gHHFBriOWdpWl%2FST78p6mrGlo5CZ1%2FW%2FLeunjb%2Bh9cTmZT7T%2BsXKwMS%2BnceYh1eaRIJRBR2Ux2sR0zozmR3eNNLFZUkA%2FXT8o%2BgF6zp%2Fb6LnhOgiRrJ41%2FiZQZZ9n0OwWutmEQqRcBSoBn82eCSndKU0VfqPv7740Vs60KLAqh7wEz9wm0hFHZ%2FHNyJpfj5kdmezvvgm4MkY14KSEIo5uPe%2FlxWD8RlKvlYKu5zwAeHBlxER3zYbg6sJOPuNN7J5xVazl%2BLkABIUn6XrRCjmQYOqw2WtkQKpbpuF3nXY3JqkeFFFjPDr%2BMu86B7DTDMCE%2B9VzIk2Xuf%2FZpPRgG7RC3O4XTyRQ2inNzyBM8apcqhfKKASFfD04Wv%2B0LFTDu%2F5zQBjqxAZ47TzUiKrI5rOC0R4RFnU1OLAJlmZG1DR8tVu73qn6DPXBdYLdK0oA7hifPgGP1%2FcETIM%2Fo%2B%2B4cVGek9Fh51PT4XHXoIXZTrmbq4zOgvOPdcurswKJY%2F4GYqZF%2BZm2j3C3l0GBpgY3C345o8sz0GFjwfGRpw16IxvFwlNEyX8MdX1X9yw5pNQXEwolUlKwtZs19nJ1Taw8ABzu%2FFX4N%2BJFCXsMGOtgD45jwIJ2jXEmg%2FQ%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260515T164607Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTPEHWG2QG%2F20260515%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=9fcf53c56e631901f3f9de53104195c2d7ac32a8d53466aa33ba9fd2f407155d HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 70865816 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 5 67.58M 0 0 5 3.56M 0 3.38M 00:19 00:01 00:18 3.38M 15 67.58M 0 0 15 10.50M 0 5.11M 00:13 00:02 00:11 5.11M 24 67.58M 0 0 24 16.43M 0 5.37M 00:12 00:03 00:09 5.37M 33 67.58M 0 0 33 22.62M 0 5.57M 00:12 00:04 00:08 5.57M 43 67.58M 0 0 43 29.06M 0 5.74M 00:11 00:05 00:06 5.74M 52 67.58M 0 0 52 35.62M 0 5.87M 00:11 00:06 00:05 6.39M 62 67.58M 0 0 62 42.18M 0 5.96M 00:11 00:07 00:04 6.32M 72 67.58M 0 0 72 48.75M 0 6.03M 00:11 00:08 00:03 6.44M 81 67.58M 0 0 81 55.31M 0 6.09M 00:11 00:09 00:02 6.51M 91 67.58M 0 0 91 61.93M 0 6.14M 00:10 00:10 6.55M* upload completely sent off: 70865816 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: V02mNhrNnAOyfzwlwzwahthnh0kvf20XBRMu7sKQfApj5lXCorrcunJjD8PT8mwwPwUqM6jRJ7Emod+mG7EEVSqKvdlguh03 < x-amz-request-id: XV0F8Y29JJ0VF649 < Date: Fri, 15 May 2026 16:46:14 GMT < x-amz-server-side-encryption: AES256 < ETag: "19db8ba425cb635eed733ba255570e93" < x-amz-checksum-crc64nvme: bBjeAHIEndU= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 67.58M 0 0 100 67.58M 0 5.96M 00:11 00:11 6.08M 100 67.58M 0 0 100 67.58M 0 5.96M 00:11 00:11 6.08M 100 67.58M 0 0 100 67.58M 0 5.96M 00:11 00:11 6.08M 100 67.58M 0 0 100 67.58M 0 5.96M 00:11 00:11 6.08M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 16.97 seconds Blunders: now uploading files "/l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr" to blunders.io... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0* Host s3.eu-west-1.amazonaws.com:443 was resolved. * IPv6: (none) * IPv4: 3.5.64.13, 3.5.71.89, 3.5.74.124, 3.5.74.86, 52.92.19.192, 52.92.16.72, 3.5.75.103, 3.5.69.1 * Trying 3.5.64.13:443... * ALPN: curl offers h2,http/1.1 } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [1570 bytes data] * SSL Trust Anchors: * CAfile: /etc/ssl/certs/ca-certificates.crt { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [1210 bytes data] * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [25 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4422 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [36 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [36 bytes data] * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256 / X25519MLKEM768 / RSASSA-PSS * ALPN: server accepted http/1.1 * Server certificate: * subject: CN=*.s3-eu-west-1.amazonaws.com * start date: Sep 5 00:00:00 2025 GMT * expire date: Aug 7 23:59:59 2026 GMT * issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M04 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * subjectAltName: "s3.eu-west-1.amazonaws.com" matches cert's "s3.eu-west-1.amazonaws.com" * SSL certificate verified via OpenSSL. * Established connection to s3.eu-west-1.amazonaws.com (3.5.64.13 port 443) from 10.17.4.7 port 37880 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/316db06a-9a25-4b1b-bca2-d60614ed6829.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjELD%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMSJHMEUCIQDW%2F62PReRujXFowFU4uo31UgIGY3R8VChAlB9VGDclNwIgRxSxdduNCY5QcKeEs7YW8xKgTb4k9QQma56ws%2BM37qMqugUIeRAAGgw4MzU0OTQ3NTMxMjYiDLhJE1zIFbm2fNw79iqXBSlEku8oCkgMjxaI%2F1gR06GBLI8OkXNiq26B4pPedRpp5Lo3sgtoDjdhkD0R1ESYAVehMb1pzEWi%2F5zkStyHxQ0Y3KJuhpwmEsB7e3KTe%2BOQ4309SpgzMF1HJ0oYcvStYMkXqLRZ673YuXR%2FrCFgwd84s4tGS%2BTAQ7t2qbMpLegdM4HMjrNQ%2FjT69P7C42oMpBI1%2BojcuU74lSOY6WPwSFpmedo0oACrzd70WfhatOUVndJmKkK7dyUIIInYRkStXqz5i36I7rfiFWIE8BCUK5syU7q2BCC9xX3uAaPxh%2FoSK5cmC2L8sboLPbsdWFc3VSmXrEyc2s5RacBsWtCwxhl6Xh4Eu5u6vfeFs4Uu%2BNe5dK9fOZR%2Bi1qwEsvybeIUEiIGMCiuZpMNX4djnHKSp9VetCiZ6CIVz0NBM6dKKghfLXq2IOIFbPle%2FTdtPJW%2B8gi%2FmeGDr%2Bz7my06LStHKkhTO5zHGfM5xPdeHLJ1y3KVtkpQJ1xHPw9%2BJ5gHHFBriOWdpWl%2FST78p6mrGlo5CZ1%2FW%2FLeunjb%2Bh9cTmZT7T%2BsXKwMS%2BnceYh1eaRIJRBR2Ux2sR0zozmR3eNNLFZUkA%2FXT8o%2BgF6zp%2Fb6LnhOgiRrJ41%2FiZQZZ9n0OwWutmEQqRcBSoBn82eCSndKU0VfqPv7740Vs60KLAqh7wEz9wm0hFHZ%2FHNyJpfj5kdmezvvgm4MkY14KSEIo5uPe%2FlxWD8RlKvlYKu5zwAeHBlxER3zYbg6sJOPuNN7J5xVazl%2BLkABIUn6XrRCjmQYOqw2WtkQKpbpuF3nXY3JqkeFFFjPDr%2BMu86B7DTDMCE%2B9VzIk2Xuf%2FZpPRgG7RC3O4XTyRQ2inNzyBM8apcqhfKKASFfD04Wv%2B0LFTDu%2F5zQBjqxAZ47TzUiKrI5rOC0R4RFnU1OLAJlmZG1DR8tVu73qn6DPXBdYLdK0oA7hifPgGP1%2FcETIM%2Fo%2B%2B4cVGek9Fh51PT4XHXoIXZTrmbq4zOgvOPdcurswKJY%2F4GYqZF%2BZm2j3C3l0GBpgY3C345o8sz0GFjwfGRpw16IxvFwlNEyX8MdX1X9yw5pNQXEwolUlKwtZs19nJ1Taw8ABzu%2FFX4N%2BJFCXsMGOtgD45jwIJ2jXEmg%2FQ%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260515T164625Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTPEHWG2QG%2F20260515%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=a202a9399fe6f682cc212d1137c4a16397719ee3dea366e464da8118898472b1 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 645415390 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 615.5M 0 0 0 3.37M 0 3.35M 03:03 00:01 03:02 3.35M 1 615.5M 0 0 1 10.06M 0 5.01M 02:02 00:02 02:00 5.02M 2 615.5M 0 0 2 17.68M 0 5.87M 01:44 00:03 01:41 5.88M 4 615.5M 0 0 4 26.00M 0 6.48M 01:34 00:04 01:30 6.48M 5 615.5M 0 0 5 34.81M 0 6.95M 01:28 00:05 01:23 6.95M 7 615.5M 0 0 7 43.93M 0 7.30M 01:24 00:06 01:18 8.10M 8 615.5M 0 0 8 53.25M 0 7.59M 01:21 00:07 01:14 8.62M 10 615.5M 0 0 10 62.62M 0 7.81M 01:18 00:08 01:10 8.97M 11 615.5M 0 0 11 72.00M 0 7.98M 01:17 00:09 01:08 9.18M 13 615.5M 0 0 13 81.43M 0 8.12M 01:15 00:10 01:05 9.30M 14 615.5M 0 0 14 90.75M 0 8.23M 01:14 00:11 01:03 9.34M 16 615.5M 0 0 16 100.1M 0 8.33M 01:13 00:12 01:01 9.37M 17 615.5M 0 0 17 109.8M 0 8.43M 01:12 00:13 00:59 9.42M 19 615.5M 0 0 19 119.7M 0 8.53M 01:12 00:14 00:58 9.53M 21 615.5M 0 0 21 130.0M 0 8.65M 01:11 00:15 00:56 9.69M 22 615.5M 0 0 22 140.9M 0 8.79M 01:09 00:16 00:53 10.02M 24 615.5M 0 0 24 152.5M 0 8.95M 01:08 00:17 00:51 10.46M 26 615.5M 0 0 26 165.4M 0 9.17M 01:07 00:18 00:49 11.10M 29 615.5M 0 0 29 178.6M 0 9.38M 01:05 00:19 00:46 11.75M 30 615.5M 0 0 30 189.7M 0 9.46M 01:04 00:20 00:44 11.92M 32 615.5M 0 0 32 201.9M 0 9.59M 01:04 00:21 00:43 12.15M 34 615.5M 0 0 34 214.9M 0 9.75M 01:03 00:22 00:41 12.42M 37 615.5M 0 0 37 228.5M 0 9.91M 01:02 00:23 00:39 12.58M 39 615.5M 0 0 39 242.6M 0 10.09M 01:00 00:24 00:36 12.77M 41 615.5M 0 0 41 257.0M 0 10.25M 00:59 00:25 00:34 13.41M 43 615.5M 0 0 43 270.5M 0 10.37M 00:59 00:26 00:33 13.65M 45 615.5M 0 0 45 282.4M 0 10.43M 00:58 00:27 00:31 13.42M 47 615.5M 0 0 47 293.6M 0 10.45M 00:58 00:28 00:30 12.95M 49 615.5M 0 0 49 305.4M 0 10.50M 00:58 00:29 00:29 12.48M 51 615.5M 0 0 51 317.5M 0 10.55M 00:58 00:30 00:28 12.03M 53 615.5M 0 0 53 327.1M 0 10.52M 00:58 00:31 00:27 11.31M 54 615.5M 0 0 54 336.5M 0 10.49M 00:58 00:32 00:26 10.81M 56 615.5M 0 0 56 346.3M 0 10.47M 00:58 00:33 00:25 10.53M 57 615.5M 0 0 57 356.5M 0 10.45M 00:58 00:34 00:24 10.19M 59 615.5M 0 0 59 366.8M 0 10.45M 00:58 00:35 00:23 9.85M 61 615.5M 0 0 61 377.1M 0 10.45M 00:58 00:36 00:22 9.97M 62 615.5M 0 0 62 387.6M 0 10.45M 00:58 00:37 00:21 10.19M 64 615.5M 0 0 64 398.0M 0 10.44M 00:58 00:38 00:20 10.30M 66 615.5M 0 0 66 407.1M 0 10.41M 00:59 00:39 00:20 10.11M 67 615.5M 0 0 67 415.3M 0 10.35M 00:59 00:40 00:19 9.67M 68 615.5M 0 0 68 422.7M 0 10.28M 00:59 00:41 00:18 9.07M 69 615.5M 0 0 69 429.5M 0 10.20M 01:00 00:42 00:18 8.35M 70 615.5M 0 0 70 436.7M 0 10.13M 01:00 00:43 00:17 7.71M 72 615.5M 0 0 72 444.1M 0 10.06M 01:01 00:44 00:17 7.36M 73 615.5M 0 0 73 451.7M 0 10.01M 01:01 00:45 00:16 7.24M 74 615.5M 0 0 74 459.3M 0 9.95M 01:01 00:46 00:15 7.29M 75 615.5M 0 0 75 466.9M 0 9.90M 01:02 00:47 00:15 7.44M 77 615.5M 0 0 77 474.5M 0 9.85M 01:02 00:48 00:14 7.52M 78 615.5M 0 0 78 482.0M 0 9.81M 01:02 00:49 00:13 7.55M 79 615.5M 0 0 79 489.8M 0 9.77M 01:02 00:50 00:12 7.59M 80 615.5M 0 0 80 497.7M 0 9.73M 01:03 00:51 00:12 7.66M 82 615.5M 0 0 82 506.0M 0 9.70M 01:03 00:52 00:11 7.80M 83 615.5M 0 0 83 514.8M 0 9.68M 01:03 00:53 00:10 8.05M 85 615.5M 0 0 85 524.3M 0 9.68M 01:03 00:54 00:09 8.43M 86 615.5M 0 0 86 534.8M 0 9.69M 01:03 00:55 00:08 8.97M 88 615.5M 0 0 88 546.5M 0 9.73M 01:03 00:56 00:07 9.75M 90 615.5M 0 0 90 556.2M 0 9.73M 01:03 00:57 00:06 10.03M 91 615.5M 0 0 91 563.9M 0 9.69M 01:03 00:58 00:05 9.80M 92 615.5M 0 0 92 571.6M 0 9.66M 01:03 00:59 00:04 9.43M 94 615.5M 0 0 94 579.6M 0 9.63M 01:03 01:00 00:03 8.94M 95 615.5M 0 0 95 586.2M 0 9.58M 01:04 01:01 00:03 7.91M 96 615.5M 0 0 96 592.6M 0 9.53M 01:04 01:02 00:02 7.24M 97 615.5M 0 0 97 599.3M 0 9.48M 01:04 01:03 00:01 7.05M 98 615.5M 0 0 98 606.1M 0 9.44M 01:05 01:04 00:01 6.90M 99 615.5M 0 0 99 613.1M 0 9.40M 01:05 01:05 6.67M* upload completely sent off: 645415390 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: l9drvuakn/1IPabZGBcL2ea3SIhsuLdyTUPSoefR6kVWbvnRKxwgcJj+iAu1LmdAQihLAj5v/EXBmeZziaXP3IMyJdNP1cwg < x-amz-request-id: 4HABY83HEYJJ2PQA < Date: Fri, 15 May 2026 16:47:21 GMT < x-amz-server-side-encryption: AES256 < ETag: "4889338c51c4ba0ab101f18c720d5740" < x-amz-checksum-crc64nvme: YA70DHzZuRU= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 615.5M 0 0 100 615.5M 0 9.33M 01:05 01:05 6.67M 100 615.5M 0 0 100 615.5M 0 9.33M 01:05 01:05 6.67M 100 615.5M 0 0 100 615.5M 0 9.33M 01:05 01:05 6.67M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 121.54 seconds Blunders: now uploading files "/l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr" to blunders.io... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0* Host s3.eu-west-1.amazonaws.com:443 was resolved. * IPv6: (none) * IPv4: 52.92.17.16, 52.92.0.88, 3.5.67.206, 52.92.32.208, 3.5.74.8, 52.92.4.200, 52.92.36.240, 52.92.19.200 * Trying 52.92.17.16:443... * ALPN: curl offers h2,http/1.1 } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [1570 bytes data] * SSL Trust Anchors: * CAfile: /etc/ssl/certs/ca-certificates.crt { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [1210 bytes data] * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [25 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4422 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [36 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [36 bytes data] * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256 / X25519MLKEM768 / RSASSA-PSS * ALPN: server accepted http/1.1 * Server certificate: * subject: CN=*.s3-eu-west-1.amazonaws.com * start date: Sep 5 00:00:00 2025 GMT * expire date: Aug 7 23:59:59 2026 GMT * issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M04 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * subjectAltName: "s3.eu-west-1.amazonaws.com" matches cert's "s3.eu-west-1.amazonaws.com" * SSL certificate verified via OpenSSL. * Established connection to s3.eu-west-1.amazonaws.com (52.92.17.16 port 443) from 10.17.4.7 port 36760 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/6f49d312-5805-4d47-921e-90204b243fd2.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjELD%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMSJHMEUCIQDW%2F62PReRujXFowFU4uo31UgIGY3R8VChAlB9VGDclNwIgRxSxdduNCY5QcKeEs7YW8xKgTb4k9QQma56ws%2BM37qMqugUIeRAAGgw4MzU0OTQ3NTMxMjYiDLhJE1zIFbm2fNw79iqXBSlEku8oCkgMjxaI%2F1gR06GBLI8OkXNiq26B4pPedRpp5Lo3sgtoDjdhkD0R1ESYAVehMb1pzEWi%2F5zkStyHxQ0Y3KJuhpwmEsB7e3KTe%2BOQ4309SpgzMF1HJ0oYcvStYMkXqLRZ673YuXR%2FrCFgwd84s4tGS%2BTAQ7t2qbMpLegdM4HMjrNQ%2FjT69P7C42oMpBI1%2BojcuU74lSOY6WPwSFpmedo0oACrzd70WfhatOUVndJmKkK7dyUIIInYRkStXqz5i36I7rfiFWIE8BCUK5syU7q2BCC9xX3uAaPxh%2FoSK5cmC2L8sboLPbsdWFc3VSmXrEyc2s5RacBsWtCwxhl6Xh4Eu5u6vfeFs4Uu%2BNe5dK9fOZR%2Bi1qwEsvybeIUEiIGMCiuZpMNX4djnHKSp9VetCiZ6CIVz0NBM6dKKghfLXq2IOIFbPle%2FTdtPJW%2B8gi%2FmeGDr%2Bz7my06LStHKkhTO5zHGfM5xPdeHLJ1y3KVtkpQJ1xHPw9%2BJ5gHHFBriOWdpWl%2FST78p6mrGlo5CZ1%2FW%2FLeunjb%2Bh9cTmZT7T%2BsXKwMS%2BnceYh1eaRIJRBR2Ux2sR0zozmR3eNNLFZUkA%2FXT8o%2BgF6zp%2Fb6LnhOgiRrJ41%2FiZQZZ9n0OwWutmEQqRcBSoBn82eCSndKU0VfqPv7740Vs60KLAqh7wEz9wm0hFHZ%2FHNyJpfj5kdmezvvgm4MkY14KSEIo5uPe%2FlxWD8RlKvlYKu5zwAeHBlxER3zYbg6sJOPuNN7J5xVazl%2BLkABIUn6XrRCjmQYOqw2WtkQKpbpuF3nXY3JqkeFFFjPDr%2BMu86B7DTDMCE%2B9VzIk2Xuf%2FZpPRgG7RC3O4XTyRQ2inNzyBM8apcqhfKKASFfD04Wv%2B0LFTDu%2F5zQBjqxAZ47TzUiKrI5rOC0R4RFnU1OLAJlmZG1DR8tVu73qn6DPXBdYLdK0oA7hifPgGP1%2FcETIM%2Fo%2B%2B4cVGek9Fh51PT4XHXoIXZTrmbq4zOgvOPdcurswKJY%2F4GYqZF%2BZm2j3C3l0GBpgY3C345o8sz0GFjwfGRpw16IxvFwlNEyX8MdX1X9yw5pNQXEwolUlKwtZs19nJ1Taw8ABzu%2FFX4N%2BJFCXsMGOtgD45jwIJ2jXEmg%2FQ%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260515T164827Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTPEHWG2QG%2F20260515%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=01afd4e301c8d7650a04cff430763f19fa627304ec9553eaca7833255a3e2c3f HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 63069053 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 60.14M 0 0 0 320.0k 0 274.1k 03:44 00:01 03:43 274.2k 0 60.14M 0 0 0 512.0k 0 223.2k 04:35 00:02 04:33 223.3k 1 60.14M 0 0 1 704.0k 0 210.6k 04:52 00:03 04:49 210.7k 1 60.14M 0 0 1 960.0k 0 210.1k 04:53 00:04 04:49 210.1k 1 60.14M 0 0 1 1.12M 0 192.0k 05:20 00:05 05:15 192.0k 2 60.14M 0 0 2 1.25M 0 170.7k 06:00 00:07 05:53 151.6k 2 60.14M 0 0 2 1.37M 0 152.1k 06:44 00:09 06:35 128.7k 2 60.14M 0 0 2 1.43M 0 143.5k 07:09 00:10 06:59 111.0k 2 60.14M 0 0 2 1.56M 0 139.3k 07:21 00:11 07:10 94855 2 60.14M 0 0 2 1.68M 0 134.0k 07:39 00:12 07:27 85605 3 60.14M 0 0 3 1.81M 0 132.4k 07:45 00:14 07:31 90491 3 60.14M 0 0 3 1.93M 0 131.3k 07:48 00:15 07:33 98.46k 3 60.14M 0 0 3 2.12M 0 133.3k 07:41 00:16 07:25 116.0k 3 60.14M 0 0 3 2.31M 0 132.6k 07:44 00:17 07:27 120.5k 4 60.14M 0 0 4 2.43M 0 130.2k 07:52 00:19 07:33 122.3k 4 60.14M 0 0 4 2.50M 0 125.2k 08:11 00:20 07:51 109.6k 4 60.14M 0 0 4 2.68M 0 126.5k 08:06 00:21 07:45 115.5k 4 60.14M 0 0 4 2.87M 0 127.2k 08:04 00:23 07:41 112.6k 5 60.14M 0 0 5 3.06M 0 128.4k 07:59 00:24 07:35 117.1k 5 60.14M 0 0 5 3.18M 0 127.5k 08:02 00:25 07:37 119.7k 5 60.14M 0 0 5 3.43M 0 129.9k 07:53 00:27 07:26 144.3k 5 60.14M 0 0 5 3.56M 0 129.7k 07:54 00:28 07:26 140.6k 6 60.14M 0 0 6 3.75M 0 130.6k 07:51 00:29 07:22 143.2k 6 60.14M 0 0 6 3.93M 0 130.9k 07:50 00:30 07:20 140.2k 6 60.14M 0 0 6 4.18M 0 133.7k 07:40 00:32 07:08 158.0k 7 60.14M 0 0 7 4.37M 0 134.0k 07:39 00:33 07:06 151.4k 7 60.14M 0 0 7 4.56M 0 133.7k 07:40 00:34 07:06 150.2k 8 60.14M 0 0 8 4.81M 0 135.5k 07:34 00:36 06:58 156.2k 8 60.14M 0 0 8 5.00M 0 135.6k 07:33 00:37 06:56 156.7k 8 60.14M 0 0 8 5.18M 0 136.7k 07:30 00:38 06:52 151.0k 8 60.14M 0 0 8 5.37M 0 137.0k 07:29 00:40 06:49 152.0k 9 60.14M 0 0 9 5.50M 0 136.7k 07:30 00:41 06:49 153.7k 9 60.14M 0 0 9 5.62M 0 136.5k 07:31 00:42 06:49 142.3k 9 60.14M 0 0 9 5.75M 0 135.3k 07:35 00:43 06:52 133.0k 9 60.14M 0 0 9 5.87M 0 133.9k 07:39 00:44 06:55 116.1k 9 60.14M 0 0 9 6.00M 0 132.9k 07:43 00:46 06:57 105.8k 10 60.14M 0 0 10 6.12M 0 132.5k 07:44 00:47 06:57 104.3k 10 60.14M 0 0 10 6.25M 0 131.6k 07:47 00:48 06:59 99.93k 10 60.14M 0 0 10 6.37M 0 129.9k 07:54 00:50 07:04 97306 10 60.14M 0 0 10 6.50M 0 129.4k 07:55 00:51 07:04 98.08k 11 60.14M 0 0 11 6.62M 0 129.1k 07:56 00:52 07:04 101.0k 11 60.14M 0 0 11 6.75M 0 129.0k 07:57 00:53 07:04 102.6k 11 60.14M 0 0 11 6.87M 0 128.5k 07:58 00:54 07:04 104.0k 11 60.14M 0 0 11 7.00M 0 127.4k 08:03 00:56 07:07 106.9k 11 60.14M 0 0 11 7.12M 0 126.8k 08:05 00:57 07:08 104.9k 12 60.14M 0 0 12 7.25M 0 125.8k 08:09 00:58 07:11 99.07k 12 60.14M 0 0 12 7.37M 0 125.2k 08:11 01:00 07:11 97176 12 60.14M 0 0 12 7.56M 0 125.8k 08:09 01:01 07:08 103.8k 12 60.14M 0 0 12 7.81M 0 127.8k 08:01 01:02 06:59 131.5k 13 60.14M 0 0 13 8.06M 0 129.8k 07:54 01:03 06:51 158.8k 13 60.14M 0 0 13 8.31M 0 130.8k 07:50 01:05 06:45 179.2k 14 60.14M 0 0 14 8.50M 0 130.6k 07:51 01:06 06:45 182.6k 14 60.14M 0 0 14 8.68M 0 130.8k 07:50 01:07 06:43 178.4k 14 60.14M 0 0 14 8.81M 0 130.5k 07:51 01:09 06:42 155.3k 14 60.14M 0 0 14 8.93M 0 130.3k 07:52 01:10 06:42 134.8k 15 60.14M 0 0 15 9.12M 0 130.5k 07:51 01:11 06:40 127.4k 15 60.14M 0 0 15 9.25M 0 130.0k 07:53 01:12 06:41 122.9k 15 60.14M 0 0 15 9.37M 0 129.3k 07:56 01:14 06:42 112.6k 15 60.14M 0 0 15 9.56M 0 129.9k 07:53 01:15 06:38 123.8k 16 60.14M 0 0 16 9.81M 0 131.0k 07:50 01:16 06:34 138.3k 16 60.14M 0 0 16 10.00M 0 131.7k 07:47 01:17 06:30 146.3k 16 60.14M 0 0 16 10.18M 0 132.3k 07:45 01:18 06:27 160.8k 17 60.14M 0 0 17 10.37M 0 132.6k 07:44 01:20 06:24 175.1k 17 60.14M 0 0 17 10.56M 0 133.2k 07:42 01:21 06:21 176.0k 17 60.14M 0 0 17 10.75M 0 133.6k 07:40 01:22 06:18 169.1k 18 60.14M 0 0 18 10.93M 0 134.1k 07:38 01:23 06:15 166.9k 18 60.14M 0 0 18 11.12M 0 134.3k 07:38 01:24 06:14 161.1k 18 60.14M 0 0 18 11.25M 0 134.1k 07:39 01:25 06:14 154.6k 18 60.14M 0 0 18 11.37M 0 133.8k 07:40 01:27 06:13 141.6k 19 60.14M 0 0 19 11.56M 0 134.1k 07:39 01:28 06:11 140.3k 19 60.14M 0 0 19 11.81M 0 135.0k 07:36 01:29 06:07 146.1k 19 60.14M 0 0 19 12.00M 0 135.4k 07:34 01:30 06:04 149.9k 20 60.14M 0 0 20 12.25M 0 136.3k 07:31 01:32 05:59 167.0k 20 60.14M 0 0 20 12.43M 0 136.4k 07:31 01:33 05:58 173.3k 20 60.14M 0 0 20 12.56M 0 136.3k 07:31 01:34 05:57 169.5k 21 60.14M 0 0 21 12.68M 0 136.1k 07:32 01:35 05:57 154.4k 21 60.14M 0 0 21 12.93M 0 137.3k 07:28 01:36 05:52 169.1k 22 60.14M 0 0 22 13.31M 0 139.6k 07:21 01:37 05:44 193.0k 22 60.14M 0 0 22 13.50M 0 140.1k 07:19 01:38 05:41 203.9k 22 60.14M 0 0 22 13.68M 0 140.5k 07:18 01:39 05:39 214.5k 22 60.14M 0 0 22 13.81M 0 140.4k 07:18 01:40 05:38 216.9k 23 60.14M 0 0 23 14.00M 0 140.9k 07:17 01:41 05:36 205.1k 23 60.14M 0 0 23 14.18M 0 141.3k 07:15 01:42 05:33 173.6k 23 60.14M 0 0 23 14.37M 0 141.6k 07:14 01:43 05:31 170.3k 24 60.14M 0 0 24 14.56M 0 141.7k 07:14 01:45 05:29 163.8k 24 60.14M 0 0 24 14.68M 0 141.5k 07:15 01:46 05:29 162.5k 24 60.14M 0 0 24 14.87M 0 141.8k 07:14 01:47 05:27 157.4k 24 60.14M 0 0 24 15.00M 0 141.6k 07:14 01:48 05:26 147.1k 25 60.14M 0 0 25 15.12M 0 140.7k 07:17 01:50 05:27 125.1k 25 60.14M 0 0 25 15.31M 0 140.8k 07:17 01:51 05:26 124.3k 25 60.14M 0 0 25 15.50M 0 141.2k 07:16 01:52 05:24 135.6k 26 60.14M 0 0 26 15.68M 0 141.6k 07:14 01:53 05:21 139.5k 26 60.14M 0 0 26 15.81M 0 141.3k 07:15 01:54 05:21 135.8k 26 60.14M 0 0 26 15.93M 0 141.0k 07:16 01:55 05:21 147.9k 26 60.14M 0 0 26 16.06M 0 140.4k 07:18 01:57 05:21 132.6k 26 60.14M 0 0 26 16.12M 0 139.6k 07:21 01:58 05:23 108.8k 27 60.14M 0 0 27 16.31M 0 139.6k 07:21 01:59 05:22 102.3k 27 60.14M 0 0 27 16.56M 0 140.1k 07:19 02:00 05:19 119.9k 27 60.14M 0 0 27 16.68M 0 139.9k 07:20 02:02 05:18 119.5k 27 60.14M 0 0 27 16.81M 0 139.8k 07:20 02:03 05:17 127.6k 28 60.14M 0 0 28 17.00M 0 139.7k 07:20 02:04 05:16 141.1k 28 60.14M 0 0 28 17.18M 0 139.6k 07:21 02:06 05:15 140.0k 28 60.14M 0 0 28 17.37M 0 139.7k 07:20 02:07 05:13 130.4k 29 60.14M 0 0 29 17.56M 0 139.5k 07:21 02:08 05:13 132.2k 29 60.14M 0 0 29 17.68M 0 138.9k 07:23 02:10 05:13 123.8k 29 60.14M 0 0 29 17.87M 0 139.0k 07:23 02:11 05:12 126.3k 30 60.14M 0 0 30 18.06M 0 139.2k 07:22 02:12 05:10 130.9k 30 60.14M 0 0 30 18.31M 0 139.8k 07:20 02:14 05:06 141.6k 30 60.14M 0 0 30 18.56M 0 140.2k 07:19 02:15 05:04 154.8k 31 60.14M 0 0 31 18.75M 0 140.4k 07:18 02:16 05:02 171.5k 31 60.14M 0 0 31 18.93M 0 140.5k 07:18 02:17 05:01 173.1k 31 60.14M 0 0 31 19.12M 0 140.3k 07:18 02:19 04:59 163.8k 32 60.14M 0 0 32 19.25M 0 140.2k 07:19 02:20 04:59 150.2k 32 60.14M 0 0 32 19.43M 0 140.6k 07:17 02:21 04:56 147.9k 32 60.14M 0 0 32 19.56M 0 140.4k 07:18 02:22 04:56 140.1k 32 60.14M 0 0 32 19.75M 0 140.7k 07:17 02:23 04:54 145.6k 33 60.14M 0 0 33 20.00M 0 141.0k 07:16 02:25 04:51 157.7k 33 60.14M 0 0 33 20.12M 0 140.6k 07:17 02:26 04:51 149.6k 33 60.14M 0 0 33 20.25M 0 140.3k 07:18 02:27 04:51 133.0k 33 60.14M 0 0 33 20.43M 0 140.4k 07:18 02:29 04:49 140.3k 34 60.14M 0 0 34 20.62M 0 140.3k 07:18 02:30 04:48 132.5k 34 60.14M 0 0 34 20.75M 0 139.6k 07:20 02:32 04:48 110.9k 34 60.14M 0 0 34 20.87M 0 139.2k 07:22 02:33 04:49 108.8k 34 60.14M 0 0 34 21.00M 0 138.6k 07:24 02:35 04:49 105.1k 35 60.14M 0 0 35 21.18M 0 138.8k 07:23 02:36 04:47 106.2k 35 60.14M 0 0 35 21.43M 0 139.2k 07:22 02:37 04:45 116.2k 35 60.14M 0 0 35 21.62M 0 139.5k 07:21 02:38 04:43 136.6k 36 60.14M 0 0 36 21.75M 0 139.4k 07:21 02:39 04:42 145.3k 36 60.14M 0 0 36 21.93M 0 139.6k 07:21 02:40 04:41 165.5k 36 60.14M 0 0 36 22.12M 0 139.8k 07:20 02:41 04:39 167.8k 37 60.14M 0 0 37 22.37M 0 140.4k 07:18 02:43 04:35 171.5k 37 60.14M 0 0 37 22.56M 0 140.6k 07:18 02:44 04:34 169.9k 37 60.14M 0 0 37 22.75M 0 140.5k 07:18 02:45 04:33 171.3k 38 60.14M 0 0 38 22.87M 0 140.3k 07:18 02:46 04:32 160.1k 38 60.14M 0 0 38 23.00M 0 140.2k 07:19 02:47 04:32 151.0k 38 60.14M 0 0 38 23.18M 0 140.4k 07:18 02:49 04:29 142.4k 39 60.14M 0 0 39 23.50M 0 141.4k 07:15 02:50 04:25 163.6k 39 60.14M 0 0 39 23.68M 0 141.6k 07:14 02:51 04:23 173.8k 39 60.14M 0 0 39 23.87M 0 141.7k 07:14 02:52 04:22 182.3k 40 60.14M 0 0 40 24.06M 0 141.8k 07:14 02:53 04:21 187.7k 40 60.14M 0 0 40 24.18M 0 141.7k 07:14 02:54 04:20 179.7k 40 60.14M 0 0 40 24.37M 0 141.8k 07:14 02:55 04:19 154.6k 40 60.14M 0 0 40 24.50M 0 141.4k 07:15 02:57 04:18 136.1k 40 60.14M 0 0 40 24.62M 0 141.2k 07:15 02:58 04:17 128.4k 41 60.14M 0 0 41 24.75M 0 141.1k 07:16 02:59 04:17 120.2k 41 60.14M 0 0 41 24.93M 0 141.2k 07:15 03:00 04:15 127.2k 41 60.14M 0 0 41 25.18M 0 141.6k 07:14 03:02 04:12 135.9k 42 60.14M 0 0 42 25.37M 0 141.7k 07:14 03:03 04:11 150.3k 42 60.14M 0 0 42 25.56M 0 141.8k 07:14 03:04 04:10 157.4k 42 60.14M 0 0 42 25.75M 0 141.8k 07:14 03:05 04:09 163.3k 43 60.14M 0 0 43 26.00M 0 142.3k 07:12 03:07 04:05 172.6k 43 60.14M 0 0 43 26.25M 0 142.6k 07:11 03:08 04:03 172.8k 43 60.14M 0 0 43 26.31M 0 142.1k 07:13 03:09 04:04 154.0k 43 60.14M 0 0 43 26.43M 0 142.0k 07:13 03:10 04:03 150.3k 44 60.14M 0 0 44 26.68M 0 142.4k 07:12 03:11 04:01 158.7k 44 60.14M 0 0 44 26.81M 0 142.2k 07:13 03:13 04:00 138.3k 44 60.14M 0 0 44 26.93M 0 141.8k 07:14 03:14 04:00 114.9k 44 60.14M 0 0 44 27.06M 0 141.7k 07:14 03:15 03:59 128.1k 45 60.14M 0 0 45 27.25M 0 141.6k 07:14 03:17 03:57 127.7k 45 60.14M 0 0 45 27.37M 0 141.2k 07:16 03:18 03:58 107.2k 45 60.14M 0 0 45 27.50M 0 141.1k 07:16 03:19 03:57 108.7k 45 60.14M 0 0 45 27.62M 0 140.8k 07:17 03:20 03:57 111.5k 46 60.14M 0 0 46 27.75M 0 140.6k 07:17 03:21 03:56 108.8k 46 60.14M 0 0 46 27.93M 0 140.6k 07:17 03:23 03:54 110.8k 46 60.14M 0 0 46 28.12M 0 140.5k 07:18 03:24 03:54 120.0k 46 60.14M 0 0 46 28.25M 0 140.2k 07:19 03:26 03:53 113.4k 47 60.14M 0 0 47 28.37M 0 140.1k 07:19 03:27 03:52 117.8k 47 60.14M 0 0 47 28.50M 0 139.7k 07:20 03:28 03:52 113.1k 47 60.14M 0 0 47 28.62M 0 139.6k 07:21 03:29 03:52 107.6k 47 60.14M 0 0 47 28.75M 0 139.0k 07:22 03:31 03:51 95575 48 60.14M 0 0 48 28.87M 0 138.8k 07:23 03:32 03:51 98402 48 60.14M 0 0 48 29.00M 0 138.7k 07:23 03:34 03:49 97917 48 60.14M 0 0 48 29.12M 0 138.6k 07:24 03:35 03:49 101.8k 48 60.14M 0 0 48 29.25M 0 138.6k 07:24 03:36 03:48 104.9k 48 60.14M 0 0 48 29.37M 0 138.5k 07:24 03:37 03:47 118.6k 49 60.14M 0 0 49 29.50M 0 138.4k 07:24 03:38 03:46 123.9k 49 60.14M 0 0 49 29.62M 0 138.0k 07:26 03:39 03:47 112.8k 49 60.14M 0 0 49 29.68M 0 137.6k 07:27 03:40 03:47 100.0k 49 60.14M 0 0 49 29.87M 0 137.7k 07:27 03:42 03:45 106.0k 49 60.14M 0 0 49 30.06M 0 137.8k 07:26 03:43 03:43 111.8k 50 60.14M 0 0 50 30.31M 0 138.0k 07:26 03:44 03:42 125.3k 50 60.14M 0 0 50 30.43M 0 137.8k 07:26 03:46 03:40 130.5k 50 60.14M 0 0 50 30.62M 0 137.8k 07:26 03:47 03:39 142.4k 51 60.14M 0 0 51 30.75M 0 137.5k 07:27 03:48 03:39 130.6k 51 60.14M 0 0 51 30.93M 0 137.5k 07:27 03:50 03:37 130.4k 51 60.14M 0 0 51 31.06M 0 137.3k 07:28 03:51 03:37 112.7k 51 60.14M 0 0 51 31.18M 0 137.1k 07:28 03:52 03:36 114.2k 52 60.14M 0 0 52 31.31M 0 136.8k 07:30 03:54 03:36 104.5k 52 60.14M 0 0 52 31.43M 0 136.5k 07:30 03:55 03:35 104.3k 52 60.14M 0 0 52 31.56M 0 136.5k 07:31 03:56 03:35 99.17k 52 60.14M 0 0 52 31.75M 0 136.6k 07:30 03:57 03:33 111.5k 52 60.14M 0 0 52 31.87M 0 136.4k 07:31 03:59 03:32 109.2k 53 60.14M 0 0 53 32.06M 0 136.3k 07:31 04:00 03:31 117.4k 53 60.14M 0 0 53 32.18M 0 136.2k 07:32 04:01 03:31 123.2k 53 60.14M 0 0 53 32.31M 0 136.1k 07:32 04:03 03:29 120.4k 53 60.14M 0 0 53 32.43M 0 135.7k 07:33 04:04 03:29 104.4k 54 60.14M 0 0 54 32.56M 0 135.6k 07:34 04:05 03:29 107.4k 54 60.14M 0 0 54 32.75M 0 135.5k 07:34 04:07 03:27 107.4k 54 60.14M 0 0 54 32.87M 0 135.3k 07:34 04:08 03:26 104.4k 54 60.14M 0 0 54 33.00M 0 135.2k 07:35 04:09 03:26 103.7k 55 60.14M 0 0 55 33.12M 0 135.0k 07:36 04:11 03:25 108.4k 55 60.14M 0 0 55 33.25M 0 134.9k 07:36 04:12 03:24 107.9k 55 60.14M 0 0 55 33.43M 0 135.0k 07:36 04:13 03:23 113.1k 55 60.14M 0 0 55 33.56M 0 134.9k 07:36 04:14 03:22 116.3k 56 60.14M 0 0 56 33.75M 0 135.0k 07:35 04:15 03:20 128.9k 56 60.14M 0 0 56 33.93M 0 135.1k 07:35 04:17 03:18 137.2k 56 60.14M 0 0 56 34.12M 0 135.1k 07:35 04:18 03:17 144.7k 57 60.14M 0 0 57 34.31M 0 135.2k 07:35 04:19 03:16 144.3k 57 60.14M 0 0 57 34.56M 0 135.5k 07:34 04:21 03:13 160.4k 57 60.14M 0 0 57 34.75M 0 135.6k 07:34 04:22 03:12 155.3k 58 60.14M 0 0 58 35.00M 0 135.8k 07:33 04:23 03:10 166.1k 58 60.14M 0 0 58 35.18M 0 135.9k 07:33 04:25 03:08 165.3k 58 60.14M 0 0 58 35.37M 0 135.9k 07:33 04:26 03:07 161.8k 59 60.14M 0 0 59 35.50M 0 135.8k 07:33 04:27 03:06 149.0k 59 60.14M 0 0 59 35.68M 0 136.0k 07:32 04:28 03:04 152.7k 59 60.14M 0 0 59 35.87M 0 136.0k 07:32 04:29 03:03 144.7k 59 60.14M 0 0 59 36.00M 0 135.9k 07:33 04:31 03:02 135.1k 60 60.14M 0 0 60 36.12M 0 135.8k 07:33 04:32 03:01 133.1k 60 60.14M 0 0 60 36.25M 0 135.7k 07:33 04:33 03:00 129.4k 60 60.14M 0 0 60 36.37M 0 135.6k 07:34 04:34 03:00 119.5k 60 60.14M 0 0 60 36.50M 0 135.5k 07:34 04:35 02:59 110.5k 60 60.14M 0 0 60 36.56M 0 135.2k 07:35 04:36 02:59 103.6k 60 60.14M 0 0 60 36.68M 0 135.1k 07:35 04:38 02:57 100.0k 61 60.14M 0 0 61 36.81M 0 134.8k 07:36 04:39 02:57 98649 61 60.14M 0 0 61 37.00M 0 135.0k 07:36 04:40 02:56 106.3k 61 60.14M 0 0 61 37.12M 0 134.9k 07:36 04:41 02:55 105.5k 61 60.14M 0 0 61 37.25M 0 134.7k 07:36 04:42 02:54 113.3k 62 60.14M 0 0 62 37.37M 0 134.7k 07:37 04:44 02:53 116.1k 62 60.14M 0 0 62 37.50M 0 134.6k 07:37 04:45 02:52 121.8k 62 60.14M 0 0 62 37.62M 0 134.4k 07:38 04:46 02:52 107.2k 62 60.14M 0 0 62 37.81M 0 134.5k 07:37 04:47 02:50 117.7k 63 60.14M 0 0 63 37.93M 0 134.4k 07:38 04:48 02:50 118.6k 63 60.14M 0 0 63 38.06M 0 134.1k 07:38 04:50 02:48 111.1k 63 60.14M 0 0 63 38.18M 0 134.1k 07:39 04:51 02:48 112.9k 63 60.14M 0 0 63 38.31M 0 134.0k 07:39 04:52 02:47 116.8k 63 60.14M 0 0 63 38.43M 0 133.7k 07:40 04:54 02:46 98.78k 64 60.14M 0 0 64 38.56M 0 133.6k 07:40 04:55 02:45 97.81k 64 60.14M 0 0 64 38.68M 0 133.5k 07:41 04:56 02:45 102.6k 64 60.14M 0 0 64 38.81M 0 133.4k 07:41 04:57 02:44 101.3k 64 60.14M 0 0 64 38.93M 0 133.4k 07:41 04:58 02:43 103.3k 64 60.14M 0 0 64 39.06M 0 133.2k 07:42 05:00 02:42 106.7k 65 60.14M 0 0 65 39.18M 0 133.1k 07:42 05:01 02:41 109.3k 65 60.14M 0 0 65 39.31M 0 133.1k 07:42 05:02 02:40 112.0k 65 60.14M 0 0 65 39.50M 0 133.0k 07:42 05:03 02:39 114.7k 65 60.14M 0 0 65 39.62M 0 133.0k 07:42 05:05 02:37 113.1k 66 60.14M 0 0 66 39.75M 0 133.0k 07:43 05:06 02:37 122.2k 66 60.14M 0 0 66 39.87M 0 132.8k 07:43 05:07 02:36 117.5k 66 60.14M 0 0 66 39.93M 0 132.4k 07:45 05:08 02:37 99.78k 66 60.14M 0 0 66 40.12M 0 132.5k 07:44 05:10 02:34 103.4k 67 60.14M 0 0 67 40.37M 0 132.5k 07:44 05:11 02:33 113.1k 67 60.14M 0 0 67 40.50M 0 132.5k 07:44 05:12 02:32 112.7k 67 60.14M 0 0 67 40.68M 0 132.6k 07:44 05:14 02:30 122.3k 67 60.14M 0 0 67 40.87M 0 132.7k 07:43 05:15 02:28 148.3k 68 60.14M 0 0 68 41.06M 0 132.8k 07:43 05:16 02:27 148.1k 68 60.14M 0 0 68 41.25M 0 132.8k 07:43 05:17 02:26 151.8k 68 60.14M 0 0 68 41.25M 0 132.8k 07:43 05:17 02:26 132.8k 68 60.14M 0 0 68 41.43M 0 132.9k 07:43 05:19 02:24 152.8k 69 60.14M 0 0 69 41.62M 0 132.8k 07:43 05:20 02:23 129.4k 69 60.14M 0 0 69 41.75M 0 132.7k 07:44 05:22 02:22 122.7k 69 60.14M 0 0 69 41.93M 0 132.8k 07:43 05:23 02:20 129.4k 70 60.14M 0 0 70 42.12M 0 132.8k 07:43 05:24 02:19 134.1k 70 60.14M 0 0 70 42.37M 0 133.2k 07:42 05:25 02:17 145.7k 70 60.14M 0 0 70 42.62M 0 133.4k 07:41 05:27 02:14 166.0k 71 60.14M 0 0 71 42.81M 0 133.5k 07:41 05:28 02:13 175.3k 71 60.14M 0 0 71 43.00M 0 133.5k 07:41 05:29 02:12 170.8k 71 60.14M 0 0 71 43.18M 0 133.5k 07:41 05:31 02:10 167.2k 72 60.14M 0 0 72 43.31M 0 133.5k 07:41 05:32 02:09 151.1k 72 60.14M 0 0 72 43.37M 0 133.2k 07:42 05:33 02:09 124.5k 72 60.14M 0 0 72 43.56M 0 133.3k 07:41 05:34 02:07 124.4k 72 60.14M 0 0 72 43.81M 0 133.5k 07:41 05:35 02:06 135.8k 73 60.14M 0 0 73 43.93M 0 133.4k 07:41 05:37 02:04 128.1k 73 60.14M 0 0 73 44.12M 0 133.5k 07:41 05:38 02:03 132.6k 73 60.14M 0 0 73 44.31M 0 133.5k 07:41 05:39 02:02 146.5k 73 60.14M 0 0 73 44.50M 0 133.5k 07:41 05:41 02:00 143.4k 74 60.14M 0 0 74 44.68M 0 133.6k 07:40 05:42 01:58 135.8k 74 60.14M 0 0 74 44.87M 0 133.6k 07:40 05:43 01:57 141.9k 74 60.14M 0 0 74 45.06M 0 133.7k 07:40 05:44 01:56 146.1k 75 60.14M 0 0 75 45.18M 0 133.7k 07:40 05:45 01:55 144.5k 75 60.14M 0 0 75 45.37M 0 133.8k 07:40 05:47 01:53 150.0k 75 60.14M 0 0 75 45.62M 0 134.0k 07:39 05:48 01:51 159.7k 76 60.14M 0 0 76 45.81M 0 134.1k 07:39 05:49 01:50 161.3k 76 60.14M 0 0 76 45.93M 0 134.0k 07:39 05:50 01:49 152.3k 76 60.14M 0 0 76 46.06M 0 133.9k 07:39 05:52 01:47 143.7k 76 60.14M 0 0 76 46.25M 0 133.9k 07:39 05:53 01:46 138.9k 77 60.14M 0 0 77 46.43M 0 134.0k 07:39 05:54 01:45 134.7k 77 60.14M 0 0 77 46.56M 0 134.0k 07:39 05:55 01:44 129.4k 77 60.14M 0 0 77 46.75M 0 134.0k 07:39 05:57 01:42 130.8k 77 60.14M 0 0 77 46.87M 0 133.8k 07:40 05:58 01:42 130.3k 78 60.14M 0 0 78 47.12M 0 134.0k 07:39 05:59 01:40 142.0k 78 60.14M 0 0 78 47.31M 0 134.1k 07:39 06:01 01:38 134.6k 78 60.14M 0 0 78 47.43M 0 134.0k 07:39 06:02 01:37 135.7k 79 60.14M 0 0 79 47.56M 0 133.9k 07:39 06:03 01:36 132.4k 79 60.14M 0 0 79 47.68M 0 133.9k 07:39 06:04 01:35 138.5k 79 60.14M 0 0 79 47.81M 0 133.8k 07:40 06:05 01:35 116.5k 79 60.14M 0 0 79 47.93M 0 133.6k 07:40 06:07 01:33 108.7k 80 60.14M 0 0 80 48.12M 0 133.7k 07:40 06:08 01:32 116.7k 80 60.14M 0 0 80 48.31M 0 133.8k 07:40 06:09 01:31 125.0k 80 60.14M 0 0 80 48.50M 0 133.9k 07:39 06:10 01:29 136.8k 80 60.14M 0 0 80 48.68M 0 134.0k 07:39 06:12 01:27 146.2k 81 60.14M 0 0 81 48.87M 0 134.0k 07:39 06:13 01:26 154.2k 81 60.14M 0 0 81 49.06M 0 134.1k 07:39 06:14 01:25 157.0k 81 60.14M 0 0 81 49.18M 0 134.0k 07:39 06:15 01:24 148.4k 81 60.14M 0 0 81 49.31M 0 134.0k 07:39 06:16 01:23 136.5k 82 60.14M 0 0 82 49.50M 0 134.1k 07:39 06:17 01:22 145.4k 82 60.14M 0 0 82 49.75M 0 134.4k 07:38 06:18 01:20 161.6k 83 60.14M 0 0 83 50.00M 0 134.6k 07:37 06:20 01:17 165.8k 83 60.14M 0 0 83 50.06M 0 134.4k 07:38 06:21 01:17 159.0k 83 60.14M 0 0 83 50.25M 0 134.5k 07:37 06:22 01:15 167.3k 83 60.14M 0 0 83 50.50M 0 134.7k 07:37 06:23 01:14 170.7k 84 60.14M 0 0 84 50.68M 0 134.8k 07:36 06:24 01:12 162.9k 84 60.14M 0 0 84 50.87M 0 134.9k 07:36 06:26 01:10 154.2k 84 60.14M 0 0 84 51.12M 0 135.1k 07:35 06:27 01:08 181.6k 85 60.14M 0 0 85 51.37M 0 135.2k 07:35 06:28 01:07 180.8k 85 60.14M 0 0 85 51.50M 0 135.1k 07:35 06:30 01:05 158.1k 85 60.14M 0 0 85 51.56M 0 134.9k 07:36 06:31 01:05 139.5k 85 60.14M 0 0 85 51.68M 0 134.7k 07:36 06:32 01:04 125.8k 86 60.14M 0 0 86 51.81M 0 134.7k 07:37 06:33 01:04 109.7k 86 60.14M 0 0 86 51.93M 0 134.5k 07:37 06:35 01:02 93637 86 60.14M 0 0 86 52.06M 0 134.5k 07:37 06:36 01:01 97170 86 60.14M 0 0 86 52.25M 0 134.6k 07:37 06:37 01:00 112.6k 87 60.14M 0 0 87 52.43M 0 134.7k 07:37 06:38 00:59 129.8k 87 60.14M 0 0 87 52.62M 0 134.8k 07:36 06:39 00:57 140.9k 87 60.14M 0 0 87 52.87M 0 135.0k 07:35 06:40 00:55 169.6k 88 60.14M 0 0 88 53.18M 0 135.4k 07:34 06:42 00:52 200.1k 88 60.14M 0 0 88 53.43M 0 135.7k 07:33 06:43 00:50 215.1k 89 60.14M 0 0 89 53.68M 0 135.9k 07:33 06:44 00:49 220.4k 89 60.14M 0 0 89 53.87M 0 135.8k 07:33 06:45 00:48 200.7k 89 60.14M 0 0 89 54.12M 0 136.0k 07:32 06:47 00:45 195.8k 90 60.14M 0 0 90 54.25M 0 136.0k 07:32 06:48 00:44 172.5k 90 60.14M 0 0 90 54.37M 0 136.0k 07:32 06:49 00:43 153.6k 90 60.14M 0 0 90 54.50M 0 135.9k 07:32 06:50 00:42 138.5k 90 60.14M 0 0 90 54.68M 0 136.0k 07:32 06:51 00:41 146.5k 91 60.14M 0 0 91 54.93M 0 136.2k 07:31 06:52 00:39 152.7k 91 60.14M 0 0 91 55.18M 0 136.5k 07:31 06:53 00:38 175.5k 91 60.14M 0 0 91 55.31M 0 136.5k 07:31 06:54 00:37 175.3k 92 60.14M 0 0 92 55.50M 0 136.4k 07:31 06:56 00:35 169.6k 92 60.14M 0 0 92 55.62M 0 136.2k 07:31 06:57 00:34 152.1k 92 60.14M 0 0 92 55.75M 0 136.1k 07:32 06:59 00:33 131.0k 92 60.14M 0 0 92 55.87M 0 136.0k 07:32 07:00 00:32 106.5k 93 60.14M 0 0 93 56.00M 0 136.0k 07:32 07:01 00:31 105.1k 93 60.14M 0 0 93 56.18M 0 136.0k 07:32 07:02 00:30 111.3k 93 60.14M 0 0 93 56.31M 0 135.9k 07:33 07:04 00:29 110.9k 93 60.14M 0 0 93 56.43M 0 135.8k 07:33 07:05 00:28 112.0k 94 60.14M 0 0 94 56.56M 0 135.8k 07:33 07:06 00:27 117.5k 94 60.14M 0 0 94 56.68M 0 135.7k 07:33 07:07 00:26 115.6k 94 60.14M 0 0 94 56.87M 0 135.6k 07:33 07:09 00:24 107.8k 94 60.14M 0 0 94 57.00M 0 135.5k 07:34 07:10 00:24 111.3k 94 60.14M 0 0 94 57.06M 0 135.3k 07:35 07:11 00:24 99.75k 95 60.14M 0 0 95 57.25M 0 135.2k 07:35 07:13 00:22 100.6k 95 60.14M 0 0 95 57.43M 0 135.2k 07:35 07:14 00:21 108.4k 95 60.14M 0 0 95 57.62M 0 135.3k 07:35 07:16 00:19 112.7k 96 60.14M 0 0 96 57.81M 0 135.3k 07:34 07:17 00:17 125.1k 96 60.14M 0 0 96 58.00M 0 135.3k 07:35 07:18 00:17 138.3k 96 60.14M 0 0 96 58.12M 0 135.2k 07:35 07:20 00:15 135.2k 96 60.14M 0 0 96 58.25M 0 135.2k 07:35 07:21 00:14 129.0k 97 60.14M 0 0 97 58.37M 0 135.0k 07:35 07:22 00:13 120.5k 97 60.14M 0 0 97 58.50M 0 135.0k 07:36 07:23 00:13 110.6k 97 60.14M 0 0 97 58.68M 0 135.0k 07:36 07:25 00:11 112.4k 97 60.14M 0 0 97 58.81M 0 134.9k 07:36 07:26 00:10 115.7k 98 60.14M 0 0 98 59.00M 0 135.0k 07:36 07:27 00:09 122.1k 98 60.14M 0 0 98 59.12M 0 134.9k 07:36 07:28 00:08 126.7k 98 60.14M 0 0 98 59.31M 0 135.0k 07:36 07:29 00:07 133.7k 98 60.14M 0 0 98 59.50M 0 135.0k 07:35 07:31 00:04 138.2k 99 60.14M 0 0 99 59.68M 0 135.1k 07:35 07:32 00:03 146.1k 99 60.14M 0 0 99 59.81M 0 135.1k 07:35 07:33 00:02 142.7k 99 60.14M 0 0 99 59.93M 0 134.9k 07:36 07:34 00:02 134.2k 99 60.14M 0 0 99 60.06M 0 134.9k 07:36 07:35 00:01 130.5k* upload completely sent off: 63069053 bytes 100 60.14M 0 0 100 60.14M 0 134.8k 07:36 07:36 116.7k 100 60.14M 0 0 100 60.14M 0 134.5k 07:37 07:37 87971{ [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: /sStITI02FnCKjvpc1w3SUI6k4wWs5DeDhL7KiwhzvPkZs2y9ray8zrOJ+eVxmeYfrmQAYGjOaU= < x-amz-request-id: XB4SKJ1R0NYY6R3J < Date: Fri, 15 May 2026 16:48:33 GMT < x-amz-server-side-encryption: AES256 < ETag: "9bc2b2c1ebebd932427668c3f0b17048" < x-amz-checksum-crc64nvme: URt6Kdd7Hws= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < Connection: close < 100 60.14M 0 0 100 60.14M 0 134.4k 07:37 07:37 87971 100 60.14M 0 0 100 60.14M 0 134.4k 07:37 07:37 87971 100 60.14M 0 0 100 60.14M 0 134.4k 07:37 07:37 87971 * shutting down connection #0 took: 462.97 seconds Blunders: now uploading files "/l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr" to blunders.io... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0* Host s3.eu-west-1.amazonaws.com:443 was resolved. * IPv6: (none) * IPv4: 52.218.62.171, 52.92.1.192, 3.5.74.37, 3.5.64.219, 3.5.74.57, 52.92.36.56, 3.5.67.219, 3.5.75.0 * Trying 52.218.62.171:443... * ALPN: curl offers h2,http/1.1 } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [1570 bytes data] * SSL Trust Anchors: * CAfile: /etc/ssl/certs/ca-certificates.crt { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [1210 bytes data] * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [25 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4422 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [36 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [36 bytes data] * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256 / X25519MLKEM768 / RSASSA-PSS * ALPN: server accepted http/1.1 * Server certificate: * subject: CN=*.s3-eu-west-1.amazonaws.com * start date: Sep 5 00:00:00 2025 GMT * expire date: Aug 7 23:59:59 2026 GMT * issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M04 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * subjectAltName: "s3.eu-west-1.amazonaws.com" matches cert's "s3.eu-west-1.amazonaws.com" * SSL certificate verified via OpenSSL. * Established connection to s3.eu-west-1.amazonaws.com (52.218.62.171 port 443) from 10.17.4.7 port 49174 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/1ed22277-a50f-461d-9392-7c883cc5ba4f.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjELD%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMSJHMEUCIQDW%2F62PReRujXFowFU4uo31UgIGY3R8VChAlB9VGDclNwIgRxSxdduNCY5QcKeEs7YW8xKgTb4k9QQma56ws%2BM37qMqugUIeRAAGgw4MzU0OTQ3NTMxMjYiDLhJE1zIFbm2fNw79iqXBSlEku8oCkgMjxaI%2F1gR06GBLI8OkXNiq26B4pPedRpp5Lo3sgtoDjdhkD0R1ESYAVehMb1pzEWi%2F5zkStyHxQ0Y3KJuhpwmEsB7e3KTe%2BOQ4309SpgzMF1HJ0oYcvStYMkXqLRZ673YuXR%2FrCFgwd84s4tGS%2BTAQ7t2qbMpLegdM4HMjrNQ%2FjT69P7C42oMpBI1%2BojcuU74lSOY6WPwSFpmedo0oACrzd70WfhatOUVndJmKkK7dyUIIInYRkStXqz5i36I7rfiFWIE8BCUK5syU7q2BCC9xX3uAaPxh%2FoSK5cmC2L8sboLPbsdWFc3VSmXrEyc2s5RacBsWtCwxhl6Xh4Eu5u6vfeFs4Uu%2BNe5dK9fOZR%2Bi1qwEsvybeIUEiIGMCiuZpMNX4djnHKSp9VetCiZ6CIVz0NBM6dKKghfLXq2IOIFbPle%2FTdtPJW%2B8gi%2FmeGDr%2Bz7my06LStHKkhTO5zHGfM5xPdeHLJ1y3KVtkpQJ1xHPw9%2BJ5gHHFBriOWdpWl%2FST78p6mrGlo5CZ1%2FW%2FLeunjb%2Bh9cTmZT7T%2BsXKwMS%2BnceYh1eaRIJRBR2Ux2sR0zozmR3eNNLFZUkA%2FXT8o%2BgF6zp%2Fb6LnhOgiRrJ41%2FiZQZZ9n0OwWutmEQqRcBSoBn82eCSndKU0VfqPv7740Vs60KLAqh7wEz9wm0hFHZ%2FHNyJpfj5kdmezvvgm4MkY14KSEIo5uPe%2FlxWD8RlKvlYKu5zwAeHBlxER3zYbg6sJOPuNN7J5xVazl%2BLkABIUn6XrRCjmQYOqw2WtkQKpbpuF3nXY3JqkeFFFjPDr%2BMu86B7DTDMCE%2B9VzIk2Xuf%2FZpPRgG7RC3O4XTyRQ2inNzyBM8apcqhfKKASFfD04Wv%2B0LFTDu%2F5zQBjqxAZ47TzUiKrI5rOC0R4RFnU1OLAJlmZG1DR8tVu73qn6DPXBdYLdK0oA7hifPgGP1%2FcETIM%2Fo%2B%2B4cVGek9Fh51PT4XHXoIXZTrmbq4zOgvOPdcurswKJY%2F4GYqZF%2BZm2j3C3l0GBpgY3C345o8sz0GFjwfGRpw16IxvFwlNEyX8MdX1X9yw5pNQXEwolUlKwtZs19nJ1Taw8ABzu%2FFX4N%2BJFCXsMGOtgD45jwIJ2jXEmg%2FQ%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260515T165610Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTPEHWG2QG%2F20260515%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=c2295a76b7a56ac9da0af8e244056a29d5addf29c8ae29ff017f21303bf88458 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 586375632 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 559.2M 0 0 0 192.0k 0 190.0k 50:13 00:01 50:12 190.0k 0 559.2M 0 0 0 448.0k 0 191.4k 49:50 00:02 49:48 191.5k 0 559.2M 0 0 0 512.0k 0 153.2k 1:02:17 00:03 1:02:14 153.2k 0 559.2M 0 0 0 640.0k 0 129.9k 1:13:25 00:04 1:13:21 129.9k 0 559.2M 0 0 0 768.0k 0 125.3k 1:16:06 00:06 1:16:00 125.4k 0 559.2M 0 0 0 896.0k 0 117.3k 1:21:19 00:07 1:21:12 106.2k 0 559.2M 0 0 0 1.00M 0 116.1k 1:22:11 00:08 1:22:03 91036 0 559.2M 0 0 0 1.12M 0 114.8k 1:23:05 00:10 1:22:55 97975 0 559.2M 0 0 0 1.31M 0 117.3k 1:21:20 00:11 1:21:09 107.8k 0 559.2M 0 0 0 1.43M 0 116.8k 1:21:42 00:12 1:21:30 108.7k 0 559.2M 0 0 0 1.56M 0 114.9k 1:23:01 00:13 1:22:48 111.9k 0 559.2M 0 0 0 1.68M 0 115.7k 1:22:27 00:14 1:22:13 115.2k 0 559.2M 0 0 0 1.81M 0 115.8k 1:22:22 00:16 1:22:06 117.5k 0 559.2M 0 0 0 1.93M 0 112.9k 1:24:29 00:17 1:24:12 104.7k 0 559.2M 0 0 0 2.00M 0 109.2k 1:27:20 00:18 1:27:02 96046 0 559.2M 0 0 0 2.12M 0 110.0k 1:26:43 00:19 1:26:24 98.41k 0 559.2M 0 0 0 2.43M 0 119.5k 1:19:51 00:20 1:19:31 128.9k 0 559.2M 0 0 0 2.68M 0 124.8k 1:16:25 00:22 1:16:03 148.9k 0 559.2M 0 0 0 2.87M 0 125.4k 1:16:03 00:23 1:15:40 162.7k 0 559.2M 0 0 0 3.00M 0 125.3k 1:16:08 00:24 1:15:44 177.6k 0 559.2M 0 0 0 3.06M 0 122.4k 1:17:58 00:25 1:17:33 164.1k 0 559.2M 0 0 0 3.18M 0 121.9k 1:18:15 00:26 1:17:49 130.6k 0 559.2M 0 0 0 3.31M 0 121.8k 1:18:21 00:27 1:17:54 110.1k 0 559.2M 0 0 0 3.43M 0 121.8k 1:18:18 00:28 1:17:50 106.3k 0 559.2M 0 0 0 3.62M 0 123.8k 1:17:02 00:29 1:16:33 117.3k 0 559.2M 0 0 0 3.87M 0 126.0k 1:15:41 00:31 1:15:10 142.1k 0 559.2M 0 0 0 4.00M 0 124.1k 1:16:50 00:32 1:16:18 133.8k 0 559.2M 0 0 0 4.12M 0 123.3k 1:17:21 00:34 1:16:47 130.2k 0 559.2M 0 0 0 4.25M 0 122.6k 1:17:47 00:35 1:17:12 126.1k 0 559.2M 0 0 0 4.43M 0 123.6k 1:17:11 00:36 1:16:35 122.6k 0 559.2M 0 0 0 4.56M 0 123.2k 1:17:26 00:37 1:16:49 109.2k 0 559.2M 0 0 0 4.75M 0 124.2k 1:16:47 00:39 1:16:08 124.7k 0 559.2M 0 0 0 5.00M 0 126.9k 1:15:12 00:40 1:14:32 146.6k 0 559.2M 0 0 0 5.25M 0 128.7k 1:14:08 00:41 1:13:27 162.8k 0 559.2M 0 0 0 5.37M 0 128.2k 1:14:25 00:42 1:13:43 155.4k 0 559.2M 0 0 0 5.56M 0 129.4k 1:13:44 00:44 1:13:00 168.0k 1 559.2M 0 0 1 5.68M 0 129.1k 1:13:52 00:45 1:13:07 161.5k 1 559.2M 0 0 1 5.81M 0 128.6k 1:14:12 00:46 1:13:26 140.2k 1 559.2M 0 0 1 6.00M 0 129.5k 1:13:39 00:47 1:12:52 135.5k 1 559.2M 0 0 1 6.18M 0 130.3k 1:13:11 00:48 1:12:23 146.7k 1 559.2M 0 0 1 6.37M 0 130.5k 1:13:07 00:50 1:12:17 138.5k 1 559.2M 0 0 1 6.43M 0 128.3k 1:14:22 00:51 1:13:31 122.1k 1 559.2M 0 0 1 6.56M 0 128.2k 1:14:26 00:52 1:13:34 125.1k 1 559.2M 0 0 1 6.68M 0 128.0k 1:14:31 00:53 1:13:38 116.4k 1 559.2M 0 0 1 6.93M 0 129.8k 1:13:30 00:54 1:12:36 125.3k 1 559.2M 0 0 1 7.06M 0 129.2k 1:13:50 00:55 1:12:55 118.5k 1 559.2M 0 0 1 7.18M 0 129.0k 1:13:55 00:57 1:12:58 136.0k 1 559.2M 0 0 1 7.31M 0 128.9k 1:14:01 00:58 1:13:03 135.5k 1 559.2M 0 0 1 7.50M 0 129.5k 1:13:40 00:59 1:12:41 143.1k 1 559.2M 0 0 1 7.62M 0 129.2k 1:13:51 01:00 1:12:51 123.2k 1 559.2M 0 0 1 7.75M 0 128.3k 1:14:22 01:01 1:13:21 119.3k 1 559.2M 0 0 1 7.87M 0 128.1k 1:14:26 01:02 1:13:24 119.5k 1 559.2M 0 0 1 8.06M 0 128.6k 1:14:11 01:04 1:13:07 125.8k 1 559.2M 0 0 1 8.31M 0 130.1k 1:13:18 01:05 1:12:13 136.4k 1 559.2M 0 0 1 8.50M 0 130.9k 1:12:54 01:06 1:11:48 147.9k 1 559.2M 0 0 1 8.68M 0 131.0k 1:12:48 01:07 1:11:41 159.6k 1 559.2M 0 0 1 8.87M 0 131.2k 1:12:42 01:09 1:11:33 161.9k 1 559.2M 0 0 1 9.06M 0 131.7k 1:12:25 01:10 1:11:15 164.2k 1 559.2M 0 0 1 9.18M 0 131.6k 1:12:30 01:11 1:11:19 147.1k 1 559.2M 0 0 1 9.31M 0 130.8k 1:12:57 01:12 1:11:45 129.9k 1 559.2M 0 0 1 9.43M 0 130.0k 1:13:22 01:14 1:12:08 119.1k 1 559.2M 0 0 1 9.62M 0 130.2k 1:13:16 01:15 1:12:01 119.2k 1 559.2M 0 0 1 9.75M 0 129.8k 1:13:28 01:16 1:12:12 109.2k 1 559.2M 0 0 1 9.87M 0 129.2k 1:13:50 01:18 1:12:32 103.9k 1 559.2M 0 0 1 10.06M 0 130.0k 1:13:24 01:19 1:12:05 120.7k 1 559.2M 0 0 1 10.31M 0 131.2k 1:12:44 01:20 1:11:24 145.0k 1 559.2M 0 0 1 10.56M 0 132.4k 1:12:03 01:21 1:10:42 159.9k 1 559.2M 0 0 1 10.68M 0 131.9k 1:12:18 01:22 1:10:56 158.7k 1 559.2M 0 0 1 10.81M 0 130.8k 1:12:57 01:24 1:11:33 150.0k 1 559.2M 0 0 1 10.93M 0 130.0k 1:13:23 01:26 1:11:57 130.2k 1 559.2M 0 0 1 11.12M 0 130.5k 1:13:06 01:27 1:11:39 122.5k 2 559.2M 0 0 2 11.37M 0 131.6k 1:12:28 01:28 1:11:00 122.6k 2 559.2M 0 0 2 11.56M 0 132.3k 1:12:08 01:29 1:10:39 136.2k 2 559.2M 0 0 2 11.75M 0 132.6k 1:11:57 01:30 1:10:27 157.9k 2 559.2M 0 0 2 11.93M 0 132.6k 1:11:56 01:32 1:10:24 170.3k 2 559.2M 0 0 2 12.12M 0 132.8k 1:11:51 01:33 1:10:18 164.9k 2 559.2M 0 0 2 12.31M 0 132.3k 1:12:06 01:35 1:10:31 141.1k 2 559.2M 0 0 2 12.50M 0 132.5k 1:12:00 01:36 1:10:24 135.3k 2 559.2M 0 0 2 12.75M 0 133.3k 1:11:34 01:37 1:09:57 142.4k 2 559.2M 0 0 2 13.00M 0 134.3k 1:11:01 01:39 1:09:22 157.2k 2 559.2M 0 0 2 13.25M 0 135.5k 1:10:25 01:40 1:08:45 173.2k 2 559.2M 0 0 2 13.56M 0 137.2k 1:09:31 01:41 1:07:50 215.9k 2 559.2M 0 0 2 13.75M 0 137.6k 1:09:18 01:42 1:07:36 225.6k 2 559.2M 0 0 2 13.93M 0 137.8k 1:09:13 01:43 1:07:30 216.7k 2 559.2M 0 0 2 14.12M 0 137.8k 1:09:15 01:44 1:07:31 195.5k 2 559.2M 0 0 2 14.25M 0 137.3k 1:09:27 01:46 1:07:41 168.4k 2 559.2M 0 0 2 14.37M 0 136.5k 1:09:54 01:47 1:08:07 125.4k 2 559.2M 0 0 2 14.50M 0 136.1k 1:10:05 01:49 1:08:16 112.9k 2 559.2M 0 0 2 14.68M 0 136.2k 1:10:03 01:50 1:08:13 111.8k 2 559.2M 0 0 2 14.81M 0 136.1k 1:10:06 01:51 1:08:15 108.7k 2 559.2M 0 0 2 15.00M 0 136.1k 1:10:05 01:52 1:08:13 116.2k 2 559.2M 0 0 2 15.18M 0 136.4k 1:09:57 01:53 1:08:04 134.5k 2 559.2M 0 0 2 15.31M 0 135.9k 1:10:13 01:55 1:08:18 131.6k 2 559.2M 0 0 2 15.50M 0 136.0k 1:10:07 01:56 1:08:11 133.2k 2 559.2M 0 0 2 15.62M 0 135.7k 1:10:18 01:57 1:08:21 129.3k 2 559.2M 0 0 2 15.81M 0 135.8k 1:10:15 01:59 1:08:16 130.3k 2 559.2M 0 0 2 16.06M 0 136.5k 1:09:52 02:00 1:07:52 139.5k 2 559.2M 0 0 2 16.25M 0 136.6k 1:09:51 02:01 1:07:50 149.1k 2 559.2M 0 0 2 16.43M 0 136.6k 1:09:51 02:03 1:07:48 146.1k 2 559.2M 0 0 2 16.62M 0 137.0k 1:09:39 02:04 1:07:35 160.0k 2 559.2M 0 0 2 16.68M 0 136.3k 1:09:59 02:05 1:07:54 146.4k 3 559.2M 0 0 3 16.87M 0 136.5k 1:09:54 02:06 1:07:48 135.0k 3 559.2M 0 0 3 17.06M 0 136.4k 1:09:55 02:08 1:07:47 134.3k 3 559.2M 0 0 3 17.31M 0 137.1k 1:09:36 02:09 1:07:27 147.0k 3 559.2M 0 0 3 17.62M 0 138.2k 1:09:03 02:10 1:06:53 161.9k 3 559.2M 0 0 3 17.81M 0 138.2k 1:09:01 02:11 1:06:50 174.2k 3 559.2M 0 0 3 17.93M 0 137.8k 1:09:15 02:13 1:07:02 162.0k 3 559.2M 0 0 3 18.06M 0 137.0k 1:09:37 02:14 1:07:23 147.5k 3 559.2M 0 0 3 18.18M 0 136.8k 1:09:43 02:16 1:07:27 132.4k 3 559.2M 0 0 3 18.37M 0 137.0k 1:09:36 02:17 1:07:19 115.1k 3 559.2M 0 0 3 18.56M 0 137.0k 1:09:37 02:18 1:07:19 113.8k 3 559.2M 0 0 3 18.68M 0 136.8k 1:09:43 02:19 1:07:24 118.1k 3 559.2M 0 0 3 18.81M 0 136.7k 1:09:46 02:20 1:07:26 130.2k 3 559.2M 0 0 3 18.93M 0 136.5k 1:09:52 02:21 1:07:31 129.4k 3 559.2M 0 0 3 19.12M 0 136.8k 1:09:43 02:23 1:07:20 131.5k 3 559.2M 0 0 3 19.31M 0 137.1k 1:09:35 02:24 1:07:11 139.0k 3 559.2M 0 0 3 19.50M 0 137.2k 1:09:30 02:25 1:07:05 147.5k 3 559.2M 0 0 3 19.62M 0 137.0k 1:09:39 02:26 1:07:13 142.9k 3 559.2M 0 0 3 19.81M 0 136.9k 1:09:39 02:28 1:07:11 146.9k 3 559.2M 0 0 3 19.93M 0 136.7k 1:09:47 02:29 1:07:18 134.0k 3 559.2M 0 0 3 20.06M 0 136.4k 1:09:57 02:30 1:07:27 120.2k 3 559.2M 0 0 3 20.31M 0 136.8k 1:09:44 02:32 1:07:12 126.6k 3 559.2M 0 0 3 20.50M 0 136.9k 1:09:42 02:33 1:07:09 134.7k 3 559.2M 0 0 3 20.62M 0 136.6k 1:09:51 02:34 1:07:17 127.9k 3 559.2M 0 0 3 20.75M 0 136.4k 1:09:56 02:35 1:07:21 129.7k 3 559.2M 0 0 3 20.93M 0 136.5k 1:09:52 02:36 1:07:16 140.3k 3 559.2M 0 0 3 21.06M 0 136.5k 1:09:55 02:38 1:07:17 127.9k 3 559.2M 0 0 3 21.25M 0 136.7k 1:09:48 02:39 1:07:09 131.3k 3 559.2M 0 0 3 21.43M 0 136.7k 1:09:45 02:40 1:07:05 141.6k 3 559.2M 0 0 3 21.62M 0 137.1k 1:09:36 02:41 1:06:55 154.6k 3 559.2M 0 0 3 21.75M 0 137.0k 1:09:39 02:42 1:06:57 149.2k 3 559.2M 0 0 3 21.93M 0 137.2k 1:09:31 02:43 1:06:48 158.5k 3 559.2M 0 0 3 22.12M 0 137.5k 1:09:24 02:44 1:06:40 159.9k 3 559.2M 0 0 3 22.25M 0 137.2k 1:09:31 02:45 1:06:46 150.6k 4 559.2M 0 0 4 22.37M 0 137.1k 1:09:36 02:47 1:06:49 137.0k 4 559.2M 0 0 4 22.56M 0 137.4k 1:09:26 02:48 1:06:38 149.4k 4 559.2M 0 0 4 22.75M 0 137.5k 1:09:22 02:49 1:06:33 146.5k 4 559.2M 0 0 4 22.87M 0 137.1k 1:09:34 02:50 1:06:44 128.0k 4 559.2M 0 0 4 23.06M 0 137.2k 1:09:32 02:52 1:06:40 136.7k 4 559.2M 0 0 4 23.31M 0 137.7k 1:09:17 02:53 1:06:24 154.2k 4 559.2M 0 0 4 23.43M 0 137.5k 1:09:21 02:54 1:06:27 141.9k 4 559.2M 0 0 4 23.68M 0 138.0k 1:09:07 02:55 1:06:12 150.8k 4 559.2M 0 0 4 23.81M 0 137.9k 1:09:11 02:56 1:06:15 159.1k 4 559.2M 0 0 4 23.93M 0 137.8k 1:09:14 02:57 1:06:17 155.3k 4 559.2M 0 0 4 24.12M 0 137.6k 1:09:18 02:59 1:06:19 136.6k 4 559.2M 0 0 4 24.25M 0 137.3k 1:09:27 03:00 1:06:27 131.8k 4 559.2M 0 0 4 24.37M 0 137.1k 1:09:35 03:02 1:06:33 111.5k 4 559.2M 0 0 4 24.50M 0 137.0k 1:09:38 03:03 1:06:35 112.2k 4 559.2M 0 0 4 24.75M 0 137.5k 1:09:21 03:04 1:06:17 130.8k 4 559.2M 0 0 4 25.06M 0 138.4k 1:08:57 03:05 1:05:52 159.4k 4 559.2M 0 0 4 25.31M 0 138.9k 1:08:39 03:06 1:05:33 189.1k 4 559.2M 0 0 4 25.50M 0 139.1k 1:08:34 03:07 1:05:27 204.7k 4 559.2M 0 0 4 25.62M 0 139.0k 1:08:38 03:08 1:05:30 204.0k 4 559.2M 0 0 4 25.75M 0 138.8k 1:08:43 03:09 1:05:34 181.1k 4 559.2M 0 0 4 25.93M 0 138.7k 1:08:45 03:11 1:05:34 151.0k 4 559.2M 0 0 4 26.06M 0 138.4k 1:08:56 03:12 1:05:44 121.9k 4 559.2M 0 0 4 26.18M 0 138.2k 1:09:03 03:14 1:05:49 110.3k 4 559.2M 0 0 4 26.31M 0 138.0k 1:09:07 03:15 1:05:52 108.8k 4 559.2M 0 0 4 26.43M 0 137.7k 1:09:16 03:16 1:06:00 105.7k 4 559.2M 0 0 4 26.56M 0 137.6k 1:09:21 03:17 1:06:04 101.7k 4 559.2M 0 0 4 26.62M 0 137.2k 1:09:32 03:18 1:06:14 98.05k 4 559.2M 0 0 4 26.68M 0 136.8k 1:09:43 03:19 1:06:24 92991 4 559.2M 0 0 4 26.81M 0 136.6k 1:09:50 03:20 1:06:30 90801 4 559.2M 0 0 4 27.00M 0 136.8k 1:09:45 03:22 1:06:23 102.9k 4 559.2M 0 0 4 27.18M 0 136.7k 1:09:46 03:23 1:06:23 109.1k 4 559.2M 0 0 4 27.31M 0 136.6k 1:09:49 03:24 1:06:25 118.3k 4 559.2M 0 0 4 27.43M 0 136.6k 1:09:51 03:25 1:06:26 127.8k 4 559.2M 0 0 4 27.56M 0 136.4k 1:09:55 03:26 1:06:29 130.8k 4 559.2M 0 0 4 27.75M 0 136.5k 1:09:54 03:28 1:06:26 127.1k 5 559.2M 0 0 5 28.00M 0 136.8k 1:09:43 03:29 1:06:14 139.6k 5 559.2M 0 0 5 28.18M 0 136.9k 1:09:41 03:30 1:06:11 144.6k 5 559.2M 0 0 5 28.37M 0 137.0k 1:09:37 03:31 1:06:06 151.8k 5 559.2M 0 0 5 28.56M 0 137.1k 1:09:36 03:33 1:06:03 157.7k 5 559.2M 0 0 5 28.75M 0 137.1k 1:09:34 03:34 1:06:00 158.3k 5 559.2M 0 0 5 28.93M 0 137.0k 1:09:37 03:36 1:06:01 143.2k 5 559.2M 0 0 5 29.06M 0 136.9k 1:09:41 03:37 1:06:04 137.0k 5 559.2M 0 0 5 29.18M 0 136.8k 1:09:45 03:38 1:06:07 128.8k 5 559.2M 0 0 5 29.31M 0 136.7k 1:09:47 03:39 1:06:08 123.8k 5 559.2M 0 0 5 29.43M 0 136.4k 1:09:55 03:40 1:06:15 112.7k 5 559.2M 0 0 5 29.62M 0 136.5k 1:09:54 03:42 1:06:12 116.9k 5 559.2M 0 0 5 29.81M 0 136.7k 1:09:48 03:43 1:06:05 129.0k 5 559.2M 0 0 5 30.00M 0 136.8k 1:09:43 03:44 1:05:59 139.5k 5 559.2M 0 0 5 30.12M 0 136.6k 1:09:51 03:45 1:06:06 132.7k 5 559.2M 0 0 5 30.18M 0 136.2k 1:10:03 03:46 1:06:17 126.3k 5 559.2M 0 0 5 30.43M 0 136.5k 1:09:53 03:48 1:06:05 137.4k 5 559.2M 0 0 5 30.62M 0 136.6k 1:09:49 03:49 1:06:00 134.8k 5 559.2M 0 0 5 30.87M 0 137.1k 1:09:36 03:50 1:05:46 145.0k 5 559.2M 0 0 5 31.06M 0 137.0k 1:09:39 03:52 1:05:47 150.0k 5 559.2M 0 0 5 31.18M 0 136.9k 1:09:41 03:53 1:05:48 163.4k 5 559.2M 0 0 5 31.43M 0 137.3k 1:09:27 03:54 1:05:33 169.2k 5 559.2M 0 0 5 31.75M 0 138.1k 1:09:04 03:55 1:05:09 196.5k 5 559.2M 0 0 5 32.00M 0 138.6k 1:08:50 03:56 1:04:54 200.3k 5 559.2M 0 0 5 32.25M 0 138.9k 1:08:40 03:57 1:04:43 222.8k 5 559.2M 0 0 5 32.37M 0 138.9k 1:08:42 03:58 1:04:44 222.6k 5 559.2M 0 0 5 32.50M 0 138.7k 1:08:45 03:59 1:04:46 198.7k 5 559.2M 0 0 5 32.68M 0 138.9k 1:08:41 04:00 1:04:41 171.0k 5 559.2M 0 0 5 32.87M 0 138.9k 1:08:39 04:02 1:04:37 152.7k 5 559.2M 0 0 5 33.00M 0 138.9k 1:08:42 04:03 1:04:39 135.9k 5 559.2M 0 0 5 33.12M 0 138.7k 1:08:47 04:04 1:04:43 130.8k 5 559.2M 0 0 5 33.31M 0 138.6k 1:08:48 04:05 1:04:43 134.5k 5 559.2M 0 0 5 33.50M 0 138.7k 1:08:47 04:07 1:04:40 131.0k 6 559.2M 0 0 6 33.75M 0 139.0k 1:08:37 04:08 1:04:29 142.6k 6 559.2M 0 0 6 33.93M 0 139.0k 1:08:38 04:09 1:04:29 143.6k 6 559.2M 0 0 6 34.06M 0 138.9k 1:08:42 04:11 1:04:31 146.2k 6 559.2M 0 0 6 34.18M 0 138.8k 1:08:43 04:12 1:04:31 145.7k 6 559.2M 0 0 6 34.31M 0 138.5k 1:08:52 04:13 1:04:39 131.7k 6 559.2M 0 0 6 34.37M 0 138.2k 1:09:01 04:14 1:04:47 104.7k 6 559.2M 0 0 6 34.50M 0 137.8k 1:09:14 04:16 1:04:58 93061 6 559.2M 0 0 6 34.62M 0 137.7k 1:09:15 04:17 1:04:58 94507 6 559.2M 0 0 6 34.87M 0 138.1k 1:09:04 04:18 1:04:46 110.6k 6 559.2M 0 0 6 35.18M 0 138.8k 1:08:44 04:19 1:04:25 150.6k 6 559.2M 0 0 6 35.50M 0 139.4k 1:08:26 04:20 1:04:06 188.9k 6 559.2M 0 0 6 35.62M 0 139.3k 1:08:27 04:21 1:04:06 213.3k 6 559.2M 0 0 6 35.81M 0 139.3k 1:08:28 04:23 1:04:05 209.9k 6 559.2M 0 0 6 36.00M 0 139.4k 1:08:27 04:24 1:04:03 194.1k 6 559.2M 0 0 6 36.12M 0 139.2k 1:08:32 04:25 1:04:07 156.5k 6 559.2M 0 0 6 36.31M 0 139.2k 1:08:32 04:27 1:04:05 130.8k 6 559.2M 0 0 6 36.50M 0 139.2k 1:08:32 04:28 1:04:04 133.0k 6 559.2M 0 0 6 36.68M 0 139.3k 1:08:30 04:29 1:04:01 136.9k 6 559.2M 0 0 6 36.87M 0 139.2k 1:08:32 04:31 1:04:01 131.9k 6 559.2M 0 0 6 37.00M 0 139.1k 1:08:35 04:32 1:04:03 135.0k 6 559.2M 0 0 6 37.12M 0 138.9k 1:08:40 04:33 1:04:07 128.3k 6 559.2M 0 0 6 37.25M 0 138.7k 1:08:46 04:34 1:04:12 119.1k 6 559.2M 0 0 6 37.37M 0 138.5k 1:08:53 04:36 1:04:17 107.0k 6 559.2M 0 0 6 37.56M 0 138.6k 1:08:49 04:37 1:04:12 114.3k 6 559.2M 0 0 6 37.81M 0 138.9k 1:08:41 04:38 1:04:03 130.9k 6 559.2M 0 0 6 38.06M 0 139.2k 1:08:33 04:39 1:03:54 149.2k 6 559.2M 0 0 6 38.18M 0 139.1k 1:08:36 04:41 1:03:55 153.8k 6 559.2M 0 0 6 38.31M 0 138.9k 1:08:39 04:42 1:03:57 159.4k 6 559.2M 0 0 6 38.50M 0 138.9k 1:08:42 04:43 1:03:59 148.5k 6 559.2M 0 0 6 38.62M 0 138.8k 1:08:44 04:44 1:04:00 134.1k 6 559.2M 0 0 6 38.75M 0 138.7k 1:08:46 04:45 1:04:01 117.2k 6 559.2M 0 0 6 38.87M 0 138.4k 1:08:54 04:47 1:04:07 111.6k 6 559.2M 0 0 6 39.06M 0 138.5k 1:08:53 04:48 1:04:05 119.0k 7 559.2M 0 0 7 39.25M 0 138.4k 1:08:55 04:50 1:04:05 119.4k 7 559.2M 0 0 7 39.37M 0 138.3k 1:08:58 04:51 1:04:07 117.3k 7 559.2M 0 0 7 39.56M 0 138.5k 1:08:54 04:52 1:04:02 128.0k 7 559.2M 0 0 7 39.81M 0 138.8k 1:08:45 04:53 1:03:52 152.6k 7 559.2M 0 0 7 40.00M 0 138.8k 1:08:43 04:54 1:03:49 153.6k 7 559.2M 0 0 7 40.12M 0 138.5k 1:08:53 04:56 1:03:57 141.3k 7 559.2M 0 0 7 40.25M 0 138.3k 1:08:57 04:57 1:04:00 139.8k 7 559.2M 0 0 7 40.43M 0 138.3k 1:08:57 04:59 1:03:58 132.9k 7 559.2M 0 0 7 40.62M 0 138.4k 1:08:55 05:00 1:03:55 123.5k 7 559.2M 0 0 7 40.75M 0 138.4k 1:08:57 05:01 1:03:56 117.8k 7 559.2M 0 0 7 40.87M 0 138.2k 1:09:02 05:02 1:04:00 124.1k 7 559.2M 0 0 7 41.00M 0 138.1k 1:09:04 05:03 1:04:01 126.7k 7 559.2M 0 0 7 41.12M 0 138.0k 1:09:07 05:04 1:04:03 122.0k 7 559.2M 0 0 7 41.25M 0 138.0k 1:09:09 05:06 1:04:03 114.1k 7 559.2M 0 0 7 41.37M 0 137.9k 1:09:10 05:07 1:04:03 113.6k 7 559.2M 0 0 7 41.50M 0 137.8k 1:09:13 05:08 1:04:05 117.7k 7 559.2M 0 0 7 41.62M 0 137.7k 1:09:15 05:09 1:04:06 117.4k 7 559.2M 0 0 7 41.75M 0 137.7k 1:09:18 05:10 1:04:08 116.9k 7 559.2M 0 0 7 41.87M 0 137.6k 1:09:21 05:11 1:04:10 115.3k 7 559.2M 0 0 7 42.00M 0 137.4k 1:09:26 05:12 1:04:14 109.8k 7 559.2M 0 0 7 42.12M 0 137.2k 1:09:32 05:14 1:04:18 100.2k 7 559.2M 0 0 7 42.12M 0 137.2k 1:09:32 05:14 1:04:18 137.2k 7 559.2M 0 0 7 42.25M 0 137.2k 1:09:33 05:15 1:04:18 122.0k 7 559.2M 0 0 7 42.37M 0 137.0k 1:09:36 05:16 1:04:20 115.0k 7 559.2M 0 0 7 42.56M 0 136.9k 1:09:41 05:18 1:04:23 112.2k 7 559.2M 0 0 7 42.68M 0 136.5k 1:09:53 05:20 1:04:33 99.37k 7 559.2M 0 0 7 42.81M 0 136.3k 1:09:59 05:21 1:04:38 97.88k 7 559.2M 0 0 7 43.00M 0 136.5k 1:09:54 05:22 1:04:32 107.0k 7 559.2M 0 0 7 43.25M 0 136.7k 1:09:46 05:23 1:04:23 122.9k 7 559.2M 0 0 7 43.43M 0 136.9k 1:09:42 05:24 1:04:18 135.2k 7 559.2M 0 0 7 43.62M 0 137.0k 1:09:39 05:26 1:04:13 161.5k 7 559.2M 0 0 7 43.81M 0 137.0k 1:09:38 05:27 1:04:11 174.2k 7 559.2M 0 0 7 44.00M 0 137.1k 1:09:35 05:28 1:04:07 170.6k 7 559.2M 0 0 7 44.12M 0 137.1k 1:09:36 05:29 1:04:07 156.5k 7 559.2M 0 0 7 44.31M 0 137.0k 1:09:37 05:31 1:04:06 146.4k 7 559.2M 0 0 7 44.50M 0 137.1k 1:09:35 05:32 1:04:03 143.6k 7 559.2M 0 0 7 44.68M 0 137.1k 1:09:34 05:33 1:04:01 143.6k 8 559.2M 0 0 8 44.87M 0 137.1k 1:09:34 05:34 1:04:00 138.7k 8 559.2M 0 0 8 45.00M 0 137.1k 1:09:35 05:35 1:04:00 138.7k 8 559.2M 0 0 8 45.18M 0 137.1k 1:09:33 05:37 1:03:56 143.4k 8 559.2M 0 0 8 45.37M 0 137.2k 1:09:32 05:38 1:03:54 141.7k 8 559.2M 0 0 8 45.56M 0 137.3k 1:09:29 05:39 1:03:50 145.4k 8 559.2M 0 0 8 45.75M 0 137.4k 1:09:26 05:40 1:03:46 151.5k 8 559.2M 0 0 8 45.93M 0 137.4k 1:09:26 05:42 1:03:44 152.0k 8 559.2M 0 0 8 46.12M 0 137.3k 1:09:29 05:43 1:03:46 144.2k 8 559.2M 0 0 8 46.25M 0 137.2k 1:09:33 05:45 1:03:48 136.4k 8 559.2M 0 0 8 46.43M 0 137.2k 1:09:33 05:46 1:03:47 131.7k 8 559.2M 0 0 8 46.56M 0 137.1k 1:09:36 05:47 1:03:49 121.3k 8 559.2M 0 0 8 46.75M 0 137.2k 1:09:33 05:48 1:03:45 125.4k 8 559.2M 0 0 8 46.93M 0 137.2k 1:09:32 05:50 1:03:42 132.2k 8 559.2M 0 0 8 47.12M 0 137.2k 1:09:32 05:51 1:03:41 138.3k 8 559.2M 0 0 8 47.31M 0 137.2k 1:09:32 05:53 1:03:39 138.0k 8 559.2M 0 0 8 47.43M 0 137.1k 1:09:36 05:54 1:03:42 137.4k 8 559.2M 0 0 8 47.56M 0 137.0k 1:09:37 05:55 1:03:42 129.8k 8 559.2M 0 0 8 47.75M 0 137.0k 1:09:36 05:56 1:03:40 129.1k 8 559.2M 0 0 8 47.93M 0 137.0k 1:09:37 05:58 1:03:39 128.1k 8 559.2M 0 0 8 48.12M 0 137.0k 1:09:36 05:59 1:03:37 129.9k 8 559.2M 0 0 8 48.31M 0 137.1k 1:09:34 06:00 1:03:34 140.1k 8 559.2M 0 0 8 48.50M 0 137.2k 1:09:33 06:01 1:03:32 145.2k 8 559.2M 0 0 8 48.68M 0 137.2k 1:09:32 06:03 1:03:29 145.1k 8 559.2M 0 0 8 48.87M 0 137.2k 1:09:31 06:04 1:03:27 148.1k 8 559.2M 0 0 8 49.06M 0 137.2k 1:09:30 06:05 1:03:25 147.7k 8 559.2M 0 0 8 49.25M 0 137.3k 1:09:28 06:07 1:03:21 148.3k 8 559.2M 0 0 8 49.43M 0 137.4k 1:09:25 06:08 1:03:17 151.1k 8 559.2M 0 0 8 49.62M 0 137.5k 1:09:22 06:09 1:03:13 157.7k 8 559.2M 0 0 8 49.75M 0 137.5k 1:09:23 06:10 1:03:13 154.9k 8 559.2M 0 0 8 49.93M 0 137.5k 1:09:22 06:11 1:03:11 155.3k 8 559.2M 0 0 8 50.12M 0 137.5k 1:09:22 06:13 1:03:09 150.0k 8 559.2M 0 0 8 50.31M 0 137.5k 1:09:22 06:14 1:03:08 143.7k 9 559.2M 0 0 9 50.50M 0 137.6k 1:09:20 06:15 1:03:05 140.9k 9 559.2M 0 0 9 50.75M 0 137.9k 1:09:11 06:16 1:02:55 160.7k 9 559.2M 0 0 9 51.06M 0 138.3k 1:08:59 06:17 1:02:42 183.9k 9 559.2M 0 0 9 51.31M 0 138.4k 1:08:54 06:19 1:02:35 192.5k 9 559.2M 0 0 9 51.50M 0 138.4k 1:08:57 06:21 1:02:36 187.3k 9 559.2M 0 0 9 51.62M 0 138.1k 1:09:05 06:22 1:02:43 164.3k 9 559.2M 0 0 9 51.75M 0 137.8k 1:09:13 06:24 1:02:49 135.1k 9 559.2M 0 0 9 51.93M 0 137.8k 1:09:13 06:25 1:02:48 115.3k 9 559.2M 0 0 9 52.12M 0 137.8k 1:09:14 06:27 1:02:47 106.3k 9 559.2M 0 0 9 52.25M 0 137.7k 1:09:15 06:28 1:02:47 105.1k 9 559.2M 0 0 9 52.37M 0 137.7k 1:09:18 06:29 1:02:49 113.7k 9 559.2M 0 0 9 52.50M 0 137.6k 1:09:20 06:30 1:02:50 121.9k 9 559.2M 0 0 9 52.62M 0 137.5k 1:09:23 06:31 1:02:52 116.7k 9 559.2M 0 0 9 52.75M 0 137.4k 1:09:25 06:32 1:02:53 113.1k 9 559.2M 0 0 9 52.93M 0 137.4k 1:09:25 06:34 1:02:51 116.7k 9 559.2M 0 0 9 53.12M 0 137.5k 1:09:21 06:35 1:02:46 130.2k 9 559.2M 0 0 9 53.25M 0 137.5k 1:09:22 06:36 1:02:46 133.7k 9 559.2M 0 0 9 53.37M 0 137.5k 1:09:23 06:37 1:02:46 135.8k 9 559.2M 0 0 9 53.62M 0 137.7k 1:09:16 06:38 1:02:38 156.7k 9 559.2M 0 0 9 53.87M 0 138.0k 1:09:09 06:39 1:02:30 177.3k 9 559.2M 0 0 9 54.12M 0 138.2k 1:09:02 06:40 1:02:22 183.1k 9 559.2M 0 0 9 54.31M 0 138.3k 1:08:59 06:42 1:02:17 192.7k 9 559.2M 0 0 9 54.43M 0 138.1k 1:09:03 06:43 1:02:20 182.5k 9 559.2M 0 0 9 54.56M 0 137.9k 1:09:09 06:44 1:02:25 152.6k 9 559.2M 0 0 9 54.68M 0 137.8k 1:09:13 06:46 1:02:27 128.5k 9 559.2M 0 0 9 54.87M 0 137.9k 1:09:11 06:47 1:02:24 119.5k 9 559.2M 0 0 9 55.00M 0 137.8k 1:09:12 06:48 1:02:24 109.3k 9 559.2M 0 0 9 55.12M 0 137.7k 1:09:16 06:49 1:02:27 111.0k 9 559.2M 0 0 9 55.25M 0 137.7k 1:09:17 06:50 1:02:27 119.4k 9 559.2M 0 0 9 55.43M 0 137.7k 1:09:16 06:52 1:02:24 132.5k 9 559.2M 0 0 9 55.62M 0 137.9k 1:09:12 06:53 1:02:19 135.9k 9 559.2M 0 0 9 55.81M 0 137.9k 1:09:11 06:54 1:02:17 140.5k 10 559.2M 0 0 10 56.00M 0 137.9k 1:09:12 06:55 1:02:17 146.6k 10 559.2M 0 0 10 56.18M 0 137.9k 1:09:09 06:56 1:02:13 155.2k 10 559.2M 0 0 10 56.37M 0 137.9k 1:09:09 06:58 1:02:11 151.4k 10 559.2M 0 0 10 56.50M 0 137.8k 1:09:14 06:59 1:02:15 134.1k 10 559.2M 0 0 10 56.68M 0 137.8k 1:09:14 07:01 1:02:13 132.5k 10 559.2M 0 0 10 56.87M 0 137.8k 1:09:15 07:02 1:02:13 132.5k 10 559.2M 0 0 10 57.06M 0 137.7k 1:09:16 07:04 1:02:12 125.8k 10 559.2M 0 0 10 57.25M 0 137.7k 1:09:17 07:05 1:02:12 124.0k 10 559.2M 0 0 10 57.37M 0 137.6k 1:09:19 07:06 1:02:13 127.3k 10 559.2M 0 0 10 57.56M 0 137.7k 1:09:18 07:08 1:02:10 129.9k 10 559.2M 0 0 10 57.75M 0 137.7k 1:09:15 07:09 1:02:06 136.3k 10 559.2M 0 0 10 57.93M 0 137.8k 1:09:13 07:10 1:02:03 143.8k 10 559.2M 0 0 10 58.12M 0 137.9k 1:09:12 07:11 1:02:01 149.8k 10 559.2M 0 0 10 58.31M 0 137.9k 1:09:10 07:12 1:01:58 158.5k 10 559.2M 0 0 10 58.43M 0 137.8k 1:09:14 07:14 1:02:00 146.2k 10 559.2M 0 0 10 58.56M 0 137.8k 1:09:15 07:15 1:02:00 138.6k 10 559.2M 0 0 10 58.81M 0 138.0k 1:09:08 07:16 1:01:52 148.7k 10 559.2M 0 0 10 59.00M 0 138.1k 1:09:05 07:17 1:01:48 153.3k 10 559.2M 0 0 10 59.18M 0 138.1k 1:09:05 07:18 1:01:47 150.6k 10 559.2M 0 0 10 59.37M 0 138.2k 1:09:03 07:19 1:01:44 166.9k 10 559.2M 0 0 10 59.50M 0 138.1k 1:09:04 07:21 1:01:43 164.2k 10 559.2M 0 0 10 59.62M 0 138.0k 1:09:07 07:22 1:01:45 142.2k 10 559.2M 0 0 10 59.81M 0 138.1k 1:09:05 07:23 1:01:42 138.7k 10 559.2M 0 0 10 60.06M 0 138.2k 1:09:01 07:24 1:01:37 146.9k 10 559.2M 0 0 10 60.18M 0 138.2k 1:09:03 07:25 1:01:38 137.5k 10 559.2M 0 0 10 60.37M 0 138.2k 1:09:01 07:27 1:01:34 147.2k 10 559.2M 0 0 10 60.56M 0 138.3k 1:08:58 07:28 1:01:30 160.6k 10 559.2M 0 0 10 60.75M 0 138.3k 1:08:58 07:29 1:01:29 154.2k 10 559.2M 0 0 10 60.93M 0 138.4k 1:08:56 07:30 1:01:26 150.7k 10 559.2M 0 0 10 61.12M 0 138.4k 1:08:56 07:32 1:01:24 155.7k 10 559.2M 0 0 10 61.31M 0 138.4k 1:08:55 07:33 1:01:22 151.0k 10 559.2M 0 0 10 61.43M 0 138.4k 1:08:57 07:34 1:01:23 141.1k 11 559.2M 0 0 11 61.62M 0 138.4k 1:08:55 07:35 1:01:20 146.7k 11 559.2M 0 0 11 61.81M 0 138.5k 1:08:52 07:36 1:01:16 148.7k 11 559.2M 0 0 11 61.93M 0 138.5k 1:08:53 07:37 1:01:16 144.5k 11 559.2M 0 0 11 62.12M 0 138.5k 1:08:51 07:39 1:01:12 148.8k 11 559.2M 0 0 11 62.31M 0 138.6k 1:08:50 07:40 1:01:10 156.8k 11 559.2M 0 0 11 62.50M 0 138.7k 1:08:48 07:41 1:01:07 158.6k 11 559.2M 0 0 11 62.68M 0 138.7k 1:08:45 07:42 1:01:03 157.7k 11 559.2M 0 0 11 62.87M 0 138.8k 1:08:43 07:43 1:01:00 167.3k 11 559.2M 0 0 11 63.00M 0 138.8k 1:08:44 07:44 1:01:00 160.9k 11 559.2M 0 0 11 63.12M 0 138.8k 1:08:44 07:45 1:00:59 154.0k 11 559.2M 0 0 11 63.31M 0 138.9k 1:08:42 07:46 1:00:56 155.0k 11 559.2M 0 0 11 63.50M 0 138.9k 1:08:39 07:47 1:00:52 156.4k 11 559.2M 0 0 11 63.68M 0 139.0k 1:08:37 07:48 1:00:49 155.1k 11 559.2M 0 0 11 63.87M 0 139.1k 1:08:35 07:50 1:00:45 165.0k 11 559.2M 0 0 11 64.06M 0 139.1k 1:08:34 07:51 1:00:43 167.7k 11 559.2M 0 0 11 64.18M 0 139.0k 1:08:38 07:52 1:00:46 150.8k 11 559.2M 0 0 11 64.31M 0 138.9k 1:08:41 07:54 1:00:47 133.7k 11 559.2M 0 0 11 64.50M 0 138.9k 1:08:41 07:55 1:00:46 130.4k 11 559.2M 0 0 11 64.75M 0 139.1k 1:08:36 07:56 1:00:40 136.6k 11 559.2M 0 0 11 64.93M 0 139.1k 1:08:36 07:58 1:00:38 134.6k 11 559.2M 0 0 11 65.12M 0 139.1k 1:08:36 07:59 1:00:37 143.4k 11 559.2M 0 0 11 65.25M 0 139.0k 1:08:38 08:00 1:00:38 147.9k 11 559.2M 0 0 11 65.37M 0 138.9k 1:08:40 08:01 1:00:39 141.6k 11 559.2M 0 0 11 65.50M 0 138.8k 1:08:43 08:02 1:00:41 120.5k 11 559.2M 0 0 11 65.62M 0 138.8k 1:08:45 08:04 1:00:41 115.4k 11 559.2M 0 0 11 65.81M 0 138.7k 1:08:46 08:05 1:00:41 112.6k 11 559.2M 0 0 11 65.93M 0 138.7k 1:08:47 08:06 1:00:41 114.3k 11 559.2M 0 0 11 66.12M 0 138.8k 1:08:45 08:07 1:00:38 124.8k 11 559.2M 0 0 11 66.31M 0 138.7k 1:08:45 08:09 1:00:36 132.3k 11 559.2M 0 0 11 66.50M 0 138.8k 1:08:44 08:10 1:00:34 140.6k 11 559.2M 0 0 11 66.68M 0 138.9k 1:08:41 08:11 1:00:30 151.5k 11 559.2M 0 0 11 66.87M 0 138.9k 1:08:42 08:12 1:00:30 152.4k 11 559.2M 0 0 11 67.00M 0 138.8k 1:08:44 08:14 1:00:30 140.7k 12 559.2M 0 0 12 67.18M 0 138.8k 1:08:43 08:15 1:00:28 145.0k 12 559.2M 0 0 12 67.43M 0 139.0k 1:08:39 08:16 1:00:23 152.9k 12 559.2M 0 0 12 67.62M 0 139.0k 1:08:36 08:17 1:00:19 151.8k 12 559.2M 0 0 12 67.81M 0 139.1k 1:08:35 08:19 1:00:16 157.6k 12 559.2M 0 0 12 68.00M 0 139.1k 1:08:36 08:20 1:00:16 161.3k 12 559.2M 0 0 12 68.18M 0 139.1k 1:08:34 08:21 1:00:13 162.7k 12 559.2M 0 0 12 68.37M 0 139.1k 1:08:34 08:23 1:00:11 150.6k 12 559.2M 0 0 12 68.50M 0 139.1k 1:08:35 08:24 1:00:11 141.8k 12 559.2M 0 0 12 68.68M 0 139.0k 1:08:37 08:25 1:00:12 133.3k 12 559.2M 0 0 12 68.87M 0 139.0k 1:08:38 08:27 1:00:11 132.8k 12 559.2M 0 0 12 69.00M 0 138.9k 1:08:40 08:28 1:00:12 123.7k 12 559.2M 0 0 12 69.12M 0 138.8k 1:08:42 08:29 1:00:13 117.9k 12 559.2M 0 0 12 69.31M 0 138.7k 1:08:45 08:31 1:00:14 115.1k 12 559.2M 0 0 12 69.43M 0 138.7k 1:08:48 08:32 1:00:16 111.9k 12 559.2M 0 0 12 69.62M 0 138.7k 1:08:48 08:34 1:00:14 114.1k 12 559.2M 0 0 12 69.81M 0 138.7k 1:08:46 08:35 1:00:11 123.9k 12 559.2M 0 0 12 70.00M 0 138.8k 1:08:44 08:36 1:00:08 134.9k 12 559.2M 0 0 12 70.25M 0 139.0k 1:08:38 08:37 1:00:01 161.7k 12 559.2M 0 0 12 70.56M 0 139.3k 1:08:29 08:38 59:51 194.0k 12 559.2M 0 0 12 70.87M 0 139.6k 1:08:21 08:39 59:42 220.6k 12 559.2M 0 0 12 71.18M 0 139.9k 1:08:12 08:40 59:32 242.1k 12 559.2M 0 0 12 71.43M 0 140.0k 1:08:07 08:42 59:25 248.0k 12 559.2M 0 0 12 71.56M 0 140.0k 1:08:09 08:43 59:26 224.4k 12 559.2M 0 0 12 71.68M 0 139.9k 1:08:10 08:44 59:26 198.2k 12 559.2M 0 0 12 71.87M 0 140.0k 1:08:10 08:45 59:25 173.6k 12 559.2M 0 0 12 72.00M 0 139.9k 1:08:12 08:46 59:26 140.5k 12 559.2M 0 0 12 72.12M 0 139.8k 1:08:14 08:48 59:26 118.9k 12 559.2M 0 0 12 72.25M 0 139.7k 1:08:16 08:49 59:27 119.4k 12 559.2M 0 0 12 72.43M 0 139.8k 1:08:14 08:50 59:24 128.3k 12 559.2M 0 0 12 72.62M 0 139.9k 1:08:11 08:51 59:20 134.2k 13 559.2M 0 0 13 72.81M 0 140.0k 1:08:09 08:52 59:17 147.5k 13 559.2M 0 0 13 73.00M 0 140.0k 1:08:09 08:53 59:16 157.6k 13 559.2M 0 0 13 73.18M 0 140.0k 1:08:09 08:55 59:14 160.0k 13 559.2M 0 0 13 73.31M 0 139.9k 1:08:10 08:56 59:14 151.6k 13 559.2M 0 0 13 73.56M 0 140.1k 1:08:06 08:57 59:09 155.5k 13 559.2M 0 0 13 73.81M 0 140.2k 1:08:02 08:58 59:04 161.9k 13 559.2M 0 0 13 74.06M 0 140.4k 1:07:57 09:00 58:57 173.3k 13 559.2M 0 0 13 74.18M 0 140.3k 1:08:01 09:01 59:00 165.4k 13 559.2M 0 0 13 74.31M 0 140.1k 1:08:04 09:02 59:02 156.5k 13 559.2M 0 0 13 74.43M 0 140.0k 1:08:09 09:04 59:05 131.9k 13 559.2M 0 0 13 74.56M 0 139.9k 1:08:11 09:05 59:06 115.4k 13 559.2M 0 0 13 74.75M 0 140.0k 1:08:09 09:06 59:03 106.9k 13 559.2M 0 0 13 74.93M 0 140.0k 1:08:07 09:07 59:00 121.2k 13 559.2M 0 0 13 75.12M 0 140.0k 1:08:08 09:09 58:59 129.5k 13 559.2M 0 0 13 75.25M 0 139.9k 1:08:10 09:10 59:00 137.6k 13 559.2M 0 0 13 75.43M 0 140.0k 1:08:09 09:11 58:58 146.1k 13 559.2M 0 0 13 75.62M 0 140.1k 1:08:07 09:12 58:55 147.7k 13 559.2M 0 0 13 75.87M 0 140.2k 1:08:02 09:13 58:49 156.6k 13 559.2M 0 0 13 76.06M 0 140.3k 1:08:00 09:14 58:46 166.9k 13 559.2M 0 0 13 76.25M 0 140.3k 1:07:59 09:16 58:43 176.3k 13 559.2M 0 0 13 76.43M 0 140.3k 1:07:59 09:17 58:42 172.7k 13 559.2M 0 0 13 76.62M 0 140.4k 1:07:57 09:18 58:39 172.5k 13 559.2M 0 0 13 76.81M 0 140.4k 1:07:58 09:20 58:38 151.5k 13 559.2M 0 0 13 76.93M 0 140.2k 1:08:02 09:21 58:41 133.3k 13 559.2M 0 0 13 77.06M 0 140.1k 1:08:05 09:23 58:42 121.9k 13 559.2M 0 0 13 77.25M 0 140.1k 1:08:05 09:24 58:41 121.7k 13 559.2M 0 0 13 77.37M 0 140.1k 1:08:06 09:25 58:41 112.8k 13 559.2M 0 0 13 77.56M 0 140.1k 1:08:07 09:26 58:41 114.8k 13 559.2M 0 0 13 77.75M 0 140.1k 1:08:06 09:28 58:38 129.4k 13 559.2M 0 0 13 77.93M 0 140.2k 1:08:04 09:29 58:35 145.5k 13 559.2M 0 0 13 78.12M 0 140.1k 1:08:05 09:30 58:35 141.3k 14 559.2M 0 0 14 78.31M 0 140.1k 1:08:05 09:32 58:33 143.8k 14 559.2M 0 0 14 78.50M 0 140.1k 1:08:04 09:33 58:31 146.7k 14 559.2M 0 0 14 78.68M 0 140.1k 1:08:05 09:34 58:31 142.9k 14 559.2M 0 0 14 78.81M 0 140.0k 1:08:08 09:36 58:32 128.7k 14 559.2M 0 0 14 79.00M 0 140.1k 1:08:06 09:37 58:29 135.8k 14 559.2M 0 0 14 79.31M 0 140.3k 1:07:59 09:38 58:21 159.8k 14 559.2M 0 0 14 79.50M 0 140.3k 1:07:58 09:39 58:19 159.0k 14 559.2M 0 0 14 79.75M 0 140.5k 1:07:54 09:41 58:13 173.0k 14 559.2M 0 0 14 80.00M 0 140.6k 1:07:50 09:42 58:08 197.9k 14 559.2M 0 0 14 80.18M 0 140.7k 1:07:49 09:43 58:06 194.6k 14 559.2M 0 0 14 80.37M 0 140.7k 1:07:47 09:44 58:03 179.3k 14 559.2M 0 0 14 80.62M 0 140.9k 1:07:43 09:45 57:58 193.0k 14 559.2M 0 0 14 80.87M 0 141.0k 1:07:39 09:47 57:52 194.8k 14 559.2M 0 0 14 81.00M 0 141.0k 1:07:40 09:48 57:52 175.4k 14 559.2M 0 0 14 81.12M 0 140.8k 1:07:44 09:49 57:55 158.2k 14 559.2M 0 0 14 81.25M 0 140.7k 1:07:47 09:50 57:57 141.2k 14 559.2M 0 0 14 81.43M 0 140.7k 1:07:47 09:52 57:55 126.7k 14 559.2M 0 0 14 81.62M 0 140.7k 1:07:46 09:53 57:53 116.5k 14 559.2M 0 0 14 81.81M 0 140.8k 1:07:46 09:54 57:52 121.6k 14 559.2M 0 0 14 81.93M 0 140.6k 1:07:51 09:56 57:55 119.0k 14 559.2M 0 0 14 82.06M 0 140.4k 1:07:56 09:58 57:58 114.2k 14 559.2M 0 0 14 82.18M 0 140.3k 1:07:59 09:59 58:00 106.6k 14 559.2M 0 0 14 82.31M 0 140.3k 1:08:01 10:00 58:01 98.87k 14 559.2M 0 0 14 82.50M 0 140.3k 1:08:00 10:02 57:58 99.94k 14 559.2M 0 0 14 82.62M 0 140.2k 1:08:02 10:03 57:59 106.8k 14 559.2M 0 0 14 82.75M 0 140.2k 1:08:04 10:04 58:00 114.9k 14 559.2M 0 0 14 82.87M 0 140.1k 1:08:05 10:05 58:00 120.4k 14 559.2M 0 0 14 83.06M 0 140.1k 1:08:04 10:06 57:58 129.6k 14 559.2M 0 0 14 83.25M 0 140.1k 1:08:04 10:08 57:56 126.3k 14 559.2M 0 0 14 83.37M 0 140.1k 1:08:06 10:09 57:57 125.6k 14 559.2M 0 0 14 83.56M 0 140.1k 1:08:06 10:10 57:56 134.3k 14 559.2M 0 0 14 83.81M 0 140.2k 1:08:02 10:11 57:51 148.3k 15 559.2M 0 0 15 84.06M 0 140.3k 1:07:58 10:13 57:45 158.6k 15 559.2M 0 0 15 84.25M 0 140.4k 1:07:57 10:14 57:43 165.4k 15 559.2M 0 0 15 84.43M 0 140.4k 1:07:57 10:15 57:42 169.9k 15 559.2M 0 0 15 84.62M 0 140.4k 1:07:58 10:17 57:41 165.5k 15 559.2M 0 0 15 84.81M 0 140.4k 1:07:58 10:18 57:40 153.7k 15 559.2M 0 0 15 84.93M 0 140.3k 1:07:59 10:19 57:40 138.6k 15 559.2M 0 0 15 85.06M 0 140.3k 1:08:00 10:20 57:40 130.0k 15 559.2M 0 0 15 85.18M 0 140.1k 1:08:04 10:22 57:42 118.5k 15 559.2M 0 0 15 85.31M 0 140.0k 1:08:09 10:23 57:46 104.2k 15 559.2M 0 0 15 85.43M 0 139.9k 1:08:11 10:25 57:46 98.15k 15 559.2M 0 0 15 85.62M 0 139.9k 1:08:11 10:26 57:45 102.8k 15 559.2M 0 0 15 85.75M 0 139.9k 1:08:13 10:27 57:46 101.6k 15 559.2M 0 0 15 85.93M 0 139.9k 1:08:11 10:28 57:43 117.5k 15 559.2M 0 0 15 86.12M 0 140.0k 1:08:09 10:29 57:40 141.1k 15 559.2M 0 0 15 86.25M 0 140.0k 1:08:10 10:30 57:40 144.7k 15 559.2M 0 0 15 86.37M 0 139.9k 1:08:12 10:32 57:40 135.2k 15 559.2M 0 0 15 86.56M 0 139.9k 1:08:11 10:33 57:38 146.2k 15 559.2M 0 0 15 86.75M 0 140.0k 1:08:09 10:34 57:35 144.5k 15 559.2M 0 0 15 86.75M 0 140.0k 1:08:09 10:34 57:35 140.0k 15 559.2M 0 0 15 86.87M 0 139.9k 1:08:11 10:35 57:36 102.6k 15 559.2M 0 0 15 87.06M 0 139.9k 1:08:10 10:36 57:34 128.5k 15 559.2M 0 0 15 87.31M 0 140.1k 1:08:06 10:38 57:28 155.8k 15 559.2M 0 0 15 87.56M 0 140.2k 1:08:02 10:39 57:23 172.0k 15 559.2M 0 0 15 87.87M 0 140.4k 1:07:55 10:40 57:15 188.5k 15 559.2M 0 0 15 88.06M 0 140.5k 1:07:54 10:41 57:13 203.1k 15 559.2M 0 0 15 88.25M 0 140.5k 1:07:54 10:42 57:12 199.8k 15 559.2M 0 0 15 88.37M 0 140.4k 1:07:55 10:44 57:11 180.5k 15 559.2M 0 0 15 88.56M 0 140.5k 1:07:54 10:45 57:09 171.1k 15 559.2M 0 0 15 88.81M 0 140.6k 1:07:50 10:46 57:04 161.9k 15 559.2M 0 0 15 89.00M 0 140.6k 1:07:50 10:47 57:03 154.0k 15 559.2M 0 0 15 89.18M 0 140.6k 1:07:51 10:49 57:02 150.7k 15 559.2M 0 0 15 89.31M 0 140.6k 1:07:52 10:50 57:02 152.8k 16 559.2M 0 0 16 89.50M 0 140.6k 1:07:51 10:51 57:00 149.9k 16 559.2M 0 0 16 89.75M 0 140.7k 1:07:47 10:52 56:55 151.4k 16 559.2M 0 0 16 90.00M 0 140.9k 1:07:42 10:53 56:49 172.7k 16 559.2M 0 0 16 90.18M 0 141.0k 1:07:41 10:54 56:47 181.9k 16 559.2M 0 0 16 90.31M 0 140.9k 1:07:43 10:56 56:47 176.9k 16 559.2M 0 0 16 90.50M 0 140.9k 1:07:42 10:57 56:45 174.8k 16 559.2M 0 0 16 90.68M 0 141.0k 1:07:41 10:58 56:43 164.2k 16 559.2M 0 0 16 90.87M 0 140.9k 1:07:41 11:00 56:41 143.7k 16 559.2M 0 0 16 91.00M 0 140.9k 1:07:42 11:01 56:41 136.9k 16 559.2M 0 0 16 91.25M 0 141.0k 1:07:38 11:02 56:36 157.5k 16 559.2M 0 0 16 91.43M 0 141.0k 1:07:38 11:03 56:35 156.5k 16 559.2M 0 0 16 91.68M 0 141.2k 1:07:35 11:04 56:31 163.8k 16 559.2M 0 0 16 91.87M 0 141.2k 1:07:33 11:05 56:28 172.7k 16 559.2M 0 0 16 92.06M 0 141.3k 1:07:31 11:07 56:24 181.0k 16 559.2M 0 0 16 92.25M 0 141.3k 1:07:29 11:08 56:21 176.8k 16 559.2M 0 0 16 92.50M 0 141.5k 1:07:26 11:09 56:17 190.8k 16 559.2M 0 0 16 92.68M 0 141.4k 1:07:27 11:10 56:17 172.2k 16 559.2M 0 0 16 92.81M 0 141.3k 1:07:30 11:12 56:18 151.7k 16 559.2M 0 0 16 92.93M 0 141.2k 1:07:32 11:13 56:19 138.4k 16 559.2M 0 0 16 93.12M 0 141.3k 1:07:32 11:14 56:18 133.3k 16 559.2M 0 0 16 93.25M 0 141.2k 1:07:32 11:15 56:17 118.3k 16 559.2M 0 0 16 93.37M 0 141.1k 1:07:35 11:17 56:18 109.6k 16 559.2M 0 0 16 93.50M 0 141.1k 1:07:37 11:18 56:19 114.1k 16 559.2M 0 0 16 93.68M 0 141.1k 1:07:37 11:19 56:18 124.3k 16 559.2M 0 0 16 93.81M 0 141.1k 1:07:37 11:20 56:17 118.0k 16 559.2M 0 0 16 94.00M 0 141.1k 1:07:36 11:21 56:15 127.2k 16 559.2M 0 0 16 94.18M 0 141.1k 1:07:35 11:23 56:12 141.0k 16 559.2M 0 0 16 94.37M 0 141.1k 1:07:35 11:24 56:11 148.8k 16 559.2M 0 0 16 94.56M 0 141.2k 1:07:34 11:25 56:09 153.3k 16 559.2M 0 0 16 94.75M 0 141.2k 1:07:33 11:26 56:07 160.2k 16 559.2M 0 0 16 94.93M 0 141.3k 1:07:31 11:27 56:04 161.6k 17 559.2M 0 0 17 95.12M 0 141.3k 1:07:32 11:29 56:03 156.0k 17 559.2M 0 0 17 95.31M 0 141.3k 1:07:31 11:30 56:01 159.8k 17 559.2M 0 0 17 95.50M 0 141.3k 1:07:30 11:31 55:59 154.4k 17 559.2M 0 0 17 95.68M 0 141.4k 1:07:29 11:32 55:57 155.1k 17 559.2M 0 0 17 95.93M 0 141.5k 1:07:25 11:33 55:52 164.7k 17 559.2M 0 0 17 96.25M 0 141.8k 1:07:17 11:34 55:43 201.5k 17 559.2M 0 0 17 96.43M 0 141.8k 1:07:16 11:36 55:40 201.2k 17 559.2M 0 0 17 96.62M 0 141.9k 1:07:15 11:37 55:38 208.6k 17 559.2M 0 0 17 96.81M 0 141.9k 1:07:13 11:38 55:35 212.7k 17 559.2M 0 0 17 97.00M 0 141.9k 1:07:13 11:39 55:34 194.2k 17 559.2M 0 0 17 97.25M 0 142.0k 1:07:09 11:40 55:29 175.0k 17 559.2M 0 0 17 97.43M 0 142.1k 1:07:09 11:42 55:27 172.2k 17 559.2M 0 0 17 97.62M 0 142.1k 1:07:09 11:43 55:26 166.1k 17 559.2M 0 0 17 97.75M 0 142.0k 1:07:09 11:44 55:25 157.1k 17 559.2M 0 0 17 97.87M 0 141.9k 1:07:14 11:46 55:28 138.1k 17 559.2M 0 0 17 98.00M 0 141.7k 1:07:18 11:47 55:31 110.9k 17 559.2M 0 0 17 98.12M 0 141.6k 1:07:22 11:49 55:33 98.14k 17 559.2M 0 0 17 98.25M 0 141.6k 1:07:22 11:50 55:32 95255 17 559.2M 0 0 17 98.50M 0 141.7k 1:07:20 11:51 55:29 106.1k 17 559.2M 0 0 17 98.68M 0 141.7k 1:07:20 11:52 55:28 119.9k 17 559.2M 0 0 17 98.81M 0 141.6k 1:07:21 11:54 55:27 131.6k 17 559.2M 0 0 17 99.00M 0 141.7k 1:07:20 11:55 55:25 148.9k 17 559.2M 0 0 17 99.25M 0 141.8k 1:07:17 11:56 55:21 164.0k 17 559.2M 0 0 17 99.50M 0 141.9k 1:07:15 11:57 55:18 163.3k 17 559.2M 0 0 17 99.62M 0 141.7k 1:07:19 11:59 55:20 143.4k 17 559.2M 0 0 17 99.75M 0 141.7k 1:07:20 12:00 55:20 143.4k 17 559.2M 0 0 17 99.87M 0 141.6k 1:07:22 12:01 55:21 135.3k 17 559.2M 0 0 17 100.0M 0 141.6k 1:07:21 12:03 55:18 125.3k 17 559.2M 0 0 17 100.2M 0 141.6k 1:07:21 12:04 55:17 116.7k 17 559.2M 0 0 17 100.4M 0 141.6k 1:07:21 12:05 55:16 133.8k 17 559.2M 0 0 17 100.6M 0 141.6k 1:07:21 12:07 55:14 137.6k 18 559.2M 0 0 18 100.8M 0 141.7k 1:07:20 12:08 55:12 149.7k 18 559.2M 0 0 18 101.0M 0 141.7k 1:07:18 12:09 55:09 153.0k 18 559.2M 0 0 18 101.2M 0 141.8k 1:07:15 12:10 55:05 165.8k 18 559.2M 0 0 18 101.4M 0 141.9k 1:07:13 12:11 55:02 176.3k 18 559.2M 0 0 18 101.6M 0 142.0k 1:07:12 12:12 55:00 184.4k 18 559.2M 0 0 18 101.8M 0 142.0k 1:07:11 12:14 54:57 181.0k 18 559.2M 0 0 18 101.9M 0 141.9k 1:07:15 12:15 55:00 158.2k 18 559.2M 0 0 18 102.0M 0 141.7k 1:07:18 12:17 55:01 128.8k 18 559.2M 0 0 18 102.2M 0 141.7k 1:07:19 12:18 55:01 121.4k 18 559.2M 0 0 18 102.4M 0 141.7k 1:07:19 12:19 55:00 116.8k 18 559.2M 0 0 18 102.6M 0 141.7k 1:07:20 12:21 54:59 110.7k 18 559.2M 0 0 18 102.8M 0 141.7k 1:07:19 12:22 54:57 126.8k 18 559.2M 0 0 18 103.0M 0 141.7k 1:07:19 12:23 54:56 141.0k 18 559.2M 0 0 18 103.1M 0 141.7k 1:07:19 12:25 54:54 142.6k 18 559.2M 0 0 18 103.4M 0 141.8k 1:07:15 12:26 54:49 157.1k 18 559.2M 0 0 18 103.6M 0 141.9k 1:07:14 12:27 54:47 170.3k 18 559.2M 0 0 18 103.9M 0 142.1k 1:07:08 12:28 54:40 186.5k 18 559.2M 0 0 18 104.0M 0 142.1k 1:07:09 12:29 54:40 185.6k 18 559.2M 0 0 18 104.2M 0 142.1k 1:07:09 12:31 54:38 182.7k 18 559.2M 0 0 18 104.4M 0 142.1k 1:07:09 12:32 54:37 168.9k 18 559.2M 0 0 18 104.5M 0 142.0k 1:07:10 12:33 54:37 157.7k 18 559.2M 0 0 18 104.6M 0 141.9k 1:07:13 12:35 54:38 122.3k 18 559.2M 0 0 18 104.8M 0 141.9k 1:07:14 12:36 54:38 120.5k 18 559.2M 0 0 18 105.0M 0 141.9k 1:07:12 12:37 54:35 127.8k 18 559.2M 0 0 18 105.1M 0 142.0k 1:07:11 12:38 54:33 132.6k 18 559.2M 0 0 18 105.3M 0 141.9k 1:07:12 12:39 54:33 131.7k 18 559.2M 0 0 18 105.5M 0 141.8k 1:07:16 12:41 54:35 129.3k 18 559.2M 0 0 18 105.6M 0 141.8k 1:07:17 12:42 54:35 129.8k 18 559.2M 0 0 18 105.8M 0 141.8k 1:07:16 12:43 54:33 127.7k 18 559.2M 0 0 18 106.1M 0 142.0k 1:07:11 12:45 54:26 143.5k 19 559.2M 0 0 19 106.3M 0 142.0k 1:07:10 12:46 54:24 153.5k 19 559.2M 0 0 19 106.5M 0 142.0k 1:07:09 12:47 54:22 170.5k 19 559.2M 0 0 19 106.6M 0 142.0k 1:07:10 12:48 54:22 173.1k 19 559.2M 0 0 19 106.7M 0 142.0k 1:07:11 12:49 54:22 165.3k 19 559.2M 0 0 19 106.9M 0 142.0k 1:07:11 12:50 54:21 140.4k 19 559.2M 0 0 19 107.1M 0 142.1k 1:07:08 12:52 54:16 151.8k 19 559.2M 0 0 19 107.3M 0 142.1k 1:07:07 12:53 54:14 155.8k 19 559.2M 0 0 19 107.5M 0 142.1k 1:07:08 12:54 54:14 152.7k 19 559.2M 0 0 19 107.6M 0 142.1k 1:07:09 12:55 54:14 152.7k 19 559.2M 0 0 19 107.7M 0 142.0k 1:07:10 12:56 54:14 144.8k 19 559.2M 0 0 19 107.9M 0 142.1k 1:07:09 12:57 54:12 134.5k 19 559.2M 0 0 19 108.1M 0 142.1k 1:07:09 12:59 54:10 131.4k 19 559.2M 0 0 19 108.3M 0 142.1k 1:07:07 13:00 54:07 144.5k 19 559.2M 0 0 19 108.5M 0 142.1k 1:07:07 13:01 54:06 149.7k 19 559.2M 0 0 19 108.6M 0 142.1k 1:07:08 13:02 54:06 153.0k 19 559.2M 0 0 19 108.8M 0 142.1k 1:07:08 13:03 54:05 147.2k 19 559.2M 0 0 19 109.0M 0 142.1k 1:07:09 13:05 54:04 143.3k 19 559.2M 0 0 19 109.1M 0 142.1k 1:07:08 13:06 54:02 137.6k 19 559.2M 0 0 19 109.3M 0 142.1k 1:07:08 13:07 54:01 137.4k 19 559.2M 0 0 19 109.5M 0 142.1k 1:07:09 13:08 54:01 139.2k 19 559.2M 0 0 19 109.6M 0 142.1k 1:07:09 13:10 53:59 139.5k 19 559.2M 0 0 19 109.8M 0 142.0k 1:07:09 13:11 53:58 138.1k 19 559.2M 0 0 19 109.9M 0 142.0k 1:07:11 13:12 53:59 129.9k 19 559.2M 0 0 19 110.1M 0 142.0k 1:07:10 13:13 53:57 131.9k 19 559.2M 0 0 19 110.3M 0 142.1k 1:07:08 13:15 53:53 146.1k 19 559.2M 0 0 19 110.5M 0 142.1k 1:07:08 13:16 53:52 143.7k 19 559.2M 0 0 19 110.7M 0 142.1k 1:07:07 13:17 53:50 155.0k 19 559.2M 0 0 19 110.9M 0 142.2k 1:07:06 13:18 53:48 164.6k 19 559.2M 0 0 19 111.1M 0 142.2k 1:07:05 13:20 53:45 163.7k 19 559.2M 0 0 19 111.3M 0 142.2k 1:07:04 13:21 53:43 160.5k 19 559.2M 0 0 19 111.4M 0 142.2k 1:07:05 13:22 53:43 157.0k 19 559.2M 0 0 19 111.6M 0 142.2k 1:07:05 13:23 53:42 151.0k 19 559.2M 0 0 19 111.8M 0 142.2k 1:07:05 13:24 53:41 148.8k 20 559.2M 0 0 20 111.9M 0 142.2k 1:07:06 13:25 53:41 139.0k 20 559.2M 0 0 20 112.1M 0 142.1k 1:07:07 13:27 53:40 128.5k 20 559.2M 0 0 20 112.2M 0 142.0k 1:07:10 13:29 53:41 122.1k 20 559.2M 0 0 20 112.4M 0 142.0k 1:07:10 13:30 53:40 120.2k 20 559.2M 0 0 20 112.6M 0 142.0k 1:07:09 13:31 53:38 121.9k 20 559.2M 0 0 20 112.8M 0 142.1k 1:07:09 13:32 53:37 131.0k 20 559.2M 0 0 20 113.0M 0 142.1k 1:07:07 13:33 53:34 140.5k 20 559.2M 0 0 20 113.1M 0 142.1k 1:07:07 13:35 53:32 155.0k 20 559.2M 0 0 20 113.3M 0 142.2k 1:07:06 13:36 53:30 162.2k 20 559.2M 0 0 20 113.5M 0 142.2k 1:07:05 13:37 53:28 165.0k 20 559.2M 0 0 20 113.7M 0 142.2k 1:07:04 13:38 53:26 167.9k 20 559.2M 0 0 20 113.9M 0 142.3k 1:07:02 13:39 53:23 167.2k 20 559.2M 0 0 20 114.1M 0 142.4k 1:07:01 13:40 53:21 176.5k 20 559.2M 0 0 20 114.3M 0 142.4k 1:07:00 13:41 53:19 171.4k 20 559.2M 0 0 20 114.5M 0 142.4k 1:06:59 13:43 53:16 170.7k 20 559.2M 0 0 20 114.6M 0 142.3k 1:07:01 13:44 53:17 152.7k 20 559.2M 0 0 20 114.8M 0 142.3k 1:07:03 13:46 53:17 138.6k 20 559.2M 0 0 20 114.9M 0 142.2k 1:07:06 13:47 53:19 121.3k 20 559.2M 0 0 20 115.0M 0 142.2k 1:07:06 13:48 53:18 115.7k 20 559.2M 0 0 20 115.1M 0 142.1k 1:07:08 13:49 53:19 105.4k 20 559.2M 0 0 20 115.3M 0 142.1k 1:07:08 13:50 53:18 108.1k 20 559.2M 0 0 20 115.4M 0 142.1k 1:07:09 13:51 53:18 113.3k 20 559.2M 0 0 20 115.5M 0 141.9k 1:07:13 13:53 53:20 107.2k 20 559.2M 0 0 20 115.6M 0 141.9k 1:07:15 13:54 53:21 101.8k 20 559.2M 0 0 20 115.8M 0 141.8k 1:07:17 13:56 53:21 100.5k 20 559.2M 0 0 20 116.0M 0 141.8k 1:07:17 13:57 53:20 104.3k 20 559.2M 0 0 20 116.1M 0 141.7k 1:07:18 13:58 53:20 102.7k 20 559.2M 0 0 20 116.3M 0 141.8k 1:07:15 13:59 53:16 131.0k 20 559.2M 0 0 20 116.6M 0 142.0k 1:07:11 14:00 53:11 159.4k 20 559.2M 0 0 20 116.8M 0 142.0k 1:07:12 14:02 53:10 166.8k 20 559.2M 0 0 20 117.0M 0 142.0k 1:07:11 14:03 53:08 168.6k 20 559.2M 0 0 20 117.1M 0 141.9k 1:07:12 14:05 53:07 166.7k 20 559.2M 0 0 20 117.3M 0 141.9k 1:07:13 14:06 53:07 152.2k 21 559.2M 0 0 21 117.5M 0 142.0k 1:07:12 14:07 53:05 140.7k 21 559.2M 0 0 21 117.6M 0 141.9k 1:07:13 14:08 53:05 135.9k 21 559.2M 0 0 21 117.8M 0 141.8k 1:07:16 14:10 53:06 122.7k 21 559.2M 0 0 21 117.9M 0 141.8k 1:07:18 14:11 53:07 117.7k 21 559.2M 0 0 21 118.0M 0 141.7k 1:07:18 14:12 53:06 115.4k 21 559.2M 0 0 21 118.1M 0 141.7k 1:07:19 14:13 53:06 104.9k 21 559.2M 0 0 21 118.3M 0 141.7k 1:07:20 14:14 53:06 106.4k 21 559.2M 0 0 21 118.4M 0 141.6k 1:07:22 14:16 53:06 108.8k 21 559.2M 0 0 21 118.5M 0 141.6k 1:07:23 14:17 53:06 114.1k 21 559.2M 0 0 21 118.6M 0 141.5k 1:07:24 14:18 53:06 113.3k 21 559.2M 0 0 21 118.8M 0 141.5k 1:07:24 14:19 53:05 118.9k 21 559.2M 0 0 21 119.0M 0 141.6k 1:07:23 14:20 53:03 126.8k 21 559.2M 0 0 21 119.1M 0 141.5k 1:07:24 14:21 53:03 134.5k 21 559.2M 0 0 21 119.3M 0 141.5k 1:07:25 14:23 53:02 132.1k 21 559.2M 0 0 21 119.5M 0 141.5k 1:07:24 14:24 53:00 139.8k 21 559.2M 0 0 21 119.7M 0 141.6k 1:07:23 14:25 52:58 143.2k 21 559.2M 0 0 21 119.8M 0 141.5k 1:07:26 14:27 52:59 128.0k 21 559.2M 0 0 21 120.0M 0 141.4k 1:07:27 14:28 52:59 124.2k 21 559.2M 0 0 21 120.1M 0 141.4k 1:07:28 14:30 52:58 128.5k 21 559.2M 0 0 21 120.3M 0 141.4k 1:07:27 14:31 52:56 128.6k 21 559.2M 0 0 21 120.5M 0 141.5k 1:07:26 14:32 52:54 128.2k 21 559.2M 0 0 21 120.8M 0 141.6k 1:07:23 14:33 52:50 153.4k 21 559.2M 0 0 21 121.0M 0 141.6k 1:07:21 14:34 52:47 173.3k 21 559.2M 0 0 21 121.3M 0 141.8k 1:07:18 14:35 52:43 193.7k 21 559.2M 0 0 21 121.5M 0 141.8k 1:07:17 14:37 52:40 194.2k 21 559.2M 0 0 21 121.6M 0 141.8k 1:07:16 14:38 52:38 197.1k 21 559.2M 0 0 21 121.9M 0 141.9k 1:07:13 14:39 52:34 194.2k 21 559.2M 0 0 21 122.1M 0 141.9k 1:07:13 14:40 52:33 181.0k 21 559.2M 0 0 21 122.3M 0 141.9k 1:07:14 14:42 52:32 158.4k 21 559.2M 0 0 21 122.4M 0 141.9k 1:07:15 14:43 52:32 150.6k 21 559.2M 0 0 21 122.5M 0 141.8k 1:07:15 14:44 52:31 142.4k 21 559.2M 0 0 21 122.7M 0 141.9k 1:07:15 14:45 52:30 134.2k 21 559.2M 0 0 21 123.0M 0 141.9k 1:07:13 14:47 52:26 143.9k 22 559.2M 0 0 22 123.1M 0 142.0k 1:07:12 14:48 52:24 154.4k 22 559.2M 0 0 22 123.4M 0 142.1k 1:07:09 14:49 52:20 173.0k 22 559.2M 0 0 22 123.6M 0 142.2k 1:07:06 14:50 52:16 192.1k 22 559.2M 0 0 22 123.8M 0 142.2k 1:07:06 14:51 52:15 187.1k 22 559.2M 0 0 22 124.0M 0 142.1k 1:07:07 14:52 52:15 175.1k 22 559.2M 0 0 22 124.1M 0 142.2k 1:07:06 14:54 52:12 170.9k 22 559.2M 0 0 22 124.3M 0 142.2k 1:07:06 14:55 52:11 154.7k 22 559.2M 0 0 22 124.5M 0 142.1k 1:07:07 14:56 52:11 136.7k 22 559.2M 0 0 22 124.6M 0 142.2k 1:07:06 14:57 52:09 142.4k 22 559.2M 0 0 22 124.8M 0 142.2k 1:07:05 14:58 52:07 154.0k 22 559.2M 0 0 22 125.1M 0 142.3k 1:07:02 15:00 52:02 165.2k 22 559.2M 0 0 22 125.3M 0 142.3k 1:07:01 15:01 52:00 171.4k 22 559.2M 0 0 22 125.5M 0 142.3k 1:07:02 15:02 52:00 168.3k 22 559.2M 0 0 22 125.6M 0 142.2k 1:07:04 15:04 52:00 152.2k 22 559.2M 0 0 22 125.8M 0 142.2k 1:07:04 15:05 51:59 145.9k 22 559.2M 0 0 22 126.0M 0 142.3k 1:07:02 15:06 51:56 141.3k 22 559.2M 0 0 22 126.1M 0 142.3k 1:07:02 15:07 51:55 137.6k 22 559.2M 0 0 22 126.3M 0 142.3k 1:07:03 15:09 51:54 134.9k 22 559.2M 0 0 22 126.5M 0 142.2k 1:07:04 15:10 51:54 141.5k 22 559.2M 0 0 22 126.6M 0 142.2k 1:07:04 15:11 51:53 140.4k 22 559.2M 0 0 22 126.8M 0 142.2k 1:07:05 15:12 51:53 129.0k 22 559.2M 0 0 22 127.0M 0 142.2k 1:07:04 15:14 51:50 131.1k 22 559.2M 0 0 22 127.1M 0 142.2k 1:07:04 15:15 51:49 140.1k 22 559.2M 0 0 22 127.3M 0 142.2k 1:07:04 15:16 51:48 142.5k 22 559.2M 0 0 22 127.5M 0 142.3k 1:07:03 15:17 51:46 147.6k 22 559.2M 0 0 22 127.6M 0 142.2k 1:07:04 15:18 51:46 148.4k 22 559.2M 0 0 22 127.8M 0 142.3k 1:07:03 15:20 51:43 148.1k 22 559.2M 0 0 22 128.1M 0 142.3k 1:07:01 15:21 51:40 158.7k 22 559.2M 0 0 22 128.3M 0 142.4k 1:07:00 15:22 51:38 166.2k 22 559.2M 0 0 22 128.5M 0 142.5k 1:06:57 15:23 51:34 177.5k 23 559.2M 0 0 23 128.7M 0 142.5k 1:06:57 15:24 51:33 181.2k 23 559.2M 0 0 23 128.8M 0 142.4k 1:06:59 15:26 51:33 163.9k 23 559.2M 0 0 23 129.0M 0 142.4k 1:07:00 15:27 51:33 147.7k 23 559.2M 0 0 23 129.1M 0 142.4k 1:06:59 15:28 51:31 144.2k 23 559.2M 0 0 23 129.3M 0 142.4k 1:06:58 15:29 51:29 135.1k 23 559.2M 0 0 23 129.6M 0 142.5k 1:06:56 15:30 51:26 146.7k 23 559.2M 0 0 23 129.8M 0 142.6k 1:06:54 15:32 51:22 172.0k 23 559.2M 0 0 23 130.0M 0 142.6k 1:06:54 15:33 51:21 174.1k 23 559.2M 0 0 23 130.2M 0 142.6k 1:06:53 15:34 51:19 176.5k 23 559.2M 0 0 23 130.5M 0 142.7k 1:06:50 15:35 51:15 185.3k 23 559.2M 0 0 23 130.7M 0 142.8k 1:06:47 15:37 51:10 190.7k 23 559.2M 0 0 23 130.9M 0 142.9k 1:06:47 15:38 51:09 183.8k 23 559.2M 0 0 23 131.0M 0 142.8k 1:06:48 15:39 51:09 179.9k 23 559.2M 0 0 23 131.1M 0 142.8k 1:06:49 15:40 51:09 165.9k 23 559.2M 0 0 23 131.3M 0 142.7k 1:06:50 15:41 51:09 147.0k 23 559.2M 0 0 23 131.5M 0 142.8k 1:06:49 15:42 51:07 133.0k 23 559.2M 0 0 23 131.6M 0 142.8k 1:06:48 15:43 51:05 133.4k 23 559.2M 0 0 23 131.8M 0 142.8k 1:06:48 15:45 51:03 140.2k 23 559.2M 0 0 23 132.1M 0 142.9k 1:06:45 15:46 50:59 164.9k 23 559.2M 0 0 23 132.3M 0 143.0k 1:06:43 15:47 50:56 176.5k 23 559.2M 0 0 23 132.5M 0 143.0k 1:06:43 15:48 50:55 193.9k 23 559.2M 0 0 23 132.5M 0 143.0k 1:06:43 15:48 50:55 143.0k 23 559.2M 0 0 23 132.7M 0 143.0k 1:06:42 15:50 50:52 166.2k 23 559.2M 0 0 23 133.0M 0 143.1k 1:06:39 15:51 50:48 189.6k 23 559.2M 0 0 23 133.1M 0 143.2k 1:06:38 15:52 50:46 190.0k 23 559.2M 0 0 23 133.3M 0 143.2k 1:06:38 15:53 50:45 176.9k 23 559.2M 0 0 23 133.6M 0 143.2k 1:06:36 15:54 50:42 180.5k 23 559.2M 0 0 23 133.8M 0 143.2k 1:06:36 15:56 50:40 174.8k 23 559.2M 0 0 23 134.0M 0 143.2k 1:06:36 15:57 50:39 163.6k 23 559.2M 0 0 23 134.1M 0 143.3k 1:06:34 15:58 50:36 163.4k 24 559.2M 0 0 24 134.4M 0 143.4k 1:06:32 15:59 50:33 173.9k 24 559.2M 0 0 24 134.6M 0 143.3k 1:06:33 16:01 50:32 156.4k 24 559.2M 0 0 24 134.8M 0 143.3k 1:06:33 16:02 50:31 156.4k 24 559.2M 0 0 24 135.0M 0 143.4k 1:06:33 16:03 50:30 158.5k 24 559.2M 0 0 24 135.1M 0 143.4k 1:06:32 16:05 50:27 152.0k 24 559.2M 0 0 24 135.3M 0 143.2k 1:06:36 16:06 50:30 126.9k 24 559.2M 0 0 24 135.4M 0 143.2k 1:06:36 16:07 50:29 129.0k 24 559.2M 0 0 24 135.6M 0 143.2k 1:06:36 16:09 50:27 130.1k 24 559.2M 0 0 24 135.8M 0 143.2k 1:06:36 16:10 50:26 124.6k 24 559.2M 0 0 24 136.0M 0 143.2k 1:06:37 16:12 50:25 122.1k 24 559.2M 0 0 24 136.2M 0 143.3k 1:06:34 16:13 50:21 149.3k 24 559.2M 0 0 24 136.4M 0 143.3k 1:06:34 16:14 50:20 156.2k 24 559.2M 0 0 24 136.6M 0 143.3k 1:06:34 16:15 50:19 155.6k 24 559.2M 0 0 24 136.7M 0 143.3k 1:06:35 16:17 50:18 150.5k 24 559.2M 0 0 24 136.8M 0 143.2k 1:06:36 16:18 50:18 148.4k 24 559.2M 0 0 24 137.0M 0 143.2k 1:06:36 16:19 50:17 136.6k 24 559.2M 0 0 24 137.2M 0 143.3k 1:06:35 16:20 50:15 134.4k 24 559.2M 0 0 24 137.4M 0 143.3k 1:06:35 16:21 50:14 137.7k 24 559.2M 0 0 24 137.6M 0 143.3k 1:06:34 16:23 50:11 147.4k 24 559.2M 0 0 24 137.8M 0 143.3k 1:06:35 16:24 50:11 147.5k 24 559.2M 0 0 24 137.9M 0 143.2k 1:06:36 16:25 50:11 141.6k 24 559.2M 0 0 24 138.0M 0 143.2k 1:06:36 16:26 50:10 136.3k 24 559.2M 0 0 24 138.2M 0 143.2k 1:06:36 16:27 50:09 136.8k 24 559.2M 0 0 24 138.4M 0 143.2k 1:06:36 16:29 50:07 131.6k 24 559.2M 0 0 24 138.5M 0 143.2k 1:06:37 16:30 50:07 130.7k 24 559.2M 0 0 24 138.8M 0 143.3k 1:06:35 16:31 50:04 147.4k 24 559.2M 0 0 24 138.9M 0 143.2k 1:06:36 16:32 50:04 146.8k 24 559.2M 0 0 24 139.0M 0 143.2k 1:06:38 16:34 50:04 132.2k 24 559.2M 0 0 24 139.1M 0 143.2k 1:06:38 16:35 50:03 131.6k 24 559.2M 0 0 24 139.4M 0 143.2k 1:06:36 16:36 50:00 148.1k 24 559.2M 0 0 24 139.6M 0 143.3k 1:06:35 16:37 49:58 144.0k 25 559.2M 0 0 25 139.8M 0 143.2k 1:06:36 16:39 49:57 144.7k 25 559.2M 0 0 25 139.9M 0 143.2k 1:06:38 16:40 49:58 142.9k 25 559.2M 0 0 25 140.0M 0 143.1k 1:06:39 16:41 49:58 139.2k 25 559.2M 0 0 25 140.2M 0 143.1k 1:06:39 16:43 49:56 126.0k 25 559.2M 0 0 25 140.4M 0 143.1k 1:06:39 16:44 49:55 124.9k 25 559.2M 0 0 25 140.6M 0 143.1k 1:06:39 16:45 49:54 125.3k 25 559.2M 0 0 25 140.8M 0 143.1k 1:06:39 16:47 49:52 137.2k 25 559.2M 0 0 25 141.0M 0 143.2k 1:06:37 16:48 49:49 151.8k 25 559.2M 0 0 25 141.1M 0 143.2k 1:06:36 16:49 49:47 161.5k 25 559.2M 0 0 25 141.3M 0 143.2k 1:06:36 16:50 49:46 158.7k 25 559.2M 0 0 25 141.6M 0 143.3k 1:06:34 16:51 49:43 173.0k 25 559.2M 0 0 25 141.8M 0 143.3k 1:06:33 16:52 49:41 179.0k 25 559.2M 0 0 25 142.0M 0 143.4k 1:06:32 16:53 49:39 177.1k 25 559.2M 0 0 25 142.1M 0 143.4k 1:06:33 16:55 49:38 164.8k 25 559.2M 0 0 25 142.3M 0 143.3k 1:06:33 16:56 49:37 159.1k 25 559.2M 0 0 25 142.5M 0 143.4k 1:06:31 16:57 49:34 160.0k 25 559.2M 0 0 25 142.7M 0 143.4k 1:06:31 16:58 49:33 155.6k 25 559.2M 0 0 25 142.9M 0 143.4k 1:06:31 17:00 49:31 151.2k 25 559.2M 0 0 25 143.1M 0 143.5k 1:06:29 17:01 49:28 166.2k 25 559.2M 0 0 25 143.3M 0 143.5k 1:06:28 17:02 49:26 176.9k 25 559.2M 0 0 25 143.5M 0 143.5k 1:06:28 17:03 49:25 165.2k 25 559.2M 0 0 25 143.7M 0 143.6k 1:06:27 17:04 49:23 168.9k 25 559.2M 0 0 25 144.0M 0 143.6k 1:06:25 17:06 49:19 180.1k 25 559.2M 0 0 25 144.1M 0 143.7k 1:06:24 17:07 49:17 172.3k 25 559.2M 0 0 25 144.3M 0 143.7k 1:06:24 17:08 49:16 164.0k 25 559.2M 0 0 25 144.5M 0 143.7k 1:06:24 17:10 49:14 163.0k 25 559.2M 0 0 25 144.6M 0 143.6k 1:06:25 17:11 49:14 154.3k 25 559.2M 0 0 25 144.8M 0 143.6k 1:06:26 17:12 49:14 138.9k 25 559.2M 0 0 25 145.0M 0 143.6k 1:06:25 17:13 49:12 136.3k 25 559.2M 0 0 25 145.2M 0 143.6k 1:06:25 17:15 49:10 138.5k 25 559.2M 0 0 25 145.3M 0 143.6k 1:06:26 17:16 49:10 132.6k 26 559.2M 0 0 26 145.5M 0 143.6k 1:06:27 17:17 49:10 131.2k 26 559.2M 0 0 26 145.6M 0 143.5k 1:06:29 17:18 49:11 122.3k 26 559.2M 0 0 26 145.8M 0 143.5k 1:06:28 17:20 49:08 125.8k 26 559.2M 0 0 26 146.0M 0 143.5k 1:06:29 17:21 49:08 121.6k 26 559.2M 0 0 26 146.1M 0 143.5k 1:06:29 17:22 49:07 126.3k 26 559.2M 0 0 26 146.3M 0 143.4k 1:06:31 17:24 49:07 120.6k 26 559.2M 0 0 26 146.5M 0 143.4k 1:06:32 17:25 49:07 129.0k 26 559.2M 0 0 26 146.7M 0 143.5k 1:06:30 17:27 49:03 135.4k 26 559.2M 0 0 26 146.9M 0 143.5k 1:06:30 17:28 49:02 138.8k 26 559.2M 0 0 26 147.1M 0 143.5k 1:06:30 17:29 49:01 141.5k 26 559.2M 0 0 26 147.2M 0 143.4k 1:06:30 17:30 49:00 149.5k 26 559.2M 0 0 26 147.3M 0 143.4k 1:06:31 17:31 49:00 148.1k 26 559.2M 0 0 26 147.5M 0 143.4k 1:06:32 17:33 48:59 128.2k 26 559.2M 0 0 26 147.6M 0 143.4k 1:06:33 17:34 48:59 125.4k 26 559.2M 0 0 26 147.8M 0 143.3k 1:06:33 17:36 48:57 121.1k 26 559.2M 0 0 26 148.0M 0 143.3k 1:06:35 17:37 48:58 118.7k 26 559.2M 0 0 26 148.1M 0 143.2k 1:06:38 17:39 48:59 110.1k 26 559.2M 0 0 26 148.3M 0 143.1k 1:06:39 17:40 48:59 111.5k 26 559.2M 0 0 26 148.5M 0 143.1k 1:06:38 17:41 48:57 113.5k 26 559.2M 0 0 26 148.6M 0 143.1k 1:06:39 17:43 48:56 109.5k 26 559.2M 0 0 26 148.7M 0 143.1k 1:06:41 17:44 48:57 109.6k 26 559.2M 0 0 26 148.8M 0 143.0k 1:06:42 17:45 48:57 116.0k 26 559.2M 0 0 26 149.0M 0 143.0k 1:06:43 17:47 48:56 119.5k 26 559.2M 0 0 26 149.1M 0 143.0k 1:06:44 17:48 48:56 110.0k 26 559.2M 0 0 26 149.3M 0 142.9k 1:06:45 17:49 48:56 110.2k 26 559.2M 0 0 26 149.5M 0 142.9k 1:06:45 17:50 48:55 115.6k 26 559.2M 0 0 26 149.6M 0 142.9k 1:06:46 17:52 48:54 122.5k 26 559.2M 0 0 26 149.8M 0 142.9k 1:06:47 17:53 48:54 119.1k 26 559.2M 0 0 26 149.9M 0 142.8k 1:06:47 17:54 48:53 123.2k 26 559.2M 0 0 26 150.1M 0 142.8k 1:06:47 17:55 48:52 129.1k 26 559.2M 0 0 26 150.2M 0 142.8k 1:06:48 17:57 48:51 125.1k 26 559.2M 0 0 26 150.4M 0 142.8k 1:06:48 17:58 48:50 124.9k 26 559.2M 0 0 26 150.6M 0 142.8k 1:06:48 17:59 48:49 135.8k 26 559.2M 0 0 26 150.8M 0 142.8k 1:06:47 18:00 48:47 141.8k 26 559.2M 0 0 26 150.9M 0 142.8k 1:06:48 18:01 48:47 137.1k 27 559.2M 0 0 27 151.1M 0 142.8k 1:06:48 18:03 48:45 140.8k 27 559.2M 0 0 27 151.3M 0 142.8k 1:06:49 18:04 48:45 140.2k 27 559.2M 0 0 27 151.5M 0 142.8k 1:06:48 18:06 48:42 139.4k 27 559.2M 0 0 27 151.7M 0 142.9k 1:06:47 18:07 48:40 147.3k 27 559.2M 0 0 27 151.9M 0 142.9k 1:06:46 18:08 48:38 153.4k 27 559.2M 0 0 27 152.1M 0 142.9k 1:06:46 18:09 48:37 155.6k 27 559.2M 0 0 27 152.3M 0 142.9k 1:06:44 18:11 48:33 171.2k 27 559.2M 0 0 27 152.6M 0 143.0k 1:06:42 18:12 48:30 182.0k 27 559.2M 0 0 27 152.8M 0 143.0k 1:06:41 18:13 48:28 177.0k 27 559.2M 0 0 27 152.9M 0 143.0k 1:06:42 18:14 48:28 172.9k 27 559.2M 0 0 27 153.0M 0 143.0k 1:06:43 18:15 48:28 162.2k 27 559.2M 0 0 27 153.1M 0 142.9k 1:06:45 18:17 48:28 141.0k 27 559.2M 0 0 27 153.3M 0 142.9k 1:06:46 18:18 48:28 117.9k 27 559.2M 0 0 27 153.5M 0 142.9k 1:06:46 18:19 48:27 113.7k 27 559.2M 0 0 27 153.6M 0 142.9k 1:06:46 18:21 48:25 117.0k 27 559.2M 0 0 27 153.8M 0 142.8k 1:06:47 18:22 48:25 123.2k 27 559.2M 0 0 27 154.0M 0 142.8k 1:06:47 18:24 48:23 128.9k 27 559.2M 0 0 27 154.3M 0 142.9k 1:06:45 18:25 48:20 146.3k 27 559.2M 0 0 27 154.5M 0 143.0k 1:06:43 18:26 48:17 158.3k 27 559.2M 0 0 27 154.7M 0 143.0k 1:06:42 18:27 48:15 165.5k 27 559.2M 0 0 27 154.9M 0 143.0k 1:06:42 18:28 48:14 175.4k 27 559.2M 0 0 27 155.1M 0 143.1k 1:06:40 18:30 48:10 188.4k 27 559.2M 0 0 27 155.3M 0 143.1k 1:06:39 18:31 48:08 181.2k 27 559.2M 0 0 27 155.5M 0 143.1k 1:06:39 18:32 48:07 166.6k 27 559.2M 0 0 27 155.6M 0 143.1k 1:06:40 18:33 48:07 157.7k 27 559.2M 0 0 27 155.8M 0 143.1k 1:06:41 18:34 48:07 149.4k 27 559.2M 0 0 27 156.0M 0 143.1k 1:06:40 18:35 48:05 144.1k 27 559.2M 0 0 27 156.1M 0 143.1k 1:06:39 18:37 48:02 145.1k 27 559.2M 0 0 27 156.3M 0 143.1k 1:06:39 18:38 48:01 143.3k 27 559.2M 0 0 27 156.4M 0 143.1k 1:06:41 18:39 48:02 140.4k 27 559.2M 0 0 27 156.5M 0 143.0k 1:06:42 18:40 48:02 136.6k 28 559.2M 0 0 28 156.7M 0 143.1k 1:06:41 18:41 48:00 137.5k 28 559.2M 0 0 28 156.9M 0 143.1k 1:06:40 18:42 47:58 135.6k 28 559.2M 0 0 28 157.1M 0 143.2k 1:06:38 18:44 47:54 150.8k 28 559.2M 0 0 28 157.3M 0 143.1k 1:06:38 18:45 47:53 157.4k 28 559.2M 0 0 28 157.5M 0 143.2k 1:06:38 18:46 47:52 168.7k 28 559.2M 0 0 28 157.7M 0 143.1k 1:06:38 18:48 47:50 156.2k 28 559.2M 0 0 28 157.8M 0 143.1k 1:06:40 18:49 47:51 141.8k 28 559.2M 0 0 28 158.0M 0 143.1k 1:06:41 18:50 47:51 129.6k 28 559.2M 0 0 28 158.2M 0 143.1k 1:06:40 18:52 47:48 132.6k 28 559.2M 0 0 28 158.5M 0 143.2k 1:06:38 18:53 47:45 143.2k 28 559.2M 0 0 28 158.6M 0 143.1k 1:06:39 18:54 47:45 142.1k 28 559.2M 0 0 28 158.7M 0 143.1k 1:06:39 18:55 47:44 149.3k 28 559.2M 0 0 28 158.9M 0 143.1k 1:06:39 18:56 47:43 153.8k 28 559.2M 0 0 28 159.0M 0 143.0k 1:06:41 18:58 47:43 136.1k 28 559.2M 0 0 28 159.1M 0 143.0k 1:06:43 18:59 47:44 111.0k 28 559.2M 0 0 28 159.3M 0 143.0k 1:06:43 19:00 47:43 117.9k 28 559.2M 0 0 28 159.5M 0 143.0k 1:06:43 19:02 47:41 123.4k 28 559.2M 0 0 28 159.7M 0 143.0k 1:06:43 19:03 47:40 121.9k 28 559.2M 0 0 28 159.8M 0 143.0k 1:06:43 19:04 47:39 130.1k 28 559.2M 0 0 28 160.0M 0 143.0k 1:06:44 19:05 47:39 136.4k 28 559.2M 0 0 28 160.1M 0 142.9k 1:06:44 19:06 47:38 130.5k 28 559.2M 0 0 28 160.2M 0 142.9k 1:06:45 19:07 47:38 123.5k 28 559.2M 0 0 28 160.3M 0 142.9k 1:06:46 19:09 47:37 115.7k 28 559.2M 0 0 28 160.5M 0 142.8k 1:06:48 19:10 47:38 110.0k 28 559.2M 0 0 28 160.6M 0 142.8k 1:06:48 19:11 47:37 117.0k 28 559.2M 0 0 28 160.9M 0 142.9k 1:06:45 19:12 47:33 140.2k 28 559.2M 0 0 28 161.1M 0 143.0k 1:06:44 19:13 47:31 153.5k 28 559.2M 0 0 28 161.3M 0 143.0k 1:06:43 19:14 47:29 168.9k 28 559.2M 0 0 28 161.6M 0 143.1k 1:06:39 19:15 47:24 208.4k 28 559.2M 0 0 28 161.8M 0 143.2k 1:06:37 19:17 47:20 220.8k 28 559.2M 0 0 28 162.0M 0 143.2k 1:06:36 19:18 47:18 205.4k 29 559.2M 0 0 29 162.2M 0 143.2k 1:06:36 19:19 47:17 198.1k 29 559.2M 0 0 29 162.5M 0 143.3k 1:06:34 19:20 47:14 200.0k 29 559.2M 0 0 29 162.6M 0 143.3k 1:06:34 19:22 47:12 178.8k 29 559.2M 0 0 29 162.8M 0 143.3k 1:06:33 19:23 47:10 172.3k 29 559.2M 0 0 29 163.0M 0 143.3k 1:06:34 19:24 47:10 162.7k 29 559.2M 0 0 29 163.1M 0 143.3k 1:06:35 19:25 47:10 153.7k 29 559.2M 0 0 29 163.1M 0 143.2k 1:06:37 19:26 47:11 126.8k 29 559.2M 0 0 29 163.3M 0 143.2k 1:06:38 19:27 47:11 111.2k 29 559.2M 0 0 29 163.4M 0 143.1k 1:06:39 19:28 47:11 98.78k 29 559.2M 0 0 29 163.5M 0 143.1k 1:06:40 19:30 47:10 98616 29 559.2M 0 0 29 163.7M 0 143.1k 1:06:40 19:31 47:09 107.0k 29 559.2M 0 0 29 163.9M 0 143.1k 1:06:40 19:32 47:08 119.6k 29 559.2M 0 0 29 164.0M 0 143.1k 1:06:41 19:33 47:08 124.2k 29 559.2M 0 0 29 164.2M 0 143.1k 1:06:41 19:35 47:06 131.5k 29 559.2M 0 0 29 164.4M 0 143.0k 1:06:43 19:37 47:06 129.3k 29 559.2M 0 0 29 164.5M 0 142.9k 1:06:45 19:38 47:07 114.3k 29 559.2M 0 0 29 164.6M 0 142.9k 1:06:46 19:39 47:07 109.3k 29 559.2M 0 0 29 164.8M 0 142.9k 1:06:45 19:40 47:05 119.1k 29 559.2M 0 0 29 165.0M 0 142.9k 1:06:44 19:42 47:02 123.2k 29 559.2M 0 0 29 165.2M 0 143.0k 1:06:43 19:43 47:00 137.1k 29 559.2M 0 0 29 165.5M 0 143.0k 1:06:42 19:44 46:58 166.9k 29 559.2M 0 0 29 165.7M 0 143.1k 1:06:41 19:45 46:56 177.2k 29 559.2M 0 0 29 165.8M 0 143.0k 1:06:42 19:47 46:55 163.9k 29 559.2M 0 0 29 166.0M 0 143.0k 1:06:42 19:48 46:54 154.2k 29 559.2M 0 0 29 166.2M 0 143.0k 1:06:42 19:49 46:53 151.2k 29 559.2M 0 0 29 166.4M 0 143.0k 1:06:42 19:51 46:51 140.4k 29 559.2M 0 0 29 166.6M 0 143.0k 1:06:41 19:52 46:49 140.7k 29 559.2M 0 0 29 166.8M 0 143.1k 1:06:40 19:53 46:47 154.7k 29 559.2M 0 0 29 167.0M 0 143.1k 1:06:39 19:54 46:45 165.3k 29 559.2M 0 0 29 167.2M 0 143.1k 1:06:39 19:56 46:43 166.2k 29 559.2M 0 0 29 167.4M 0 143.2k 1:06:38 19:57 46:41 172.3k 29 559.2M 0 0 29 167.6M 0 143.2k 1:06:38 19:58 46:40 168.6k 29 559.2M 0 0 29 167.7M 0 143.2k 1:06:38 19:59 46:39 157.9k 30 559.2M 0 0 30 167.9M 0 143.2k 1:06:38 20:00 46:38 153.1k 30 559.2M 0 0 30 168.1M 0 143.2k 1:06:37 20:01 46:36 159.6k 30 559.2M 0 0 30 168.3M 0 143.2k 1:06:37 20:03 46:34 153.2k 30 559.2M 0 0 30 168.4M 0 143.2k 1:06:37 20:04 46:33 144.3k 30 559.2M 0 0 30 168.6M 0 143.2k 1:06:37 20:05 46:32 153.1k 30 559.2M 0 0 30 168.8M 0 143.2k 1:06:36 20:06 46:30 155.8k 30 559.2M 0 0 30 169.0M 0 143.3k 1:06:35 20:07 46:28 154.4k 30 559.2M 0 0 30 169.1M 0 143.3k 1:06:34 20:08 46:26 160.0k 30 559.2M 0 0 30 169.3M 0 143.3k 1:06:34 20:09 46:25 172.8k 30 559.2M 0 0 30 169.6M 0 143.4k 1:06:32 20:11 46:21 175.8k 30 559.2M 0 0 30 169.8M 0 143.3k 1:06:33 20:12 46:21 161.9k 30 559.2M 0 0 30 169.9M 0 143.3k 1:06:35 20:14 46:21 142.2k 30 559.2M 0 0 30 170.0M 0 143.2k 1:06:36 20:15 46:21 131.3k 30 559.2M 0 0 30 170.2M 0 143.2k 1:06:36 20:16 46:20 128.8k 30 559.2M 0 0 30 170.3M 0 143.2k 1:06:37 20:17 46:20 115.9k 30 559.2M 0 0 30 170.5M 0 143.2k 1:06:37 20:19 46:18 120.7k 30 559.2M 0 0 30 170.7M 0 143.2k 1:06:36 20:20 46:16 138.0k 30 559.2M 0 0 30 170.9M 0 143.2k 1:06:36 20:21 46:15 145.1k 30 559.2M 0 0 30 171.1M 0 143.2k 1:06:36 20:23 46:13 141.7k 30 559.2M 0 0 30 171.3M 0 143.2k 1:06:36 20:24 46:12 146.1k 30 559.2M 0 0 30 171.4M 0 143.2k 1:06:37 20:25 46:12 143.0k 30 559.2M 0 0 30 171.6M 0 143.2k 1:06:37 20:26 46:11 137.1k 30 559.2M 0 0 30 171.7M 0 143.2k 1:06:38 20:28 46:10 129.4k 30 559.2M 0 0 30 171.8M 0 143.1k 1:06:39 20:29 46:10 124.0k 30 559.2M 0 0 30 172.0M 0 143.1k 1:06:40 20:30 46:10 117.1k 30 559.2M 0 0 30 172.1M 0 143.1k 1:06:39 20:31 46:08 127.6k 30 559.2M 0 0 30 172.3M 0 143.2k 1:06:38 20:32 46:06 133.5k 30 559.2M 0 0 30 172.5M 0 143.2k 1:06:37 20:33 46:04 148.2k 30 559.2M 0 0 30 172.7M 0 143.2k 1:06:37 20:34 46:03 161.8k 30 559.2M 0 0 30 172.9M 0 143.2k 1:06:36 20:35 46:01 175.7k 30 559.2M 0 0 30 173.1M 0 143.3k 1:06:35 20:36 45:59 172.9k 30 559.2M 0 0 30 173.3M 0 143.3k 1:06:35 20:38 45:57 165.2k 31 559.2M 0 0 31 173.5M 0 143.3k 1:06:35 20:39 45:56 158.7k 31 559.2M 0 0 31 173.6M 0 143.3k 1:06:35 20:41 45:54 151.4k 31 559.2M 0 0 31 173.8M 0 143.3k 1:06:35 20:42 45:53 146.3k 31 559.2M 0 0 31 174.1M 0 143.3k 1:06:34 20:43 45:51 153.8k 31 559.2M 0 0 31 174.3M 0 143.3k 1:06:33 20:44 45:49 156.2k 31 559.2M 0 0 31 174.5M 0 143.4k 1:06:33 20:46 45:47 162.3k 31 559.2M 0 0 31 174.6M 0 143.3k 1:06:33 20:47 45:46 161.4k 31 559.2M 0 0 31 174.8M 0 143.3k 1:06:34 20:48 45:46 150.0k 31 559.2M 0 0 31 174.9M 0 143.3k 1:06:35 20:49 45:46 131.4k 31 559.2M 0 0 31 175.0M 0 143.2k 1:06:37 20:51 45:46 118.4k 31 559.2M 0 0 31 175.1M 0 143.2k 1:06:38 20:52 45:46 107.4k 31 559.2M 0 0 31 175.3M 0 143.1k 1:06:40 20:54 45:46 99266 31 559.2M 0 0 31 175.4M 0 143.1k 1:06:40 20:55 45:45 100.2k 31 559.2M 0 0 31 175.5M 0 143.0k 1:06:43 20:56 45:47 95995 31 559.2M 0 0 31 175.6M 0 142.9k 1:06:45 20:58 45:47 94377 31 559.2M 0 0 31 175.8M 0 142.9k 1:06:45 20:59 45:46 99957 31 559.2M 0 0 31 176.0M 0 142.9k 1:06:46 21:00 45:46 103.1k 31 559.2M 0 0 31 176.1M 0 142.8k 1:06:47 21:02 45:45 101.7k 31 559.2M 0 0 31 176.2M 0 142.8k 1:06:47 21:03 45:44 110.6k 31 559.2M 0 0 31 176.4M 0 142.8k 1:06:47 21:04 45:43 125.7k 31 559.2M 0 0 31 176.6M 0 142.9k 1:06:46 21:05 45:41 132.9k 31 559.2M 0 0 31 176.8M 0 142.9k 1:06:46 21:06 45:40 142.0k 31 559.2M 0 0 31 177.0M 0 142.9k 1:06:44 21:07 45:37 184.5k 31 559.2M 0 0 31 177.0M 0 142.9k 1:06:44 21:07 45:37 142.9k 31 559.2M 0 0 31 177.2M 0 143.0k 1:06:43 21:09 45:34 169.9k 31 559.2M 0 0 31 177.4M 0 143.0k 1:06:43 21:10 45:33 163.7k 31 559.2M 0 0 31 177.6M 0 143.0k 1:06:43 21:11 45:32 156.0k 31 559.2M 0 0 31 177.7M 0 143.0k 1:06:43 21:12 45:31 148.6k 31 559.2M 0 0 31 178.0M 0 143.0k 1:06:42 21:14 45:28 158.7k 31 559.2M 0 0 31 178.1M 0 143.1k 1:06:41 21:15 45:26 160.5k 31 559.2M 0 0 31 178.4M 0 143.1k 1:06:39 21:16 45:23 170.6k 31 559.2M 0 0 31 178.6M 0 143.1k 1:06:39 21:17 45:22 176.1k 31 559.2M 0 0 31 178.7M 0 143.1k 1:06:40 21:18 45:22 166.2k 31 559.2M 0 0 31 178.8M 0 143.0k 1:06:42 21:20 45:22 139.9k 32 559.2M 0 0 32 179.0M 0 142.9k 1:06:45 21:22 45:23 118.7k 32 559.2M 0 0 32 179.1M 0 142.9k 1:06:46 21:23 45:23 100.6k 32 559.2M 0 0 32 179.3M 0 142.9k 1:06:45 21:24 45:21 100.0k 32 559.2M 0 0 32 179.5M 0 142.9k 1:06:44 21:25 45:19 114.6k 32 559.2M 0 0 32 179.7M 0 143.0k 1:06:43 21:26 45:17 138.4k 32 559.2M 0 0 32 179.9M 0 143.0k 1:06:42 21:27 45:15 163.4k 32 559.2M 0 0 32 180.1M 0 143.0k 1:06:41 21:29 45:12 178.0k 32 559.2M 0 0 32 180.3M 0 143.1k 1:06:41 21:30 45:11 180.7k 32 559.2M 0 0 32 180.5M 0 143.1k 1:06:40 21:31 45:09 182.1k 32 559.2M 0 0 32 180.7M 0 143.2k 1:06:38 21:32 45:06 186.3k 32 559.2M 0 0 32 180.9M 0 143.2k 1:06:37 21:33 45:04 184.9k 32 559.2M 0 0 32 181.0M 0 143.1k 1:06:38 21:34 45:04 168.4k 32 559.2M 0 0 32 181.2M 0 143.2k 1:06:38 21:36 45:02 163.0k 32 559.2M 0 0 32 181.4M 0 143.2k 1:06:37 21:37 45:00 161.9k 32 559.2M 0 0 32 181.5M 0 143.2k 1:06:38 21:38 45:00 142.5k 32 559.2M 0 0 32 181.7M 0 143.2k 1:06:38 21:39 44:59 135.5k 32 559.2M 0 0 32 181.9M 0 143.2k 1:06:37 21:40 44:57 150.2k 32 559.2M 0 0 32 182.1M 0 143.2k 1:06:38 21:42 44:56 147.9k 32 559.2M 0 0 32 182.3M 0 143.2k 1:06:38 21:43 44:55 139.6k 32 559.2M 0 0 32 182.5M 0 143.2k 1:06:37 21:44 44:53 146.9k 32 559.2M 0 0 32 182.6M 0 143.2k 1:06:38 21:46 44:52 146.8k 32 559.2M 0 0 32 182.8M 0 143.2k 1:06:37 21:47 44:50 145.7k 32 559.2M 0 0 32 183.0M 0 143.2k 1:06:36 21:48 44:48 154.4k 32 559.2M 0 0 32 183.2M 0 143.3k 1:06:35 21:49 44:46 162.5k 32 559.2M 0 0 32 183.4M 0 143.3k 1:06:35 21:50 44:45 159.2k 32 559.2M 0 0 32 183.6M 0 143.3k 1:06:34 21:51 44:43 177.4k 32 559.2M 0 0 32 183.8M 0 143.3k 1:06:33 21:53 44:40 174.4k 32 559.2M 0 0 32 184.0M 0 143.3k 1:06:35 21:54 44:41 152.8k 32 559.2M 0 0 32 184.1M 0 143.2k 1:06:36 21:55 44:41 141.5k 32 559.2M 0 0 32 184.3M 0 143.3k 1:06:35 21:56 44:39 149.5k 33 559.2M 0 0 33 184.5M 0 143.3k 1:06:33 21:57 44:36 148.2k 33 559.2M 0 0 33 184.8M 0 143.5k 1:06:30 21:59 44:31 169.8k 33 559.2M 0 0 33 185.1M 0 143.5k 1:06:28 22:00 44:28 194.3k 33 559.2M 0 0 33 185.3M 0 143.5k 1:06:28 22:01 44:27 208.5k 33 559.2M 0 0 33 185.5M 0 143.6k 1:06:26 22:02 44:24 211.3k 33 559.2M 0 0 33 185.7M 0 143.6k 1:06:26 22:04 44:22 196.9k 33 559.2M 0 0 33 185.9M 0 143.6k 1:06:25 22:05 44:20 180.9k 33 559.2M 0 0 33 186.1M 0 143.6k 1:06:25 22:06 44:19 175.9k 33 559.2M 0 0 33 186.3M 0 143.7k 1:06:23 22:07 44:16 176.0k 33 559.2M 0 0 33 186.5M 0 143.7k 1:06:23 22:09 44:14 165.7k 33 559.2M 0 0 33 186.8M 0 143.7k 1:06:22 22:10 44:12 174.9k 33 559.2M 0 0 33 187.0M 0 143.8k 1:06:21 22:11 44:10 172.4k 33 559.2M 0 0 33 187.2M 0 143.8k 1:06:19 22:12 44:07 182.2k 33 559.2M 0 0 33 187.5M 0 143.9k 1:06:17 22:13 44:04 195.0k 33 559.2M 0 0 33 187.8M 0 144.0k 1:06:14 22:14 44:00 223.7k 33 559.2M 0 0 33 188.0M 0 144.1k 1:06:12 22:15 43:57 236.4k 33 559.2M 0 0 33 188.1M 0 144.1k 1:06:12 22:16 43:56 221.8k 33 559.2M 0 0 33 188.3M 0 144.1k 1:06:13 22:18 43:55 203.0k 33 559.2M 0 0 33 188.5M 0 144.1k 1:06:12 22:19 43:53 189.2k 33 559.2M 0 0 33 188.6M 0 144.1k 1:06:11 22:20 43:51 165.2k 33 559.2M 0 0 33 188.8M 0 144.1k 1:06:12 22:21 43:51 144.1k 33 559.2M 0 0 33 189.0M 0 144.1k 1:06:11 22:22 43:49 159.2k 33 559.2M 0 0 33 189.2M 0 144.2k 1:06:10 22:23 43:47 170.4k 33 559.2M 0 0 33 189.5M 0 144.2k 1:06:08 22:24 43:44 175.7k 33 559.2M 0 0 33 189.6M 0 144.3k 1:06:07 22:25 43:42 177.5k 33 559.2M 0 0 33 189.8M 0 144.3k 1:06:07 22:27 43:40 180.1k 33 559.2M 0 0 33 190.0M 0 144.3k 1:06:08 22:28 43:40 169.9k 34 559.2M 0 0 34 190.2M 0 144.3k 1:06:08 22:30 43:38 159.7k 34 559.2M 0 0 34 190.3M 0 144.2k 1:06:08 22:31 43:37 144.0k 34 559.2M 0 0 34 190.5M 0 144.2k 1:06:09 22:32 43:37 133.4k 34 559.2M 0 0 34 190.6M 0 144.2k 1:06:09 22:33 43:36 128.4k 34 559.2M 0 0 34 190.8M 0 144.2k 1:06:09 22:35 43:34 129.8k 34 559.2M 0 0 34 191.0M 0 144.2k 1:06:09 22:36 43:33 133.6k 34 559.2M 0 0 34 191.2M 0 144.2k 1:06:08 22:37 43:31 143.0k 34 559.2M 0 0 34 191.4M 0 144.2k 1:06:08 22:38 43:30 151.5k 34 559.2M 0 0 34 191.6M 0 144.2k 1:06:08 22:39 43:29 153.6k 34 559.2M 0 0 34 191.8M 0 144.2k 1:06:08 22:41 43:27 156.5k 34 559.2M 0 0 34 192.0M 0 144.3k 1:06:08 22:42 43:26 156.4k 34 559.2M 0 0 34 192.1M 0 144.3k 1:06:07 22:43 43:24 152.9k 34 559.2M 0 0 34 192.3M 0 144.3k 1:06:07 22:44 43:23 149.8k 34 559.2M 0 0 34 192.5M 0 144.3k 1:06:07 22:46 43:21 153.4k 34 559.2M 0 0 34 192.7M 0 144.3k 1:06:07 22:47 43:20 154.2k 34 559.2M 0 0 34 192.8M 0 144.3k 1:06:07 22:48 43:19 147.3k 34 559.2M 0 0 34 193.0M 0 144.3k 1:06:08 22:49 43:19 141.9k 34 559.2M 0 0 34 193.2M 0 144.3k 1:06:07 22:51 43:16 147.8k 34 559.2M 0 0 34 193.4M 0 144.3k 1:06:06 22:52 43:14 150.9k 34 559.2M 0 0 34 193.6M 0 144.3k 1:06:06 22:53 43:13 148.6k 34 559.2M 0 0 34 193.7M 0 144.3k 1:06:08 22:54 43:14 141.8k 34 559.2M 0 0 34 193.8M 0 144.2k 1:06:10 22:56 43:14 125.0k 34 559.2M 0 0 34 194.0M 0 144.1k 1:06:12 22:57 43:15 110.5k 34 559.2M 0 0 34 194.1M 0 144.1k 1:06:11 22:59 43:12 110.5k 34 559.2M 0 0 34 194.4M 0 144.2k 1:06:10 23:00 43:10 120.0k 34 559.2M 0 0 34 194.6M 0 144.2k 1:06:10 23:01 43:09 126.5k 34 559.2M 0 0 34 194.7M 0 144.1k 1:06:11 23:03 43:08 140.0k 34 559.2M 0 0 34 194.9M 0 144.2k 1:06:10 23:04 43:06 153.8k 34 559.2M 0 0 34 195.1M 0 144.2k 1:06:11 23:05 43:06 147.1k 34 559.2M 0 0 34 195.3M 0 144.2k 1:06:10 23:06 43:04 136.9k 34 559.2M 0 0 34 195.5M 0 144.1k 1:06:11 23:08 43:03 139.7k 34 559.2M 0 0 34 195.6M 0 144.2k 1:06:10 23:09 43:01 147.1k 35 559.2M 0 0 35 195.8M 0 144.1k 1:06:11 23:11 43:00 139.9k 35 559.2M 0 0 35 196.0M 0 144.2k 1:06:10 23:12 42:58 146.6k 35 559.2M 0 0 35 196.2M 0 144.2k 1:06:10 23:13 42:57 147.5k 35 559.2M 0 0 35 196.4M 0 144.2k 1:06:10 23:14 42:56 149.2k 35 559.2M 0 0 35 196.6M 0 144.2k 1:06:10 23:16 42:54 148.3k 35 559.2M 0 0 35 196.8M 0 144.2k 1:06:10 23:17 42:53 147.7k 35 559.2M 0 0 35 197.0M 0 144.2k 1:06:10 23:18 42:52 145.0k 35 559.2M 0 0 35 197.1M 0 144.1k 1:06:11 23:19 42:52 139.2k 35 559.2M 0 0 35 197.2M 0 144.1k 1:06:12 23:21 42:51 129.7k 35 559.2M 0 0 35 197.3M 0 144.1k 1:06:12 23:22 42:50 123.7k 35 559.2M 0 0 35 197.5M 0 144.1k 1:06:13 23:23 42:50 125.2k 35 559.2M 0 0 35 197.7M 0 144.0k 1:06:13 23:25 42:48 118.9k 35 559.2M 0 0 35 197.8M 0 144.0k 1:06:14 23:26 42:48 116.3k 35 559.2M 0 0 35 198.0M 0 144.0k 1:06:15 23:27 42:48 121.9k 35 559.2M 0 0 35 198.1M 0 144.0k 1:06:15 23:29 42:46 122.6k 35 559.2M 0 0 35 198.3M 0 144.0k 1:06:16 23:30 42:46 120.7k 35 559.2M 0 0 35 198.4M 0 143.9k 1:06:16 23:31 42:45 117.6k 35 559.2M 0 0 35 198.6M 0 143.9k 1:06:17 23:32 42:45 120.4k 35 559.2M 0 0 35 198.6M 0 143.9k 1:06:19 23:33 42:46 110.5k 35 559.2M 0 0 35 198.8M 0 143.8k 1:06:20 23:35 42:45 102.3k 35 559.2M 0 0 35 199.0M 0 143.8k 1:06:21 23:36 42:45 104.7k 35 559.2M 0 0 35 199.1M 0 143.8k 1:06:21 23:37 42:44 105.6k 35 559.2M 0 0 35 199.3M 0 143.8k 1:06:21 23:39 42:42 112.7k 35 559.2M 0 0 35 199.5M 0 143.8k 1:06:20 23:40 42:40 132.6k 35 559.2M 0 0 35 199.6M 0 143.8k 1:06:21 23:41 42:40 141.7k 35 559.2M 0 0 35 199.8M 0 143.8k 1:06:20 23:42 42:38 150.2k 35 559.2M 0 0 35 200.0M 0 143.8k 1:06:20 23:43 42:37 159.4k 35 559.2M 0 0 35 200.2M 0 143.8k 1:06:20 23:45 42:35 155.1k 35 559.2M 0 0 35 200.3M 0 143.8k 1:06:21 23:46 42:35 138.8k 35 559.2M 0 0 35 200.5M 0 143.8k 1:06:22 23:48 42:34 136.3k 35 559.2M 0 0 35 200.6M 0 143.7k 1:06:22 23:49 42:33 129.1k 35 559.2M 0 0 35 200.8M 0 143.8k 1:06:21 23:50 42:31 130.3k 35 559.2M 0 0 35 201.0M 0 143.8k 1:06:21 23:51 42:30 135.0k 35 559.2M 0 0 35 201.1M 0 143.8k 1:06:21 23:52 42:29 141.2k 35 559.2M 0 0 35 201.3M 0 143.8k 1:06:22 23:53 42:29 143.7k 36 559.2M 0 0 36 201.5M 0 143.8k 1:06:21 23:54 42:27 150.5k 36 559.2M 0 0 36 201.6M 0 143.8k 1:06:21 23:55 42:26 150.6k 36 559.2M 0 0 36 201.9M 0 143.9k 1:06:19 23:56 42:23 161.1k 36 559.2M 0 0 36 202.1M 0 143.9k 1:06:18 23:58 42:20 169.9k 36 559.2M 0 0 36 202.3M 0 143.9k 1:06:18 23:59 42:19 178.3k 36 559.2M 0 0 36 202.5M 0 143.9k 1:06:17 24:00 42:17 179.4k 36 559.2M 0 0 36 202.6M 0 143.9k 1:06:17 24:01 42:16 175.6k 36 559.2M 0 0 36 202.8M 0 143.9k 1:06:16 24:02 42:14 164.9k 36 559.2M 0 0 36 203.0M 0 144.0k 1:06:16 24:03 42:13 163.0k 36 559.2M 0 0 36 203.2M 0 144.0k 1:06:15 24:05 42:10 164.9k 36 559.2M 0 0 36 203.4M 0 144.0k 1:06:15 24:06 42:09 167.8k 36 559.2M 0 0 36 203.6M 0 144.0k 1:06:14 24:07 42:07 173.3k 36 559.2M 0 0 36 203.8M 0 144.0k 1:06:14 24:08 42:06 167.8k 36 559.2M 0 0 36 204.0M 0 144.0k 1:06:14 24:10 42:04 161.5k 36 559.2M 0 0 36 204.1M 0 144.0k 1:06:15 24:11 42:04 144.1k 36 559.2M 0 0 36 204.3M 0 143.9k 1:06:17 24:13 42:04 127.6k 36 559.2M 0 0 36 204.4M 0 143.9k 1:06:18 24:14 42:04 113.3k 36 559.2M 0 0 36 204.5M 0 143.9k 1:06:19 24:15 42:04 104.4k 36 559.2M 0 0 36 204.7M 0 143.9k 1:06:19 24:16 42:03 106.3k 36 559.2M 0 0 36 204.9M 0 143.8k 1:06:19 24:18 42:01 115.6k 36 559.2M 0 0 36 205.0M 0 143.8k 1:06:20 24:19 42:01 120.0k 36 559.2M 0 0 36 205.1M 0 143.8k 1:06:21 24:21 42:00 114.1k 36 559.2M 0 0 36 205.3M 0 143.7k 1:06:22 24:22 42:00 119.3k 36 559.2M 0 0 36 205.4M 0 143.7k 1:06:23 24:23 42:00 111.0k 36 559.2M 0 0 36 205.6M 0 143.7k 1:06:23 24:24 41:59 110.5k 36 559.2M 0 0 36 205.8M 0 143.7k 1:06:23 24:25 41:58 119.6k 36 559.2M 0 0 36 206.0M 0 143.8k 1:06:21 24:27 41:54 144.0k 36 559.2M 0 0 36 206.2M 0 143.8k 1:06:21 24:28 41:53 149.8k 36 559.2M 0 0 36 206.4M 0 143.7k 1:06:22 24:30 41:52 150.8k 36 559.2M 0 0 36 206.5M 0 143.7k 1:06:24 24:31 41:53 135.7k 36 559.2M 0 0 36 206.6M 0 143.6k 1:06:26 24:32 41:54 121.5k 36 559.2M 0 0 36 206.7M 0 143.5k 1:06:27 24:34 41:53 99.97k 36 559.2M 0 0 36 206.8M 0 143.5k 1:06:28 24:35 41:53 95325 37 559.2M 0 0 37 207.0M 0 143.6k 1:06:27 24:36 41:51 100.0k 37 559.2M 0 0 37 207.2M 0 143.6k 1:06:27 24:37 41:50 117.7k 37 559.2M 0 0 37 207.5M 0 143.6k 1:06:25 24:38 41:47 147.7k 37 559.2M 0 0 37 207.6M 0 143.6k 1:06:25 24:40 41:45 161.9k 37 559.2M 0 0 37 207.8M 0 143.6k 1:06:26 24:41 41:45 159.4k 37 559.2M 0 0 37 207.9M 0 143.6k 1:06:26 24:42 41:44 149.4k 37 559.2M 0 0 37 208.0M 0 143.6k 1:06:27 24:43 41:44 146.2k 37 559.2M 0 0 37 208.1M 0 143.6k 1:06:27 24:44 41:43 124.9k 37 559.2M 0 0 37 208.3M 0 143.5k 1:06:28 24:45 41:43 115.3k 37 559.2M 0 0 37 208.5M 0 143.5k 1:06:28 24:46 41:42 125.4k 37 559.2M 0 0 37 208.7M 0 143.6k 1:06:26 24:48 41:38 142.0k 37 559.2M 0 0 37 208.9M 0 143.6k 1:06:26 24:49 41:37 146.8k 37 559.2M 0 0 37 209.1M 0 143.6k 1:06:26 24:50 41:36 150.2k 37 559.2M 0 0 37 209.3M 0 143.6k 1:06:25 24:52 41:33 170.3k 37 559.2M 0 0 37 209.5M 0 143.6k 1:06:25 24:53 41:32 165.9k 37 559.2M 0 0 37 209.7M 0 143.6k 1:06:25 24:54 41:31 156.7k 37 559.2M 0 0 37 209.9M 0 143.6k 1:06:25 24:56 41:29 156.5k 37 559.2M 0 0 37 210.1M 0 143.6k 1:06:24 24:57 41:27 158.8k 37 559.2M 0 0 37 210.2M 0 143.6k 1:06:25 24:58 41:27 139.3k 37 559.2M 0 0 37 210.3M 0 143.6k 1:06:26 24:59 41:27 135.7k 37 559.2M 0 0 37 210.5M 0 143.6k 1:06:25 25:00 41:25 140.1k 37 559.2M 0 0 37 210.8M 0 143.7k 1:06:24 25:02 41:22 151.6k 37 559.2M 0 0 37 211.0M 0 143.7k 1:06:22 25:03 41:19 165.4k 37 559.2M 0 0 37 211.3M 0 143.8k 1:06:21 25:04 41:17 188.2k 37 559.2M 0 0 37 211.5M 0 143.8k 1:06:20 25:05 41:15 194.3k 37 559.2M 0 0 37 211.6M 0 143.8k 1:06:20 25:06 41:14 196.5k 37 559.2M 0 0 37 211.8M 0 143.8k 1:06:19 25:07 41:12 184.0k 37 559.2M 0 0 37 212.0M 0 143.8k 1:06:19 25:09 41:10 169.3k 37 559.2M 0 0 37 212.1M 0 143.8k 1:06:21 25:10 41:11 143.3k 37 559.2M 0 0 37 212.2M 0 143.7k 1:06:22 25:11 41:11 131.8k 37 559.2M 0 0 37 212.4M 0 143.8k 1:06:21 25:12 41:09 132.6k 38 559.2M 0 0 38 212.6M 0 143.8k 1:06:19 25:13 41:06 144.5k 38 559.2M 0 0 38 212.8M 0 143.9k 1:06:19 25:14 41:05 147.6k 38 559.2M 0 0 38 213.0M 0 143.9k 1:06:18 25:15 41:03 168.3k 38 559.2M 0 0 38 213.3M 0 143.9k 1:06:17 25:17 41:00 183.1k 38 559.2M 0 0 38 213.5M 0 144.0k 1:06:16 25:18 40:58 187.2k 38 559.2M 0 0 38 213.8M 0 144.0k 1:06:15 25:19 40:56 182.7k 38 559.2M 0 0 38 213.9M 0 144.0k 1:06:15 25:21 40:54 174.8k 38 559.2M 0 0 38 214.1M 0 144.0k 1:06:15 25:22 40:53 169.4k 38 559.2M 0 0 38 214.3M 0 144.0k 1:06:15 25:23 40:52 165.6k 38 559.2M 0 0 38 214.5M 0 144.0k 1:06:14 25:24 40:50 164.6k 38 559.2M 0 0 38 214.7M 0 144.1k 1:06:13 25:25 40:48 161.7k 38 559.2M 0 0 38 214.9M 0 144.1k 1:06:13 25:27 40:46 166.4k 38 559.2M 0 0 38 215.1M 0 144.1k 1:06:12 25:28 40:44 169.0k 38 559.2M 0 0 38 215.2M 0 144.0k 1:06:13 25:29 40:44 157.4k 38 559.2M 0 0 38 215.3M 0 144.0k 1:06:14 25:30 40:44 140.6k 38 559.2M 0 0 38 215.5M 0 144.1k 1:06:13 25:31 40:42 143.5k 38 559.2M 0 0 38 215.8M 0 144.1k 1:06:12 25:33 40:39 152.9k 38 559.2M 0 0 38 216.0M 0 144.1k 1:06:12 25:34 40:38 144.9k 38 559.2M 0 0 38 216.1M 0 144.0k 1:06:14 25:35 40:39 142.5k 38 559.2M 0 0 38 216.2M 0 144.0k 1:06:14 25:36 40:38 143.4k 38 559.2M 0 0 38 216.4M 0 144.0k 1:06:14 25:38 40:36 140.1k 38 559.2M 0 0 38 216.6M 0 144.1k 1:06:12 25:39 40:33 146.1k 38 559.2M 0 0 38 216.8M 0 144.1k 1:06:11 25:40 40:31 154.4k 38 559.2M 0 0 38 217.0M 0 144.1k 1:06:12 25:41 40:31 163.8k 38 559.2M 0 0 38 217.1M 0 144.1k 1:06:12 25:42 40:30 164.8k 38 559.2M 0 0 38 217.2M 0 144.1k 1:06:13 25:43 40:30 150.3k 38 559.2M 0 0 38 217.3M 0 144.0k 1:06:15 25:45 40:30 116.4k 38 559.2M 0 0 38 217.5M 0 143.9k 1:06:16 25:46 40:30 100.8k 38 559.2M 0 0 38 217.6M 0 143.9k 1:06:17 25:47 40:30 99917 38 559.2M 0 0 38 217.7M 0 143.9k 1:06:19 25:49 40:30 93117 38 559.2M 0 0 38 217.8M 0 143.8k 1:06:19 25:50 40:29 94323 38 559.2M 0 0 38 218.0M 0 143.8k 1:06:19 25:51 40:28 104.7k 39 559.2M 0 0 39 218.3M 0 143.9k 1:06:18 25:53 40:25 126.5k 39 559.2M 0 0 39 218.5M 0 143.9k 1:06:17 25:54 40:23 141.3k 39 559.2M 0 0 39 218.6M 0 143.9k 1:06:17 25:55 40:22 158.4k 39 559.2M 0 0 39 218.8M 0 143.9k 1:06:17 25:56 40:21 168.5k 39 559.2M 0 0 39 219.0M 0 143.9k 1:06:16 25:57 40:19 171.5k 39 559.2M 0 0 39 219.1M 0 143.9k 1:06:17 25:59 40:18 156.5k 39 559.2M 0 0 39 219.3M 0 143.9k 1:06:18 26:00 40:18 142.3k 39 559.2M 0 0 39 219.5M 0 143.9k 1:06:16 26:01 40:15 152.5k 39 559.2M 0 0 39 219.7M 0 144.0k 1:06:16 26:02 40:14 155.6k 39 559.2M 0 0 39 219.9M 0 144.0k 1:06:15 26:03 40:12 160.5k 39 559.2M 0 0 39 220.1M 0 144.1k 1:06:13 26:04 40:09 184.5k 39 559.2M 0 0 39 220.3M 0 144.0k 1:06:14 26:05 40:09 181.3k 39 559.2M 0 0 39 220.4M 0 144.0k 1:06:16 26:07 40:09 148.4k 39 559.2M 0 0 39 220.5M 0 143.9k 1:06:18 26:08 40:10 126.7k 39 559.2M 0 0 39 220.6M 0 143.9k 1:06:18 26:10 40:08 116.4k 39 559.2M 0 0 39 220.8M 0 143.8k 1:06:19 26:11 40:08 95436 39 559.2M 0 0 39 220.9M 0 143.8k 1:06:20 26:12 40:08 94201 39 559.2M 0 0 39 221.0M 0 143.8k 1:06:21 26:14 40:07 98372 39 559.2M 0 0 39 221.1M 0 143.7k 1:06:22 26:15 40:07 104.4k 39 559.2M 0 0 39 221.3M 0 143.8k 1:06:21 26:16 40:05 113.2k 39 559.2M 0 0 39 221.6M 0 143.8k 1:06:20 26:17 40:03 138.7k 39 559.2M 0 0 39 221.8M 0 143.8k 1:06:19 26:18 40:01 152.7k 39 559.2M 0 0 39 222.0M 0 143.8k 1:06:19 26:19 40:00 167.0k 39 559.2M 0 0 39 222.1M 0 143.8k 1:06:20 26:20 40:00 163.9k 39 559.2M 0 0 39 222.2M 0 143.8k 1:06:21 26:22 39:59 115.8k 39 559.2M 0 0 39 222.2M 0 143.8k 1:06:21 26:22 39:59 143.8k 39 559.2M 0 0 39 222.4M 0 143.8k 1:06:21 26:23 39:58 135.6k 39 559.2M 0 0 39 222.5M 0 143.7k 1:06:22 26:25 39:57 124.7k 39 559.2M 0 0 39 222.6M 0 143.7k 1:06:23 26:26 39:57 119.9k 39 559.2M 0 0 39 222.8M 0 143.7k 1:06:23 26:27 39:56 122.2k 39 559.2M 0 0 39 223.0M 0 143.7k 1:06:24 26:28 39:56 122.1k 39 559.2M 0 0 39 223.1M 0 143.7k 1:06:23 26:29 39:54 125.8k 39 559.2M 0 0 39 223.4M 0 143.7k 1:06:22 26:31 39:51 140.2k 39 559.2M 0 0 39 223.5M 0 143.7k 1:06:23 26:32 39:51 142.8k 40 559.2M 0 0 40 223.6M 0 143.7k 1:06:23 26:33 39:50 142.6k 40 559.2M 0 0 40 223.8M 0 143.7k 1:06:24 26:34 39:50 141.9k 40 559.2M 0 0 40 224.0M 0 143.7k 1:06:24 26:36 39:48 135.6k 40 559.2M 0 0 40 224.1M 0 143.7k 1:06:24 26:37 39:47 126.0k 40 559.2M 0 0 40 224.4M 0 143.7k 1:06:23 26:38 39:45 142.4k 40 559.2M 0 0 40 224.6M 0 143.7k 1:06:22 26:40 39:42 156.6k 40 559.2M 0 0 40 224.8M 0 143.8k 1:06:21 26:41 39:40 167.6k 40 559.2M 0 0 40 225.0M 0 143.8k 1:06:21 26:42 39:39 174.8k 40 559.2M 0 0 40 225.1M 0 143.8k 1:06:21 26:43 39:38 173.8k 40 559.2M 0 0 40 225.3M 0 143.8k 1:06:21 26:44 39:37 158.7k 40 559.2M 0 0 40 225.5M 0 143.8k 1:06:21 26:46 39:35 148.8k 40 559.2M 0 0 40 225.7M 0 143.7k 1:06:22 26:47 39:35 136.2k 40 559.2M 0 0 40 225.8M 0 143.7k 1:06:22 26:48 39:34 129.8k 40 559.2M 0 0 40 226.0M 0 143.7k 1:06:23 26:50 39:33 124.7k 40 559.2M 0 0 40 226.1M 0 143.6k 1:06:25 26:51 39:34 116.5k 40 559.2M 0 0 40 226.2M 0 143.6k 1:06:25 26:52 39:33 110.3k 40 559.2M 0 0 40 226.3M 0 143.6k 1:06:25 26:53 39:32 109.5k 40 559.2M 0 0 40 226.5M 0 143.6k 1:06:26 26:54 39:32 107.5k 40 559.2M 0 0 40 226.6M 0 143.5k 1:06:27 26:56 39:31 106.3k 40 559.2M 0 0 40 226.8M 0 143.6k 1:06:27 26:57 39:30 120.8k 40 559.2M 0 0 40 227.0M 0 143.6k 1:06:25 26:58 39:27 144.2k 40 559.2M 0 0 40 227.2M 0 143.6k 1:06:25 26:59 39:26 148.1k 40 559.2M 0 0 40 227.5M 0 143.7k 1:06:23 27:00 39:23 172.4k 40 559.2M 0 0 40 227.6M 0 143.7k 1:06:22 27:01 39:21 194.1k 40 559.2M 0 0 40 227.8M 0 143.7k 1:06:22 27:02 39:20 192.5k 40 559.2M 0 0 40 228.0M 0 143.8k 1:06:21 27:03 39:18 179.6k 40 559.2M 0 0 40 228.2M 0 143.8k 1:06:21 27:05 39:16 183.4k 40 559.2M 0 0 40 228.3M 0 143.7k 1:06:23 27:06 39:17 145.3k 40 559.2M 0 0 40 228.5M 0 143.7k 1:06:24 27:08 39:16 127.1k 40 559.2M 0 0 40 228.6M 0 143.6k 1:06:25 27:09 39:16 117.9k 40 559.2M 0 0 40 228.8M 0 143.6k 1:06:25 27:10 39:15 110.6k 40 559.2M 0 0 40 228.9M 0 143.6k 1:06:26 27:12 39:14 101.8k 40 559.2M 0 0 40 229.0M 0 143.6k 1:06:26 27:13 39:13 111.3k 40 559.2M 0 0 40 229.2M 0 143.6k 1:06:26 27:14 39:12 127.1k 41 559.2M 0 0 41 229.4M 0 143.6k 1:06:26 27:15 39:11 138.2k 41 559.2M 0 0 41 229.6M 0 143.7k 1:06:24 27:16 39:08 156.6k 41 559.2M 0 0 41 229.9M 0 143.7k 1:06:23 27:17 39:06 176.9k 41 559.2M 0 0 41 230.1M 0 143.8k 1:06:21 27:18 39:03 196.5k 41 559.2M 0 0 41 230.3M 0 143.8k 1:06:21 27:20 39:01 193.5k 41 559.2M 0 0 41 230.5M 0 143.8k 1:06:21 27:21 39:00 191.4k 41 559.2M 0 0 41 230.7M 0 143.8k 1:06:21 27:22 38:59 176.7k 41 559.2M 0 0 41 230.9M 0 143.8k 1:06:21 27:24 38:57 163.3k 41 559.2M 0 0 41 231.1M 0 143.8k 1:06:21 27:25 38:56 149.6k 41 559.2M 0 0 41 231.3M 0 143.8k 1:06:21 27:26 38:55 147.7k 41 559.2M 0 0 41 231.5M 0 143.8k 1:06:20 27:27 38:53 151.5k 41 559.2M 0 0 41 231.7M 0 143.8k 1:06:19 27:29 38:50 158.0k 41 559.2M 0 0 41 231.9M 0 143.9k 1:06:19 27:30 38:49 163.1k 41 559.2M 0 0 41 232.1M 0 143.9k 1:06:17 27:31 38:46 175.9k 41 559.2M 0 0 41 232.4M 0 144.0k 1:06:16 27:32 38:44 188.0k 41 559.2M 0 0 41 232.6M 0 144.0k 1:06:15 27:33 38:42 188.0k 41 559.2M 0 0 41 232.8M 0 144.0k 1:06:14 27:34 38:40 200.0k 41 559.2M 0 0 41 233.0M 0 144.0k 1:06:14 27:36 38:38 190.2k 41 559.2M 0 0 41 233.2M 0 144.1k 1:06:13 27:37 38:36 183.8k 41 559.2M 0 0 41 233.4M 0 144.1k 1:06:13 27:38 38:35 178.8k 41 559.2M 0 0 41 233.6M 0 144.1k 1:06:12 27:39 38:33 175.4k 41 559.2M 0 0 41 233.8M 0 144.1k 1:06:13 27:41 38:32 153.9k 41 559.2M 0 0 41 234.0M 0 144.1k 1:06:12 27:42 38:30 160.0k 41 559.2M 0 0 41 234.1M 0 144.1k 1:06:12 27:43 38:29 156.4k 41 559.2M 0 0 41 234.3M 0 144.1k 1:06:12 27:44 38:28 155.5k 41 559.2M 0 0 41 234.5M 0 144.1k 1:06:12 27:46 38:26 150.7k 41 559.2M 0 0 41 234.7M 0 144.1k 1:06:12 27:47 38:25 153.8k 42 559.2M 0 0 42 234.9M 0 144.1k 1:06:11 27:48 38:23 159.6k 42 559.2M 0 0 42 235.1M 0 144.2k 1:06:10 27:49 38:21 160.4k 42 559.2M 0 0 42 235.3M 0 144.1k 1:06:11 27:51 38:20 151.3k 42 559.2M 0 0 42 235.5M 0 144.2k 1:06:10 27:52 38:18 154.9k 42 559.2M 0 0 42 235.6M 0 144.2k 1:06:10 27:53 38:17 162.7k 42 559.2M 0 0 42 235.8M 0 144.2k 1:06:10 27:54 38:16 152.0k 42 559.2M 0 0 42 236.0M 0 144.2k 1:06:10 27:55 38:15 147.6k 42 559.2M 0 0 42 236.1M 0 144.2k 1:06:10 27:57 38:13 151.5k 42 559.2M 0 0 42 236.3M 0 144.1k 1:06:11 27:58 38:13 142.6k 42 559.2M 0 0 42 236.5M 0 144.2k 1:06:10 27:59 38:11 143.1k 42 559.2M 0 0 42 236.8M 0 144.2k 1:06:09 28:00 38:09 157.8k 42 559.2M 0 0 42 237.0M 0 144.2k 1:06:08 28:01 38:07 162.6k 42 559.2M 0 0 42 237.2M 0 144.3k 1:06:07 28:03 38:04 172.4k 42 559.2M 0 0 42 237.4M 0 144.3k 1:06:07 28:04 38:03 185.6k 42 559.2M 0 0 42 237.6M 0 144.3k 1:06:06 28:05 38:01 184.0k 42 559.2M 0 0 42 237.8M 0 144.3k 1:06:06 28:07 37:59 175.8k 42 559.2M 0 0 42 238.1M 0 144.4k 1:06:04 28:08 37:56 183.6k 42 559.2M 0 0 42 238.3M 0 144.4k 1:06:03 28:09 37:54 183.3k 42 559.2M 0 0 42 238.5M 0 144.4k 1:06:03 28:10 37:53 179.6k 42 559.2M 0 0 42 238.7M 0 144.4k 1:06:03 28:12 37:51 176.5k 42 559.2M 0 0 42 238.8M 0 144.4k 1:06:03 28:13 37:50 168.8k 42 559.2M 0 0 42 239.0M 0 144.4k 1:06:03 28:14 37:49 160.0k 42 559.2M 0 0 42 239.2M 0 144.4k 1:06:02 28:15 37:47 152.1k 42 559.2M 0 0 42 239.4M 0 144.5k 1:06:02 28:16 37:46 152.3k 42 559.2M 0 0 42 239.6M 0 144.5k 1:06:02 28:18 37:44 148.6k 42 559.2M 0 0 42 239.8M 0 144.5k 1:06:02 28:19 37:43 157.8k 42 559.2M 0 0 42 240.0M 0 144.5k 1:06:01 28:20 37:41 161.5k 42 559.2M 0 0 42 240.1M 0 144.5k 1:06:01 28:21 37:40 158.1k 42 559.2M 0 0 42 240.3M 0 144.5k 1:06:01 28:22 37:39 152.6k 42 559.2M 0 0 42 240.4M 0 144.5k 1:06:02 28:23 37:39 147.3k 43 559.2M 0 0 43 240.5M 0 144.4k 1:06:03 28:25 37:38 131.9k 43 559.2M 0 0 43 240.6M 0 144.4k 1:06:04 28:26 37:38 118.3k 43 559.2M 0 0 43 240.8M 0 144.4k 1:06:03 28:27 37:36 121.7k 43 559.2M 0 0 43 241.0M 0 144.4k 1:06:04 28:28 37:36 115.7k 43 559.2M 0 0 43 241.1M 0 144.4k 1:06:05 28:29 37:36 114.9k 43 559.2M 0 0 43 241.3M 0 144.4k 1:06:05 28:31 37:34 124.6k 43 559.2M 0 0 43 241.5M 0 144.4k 1:06:04 28:32 37:32 143.1k 43 559.2M 0 0 43 241.8M 0 144.5k 1:06:02 28:33 37:29 154.4k 43 559.2M 0 0 43 242.0M 0 144.5k 1:06:01 28:34 37:27 181.3k 43 559.2M 0 0 43 242.2M 0 144.5k 1:06:00 28:35 37:25 194.9k 43 559.2M 0 0 43 242.4M 0 144.5k 1:06:00 28:37 37:23 195.2k 43 559.2M 0 0 43 242.5M 0 144.5k 1:06:01 28:38 37:23 171.9k 43 559.2M 0 0 43 242.6M 0 144.5k 1:06:02 28:39 37:23 146.8k 43 559.2M 0 0 43 242.8M 0 144.4k 1:06:02 28:40 37:22 127.1k 43 559.2M 0 0 43 243.0M 0 144.5k 1:06:02 28:41 37:21 128.6k 43 559.2M 0 0 43 243.2M 0 144.5k 1:06:00 28:42 37:18 141.9k 43 559.2M 0 0 43 243.5M 0 144.6k 1:05:59 28:44 37:15 161.8k 43 559.2M 0 0 43 243.6M 0 144.6k 1:05:59 28:45 37:14 175.7k 43 559.2M 0 0 43 243.8M 0 144.6k 1:05:59 28:46 37:13 185.1k 43 559.2M 0 0 43 244.0M 0 144.6k 1:05:59 28:47 37:12 174.8k 43 559.2M 0 0 43 244.2M 0 144.6k 1:05:59 28:49 37:10 159.1k 43 559.2M 0 0 43 244.4M 0 144.6k 1:05:59 28:50 37:09 149.6k 43 559.2M 0 0 43 244.6M 0 144.6k 1:05:59 28:52 37:07 143.1k 43 559.2M 0 0 43 244.7M 0 144.5k 1:06:00 28:53 37:07 132.7k 43 559.2M 0 0 43 244.8M 0 144.5k 1:06:01 28:54 37:07 125.6k 43 559.2M 0 0 43 245.0M 0 144.5k 1:06:01 28:55 37:06 127.6k 43 559.2M 0 0 43 245.2M 0 144.5k 1:06:01 28:57 37:04 124.4k 43 559.2M 0 0 43 245.4M 0 144.5k 1:06:01 28:58 37:03 130.8k 43 559.2M 0 0 43 245.6M 0 144.5k 1:06:00 28:59 37:01 144.0k 43 559.2M 0 0 43 245.8M 0 144.6k 1:05:59 29:00 36:59 159.7k 43 559.2M 0 0 43 246.0M 0 144.6k 1:06:00 29:02 36:58 156.0k 44 559.2M 0 0 44 246.1M 0 144.5k 1:06:00 29:03 36:57 159.7k 44 559.2M 0 0 44 246.3M 0 144.6k 1:05:59 29:04 36:55 158.3k 44 559.2M 0 0 44 246.6M 0 144.6k 1:05:59 29:06 36:53 150.0k 44 559.2M 0 0 44 246.7M 0 144.5k 1:06:00 29:07 36:53 133.8k 44 559.2M 0 0 44 246.9M 0 144.5k 1:06:01 29:09 36:52 133.8k 44 559.2M 0 0 44 247.0M 0 144.5k 1:06:02 29:10 36:52 123.0k 44 559.2M 0 0 44 247.2M 0 144.5k 1:06:02 29:12 36:50 119.6k 44 559.2M 0 0 44 247.5M 0 144.5k 1:06:01 29:13 36:48 128.3k 44 559.2M 0 0 44 247.7M 0 144.5k 1:06:00 29:14 36:46 145.9k 44 559.2M 0 0 44 247.8M 0 144.5k 1:06:00 29:15 36:45 147.5k 44 559.2M 0 0 44 248.0M 0 144.5k 1:06:02 29:17 36:45 150.0k 44 559.2M 0 0 44 248.1M 0 144.5k 1:06:02 29:18 36:44 146.9k 44 559.2M 0 0 44 248.3M 0 144.5k 1:06:02 29:19 36:43 137.3k 44 559.2M 0 0 44 248.4M 0 144.5k 1:06:02 29:20 36:42 122.8k 44 559.2M 0 0 44 248.5M 0 144.4k 1:06:04 29:22 36:42 109.7k 44 559.2M 0 0 44 248.7M 0 144.4k 1:06:04 29:23 36:41 121.6k 44 559.2M 0 0 44 248.9M 0 144.4k 1:06:04 29:24 36:40 129.1k 44 559.2M 0 0 44 249.1M 0 144.4k 1:06:03 29:25 36:38 130.7k 44 559.2M 0 0 44 249.2M 0 144.4k 1:06:04 29:26 36:38 129.6k 44 559.2M 0 0 44 249.4M 0 144.4k 1:06:04 29:28 36:36 147.5k 44 559.2M 0 0 44 249.6M 0 144.5k 1:06:02 29:29 36:33 162.2k 44 559.2M 0 0 44 250.0M 0 144.6k 1:06:00 29:30 36:30 189.5k 44 559.2M 0 0 44 250.2M 0 144.6k 1:05:59 29:31 36:28 190.2k 44 559.2M 0 0 44 250.4M 0 144.6k 1:05:59 29:33 36:26 188.1k 44 559.2M 0 0 44 250.6M 0 144.5k 1:06:00 29:34 36:26 182.1k 44 559.2M 0 0 44 250.8M 0 144.5k 1:06:00 29:36 36:24 167.7k 44 559.2M 0 0 44 251.0M 0 144.5k 1:06:00 29:37 36:23 142.6k 44 559.2M 0 0 44 251.1M 0 144.5k 1:06:00 29:38 36:22 135.2k 44 559.2M 0 0 44 251.3M 0 144.5k 1:06:00 29:40 36:20 137.2k 44 559.2M 0 0 44 251.5M 0 144.5k 1:06:00 29:41 36:19 142.4k 45 559.2M 0 0 45 251.6M 0 144.5k 1:06:00 29:42 36:18 137.6k 45 559.2M 0 0 45 251.8M 0 144.5k 1:06:00 29:44 36:16 137.9k 45 559.2M 0 0 45 252.0M 0 144.5k 1:06:00 29:45 36:15 145.3k 45 559.2M 0 0 45 252.3M 0 144.6k 1:05:59 29:46 36:13 154.2k 45 559.2M 0 0 45 252.5M 0 144.6k 1:05:58 29:47 36:11 167.9k 45 559.2M 0 0 45 252.7M 0 144.6k 1:05:57 29:48 36:09 177.2k 45 559.2M 0 0 45 252.9M 0 144.6k 1:05:57 29:50 36:07 176.6k 45 559.2M 0 0 45 253.1M 0 144.7k 1:05:56 29:51 36:05 179.5k 45 559.2M 0 0 45 253.4M 0 144.7k 1:05:55 29:52 36:03 181.9k 45 559.2M 0 0 45 253.6M 0 144.7k 1:05:54 29:54 36:00 180.3k 45 559.2M 0 0 45 253.8M 0 144.7k 1:05:55 29:55 36:00 163.4k 45 559.2M 0 0 45 254.0M 0 144.7k 1:05:55 29:57 35:58 165.8k 45 559.2M 0 0 45 254.1M 0 144.7k 1:05:56 29:58 35:58 151.4k 45 559.2M 0 0 45 254.3M 0 144.7k 1:05:57 29:59 35:58 134.3k 45 559.2M 0 0 45 254.4M 0 144.6k 1:05:57 30:00 35:57 115.0k 45 559.2M 0 0 45 254.6M 0 144.6k 1:05:57 30:01 35:56 126.6k 45 559.2M 0 0 45 254.8M 0 144.6k 1:05:57 30:03 35:54 123.5k 45 559.2M 0 0 45 254.9M 0 144.6k 1:05:58 30:04 35:54 124.9k 45 559.2M 0 0 45 255.0M 0 144.6k 1:05:58 30:05 35:53 129.6k 45 559.2M 0 0 45 255.1M 0 144.6k 1:05:58 30:06 35:52 134.9k 45 559.2M 0 0 45 255.3M 0 144.6k 1:05:58 30:07 35:51 129.9k 45 559.2M 0 0 45 255.5M 0 144.6k 1:05:58 30:09 35:49 131.5k 45 559.2M 0 0 45 255.6M 0 144.6k 1:05:59 30:10 35:49 131.6k 45 559.2M 0 0 45 255.8M 0 144.6k 1:05:59 30:11 35:48 137.4k 45 559.2M 0 0 45 256.0M 0 144.6k 1:05:59 30:12 35:47 138.8k 45 559.2M 0 0 45 256.1M 0 144.6k 1:05:59 30:14 35:45 133.7k 45 559.2M 0 0 45 256.3M 0 144.5k 1:06:00 30:15 35:45 128.0k 45 559.2M 0 0 45 256.5M 0 144.5k 1:06:01 30:16 35:45 126.2k 45 559.2M 0 0 45 256.6M 0 144.5k 1:06:00 30:17 35:43 129.7k 45 559.2M 0 0 45 256.9M 0 144.6k 1:05:59 30:19 35:40 146.3k 45 559.2M 0 0 45 257.1M 0 144.6k 1:05:57 30:20 35:37 164.6k 46 559.2M 0 0 46 257.3M 0 144.6k 1:05:57 30:21 35:36 179.6k 46 559.2M 0 0 46 257.6M 0 144.7k 1:05:56 30:22 35:34 200.1k 46 559.2M 0 0 46 257.9M 0 144.8k 1:05:53 30:23 35:30 218.4k 46 559.2M 0 0 46 258.2M 0 144.9k 1:05:51 30:24 35:27 228.6k 46 559.2M 0 0 46 258.4M 0 144.9k 1:05:51 30:26 35:25 221.7k 46 559.2M 0 0 46 258.6M 0 144.9k 1:05:50 30:27 35:23 228.1k 46 559.2M 0 0 46 258.9M 0 145.0k 1:05:48 30:28 35:20 236.1k 46 559.2M 0 0 46 259.1M 0 145.0k 1:05:47 30:29 35:18 215.9k 46 559.2M 0 0 46 259.2M 0 145.0k 1:05:48 30:30 35:18 181.9k 46 559.2M 0 0 46 259.3M 0 145.0k 1:05:49 30:31 35:18 172.1k 46 559.2M 0 0 46 259.5M 0 144.9k 1:05:49 30:32 35:17 153.0k 46 559.2M 0 0 46 259.6M 0 144.9k 1:05:50 30:33 35:17 126.0k 46 559.2M 0 0 46 259.7M 0 144.9k 1:05:50 30:35 35:15 112.0k 46 559.2M 0 0 46 259.9M 0 144.9k 1:05:50 30:36 35:14 119.7k 46 559.2M 0 0 46 260.0M 0 144.9k 1:05:51 30:37 35:14 119.0k 46 559.2M 0 0 46 260.1M 0 144.9k 1:05:51 30:38 35:13 120.7k 46 559.2M 0 0 46 260.3M 0 144.8k 1:05:51 30:40 35:11 123.9k 46 559.2M 0 0 46 260.5M 0 144.9k 1:05:51 30:41 35:10 134.7k 46 559.2M 0 0 46 260.7M 0 144.9k 1:05:51 30:42 35:09 138.3k 46 559.2M 0 0 46 260.9M 0 144.9k 1:05:51 30:43 35:08 144.1k 46 559.2M 0 0 46 261.1M 0 144.9k 1:05:51 30:45 35:06 146.3k 46 559.2M 0 0 46 261.3M 0 144.9k 1:05:51 30:46 35:05 150.8k 46 559.2M 0 0 46 261.5M 0 144.9k 1:05:51 30:47 35:04 151.3k 46 559.2M 0 0 46 261.6M 0 144.9k 1:05:51 30:48 35:03 140.5k 46 559.2M 0 0 46 261.7M 0 144.8k 1:05:52 30:49 35:03 134.1k 46 559.2M 0 0 46 261.8M 0 144.8k 1:05:52 30:51 35:01 129.9k 46 559.2M 0 0 46 262.0M 0 144.8k 1:05:53 30:52 35:01 123.7k 46 559.2M 0 0 46 262.1M 0 144.8k 1:05:52 30:53 34:59 126.6k 46 559.2M 0 0 46 262.3M 0 144.8k 1:05:52 30:54 34:58 133.6k 46 559.2M 0 0 46 262.5M 0 144.8k 1:05:53 30:55 34:58 127.8k 46 559.2M 0 0 46 262.6M 0 144.8k 1:05:54 30:57 34:57 125.1k 46 559.2M 0 0 46 262.8M 0 144.7k 1:05:54 30:58 34:56 128.0k 47 559.2M 0 0 47 263.0M 0 144.8k 1:05:54 30:59 34:55 126.3k 47 559.2M 0 0 47 263.1M 0 144.7k 1:05:55 31:01 34:54 118.0k 47 559.2M 0 0 47 263.2M 0 144.7k 1:05:56 31:02 34:54 118.9k 47 559.2M 0 0 47 263.3M 0 144.7k 1:05:56 31:03 34:53 122.0k 47 559.2M 0 0 47 263.5M 0 144.7k 1:05:56 31:04 34:52 126.1k 47 559.2M 0 0 47 263.6M 0 144.6k 1:05:58 31:06 34:52 105.0k 47 559.2M 0 0 47 263.8M 0 144.6k 1:05:59 31:07 34:52 104.3k 47 559.2M 0 0 47 264.0M 0 144.6k 1:05:59 31:09 34:50 112.7k 47 559.2M 0 0 47 264.1M 0 144.6k 1:05:59 31:10 34:49 115.2k 47 559.2M 0 0 47 264.3M 0 144.6k 1:06:00 31:12 34:48 111.6k 47 559.2M 0 0 47 264.5M 0 144.5k 1:06:00 31:13 34:47 126.0k 47 559.2M 0 0 47 264.7M 0 144.5k 1:06:00 31:14 34:46 134.1k 47 559.2M 0 0 47 264.8M 0 144.5k 1:06:01 31:16 34:45 129.3k 47 559.2M 0 0 47 265.0M 0 144.5k 1:06:01 31:17 34:44 129.4k 47 559.2M 0 0 47 265.1M 0 144.5k 1:06:01 31:18 34:43 129.3k 47 559.2M 0 0 47 265.3M 0 144.5k 1:06:01 31:19 34:42 131.3k 47 559.2M 0 0 47 265.5M 0 144.5k 1:06:01 31:21 34:40 130.6k 47 559.2M 0 0 47 265.7M 0 144.5k 1:06:02 31:22 34:40 132.0k 47 559.2M 0 0 47 265.8M 0 144.4k 1:06:03 31:24 34:39 123.7k 47 559.2M 0 0 47 266.0M 0 144.4k 1:06:03 31:25 34:38 122.1k 47 559.2M 0 0 47 266.1M 0 144.4k 1:06:04 31:26 34:38 113.3k 47 559.2M 0 0 47 266.3M 0 144.4k 1:06:04 31:28 34:36 114.2k 47 559.2M 0 0 47 266.5M 0 144.4k 1:06:04 31:29 34:35 118.5k 47 559.2M 0 0 47 266.6M 0 144.4k 1:06:04 31:30 34:34 135.0k 47 559.2M 0 0 47 266.8M 0 144.4k 1:06:04 31:31 34:33 134.3k 47 559.2M 0 0 47 267.0M 0 144.4k 1:06:04 31:32 34:32 145.2k 47 559.2M 0 0 47 267.1M 0 144.4k 1:06:05 31:34 34:31 133.9k 47 559.2M 0 0 47 267.3M 0 144.4k 1:06:05 31:35 34:30 138.9k 47 559.2M 0 0 47 267.5M 0 144.4k 1:06:04 31:36 34:28 134.8k 47 559.2M 0 0 47 267.6M 0 144.4k 1:06:04 31:37 34:27 142.1k 47 559.2M 0 0 47 267.8M 0 144.4k 1:06:04 31:39 34:25 142.6k 47 559.2M 0 0 47 268.0M 0 144.3k 1:06:05 31:40 34:25 128.1k 47 559.2M 0 0 47 268.0M 0 144.3k 1:06:05 31:40 34:25 144.3k 47 559.2M 0 0 47 268.1M 0 144.3k 1:06:06 31:41 34:25 99.45k 47 559.2M 0 0 47 268.3M 0 144.3k 1:06:07 31:43 34:24 115.1k 48 559.2M 0 0 48 268.5M 0 144.3k 1:06:06 31:44 34:22 127.8k 48 559.2M 0 0 48 268.6M 0 144.3k 1:06:07 31:46 34:21 127.0k 48 559.2M 0 0 48 268.8M 0 144.3k 1:06:07 31:47 34:20 125.9k 48 559.2M 0 0 48 269.0M 0 144.3k 1:06:07 31:48 34:19 132.7k 48 559.2M 0 0 48 269.1M 0 144.3k 1:06:07 31:50 34:17 135.2k 48 559.2M 0 0 48 269.3M 0 144.3k 1:06:08 31:51 34:17 130.6k 48 559.2M 0 0 48 269.5M 0 144.2k 1:06:08 31:52 34:16 131.1k 48 559.2M 0 0 48 269.6M 0 144.3k 1:06:08 31:53 34:15 137.5k 48 559.2M 0 0 48 269.8M 0 144.3k 1:06:08 31:54 34:14 142.3k 48 559.2M 0 0 48 270.0M 0 144.2k 1:06:08 31:56 34:12 137.4k 48 559.2M 0 0 48 270.1M 0 144.2k 1:06:09 31:57 34:12 129.5k 48 559.2M 0 0 48 270.3M 0 144.2k 1:06:09 31:59 34:10 130.7k 48 559.2M 0 0 48 270.5M 0 144.2k 1:06:09 32:00 34:09 130.8k 48 559.2M 0 0 48 270.7M 0 144.2k 1:06:09 32:01 34:08 129.7k 48 559.2M 0 0 48 270.9M 0 144.2k 1:06:09 32:03 34:06 134.9k 48 559.2M 0 0 48 271.1M 0 144.2k 1:06:08 32:04 34:04 151.6k 48 559.2M 0 0 48 271.3M 0 144.3k 1:06:08 32:05 34:03 163.8k 48 559.2M 0 0 48 271.6M 0 144.3k 1:06:06 32:06 34:00 177.8k 48 559.2M 0 0 48 271.8M 0 144.3k 1:06:06 32:07 33:59 185.7k 48 559.2M 0 0 48 272.0M 0 144.3k 1:06:05 32:08 33:57 191.8k 48 559.2M 0 0 48 272.2M 0 144.4k 1:06:04 32:10 33:54 196.8k 48 559.2M 0 0 48 272.3M 0 144.4k 1:06:05 32:11 33:54 182.0k 48 559.2M 0 0 48 272.5M 0 144.4k 1:06:04 32:12 33:52 169.7k 48 559.2M 0 0 48 272.7M 0 144.4k 1:06:04 32:13 33:51 165.6k 48 559.2M 0 0 48 272.8M 0 144.4k 1:06:04 32:14 33:50 155.4k 48 559.2M 0 0 48 273.0M 0 144.4k 1:06:04 32:15 33:49 145.5k 48 559.2M 0 0 48 273.1M 0 144.4k 1:06:04 32:16 33:48 145.9k 48 559.2M 0 0 48 273.3M 0 144.4k 1:06:05 32:18 33:47 135.9k 48 559.2M 0 0 48 273.4M 0 144.3k 1:06:05 32:19 33:46 125.4k 48 559.2M 0 0 48 273.6M 0 144.3k 1:06:05 32:20 33:45 132.0k 48 559.2M 0 0 48 273.8M 0 144.4k 1:06:05 32:21 33:44 134.7k 49 559.2M 0 0 49 274.0M 0 144.4k 1:06:04 32:22 33:42 155.9k 49 559.2M 0 0 49 274.3M 0 144.5k 1:06:01 32:23 33:38 185.6k 49 559.2M 0 0 49 274.6M 0 144.5k 1:06:00 32:24 33:36 207.9k 49 559.2M 0 0 49 274.8M 0 144.6k 1:05:59 32:26 33:33 218.6k 49 559.2M 0 0 49 275.0M 0 144.6k 1:05:59 32:27 33:32 215.9k 49 559.2M 0 0 49 275.2M 0 144.6k 1:05:59 32:28 33:31 195.3k 49 559.2M 0 0 49 275.4M 0 144.6k 1:05:59 32:30 33:29 165.6k 49 559.2M 0 0 49 275.5M 0 144.5k 1:06:00 32:31 33:29 145.3k 49 559.2M 0 0 49 275.7M 0 144.5k 1:06:00 32:32 33:28 136.5k 49 559.2M 0 0 49 275.9M 0 144.6k 1:05:59 32:33 33:26 138.2k 49 559.2M 0 0 49 276.1M 0 144.6k 1:05:58 32:35 33:23 157.1k 49 559.2M 0 0 49 276.3M 0 144.6k 1:05:58 32:36 33:22 164.9k 49 559.2M 0 0 49 276.5M 0 144.6k 1:05:57 32:37 33:20 176.9k 49 559.2M 0 0 49 276.7M 0 144.7k 1:05:57 32:38 33:19 183.6k 49 559.2M 0 0 49 277.0M 0 144.7k 1:05:56 32:39 33:17 192.3k 49 559.2M 0 0 49 277.3M 0 144.8k 1:05:53 32:40 33:13 206.9k 49 559.2M 0 0 49 277.6M 0 144.9k 1:05:51 32:41 33:10 229.3k 49 559.2M 0 0 49 277.8M 0 144.8k 1:05:52 32:43 33:09 212.4k 49 559.2M 0 0 49 278.0M 0 144.8k 1:05:52 32:44 33:08 202.9k 49 559.2M 0 0 49 278.1M 0 144.8k 1:05:52 32:45 33:07 181.1k 49 559.2M 0 0 49 278.3M 0 144.8k 1:05:52 32:47 33:05 151.8k 49 559.2M 0 0 49 278.4M 0 144.8k 1:05:53 32:48 33:05 124.4k 49 559.2M 0 0 49 278.5M 0 144.8k 1:05:54 32:49 33:05 120.0k 49 559.2M 0 0 49 278.6M 0 144.7k 1:05:54 32:50 33:04 114.6k 49 559.2M 0 0 49 278.8M 0 144.7k 1:05:55 32:52 33:03 116.2k 49 559.2M 0 0 49 279.0M 0 144.8k 1:05:54 32:53 33:01 124.3k 49 559.2M 0 0 49 279.1M 0 144.7k 1:05:54 32:54 33:00 132.3k 49 559.2M 0 0 49 279.3M 0 144.8k 1:05:54 32:55 32:59 147.1k 49 559.2M 0 0 49 279.5M 0 144.7k 1:05:54 32:57 32:57 143.1k 50 559.2M 0 0 50 279.6M 0 144.7k 1:05:56 32:58 32:58 136.4k 50 559.2M 0 0 50 279.8M 0 144.7k 1:05:56 32:59 32:57 125.6k 50 559.2M 0 0 50 279.9M 0 144.7k 1:05:56 33:00 32:56 121.0k 50 559.2M 0 0 50 280.0M 0 144.6k 1:05:57 33:01 32:56 108.6k 50 559.2M 0 0 50 280.1M 0 144.6k 1:05:58 33:03 32:55 103.9k 50 559.2M 0 0 50 280.3M 0 144.6k 1:05:59 33:04 32:55 106.4k 50 559.2M 0 0 50 280.4M 0 144.6k 1:05:59 33:05 32:54 104.4k 50 559.2M 0 0 50 280.6M 0 144.6k 1:05:59 33:06 32:53 113.1k 50 559.2M 0 0 50 280.8M 0 144.6k 1:05:58 33:08 32:50 132.3k 50 559.2M 0 0 50 281.0M 0 144.6k 1:05:58 33:09 32:49 147.9k 50 559.2M 0 0 50 281.3M 0 144.6k 1:05:57 33:10 32:47 163.4k 50 559.2M 0 0 50 281.5M 0 144.6k 1:05:57 33:12 32:45 164.4k 50 559.2M 0 0 50 281.6M 0 144.6k 1:05:58 33:13 32:45 155.5k 50 559.2M 0 0 50 281.7M 0 144.6k 1:05:59 33:14 32:45 138.3k 50 559.2M 0 0 50 281.9M 0 144.6k 1:05:58 33:15 32:43 136.6k 50 559.2M 0 0 50 282.1M 0 144.6k 1:05:59 33:17 32:42 124.5k 50 559.2M 0 0 50 282.2M 0 144.6k 1:05:59 33:18 32:41 121.6k 50 559.2M 0 0 50 282.3M 0 144.5k 1:06:00 33:19 32:41 119.6k 50 559.2M 0 0 50 282.5M 0 144.5k 1:06:01 33:21 32:40 118.9k 50 559.2M 0 0 50 282.6M 0 144.5k 1:06:00 33:22 32:38 120.6k 50 559.2M 0 0 50 282.8M 0 144.5k 1:06:01 33:23 32:38 117.1k 50 559.2M 0 0 50 283.0M 0 144.5k 1:06:01 33:25 32:36 121.0k 50 559.2M 0 0 50 283.1M 0 144.5k 1:06:02 33:26 32:36 120.7k 50 559.2M 0 0 50 283.3M 0 144.5k 1:06:02 33:27 32:35 131.6k 50 559.2M 0 0 50 283.4M 0 144.5k 1:06:02 33:28 32:34 122.8k 50 559.2M 0 0 50 283.5M 0 144.4k 1:06:03 33:29 32:34 121.6k 50 559.2M 0 0 50 283.6M 0 144.4k 1:06:04 33:30 32:34 118.9k 50 559.2M 0 0 50 283.8M 0 144.4k 1:06:05 33:32 32:33 115.1k 50 559.2M 0 0 50 283.9M 0 144.3k 1:06:05 33:33 32:32 105.2k 50 559.2M 0 0 50 284.1M 0 144.4k 1:06:05 33:34 32:31 112.6k 50 559.2M 0 0 50 284.3M 0 144.4k 1:06:04 33:35 32:29 137.4k 50 559.2M 0 0 50 284.6M 0 144.4k 1:06:03 33:37 32:26 156.6k 50 559.2M 0 0 50 284.7M 0 144.4k 1:06:03 33:38 32:25 158.9k 50 559.2M 0 0 50 284.8M 0 144.4k 1:06:04 33:39 32:25 161.3k 50 559.2M 0 0 50 285.0M 0 144.4k 1:06:04 33:40 32:24 161.1k 51 559.2M 0 0 51 285.2M 0 144.4k 1:06:03 33:41 32:22 147.1k 51 559.2M 0 0 51 285.4M 0 144.4k 1:06:03 33:43 32:20 137.3k 51 559.2M 0 0 51 285.5M 0 144.4k 1:06:04 33:44 32:20 141.6k 51 559.2M 0 0 51 285.6M 0 144.4k 1:06:04 33:45 32:19 139.3k 51 559.2M 0 0 51 285.8M 0 144.4k 1:06:05 33:46 32:19 132.8k 51 559.2M 0 0 51 286.0M 0 144.4k 1:06:04 33:47 32:17 134.7k 51 559.2M 0 0 51 286.1M 0 144.4k 1:06:05 33:48 32:17 120.9k 51 559.2M 0 0 51 286.2M 0 144.3k 1:06:06 33:50 32:16 118.5k 51 559.2M 0 0 51 286.4M 0 144.3k 1:06:06 33:51 32:15 128.1k 51 559.2M 0 0 51 286.6M 0 144.3k 1:06:05 33:52 32:13 135.6k 51 559.2M 0 0 51 286.8M 0 144.3k 1:06:05 33:53 32:12 132.1k 51 559.2M 0 0 51 287.0M 0 144.3k 1:06:05 33:55 32:10 139.9k 51 559.2M 0 0 51 287.1M 0 144.3k 1:06:06 33:56 32:10 147.0k 51 559.2M 0 0 51 287.3M 0 144.3k 1:06:06 33:58 32:08 136.5k 51 559.2M 0 0 51 287.4M 0 144.3k 1:06:07 33:59 32:08 125.6k 51 559.2M 0 0 51 287.5M 0 144.3k 1:06:07 34:00 32:07 121.4k 51 559.2M 0 0 51 287.7M 0 144.3k 1:06:07 34:01 32:06 124.4k 51 559.2M 0 0 51 288.0M 0 144.3k 1:06:06 34:02 32:04 138.2k 51 559.2M 0 0 51 288.2M 0 144.3k 1:06:05 34:04 32:01 156.1k 51 559.2M 0 0 51 288.4M 0 144.4k 1:06:05 34:05 32:00 170.1k 51 559.2M 0 0 51 288.5M 0 144.3k 1:06:06 34:06 32:00 157.7k 51 559.2M 0 0 51 288.6M 0 144.3k 1:06:07 34:08 31:59 142.5k 51 559.2M 0 0 51 288.8M 0 144.2k 1:06:08 34:09 31:59 118.8k 51 559.2M 0 0 51 289.0M 0 144.2k 1:06:08 34:11 31:57 110.8k 51 559.2M 0 0 51 289.1M 0 144.2k 1:06:08 34:12 31:56 107.8k 51 559.2M 0 0 51 289.3M 0 144.2k 1:06:08 34:13 31:55 123.0k 51 559.2M 0 0 51 289.5M 0 144.2k 1:06:08 34:14 31:54 133.5k 51 559.2M 0 0 51 289.8M 0 144.3k 1:06:08 34:16 31:52 153.2k 51 559.2M 0 0 51 289.9M 0 144.2k 1:06:08 34:17 31:51 147.2k 51 559.2M 0 0 51 290.0M 0 144.2k 1:06:09 34:18 31:51 141.2k 51 559.2M 0 0 51 290.1M 0 144.2k 1:06:10 34:20 31:50 123.9k 51 559.2M 0 0 51 290.3M 0 144.2k 1:06:11 34:21 31:50 116.6k 51 559.2M 0 0 51 290.5M 0 144.2k 1:06:11 34:22 31:49 109.7k 51 559.2M 0 0 51 290.6M 0 144.2k 1:06:10 34:24 31:46 117.9k 52 559.2M 0 0 52 290.8M 0 144.2k 1:06:10 34:25 31:45 127.8k 52 559.2M 0 0 52 291.0M 0 144.2k 1:06:10 34:26 31:44 139.7k 52 559.2M 0 0 52 291.1M 0 144.1k 1:06:11 34:28 31:43 138.8k 52 559.2M 0 0 52 291.3M 0 144.1k 1:06:12 34:29 31:43 132.6k 52 559.2M 0 0 52 291.5M 0 144.1k 1:06:11 34:30 31:41 133.8k 52 559.2M 0 0 52 291.6M 0 144.1k 1:06:11 34:31 31:40 135.1k 52 559.2M 0 0 52 291.8M 0 144.1k 1:06:11 34:32 31:39 137.3k 52 559.2M 0 0 52 292.0M 0 144.1k 1:06:11 34:33 31:38 139.6k 52 559.2M 0 0 52 292.2M 0 144.2k 1:06:11 34:35 31:36 156.7k 52 559.2M 0 0 52 292.4M 0 144.1k 1:06:11 34:36 31:35 150.9k 52 559.2M 0 0 52 292.5M 0 144.1k 1:06:13 34:38 31:35 126.1k 52 559.2M 0 0 52 292.6M 0 144.0k 1:06:13 34:39 31:34 116.6k 52 559.2M 0 0 52 292.8M 0 144.0k 1:06:14 34:41 31:33 114.9k 52 559.2M 0 0 52 293.0M 0 144.0k 1:06:14 34:42 31:32 104.7k 52 559.2M 0 0 52 293.1M 0 144.0k 1:06:15 34:43 31:32 100.6k 52 559.2M 0 0 52 293.1M 0 144.0k 1:06:16 34:44 31:32 103.7k 52 559.2M 0 0 52 293.3M 0 143.9k 1:06:16 34:46 31:30 110.8k 52 559.2M 0 0 52 293.5M 0 143.9k 1:06:16 34:47 31:29 116.3k 52 559.2M 0 0 52 293.6M 0 143.9k 1:06:17 34:48 31:29 114.2k 52 559.2M 0 0 52 293.8M 0 143.9k 1:06:18 34:50 31:28 108.3k 52 559.2M 0 0 52 293.9M 0 143.9k 1:06:19 34:51 31:28 112.7k 52 559.2M 0 0 52 294.0M 0 143.8k 1:06:20 34:53 31:27 103.6k 52 559.2M 0 0 52 294.1M 0 143.8k 1:06:20 34:54 31:26 100.3k 52 559.2M 0 0 52 294.3M 0 143.8k 1:06:21 34:55 31:26 98654 52 559.2M 0 0 52 294.5M 0 143.8k 1:06:21 34:56 31:25 105.7k 52 559.2M 0 0 52 294.6M 0 143.8k 1:06:21 34:58 31:23 117.7k 52 559.2M 0 0 52 294.8M 0 143.8k 1:06:21 34:59 31:22 126.3k 52 559.2M 0 0 52 294.9M 0 143.8k 1:06:22 35:00 31:22 130.2k 52 559.2M 0 0 52 295.1M 0 143.8k 1:06:22 35:01 31:21 136.7k 52 559.2M 0 0 52 295.3M 0 143.8k 1:06:21 35:02 31:19 139.4k 52 559.2M 0 0 52 295.5M 0 143.8k 1:06:21 35:03 31:18 139.8k 52 559.2M 0 0 52 295.6M 0 143.8k 1:06:21 35:05 31:16 143.0k 52 559.2M 0 0 52 295.8M 0 143.8k 1:06:21 35:06 31:15 151.6k 52 559.2M 0 0 52 296.0M 0 143.8k 1:06:20 35:07 31:13 157.0k 52 559.2M 0 0 52 296.2M 0 143.8k 1:06:20 35:08 31:12 161.8k 53 559.2M 0 0 53 296.4M 0 143.8k 1:06:20 35:09 31:11 162.1k 53 559.2M 0 0 53 296.6M 0 143.8k 1:06:20 35:11 31:09 166.6k 53 559.2M 0 0 53 296.8M 0 143.8k 1:06:20 35:12 31:08 158.5k 53 559.2M 0 0 53 296.9M 0 143.8k 1:06:20 35:13 31:07 149.7k 53 559.2M 0 0 53 297.0M 0 143.8k 1:06:21 35:14 31:07 138.2k 53 559.2M 0 0 53 297.1M 0 143.8k 1:06:21 35:16 31:05 123.8k 53 559.2M 0 0 53 297.3M 0 143.7k 1:06:22 35:17 31:05 114.5k 53 559.2M 0 0 53 297.5M 0 143.8k 1:06:21 35:18 31:03 122.4k 53 559.2M 0 0 53 297.7M 0 143.8k 1:06:21 35:19 31:02 134.3k 53 559.2M 0 0 53 297.8M 0 143.8k 1:06:21 35:20 31:01 134.9k 53 559.2M 0 0 53 298.0M 0 143.8k 1:06:22 35:22 31:00 141.2k 53 559.2M 0 0 53 298.2M 0 143.8k 1:06:21 35:23 30:58 151.8k 53 559.2M 0 0 53 298.4M 0 143.8k 1:06:21 35:24 30:57 148.9k 53 559.2M 0 0 53 298.6M 0 143.8k 1:06:20 35:25 30:55 150.0k 53 559.2M 0 0 53 298.8M 0 143.8k 1:06:19 35:26 30:53 172.8k 53 559.2M 0 0 53 299.0M 0 143.8k 1:06:19 35:28 30:51 178.4k 53 559.2M 0 0 53 299.2M 0 143.9k 1:06:19 35:29 30:50 180.5k 53 559.2M 0 0 53 299.4M 0 143.9k 1:06:18 35:30 30:48 181.3k 53 559.2M 0 0 53 299.6M 0 143.9k 1:06:18 35:31 30:47 173.1k 53 559.2M 0 0 53 299.8M 0 143.9k 1:06:18 35:33 30:45 154.4k 53 559.2M 0 0 53 300.0M 0 143.9k 1:06:18 35:34 30:44 158.7k 53 559.2M 0 0 53 300.2M 0 143.9k 1:06:16 35:35 30:41 171.2k 53 559.2M 0 0 53 300.5M 0 144.0k 1:06:15 35:36 30:39 181.1k 53 559.2M 0 0 53 300.7M 0 144.0k 1:06:14 35:37 30:37 199.7k 53 559.2M 0 0 53 300.9M 0 144.0k 1:06:13 35:38 30:35 210.7k 53 559.2M 0 0 53 301.0M 0 144.0k 1:06:14 35:39 30:35 202.6k 53 559.2M 0 0 53 301.1M 0 144.0k 1:06:15 35:41 30:34 164.6k 53 559.2M 0 0 53 301.3M 0 144.0k 1:06:16 35:42 30:34 136.5k 53 559.2M 0 0 53 301.4M 0 143.9k 1:06:17 35:44 30:33 106.9k 53 559.2M 0 0 53 301.5M 0 143.9k 1:06:18 35:45 30:33 90924 53 559.2M 0 0 53 301.6M 0 143.9k 1:06:18 35:46 30:32 90547 53 559.2M 0 0 53 301.8M 0 143.9k 1:06:18 35:47 30:31 101.2k 54 559.2M 0 0 54 302.0M 0 143.9k 1:06:18 35:48 30:30 111.7k 54 559.2M 0 0 54 302.1M 0 143.8k 1:06:19 35:50 30:29 113.9k 54 559.2M 0 0 54 302.3M 0 143.8k 1:06:20 35:51 30:29 124.6k 54 559.2M 0 0 54 302.4M 0 143.8k 1:06:20 35:52 30:28 123.4k 54 559.2M 0 0 54 302.5M 0 143.8k 1:06:21 35:54 30:27 114.6k 54 559.2M 0 0 54 302.7M 0 143.8k 1:06:21 35:55 30:26 117.9k 54 559.2M 0 0 54 302.9M 0 143.8k 1:06:21 35:56 30:25 129.0k 54 559.2M 0 0 54 303.1M 0 143.8k 1:06:21 35:58 30:23 126.6k 54 559.2M 0 0 54 303.2M 0 143.8k 1:06:22 35:59 30:23 127.4k 54 559.2M 0 0 54 303.3M 0 143.7k 1:06:22 36:00 30:22 130.9k 54 559.2M 0 0 54 303.5M 0 143.7k 1:06:23 36:01 30:22 120.3k 54 559.2M 0 0 54 303.6M 0 143.7k 1:06:23 36:03 30:20 119.0k 54 559.2M 0 0 54 303.8M 0 143.7k 1:06:22 36:04 30:18 130.6k 54 559.2M 0 0 54 304.1M 0 143.8k 1:06:21 36:05 30:16 150.9k 54 559.2M 0 0 54 304.3M 0 143.8k 1:06:21 36:06 30:15 153.3k 54 559.2M 0 0 54 304.5M 0 143.8k 1:06:21 36:08 30:13 156.8k 54 559.2M 0 0 54 304.6M 0 143.8k 1:06:21 36:09 30:12 165.5k 54 559.2M 0 0 54 304.8M 0 143.8k 1:06:21 36:10 30:11 159.4k 54 559.2M 0 0 54 305.1M 0 143.8k 1:06:20 36:11 30:09 154.8k 54 559.2M 0 0 54 305.2M 0 143.8k 1:06:20 36:12 30:08 154.2k 54 559.2M 0 0 54 305.4M 0 143.8k 1:06:20 36:14 30:06 155.6k 54 559.2M 0 0 54 305.5M 0 143.8k 1:06:21 36:15 30:06 146.4k 54 559.2M 0 0 54 305.6M 0 143.8k 1:06:21 36:16 30:05 141.2k 54 559.2M 0 0 54 305.8M 0 143.8k 1:06:21 36:17 30:04 133.9k 54 559.2M 0 0 54 306.0M 0 143.8k 1:06:20 36:18 30:02 144.8k 54 559.2M 0 0 54 306.3M 0 143.9k 1:06:19 36:19 30:00 168.6k 54 559.2M 0 0 54 306.5M 0 143.9k 1:06:18 36:21 29:57 181.3k 54 559.2M 0 0 54 306.7M 0 143.9k 1:06:18 36:22 29:56 184.8k 54 559.2M 0 0 54 306.9M 0 143.9k 1:06:18 36:23 29:55 183.1k 54 559.2M 0 0 54 307.1M 0 143.9k 1:06:17 36:24 29:53 184.2k 54 559.2M 0 0 54 307.3M 0 143.9k 1:06:17 36:26 29:51 166.5k 55 559.2M 0 0 55 307.6M 0 143.9k 1:06:16 36:27 29:49 167.6k 55 559.2M 0 0 55 307.8M 0 143.9k 1:06:16 36:29 29:47 163.0k 55 559.2M 0 0 55 307.9M 0 143.9k 1:06:17 36:30 29:47 158.0k 55 559.2M 0 0 55 308.1M 0 143.9k 1:06:16 36:31 29:45 155.4k 55 559.2M 0 0 55 308.3M 0 144.0k 1:06:15 36:32 29:43 173.7k 55 559.2M 0 0 55 308.5M 0 144.0k 1:06:14 36:33 29:41 166.9k 55 559.2M 0 0 55 308.6M 0 144.0k 1:06:15 36:34 29:41 167.9k 55 559.2M 0 0 55 308.8M 0 144.0k 1:06:15 36:35 29:40 165.2k 55 559.2M 0 0 55 308.9M 0 144.0k 1:06:16 36:36 29:40 145.7k 55 559.2M 0 0 55 309.0M 0 143.9k 1:06:16 36:37 29:39 121.6k 55 559.2M 0 0 55 309.2M 0 143.9k 1:06:16 36:39 29:37 121.0k 55 559.2M 0 0 55 309.4M 0 144.0k 1:06:16 36:40 29:36 129.1k 55 559.2M 0 0 55 309.6M 0 144.0k 1:06:15 36:41 29:34 142.4k 55 559.2M 0 0 55 309.8M 0 144.0k 1:06:15 36:42 29:33 159.6k 55 559.2M 0 0 55 310.0M 0 144.0k 1:06:14 36:43 29:31 172.6k 55 559.2M 0 0 55 310.1M 0 144.0k 1:06:15 36:44 29:31 165.5k 55 559.2M 0 0 55 310.3M 0 144.0k 1:06:15 36:46 29:29 154.8k 55 559.2M 0 0 55 310.4M 0 144.0k 1:06:16 36:47 29:29 141.0k 55 559.2M 0 0 55 310.6M 0 144.0k 1:06:16 36:48 29:28 133.6k 55 559.2M 0 0 55 310.8M 0 144.0k 1:06:16 36:50 29:26 124.6k 55 559.2M 0 0 55 311.0M 0 143.9k 1:06:16 36:51 29:25 123.2k 55 559.2M 0 0 55 311.1M 0 143.9k 1:06:17 36:52 29:25 123.5k 55 559.2M 0 0 55 311.2M 0 143.9k 1:06:17 36:53 29:24 123.4k 55 559.2M 0 0 55 311.4M 0 143.9k 1:06:17 36:55 29:22 123.7k 55 559.2M 0 0 55 311.6M 0 143.9k 1:06:17 36:56 29:21 130.0k 55 559.2M 0 0 55 311.8M 0 143.9k 1:06:16 36:57 29:19 165.0k 55 559.2M 0 0 55 311.8M 0 143.9k 1:06:16 36:57 29:19 143.9k 55 559.2M 0 0 55 312.0M 0 143.9k 1:06:17 36:58 29:19 135.4k 55 559.2M 0 0 55 312.1M 0 143.9k 1:06:16 37:00 29:16 144.2k 55 559.2M 0 0 55 312.3M 0 143.9k 1:06:16 37:01 29:15 143.7k 55 559.2M 0 0 55 312.5M 0 143.9k 1:06:16 37:02 29:14 147.1k 55 559.2M 0 0 55 312.8M 0 144.0k 1:06:15 37:03 29:12 163.0k 55 559.2M 0 0 55 313.0M 0 144.0k 1:06:14 37:04 29:10 178.2k 56 559.2M 0 0 56 313.1M 0 144.0k 1:06:14 37:06 29:08 174.0k 56 559.2M 0 0 56 313.3M 0 144.0k 1:06:14 37:07 29:07 171.1k 56 559.2M 0 0 56 313.5M 0 144.0k 1:06:15 37:09 29:06 160.7k 56 559.2M 0 0 56 313.7M 0 144.0k 1:06:15 37:10 29:05 141.0k 56 559.2M 0 0 56 313.8M 0 144.0k 1:06:15 37:11 29:04 125.5k 56 559.2M 0 0 56 314.0M 0 144.0k 1:06:15 37:12 29:03 132.3k 56 559.2M 0 0 56 314.2M 0 144.0k 1:06:15 37:13 29:02 140.6k 56 559.2M 0 0 56 314.3M 0 144.0k 1:06:15 37:15 29:00 136.5k 56 559.2M 0 0 56 314.5M 0 143.9k 1:06:17 37:16 29:01 125.7k 56 559.2M 0 0 56 314.6M 0 143.9k 1:06:17 37:18 28:59 118.7k 56 559.2M 0 0 56 314.8M 0 143.9k 1:06:17 37:19 28:58 120.8k 56 559.2M 0 0 56 315.0M 0 144.0k 1:06:16 37:20 28:56 130.1k 56 559.2M 0 0 56 315.2M 0 144.0k 1:06:16 37:21 28:55 140.3k 56 559.2M 0 0 56 315.4M 0 144.0k 1:06:16 37:22 28:54 154.7k 56 559.2M 0 0 56 315.5M 0 144.0k 1:06:16 37:23 28:53 164.9k 56 559.2M 0 0 56 315.7M 0 144.0k 1:06:16 37:25 28:51 160.0k 56 559.2M 0 0 56 315.9M 0 144.0k 1:06:15 37:26 28:49 149.8k 56 559.2M 0 0 56 316.1M 0 144.0k 1:06:15 37:27 28:48 147.2k 56 559.2M 0 0 56 316.3M 0 144.0k 1:06:16 37:28 28:48 146.5k 56 559.2M 0 0 56 316.5M 0 144.0k 1:06:15 37:30 28:45 161.7k 56 559.2M 0 0 56 316.7M 0 144.0k 1:06:14 37:31 28:43 167.0k 56 559.2M 0 0 56 316.9M 0 144.0k 1:06:14 37:32 28:42 155.4k 56 559.2M 0 0 56 317.0M 0 144.0k 1:06:15 37:33 28:42 153.9k 56 559.2M 0 0 56 317.1M 0 144.0k 1:06:15 37:35 28:40 148.7k 56 559.2M 0 0 56 317.3M 0 144.0k 1:06:15 37:36 28:39 143.2k 56 559.2M 0 0 56 317.5M 0 144.0k 1:06:14 37:37 28:37 139.0k 56 559.2M 0 0 56 317.7M 0 144.0k 1:06:14 37:38 28:36 151.5k 56 559.2M 0 0 56 318.0M 0 144.1k 1:06:13 37:39 28:34 166.6k 56 559.2M 0 0 56 318.1M 0 144.1k 1:06:13 37:40 28:33 178.8k 56 559.2M 0 0 56 318.3M 0 144.1k 1:06:13 37:42 28:31 171.5k 56 559.2M 0 0 56 318.5M 0 144.1k 1:06:13 37:43 28:30 167.7k 56 559.2M 0 0 56 318.6M 0 144.0k 1:06:14 37:45 28:29 142.8k 57 559.2M 0 0 57 318.8M 0 144.0k 1:06:15 37:46 28:29 125.8k 57 559.2M 0 0 57 319.0M 0 144.0k 1:06:14 37:47 28:27 124.7k 57 559.2M 0 0 57 319.1M 0 144.0k 1:06:14 37:48 28:26 125.8k 57 559.2M 0 0 57 319.3M 0 144.0k 1:06:14 37:50 28:24 125.4k 57 559.2M 0 0 57 319.5M 0 144.0k 1:06:14 37:50 28:24 149.5k 57 559.2M 0 0 57 319.8M 0 144.1k 1:06:13 37:52 28:21 172.8k 57 559.2M 0 0 57 320.0M 0 144.1k 1:06:12 37:53 28:19 174.4k 57 559.2M 0 0 57 320.1M 0 144.1k 1:06:12 37:54 28:18 170.8k 57 559.2M 0 0 57 320.3M 0 144.1k 1:06:12 37:55 28:17 177.7k 57 559.2M 0 0 57 320.6M 0 144.1k 1:06:11 37:56 28:15 181.3k 57 559.2M 0 0 57 320.8M 0 144.2k 1:06:10 37:58 28:12 177.7k 57 559.2M 0 0 57 321.1M 0 144.2k 1:06:09 37:59 28:10 184.3k 57 559.2M 0 0 57 321.3M 0 144.2k 1:06:08 38:00 28:08 198.9k 57 559.2M 0 0 57 321.5M 0 144.2k 1:06:08 38:02 28:06 190.3k 57 559.2M 0 0 57 321.7M 0 144.2k 1:06:09 38:03 28:06 171.7k 57 559.2M 0 0 57 321.8M 0 144.2k 1:06:09 38:05 28:04 150.8k 57 559.2M 0 0 57 322.0M 0 144.2k 1:06:10 38:06 28:04 137.4k 57 559.2M 0 0 57 322.2M 0 144.2k 1:06:09 38:07 28:02 129.1k 57 559.2M 0 0 57 322.4M 0 144.2k 1:06:09 38:08 28:01 137.0k 57 559.2M 0 0 57 322.6M 0 144.2k 1:06:09 38:09 28:00 144.9k 57 559.2M 0 0 57 322.8M 0 144.2k 1:06:08 38:11 27:57 161.6k 57 559.2M 0 0 57 323.0M 0 144.3k 1:06:07 38:12 27:55 179.7k 57 559.2M 0 0 57 323.2M 0 144.3k 1:06:07 38:13 27:54 174.0k 57 559.2M 0 0 57 323.4M 0 144.3k 1:06:07 38:14 27:53 166.6k 57 559.2M 0 0 57 323.6M 0 144.3k 1:06:07 38:16 27:51 163.1k 57 559.2M 0 0 57 323.8M 0 144.3k 1:06:07 38:17 27:50 162.6k 57 559.2M 0 0 57 324.0M 0 144.3k 1:06:07 38:18 27:49 144.8k 57 559.2M 0 0 57 324.1M 0 144.3k 1:06:07 38:20 27:47 145.4k 58 559.2M 0 0 58 324.3M 0 144.3k 1:06:07 38:21 27:46 150.4k 58 559.2M 0 0 58 324.6M 0 144.3k 1:06:06 38:22 27:44 164.9k 58 559.2M 0 0 58 324.8M 0 144.3k 1:06:05 38:23 27:42 165.6k 58 559.2M 0 0 58 324.9M 0 144.3k 1:06:06 38:24 27:42 169.2k 58 559.2M 0 0 58 325.1M 0 144.3k 1:06:05 38:25 27:40 174.6k 58 559.2M 0 0 58 325.3M 0 144.3k 1:06:05 38:26 27:39 166.2k 58 559.2M 0 0 58 325.4M 0 144.3k 1:06:06 38:28 27:38 145.7k 58 559.2M 0 0 58 325.6M 0 144.3k 1:06:06 38:29 27:37 138.3k 58 559.2M 0 0 58 325.8M 0 144.3k 1:06:06 38:30 27:36 139.8k 58 559.2M 0 0 58 325.9M 0 144.3k 1:06:06 38:31 27:35 131.4k 58 559.2M 0 0 58 326.1M 0 144.3k 1:06:06 38:33 27:33 138.0k 58 559.2M 0 0 58 326.3M 0 144.4k 1:06:05 38:34 27:31 154.4k 58 559.2M 0 0 58 326.5M 0 144.3k 1:06:05 38:35 27:30 151.5k 58 559.2M 0 0 58 326.7M 0 144.4k 1:06:04 38:36 27:28 166.4k 58 559.2M 0 0 58 327.0M 0 144.4k 1:06:03 38:37 27:26 184.9k 58 559.2M 0 0 58 327.1M 0 144.4k 1:06:03 38:39 27:24 181.0k 58 559.2M 0 0 58 327.3M 0 144.4k 1:06:03 38:40 27:23 171.6k 58 559.2M 0 0 58 327.5M 0 144.4k 1:06:03 38:41 27:22 181.3k 58 559.2M 0 0 58 327.7M 0 144.4k 1:06:03 38:42 27:21 169.6k 58 559.2M 0 0 58 328.0M 0 144.5k 1:06:02 38:43 27:19 170.0k 58 559.2M 0 0 58 328.2M 0 144.5k 1:06:01 38:45 27:16 172.9k 58 559.2M 0 0 58 328.4M 0 144.5k 1:06:01 38:46 27:15 170.6k 58 559.2M 0 0 58 328.6M 0 144.5k 1:06:01 38:47 27:14 168.6k 58 559.2M 0 0 58 328.8M 0 144.5k 1:06:00 38:48 27:12 174.6k 58 559.2M 0 0 58 329.0M 0 144.5k 1:06:01 38:50 27:11 155.2k 58 559.2M 0 0 58 329.1M 0 144.5k 1:06:01 38:51 27:10 144.8k 58 559.2M 0 0 58 329.2M 0 144.5k 1:06:01 38:52 27:09 141.3k 58 559.2M 0 0 58 329.4M 0 144.5k 1:06:01 38:53 27:08 141.3k 58 559.2M 0 0 58 329.6M 0 144.5k 1:06:01 38:54 27:07 139.8k 58 559.2M 0 0 58 329.8M 0 144.5k 1:06:01 38:56 27:05 142.8k 59 559.2M 0 0 59 330.0M 0 144.5k 1:06:01 38:57 27:04 148.1k 59 559.2M 0 0 59 330.2M 0 144.6k 1:06:00 38:58 27:02 167.6k 59 559.2M 0 0 59 330.5M 0 144.6k 1:05:59 38:59 27:00 175.3k 59 559.2M 0 0 59 330.6M 0 144.6k 1:06:00 39:01 26:59 159.7k 59 559.2M 0 0 59 330.7M 0 144.5k 1:06:00 39:02 26:58 158.5k 59 559.2M 0 0 59 330.8M 0 144.5k 1:06:00 39:03 26:57 152.1k 59 559.2M 0 0 59 331.0M 0 144.5k 1:06:00 39:04 26:56 139.4k 59 559.2M 0 0 59 331.2M 0 144.5k 1:06:00 39:05 26:55 131.0k 59 559.2M 0 0 59 331.4M 0 144.5k 1:06:00 39:07 26:53 142.1k 59 559.2M 0 0 59 331.6M 0 144.5k 1:06:00 39:08 26:52 146.4k 59 559.2M 0 0 59 331.7M 0 144.5k 1:06:01 39:10 26:51 136.2k 59 559.2M 0 0 59 331.9M 0 144.5k 1:06:01 39:11 26:50 134.5k 59 559.2M 0 0 59 332.0M 0 144.5k 1:06:01 39:12 26:49 128.2k 59 559.2M 0 0 59 332.1M 0 144.5k 1:06:01 39:13 26:48 121.4k 59 559.2M 0 0 59 332.3M 0 144.5k 1:06:01 39:14 26:47 121.4k 59 559.2M 0 0 59 332.6M 0 144.5k 1:06:00 39:15 26:45 151.5k 59 559.2M 0 0 59 332.8M 0 144.6k 1:05:59 39:17 26:42 163.9k 59 559.2M 0 0 59 333.0M 0 144.6k 1:05:59 39:18 26:41 165.0k 59 559.2M 0 0 59 333.2M 0 144.6k 1:05:59 39:19 26:40 174.8k 59 559.2M 0 0 59 333.4M 0 144.6k 1:05:59 39:21 26:38 171.4k 59 559.2M 0 0 59 333.6M 0 144.5k 1:06:00 39:22 26:38 152.3k 59 559.2M 0 0 59 333.8M 0 144.6k 1:05:59 39:23 26:36 144.1k 59 559.2M 0 0 59 333.9M 0 144.5k 1:06:00 39:25 26:35 137.1k 59 559.2M 0 0 59 334.0M 0 144.5k 1:06:01 39:26 26:35 124.7k 59 559.2M 0 0 59 334.1M 0 144.5k 1:06:01 39:27 26:34 119.8k 59 559.2M 0 0 59 334.3M 0 144.5k 1:06:02 39:28 26:34 114.3k 59 559.2M 0 0 59 334.4M 0 144.5k 1:06:02 39:29 26:33 104.6k 59 559.2M 0 0 59 334.5M 0 144.4k 1:06:03 39:31 26:32 105.7k 59 559.2M 0 0 59 334.6M 0 144.4k 1:06:03 39:32 26:31 110.7k 59 559.2M 0 0 59 334.8M 0 144.4k 1:06:03 39:33 26:30 117.5k 59 559.2M 0 0 59 335.0M 0 144.4k 1:06:03 39:34 26:29 124.6k 59 559.2M 0 0 59 335.2M 0 144.4k 1:06:03 39:36 26:27 128.1k 59 559.2M 0 0 59 335.3M 0 144.4k 1:06:04 39:37 26:27 129.5k 59 559.2M 0 0 59 335.5M 0 144.4k 1:06:05 39:38 26:27 122.6k 60 559.2M 0 0 60 335.6M 0 144.3k 1:06:06 39:40 26:26 110.1k 60 559.2M 0 0 60 335.8M 0 144.3k 1:06:06 39:41 26:25 113.0k 60 559.2M 0 0 60 336.0M 0 144.3k 1:06:06 39:43 26:23 111.6k 60 559.2M 0 0 60 336.1M 0 144.3k 1:06:07 39:44 26:23 109.8k 60 559.2M 0 0 60 336.3M 0 144.3k 1:06:06 39:45 26:21 123.5k 60 559.2M 0 0 60 336.5M 0 144.3k 1:06:06 39:46 26:20 142.5k 60 559.2M 0 0 60 336.7M 0 144.4k 1:06:05 39:48 26:17 153.0k 60 559.2M 0 0 60 337.0M 0 144.4k 1:06:04 39:49 26:15 172.8k 60 559.2M 0 0 60 337.2M 0 144.4k 1:06:03 39:50 26:13 197.7k 60 559.2M 0 0 60 337.3M 0 144.4k 1:06:04 39:51 26:13 179.5k 60 559.2M 0 0 60 337.5M 0 144.4k 1:06:05 39:53 26:12 157.3k 60 559.2M 0 0 60 337.6M 0 144.3k 1:06:06 39:54 26:12 135.2k 60 559.2M 0 0 60 337.8M 0 144.3k 1:06:06 39:55 26:11 123.7k 60 559.2M 0 0 60 338.0M 0 144.3k 1:06:06 39:57 26:09 107.5k 60 559.2M 0 0 60 338.1M 0 144.3k 1:06:06 39:58 26:08 120.5k 60 559.2M 0 0 60 338.3M 0 144.3k 1:06:06 39:59 26:07 130.8k 60 559.2M 0 0 60 338.4M 0 144.3k 1:06:06 40:00 26:06 136.0k 60 559.2M 0 0 60 338.6M 0 144.3k 1:06:07 40:02 26:05 131.4k 60 559.2M 0 0 60 338.7M 0 144.3k 1:06:07 40:03 26:04 127.5k 60 559.2M 0 0 60 338.8M 0 144.2k 1:06:08 40:04 26:04 114.3k 60 559.2M 0 0 60 339.0M 0 144.2k 1:06:08 40:06 26:02 117.0k 60 559.2M 0 0 60 339.1M 0 144.2k 1:06:08 40:07 26:01 116.3k 60 559.2M 0 0 60 339.3M 0 144.2k 1:06:09 40:08 26:01 113.3k 60 559.2M 0 0 60 339.5M 0 144.2k 1:06:09 40:09 26:00 118.4k 60 559.2M 0 0 60 339.6M 0 144.2k 1:06:10 40:11 25:59 111.6k 60 559.2M 0 0 60 339.7M 0 144.1k 1:06:11 40:12 25:59 105.5k 60 559.2M 0 0 60 339.9M 0 144.1k 1:06:11 40:14 25:57 115.7k 60 559.2M 0 0 60 340.1M 0 144.2k 1:06:10 40:15 25:55 125.9k 60 559.2M 0 0 60 340.3M 0 144.2k 1:06:10 40:16 25:54 137.0k 60 559.2M 0 0 60 340.5M 0 144.2k 1:06:10 40:17 25:53 158.9k 60 559.2M 0 0 60 340.6M 0 144.2k 1:06:10 40:18 25:52 161.0k 60 559.2M 0 0 60 340.7M 0 144.2k 1:06:11 40:19 25:52 145.5k 60 559.2M 0 0 60 340.8M 0 144.1k 1:06:11 40:20 25:51 131.1k 60 559.2M 0 0 60 341.0M 0 144.1k 1:06:12 40:22 25:50 112.3k 61 559.2M 0 0 61 341.1M 0 144.1k 1:06:12 40:23 25:49 102.6k 61 559.2M 0 0 61 341.3M 0 144.1k 1:06:13 40:24 25:49 108.4k 61 559.2M 0 0 61 341.5M 0 144.1k 1:06:12 40:26 25:46 127.9k 61 559.2M 0 0 61 341.7M 0 144.1k 1:06:12 40:27 25:45 130.8k 61 559.2M 0 0 61 341.9M 0 144.1k 1:06:12 40:29 25:43 139.0k 61 559.2M 0 0 61 342.1M 0 144.1k 1:06:12 40:30 25:42 145.9k 61 559.2M 0 0 61 342.3M 0 144.1k 1:06:12 40:31 25:41 153.0k 61 559.2M 0 0 61 342.5M 0 144.1k 1:06:12 40:32 25:40 142.2k 61 559.2M 0 0 61 342.6M 0 144.1k 1:06:13 40:34 25:39 135.6k 61 559.2M 0 0 61 342.7M 0 144.0k 1:06:14 40:36 25:38 122.2k 61 559.2M 0 0 61 342.8M 0 144.0k 1:06:15 40:37 25:38 114.1k 61 559.2M 0 0 61 343.1M 0 144.0k 1:06:14 40:38 25:36 117.3k 61 559.2M 0 0 61 343.2M 0 144.0k 1:06:15 40:39 25:36 110.1k 61 559.2M 0 0 61 343.3M 0 144.0k 1:06:15 40:41 25:34 110.2k 61 559.2M 0 0 61 343.5M 0 144.0k 1:06:16 40:42 25:34 118.5k 61 559.2M 0 0 61 343.6M 0 143.9k 1:06:17 40:43 25:34 116.7k 61 559.2M 0 0 61 343.7M 0 143.9k 1:06:17 40:45 25:32 101.9k 61 559.2M 0 0 61 343.9M 0 143.9k 1:06:17 40:46 25:31 109.9k 61 559.2M 0 0 61 344.1M 0 143.9k 1:06:17 40:47 25:30 122.7k 61 559.2M 0 0 61 344.3M 0 143.9k 1:06:17 40:48 25:29 129.5k 61 559.2M 0 0 61 344.4M 0 143.9k 1:06:18 40:50 25:28 127.4k 61 559.2M 0 0 61 344.5M 0 143.9k 1:06:19 40:51 25:28 120.9k 61 559.2M 0 0 61 344.6M 0 143.8k 1:06:19 40:53 25:26 112.2k 61 559.2M 0 0 61 344.8M 0 143.8k 1:06:20 40:54 25:26 100.5k 61 559.2M 0 0 61 344.9M 0 143.8k 1:06:21 40:55 25:26 92932 61 559.2M 0 0 61 345.0M 0 143.7k 1:06:22 40:57 25:25 95840 61 559.2M 0 0 61 345.2M 0 143.7k 1:06:22 40:58 25:24 105.6k 61 559.2M 0 0 61 345.4M 0 143.8k 1:06:21 40:59 25:22 119.4k 61 559.2M 0 0 61 345.5M 0 143.8k 1:06:22 41:00 25:22 125.8k 61 559.2M 0 0 61 345.6M 0 143.7k 1:06:22 41:01 25:21 133.4k 61 559.2M 0 0 61 345.8M 0 143.7k 1:06:22 41:02 25:20 137.7k 61 559.2M 0 0 61 345.9M 0 143.7k 1:06:23 41:03 25:20 130.2k 61 559.2M 0 0 61 346.0M 0 143.7k 1:06:23 41:05 25:18 116.4k 61 559.2M 0 0 61 346.2M 0 143.7k 1:06:23 41:06 25:17 123.9k 61 559.2M 0 0 61 346.4M 0 143.7k 1:06:23 41:07 25:16 126.4k 61 559.2M 0 0 61 346.6M 0 143.7k 1:06:23 41:09 25:14 130.3k 62 559.2M 0 0 62 346.8M 0 143.7k 1:06:23 41:10 25:13 136.7k 62 559.2M 0 0 62 346.9M 0 143.7k 1:06:23 41:11 25:12 139.6k 62 559.2M 0 0 62 347.1M 0 143.7k 1:06:23 41:12 25:11 141.4k 62 559.2M 0 0 62 347.3M 0 143.7k 1:06:23 41:13 25:10 146.8k 62 559.2M 0 0 62 347.4M 0 143.7k 1:06:23 41:14 25:09 145.0k 62 559.2M 0 0 62 347.6M 0 143.7k 1:06:23 41:16 25:07 143.8k 62 559.2M 0 0 62 347.8M 0 143.7k 1:06:23 41:17 25:06 149.2k 62 559.2M 0 0 62 348.0M 0 143.7k 1:06:22 41:18 25:04 151.4k 62 559.2M 0 0 62 348.1M 0 143.7k 1:06:23 41:20 25:03 146.7k 62 559.2M 0 0 62 348.3M 0 143.7k 1:06:23 41:21 25:02 144.0k 62 559.2M 0 0 62 348.4M 0 143.7k 1:06:23 41:22 25:01 140.6k 62 559.2M 0 0 62 348.5M 0 143.7k 1:06:24 41:23 25:01 131.7k 62 559.2M 0 0 62 348.7M 0 143.7k 1:06:24 41:24 25:00 127.3k 62 559.2M 0 0 62 348.9M 0 143.7k 1:06:23 41:25 24:58 135.6k 62 559.2M 0 0 62 349.1M 0 143.7k 1:06:22 41:26 24:56 161.7k 62 559.2M 0 0 62 349.3M 0 143.8k 1:06:21 41:27 24:54 173.3k 62 559.2M 0 0 62 349.5M 0 143.8k 1:06:21 41:28 24:53 184.8k 62 559.2M 0 0 62 349.7M 0 143.8k 1:06:21 41:30 24:51 182.9k 62 559.2M 0 0 62 349.8M 0 143.8k 1:06:21 41:31 24:50 171.5k 62 559.2M 0 0 62 350.0M 0 143.8k 1:06:22 41:32 24:50 147.2k 62 559.2M 0 0 62 350.1M 0 143.8k 1:06:21 41:33 24:48 145.9k 62 559.2M 0 0 62 350.4M 0 143.8k 1:06:20 41:34 24:46 158.6k 62 559.2M 0 0 62 350.6M 0 143.8k 1:06:19 41:35 24:44 170.5k 62 559.2M 0 0 62 350.8M 0 143.8k 1:06:19 41:36 24:43 182.2k 62 559.2M 0 0 62 351.1M 0 143.9k 1:06:18 41:38 24:40 199.1k 62 559.2M 0 0 62 351.3M 0 143.9k 1:06:17 41:39 24:38 210.0k 62 559.2M 0 0 62 351.5M 0 143.9k 1:06:17 41:40 24:37 193.2k 62 559.2M 0 0 62 351.7M 0 143.9k 1:06:16 41:41 24:35 191.6k 62 559.2M 0 0 62 351.9M 0 143.9k 1:06:17 41:42 24:35 179.3k 62 559.2M 0 0 62 352.1M 0 143.9k 1:06:17 41:44 24:33 165.8k 62 559.2M 0 0 62 352.2M 0 143.9k 1:06:17 41:45 24:32 146.4k 63 559.2M 0 0 63 352.4M 0 143.9k 1:06:16 41:46 24:30 150.8k 63 559.2M 0 0 63 352.6M 0 144.0k 1:06:16 41:47 24:29 156.0k 63 559.2M 0 0 63 352.8M 0 144.0k 1:06:15 41:48 24:27 161.0k 63 559.2M 0 0 63 353.0M 0 144.0k 1:06:15 41:50 24:25 164.4k 63 559.2M 0 0 63 353.2M 0 144.0k 1:06:15 41:51 24:24 168.2k 63 559.2M 0 0 63 353.4M 0 144.0k 1:06:15 41:52 24:23 165.4k 63 559.2M 0 0 63 353.6M 0 144.0k 1:06:15 41:53 24:22 153.0k 63 559.2M 0 0 63 353.8M 0 144.0k 1:06:15 41:55 24:20 147.8k 63 559.2M 0 0 63 354.0M 0 144.0k 1:06:15 41:56 24:19 149.1k 63 559.2M 0 0 63 354.1M 0 144.0k 1:06:15 41:57 24:18 147.6k 63 559.2M 0 0 63 354.3M 0 144.0k 1:06:15 41:59 24:16 143.6k 63 559.2M 0 0 63 354.5M 0 144.0k 1:06:15 42:00 24:15 140.7k 63 559.2M 0 0 63 354.6M 0 144.0k 1:06:16 42:01 24:15 133.1k 63 559.2M 0 0 63 354.8M 0 143.9k 1:06:17 42:03 24:14 122.2k 63 559.2M 0 0 63 354.9M 0 143.9k 1:06:17 42:04 24:13 112.0k 63 559.2M 0 0 63 355.0M 0 143.9k 1:06:18 42:05 24:13 106.3k 63 559.2M 0 0 63 355.1M 0 143.9k 1:06:18 42:07 24:11 102.7k 63 559.2M 0 0 63 355.4M 0 143.9k 1:06:18 42:08 24:10 121.9k 63 559.2M 0 0 63 355.6M 0 143.9k 1:06:17 42:09 24:08 134.8k 63 559.2M 0 0 63 355.8M 0 143.9k 1:06:17 42:10 24:07 150.2k 63 559.2M 0 0 63 355.9M 0 143.9k 1:06:18 42:12 24:06 146.1k 63 559.2M 0 0 63 356.0M 0 143.9k 1:06:18 42:13 24:05 148.1k 63 559.2M 0 0 63 356.2M 0 143.9k 1:06:18 42:14 24:04 142.8k 63 559.2M 0 0 63 356.5M 0 143.9k 1:06:17 42:15 24:02 153.8k 63 559.2M 0 0 63 356.5M 0 143.9k 1:06:17 42:15 24:02 143.9k 63 559.2M 0 0 63 356.6M 0 143.9k 1:06:18 42:16 24:02 110.9k 63 559.2M 0 0 63 356.7M 0 143.9k 1:06:18 42:18 24:00 114.6k 63 559.2M 0 0 63 356.9M 0 143.9k 1:06:18 42:19 23:59 120.4k 63 559.2M 0 0 63 357.0M 0 143.8k 1:06:20 42:21 23:59 102.5k 63 559.2M 0 0 63 357.1M 0 143.8k 1:06:20 42:22 23:58 102.6k 63 559.2M 0 0 63 357.3M 0 143.8k 1:06:21 42:23 23:58 104.1k 63 559.2M 0 0 63 357.5M 0 143.8k 1:06:21 42:25 23:56 108.3k 63 559.2M 0 0 63 357.6M 0 143.8k 1:06:21 42:26 23:55 112.2k 63 559.2M 0 0 63 357.8M 0 143.8k 1:06:21 42:27 23:54 129.9k 64 559.2M 0 0 64 358.1M 0 143.8k 1:06:20 42:29 23:51 151.1k 64 559.2M 0 0 64 358.4M 0 143.9k 1:06:18 42:30 23:48 176.8k 64 559.2M 0 0 64 358.7M 0 143.9k 1:06:17 42:31 23:46 200.6k 64 559.2M 0 0 64 358.9M 0 143.9k 1:06:16 42:32 23:44 207.0k 64 559.2M 0 0 64 359.0M 0 143.9k 1:06:17 42:33 23:44 211.9k 64 559.2M 0 0 64 359.1M 0 143.9k 1:06:17 42:34 23:43 188.4k 64 559.2M 0 0 64 359.3M 0 143.9k 1:06:17 42:36 23:41 162.4k 64 559.2M 0 0 64 359.5M 0 143.9k 1:06:17 42:37 23:40 143.5k 64 559.2M 0 0 64 359.7M 0 143.9k 1:06:16 42:38 23:38 143.2k 64 559.2M 0 0 64 359.9M 0 144.0k 1:06:16 42:39 23:37 151.0k 64 559.2M 0 0 64 360.1M 0 143.9k 1:06:17 42:41 23:36 149.9k 64 559.2M 0 0 64 360.2M 0 143.9k 1:06:18 42:42 23:36 136.9k 64 559.2M 0 0 64 360.4M 0 143.9k 1:06:17 42:43 23:34 138.1k 64 559.2M 0 0 64 360.5M 0 143.9k 1:06:18 42:44 23:34 126.8k 64 559.2M 0 0 64 360.6M 0 143.9k 1:06:18 42:46 23:32 115.2k 64 559.2M 0 0 64 360.8M 0 143.9k 1:06:18 42:47 23:31 123.6k 64 559.2M 0 0 64 361.1M 0 143.9k 1:06:17 42:48 23:29 149.9k 64 559.2M 0 0 64 361.3M 0 143.9k 1:06:18 42:50 23:28 138.5k 64 559.2M 0 0 64 361.4M 0 143.9k 1:06:18 42:51 23:27 139.7k 64 559.2M 0 0 64 361.6M 0 143.9k 1:06:18 42:52 23:26 150.8k 64 559.2M 0 0 64 361.8M 0 143.9k 1:06:17 42:53 23:24 158.7k 64 559.2M 0 0 64 362.0M 0 143.9k 1:06:17 42:54 23:23 153.5k 64 559.2M 0 0 64 362.2M 0 143.9k 1:06:16 42:56 23:20 162.6k 64 559.2M 0 0 64 362.4M 0 143.9k 1:06:17 42:57 23:20 163.8k 64 559.2M 0 0 64 362.6M 0 143.9k 1:06:16 42:58 23:18 163.4k 64 559.2M 0 0 64 362.8M 0 143.9k 1:06:17 43:00 23:17 149.7k 64 559.2M 0 0 64 363.0M 0 143.9k 1:06:17 43:01 23:16 141.5k 64 559.2M 0 0 64 363.1M 0 143.9k 1:06:17 43:02 23:15 135.1k 64 559.2M 0 0 64 363.2M 0 143.9k 1:06:18 43:04 23:14 125.5k 64 559.2M 0 0 64 363.3M 0 143.9k 1:06:18 43:05 23:13 115.6k 65 559.2M 0 0 65 363.5M 0 143.9k 1:06:19 43:06 23:13 110.5k 65 559.2M 0 0 65 363.6M 0 143.8k 1:06:19 43:07 23:12 106.5k 65 559.2M 0 0 65 363.7M 0 143.8k 1:06:19 43:08 23:11 107.7k 65 559.2M 0 0 65 363.8M 0 143.8k 1:06:20 43:10 23:10 108.4k 65 559.2M 0 0 65 364.0M 0 143.8k 1:06:21 43:11 23:10 103.2k 65 559.2M 0 0 65 364.1M 0 143.8k 1:06:21 43:12 23:09 104.0k 65 559.2M 0 0 65 364.3M 0 143.8k 1:06:21 43:13 23:08 112.7k 65 559.2M 0 0 65 364.5M 0 143.8k 1:06:21 43:15 23:06 121.4k 65 559.2M 0 0 65 364.6M 0 143.8k 1:06:21 43:16 23:05 128.8k 65 559.2M 0 0 65 364.7M 0 143.7k 1:06:22 43:17 23:05 132.9k 65 559.2M 0 0 65 364.9M 0 143.8k 1:06:21 43:18 23:03 143.2k 65 559.2M 0 0 65 365.1M 0 143.8k 1:06:21 43:19 23:02 140.5k 65 559.2M 0 0 65 365.3M 0 143.8k 1:06:21 43:21 23:00 146.9k 65 559.2M 0 0 65 365.6M 0 143.8k 1:06:20 43:22 22:58 163.3k 65 559.2M 0 0 65 365.8M 0 143.8k 1:06:19 43:23 22:56 183.7k 65 559.2M 0 0 65 366.0M 0 143.8k 1:06:19 43:24 22:55 181.9k 65 559.2M 0 0 65 366.1M 0 143.8k 1:06:19 43:26 22:53 176.7k 65 559.2M 0 0 65 366.3M 0 143.8k 1:06:19 43:27 22:52 163.4k 65 559.2M 0 0 65 366.5M 0 143.8k 1:06:20 43:28 22:52 144.0k 65 559.2M 0 0 65 366.6M 0 143.8k 1:06:21 43:30 22:51 118.9k 65 559.2M 0 0 65 366.8M 0 143.8k 1:06:21 43:31 22:50 115.7k 65 559.2M 0 0 65 367.0M 0 143.8k 1:06:21 43:32 22:49 120.2k 65 559.2M 0 0 65 367.1M 0 143.8k 1:06:21 43:34 22:47 116.5k 65 559.2M 0 0 65 367.2M 0 143.8k 1:06:22 43:35 22:47 116.5k 65 559.2M 0 0 65 367.4M 0 143.8k 1:06:21 43:36 22:45 136.8k 65 559.2M 0 0 65 367.6M 0 143.8k 1:06:20 43:37 22:43 150.7k 65 559.2M 0 0 65 367.8M 0 143.8k 1:06:20 43:38 22:42 157.4k 65 559.2M 0 0 65 368.0M 0 143.8k 1:06:20 43:39 22:41 157.4k 65 559.2M 0 0 65 368.1M 0 143.8k 1:06:21 43:41 22:40 152.4k 65 559.2M 0 0 65 368.3M 0 143.8k 1:06:21 43:42 22:39 143.2k 65 559.2M 0 0 65 368.5M 0 143.8k 1:06:21 43:43 22:38 130.0k 65 559.2M 0 0 65 368.6M 0 143.7k 1:06:23 43:45 22:38 109.6k 65 559.2M 0 0 65 368.7M 0 143.7k 1:06:23 43:46 22:37 105.9k 65 559.2M 0 0 65 368.8M 0 143.7k 1:06:24 43:48 22:36 102.2k 65 559.2M 0 0 65 369.0M 0 143.6k 1:06:25 43:50 22:35 98427 66 559.2M 0 0 66 369.1M 0 143.6k 1:06:26 43:51 22:35 89230 66 559.2M 0 0 66 369.3M 0 143.6k 1:06:27 43:53 22:34 95105 66 559.2M 0 0 66 369.5M 0 143.6k 1:06:27 43:54 22:33 101.1k 66 559.2M 0 0 66 369.6M 0 143.6k 1:06:27 43:55 22:32 109.6k 66 559.2M 0 0 66 369.7M 0 143.5k 1:06:27 43:56 22:31 112.2k 66 559.2M 0 0 66 369.8M 0 143.5k 1:06:28 43:57 22:31 119.1k 66 559.2M 0 0 66 370.0M 0 143.5k 1:06:28 43:59 22:29 130.4k 66 559.2M 0 0 66 370.3M 0 143.6k 1:06:27 44:00 22:27 141.7k 66 559.2M 0 0 66 370.5M 0 143.6k 1:06:26 44:01 22:25 156.7k 66 559.2M 0 0 66 370.7M 0 143.6k 1:06:26 44:02 22:24 167.6k 66 559.2M 0 0 66 370.9M 0 143.6k 1:06:26 44:04 22:22 175.7k 66 559.2M 0 0 66 371.1M 0 143.6k 1:06:25 44:05 22:20 184.0k 66 559.2M 0 0 66 371.4M 0 143.7k 1:06:24 44:06 22:18 183.4k 66 559.2M 0 0 66 371.6M 0 143.7k 1:06:24 44:07 22:17 177.5k 66 559.2M 0 0 66 371.8M 0 143.7k 1:06:23 44:09 22:14 184.5k 66 559.2M 0 0 66 372.0M 0 143.7k 1:06:23 44:10 22:13 185.8k 66 559.2M 0 0 66 372.2M 0 143.7k 1:06:23 44:11 22:12 175.4k 66 559.2M 0 0 66 372.5M 0 143.7k 1:06:22 44:12 22:10 180.9k 66 559.2M 0 0 66 372.7M 0 143.8k 1:06:21 44:13 22:08 194.3k 66 559.2M 0 0 66 373.0M 0 143.8k 1:06:20 44:14 22:06 200.3k 66 559.2M 0 0 66 373.2M 0 143.9k 1:06:19 44:15 22:04 216.6k 66 559.2M 0 0 66 373.4M 0 143.9k 1:06:18 44:17 22:01 219.4k 66 559.2M 0 0 66 373.5M 0 143.9k 1:06:19 44:18 22:01 199.9k 66 559.2M 0 0 66 373.7M 0 143.9k 1:06:19 44:19 22:00 179.3k 66 559.2M 0 0 66 373.9M 0 143.9k 1:06:18 44:20 21:58 166.4k 66 559.2M 0 0 66 374.1M 0 143.9k 1:06:18 44:21 21:57 161.7k 66 559.2M 0 0 66 374.4M 0 143.9k 1:06:17 44:23 21:54 168.0k 66 559.2M 0 0 66 374.6M 0 143.9k 1:06:17 44:24 21:53 172.9k 67 559.2M 0 0 67 374.7M 0 143.9k 1:06:17 44:25 21:52 168.8k 67 559.2M 0 0 67 374.9M 0 143.9k 1:06:17 44:26 21:51 163.9k 67 559.2M 0 0 67 375.1M 0 143.9k 1:06:17 44:28 21:49 155.5k 67 559.2M 0 0 67 375.3M 0 143.9k 1:06:17 44:29 21:48 150.5k 67 559.2M 0 0 67 375.5M 0 143.9k 1:06:17 44:30 21:47 143.9k 67 559.2M 0 0 67 375.6M 0 143.9k 1:06:17 44:31 21:46 152.1k 67 559.2M 0 0 67 375.9M 0 144.0k 1:06:15 44:32 21:43 169.8k 67 559.2M 0 0 67 376.2M 0 144.0k 1:06:14 44:34 21:40 188.1k 67 559.2M 0 0 67 376.5M 0 144.0k 1:06:14 44:35 21:39 189.0k 67 559.2M 0 0 67 376.6M 0 144.0k 1:06:14 44:36 21:38 193.1k 67 559.2M 0 0 67 376.7M 0 144.0k 1:06:14 44:37 21:37 181.3k 67 559.2M 0 0 67 376.9M 0 144.0k 1:06:14 44:38 21:36 172.2k 67 559.2M 0 0 67 377.1M 0 144.1k 1:06:13 44:40 21:33 161.0k 67 559.2M 0 0 67 377.3M 0 144.1k 1:06:13 44:41 21:32 157.6k 67 559.2M 0 0 67 377.5M 0 144.1k 1:06:13 44:42 21:31 152.7k 67 559.2M 0 0 67 377.6M 0 144.1k 1:06:13 44:43 21:30 163.0k 67 559.2M 0 0 67 377.9M 0 144.1k 1:06:12 44:44 21:28 166.1k 67 559.2M 0 0 67 378.0M 0 144.1k 1:06:13 44:46 21:27 139.7k 67 559.2M 0 0 67 378.1M 0 144.0k 1:06:14 44:47 21:27 123.3k 67 559.2M 0 0 67 378.2M 0 144.0k 1:06:15 44:48 21:27 119.7k 67 559.2M 0 0 67 378.3M 0 144.0k 1:06:16 44:49 21:27 103.0k 67 559.2M 0 0 67 378.4M 0 143.9k 1:06:16 44:51 21:25 83765 67 559.2M 0 0 67 378.5M 0 143.9k 1:06:17 44:52 21:25 86089 67 559.2M 0 0 67 378.7M 0 143.9k 1:06:17 44:53 21:24 101.9k 67 559.2M 0 0 67 378.9M 0 143.9k 1:06:17 44:55 21:22 112.5k 67 559.2M 0 0 67 379.1M 0 143.9k 1:06:17 44:56 21:21 126.2k 67 559.2M 0 0 67 379.3M 0 143.9k 1:06:17 44:57 21:20 139.4k 67 559.2M 0 0 67 379.5M 0 143.9k 1:06:17 44:59 21:18 143.6k 67 559.2M 0 0 67 379.6M 0 143.9k 1:06:17 45:00 21:17 137.2k 67 559.2M 0 0 67 379.8M 0 143.9k 1:06:18 45:01 21:17 132.1k 67 559.2M 0 0 67 379.9M 0 143.9k 1:06:18 45:03 21:15 125.8k 67 559.2M 0 0 67 380.1M 0 143.9k 1:06:18 45:04 21:14 124.5k 67 559.2M 0 0 67 380.2M 0 143.8k 1:06:19 45:05 21:14 116.5k 68 559.2M 0 0 68 380.3M 0 143.8k 1:06:19 45:07 21:12 111.2k 68 559.2M 0 0 68 380.5M 0 143.8k 1:06:20 45:08 21:12 113.8k 68 559.2M 0 0 68 380.6M 0 143.8k 1:06:20 45:09 21:11 116.6k 68 559.2M 0 0 68 380.8M 0 143.8k 1:06:20 45:11 21:09 112.9k 68 559.2M 0 0 68 381.0M 0 143.8k 1:06:20 45:12 21:08 121.0k 68 559.2M 0 0 68 381.1M 0 143.8k 1:06:21 45:13 21:08 124.9k 68 559.2M 0 0 68 381.3M 0 143.8k 1:06:21 45:14 21:07 126.5k 68 559.2M 0 0 68 381.4M 0 143.8k 1:06:21 45:16 21:05 120.9k 68 559.2M 0 0 68 381.6M 0 143.8k 1:06:21 45:17 21:04 129.2k 68 559.2M 0 0 68 381.8M 0 143.8k 1:06:21 45:18 21:03 141.6k 68 559.2M 0 0 68 382.0M 0 143.8k 1:06:21 45:19 21:02 140.9k 68 559.2M 0 0 68 382.1M 0 143.8k 1:06:20 45:20 21:00 148.7k 68 559.2M 0 0 68 382.3M 0 143.8k 1:06:20 45:22 20:58 160.5k 68 559.2M 0 0 68 382.5M 0 143.8k 1:06:21 45:23 20:58 148.5k 68 559.2M 0 0 68 382.6M 0 143.8k 1:06:21 45:24 20:57 130.6k 68 559.2M 0 0 68 382.7M 0 143.7k 1:06:22 45:25 20:57 124.2k 68 559.2M 0 0 68 382.9M 0 143.7k 1:06:22 45:27 20:55 115.7k 68 559.2M 0 0 68 383.0M 0 143.7k 1:06:23 45:28 20:55 106.9k 68 559.2M 0 0 68 383.2M 0 143.7k 1:06:23 45:29 20:54 112.3k 68 559.2M 0 0 68 383.5M 0 143.7k 1:06:22 45:31 20:51 131.2k 68 559.2M 0 0 68 383.6M 0 143.7k 1:06:22 45:32 20:50 147.1k 68 559.2M 0 0 68 383.9M 0 143.8k 1:06:21 45:33 20:48 164.2k 68 559.2M 0 0 68 384.1M 0 143.8k 1:06:21 45:35 20:46 180.1k 68 559.2M 0 0 68 384.4M 0 143.8k 1:06:20 45:36 20:44 191.0k 68 559.2M 0 0 68 384.6M 0 143.8k 1:06:20 45:37 20:43 184.6k 68 559.2M 0 0 68 384.8M 0 143.9k 1:06:19 45:38 20:41 192.1k 68 559.2M 0 0 68 385.0M 0 143.9k 1:06:18 45:39 20:39 188.1k 68 559.2M 0 0 68 385.2M 0 143.9k 1:06:18 45:40 20:38 186.2k 68 559.2M 0 0 68 385.4M 0 143.9k 1:06:18 45:41 20:37 184.4k 68 559.2M 0 0 68 385.6M 0 143.9k 1:06:17 45:43 20:34 180.3k 68 559.2M 0 0 68 385.7M 0 143.9k 1:06:18 45:44 20:34 160.3k 69 559.2M 0 0 69 385.8M 0 143.9k 1:06:18 45:45 20:33 143.9k 69 559.2M 0 0 69 386.0M 0 143.9k 1:06:18 45:46 20:32 140.0k 69 559.2M 0 0 69 386.2M 0 143.9k 1:06:18 45:47 20:31 138.9k 69 559.2M 0 0 69 386.3M 0 143.9k 1:06:18 45:49 20:29 129.0k 69 559.2M 0 0 69 386.5M 0 143.9k 1:06:18 45:50 20:28 134.7k 69 559.2M 0 0 69 386.7M 0 143.9k 1:06:18 45:51 20:27 150.2k 69 559.2M 0 0 69 386.9M 0 143.9k 1:06:18 45:53 20:25 144.3k 69 559.2M 0 0 69 387.0M 0 143.9k 1:06:19 45:54 20:25 133.7k 69 559.2M 0 0 69 387.1M 0 143.8k 1:06:19 45:55 20:24 133.2k 69 559.2M 0 0 69 387.3M 0 143.8k 1:06:19 45:56 20:23 129.7k 69 559.2M 0 0 69 387.5M 0 143.8k 1:06:19 45:58 20:21 122.9k 69 559.2M 0 0 69 387.6M 0 143.8k 1:06:20 45:59 20:21 122.2k 69 559.2M 0 0 69 387.8M 0 143.8k 1:06:19 46:00 20:19 130.9k 69 559.2M 0 0 69 388.0M 0 143.8k 1:06:20 46:01 20:19 134.3k 69 559.2M 0 0 69 388.1M 0 143.8k 1:06:19 46:02 20:17 142.4k 69 559.2M 0 0 69 388.4M 0 143.9k 1:06:18 46:03 20:15 163.5k 69 559.2M 0 0 69 388.6M 0 143.9k 1:06:18 46:04 20:14 170.6k 69 559.2M 0 0 69 388.8M 0 143.9k 1:06:18 46:06 20:12 164.1k 69 559.2M 0 0 69 389.0M 0 143.9k 1:06:18 46:07 20:11 177.8k 69 559.2M 0 0 69 389.2M 0 143.9k 1:06:17 46:08 20:09 191.7k 69 559.2M 0 0 69 389.3M 0 143.9k 1:06:17 46:09 20:08 168.5k 69 559.2M 0 0 69 389.5M 0 143.9k 1:06:17 46:10 20:07 164.1k 69 559.2M 0 0 69 389.7M 0 143.9k 1:06:17 46:12 20:05 164.2k 69 559.2M 0 0 69 389.9M 0 143.9k 1:06:17 46:13 20:04 155.2k 69 559.2M 0 0 69 390.1M 0 143.9k 1:06:17 46:15 20:02 132.8k 69 559.2M 0 0 69 390.3M 0 143.9k 1:06:17 46:16 20:01 138.7k 69 559.2M 0 0 69 390.5M 0 143.9k 1:06:17 46:17 20:00 140.6k 69 559.2M 0 0 69 390.6M 0 143.9k 1:06:17 46:18 19:59 139.9k 69 559.2M 0 0 69 390.8M 0 143.9k 1:06:18 46:20 19:58 135.0k 69 559.2M 0 0 69 391.0M 0 143.9k 1:06:18 46:21 19:57 132.3k 69 559.2M 0 0 69 391.1M 0 143.9k 1:06:18 46:22 19:56 125.6k 69 559.2M 0 0 69 391.2M 0 143.8k 1:06:19 46:24 19:55 115.2k 69 559.2M 0 0 69 391.3M 0 143.8k 1:06:20 46:25 19:55 108.1k 70 559.2M 0 0 70 391.5M 0 143.8k 1:06:20 46:26 19:54 105.7k 70 559.2M 0 0 70 391.6M 0 143.8k 1:06:20 46:27 19:53 109.8k 70 559.2M 0 0 70 391.7M 0 143.8k 1:06:21 46:29 19:52 104.3k 70 559.2M 0 0 70 391.9M 0 143.8k 1:06:20 46:30 19:50 118.8k 70 559.2M 0 0 70 392.1M 0 143.8k 1:06:20 46:31 19:49 135.3k 70 559.2M 0 0 70 392.2M 0 143.8k 1:06:20 46:32 19:48 135.4k 70 559.2M 0 0 70 392.3M 0 143.8k 1:06:21 46:33 19:48 135.1k 70 559.2M 0 0 70 392.5M 0 143.8k 1:06:21 46:34 19:47 138.9k 70 559.2M 0 0 70 392.6M 0 143.7k 1:06:22 46:36 19:46 118.5k 70 559.2M 0 0 70 392.8M 0 143.7k 1:06:22 46:37 19:45 109.5k 70 559.2M 0 0 70 392.9M 0 143.7k 1:06:22 46:38 19:44 111.0k 70 559.2M 0 0 70 393.1M 0 143.7k 1:06:22 46:39 19:43 117.8k 70 559.2M 0 0 70 393.3M 0 143.7k 1:06:22 46:40 19:42 132.6k 70 559.2M 0 0 70 393.5M 0 143.8k 1:06:21 46:41 19:40 152.4k 70 559.2M 0 0 70 393.6M 0 143.8k 1:06:21 46:43 19:38 161.7k 70 559.2M 0 0 70 393.8M 0 143.8k 1:06:22 46:44 19:38 159.5k 70 559.2M 0 0 70 393.9M 0 143.7k 1:06:22 46:45 19:37 142.6k 70 559.2M 0 0 70 394.0M 0 143.7k 1:06:23 46:46 19:37 128.5k 70 559.2M 0 0 70 394.2M 0 143.7k 1:06:23 46:48 19:35 125.4k 70 559.2M 0 0 70 394.4M 0 143.7k 1:06:23 46:49 19:34 120.4k 70 559.2M 0 0 70 394.6M 0 143.7k 1:06:23 46:50 19:33 128.8k 70 559.2M 0 0 70 394.7M 0 143.7k 1:06:23 46:51 19:32 136.9k 70 559.2M 0 0 70 394.9M 0 143.7k 1:06:23 46:53 19:30 144.1k 70 559.2M 0 0 70 395.0M 0 143.7k 1:06:23 46:54 19:29 136.1k 70 559.2M 0 0 70 395.2M 0 143.7k 1:06:23 46:55 19:28 138.1k 70 559.2M 0 0 70 395.4M 0 143.7k 1:06:23 46:57 19:26 131.2k 70 559.2M 0 0 70 395.6M 0 143.7k 1:06:23 46:58 19:25 134.8k 70 559.2M 0 0 70 395.8M 0 143.7k 1:06:24 46:59 19:25 131.3k 70 559.2M 0 0 70 396.0M 0 143.7k 1:06:24 47:01 19:23 134.7k 70 559.2M 0 0 70 396.1M 0 143.6k 1:06:25 47:02 19:23 121.4k 70 559.2M 0 0 70 396.2M 0 143.6k 1:06:25 47:03 19:22 120.3k 70 559.2M 0 0 70 396.3M 0 143.6k 1:06:26 47:05 19:21 107.7k 70 559.2M 0 0 70 396.5M 0 143.6k 1:06:26 47:06 19:20 101.0k 70 559.2M 0 0 70 396.6M 0 143.6k 1:06:26 47:08 19:18 103.3k 70 559.2M 0 0 70 396.8M 0 143.6k 1:06:26 47:09 19:17 118.8k 71 559.2M 0 0 71 397.0M 0 143.6k 1:06:26 47:10 19:16 127.0k 71 559.2M 0 0 71 397.2M 0 143.6k 1:06:26 47:11 19:15 149.1k 71 559.2M 0 0 71 397.4M 0 143.6k 1:06:25 47:12 19:13 166.9k 71 559.2M 0 0 71 397.6M 0 143.6k 1:06:25 47:13 19:12 168.1k 71 559.2M 0 0 71 397.7M 0 143.6k 1:06:26 47:15 19:11 152.3k 71 559.2M 0 0 71 397.8M 0 143.6k 1:06:27 47:16 19:11 133.4k 71 559.2M 0 0 71 398.0M 0 143.6k 1:06:26 47:18 19:08 128.1k 71 559.2M 0 0 71 398.3M 0 143.6k 1:06:26 47:19 19:07 131.7k 71 559.2M 0 0 71 398.5M 0 143.6k 1:06:25 47:20 19:05 141.1k 71 559.2M 0 0 71 398.7M 0 143.6k 1:06:25 47:21 19:04 159.2k 71 559.2M 0 0 71 398.9M 0 143.6k 1:06:25 47:23 19:02 169.7k 71 559.2M 0 0 71 399.0M 0 143.6k 1:06:25 47:24 19:01 161.8k 71 559.2M 0 0 71 399.1M 0 143.6k 1:06:26 47:25 19:01 146.5k 71 559.2M 0 0 71 399.3M 0 143.6k 1:06:27 47:27 19:00 120.3k 71 559.2M 0 0 71 399.4M 0 143.5k 1:06:27 47:28 18:59 102.9k 71 559.2M 0 0 71 399.5M 0 143.5k 1:06:28 47:29 18:59 99327 71 559.2M 0 0 71 399.6M 0 143.5k 1:06:28 47:30 18:58 99266 71 559.2M 0 0 71 399.8M 0 143.5k 1:06:29 47:32 18:57 97.72k 71 559.2M 0 0 71 400.0M 0 143.5k 1:06:29 47:33 18:56 107.2k 71 559.2M 0 0 71 400.1M 0 143.5k 1:06:30 47:34 18:56 109.7k 71 559.2M 0 0 71 400.3M 0 143.5k 1:06:30 47:36 18:54 117.4k 71 559.2M 0 0 71 400.3M 0 143.5k 1:06:30 47:36 18:54 143.5k 71 559.2M 0 0 71 400.4M 0 143.4k 1:06:30 47:37 18:53 98.99k 71 559.2M 0 0 71 400.6M 0 143.4k 1:06:31 47:39 18:52 114.6k 71 559.2M 0 0 71 400.7M 0 143.4k 1:06:31 47:40 18:51 115.0k 71 559.2M 0 0 71 400.9M 0 143.4k 1:06:31 47:41 18:50 116.5k 71 559.2M 0 0 71 401.0M 0 143.4k 1:06:32 47:43 18:49 114.9k 71 559.2M 0 0 71 401.2M 0 143.4k 1:06:32 47:44 18:48 124.5k 71 559.2M 0 0 71 401.4M 0 143.4k 1:06:32 47:45 18:47 127.5k 71 559.2M 0 0 71 401.6M 0 143.4k 1:06:32 47:47 18:45 132.8k 71 559.2M 0 0 71 401.8M 0 143.4k 1:06:31 47:48 18:43 142.2k 71 559.2M 0 0 71 402.0M 0 143.4k 1:06:31 47:49 18:42 159.2k 71 559.2M 0 0 71 402.2M 0 143.4k 1:06:31 47:50 18:41 160.6k 71 559.2M 0 0 71 402.4M 0 143.4k 1:06:30 47:51 18:39 167.3k 71 559.2M 0 0 71 402.6M 0 143.4k 1:06:30 47:53 18:37 166.1k 72 559.2M 0 0 72 402.7M 0 143.4k 1:06:31 47:54 18:37 149.2k 72 559.2M 0 0 72 402.8M 0 143.4k 1:06:31 47:55 18:36 131.9k 72 559.2M 0 0 72 403.0M 0 143.4k 1:06:31 47:57 18:34 130.2k 72 559.2M 0 0 72 403.1M 0 143.4k 1:06:32 47:58 18:34 121.4k 72 559.2M 0 0 72 403.3M 0 143.4k 1:06:32 47:59 18:33 116.6k 72 559.2M 0 0 72 403.5M 0 143.4k 1:06:31 48:00 18:31 133.8k 72 559.2M 0 0 72 403.6M 0 143.4k 1:06:31 48:01 18:30 144.9k 72 559.2M 0 0 72 403.9M 0 143.4k 1:06:31 48:02 18:29 158.4k 72 559.2M 0 0 72 404.1M 0 143.4k 1:06:30 48:03 18:27 166.1k 72 559.2M 0 0 72 404.3M 0 143.4k 1:06:30 48:05 18:25 167.3k 72 559.2M 0 0 72 404.4M 0 143.4k 1:06:31 48:06 18:25 156.1k 72 559.2M 0 0 72 404.5M 0 143.4k 1:06:31 48:07 18:24 148.0k 72 559.2M 0 0 72 404.7M 0 143.4k 1:06:31 48:09 18:22 133.1k 72 559.2M 0 0 72 404.8M 0 143.4k 1:06:32 48:10 18:22 122.0k 72 559.2M 0 0 72 405.0M 0 143.4k 1:06:32 48:11 18:21 123.8k 72 559.2M 0 0 72 405.2M 0 143.4k 1:06:31 48:12 18:19 133.4k 72 559.2M 0 0 72 405.4M 0 143.4k 1:06:31 48:13 18:18 145.6k 72 559.2M 0 0 72 405.6M 0 143.4k 1:06:30 48:14 18:16 155.3k 72 559.2M 0 0 72 405.8M 0 143.5k 1:06:30 48:16 18:14 170.6k 72 559.2M 0 0 72 406.0M 0 143.5k 1:06:30 48:17 18:13 172.9k 72 559.2M 0 0 72 406.2M 0 143.5k 1:06:30 48:18 18:12 172.1k 72 559.2M 0 0 72 406.4M 0 143.5k 1:06:30 48:20 18:10 162.7k 72 559.2M 0 0 72 406.6M 0 143.5k 1:06:30 48:21 18:09 159.0k 72 559.2M 0 0 72 406.8M 0 143.5k 1:06:29 48:22 18:07 152.5k 72 559.2M 0 0 72 407.0M 0 143.5k 1:06:29 48:23 18:06 163.1k 72 559.2M 0 0 72 407.1M 0 143.5k 1:06:29 48:24 18:05 156.7k 72 559.2M 0 0 72 407.4M 0 143.5k 1:06:28 48:26 18:02 168.2k 72 559.2M 0 0 72 407.6M 0 143.5k 1:06:27 48:27 18:00 180.4k 72 559.2M 0 0 72 408.0M 0 143.6k 1:06:26 48:28 17:58 208.6k 72 559.2M 0 0 72 408.1M 0 143.6k 1:06:26 48:29 17:57 197.7k 73 559.2M 0 0 73 408.3M 0 143.6k 1:06:25 48:30 17:55 203.7k 73 559.2M 0 0 73 408.5M 0 143.6k 1:06:26 48:31 17:55 190.1k 73 559.2M 0 0 73 408.6M 0 143.6k 1:06:26 48:33 17:53 171.9k 73 559.2M 0 0 73 408.8M 0 143.6k 1:06:26 48:34 17:52 140.8k 73 559.2M 0 0 73 409.0M 0 143.6k 1:06:26 48:35 17:51 140.6k 73 559.2M 0 0 73 409.1M 0 143.6k 1:06:26 48:36 17:50 133.0k 73 559.2M 0 0 73 409.3M 0 143.6k 1:06:26 48:37 17:49 140.3k 73 559.2M 0 0 73 409.5M 0 143.6k 1:06:26 48:38 17:48 148.2k 73 559.2M 0 0 73 409.7M 0 143.6k 1:06:25 48:40 17:45 160.4k 73 559.2M 0 0 73 409.9M 0 143.6k 1:06:25 48:41 17:44 156.2k 73 559.2M 0 0 73 410.1M 0 143.6k 1:06:25 48:43 17:42 158.2k 73 559.2M 0 0 73 410.3M 0 143.6k 1:06:25 48:44 17:41 157.6k 73 559.2M 0 0 73 410.4M 0 143.6k 1:06:25 48:45 17:40 144.7k 73 559.2M 0 0 73 410.5M 0 143.6k 1:06:26 48:46 17:40 126.7k 73 559.2M 0 0 73 410.7M 0 143.6k 1:06:26 48:48 17:38 124.7k 73 559.2M 0 0 73 410.9M 0 143.6k 1:06:26 48:49 17:37 131.0k 73 559.2M 0 0 73 411.1M 0 143.6k 1:06:25 48:50 17:35 136.3k 73 559.2M 0 0 73 411.3M 0 143.6k 1:06:26 48:52 17:34 140.7k 73 559.2M 0 0 73 411.5M 0 143.6k 1:06:26 48:53 17:33 140.7k 73 559.2M 0 0 73 411.6M 0 143.5k 1:06:28 48:55 17:33 125.0k 73 559.2M 0 0 73 411.7M 0 143.5k 1:06:29 48:57 17:32 106.7k 73 559.2M 0 0 73 411.9M 0 143.5k 1:06:28 48:58 17:30 102.8k 73 559.2M 0 0 73 412.1M 0 143.5k 1:06:28 48:59 17:29 111.9k 73 559.2M 0 0 73 412.3M 0 143.5k 1:06:28 49:01 17:27 119.1k 73 559.2M 0 0 73 412.5M 0 143.5k 1:06:28 49:02 17:26 131.1k 73 559.2M 0 0 73 412.6M 0 143.5k 1:06:28 49:03 17:25 152.3k 73 559.2M 0 0 73 412.8M 0 143.5k 1:06:28 49:04 17:24 153.8k 73 559.2M 0 0 73 413.0M 0 143.5k 1:06:28 49:05 17:23 145.6k 73 559.2M 0 0 73 413.3M 0 143.6k 1:06:27 49:07 17:20 164.4k 73 559.2M 0 0 73 413.6M 0 143.6k 1:06:25 49:08 17:17 202.6k 74 559.2M 0 0 74 413.8M 0 143.7k 1:06:24 49:09 17:15 219.2k 74 559.2M 0 0 74 414.1M 0 143.7k 1:06:23 49:10 17:13 234.6k 74 559.2M 0 0 74 414.3M 0 143.7k 1:06:22 49:11 17:11 258.5k 74 559.2M 0 0 74 414.6M 0 143.8k 1:06:21 49:12 17:09 253.6k 74 559.2M 0 0 74 414.7M 0 143.7k 1:06:22 49:13 17:09 213.4k 74 559.2M 0 0 74 414.8M 0 143.7k 1:06:22 49:14 17:08 181.9k 74 559.2M 0 0 74 415.0M 0 143.7k 1:06:22 49:15 17:07 164.4k 74 559.2M 0 0 74 415.2M 0 143.7k 1:06:22 49:17 17:05 143.6k 74 559.2M 0 0 74 415.3M 0 143.7k 1:06:23 49:18 17:05 123.3k 74 559.2M 0 0 74 415.5M 0 143.7k 1:06:23 49:20 17:03 126.4k 74 559.2M 0 0 74 415.7M 0 143.7k 1:06:23 49:21 17:02 135.2k 74 559.2M 0 0 74 415.9M 0 143.7k 1:06:22 49:22 17:00 135.6k 74 559.2M 0 0 74 416.0M 0 143.7k 1:06:23 49:23 17:00 129.0k 74 559.2M 0 0 74 416.1M 0 143.7k 1:06:24 49:25 16:59 122.4k 74 559.2M 0 0 74 416.3M 0 143.6k 1:06:24 49:26 16:58 115.2k 74 559.2M 0 0 74 416.4M 0 143.6k 1:06:25 49:27 16:58 108.5k 74 559.2M 0 0 74 416.5M 0 143.6k 1:06:25 49:28 16:57 99.31k 74 559.2M 0 0 74 416.7M 0 143.6k 1:06:25 49:30 16:55 108.9k 74 559.2M 0 0 74 416.8M 0 143.6k 1:06:26 49:31 16:55 114.7k 74 559.2M 0 0 74 417.0M 0 143.6k 1:06:26 49:32 16:54 116.9k 74 559.2M 0 0 74 417.1M 0 143.6k 1:06:27 49:34 16:53 112.2k 74 559.2M 0 0 74 417.2M 0 143.5k 1:06:27 49:35 16:52 108.8k 74 559.2M 0 0 74 417.4M 0 143.6k 1:06:27 49:36 16:51 109.6k 74 559.2M 0 0 74 417.6M 0 143.6k 1:06:27 49:37 16:50 123.3k 74 559.2M 0 0 74 417.8M 0 143.6k 1:06:26 49:38 16:48 137.7k 74 559.2M 0 0 74 417.9M 0 143.6k 1:06:27 49:39 16:48 140.6k 74 559.2M 0 0 74 418.0M 0 143.5k 1:06:28 49:41 16:47 135.3k 74 559.2M 0 0 74 418.2M 0 143.5k 1:06:28 49:42 16:46 132.4k 74 559.2M 0 0 74 418.4M 0 143.5k 1:06:28 49:44 16:44 129.3k 74 559.2M 0 0 74 418.6M 0 143.5k 1:06:28 49:45 16:43 123.9k 74 559.2M 0 0 74 418.8M 0 143.5k 1:06:28 49:46 16:42 130.1k 74 559.2M 0 0 74 418.9M 0 143.5k 1:06:28 49:47 16:41 142.1k 74 559.2M 0 0 74 419.0M 0 143.5k 1:06:28 49:49 16:39 133.6k 74 559.2M 0 0 74 419.1M 0 143.5k 1:06:29 49:50 16:39 126.3k 74 559.2M 0 0 74 419.3M 0 143.5k 1:06:28 49:51 16:37 131.3k 75 559.2M 0 0 75 419.5M 0 143.5k 1:06:28 49:52 16:36 139.8k 75 559.2M 0 0 75 419.6M 0 143.5k 1:06:28 49:53 16:35 137.5k 75 559.2M 0 0 75 419.8M 0 143.5k 1:06:29 49:54 16:35 140.2k 75 559.2M 0 0 75 420.0M 0 143.5k 1:06:28 49:55 16:33 146.3k 75 559.2M 0 0 75 420.1M 0 143.5k 1:06:28 49:56 16:32 147.3k 75 559.2M 0 0 75 420.3M 0 143.5k 1:06:28 49:58 16:30 143.1k 75 559.2M 0 0 75 420.5M 0 143.5k 1:06:28 49:59 16:29 139.6k 75 559.2M 0 0 75 420.6M 0 143.5k 1:06:29 50:00 16:29 143.3k 75 559.2M 0 0 75 420.8M 0 143.5k 1:06:28 50:02 16:26 145.2k 75 559.2M 0 0 75 421.1M 0 143.5k 1:06:28 50:03 16:25 150.9k 75 559.2M 0 0 75 421.3M 0 143.6k 1:06:27 50:04 16:23 158.1k 75 559.2M 0 0 75 421.6M 0 143.6k 1:06:27 50:06 16:21 173.2k 75 559.2M 0 0 75 421.7M 0 143.6k 1:06:27 50:07 16:20 168.4k 75 559.2M 0 0 75 421.9M 0 143.6k 1:06:27 50:08 16:19 163.7k 75 559.2M 0 0 75 422.1M 0 143.6k 1:06:27 50:09 16:18 158.0k 75 559.2M 0 0 75 422.3M 0 143.6k 1:06:27 50:10 16:17 151.3k 75 559.2M 0 0 75 422.5M 0 143.6k 1:06:26 50:12 16:14 147.0k 75 559.2M 0 0 75 422.6M 0 143.6k 1:06:27 50:13 16:14 143.5k 75 559.2M 0 0 75 422.7M 0 143.5k 1:06:28 50:14 16:14 134.4k 75 559.2M 0 0 75 422.8M 0 143.5k 1:06:28 50:16 16:12 122.8k 75 559.2M 0 0 75 423.0M 0 143.5k 1:06:28 50:17 16:11 122.6k 75 559.2M 0 0 75 423.2M 0 143.5k 1:06:28 50:18 16:10 123.0k 75 559.2M 0 0 75 423.3M 0 143.5k 1:06:28 50:19 16:09 131.2k 75 559.2M 0 0 75 423.5M 0 143.5k 1:06:28 50:20 16:08 137.8k 75 559.2M 0 0 75 423.6M 0 143.5k 1:06:28 50:21 16:07 138.0k 75 559.2M 0 0 75 423.8M 0 143.5k 1:06:28 50:22 16:06 141.5k 75 559.2M 0 0 75 424.0M 0 143.5k 1:06:27 50:23 16:04 146.3k 75 559.2M 0 0 75 424.1M 0 143.5k 1:06:27 50:25 16:02 149.0k 75 559.2M 0 0 75 424.3M 0 143.5k 1:06:28 50:26 16:02 149.5k 75 559.2M 0 0 75 424.5M 0 143.5k 1:06:27 50:27 16:00 156.9k 75 559.2M 0 0 75 424.7M 0 143.5k 1:06:27 50:29 15:58 150.3k 75 559.2M 0 0 75 424.9M 0 143.6k 1:06:27 50:30 15:57 148.6k 76 559.2M 0 0 76 425.1M 0 143.6k 1:06:27 50:31 15:56 151.2k 76 559.2M 0 0 76 425.2M 0 143.5k 1:06:27 50:32 15:55 146.9k 76 559.2M 0 0 76 425.3M 0 143.5k 1:06:28 50:33 15:55 137.4k 76 559.2M 0 0 76 425.5M 0 143.5k 1:06:28 50:35 15:53 127.0k 76 559.2M 0 0 76 425.6M 0 143.5k 1:06:29 50:36 15:53 107.9k 76 559.2M 0 0 76 425.8M 0 143.5k 1:06:30 50:38 15:52 102.2k 76 559.2M 0 0 76 426.0M 0 143.5k 1:06:30 50:39 15:51 107.4k 76 559.2M 0 0 76 426.1M 0 143.5k 1:06:30 50:41 15:49 114.6k 76 559.2M 0 0 76 426.3M 0 143.5k 1:06:30 50:42 15:48 123.2k 76 559.2M 0 0 76 426.5M 0 143.5k 1:06:30 50:43 15:47 137.4k 76 559.2M 0 0 76 426.7M 0 143.5k 1:06:29 50:44 15:45 146.5k 76 559.2M 0 0 76 426.8M 0 143.5k 1:06:30 50:45 15:45 144.4k 76 559.2M 0 0 76 427.0M 0 143.5k 1:06:30 50:47 15:43 146.1k 76 559.2M 0 0 76 427.2M 0 143.5k 1:06:29 50:48 15:41 148.3k 76 559.2M 0 0 76 427.3M 0 143.5k 1:06:30 50:49 15:41 141.1k 76 559.2M 0 0 76 427.5M 0 143.4k 1:06:31 50:51 15:40 120.8k 76 559.2M 0 0 76 427.6M 0 143.4k 1:06:31 50:52 15:39 118.4k 76 559.2M 0 0 76 427.8M 0 143.4k 1:06:31 50:53 15:38 119.1k 76 559.2M 0 0 76 428.0M 0 143.4k 1:06:31 50:54 15:37 119.6k 76 559.2M 0 0 76 428.1M 0 143.4k 1:06:31 50:55 15:36 129.7k 76 559.2M 0 0 76 428.3M 0 143.4k 1:06:31 50:57 15:34 143.1k 76 559.2M 0 0 76 428.4M 0 143.4k 1:06:31 50:58 15:33 146.4k 76 559.2M 0 0 76 428.5M 0 143.4k 1:06:31 50:59 15:32 134.3k 76 559.2M 0 0 76 428.7M 0 143.4k 1:06:31 51:00 15:31 131.8k 76 559.2M 0 0 76 428.9M 0 143.4k 1:06:31 51:01 15:30 128.5k 76 559.2M 0 0 76 429.1M 0 143.4k 1:06:31 51:03 15:28 136.2k 76 559.2M 0 0 76 429.3M 0 143.4k 1:06:31 51:04 15:27 146.6k 76 559.2M 0 0 76 429.5M 0 143.4k 1:06:31 51:05 15:26 153.9k 76 559.2M 0 0 76 429.6M 0 143.4k 1:06:31 51:06 15:25 159.1k 76 559.2M 0 0 76 429.8M 0 143.4k 1:06:31 51:07 15:24 150.4k 76 559.2M 0 0 76 430.0M 0 143.4k 1:06:31 51:09 15:22 141.6k 76 559.2M 0 0 76 430.1M 0 143.4k 1:06:32 51:10 15:22 128.5k 76 559.2M 0 0 76 430.3M 0 143.4k 1:06:32 51:12 15:20 125.7k 76 559.2M 0 0 76 430.4M 0 143.4k 1:06:33 51:13 15:20 112.1k 76 559.2M 0 0 76 430.5M 0 143.3k 1:06:33 51:14 15:19 115.2k 77 559.2M 0 0 77 430.8M 0 143.4k 1:06:32 51:16 15:16 126.6k 77 559.2M 0 0 77 431.0M 0 143.4k 1:06:33 51:17 15:16 130.1k 77 559.2M 0 0 77 431.1M 0 143.3k 1:06:33 51:18 15:15 128.5k 77 559.2M 0 0 77 431.3M 0 143.4k 1:06:32 51:19 15:13 143.9k 77 559.2M 0 0 77 431.5M 0 143.4k 1:06:33 51:21 15:12 145.7k 77 559.2M 0 0 77 431.6M 0 143.4k 1:06:33 51:22 15:11 137.9k 77 559.2M 0 0 77 431.8M 0 143.4k 1:06:32 51:23 15:09 146.2k 77 559.2M 0 0 77 432.0M 0 143.4k 1:06:32 51:24 15:08 154.9k 77 559.2M 0 0 77 432.1M 0 143.4k 1:06:33 51:26 15:07 140.7k 77 559.2M 0 0 77 432.3M 0 143.4k 1:06:32 51:27 15:05 146.7k 77 559.2M 0 0 77 432.6M 0 143.4k 1:06:32 51:28 15:04 157.1k 77 559.2M 0 0 77 432.7M 0 143.4k 1:06:32 51:29 15:03 150.1k 77 559.2M 0 0 77 432.8M 0 143.4k 1:06:33 51:30 15:03 136.7k 77 559.2M 0 0 77 433.0M 0 143.3k 1:06:33 51:32 15:01 136.5k 77 559.2M 0 0 77 433.1M 0 143.3k 1:06:33 51:33 15:00 127.0k 77 559.2M 0 0 77 433.2M 0 143.3k 1:06:34 51:34 15:00 105.5k 77 559.2M 0 0 77 433.3M 0 143.3k 1:06:34 51:35 14:59 103.1k 77 559.2M 0 0 77 433.5M 0 143.3k 1:06:34 51:36 14:58 117.6k 77 559.2M 0 0 77 433.8M 0 143.3k 1:06:33 51:38 14:55 141.4k 77 559.2M 0 0 77 434.0M 0 143.4k 1:06:32 51:39 14:53 163.2k 77 559.2M 0 0 77 434.3M 0 143.4k 1:06:31 51:40 14:51 192.7k 77 559.2M 0 0 77 434.5M 0 143.4k 1:06:31 51:41 14:50 217.6k 77 559.2M 0 0 77 434.6M 0 143.4k 1:06:31 51:42 14:49 201.5k 77 559.2M 0 0 77 434.8M 0 143.4k 1:06:31 51:43 14:48 195.7k 77 559.2M 0 0 77 435.0M 0 143.4k 1:06:30 51:44 14:46 187.2k 77 559.2M 0 0 77 435.1M 0 143.4k 1:06:30 51:45 14:45 166.3k 77 559.2M 0 0 77 435.3M 0 143.4k 1:06:31 51:46 14:45 141.8k 77 559.2M 0 0 77 435.4M 0 143.4k 1:06:31 51:48 14:43 135.9k 77 559.2M 0 0 77 435.6M 0 143.4k 1:06:32 51:49 14:43 124.4k 77 559.2M 0 0 77 435.8M 0 143.4k 1:06:32 51:51 14:41 116.4k 77 559.2M 0 0 77 436.0M 0 143.4k 1:06:31 51:52 14:39 123.8k 78 559.2M 0 0 78 436.1M 0 143.4k 1:06:31 51:53 14:38 133.2k 78 559.2M 0 0 78 436.3M 0 143.4k 1:06:31 51:54 14:37 148.9k 78 559.2M 0 0 78 436.6M 0 143.4k 1:06:31 51:56 14:35 160.8k 78 559.2M 0 0 78 436.8M 0 143.4k 1:06:30 51:57 14:33 167.5k 78 559.2M 0 0 78 437.0M 0 143.4k 1:06:30 51:58 14:32 162.9k 78 559.2M 0 0 78 437.2M 0 143.5k 1:06:30 52:00 14:30 168.3k 78 559.2M 0 0 78 437.4M 0 143.5k 1:06:30 52:01 14:29 168.2k 78 559.2M 0 0 78 437.6M 0 143.5k 1:06:29 52:02 14:27 170.9k 78 559.2M 0 0 78 437.8M 0 143.5k 1:06:29 52:04 14:25 161.1k 78 559.2M 0 0 78 438.0M 0 143.5k 1:06:30 52:05 14:25 157.8k 78 559.2M 0 0 78 438.1M 0 143.5k 1:06:30 52:06 14:24 146.9k 78 559.2M 0 0 78 438.3M 0 143.5k 1:06:29 52:07 14:22 148.6k 78 559.2M 0 0 78 438.5M 0 143.5k 1:06:29 52:09 14:20 135.7k 78 559.2M 0 0 78 438.7M 0 143.5k 1:06:29 52:10 14:19 147.9k 78 559.2M 0 0 78 438.9M 0 143.5k 1:06:29 52:11 14:18 158.3k 78 559.2M 0 0 78 439.1M 0 143.5k 1:06:28 52:12 14:16 166.4k 78 559.2M 0 0 78 439.3M 0 143.5k 1:06:28 52:13 14:15 174.0k 78 559.2M 0 0 78 439.5M 0 143.5k 1:06:27 52:14 14:13 190.1k 78 559.2M 0 0 78 439.7M 0 143.6k 1:06:27 52:15 14:12 190.4k 78 559.2M 0 0 78 439.9M 0 143.6k 1:06:27 52:16 14:11 184.6k 78 559.2M 0 0 78 440.1M 0 143.6k 1:06:27 52:18 14:09 176.0k 78 559.2M 0 0 78 440.3M 0 143.6k 1:06:27 52:19 14:08 156.8k 78 559.2M 0 0 78 440.4M 0 143.5k 1:06:27 52:20 14:07 142.9k 78 559.2M 0 0 78 440.5M 0 143.5k 1:06:28 52:22 14:06 124.9k 78 559.2M 0 0 78 440.6M 0 143.5k 1:06:29 52:23 14:06 112.3k 78 559.2M 0 0 78 440.8M 0 143.5k 1:06:28 52:24 14:04 115.5k 78 559.2M 0 0 78 441.0M 0 143.5k 1:06:28 52:25 14:03 121.8k 78 559.2M 0 0 78 441.2M 0 143.5k 1:06:28 52:27 14:01 125.0k 78 559.2M 0 0 78 441.3M 0 143.5k 1:06:29 52:28 14:01 132.2k 78 559.2M 0 0 78 441.5M 0 143.5k 1:06:29 52:30 13:59 129.6k 78 559.2M 0 0 78 441.6M 0 143.5k 1:06:30 52:31 13:59 119.6k 78 559.2M 0 0 78 441.7M 0 143.4k 1:06:31 52:32 13:59 103.8k 79 559.2M 0 0 79 441.8M 0 143.4k 1:06:31 52:33 13:58 93935 79 559.2M 0 0 79 441.9M 0 143.4k 1:06:32 52:35 13:57 88588 79 559.2M 0 0 79 442.1M 0 143.4k 1:06:32 52:36 13:56 98446 79 559.2M 0 0 79 442.2M 0 143.4k 1:06:33 52:37 13:56 97349 79 559.2M 0 0 79 442.4M 0 143.4k 1:06:32 52:39 13:53 109.1k 79 559.2M 0 0 79 442.6M 0 143.3k 1:06:33 52:40 13:53 118.0k 79 559.2M 0 0 79 442.8M 0 143.4k 1:06:33 52:41 13:52 133.1k 79 559.2M 0 0 79 442.9M 0 143.3k 1:06:33 52:43 13:50 129.6k 79 559.2M 0 0 79 443.0M 0 143.3k 1:06:33 52:44 13:49 132.7k 79 559.2M 0 0 79 443.1M 0 143.3k 1:06:34 52:45 13:49 120.9k 79 559.2M 0 0 79 443.3M 0 143.3k 1:06:34 52:46 13:48 129.3k 79 559.2M 0 0 79 443.5M 0 143.3k 1:06:33 52:47 13:46 126.4k 79 559.2M 0 0 79 443.7M 0 143.3k 1:06:33 52:49 13:44 136.9k 79 559.2M 0 0 79 443.9M 0 143.3k 1:06:33 52:50 13:43 143.7k 79 559.2M 0 0 79 444.1M 0 143.3k 1:06:33 52:51 13:42 161.7k 79 559.2M 0 0 79 444.3M 0 143.3k 1:06:33 52:52 13:41 157.9k 79 559.2M 0 0 79 444.4M 0 143.3k 1:06:33 52:53 13:40 146.9k 79 559.2M 0 0 79 444.4M 0 143.3k 1:06:33 52:53 13:40 143.3k 79 559.2M 0 0 79 444.6M 0 143.4k 1:06:33 52:54 13:39 179.6k 79 559.2M 0 0 79 444.8M 0 143.4k 1:06:32 52:56 13:36 195.0k 79 559.2M 0 0 79 445.0M 0 143.4k 1:06:32 52:57 13:35 169.3k 79 559.2M 0 0 79 445.1M 0 143.4k 1:06:32 52:58 13:34 167.3k 79 559.2M 0 0 79 445.3M 0 143.4k 1:06:32 52:59 13:33 159.7k 79 559.2M 0 0 79 445.4M 0 143.4k 1:06:33 53:00 13:33 145.4k 79 559.2M 0 0 79 445.5M 0 143.3k 1:06:33 53:02 13:31 120.9k 79 559.2M 0 0 79 445.7M 0 143.3k 1:06:34 53:03 13:31 117.5k 79 559.2M 0 0 79 445.8M 0 143.3k 1:06:34 53:04 13:30 109.9k 79 559.2M 0 0 79 446.0M 0 143.3k 1:06:34 53:05 13:29 109.2k 79 559.2M 0 0 79 446.1M 0 143.3k 1:06:34 53:07 13:27 116.5k 79 559.2M 0 0 79 446.3M 0 143.3k 1:06:35 53:08 13:27 119.0k 79 559.2M 0 0 79 446.5M 0 143.3k 1:06:34 53:09 13:25 130.7k 79 559.2M 0 0 79 446.7M 0 143.3k 1:06:34 53:10 13:24 150.3k 79 559.2M 0 0 79 447.0M 0 143.3k 1:06:33 53:12 13:21 164.5k 79 559.2M 0 0 79 447.1M 0 143.3k 1:06:33 53:13 13:20 161.1k 80 559.2M 0 0 80 447.3M 0 143.3k 1:06:33 53:15 13:18 165.2k 80 559.2M 0 0 80 447.5M 0 143.3k 1:06:33 53:16 13:17 163.0k 80 559.2M 0 0 80 447.7M 0 143.3k 1:06:33 53:17 13:16 153.5k 80 559.2M 0 0 80 447.9M 0 143.3k 1:06:33 53:19 13:14 139.9k 80 559.2M 0 0 80 448.1M 0 143.3k 1:06:33 53:20 13:13 142.4k 80 559.2M 0 0 80 448.3M 0 143.4k 1:06:32 53:21 13:11 159.7k 80 559.2M 0 0 80 448.5M 0 143.4k 1:06:32 53:22 13:10 158.3k 80 559.2M 0 0 80 448.6M 0 143.4k 1:06:33 53:23 13:10 150.1k 80 559.2M 0 0 80 448.8M 0 143.4k 1:06:32 53:24 13:08 161.6k 80 559.2M 0 0 80 449.1M 0 143.4k 1:06:31 53:26 13:05 180.7k 80 559.2M 0 0 80 449.4M 0 143.4k 1:06:30 53:27 13:03 189.4k 80 559.2M 0 0 80 449.6M 0 143.5k 1:06:29 53:28 13:01 204.9k 80 559.2M 0 0 80 449.8M 0 143.5k 1:06:29 53:29 13:00 216.6k 80 559.2M 0 0 80 450.1M 0 143.5k 1:06:28 53:30 12:58 220.4k 80 559.2M 0 0 80 450.3M 0 143.5k 1:06:28 53:32 12:56 202.3k 80 559.2M 0 0 80 450.3M 0 143.5k 1:06:29 53:33 12:56 164.3k 80 559.2M 0 0 80 450.4M 0 143.5k 1:06:30 53:34 12:56 137.4k 80 559.2M 0 0 80 450.5M 0 143.5k 1:06:30 53:35 12:55 126.0k 80 559.2M 0 0 80 450.7M 0 143.5k 1:06:30 53:36 12:54 116.5k 80 559.2M 0 0 80 450.9M 0 143.5k 1:06:30 53:37 12:53 115.7k 80 559.2M 0 0 80 451.1M 0 143.5k 1:06:30 53:38 12:52 132.2k 80 559.2M 0 0 80 451.3M 0 143.5k 1:06:29 53:40 12:49 150.5k 80 559.2M 0 0 80 451.5M 0 143.5k 1:06:29 53:41 12:48 158.3k 80 559.2M 0 0 80 451.6M 0 143.5k 1:06:29 53:42 12:47 159.2k 80 559.2M 0 0 80 451.9M 0 143.5k 1:06:28 53:43 12:45 171.3k 80 559.2M 0 0 80 452.1M 0 143.5k 1:06:28 53:44 12:44 170.3k 80 559.2M 0 0 80 452.2M 0 143.5k 1:06:28 53:45 12:43 162.5k 80 559.2M 0 0 80 452.4M 0 143.5k 1:06:28 53:47 12:41 158.7k 80 559.2M 0 0 80 452.6M 0 143.5k 1:06:28 53:48 12:40 160.1k 80 559.2M 0 0 80 452.8M 0 143.5k 1:06:28 53:49 12:39 148.9k 81 559.2M 0 0 81 453.0M 0 143.5k 1:06:28 53:50 12:38 153.1k 81 559.2M 0 0 81 453.1M 0 143.5k 1:06:28 53:52 12:36 157.8k 81 559.2M 0 0 81 453.3M 0 143.5k 1:06:28 53:53 12:35 145.5k 81 559.2M 0 0 81 453.5M 0 143.5k 1:06:28 53:54 12:34 140.6k 81 559.2M 0 0 81 453.6M 0 143.5k 1:06:28 53:55 12:33 142.3k 81 559.2M 0 0 81 454.0M 0 143.6k 1:06:27 53:57 12:30 162.0k 81 559.2M 0 0 81 454.1M 0 143.6k 1:06:26 53:58 12:28 165.6k 81 559.2M 0 0 81 454.3M 0 143.6k 1:06:27 53:59 12:28 176.9k 81 559.2M 0 0 81 454.5M 0 143.6k 1:06:26 54:00 12:26 176.9k 81 559.2M 0 0 81 454.7M 0 143.6k 1:06:26 54:02 12:24 176.2k 81 559.2M 0 0 81 454.9M 0 143.6k 1:06:26 54:03 12:23 154.1k 81 559.2M 0 0 81 455.0M 0 143.6k 1:06:26 54:04 12:22 143.4k 81 559.2M 0 0 81 455.3M 0 143.6k 1:06:26 54:05 12:21 153.6k 81 559.2M 0 0 81 455.5M 0 143.6k 1:06:26 54:07 12:19 149.4k 81 559.2M 0 0 81 455.6M 0 143.6k 1:06:26 54:08 12:18 145.6k 81 559.2M 0 0 81 455.8M 0 143.6k 1:06:26 54:09 12:17 150.5k 81 559.2M 0 0 81 456.1M 0 143.6k 1:06:25 54:10 12:15 171.3k 81 559.2M 0 0 81 456.3M 0 143.6k 1:06:25 54:12 12:13 161.9k 81 559.2M 0 0 81 456.5M 0 143.6k 1:06:25 54:13 12:12 164.0k 81 559.2M 0 0 81 456.6M 0 143.6k 1:06:25 54:14 12:11 166.7k 81 559.2M 0 0 81 456.8M 0 143.6k 1:06:25 54:16 12:09 160.5k 81 559.2M 0 0 81 457.0M 0 143.6k 1:06:25 54:17 12:08 136.0k 81 559.2M 0 0 81 457.1M 0 143.6k 1:06:26 54:18 12:08 131.4k 81 559.2M 0 0 81 457.2M 0 143.6k 1:06:26 54:19 12:07 125.7k 81 559.2M 0 0 81 457.3M 0 143.6k 1:06:27 54:21 12:06 107.4k 81 559.2M 0 0 81 457.5M 0 143.5k 1:06:27 54:22 12:05 98.52k 81 559.2M 0 0 81 457.6M 0 143.5k 1:06:28 54:23 12:05 106.8k 81 559.2M 0 0 81 457.8M 0 143.6k 1:06:27 54:25 12:02 116.4k 81 559.2M 0 0 81 458.0M 0 143.6k 1:06:27 54:26 12:01 127.7k 81 559.2M 0 0 81 458.2M 0 143.6k 1:06:27 54:27 12:00 153.6k 81 559.2M 0 0 81 458.5M 0 143.6k 1:06:26 54:28 11:58 176.5k 82 559.2M 0 0 82 458.6M 0 143.6k 1:06:27 54:30 11:57 160.9k 82 559.2M 0 0 82 458.8M 0 143.6k 1:06:27 54:31 11:56 149.6k 82 559.2M 0 0 82 459.0M 0 143.6k 1:06:27 54:32 11:55 143.9k 82 559.2M 0 0 82 459.1M 0 143.6k 1:06:27 54:33 11:54 132.4k 82 559.2M 0 0 82 459.2M 0 143.5k 1:06:27 54:34 11:53 116.1k 82 559.2M 0 0 82 459.3M 0 143.5k 1:06:28 54:36 11:52 119.8k 82 559.2M 0 0 82 459.5M 0 143.5k 1:06:28 54:37 11:51 126.7k 82 559.2M 0 0 82 459.8M 0 143.6k 1:06:27 54:38 11:49 142.4k 82 559.2M 0 0 82 460.0M 0 143.6k 1:06:26 54:39 11:47 160.5k 82 559.2M 0 0 82 460.1M 0 143.6k 1:06:27 54:41 11:46 157.9k 82 559.2M 0 0 82 460.3M 0 143.6k 1:06:27 54:42 11:45 166.5k 82 559.2M 0 0 82 460.5M 0 143.6k 1:06:27 54:43 11:44 157.1k 82 559.2M 0 0 82 460.6M 0 143.5k 1:06:27 54:44 11:43 136.9k 82 559.2M 0 0 82 460.7M 0 143.5k 1:06:28 54:45 11:43 116.9k 82 559.2M 0 0 82 460.9M 0 143.5k 1:06:28 54:47 11:41 116.9k 82 559.2M 0 0 82 461.0M 0 143.5k 1:06:29 54:48 11:41 107.6k 82 559.2M 0 0 82 461.1M 0 143.5k 1:06:29 54:50 11:39 105.8k 82 559.2M 0 0 82 461.3M 0 143.5k 1:06:29 54:51 11:38 113.6k 82 559.2M 0 0 82 461.6M 0 143.5k 1:06:28 54:52 11:36 130.7k 82 559.2M 0 0 82 461.8M 0 143.5k 1:06:29 54:54 11:35 127.9k 82 559.2M 0 0 82 461.9M 0 143.5k 1:06:30 54:56 11:34 124.8k 82 559.2M 0 0 82 462.1M 0 143.5k 1:06:30 54:57 11:33 136.8k 82 559.2M 0 0 82 462.2M 0 143.5k 1:06:30 54:58 11:32 127.3k 82 559.2M 0 0 82 462.3M 0 143.4k 1:06:30 54:59 11:31 114.4k 82 559.2M 0 0 82 462.5M 0 143.4k 1:06:30 55:00 11:30 116.9k 82 559.2M 0 0 82 462.6M 0 143.4k 1:06:30 55:01 11:29 130.5k 82 559.2M 0 0 82 462.8M 0 143.4k 1:06:30 55:03 11:27 129.2k 82 559.2M 0 0 82 463.0M 0 143.4k 1:06:31 55:04 11:27 130.3k 82 559.2M 0 0 82 463.1M 0 143.4k 1:06:31 55:05 11:26 133.2k 82 559.2M 0 0 82 463.3M 0 143.4k 1:06:30 55:06 11:24 141.3k 82 559.2M 0 0 82 463.5M 0 143.4k 1:06:31 55:08 11:23 136.0k 82 559.2M 0 0 82 463.6M 0 143.4k 1:06:31 55:09 11:22 124.6k 82 559.2M 0 0 82 463.8M 0 143.4k 1:06:32 55:11 11:21 125.0k 82 559.2M 0 0 82 464.0M 0 143.4k 1:06:31 55:12 11:19 128.0k 83 559.2M 0 0 83 464.1M 0 143.4k 1:06:31 55:13 11:18 130.8k 83 559.2M 0 0 83 464.3M 0 143.4k 1:06:31 55:14 11:17 138.5k 83 559.2M 0 0 83 464.5M 0 143.4k 1:06:31 55:15 11:16 149.5k 83 559.2M 0 0 83 464.7M 0 143.4k 1:06:31 55:17 11:14 160.4k 83 559.2M 0 0 83 464.9M 0 143.4k 1:06:31 55:18 11:13 158.2k 83 559.2M 0 0 83 465.0M 0 143.4k 1:06:31 55:19 11:12 147.4k 83 559.2M 0 0 83 465.1M 0 143.4k 1:06:31 55:20 11:11 140.8k 83 559.2M 0 0 83 465.3M 0 143.4k 1:06:31 55:21 11:10 149.2k 83 559.2M 0 0 83 465.6M 0 143.4k 1:06:30 55:22 11:08 157.4k 83 559.2M 0 0 83 465.8M 0 143.4k 1:06:30 55:24 11:06 151.9k 83 559.2M 0 0 83 465.9M 0 143.4k 1:06:30 55:25 11:05 153.8k 83 559.2M 0 0 83 466.0M 0 143.4k 1:06:31 55:26 11:05 153.9k 83 559.2M 0 0 83 466.2M 0 143.4k 1:06:31 55:27 11:04 147.0k 83 559.2M 0 0 83 466.4M 0 143.4k 1:06:31 55:28 11:03 133.3k 83 559.2M 0 0 83 466.5M 0 143.4k 1:06:31 55:30 11:01 124.0k 83 559.2M 0 0 83 466.6M 0 143.4k 1:06:32 55:31 11:01 118.4k 83 559.2M 0 0 83 466.8M 0 143.4k 1:06:32 55:32 11:00 124.0k 83 559.2M 0 0 83 467.0M 0 143.4k 1:06:32 55:34 10:58 121.4k 83 559.2M 0 0 83 467.2M 0 143.4k 1:06:32 55:35 10:57 124.9k 83 559.2M 0 0 83 467.4M 0 143.4k 1:06:32 55:36 10:56 137.5k 83 559.2M 0 0 83 467.6M 0 143.4k 1:06:32 55:38 10:54 147.7k 83 559.2M 0 0 83 467.7M 0 143.4k 1:06:32 55:39 10:53 143.6k 83 559.2M 0 0 83 467.9M 0 143.4k 1:06:32 55:40 10:52 145.5k 83 559.2M 0 0 83 468.0M 0 143.4k 1:06:32 55:41 10:51 136.5k 83 559.2M 0 0 83 468.2M 0 143.4k 1:06:32 55:43 10:49 132.5k 83 559.2M 0 0 83 468.3M 0 143.4k 1:06:33 55:44 10:49 121.5k 83 559.2M 0 0 83 468.5M 0 143.4k 1:06:33 55:45 10:48 123.9k 83 559.2M 0 0 83 468.7M 0 143.4k 1:06:33 55:47 10:46 126.2k 83 559.2M 0 0 83 468.9M 0 143.4k 1:06:32 55:48 10:44 138.3k 83 559.2M 0 0 83 469.1M 0 143.4k 1:06:31 55:49 10:42 158.2k 83 559.2M 0 0 83 469.3M 0 143.4k 1:06:31 55:50 10:41 168.3k 83 559.2M 0 0 83 469.5M 0 143.4k 1:06:32 55:52 10:40 153.1k 83 559.2M 0 0 83 469.6M 0 143.4k 1:06:32 55:53 10:39 156.2k 84 559.2M 0 0 84 469.9M 0 143.4k 1:06:31 55:54 10:37 161.4k 84 559.2M 0 0 84 470.1M 0 143.4k 1:06:31 55:55 10:36 146.2k 84 559.2M 0 0 84 470.3M 0 143.4k 1:06:31 55:57 10:34 148.7k 84 559.2M 0 0 84 470.5M 0 143.4k 1:06:31 55:58 10:33 164.8k 84 559.2M 0 0 84 470.6M 0 143.4k 1:06:31 55:59 10:32 159.7k 84 559.2M 0 0 84 470.8M 0 143.4k 1:06:31 56:01 10:30 145.0k 84 559.2M 0 0 84 471.0M 0 143.4k 1:06:31 56:02 10:29 147.8k 84 559.2M 0 0 84 471.2M 0 143.4k 1:06:31 56:03 10:28 151.0k 84 559.2M 0 0 84 471.4M 0 143.4k 1:06:31 56:04 10:27 150.8k 84 559.2M 0 0 84 471.5M 0 143.4k 1:06:31 56:06 10:25 136.5k 84 559.2M 0 0 84 471.7M 0 143.4k 1:06:32 56:07 10:25 137.9k 84 559.2M 0 0 84 471.9M 0 143.4k 1:06:31 56:08 10:23 136.0k 84 559.2M 0 0 84 472.0M 0 143.4k 1:06:32 56:09 10:23 118.2k 84 559.2M 0 0 84 472.1M 0 143.4k 1:06:32 56:10 10:22 113.9k 84 559.2M 0 0 84 472.3M 0 143.4k 1:06:32 56:12 10:20 141.9k 84 559.2M 0 0 84 472.6M 0 143.4k 1:06:31 56:13 10:18 160.1k 84 559.2M 0 0 84 472.8M 0 143.4k 1:06:30 56:14 10:16 167.0k 84 559.2M 0 0 84 473.0M 0 143.4k 1:06:30 56:16 10:14 176.0k 84 559.2M 0 0 84 473.2M 0 143.4k 1:06:30 56:17 10:13 179.6k 84 559.2M 0 0 84 473.4M 0 143.5k 1:06:30 56:18 10:12 174.6k 84 559.2M 0 0 84 473.6M 0 143.5k 1:06:29 56:19 10:10 171.7k 84 559.2M 0 0 84 474.0M 0 143.5k 1:06:28 56:20 10:08 189.7k 84 559.2M 0 0 84 474.2M 0 143.5k 1:06:27 56:21 10:06 206.8k 84 559.2M 0 0 84 474.4M 0 143.5k 1:06:27 56:23 10:04 207.7k 84 559.2M 0 0 84 474.6M 0 143.6k 1:06:27 56:24 10:03 207.1k 84 559.2M 0 0 84 474.8M 0 143.6k 1:06:27 56:25 10:02 187.7k 84 559.2M 0 0 84 474.9M 0 143.5k 1:06:27 56:26 10:01 154.3k 84 559.2M 0 0 84 475.1M 0 143.5k 1:06:28 56:28 10:00 140.1k 84 559.2M 0 0 84 475.3M 0 143.5k 1:06:27 56:29 09:58 144.4k 85 559.2M 0 0 85 475.5M 0 143.6k 1:06:27 56:30 09:57 146.8k 85 559.2M 0 0 85 475.8M 0 143.6k 1:06:26 56:31 09:55 166.8k 85 559.2M 0 0 85 476.1M 0 143.6k 1:06:25 56:33 09:52 200.5k 85 559.2M 0 0 85 476.4M 0 143.7k 1:06:23 56:34 09:49 235.5k 85 559.2M 0 0 85 476.6M 0 143.7k 1:06:22 56:35 09:47 246.0k 85 559.2M 0 0 85 476.8M 0 143.7k 1:06:22 56:36 09:46 238.8k 85 559.2M 0 0 85 477.0M 0 143.7k 1:06:23 56:37 09:46 212.8k 85 559.2M 0 0 85 477.1M 0 143.7k 1:06:23 56:38 09:45 182.0k 85 559.2M 0 0 85 477.3M 0 143.7k 1:06:23 56:39 09:44 156.7k 85 559.2M 0 0 85 477.5M 0 143.7k 1:06:22 56:40 09:42 145.2k 85 559.2M 0 0 85 477.7M 0 143.8k 1:06:22 56:42 09:40 156.8k 85 559.2M 0 0 85 478.0M 0 143.8k 1:06:21 56:43 09:38 186.1k 85 559.2M 0 0 85 478.2M 0 143.8k 1:06:20 56:44 09:36 201.9k 85 559.2M 0 0 85 478.3M 0 143.8k 1:06:20 56:45 09:35 191.4k 85 559.2M 0 0 85 478.5M 0 143.8k 1:06:21 56:46 09:35 174.0k 85 559.2M 0 0 85 478.7M 0 143.8k 1:06:20 56:48 09:32 167.0k 85 559.2M 0 0 85 478.9M 0 143.8k 1:06:20 56:49 09:31 150.9k 85 559.2M 0 0 85 479.0M 0 143.8k 1:06:21 56:50 09:31 134.3k 85 559.2M 0 0 85 479.2M 0 143.8k 1:06:20 56:51 09:29 145.8k 85 559.2M 0 0 85 479.4M 0 143.8k 1:06:20 56:52 09:28 163.2k 85 559.2M 0 0 85 479.6M 0 143.8k 1:06:20 56:53 09:27 159.9k 85 559.2M 0 0 85 479.8M 0 143.8k 1:06:19 56:54 09:25 167.5k 85 559.2M 0 0 85 480.0M 0 143.8k 1:06:19 56:55 09:24 181.2k 85 559.2M 0 0 85 480.1M 0 143.8k 1:06:19 56:57 09:22 174.9k 85 559.2M 0 0 85 480.3M 0 143.8k 1:06:19 56:58 09:21 164.7k 85 559.2M 0 0 85 480.5M 0 143.8k 1:06:19 56:59 09:20 158.7k 85 559.2M 0 0 85 480.8M 0 143.9k 1:06:18 57:00 09:18 168.0k 86 559.2M 0 0 86 481.1M 0 143.9k 1:06:17 57:02 09:15 185.5k 86 559.2M 0 0 86 481.4M 0 144.0k 1:06:16 57:03 09:13 211.3k 86 559.2M 0 0 86 481.7M 0 144.0k 1:06:14 57:04 09:10 241.3k 86 559.2M 0 0 86 482.0M 0 144.0k 1:06:14 57:05 09:09 265.7k 86 559.2M 0 0 86 482.1M 0 144.1k 1:06:13 57:06 09:07 253.6k 86 559.2M 0 0 86 482.3M 0 144.1k 1:06:13 57:07 09:06 227.7k 86 559.2M 0 0 86 482.5M 0 144.0k 1:06:13 57:08 09:05 192.9k 86 559.2M 0 0 86 482.6M 0 144.0k 1:06:14 57:09 09:05 161.3k 86 559.2M 0 0 86 482.8M 0 144.1k 1:06:13 57:11 09:02 156.5k 86 559.2M 0 0 86 483.1M 0 144.1k 1:06:12 57:12 09:00 167.4k 86 559.2M 0 0 86 483.3M 0 144.1k 1:06:11 57:13 08:58 184.5k 86 559.2M 0 0 86 483.5M 0 144.1k 1:06:12 57:14 08:58 178.3k 86 559.2M 0 0 86 483.6M 0 144.1k 1:06:12 57:15 08:57 171.7k 86 559.2M 0 0 86 483.8M 0 144.1k 1:06:12 57:16 08:56 164.9k 86 559.2M 0 0 86 484.0M 0 144.1k 1:06:11 57:17 08:54 167.0k 86 559.2M 0 0 86 484.3M 0 144.2k 1:06:10 57:18 08:52 176.9k 86 559.2M 0 0 86 484.6M 0 144.2k 1:06:09 57:20 08:49 199.4k 86 559.2M 0 0 86 484.8M 0 144.2k 1:06:09 57:21 08:48 220.2k 86 559.2M 0 0 86 485.0M 0 144.2k 1:06:09 57:22 08:47 210.2k 86 559.2M 0 0 86 485.1M 0 144.2k 1:06:09 57:23 08:46 196.9k 86 559.2M 0 0 86 485.4M 0 144.2k 1:06:08 57:24 08:44 184.2k 86 559.2M 0 0 86 485.6M 0 144.3k 1:06:07 57:26 08:41 188.2k 86 559.2M 0 0 86 485.9M 0 144.3k 1:06:07 57:27 08:40 184.2k 86 559.2M 0 0 86 486.1M 0 144.3k 1:06:07 57:28 08:39 188.1k 86 559.2M 0 0 86 486.3M 0 144.3k 1:06:06 57:29 08:37 189.7k 87 559.2M 0 0 87 486.6M 0 144.3k 1:06:05 57:31 08:34 198.4k 87 559.2M 0 0 87 486.9M 0 144.4k 1:06:04 57:32 08:32 210.9k 87 559.2M 0 0 87 487.2M 0 144.4k 1:06:03 57:33 08:30 235.5k 87 559.2M 0 0 87 487.4M 0 144.4k 1:06:03 57:34 08:29 240.3k 87 559.2M 0 0 87 487.6M 0 144.5k 1:06:02 57:35 08:27 240.8k 87 559.2M 0 0 87 487.8M 0 144.5k 1:06:02 57:36 08:26 210.0k 87 559.2M 0 0 87 487.9M 0 144.4k 1:06:02 57:37 08:25 180.0k 87 559.2M 0 0 87 488.1M 0 144.4k 1:06:02 57:39 08:23 153.0k 87 559.2M 0 0 87 488.3M 0 144.5k 1:06:02 57:40 08:22 147.9k 87 559.2M 0 0 87 488.5M 0 144.5k 1:06:02 57:41 08:21 141.4k 87 559.2M 0 0 87 488.6M 0 144.4k 1:06:02 57:42 08:20 140.3k 87 559.2M 0 0 87 488.8M 0 144.5k 1:06:02 57:44 08:18 153.9k 87 559.2M 0 0 87 488.9M 0 144.4k 1:06:03 57:45 08:18 140.2k 87 559.2M 0 0 87 489.0M 0 144.4k 1:06:03 57:46 08:17 124.6k 87 559.2M 0 0 87 489.1M 0 144.4k 1:06:04 57:47 08:17 111.4k 87 559.2M 0 0 87 489.3M 0 144.4k 1:06:04 57:48 08:16 120.7k 87 559.2M 0 0 87 489.5M 0 144.4k 1:06:04 57:49 08:15 108.6k 87 559.2M 0 0 87 489.7M 0 144.4k 1:06:03 57:51 08:12 135.5k 87 559.2M 0 0 87 490.0M 0 144.5k 1:06:02 57:52 08:10 164.3k 87 559.2M 0 0 87 490.1M 0 144.5k 1:06:02 57:53 08:09 184.7k 87 559.2M 0 0 87 490.4M 0 144.5k 1:06:01 57:54 08:07 188.2k 87 559.2M 0 0 87 490.6M 0 144.5k 1:06:01 57:55 08:06 194.6k 87 559.2M 0 0 87 490.8M 0 144.5k 1:06:01 57:56 08:05 188.2k 87 559.2M 0 0 87 491.0M 0 144.5k 1:06:01 57:58 08:03 170.2k 87 559.2M 0 0 87 491.1M 0 144.5k 1:06:01 57:59 08:02 160.2k 87 559.2M 0 0 87 491.3M 0 144.5k 1:06:01 58:01 08:00 147.4k 87 559.2M 0 0 87 491.5M 0 144.5k 1:06:01 58:02 07:59 150.2k 87 559.2M 0 0 87 491.8M 0 144.5k 1:06:01 58:03 07:58 150.7k 87 559.2M 0 0 87 491.9M 0 144.5k 1:06:01 58:04 07:57 146.3k 88 559.2M 0 0 88 492.1M 0 144.5k 1:06:01 58:05 07:56 158.0k 88 559.2M 0 0 88 492.1M 0 144.5k 1:06:01 58:05 07:56 144.5k 88 559.2M 0 0 88 492.2M 0 144.5k 1:06:01 58:07 07:54 102.0k 88 559.2M 0 0 88 492.4M 0 144.5k 1:06:01 58:08 07:53 116.5k 88 559.2M 0 0 88 492.6M 0 144.5k 1:06:01 58:10 07:51 120.1k 88 559.2M 0 0 88 492.7M 0 144.5k 1:06:02 58:11 07:51 116.2k 88 559.2M 0 0 88 492.8M 0 144.5k 1:06:02 58:12 07:50 112.3k 88 559.2M 0 0 88 493.0M 0 144.4k 1:06:03 58:14 07:49 117.9k 88 559.2M 0 0 88 493.2M 0 144.4k 1:06:03 58:15 07:48 119.9k 88 559.2M 0 0 88 493.4M 0 144.5k 1:06:02 58:16 07:46 129.4k 88 559.2M 0 0 88 493.6M 0 144.5k 1:06:02 58:17 07:45 143.1k 88 559.2M 0 0 88 493.8M 0 144.5k 1:06:01 58:18 07:43 164.2k 88 559.2M 0 0 88 494.1M 0 144.5k 1:06:00 58:20 07:40 192.0k 88 559.2M 0 0 88 494.5M 0 144.6k 1:05:59 58:21 07:38 221.8k 88 559.2M 0 0 88 494.8M 0 144.6k 1:05:58 58:22 07:36 233.8k 88 559.2M 0 0 88 495.0M 0 144.6k 1:05:58 58:23 07:35 233.9k 88 559.2M 0 0 88 495.1M 0 144.6k 1:05:58 58:25 07:33 219.8k 88 559.2M 0 0 88 495.3M 0 144.6k 1:05:58 58:26 07:32 193.2k 88 559.2M 0 0 88 495.5M 0 144.6k 1:05:58 58:27 07:31 166.0k 88 559.2M 0 0 88 495.8M 0 144.6k 1:05:57 58:29 07:28 158.9k 88 559.2M 0 0 88 496.0M 0 144.7k 1:05:57 58:30 07:27 164.4k 88 559.2M 0 0 88 496.2M 0 144.7k 1:05:57 58:31 07:26 165.4k 88 559.2M 0 0 88 496.5M 0 144.7k 1:05:56 58:32 07:24 177.4k 88 559.2M 0 0 88 496.6M 0 144.7k 1:05:56 58:34 07:22 187.8k 88 559.2M 0 0 88 496.8M 0 144.7k 1:05:56 58:35 07:21 167.2k 88 559.2M 0 0 88 496.9M 0 144.6k 1:05:57 58:36 07:21 136.7k 88 559.2M 0 0 88 497.0M 0 144.6k 1:05:57 58:37 07:20 131.8k 88 559.2M 0 0 88 497.1M 0 144.6k 1:05:58 58:39 07:19 114.9k 88 559.2M 0 0 88 497.3M 0 144.6k 1:05:58 58:40 07:18 106.9k 88 559.2M 0 0 88 497.5M 0 144.6k 1:05:58 58:41 07:17 117.0k 89 559.2M 0 0 89 497.7M 0 144.6k 1:05:57 58:42 07:15 139.9k 89 559.2M 0 0 89 498.0M 0 144.7k 1:05:57 58:43 07:14 159.5k 89 559.2M 0 0 89 498.3M 0 144.7k 1:05:55 58:45 07:10 194.3k 89 559.2M 0 0 89 498.5M 0 144.7k 1:05:55 58:46 07:09 215.5k 89 559.2M 0 0 89 498.7M 0 144.7k 1:05:55 58:47 07:08 212.9k 89 559.2M 0 0 89 498.9M 0 144.7k 1:05:55 58:48 07:07 197.7k 89 559.2M 0 0 89 499.0M 0 144.7k 1:05:55 58:50 07:05 170.6k 89 559.2M 0 0 89 499.2M 0 144.7k 1:05:56 58:51 07:05 138.8k 89 559.2M 0 0 89 499.4M 0 144.7k 1:05:55 58:53 07:02 130.9k 89 559.2M 0 0 89 499.6M 0 144.7k 1:05:56 58:54 07:02 125.2k 89 559.2M 0 0 89 499.7M 0 144.7k 1:05:56 58:55 07:01 123.6k 89 559.2M 0 0 89 499.9M 0 144.7k 1:05:56 58:56 07:00 138.0k 89 559.2M 0 0 89 500.1M 0 144.7k 1:05:55 58:58 06:57 155.8k 89 559.2M 0 0 89 500.3M 0 144.7k 1:05:55 58:59 06:56 156.3k 89 559.2M 0 0 89 500.5M 0 144.7k 1:05:55 59:00 06:55 164.9k 89 559.2M 0 0 89 500.7M 0 144.7k 1:05:55 59:01 06:54 174.3k 89 559.2M 0 0 89 500.9M 0 144.7k 1:05:55 59:03 06:52 160.4k 89 559.2M 0 0 89 501.0M 0 144.7k 1:05:55 59:04 06:51 141.7k 89 559.2M 0 0 89 501.1M 0 144.7k 1:05:56 59:05 06:51 129.1k 89 559.2M 0 0 89 501.3M 0 144.7k 1:05:56 59:06 06:50 118.9k 89 559.2M 0 0 89 501.5M 0 144.7k 1:05:56 59:08 06:48 115.4k 89 559.2M 0 0 89 501.6M 0 144.7k 1:05:56 59:09 06:47 119.3k 89 559.2M 0 0 89 501.8M 0 144.7k 1:05:56 59:11 06:45 126.1k 89 559.2M 0 0 89 502.0M 0 144.7k 1:05:56 59:12 06:44 138.7k 89 559.2M 0 0 89 502.2M 0 144.7k 1:05:56 59:13 06:43 148.4k 89 559.2M 0 0 89 502.4M 0 144.7k 1:05:56 59:14 06:42 146.3k 89 559.2M 0 0 89 502.5M 0 144.7k 1:05:56 59:15 06:41 143.7k 89 559.2M 0 0 89 502.6M 0 144.7k 1:05:56 59:17 06:39 139.0k 89 559.2M 0 0 89 502.8M 0 144.7k 1:05:56 59:18 06:38 134.7k 89 559.2M 0 0 89 503.0M 0 144.7k 1:05:56 59:19 06:37 135.9k 89 559.2M 0 0 89 503.2M 0 144.7k 1:05:56 59:20 06:36 135.1k 90 559.2M 0 0 90 503.4M 0 144.7k 1:05:56 59:22 06:34 145.1k 90 559.2M 0 0 90 503.6M 0 144.7k 1:05:56 59:23 06:33 158.2k 90 559.2M 0 0 90 503.8M 0 144.7k 1:05:56 59:24 06:32 154.6k 90 559.2M 0 0 90 504.0M 0 144.7k 1:05:56 59:25 06:31 152.1k 90 559.2M 0 0 90 504.2M 0 144.7k 1:05:55 59:27 06:28 165.7k 90 559.2M 0 0 90 504.4M 0 144.7k 1:05:55 59:28 06:27 164.9k 90 559.2M 0 0 90 504.6M 0 144.7k 1:05:55 59:29 06:26 157.8k 90 559.2M 0 0 90 504.7M 0 144.7k 1:05:56 59:30 06:26 148.5k 90 559.2M 0 0 90 504.8M 0 144.7k 1:05:56 59:32 06:24 141.0k 90 559.2M 0 0 90 505.0M 0 144.7k 1:05:56 59:33 06:23 125.9k 90 559.2M 0 0 90 505.1M 0 144.7k 1:05:57 59:34 06:23 113.9k 90 559.2M 0 0 90 505.2M 0 144.6k 1:05:57 59:35 06:22 105.9k 90 559.2M 0 0 90 505.3M 0 144.6k 1:05:58 59:37 06:21 101.8k 90 559.2M 0 0 90 505.5M 0 144.6k 1:05:58 59:38 06:20 101.9k 90 559.2M 0 0 90 505.6M 0 144.6k 1:05:58 59:39 06:19 108.9k 90 559.2M 0 0 90 505.8M 0 144.6k 1:05:58 59:40 06:18 121.2k 90 559.2M 0 0 90 506.0M 0 144.6k 1:05:58 59:41 06:17 133.7k 90 559.2M 0 0 90 506.2M 0 144.6k 1:05:57 59:42 06:15 157.0k 90 559.2M 0 0 90 506.4M 0 144.6k 1:05:57 59:44 06:13 160.6k 90 559.2M 0 0 90 506.5M 0 144.6k 1:05:58 59:45 06:13 154.7k 90 559.2M 0 0 90 506.7M 0 144.6k 1:05:57 59:46 06:11 154.4k 90 559.2M 0 0 90 506.9M 0 144.6k 1:05:57 59:47 06:10 146.1k 90 559.2M 0 0 90 507.1M 0 144.6k 1:05:57 59:49 06:08 145.8k 90 559.2M 0 0 90 507.3M 0 144.7k 1:05:57 59:50 06:07 165.1k 90 559.2M 0 0 90 507.7M 0 144.7k 1:05:55 59:51 06:04 206.9k 90 559.2M 0 0 90 508.0M 0 144.8k 1:05:54 59:52 06:02 226.3k 90 559.2M 0 0 90 508.3M 0 144.8k 1:05:53 59:53 06:00 239.4k 90 559.2M 0 0 90 508.5M 0 144.8k 1:05:52 59:54 05:58 253.1k 90 559.2M 0 0 90 508.8M 0 144.9k 1:05:51 59:56 05:55 261.4k 91 559.2M 0 0 91 509.1M 0 144.9k 1:05:51 59:57 05:54 240.8k 91 559.2M 0 0 91 509.3M 0 144.9k 1:05:51 59:58 05:53 205.2k 91 559.2M 0 0 91 509.4M 0 144.9k 1:05:51 59:59 05:52 191.7k 91 559.2M 0 0 91 509.6M 0 144.9k 1:05:51 1:00:00 05:51 179.6k 91 559.2M 0 0 91 509.8M 0 144.9k 1:05:51 1:00:02 05:49 158.1k 91 559.2M 0 0 91 510.0M 0 144.9k 1:05:50 1:00:03 05:47 148.2k 91 559.2M 0 0 91 510.1M 0 144.9k 1:05:51 1:00:04 05:47 144.0k 91 559.2M 0 0 91 510.3M 0 144.9k 1:05:51 1:00:06 05:45 144.1k 91 559.2M 0 0 91 510.4M 0 144.9k 1:05:51 1:00:07 05:44 136.7k 91 559.2M 0 0 91 510.6M 0 144.9k 1:05:51 1:00:08 05:43 139.8k 91 559.2M 0 0 91 510.8M 0 144.9k 1:05:51 1:00:09 05:42 136.5k 91 559.2M 0 0 91 510.9M 0 144.8k 1:05:52 1:00:10 05:42 132.1k 91 559.2M 0 0 91 511.0M 0 144.8k 1:05:52 1:00:11 05:41 132.2k 91 559.2M 0 0 91 511.2M 0 144.8k 1:05:52 1:00:13 05:39 137.8k 91 559.2M 0 0 91 511.4M 0 144.8k 1:05:51 1:00:14 05:37 133.4k 91 559.2M 0 0 91 511.6M 0 144.9k 1:05:51 1:00:15 05:36 137.6k 91 559.2M 0 0 91 511.8M 0 144.9k 1:05:51 1:00:16 05:35 153.4k 91 559.2M 0 0 91 511.9M 0 144.8k 1:05:52 1:00:18 05:34 142.2k 91 559.2M 0 0 91 512.0M 0 144.8k 1:05:52 1:00:19 05:33 135.2k 91 559.2M 0 0 91 512.3M 0 144.9k 1:05:51 1:00:20 05:31 146.2k 91 559.2M 0 0 91 512.5M 0 144.9k 1:05:51 1:00:21 05:30 146.6k 91 559.2M 0 0 91 512.7M 0 144.9k 1:05:51 1:00:22 05:29 157.3k 91 559.2M 0 0 91 512.9M 0 144.9k 1:05:51 1:00:24 05:27 171.9k 91 559.2M 0 0 91 513.1M 0 144.9k 1:05:51 1:00:25 05:26 174.1k 91 559.2M 0 0 91 513.2M 0 144.9k 1:05:51 1:00:26 05:25 155.5k 91 559.2M 0 0 91 513.4M 0 144.9k 1:05:51 1:00:27 05:24 147.5k 91 559.2M 0 0 91 513.6M 0 144.9k 1:05:51 1:00:29 05:22 140.0k 91 559.2M 0 0 91 513.8M 0 144.9k 1:05:51 1:00:30 05:21 134.5k 91 559.2M 0 0 91 513.9M 0 144.8k 1:05:52 1:00:32 05:20 125.9k 91 559.2M 0 0 91 514.0M 0 144.8k 1:05:52 1:00:33 05:19 126.8k 91 559.2M 0 0 91 514.2M 0 144.8k 1:05:52 1:00:34 05:18 125.1k 91 559.2M 0 0 91 514.3M 0 144.8k 1:05:52 1:00:35 05:17 118.7k 92 559.2M 0 0 92 514.5M 0 144.8k 1:05:52 1:00:36 05:16 119.3k 92 559.2M 0 0 92 514.6M 0 144.8k 1:05:52 1:00:37 05:15 132.3k 92 559.2M 0 0 92 514.9M 0 144.8k 1:05:52 1:00:39 05:13 148.1k 92 559.2M 0 0 92 515.1M 0 144.8k 1:05:52 1:00:40 05:12 150.7k 92 559.2M 0 0 92 515.2M 0 144.8k 1:05:52 1:00:41 05:11 147.8k 92 559.2M 0 0 92 515.4M 0 144.8k 1:05:52 1:00:43 05:09 151.3k 92 559.2M 0 0 92 515.6M 0 144.8k 1:05:52 1:00:44 05:08 148.6k 92 559.2M 0 0 92 515.8M 0 144.8k 1:05:52 1:00:45 05:07 137.8k 92 559.2M 0 0 92 516.0M 0 144.8k 1:05:52 1:00:47 05:05 147.7k 92 559.2M 0 0 92 516.2M 0 144.9k 1:05:51 1:00:48 05:03 157.3k 92 559.2M 0 0 92 516.4M 0 144.9k 1:05:51 1:00:49 05:02 161.3k 92 559.2M 0 0 92 516.5M 0 144.8k 1:05:51 1:00:50 05:01 155.5k 92 559.2M 0 0 92 516.6M 0 144.8k 1:05:52 1:00:51 05:01 150.2k 92 559.2M 0 0 92 516.8M 0 144.8k 1:05:52 1:00:52 05:00 143.8k 92 559.2M 0 0 92 517.0M 0 144.9k 1:05:51 1:00:53 04:58 147.7k 92 559.2M 0 0 92 517.2M 0 144.9k 1:05:51 1:00:54 04:57 151.1k 92 559.2M 0 0 92 517.4M 0 144.9k 1:05:51 1:00:56 04:55 158.6k 92 559.2M 0 0 92 517.6M 0 144.9k 1:05:50 1:00:57 04:53 180.0k 92 559.2M 0 0 92 517.9M 0 144.9k 1:05:49 1:00:58 04:51 194.8k 92 559.2M 0 0 92 518.1M 0 144.9k 1:05:49 1:00:59 04:50 194.9k 92 559.2M 0 0 92 518.3M 0 144.9k 1:05:49 1:01:00 04:49 193.4k 92 559.2M 0 0 92 518.6M 0 145.0k 1:05:48 1:01:02 04:46 205.0k 92 559.2M 0 0 92 518.7M 0 145.0k 1:05:49 1:01:03 04:46 183.3k 92 559.2M 0 0 92 518.9M 0 145.0k 1:05:49 1:01:04 04:45 163.5k 92 559.2M 0 0 92 519.1M 0 144.9k 1:05:49 1:01:06 04:43 151.3k 92 559.2M 0 0 92 519.3M 0 145.0k 1:05:48 1:01:07 04:41 151.3k 92 559.2M 0 0 92 519.5M 0 145.0k 1:05:49 1:01:08 04:41 137.8k 92 559.2M 0 0 92 519.6M 0 144.9k 1:05:49 1:01:09 04:40 137.7k 92 559.2M 0 0 92 519.7M 0 144.9k 1:05:49 1:01:10 04:39 134.6k 92 559.2M 0 0 92 519.9M 0 144.9k 1:05:49 1:01:12 04:37 140.6k 93 559.2M 0 0 93 520.1M 0 144.9k 1:05:49 1:01:13 04:36 126.0k 93 559.2M 0 0 93 520.3M 0 144.9k 1:05:49 1:01:15 04:34 128.3k 93 559.2M 0 0 93 520.5M 0 144.9k 1:05:49 1:01:16 04:33 135.8k 93 559.2M 0 0 93 520.6M 0 144.9k 1:05:50 1:01:17 04:33 128.6k 93 559.2M 0 0 93 520.8M 0 144.9k 1:05:50 1:01:19 04:31 128.0k 93 559.2M 0 0 93 521.0M 0 144.9k 1:05:49 1:01:20 04:29 153.4k 93 559.2M 0 0 93 521.3M 0 145.0k 1:05:48 1:01:21 04:27 181.6k 93 559.2M 0 0 93 521.6M 0 145.0k 1:05:47 1:01:22 04:25 197.8k 93 559.2M 0 0 93 521.8M 0 145.0k 1:05:47 1:01:23 04:24 222.8k 93 559.2M 0 0 93 522.0M 0 145.0k 1:05:46 1:01:24 04:22 224.4k 93 559.2M 0 0 93 522.3M 0 145.1k 1:05:46 1:01:25 04:21 215.7k 93 559.2M 0 0 93 522.5M 0 145.1k 1:05:46 1:01:27 04:19 184.8k 93 559.2M 0 0 93 522.6M 0 145.0k 1:05:46 1:01:28 04:18 165.4k 93 559.2M 0 0 93 522.8M 0 145.1k 1:05:46 1:01:29 04:17 163.8k 93 559.2M 0 0 93 523.1M 0 145.1k 1:05:45 1:01:30 04:15 182.7k 93 559.2M 0 0 93 523.3M 0 145.1k 1:05:45 1:01:31 04:14 173.4k 93 559.2M 0 0 93 523.5M 0 145.1k 1:05:45 1:01:33 04:12 173.3k 93 559.2M 0 0 93 523.6M 0 145.1k 1:05:45 1:01:34 04:11 180.9k 93 559.2M 0 0 93 523.8M 0 145.1k 1:05:45 1:01:35 04:10 167.5k 93 559.2M 0 0 93 524.0M 0 145.1k 1:05:45 1:01:37 04:08 142.0k 93 559.2M 0 0 93 524.2M 0 145.1k 1:05:45 1:01:38 04:07 137.1k 93 559.2M 0 0 93 524.4M 0 145.1k 1:05:45 1:01:40 04:05 140.2k 93 559.2M 0 0 93 524.6M 0 145.1k 1:05:45 1:01:41 04:04 139.9k 93 559.2M 0 0 93 524.8M 0 145.1k 1:05:45 1:01:42 04:03 147.1k 93 559.2M 0 0 93 525.0M 0 145.1k 1:05:45 1:01:43 04:02 149.1k 93 559.2M 0 0 93 525.1M 0 145.1k 1:05:45 1:01:45 04:00 148.3k 93 559.2M 0 0 93 525.4M 0 145.1k 1:05:44 1:01:46 03:58 156.6k 94 559.2M 0 0 94 525.6M 0 145.1k 1:05:44 1:01:47 03:57 169.2k 94 559.2M 0 0 94 525.9M 0 145.2k 1:05:43 1:01:48 03:55 178.6k 94 559.2M 0 0 94 526.1M 0 145.2k 1:05:43 1:01:50 03:53 191.7k 94 559.2M 0 0 94 526.3M 0 145.2k 1:05:43 1:01:51 03:52 188.5k 94 559.2M 0 0 94 526.4M 0 145.1k 1:05:43 1:01:52 03:51 166.8k 94 559.2M 0 0 94 526.6M 0 145.1k 1:05:43 1:01:54 03:49 151.3k 94 559.2M 0 0 94 526.8M 0 145.2k 1:05:43 1:01:55 03:48 143.2k 94 559.2M 0 0 94 527.0M 0 145.2k 1:05:43 1:01:56 03:47 137.4k 94 559.2M 0 0 94 527.2M 0 145.2k 1:05:43 1:01:57 03:46 152.6k 94 559.2M 0 0 94 527.4M 0 145.2k 1:05:42 1:01:58 03:44 166.6k 94 559.2M 0 0 94 527.6M 0 145.2k 1:05:42 1:01:59 03:43 174.0k 94 559.2M 0 0 94 527.7M 0 145.2k 1:05:42 1:02:01 03:41 164.4k 94 559.2M 0 0 94 527.9M 0 145.2k 1:05:43 1:02:02 03:41 153.5k 94 559.2M 0 0 94 528.1M 0 145.2k 1:05:43 1:02:03 03:40 147.0k 94 559.2M 0 0 94 528.3M 0 145.2k 1:05:42 1:02:04 03:38 147.2k 94 559.2M 0 0 94 528.4M 0 145.2k 1:05:43 1:02:06 03:37 137.6k 94 559.2M 0 0 94 528.5M 0 145.2k 1:05:43 1:02:07 03:36 137.2k 94 559.2M 0 0 94 528.7M 0 145.2k 1:05:43 1:02:08 03:35 146.3k 94 559.2M 0 0 94 529.0M 0 145.2k 1:05:42 1:02:09 03:33 160.7k 94 559.2M 0 0 94 529.1M 0 145.2k 1:05:42 1:02:10 03:32 163.6k 94 559.2M 0 0 94 529.3M 0 145.2k 1:05:42 1:02:11 03:31 162.7k 94 559.2M 0 0 94 529.5M 0 145.2k 1:05:43 1:02:13 03:30 149.5k 94 559.2M 0 0 94 529.6M 0 145.2k 1:05:43 1:02:14 03:29 141.2k 94 559.2M 0 0 94 529.7M 0 145.2k 1:05:43 1:02:15 03:28 122.6k 94 559.2M 0 0 94 529.8M 0 145.1k 1:05:43 1:02:16 03:27 108.8k 94 559.2M 0 0 94 530.0M 0 145.1k 1:05:44 1:02:18 03:26 103.7k 94 559.2M 0 0 94 530.1M 0 145.1k 1:05:44 1:02:19 03:25 111.8k 94 559.2M 0 0 94 530.2M 0 145.1k 1:05:45 1:02:20 03:25 103.8k 94 559.2M 0 0 94 530.3M 0 145.1k 1:05:45 1:02:21 03:24 101.8k 94 559.2M 0 0 94 530.5M 0 145.1k 1:05:46 1:02:23 03:23 99041 94 559.2M 0 0 94 530.6M 0 145.1k 1:05:46 1:02:24 03:22 98.41k 94 559.2M 0 0 94 530.8M 0 145.1k 1:05:46 1:02:25 03:21 106.3k 94 559.2M 0 0 94 531.0M 0 145.1k 1:05:45 1:02:26 03:19 124.5k 94 559.2M 0 0 94 531.2M 0 145.1k 1:05:45 1:02:28 03:17 145.3k 95 559.2M 0 0 95 531.5M 0 145.1k 1:05:44 1:02:29 03:15 180.1k 95 559.2M 0 0 95 531.6M 0 145.1k 1:05:44 1:02:30 03:14 185.0k 95 559.2M 0 0 95 531.9M 0 145.1k 1:05:44 1:02:31 03:13 196.2k 95 559.2M 0 0 95 532.1M 0 145.2k 1:05:43 1:02:32 03:11 200.7k 95 559.2M 0 0 95 532.3M 0 145.2k 1:05:43 1:02:33 03:10 184.9k 95 559.2M 0 0 95 532.4M 0 145.1k 1:05:44 1:02:35 03:09 158.6k 95 559.2M 0 0 95 532.5M 0 145.1k 1:05:44 1:02:36 03:08 151.1k 95 559.2M 0 0 95 532.7M 0 145.1k 1:05:44 1:02:37 03:07 138.5k 95 559.2M 0 0 95 532.8M 0 145.1k 1:05:44 1:02:38 03:06 122.0k 95 559.2M 0 0 95 533.0M 0 145.1k 1:05:44 1:02:39 03:05 121.1k 95 559.2M 0 0 95 533.1M 0 145.1k 1:05:44 1:02:40 03:04 138.2k 95 559.2M 0 0 95 533.5M 0 145.2k 1:05:43 1:02:42 03:01 167.7k 95 559.2M 0 0 95 533.6M 0 145.2k 1:05:43 1:02:43 03:00 168.6k 95 559.2M 0 0 95 533.8M 0 145.2k 1:05:43 1:02:44 02:59 167.1k 95 559.2M 0 0 95 534.0M 0 145.1k 1:05:43 1:02:46 02:57 163.6k 95 559.2M 0 0 95 534.1M 0 145.1k 1:05:44 1:02:47 02:57 148.3k 95 559.2M 0 0 95 534.3M 0 145.1k 1:05:43 1:02:48 02:55 137.5k 95 559.2M 0 0 95 534.6M 0 145.2k 1:05:43 1:02:49 02:54 147.2k 95 559.2M 0 0 95 534.8M 0 145.2k 1:05:43 1:02:51 02:52 148.0k 95 559.2M 0 0 95 534.9M 0 145.2k 1:05:43 1:02:52 02:51 148.8k 95 559.2M 0 0 95 535.0M 0 145.1k 1:05:44 1:02:53 02:51 149.7k 95 559.2M 0 0 95 535.1M 0 145.1k 1:05:44 1:02:55 02:49 130.2k 95 559.2M 0 0 95 535.3M 0 145.1k 1:05:44 1:02:56 02:48 119.2k 95 559.2M 0 0 95 535.5M 0 145.1k 1:05:44 1:02:57 02:47 120.4k 95 559.2M 0 0 95 535.7M 0 145.1k 1:05:44 1:02:58 02:46 132.5k 95 559.2M 0 0 95 536.0M 0 145.2k 1:05:43 1:02:59 02:44 153.3k 95 559.2M 0 0 95 536.2M 0 145.2k 1:05:43 1:03:01 02:42 179.0k 95 559.2M 0 0 95 536.4M 0 145.2k 1:05:42 1:03:02 02:40 186.6k 95 559.2M 0 0 95 536.6M 0 145.2k 1:05:42 1:03:03 02:39 196.5k 96 559.2M 0 0 96 536.9M 0 145.2k 1:05:42 1:03:04 02:38 196.4k 96 559.2M 0 0 96 537.0M 0 145.2k 1:05:42 1:03:06 02:36 174.0k 96 559.2M 0 0 96 537.2M 0 145.2k 1:05:42 1:03:07 02:35 155.7k 96 559.2M 0 0 96 537.4M 0 145.2k 1:05:42 1:03:08 02:34 150.4k 96 559.2M 0 0 96 537.6M 0 145.2k 1:05:42 1:03:10 02:32 152.6k 96 559.2M 0 0 96 537.8M 0 145.2k 1:05:41 1:03:11 02:30 149.8k 96 559.2M 0 0 96 538.0M 0 145.2k 1:05:42 1:03:12 02:30 151.4k 96 559.2M 0 0 96 538.1M 0 145.2k 1:05:42 1:03:13 02:29 142.9k 96 559.2M 0 0 96 538.2M 0 145.2k 1:05:43 1:03:15 02:28 129.4k 96 559.2M 0 0 96 538.4M 0 145.2k 1:05:42 1:03:16 02:26 124.2k 96 559.2M 0 0 96 538.6M 0 145.2k 1:05:43 1:03:17 02:26 118.1k 96 559.2M 0 0 96 538.8M 0 145.2k 1:05:43 1:03:19 02:24 126.3k 96 559.2M 0 0 96 538.9M 0 145.2k 1:05:43 1:03:20 02:23 129.6k 96 559.2M 0 0 96 539.1M 0 145.2k 1:05:43 1:03:21 02:22 142.4k 96 559.2M 0 0 96 539.3M 0 145.2k 1:05:43 1:03:22 02:21 141.3k 96 559.2M 0 0 96 539.3M 0 145.2k 1:05:43 1:03:22 02:21 145.2k 96 559.2M 0 0 96 539.5M 0 145.2k 1:05:42 1:03:23 02:19 175.6k 96 559.2M 0 0 96 539.7M 0 145.2k 1:05:42 1:03:25 02:17 200.0k 96 559.2M 0 0 96 540.0M 0 145.2k 1:05:41 1:03:26 02:15 197.6k 96 559.2M 0 0 96 540.2M 0 145.2k 1:05:41 1:03:27 02:14 193.3k 96 559.2M 0 0 96 540.4M 0 145.2k 1:05:41 1:03:28 02:13 188.6k 96 559.2M 0 0 96 540.6M 0 145.3k 1:05:40 1:03:30 02:10 187.7k 96 559.2M 0 0 96 540.8M 0 145.3k 1:05:40 1:03:31 02:09 175.4k 96 559.2M 0 0 96 541.0M 0 145.3k 1:05:40 1:03:32 02:08 169.3k 96 559.2M 0 0 96 541.3M 0 145.3k 1:05:39 1:03:33 02:06 177.5k 96 559.2M 0 0 96 541.5M 0 145.3k 1:05:39 1:03:35 02:04 185.2k 96 559.2M 0 0 96 541.7M 0 145.3k 1:05:39 1:03:36 02:03 179.0k 96 559.2M 0 0 96 541.9M 0 145.3k 1:05:39 1:03:37 02:02 172.8k 96 559.2M 0 0 96 542.1M 0 145.3k 1:05:39 1:03:39 02:00 169.0k 96 559.2M 0 0 96 542.3M 0 145.3k 1:05:39 1:03:40 01:59 155.3k 97 559.2M 0 0 97 542.4M 0 145.3k 1:05:39 1:03:41 01:58 139.2k 97 559.2M 0 0 97 542.5M 0 145.3k 1:05:39 1:03:42 01:57 134.8k 97 559.2M 0 0 97 542.7M 0 145.3k 1:05:39 1:03:43 01:56 137.9k 97 559.2M 0 0 97 542.9M 0 145.3k 1:05:39 1:03:45 01:54 140.7k 97 559.2M 0 0 97 543.1M 0 145.3k 1:05:39 1:03:46 01:53 139.1k 97 559.2M 0 0 97 543.3M 0 145.3k 1:05:39 1:03:47 01:52 142.8k 97 559.2M 0 0 97 543.5M 0 145.3k 1:05:39 1:03:48 01:51 153.2k 97 559.2M 0 0 97 543.8M 0 145.3k 1:05:38 1:03:49 01:49 178.3k 97 559.2M 0 0 97 544.1M 0 145.4k 1:05:37 1:03:51 01:46 199.6k 97 559.2M 0 0 97 544.3M 0 145.4k 1:05:37 1:03:52 01:45 210.4k 97 559.2M 0 0 97 544.5M 0 145.4k 1:05:36 1:03:53 01:43 221.6k 97 559.2M 0 0 97 544.7M 0 145.4k 1:05:36 1:03:54 01:42 216.6k 97 559.2M 0 0 97 545.0M 0 145.4k 1:05:36 1:03:56 01:40 199.6k 97 559.2M 0 0 97 545.1M 0 145.4k 1:05:35 1:03:57 01:38 179.9k 97 559.2M 0 0 97 545.3M 0 145.4k 1:05:36 1:03:58 01:38 168.6k 97 559.2M 0 0 97 545.5M 0 145.4k 1:05:36 1:04:00 01:36 157.4k 97 559.2M 0 0 97 545.8M 0 145.4k 1:05:35 1:04:01 01:34 165.7k 97 559.2M 0 0 97 546.0M 0 145.5k 1:05:35 1:04:02 01:33 164.1k 97 559.2M 0 0 97 546.1M 0 145.5k 1:05:35 1:04:03 01:32 160.4k 97 559.2M 0 0 97 546.4M 0 145.5k 1:05:34 1:04:04 01:30 173.7k 97 559.2M 0 0 97 546.6M 0 145.5k 1:05:34 1:04:06 01:28 182.7k 97 559.2M 0 0 97 546.7M 0 145.5k 1:05:34 1:04:07 01:27 164.0k 97 559.2M 0 0 97 546.9M 0 145.5k 1:05:35 1:04:08 01:27 150.3k 97 559.2M 0 0 97 547.0M 0 145.4k 1:05:35 1:04:10 01:25 135.8k 97 559.2M 0 0 97 547.1M 0 145.4k 1:05:35 1:04:11 01:24 120.7k 97 559.2M 0 0 97 547.3M 0 145.4k 1:05:35 1:04:12 01:23 117.6k 97 559.2M 0 0 97 547.5M 0 145.5k 1:05:35 1:04:13 01:22 129.8k 97 559.2M 0 0 97 547.8M 0 145.5k 1:05:35 1:04:15 01:20 139.4k 97 559.2M 0 0 97 547.9M 0 145.4k 1:05:35 1:04:16 01:19 147.0k 98 559.2M 0 0 98 548.1M 0 145.4k 1:05:35 1:04:17 01:18 146.9k 98 559.2M 0 0 98 548.3M 0 145.5k 1:05:35 1:04:18 01:17 152.0k 98 559.2M 0 0 98 548.5M 0 145.5k 1:05:35 1:04:20 01:15 146.9k 98 559.2M 0 0 98 548.6M 0 145.4k 1:05:35 1:04:21 01:14 136.3k 98 559.2M 0 0 98 548.8M 0 145.4k 1:05:35 1:04:22 01:13 143.4k 98 559.2M 0 0 98 549.0M 0 145.4k 1:05:35 1:04:23 01:12 149.1k 98 559.2M 0 0 98 549.1M 0 145.5k 1:05:35 1:04:25 01:10 144.9k 98 559.2M 0 0 98 549.3M 0 145.5k 1:05:35 1:04:26 01:09 143.7k 98 559.2M 0 0 98 549.5M 0 145.4k 1:05:35 1:04:27 01:08 145.6k 98 559.2M 0 0 98 549.6M 0 145.4k 1:05:35 1:04:28 01:07 145.6k 98 559.2M 0 0 98 549.8M 0 145.5k 1:05:35 1:04:29 01:06 148.4k 98 559.2M 0 0 98 550.0M 0 145.5k 1:05:35 1:04:31 01:04 148.0k 98 559.2M 0 0 98 550.2M 0 145.5k 1:05:35 1:04:32 01:03 153.1k 98 559.2M 0 0 98 550.4M 0 145.5k 1:05:35 1:04:33 01:02 154.5k 98 559.2M 0 0 98 550.5M 0 145.4k 1:05:35 1:04:34 01:01 148.1k 98 559.2M 0 0 98 550.7M 0 145.4k 1:05:35 1:04:36 00:59 139.9k 98 559.2M 0 0 98 550.9M 0 145.4k 1:05:35 1:04:37 00:58 139.9k 98 559.2M 0 0 98 551.1M 0 145.4k 1:05:35 1:04:38 00:57 134.4k 98 559.2M 0 0 98 551.3M 0 145.5k 1:05:35 1:04:40 00:55 146.0k 98 559.2M 0 0 98 551.5M 0 145.5k 1:05:35 1:04:41 00:54 151.4k 98 559.2M 0 0 98 551.6M 0 145.5k 1:05:35 1:04:42 00:53 151.9k 98 559.2M 0 0 98 551.8M 0 145.4k 1:05:35 1:04:43 00:52 145.1k 98 559.2M 0 0 98 552.0M 0 145.4k 1:05:35 1:04:44 00:51 148.9k 98 559.2M 0 0 98 552.1M 0 145.5k 1:05:35 1:04:45 00:50 145.8k 98 559.2M 0 0 98 552.3M 0 145.5k 1:05:35 1:04:47 00:48 151.1k 98 559.2M 0 0 98 552.5M 0 145.5k 1:05:35 1:04:48 00:47 148.6k 98 559.2M 0 0 98 552.6M 0 145.4k 1:05:35 1:04:49 00:46 146.6k 98 559.2M 0 0 98 552.8M 0 145.4k 1:05:36 1:04:51 00:45 135.0k 98 559.2M 0 0 98 552.9M 0 145.4k 1:05:36 1:04:52 00:44 120.4k 98 559.2M 0 0 98 553.1M 0 145.4k 1:05:36 1:04:53 00:43 117.8k 98 559.2M 0 0 98 553.3M 0 145.4k 1:05:36 1:04:54 00:42 128.2k 98 559.2M 0 0 98 553.5M 0 145.4k 1:05:35 1:04:55 00:40 140.6k 99 559.2M 0 0 99 553.8M 0 145.5k 1:05:34 1:04:56 00:38 173.3k 99 559.2M 0 0 99 554.0M 0 145.5k 1:05:34 1:04:58 00:36 193.3k 99 559.2M 0 0 99 554.2M 0 145.5k 1:05:34 1:04:59 00:35 200.4k 99 559.2M 0 0 99 554.4M 0 145.5k 1:05:34 1:05:00 00:34 188.7k 99 559.2M 0 0 99 554.6M 0 145.5k 1:05:34 1:05:01 00:33 190.0k 99 559.2M 0 0 99 554.8M 0 145.5k 1:05:33 1:05:02 00:31 172.3k 99 559.2M 0 0 99 554.9M 0 145.5k 1:05:34 1:05:03 00:31 155.4k 99 559.2M 0 0 99 555.0M 0 145.5k 1:05:34 1:05:05 00:29 143.2k 99 559.2M 0 0 99 555.1M 0 145.5k 1:05:34 1:05:06 00:28 141.3k 99 559.2M 0 0 99 555.3M 0 145.5k 1:05:34 1:05:07 00:27 139.1k 99 559.2M 0 0 99 555.5M 0 145.5k 1:05:34 1:05:08 00:26 119.2k 99 559.2M 0 0 99 555.6M 0 145.5k 1:05:35 1:05:10 00:25 121.6k 99 559.2M 0 0 99 555.8M 0 145.5k 1:05:35 1:05:11 00:24 127.0k 99 559.2M 0 0 99 556.0M 0 145.5k 1:05:34 1:05:12 00:22 137.2k 99 559.2M 0 0 99 556.2M 0 145.5k 1:05:34 1:05:13 00:21 136.1k 99 559.2M 0 0 99 556.4M 0 145.5k 1:05:34 1:05:15 00:19 153.6k 99 559.2M 0 0 99 556.6M 0 145.5k 1:05:34 1:05:16 00:18 158.2k 99 559.2M 0 0 99 556.8M 0 145.5k 1:05:34 1:05:17 00:17 164.8k 99 559.2M 0 0 99 557.0M 0 145.5k 1:05:33 1:05:18 00:15 175.7k 99 559.2M 0 0 99 557.2M 0 145.5k 1:05:33 1:05:19 00:14 182.0k 99 559.2M 0 0 99 557.4M 0 145.5k 1:05:33 1:05:20 00:13 177.0k 99 559.2M 0 0 99 557.5M 0 145.5k 1:05:33 1:05:22 00:11 160.9k 99 559.2M 0 0 99 557.6M 0 145.5k 1:05:34 1:05:23 00:11 138.8k 99 559.2M 0 0 99 557.8M 0 145.5k 1:05:34 1:05:25 00:09 123.9k 99 559.2M 0 0 99 558.0M 0 145.5k 1:05:34 1:05:26 00:08 120.7k 99 559.2M 0 0 99 558.3M 0 145.5k 1:05:34 1:05:27 00:07 129.7k 99 559.2M 0 0 99 558.4M 0 145.5k 1:05:34 1:05:29 00:05 134.2k 99 559.2M 0 0 99 558.5M 0 145.5k 1:05:34 1:05:30 00:04 143.5k 99 559.2M 0 0 99 558.7M 0 145.5k 1:05:34 1:05:31 00:03 138.7k 99 559.2M 0 0 99 558.8M 0 145.5k 1:05:35 1:05:32 00:03 127.6k 99 559.2M 0 0 99 559.0M 0 145.5k 1:05:35 1:05:34 00:01 119.0k 99 559.2M 0 0 99 559.1M 0 145.5k 1:05:35 1:05:35 120.3k* upload completely sent off: 586375632 bytes 100 559.2M 0 0 100 559.2M 0 145.4k 1:05:36 1:05:36 98.36k{ [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: 8bboxD33ltC+u6I/6BcJq6N4/afvm4wsGCTpvPS0MSu+0jW2oc3EOKIlejjtPyD9P6eSmwr5dso= < x-amz-request-id: FD0P5A5KNSAGRRN4 < Date: Fri, 15 May 2026 16:56:59 GMT < x-amz-server-side-encryption: AES256 < ETag: "9353f066cc7ae215c4f1f6f23d19b399" < x-amz-checksum-crc64nvme: HepReHmkj4s= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < Connection: close < 100 559.2M 0 0 100 559.2M 0 145.4k 1:05:37 1:05:37 98.36k 100 559.2M 0 0 100 559.2M 0 145.4k 1:05:37 1:05:37 98.36k 100 559.2M 0 0 100 559.2M 0 145.4k 1:05:37 1:05:37 98.36k * shutting down connection #0 took: 3984.60 seconds no out.png (QPSChart)! heaps: (154613120, 166391104, 158296260, 2391906.8994485284) [2026-05-15 14:02:40.903789] RUN: tar cjf logs.tar.bz2 --exclude=*.pk * [2026-05-15 14:03:47.471558] took 66.6 sec /l/logs.nightly/2026.05.14.04.42.39/logs.tar.bz2: fixed index size 125222.19 MB /l/logs.nightly/2026.05.14.04.42.39/logs.tar.bz2: fixed index time 40249.6s, bytes 25526799676 (from log) [2026-05-15 14:04:29.380595] done: total time 1 day, 9:21:49.486103 stored: 2021.10.28.07.03.29, 2021-10-28 07:03:29.455588 stored: 2021.11.04.08.14.20, 2021-11-04 08:14:20.226758 stored: 2021.11.04.18.04.32, 2021-11-04 18:04:32.679673 stored: 2021.11.05.18.04.30, 2021-11-05 18:04:30.080343 stored: 2021.11.06.18.04.39, 2021-11-06 18:04:39.550844 stored: 2021.11.07.18.04.36, 2021-11-07 18:04:36.657551 stored: 2021.11.08.18.04.00, 2021-11-08 18:04:00.994911 stored: 2021.11.09.18.04.20, 2021-11-09 18:04:20.109951 stored: 2021.11.10.18.03.54, 2021-11-10 18:03:54.222418 stored: 2021.11.11.18.03.57, 2021-11-11 18:03:57.523108 stored: 2021.11.12.18.04.06, 2021-11-12 18:04:06.704620 stored: 2021.11.13.18.03.52, 2021-11-13 18:03:52.601836 stored: 2021.11.14.18.03.58, 2021-11-14 18:03:58.888657 stored: 2021.11.15.18.04.03, 2021-11-15 18:04:03.246773 stored: 2021.11.16.18.04.11, 2021-11-16 18:04:11.243090 stored: 2021.11.21.07.10.06, 2021-11-21 07:10:06.045829 stored: 2021.11.21.18.03.53, 2021-11-21 18:03:53.490910 stored: 2021.11.24.18.04.23, 2021-11-24 18:04:23.532303 stored: 2021.11.25.18.03.48, 2021-11-25 18:03:48.813023 stored: 2021.11.26.18.03.56, 2021-11-26 18:03:56.783023 stored: 2021.11.27.18.03.48, 2021-11-27 18:03:48.676827 stored: 2021.11.28.18.04.03, 2021-11-28 18:04:03.888523 stored: 2021.11.30.07.32.39, 2021-11-30 07:32:39.551397 stored: 2021.11.30.18.02.53, 2021-11-30 18:02:53.210136 stored: 2021.12.01.18.02.55, 2021-12-01 18:02:55.259860 stored: 2021.12.02.18.03.01, 2021-12-02 18:03:01.423573 stored: 2021.12.03.18.03.07, 2021-12-03 18:03:07.491405 stored: 2021.12.05.18.02.56, 2021-12-05 18:02:56.805659 stored: 2021.12.06.18.02.47, 2021-12-06 18:02:47.787420 stored: 2021.12.07.18.02.52, 2021-12-07 18:02:52.822450 stored: 2021.12.08.18.02.42, 2021-12-08 18:02:42.731446 stored: 2021.12.10.18.02.40, 2021-12-10 18:02:40.132823 stored: 2021.12.11.18.02.37, 2021-12-11 18:02:37.827254 stored: 2021.12.12.18.02.40, 2021-12-12 18:02:40.436487 stored: 2021.12.13.18.02.38, 2021-12-13 18:02:38.296226 stored: 2021.12.14.18.02.37, 2021-12-14 18:02:37.558732 stored: 2021.12.15.18.02.39, 2021-12-15 18:02:39.006679 stored: 2021.12.16.18.02.33, 2021-12-16 18:02:33.312126 stored: 2021.12.17.18.02.37, 2021-12-17 18:02:37.875521 stored: 2021.12.18.18.02.30, 2021-12-18 18:02:30.413818 stored: 2021.12.19.18.02.38, 2021-12-19 18:02:38.838903 stored: 2021.12.20.18.02.38, 2021-12-20 18:02:38.697312 stored: 2022.01.01.18.17.43, 2022-01-01 18:17:43.282858 stored: 2022.01.02.18.03.14, 2022-01-02 18:03:14.180760 stored: 2022.01.03.18.03.13, 2022-01-03 18:03:13.115413 stored: 2022.01.04.18.03.13, 2022-01-04 18:03:13.678645 stored: 2022.01.05.18.03.14, 2022-01-05 18:03:14.479346 stored: 2022.01.06.18.03.20, 2022-01-06 18:03:20.894516 stored: 2022.01.07.18.03.19, 2022-01-07 18:03:19.289337 stored: 2022.01.08.18.03.14, 2022-01-08 18:03:14.173607 stored: 2022.01.09.18.03.19, 2022-01-09 18:03:19.993633 stored: 2022.01.10.18.03.12, 2022-01-10 18:03:12.149096 stored: 2022.01.11.18.03.18, 2022-01-11 18:03:18.149751 stored: 2022.01.12.18.03.17, 2022-01-12 18:03:17.100414 stored: 2022.01.13.18.03.24, 2022-01-13 18:03:24.390526 stored: 2022.01.14.18.03.18, 2022-01-14 18:03:18.213643 stored: 2022.01.15.18.03.15, 2022-01-15 18:03:15.659939 stored: 2022.01.16.18.03.22, 2022-01-16 18:03:22.620035 stored: 2022.01.17.18.03.16, 2022-01-17 18:03:16.817740 stored: 2022.01.19.10.17.11, 2022-01-19 10:17:11.082836 stored: 2022.01.20.18.03.13, 2022-01-20 18:03:13.241737 stored: 2022.01.21.18.02.45, 2022-01-21 18:02:45.803123 stored: 2022.01.22.18.02.40, 2022-01-22 18:02:40.750450 stored: 2022.01.23.18.03.17, 2022-01-23 18:03:17.307031 stored: 2022.01.26.18.03.08, 2022-01-26 18:03:08.854761 stored: 2022.01.27.18.02.43, 2022-01-27 18:02:43.999643 stored: 2022.01.28.18.03.15, 2022-01-28 18:03:15.360164 stored: 2022.01.29.18.02.44, 2022-01-29 18:02:44.395479 stored: 2022.01.30.18.02.48, 2022-01-30 18:02:48.161000 stored: 2022.01.31.18.03.10, 2022-01-31 18:03:10.904959 stored: 2022.02.01.18.02.43, 2022-02-01 18:02:43.496433 stored: 2022.02.02.18.02.46, 2022-02-02 18:02:46.350857 stored: 2022.02.03.18.03.02, 2022-02-03 18:03:02.092885 stored: 2022.02.04.18.02.45, 2022-02-04 18:02:45.187430 stored: 2022.02.09.18.31.03, 2022-02-09 18:31:03.246074 stored: 2022.02.18.07.54.59, 2022-02-18 07:54:59.694179 stored: 2022.02.18.18.02.47, 2022-02-18 18:02:47.068530 stored: 2022.02.19.18.02.45, 2022-02-19 18:02:45.734838 stored: 2022.02.20.18.03.09, 2022-02-20 18:03:09.236364 stored: 2022.02.21.18.02.40, 2022-02-21 18:02:40.593799 stored: 2022.02.22.18.03.13, 2022-02-22 18:03:13.109429 stored: 2022.02.23.18.02.43, 2022-02-23 18:02:43.345842 stored: 2022.02.24.18.02.43, 2022-02-24 18:02:43.877807 stored: 2022.02.25.18.03.10, 2022-02-25 18:03:10.143495 stored: 2022.02.26.18.02.43, 2022-02-26 18:02:43.966247 stored: 2022.02.27.18.02.42, 2022-02-27 18:02:42.669502 stored: 2022.02.28.18.03.18, 2022-02-28 18:03:18.265343 stored: 2022.03.01.18.02.46, 2022-03-01 18:02:46.525887 stored: 2022.03.02.18.03.14, 2022-03-02 18:03:14.970684 stored: 2022.03.03.18.03.10, 2022-03-03 18:03:10.964372 stored: 2022.03.04.18.02.43, 2022-03-04 18:02:43.385113 stored: 2022.03.05.18.03.13, 2022-03-05 18:03:13.831560 stored: 2022.03.06.18.02.41, 2022-03-06 18:02:41.743793 stored: 2022.03.07.18.02.50, 2022-03-07 18:02:50.024173 stored: 2022.03.08.18.03.11, 2022-03-08 18:03:11.246520 stored: 2022.03.09.18.03.05, 2022-03-09 18:03:05.565553 stored: 2022.03.10.18.03.14, 2022-03-10 18:03:14.219741 stored: 2022.03.11.18.03.10, 2022-03-11 18:03:10.828184 stored: 2022.03.12.18.03.12, 2022-03-12 18:03:12.634204 stored: 2022.03.13.18.03.03, 2022-03-13 18:03:03.282738 stored: 2022.03.14.18.03.09, 2022-03-14 18:03:09.756518 stored: 2022.03.15.18.02.55, 2022-03-15 18:02:55.449989 stored: 2022.03.16.18.03.03, 2022-03-16 18:03:03.602354 stored: 2022.03.17.18.03.02, 2022-03-17 18:03:02.060290 stored: 2022.03.18.18.02.57, 2022-03-18 18:02:57.471094 stored: 2022.03.19.18.02.54, 2022-03-19 18:02:54.357434 stored: 2022.03.20.18.03.00, 2022-03-20 18:03:00.033975 stored: 2022.03.21.18.02.58, 2022-03-21 18:02:58.169196 stored: 2022.03.22.18.02.59, 2022-03-22 18:02:59.643690 stored: 2022.03.23.18.03.07, 2022-03-23 18:03:07.211772 stored: 2022.03.24.18.03.04, 2022-03-24 18:03:04.900816 stored: 2022.03.25.18.02.58, 2022-03-25 18:02:58.251937 stored: 2022.03.26.18.02.54, 2022-03-26 18:02:54.760987 stored: 2022.03.27.18.02.58, 2022-03-27 18:02:58.523452 stored: 2022.03.28.18.02.54, 2022-03-28 18:02:54.758276 stored: 2022.03.29.18.03.00, 2022-03-29 18:03:00.746316 stored: 2022.03.30.18.02.58, 2022-03-30 18:02:58.752598 stored: 2022.03.31.18.03.00, 2022-03-31 18:03:00.597065 stored: 2022.04.01.18.02.57, 2022-04-01 18:02:57.424492 stored: 2022.04.02.18.02.57, 2022-04-02 18:02:57.955852 stored: 2022.04.05.18.03.04, 2022-04-05 18:03:04.798447 stored: 2022.04.06.18.02.58, 2022-04-06 18:02:58.576892 stored: 2022.04.07.18.02.59, 2022-04-07 18:02:59.742062 stored: 2022.04.08.18.03.02, 2022-04-08 18:03:02.736752 stored: 2022.04.09.18.02.57, 2022-04-09 18:02:57.307297 stored: 2022.04.10.18.02.56, 2022-04-10 18:02:56.174384 stored: 2022.04.11.18.02.59, 2022-04-11 18:02:59.941170 stored: 2022.04.12.18.02.56, 2022-04-12 18:02:56.118596 stored: 2022.04.13.18.03.00, 2022-04-13 18:03:00.318774 stored: 2022.04.14.18.03.03, 2022-04-14 18:03:03.549003 stored: 2022.04.15.18.02.57, 2022-04-15 18:02:57.675674 stored: 2022.04.16.18.03.02, 2022-04-16 18:03:02.676051 stored: 2022.04.17.18.03.01, 2022-04-17 18:03:01.686635 stored: 2022.04.18.18.02.56, 2022-04-18 18:02:56.782626 stored: 2022.04.20.06.04.42, 2022-04-20 06:04:42.713956 stored: 2022.04.20.18.03.06, 2022-04-20 18:03:06.153503 stored: 2022.04.21.18.03.04, 2022-04-21 18:03:04.336656 stored: 2022.04.22.18.02.56, 2022-04-22 18:02:56.793190 stored: 2022.04.23.18.02.58, 2022-04-23 18:02:58.455267 stored: 2022.04.24.18.03.02, 2022-04-24 18:03:02.685044 stored: 2022.04.25.18.02.57, 2022-04-25 18:02:57.816439 stored: 2022.04.26.18.02.55, 2022-04-26 18:02:55.232329 stored: 2022.04.27.18.03.00, 2022-04-27 18:03:00.544766 stored: 2022.04.28.18.02.55, 2022-04-28 18:02:55.501720 stored: 2022.04.29.18.03.00, 2022-04-29 18:03:00.357389 stored: 2022.04.30.18.02.59, 2022-04-30 18:02:59.451627 stored: 2022.05.01.18.03.02, 2022-05-01 18:03:02.039547 stored: 2022.05.02.18.03.04, 2022-05-02 18:03:04.271047 stored: 2022.05.03.18.02.58, 2022-05-03 18:02:58.299703 stored: 2022.05.06.06.33.00, 2022-05-06 06:33:00.689368 stored: 2022.05.06.18.02.45, 2022-05-06 18:02:45.471320 stored: 2022.05.07.18.02.52, 2022-05-07 18:02:52.792526 stored: 2022.05.08.18.02.55, 2022-05-08 18:02:55.087351 stored: 2022.05.09.18.02.53, 2022-05-09 18:02:53.611427 stored: 2022.05.12.18.02.51, 2022-05-12 18:02:51.721813 stored: 2022.05.13.18.02.47, 2022-05-13 18:02:47.751226 stored: 2022.05.14.18.02.46, 2022-05-14 18:02:46.450758 stored: 2022.05.15.18.02.44, 2022-05-15 18:02:44.576069 stored: 2022.05.17.18.02.46, 2022-05-17 18:02:46.431282 stored: 2022.05.18.18.02.30, 2022-05-18 18:02:30.693172 stored: 2022.05.19.18.02.49, 2022-05-19 18:02:49.827154 stored: 2022.05.20.18.02.44, 2022-05-20 18:02:44.789891 stored: 2022.05.21.18.02.48, 2022-05-21 18:02:48.256156 stored: 2022.05.22.18.02.49, 2022-05-22 18:02:49.529612 stored: 2022.05.23.18.02.48, 2022-05-23 18:02:48.350989 stored: 2022.05.24.18.02.52, 2022-05-24 18:02:52.461013 stored: 2022.05.25.18.02.45, 2022-05-25 18:02:45.563084 stored: 2022.05.31.09.54.10, 2022-05-31 09:54:10.787369 stored: 2022.06.01.08.15.21, 2022-06-01 08:15:21.254066 stored: 2022.06.01.18.02.49, 2022-06-01 18:02:49.750461 stored: 2022.06.02.07.59.04, 2022-06-02 07:59:04.212824 stored: 2022.06.02.18.02.47, 2022-06-02 18:02:47.420772 stored: 2022.06.03.18.02.44, 2022-06-03 18:02:44.764715 stored: 2022.06.04.18.02.47, 2022-06-04 18:02:47.749276 stored: 2022.06.05.18.02.46, 2022-06-05 18:02:46.506575 stored: 2022.06.06.18.02.49, 2022-06-06 18:02:49.276502 stored: 2022.06.07.18.02.50, 2022-06-07 18:02:50.324813 stored: 2022.06.08.18.02.48, 2022-06-08 18:02:48.096195 stored: 2022.06.09.18.02.51, 2022-06-09 18:02:51.423498 stored: 2022.06.10.18.02.48, 2022-06-10 18:02:48.377319 stored: 2022.06.11.18.02.52, 2022-06-11 18:02:52.105637 stored: 2022.06.12.18.02.52, 2022-06-12 18:02:52.834410 stored: 2022.06.13.18.02.51, 2022-06-13 18:02:51.295977 stored: 2022.06.14.18.02.54, 2022-06-14 18:02:54.374967 stored: 2022.06.15.06.49.59, 2022-06-15 06:49:59.130434 stored: 2022.06.15.18.02.44, 2022-06-15 18:02:44.449539 stored: 2022.06.16.18.02.48, 2022-06-16 18:02:48.229346 stored: 2022.06.17.18.02.45, 2022-06-17 18:02:45.522032 stored: 2022.06.18.18.02.46, 2022-06-18 18:02:46.704598 stored: 2022.06.19.18.02.48, 2022-06-19 18:02:48.745174 stored: 2022.06.20.18.02.56, 2022-06-20 18:02:56.708037 stored: 2022.06.21.18.02.47, 2022-06-21 18:02:47.342532 stored: 2022.06.22.18.02.52, 2022-06-22 18:02:52.298425 stored: 2022.06.23.18.02.48, 2022-06-23 18:02:48.882837 stored: 2022.06.24.18.02.51, 2022-06-24 18:02:51.083754 stored: 2022.06.25.18.02.48, 2022-06-25 18:02:48.038873 stored: 2022.06.26.18.02.50, 2022-06-26 18:02:50.595081 stored: 2022.06.27.18.02.51, 2022-06-27 18:02:51.448267 stored: 2022.06.28.18.02.49, 2022-06-28 18:02:49.760022 stored: 2022.06.29.18.02.48, 2022-06-29 18:02:48.403397 stored: 2022.06.30.18.02.49, 2022-06-30 18:02:49.036467 stored: 2022.07.01.18.02.47, 2022-07-01 18:02:47.027407 stored: 2022.07.04.07.28.17, 2022-07-04 07:28:17.078865 stored: 2022.07.04.18.02.46, 2022-07-04 18:02:46.546540 stored: 2022.07.05.18.02.46, 2022-07-05 18:02:46.268882 stored: 2022.07.06.18.02.47, 2022-07-06 18:02:47.538912 stored: 2022.07.08.18.02.52, 2022-07-08 18:02:52.275476 stored: 2022.07.09.18.02.52, 2022-07-09 18:02:52.126154 stored: 2022.07.10.18.02.49, 2022-07-10 18:02:49.552148 stored: 2022.07.11.18.02.47, 2022-07-11 18:02:47.780614 stored: 2022.07.12.18.02.50, 2022-07-12 18:02:50.319222 stored: 2022.07.13.18.02.33, 2022-07-13 18:02:33.427271 stored: 2022.07.14.18.02.45, 2022-07-14 18:02:45.401174 stored: 2022.07.15.18.03.00, 2022-07-15 18:03:00.442758 stored: 2022.07.16.18.02.59, 2022-07-16 18:02:59.145436 stored: 2022.07.17.18.02.59, 2022-07-17 18:02:59.565565 stored: 2022.07.18.18.02.48, 2022-07-18 18:02:48.825419 stored: 2022.07.22.06.55.43, 2022-07-22 06:55:43.082318 stored: 2022.07.23.06.00.31, 2022-07-23 06:00:31.572717 stored: 2022.07.23.18.02.56, 2022-07-23 18:02:56.236469 stored: 2022.07.24.18.02.59, 2022-07-24 18:02:59.822205 stored: 2022.07.25.18.02.58, 2022-07-25 18:02:58.206960 stored: 2022.07.26.18.03.00, 2022-07-26 18:03:00.552749 stored: 2022.07.27.18.02.41, 2022-07-27 18:02:41.491561 stored: 2022.07.28.18.03.00, 2022-07-28 18:03:00.184449 stored: 2022.07.29.05.32.17, 2022-07-29 05:32:17.907522 stored: 2022.07.30.07.27.11, 2022-07-30 07:27:11.127080 stored: 2022.07.30.18.02.50, 2022-07-30 18:02:50.793370 stored: 2022.07.31.18.02.55, 2022-07-31 18:02:55.879812 stored: 2022.08.01.18.02.51, 2022-08-01 18:02:51.991168 stored: 2022.08.02.18.03.02, 2022-08-02 18:03:02.518477 stored: 2022.08.03.18.02.51, 2022-08-03 18:02:51.936040 stored: 2022.08.04.18.02.46, 2022-08-04 18:02:46.472359 stored: 2022.08.05.18.02.52, 2022-08-05 18:02:52.029197 stored: 2022.08.06.18.02.53, 2022-08-06 18:02:53.164107 stored: 2022.08.07.18.02.49, 2022-08-07 18:02:49.580148 stored: 2022.08.09.19.23.56, 2022-08-09 19:23:56.749349 stored: 2022.08.10.18.02.52, 2022-08-10 18:02:52.982299 stored: 2022.08.17.08.16.28, 2022-08-17 08:16:28.335487 stored: 2022.08.17.18.02.54, 2022-08-17 18:02:54.825221 stored: 2022.08.18.18.03.23, 2022-08-18 18:03:23.299833 stored: 2022.08.19.18.02.47, 2022-08-19 18:02:47.000292 stored: 2022.08.20.18.02.55, 2022-08-20 18:02:55.121126 stored: 2022.08.21.18.02.51, 2022-08-21 18:02:51.203643 stored: 2022.08.22.06.06.49, 2022-08-22 06:06:49.119870 stored: 2022.08.30.06.35.38, 2022-08-30 06:35:38.108548 stored: 2022.08.31.06.12.53, 2022-08-31 06:12:53.980950 stored: 2022.08.31.18.02.53, 2022-08-31 18:02:53.812614 stored: 2022.09.01.09.41.04, 2022-09-01 09:41:04.560256 stored: 2022.09.02.12.08.06, 2022-09-02 12:08:06.094646 stored: 2022.09.04.11.46.23, 2022-09-04 11:46:23.775863 stored: 2022.09.05.05.45.12, 2022-09-05 05:45:12.571696 stored: 2022.09.05.18.02.55, 2022-09-05 18:02:55.821046 stored: 2022.09.06.18.02.52, 2022-09-06 18:02:52.785120 stored: 2022.09.07.18.02.57, 2022-09-07 18:02:57.625782 stored: 2022.09.08.18.03.21, 2022-09-08 18:03:21.079514 stored: 2022.09.09.18.02.55, 2022-09-09 18:02:55.904538 stored: 2022.09.10.18.02.55, 2022-09-10 18:02:55.529806 stored: 2022.09.11.18.02.56, 2022-09-11 18:02:56.085669 stored: 2022.09.12.18.03.45, 2022-09-12 18:03:45.709203 stored: 2022.09.13.18.02.58, 2022-09-13 18:02:58.352570 stored: 2022.09.14.18.02.54, 2022-09-14 18:02:54.230050 stored: 2022.09.15.18.02.54, 2022-09-15 18:02:54.238296 stored: 2022.09.16.18.02.52, 2022-09-16 18:02:52.110429 stored: 2022.09.17.18.03.01, 2022-09-17 18:03:01.434150 stored: 2022.09.18.18.02.56, 2022-09-18 18:02:56.353910 stored: 2022.09.19.18.03.00, 2022-09-19 18:03:00.079408 stored: 2022.09.20.18.02.57, 2022-09-20 18:02:57.492326 stored: 2022.09.21.18.02.56, 2022-09-21 18:02:56.353960 stored: 2022.09.22.18.02.56, 2022-09-22 18:02:56.474854 stored: 2022.09.23.18.02.57, 2022-09-23 18:02:57.669188 stored: 2022.09.24.18.02.59, 2022-09-24 18:02:59.806205 stored: 2022.09.25.18.02.59, 2022-09-25 18:02:59.190830 stored: 2022.09.26.18.03.52, 2022-09-26 18:03:52.848909 stored: 2022.09.27.18.02.37, 2022-09-27 18:02:37.827659 stored: 2022.09.28.18.02.55, 2022-09-28 18:02:55.002146 stored: 2022.09.29.18.02.57, 2022-09-29 18:02:57.758005 stored: 2022.09.30.18.05.25, 2022-09-30 18:05:25.962638 stored: 2022.10.01.18.02.27, 2022-10-01 18:02:27.927861 stored: 2022.10.02.18.02.35, 2022-10-02 18:02:35.935875 stored: 2022.10.03.18.03.01, 2022-10-03 18:03:01.310740 stored: 2022.10.04.18.02.36, 2022-10-04 18:02:36.857038 stored: 2022.10.06.07.28.42, 2022-10-06 07:28:42.386172 stored: 2022.10.06.18.02.31, 2022-10-06 18:02:31.476235 stored: 2022.10.07.18.02.31, 2022-10-07 18:02:31.541305 stored: 2022.10.09.05.36.17, 2022-10-09 05:36:17.828744 stored: 2022.10.09.18.02.42, 2022-10-09 18:02:42.183627 stored: 2022.10.10.18.02.49, 2022-10-10 18:02:49.335348 stored: 2022.10.11.18.02.38, 2022-10-11 18:02:38.100132 stored: 2022.10.12.18.03.32, 2022-10-12 18:03:32.783997 stored: 2022.10.13.18.02.37, 2022-10-13 18:02:37.667391 stored: 2022.10.14.18.03.19, 2022-10-14 18:03:19.219738 stored: 2022.10.15.18.02.55, 2022-10-15 18:02:55.025395 stored: 2022.10.16.18.02.39, 2022-10-16 18:02:39.231821 stored: 2022.10.17.18.03.25, 2022-10-17 18:03:25.211219 stored: 2022.10.18.18.02.36, 2022-10-18 18:02:36.597499 stored: 2022.10.19.18.02.28, 2022-10-19 18:02:28.428784 stored: 2022.10.20.18.03.04, 2022-10-20 18:03:04.596975 stored: 2022.10.21.18.03.01, 2022-10-21 18:03:01.365348 stored: 2022.10.22.18.02.59, 2022-10-22 18:02:59.461611 stored: 2022.10.23.18.03.00, 2022-10-23 18:03:00.062912 stored: 2022.10.24.18.02.38, 2022-10-24 18:02:38.586168 stored: 2022.10.25.18.02.58, 2022-10-25 18:02:58.014045 stored: 2022.10.26.18.02.32, 2022-10-26 18:02:32.094910 stored: 2022.10.27.18.02.44, 2022-10-27 18:02:44.427713 stored: 2022.10.28.18.02.24, 2022-10-28 18:02:24.237438 stored: 2022.10.29.18.02.21, 2022-10-29 18:02:21.301497 stored: 2022.10.30.18.02.22, 2022-10-30 18:02:22.909685 stored: 2022.11.01.18.02.22, 2022-11-01 18:02:22.633110 stored: 2022.11.03.18.02.24, 2022-11-03 18:02:24.631208 stored: 2022.11.04.18.03.06, 2022-11-04 18:03:06.986892 stored: 2022.11.05.18.02.27, 2022-11-05 18:02:27.807238 stored: 2022.11.06.18.02.21, 2022-11-06 18:02:21.002408 stored: 2022.11.07.18.02.27, 2022-11-07 18:02:27.660064 stored: 2022.11.08.18.02.24, 2022-11-08 18:02:24.159608 stored: 2022.11.09.18.02.22, 2022-11-09 18:02:22.797916 stored: 2022.11.10.18.02.21, 2022-11-10 18:02:21.076510 stored: 2022.11.11.18.02.20, 2022-11-11 18:02:20.124465 stored: 2022.11.12.18.02.45, 2022-11-12 18:02:45.121886 stored: 2022.11.13.18.02.20, 2022-11-13 18:02:20.710555 stored: 2022.11.14.18.02.24, 2022-11-14 18:02:24.052841 stored: 2022.11.15.18.03.06, 2022-11-15 18:03:06.319538 stored: 2022.11.16.18.02.58, 2022-11-16 18:02:58.789458 stored: 2022.11.17.18.02.59, 2022-11-17 18:02:59.449212 stored: 2022.11.18.18.02.32, 2022-11-18 18:02:32.485443 stored: 2022.11.19.18.02.42, 2022-11-19 18:02:42.800702 stored: 2022.11.20.18.02.39, 2022-11-20 18:02:39.576362 stored: 2022.11.21.18.02.43, 2022-11-21 18:02:43.597391 stored: 2022.11.24.18.03.11, 2022-11-24 18:03:11.804363 stored: 2022.11.25.18.03.10, 2022-11-25 18:03:10.111683 stored: 2022.11.26.18.03.13, 2022-11-26 18:03:13.809206 stored: 2022.11.27.18.02.44, 2022-11-27 18:02:44.345627 stored: 2022.11.28.18.02.44, 2022-11-28 18:02:44.990767 stored: 2022.11.29.18.03.08, 2022-11-29 18:03:08.807634 stored: 2022.11.30.18.02.48, 2022-11-30 18:02:48.715894 stored: 2022.12.01.18.03.11, 2022-12-01 18:03:11.452949 stored: 2022.12.02.18.03.38, 2022-12-02 18:03:38.626955 stored: 2022.12.04.18.03.20, 2022-12-04 18:03:20.985614 stored: 2022.12.05.18.02.48, 2022-12-05 18:02:48.233512 stored: 2022.12.06.18.03.13, 2022-12-06 18:03:13.037211 stored: 2022.12.12.18.03.10, 2022-12-12 18:03:10.820831 stored: 2022.12.22.18.02.46, 2022-12-22 18:02:46.330108 stored: 2022.12.23.18.03.11, 2022-12-23 18:03:11.906109 stored: 2022.12.24.18.02.52, 2022-12-24 18:02:52.078570 stored: 2022.12.25.18.03.12, 2022-12-25 18:03:12.100324 stored: 2022.12.26.18.03.10, 2022-12-26 18:03:10.991373 stored: 2022.12.27.18.02.51, 2022-12-27 18:02:51.655843 stored: 2022.12.28.18.03.11, 2022-12-28 18:03:11.981522 stored: 2022.12.29.18.02.44, 2022-12-29 18:02:44.427874 stored: 2022.12.30.18.03.09, 2022-12-30 18:03:09.929196 stored: 2022.12.31.18.03.10, 2022-12-31 18:03:10.480978 stored: 2023.01.01.18.02.48, 2023-01-01 18:02:48.064500 stored: 2023.01.02.18.03.20, 2023-01-02 18:03:20.772972 stored: 2023.01.03.18.02.50, 2023-01-03 18:02:50.726331 stored: 2023.01.04.18.03.09, 2023-01-04 18:03:09.087177 stored: 2023.01.05.18.02.48, 2023-01-05 18:02:48.734127 stored: 2023.01.06.18.02.48, 2023-01-06 18:02:48.574672 stored: 2023.01.07.18.02.48, 2023-01-07 18:02:48.676663 stored: 2023.01.08.18.03.13, 2023-01-08 18:03:13.388463 stored: 2023.01.09.18.02.48, 2023-01-09 18:02:48.447651 stored: 2023.01.10.18.03.12, 2023-01-10 18:03:12.569315 stored: 2023.01.13.18.03.13, 2023-01-13 18:03:13.722601 stored: 2023.01.14.18.02.52, 2023-01-14 18:02:52.020315 stored: 2023.01.15.18.02.51, 2023-01-15 18:02:51.126604 stored: 2023.01.16.18.03.14, 2023-01-16 18:03:14.738254 stored: 2023.01.17.18.02.54, 2023-01-17 18:02:54.906602 stored: 2023.01.18.18.03.00, 2023-01-18 18:03:00.519133 stored: 2023.01.20.18.02.55, 2023-01-20 18:02:55.915399 stored: 2023.01.21.18.02.52, 2023-01-21 18:02:52.181189 stored: 2023.01.22.18.02.48, 2023-01-22 18:02:48.490828 stored: 2023.02.01.18.02.51, 2023-02-01 18:02:51.659498 stored: 2023.02.02.18.02.50, 2023-02-02 18:02:50.262733 stored: 2023.02.03.18.03.04, 2023-02-03 18:03:04.824955 stored: 2023.02.04.18.02.52, 2023-02-04 18:02:52.867295 stored: 2023.02.05.18.02.49, 2023-02-05 18:02:49.321193 stored: 2023.02.06.18.02.53, 2023-02-06 18:02:53.366101 stored: 2023.02.11.21.48.33, 2023-02-11 21:48:33.009660 stored: 2023.02.12.18.02.51, 2023-02-12 18:02:51.019289 stored: 2023.02.13.18.02.51, 2023-02-13 18:02:51.123155 stored: 2023.02.14.18.02.49, 2023-02-14 18:02:49.186730 stored: 2023.02.15.18.02.53, 2023-02-15 18:02:53.231070 stored: 2023.02.16.18.02.50, 2023-02-16 18:02:50.030876 stored: 2023.02.17.18.02.51, 2023-02-17 18:02:51.040544 stored: 2023.02.18.18.02.54, 2023-02-18 18:02:54.112568 stored: 2023.02.19.18.02.50, 2023-02-19 18:02:50.743898 stored: 2023.02.20.18.02.50, 2023-02-20 18:02:50.294935 stored: 2023.02.21.18.02.51, 2023-02-21 18:02:51.598234 stored: 2023.02.22.18.02.49, 2023-02-22 18:02:49.492952 stored: 2023.02.23.18.02.55, 2023-02-23 18:02:55.217474 stored: 2023.02.24.18.02.50, 2023-02-24 18:02:50.959222 stored: 2023.02.25.18.02.48, 2023-02-25 18:02:48.974183 stored: 2023.02.26.18.02.52, 2023-02-26 18:02:52.916271 stored: 2023.03.01.18.02.48, 2023-03-01 18:02:48.399530 stored: 2023.03.02.18.02.49, 2023-03-02 18:02:49.389318 stored: 2023.03.03.18.02.51, 2023-03-03 18:02:51.085153 stored: 2023.03.04.18.02.48, 2023-03-04 18:02:48.478806 stored: 2023.03.05.18.02.48, 2023-03-05 18:02:48.529432 stored: 2023.03.06.18.02.47, 2023-03-06 18:02:47.983059 stored: 2023.03.07.18.02.50, 2023-03-07 18:02:50.718890 stored: 2023.03.08.18.02.48, 2023-03-08 18:02:48.812577 stored: 2023.03.09.18.02.51, 2023-03-09 18:02:51.010400 stored: 2023.03.10.18.02.45, 2023-03-10 18:02:45.741286 stored: 2023.03.11.18.02.47, 2023-03-11 18:02:47.906678 stored: 2023.03.12.18.02.49, 2023-03-12 18:02:49.049639 stored: 2023.03.13.18.02.48, 2023-03-13 18:02:48.972625 stored: 2023.03.14.18.02.49, 2023-03-14 18:02:49.459646 stored: 2023.03.15.18.02.48, 2023-03-15 18:02:48.415725 stored: 2023.03.16.18.02.48, 2023-03-16 18:02:48.710826 stored: 2023.03.17.18.02.55, 2023-03-17 18:02:55.633506 stored: 2023.03.18.18.02.50, 2023-03-18 18:02:50.292493 stored: 2023.03.19.18.02.47, 2023-03-19 18:02:47.604863 stored: 2023.03.20.18.02.51, 2023-03-20 18:02:51.153325 stored: 2023.03.21.18.03.17, 2023-03-21 18:03:17.562903 stored: 2023.03.22.18.03.13, 2023-03-22 18:03:13.794706 stored: 2023.03.23.18.03.10, 2023-03-23 18:03:10.053263 stored: 2023.03.27.18.02.48, 2023-03-27 18:02:48.690184 stored: 2023.03.28.18.02.49, 2023-03-28 18:02:49.404816 stored: 2023.03.29.18.03.17, 2023-03-29 18:03:17.395232 stored: 2023.03.30.18.03.16, 2023-03-30 18:03:16.164812 stored: 2023.03.31.18.03.20, 2023-03-31 18:03:20.603284 stored: 2023.04.01.18.02.45, 2023-04-01 18:02:45.813346 stored: 2023.04.02.18.03.13, 2023-04-02 18:03:13.352889 stored: 2023.04.03.18.03.18, 2023-04-03 18:03:18.635774 stored: 2023.04.04.18.03.12, 2023-04-04 18:03:12.185983 stored: 2023.04.05.18.02.48, 2023-04-05 18:02:48.400723 stored: 2023.04.06.18.03.13, 2023-04-06 18:03:13.565552 stored: 2023.04.07.18.02.49, 2023-04-07 18:02:49.370785 stored: 2023.04.09.18.03.39, 2023-04-09 18:03:39.856040 stored: 2023.04.10.18.04.05, 2023-04-10 18:04:05.393864 stored: 2023.04.11.18.03.37, 2023-04-11 18:03:37.629185 stored: 2023.04.12.18.03.37, 2023-04-12 18:03:37.044735 stored: 2023.04.13.18.03.38, 2023-04-13 18:03:38.722857 stored: 2023.04.14.18.03.52, 2023-04-14 18:03:52.942429 stored: 2023.04.15.18.03.40, 2023-04-15 18:03:40.703059 stored: 2023.04.16.18.03.36, 2023-04-16 18:03:36.404244 stored: 2023.04.17.18.03.37, 2023-04-17 18:03:37.757309 stored: 2023.04.18.18.03.36, 2023-04-18 18:03:36.668023 stored: 2023.04.19.18.03.37, 2023-04-19 18:03:37.166475 stored: 2023.04.20.18.03.39, 2023-04-20 18:03:39.017059 stored: 2023.04.21.18.03.35, 2023-04-21 18:03:35.509226 stored: 2023.04.22.18.03.35, 2023-04-22 18:03:35.566689 stored: 2023.04.23.18.03.40, 2023-04-23 18:03:40.934133 stored: 2023.04.24.18.03.35, 2023-04-24 18:03:35.996931 stored: 2023.04.25.18.03.36, 2023-04-25 18:03:36.374314 stored: 2023.04.26.18.03.37, 2023-04-26 18:03:37.673262 stored: 2023.04.27.18.03.37, 2023-04-27 18:03:37.404011 stored: 2023.04.28.18.03.38, 2023-04-28 18:03:38.606505 stored: 2023.04.29.18.03.36, 2023-04-29 18:03:36.573960 stored: 2023.04.30.18.03.33, 2023-04-30 18:03:33.723898 stored: 2023.05.01.18.03.34, 2023-05-01 18:03:34.994924 stored: 2023.05.02.18.03.36, 2023-05-02 18:03:36.697919 stored: 2023.05.03.18.03.38, 2023-05-03 18:03:38.518918 stored: 2023.05.04.18.03.38, 2023-05-04 18:03:38.214066 stored: 2023.05.05.18.03.37, 2023-05-05 18:03:37.645698 stored: 2023.05.06.18.03.35, 2023-05-06 18:03:35.160028 stored: 2023.05.07.18.03.35, 2023-05-07 18:03:35.614820 stored: 2023.05.11.18.39.30, 2023-05-11 18:39:30.323913 stored: 2023.05.12.18.03.40, 2023-05-12 18:03:40.294857 stored: 2023.05.13.18.03.40, 2023-05-13 18:03:40.841776 stored: 2023.05.14.18.03.41, 2023-05-14 18:03:41.994925 stored: 2023.05.15.18.03.41, 2023-05-15 18:03:41.639299 stored: 2023.05.19.13.18.11, 2023-05-19 13:18:11.876292 stored: 2023.05.20.18.03.41, 2023-05-20 18:03:41.713358 stored: 2023.05.21.18.03.42, 2023-05-21 18:03:42.774563 stored: 2023.05.22.18.03.03, 2023-05-22 18:03:03.024871 stored: 2023.05.23.18.02.52, 2023-05-23 18:02:52.982836 stored: 2023.05.24.18.02.55, 2023-05-24 18:02:55.537684 stored: 2023.05.29.18.02.53, 2023-05-29 18:02:53.519424 stored: 2023.05.30.18.02.54, 2023-05-30 18:02:54.980216 stored: 2023.05.31.18.02.53, 2023-05-31 18:02:53.478837 stored: 2023.06.05.18.02.55, 2023-06-05 18:02:55.982891 stored: 2023.06.06.18.02.53, 2023-06-06 18:02:53.347753 stored: 2023.06.07.18.02.57, 2023-06-07 18:02:57.950534 stored: 2023.06.08.18.02.55, 2023-06-08 18:02:55.043650 stored: 2023.06.09.18.02.56, 2023-06-09 18:02:56.591625 stored: 2023.06.10.18.02.57, 2023-06-10 18:02:57.811317 stored: 2023.06.11.18.02.59, 2023-06-11 18:02:59.421683 stored: 2023.06.12.18.03.01, 2023-06-12 18:03:01.331828 stored: 2023.06.13.18.02.53, 2023-06-13 18:02:53.765644 stored: 2023.06.14.18.02.59, 2023-06-14 18:02:59.356301 stored: 2023.06.15.18.03.01, 2023-06-15 18:03:01.682785 stored: 2023.06.16.18.02.54, 2023-06-16 18:02:54.841140 stored: 2023.06.17.18.02.56, 2023-06-17 18:02:56.927480 stored: 2023.06.18.18.02.58, 2023-06-18 18:02:58.820408 stored: 2023.06.19.18.02.56, 2023-06-19 18:02:56.118429 stored: 2023.06.21.08.31.56, 2023-06-21 08:31:56.311364 stored: 2023.06.21.20.35.50, 2023-06-21 20:35:50.224539 stored: 2023.06.22.18.02.59, 2023-06-22 18:02:59.335848 stored: 2023.06.23.18.02.56, 2023-06-23 18:02:56.786328 stored: 2023.06.24.18.03.02, 2023-06-24 18:03:02.121679 stored: 2023.06.25.18.02.58, 2023-06-25 18:02:58.250080 stored: 2023.06.26.18.02.59, 2023-06-26 18:02:59.549799 stored: 2023.06.27.18.03.02, 2023-06-27 18:03:02.460645 stored: 2023.06.28.18.03.07, 2023-06-28 18:03:07.889541 stored: 2023.07.04.18.28.24, 2023-07-04 18:28:24.105418 stored: 2023.07.05.18.02.59, 2023-07-05 18:02:59.998767 stored: 2023.07.06.18.03.26, 2023-07-06 18:03:26.519721 stored: 2023.07.07.18.03.09, 2023-07-07 18:03:09.891667 stored: 2023.07.08.18.03.01, 2023-07-08 18:03:01.106664 stored: 2023.07.09.18.02.54, 2023-07-09 18:02:54.696232 stored: 2023.07.10.18.03.24, 2023-07-10 18:03:24.169698 stored: 2023.07.11.18.02.59, 2023-07-11 18:02:59.786215 stored: 2023.07.12.18.02.58, 2023-07-12 18:02:58.134567 stored: 2023.07.13.18.02.58, 2023-07-13 18:02:58.715657 stored: 2023.07.14.18.03.01, 2023-07-14 18:03:01.072278 stored: 2023.07.15.18.02.56, 2023-07-15 18:02:56.886608 stored: 2023.07.16.18.03.00, 2023-07-16 18:03:00.616418 stored: 2023.07.17.18.02.56, 2023-07-17 18:02:56.472619 stored: 2023.07.20.03.19.56, 2023-07-20 03:19:56.500148 stored: 2023.07.20.22.16.01, 2023-07-20 22:16:01.182100 stored: 2023.07.21.18.02.58, 2023-07-21 18:02:58.870027 stored: 2023.07.22.18.03.01, 2023-07-22 18:03:01.228460 stored: 2023.07.23.18.02.59, 2023-07-23 18:02:59.430320 stored: 2023.07.24.18.02.57, 2023-07-24 18:02:57.506516 stored: 2023.07.27.07.22.36, 2023-07-27 07:22:36.396470 stored: 2023.07.28.08.28.23, 2023-07-28 08:28:23.525196 stored: 2023.07.29.07.22.29, 2023-07-29 07:22:29.903881 stored: 2023.08.01.10.38.44, 2023-08-01 10:38:44.873749 stored: 2023.08.02.05.14.55, 2023-08-02 05:14:55.510107 stored: 2023.08.03.06.31.03, 2023-08-03 06:31:03.889780 stored: 2023.08.04.05.12.34, 2023-08-04 05:12:34.222106 stored: 2023.08.04.21.16.30, 2023-08-04 21:16:30.648062 stored: 2023.08.05.18.03.48, 2023-08-05 18:03:48.092629 stored: 2023.08.06.18.03.56, 2023-08-06 18:03:56.928292 stored: 2023.08.07.18.03.42, 2023-08-07 18:03:42.961969 stored: 2023.08.08.18.03.37, 2023-08-08 18:03:37.072704 stored: 2023.08.09.18.03.47, 2023-08-09 18:03:47.161942 stored: 2023.08.10.18.03.49, 2023-08-10 18:03:49.633521 stored: 2023.08.11.18.03.52, 2023-08-11 18:03:52.254250 stored: 2023.08.12.18.03.57, 2023-08-12 18:03:57.596125 stored: 2023.08.13.18.03.51, 2023-08-13 18:03:51.210287 stored: 2023.08.14.18.03.49, 2023-08-14 18:03:49.370754 stored: 2023.08.15.18.03.47, 2023-08-15 18:03:47.851867 stored: 2023.08.16.18.03.43, 2023-08-16 18:03:43.139600 stored: 2023.08.17.18.03.46, 2023-08-17 18:03:46.098171 stored: 2023.08.18.18.03.47, 2023-08-18 18:03:47.484420 stored: 2023.08.19.18.03.53, 2023-08-19 18:03:53.128263 stored: 2023.08.20.18.03.55, 2023-08-20 18:03:55.169790 stored: 2023.08.21.18.03.58, 2023-08-21 18:03:58.454804 stored: 2023.08.22.18.04.02, 2023-08-22 18:04:02.258733 stored: 2023.08.23.18.03.50, 2023-08-23 18:03:50.361656 stored: 2023.08.24.18.03.46, 2023-08-24 18:03:46.984915 stored: 2023.08.25.18.03.59, 2023-08-25 18:03:59.755380 stored: 2023.08.26.18.03.56, 2023-08-26 18:03:56.872742 stored: 2023.08.27.18.03.49, 2023-08-27 18:03:49.344336 stored: 2023.08.28.18.03.50, 2023-08-28 18:03:50.087338 stored: 2023.08.29.18.03.56, 2023-08-29 18:03:56.990775 stored: 2023.08.30.18.04.15, 2023-08-30 18:04:15.646694 stored: 2023.08.31.18.03.48, 2023-08-31 18:03:48.048550 stored: 2023.09.01.18.03.49, 2023-09-01 18:03:49.706833 stored: 2023.09.02.18.03.51, 2023-09-02 18:03:51.379428 stored: 2023.09.03.18.03.39, 2023-09-03 18:03:39.238573 stored: 2023.09.04.18.03.46, 2023-09-04 18:03:46.122098 stored: 2023.09.05.18.03.51, 2023-09-05 18:03:51.070295 stored: 2023.09.06.18.03.36, 2023-09-06 18:03:36.439874 stored: 2023.09.07.18.03.50, 2023-09-07 18:03:50.183842 stored: 2023.09.08.18.03.46, 2023-09-08 18:03:46.802345 stored: 2023.09.09.18.03.36, 2023-09-09 18:03:36.322788 stored: 2023.09.10.18.03.39, 2023-09-10 18:03:39.246513 stored: 2023.09.11.18.03.41, 2023-09-11 18:03:41.049337 stored: 2023.09.14.10.35.59, 2023-09-14 10:35:59.284082 stored: 2023.09.15.10.29.53, 2023-09-15 10:29:53.665628 stored: 2023.09.16.02.26.36, 2023-09-16 02:26:36.006501 stored: 2023.09.16.18.08.17, 2023-09-16 18:08:17.666203 stored: 2023.09.17.18.03.42, 2023-09-17 18:03:42.270582 stored: 2023.09.18.18.03.38, 2023-09-18 18:03:38.484209 stored: 2023.09.19.18.03.48, 2023-09-19 18:03:48.564055 stored: 2023.09.20.18.03.40, 2023-09-20 18:03:40.572726 stored: 2023.09.21.18.04.00, 2023-09-21 18:04:00.224593 stored: 2023.09.22.18.03.43, 2023-09-22 18:03:43.622668 stored: 2023.09.23.18.03.41, 2023-09-23 18:03:41.679925 stored: 2023.09.24.18.03.43, 2023-09-24 18:03:43.956728 stored: 2023.09.27.16.04.52, 2023-09-27 16:04:52.401461 stored: 2023.09.28.12.07.38, 2023-09-28 12:07:38.570017 stored: 2023.09.29.03.49.42, 2023-09-29 03:49:42.531761 stored: 2023.09.29.19.45.07, 2023-09-29 19:45:07.467027 stored: 2023.09.30.18.03.37, 2023-09-30 18:03:37.562561 stored: 2023.10.01.18.03.48, 2023-10-01 18:03:48.302668 stored: 2023.10.02.18.03.34, 2023-10-02 18:03:34.427885 stored: 2023.10.03.18.03.47, 2023-10-03 18:03:47.008201 stored: 2023.10.04.18.03.40, 2023-10-04 18:03:40.326694 stored: 2023.10.06.18.03.41, 2023-10-06 18:03:41.841201 stored: 2023.10.07.18.03.40, 2023-10-07 18:03:40.391074 stored: 2023.10.08.18.04.26, 2023-10-08 18:04:26.590692 stored: 2023.10.09.18.03.50, 2023-10-09 18:03:50.559378 stored: 2023.10.10.18.03.55, 2023-10-10 18:03:55.107168 stored: 2023.10.11.18.03.49, 2023-10-11 18:03:49.722394 stored: 2023.10.12.18.03.50, 2023-10-12 18:03:50.858025 stored: 2023.10.13.18.03.44, 2023-10-13 18:03:44.782153 stored: 2023.10.14.18.03.49, 2023-10-14 18:03:49.852081 stored: 2023.10.15.18.03.43, 2023-10-15 18:03:43.844616 stored: 2023.10.16.18.03.45, 2023-10-16 18:03:45.489984 stored: 2023.10.17.18.03.14, 2023-10-17 18:03:14.888678 stored: 2023.10.18.18.03.17, 2023-10-18 18:03:17.154727 stored: 2023.10.19.18.03.18, 2023-10-19 18:03:18.586008 stored: 2023.10.20.18.03.18, 2023-10-20 18:03:18.577604 stored: 2023.10.21.18.03.18, 2023-10-21 18:03:18.060510 stored: 2023.10.22.18.03.16, 2023-10-22 18:03:16.941409 stored: 2023.10.23.18.04.08, 2023-10-23 18:04:08.900421 stored: 2023.10.27.07.53.48, 2023-10-27 07:53:48.210958 stored: 2023.10.28.05.46.04, 2023-10-28 05:46:04.741565 stored: 2023.10.28.21.41.32, 2023-10-28 21:41:32.295311 stored: 2023.10.29.18.03.19, 2023-10-29 18:03:19.143575 stored: 2023.11.01.05.37.30, 2023-11-01 05:37:30.724089 stored: 2023.11.02.04.38.40, 2023-11-02 04:38:40.535128 stored: 2023.11.04.11.23.32, 2023-11-04 11:23:32.010429 stored: 2023.11.05.18.03.22, 2023-11-05 18:03:22.086698 stored: 2023.11.07.05.05.26, 2023-11-07 05:05:26.153916 stored: 2023.11.07.18.03.21, 2023-11-07 18:03:21.888039 stored: 2023.11.09.18.02.58, 2023-11-09 18:02:58.251109 stored: 2023.11.10.05.28.56, 2023-11-10 05:28:56.027068 stored: 2023.11.10.18.03.23, 2023-11-10 18:03:23.871960 stored: 2023.11.12.06.06.42, 2023-11-12 06:06:42.349680 stored: 2023.11.12.18.03.28, 2023-11-12 18:03:28.326974 stored: 2023.11.13.18.03.47, 2023-11-13 18:03:47.095269 stored: 2023.11.14.18.03.47, 2023-11-14 18:03:47.676830 stored: 2023.11.15.18.03.21, 2023-11-15 18:03:21.711083 stored: 2023.11.16.18.03.58, 2023-11-16 18:03:58.828942 stored: 2023.11.17.18.03.27, 2023-11-17 18:03:27.104369 stored: 2023.11.18.18.03.53, 2023-11-18 18:03:53.867968 stored: 2023.11.19.18.03.19, 2023-11-19 18:03:19.039251 stored: 2023.11.20.18.03.55, 2023-11-20 18:03:55.236280 stored: 2023.11.21.18.03.20, 2023-11-21 18:03:20.481444 stored: 2023.11.22.18.03.59, 2023-11-22 18:03:59.054773 stored: 2023.11.23.18.03.20, 2023-11-23 18:03:20.905336 stored: 2023.11.24.18.03.58, 2023-11-24 18:03:58.070627 stored: 2023.11.25.18.03.32, 2023-11-25 18:03:32.794569 stored: 2023.11.26.18.04.04, 2023-11-26 18:04:04.921087 stored: 2023.11.27.18.03.20, 2023-11-27 18:03:20.405207 stored: 2023.11.28.18.03.59, 2023-11-28 18:03:59.851956 stored: 2023.11.29.18.03.30, 2023-11-29 18:03:30.081496 stored: 2023.11.30.18.03.58, 2023-11-30 18:03:58.530410 stored: 2023.12.01.18.03.27, 2023-12-01 18:03:27.447085 stored: 2023.12.02.18.04.08, 2023-12-02 18:04:08.596469 stored: 2023.12.03.18.03.22, 2023-12-03 18:03:22.421165 stored: 2023.12.04.18.04.01, 2023-12-04 18:04:01.388571 stored: 2023.12.05.18.03.26, 2023-12-05 18:03:26.212587 stored: 2023.12.06.18.04.02, 2023-12-06 18:04:02.423424 stored: 2023.12.07.18.03.24, 2023-12-07 18:03:24.934994 stored: 2023.12.08.18.04.07, 2023-12-08 18:04:07.776524 stored: 2023.12.09.18.03.50, 2023-12-09 18:03:50.096462 stored: 2023.12.10.18.04.00, 2023-12-10 18:04:00.727235 stored: 2023.12.11.18.03.30, 2023-12-11 18:03:30.155533 stored: 2023.12.12.18.04.00, 2023-12-12 18:04:00.486177 stored: 2023.12.13.18.03.45, 2023-12-13 18:03:45.118447 stored: 2023.12.14.18.04.38, 2023-12-14 18:04:38.986691 stored: 2023.12.15.18.03.26, 2023-12-15 18:03:26.297394 stored: 2023.12.16.18.04.11, 2023-12-16 18:04:11.748438 stored: 2023.12.17.18.04.03, 2023-12-17 18:04:03.582174 stored: 2023.12.18.18.04.35, 2023-12-18 18:04:35.330333 stored: 2023.12.19.18.03.31, 2023-12-19 18:03:31.045402 stored: 2023.12.20.18.04.32, 2023-12-20 18:04:32.781774 stored: 2023.12.21.18.03.44, 2023-12-21 18:03:44.963557 stored: 2023.12.22.18.04.17, 2023-12-22 18:04:17.444077 stored: 2023.12.23.18.03.29, 2023-12-23 18:03:29.482476 stored: 2023.12.24.18.04.21, 2023-12-24 18:04:21.447537 stored: 2023.12.25.18.03.43, 2023-12-25 18:03:43.082774 stored: 2023.12.26.18.04.39, 2023-12-26 18:04:39.062653 stored: 2023.12.27.18.03.53, 2023-12-27 18:03:53.976808 stored: 2023.12.28.18.04.09, 2023-12-28 18:04:09.011669 stored: 2023.12.29.18.03.31, 2023-12-29 18:03:31.701103 stored: 2023.12.30.18.04.17, 2023-12-30 18:04:17.654615 stored: 2023.12.31.18.03.28, 2023-12-31 18:03:28.706889 stored: 2024.01.01.18.04.05, 2024-01-01 18:04:05.375586 stored: 2024.01.02.18.03.30, 2024-01-02 18:03:30.868344 stored: 2024.01.03.18.04.08, 2024-01-03 18:04:08.180901 stored: 2024.01.04.18.03.36, 2024-01-04 18:03:36.374782 stored: 2024.01.05.18.03.31, 2024-01-05 18:03:31.136465 stored: 2024.01.06.18.03.28, 2024-01-06 18:03:28.561911 stored: 2024.01.07.18.03.33, 2024-01-07 18:03:33.270157 stored: 2024.01.08.18.03.52, 2024-01-08 18:03:52.396001 stored: 2024.01.09.18.03.31, 2024-01-09 18:03:31.633889 stored: 2024.01.10.18.03.29, 2024-01-10 18:03:29.377802 stored: 2024.01.11.18.03.40, 2024-01-11 18:03:40.058174 stored: 2024.01.12.18.03.42, 2024-01-12 18:03:42.329451 stored: 2024.01.13.18.04.07, 2024-01-13 18:04:07.806697 stored: 2024.01.14.18.03.32, 2024-01-14 18:03:32.580443 stored: 2024.01.15.18.04.08, 2024-01-15 18:04:08.547789 stored: 2024.01.16.18.03.31, 2024-01-16 18:03:31.110380 stored: 2024.01.17.18.04.08, 2024-01-17 18:04:08.400883 stored: 2024.01.25.07.47.31, 2024-01-25 07:47:31.364597 stored: 2024.01.25.18.04.24, 2024-01-25 18:04:24.463113 stored: 2024.01.26.18.03.31, 2024-01-26 18:03:31.841914 stored: 2024.01.27.18.04.39, 2024-01-27 18:04:39.318128 stored: 2024.01.28.18.03.39, 2024-01-28 18:03:39.156180 stored: 2024.01.29.18.04.16, 2024-01-29 18:04:16.454744 stored: 2024.01.30.18.04.04, 2024-01-30 18:04:04.490349 stored: 2024.01.31.18.04.51, 2024-01-31 18:04:51.243268 stored: 2024.02.01.18.03.52, 2024-02-01 18:03:52.568942 stored: 2024.02.02.18.04.40, 2024-02-02 18:04:40.758718 stored: 2024.02.03.18.04.05, 2024-02-03 18:04:05.352533 stored: 2024.02.04.18.04.15, 2024-02-04 18:04:15.640570 stored: 2024.02.05.18.03.58, 2024-02-05 18:03:58.660926 stored: 2024.02.06.18.04.12, 2024-02-06 18:04:12.096737 stored: 2024.02.07.18.04.17, 2024-02-07 18:04:17.461053 stored: 2024.02.08.18.04.12, 2024-02-08 18:04:12.917946 stored: 2024.02.09.18.03.57, 2024-02-09 18:03:57.571676 stored: 2024.02.10.18.03.44, 2024-02-10 18:03:44.611405 stored: 2024.02.11.18.04.12, 2024-02-11 18:04:12.699865 stored: 2024.02.12.18.04.21, 2024-02-12 18:04:21.240786 stored: 2024.02.13.18.04.07, 2024-02-13 18:04:07.583684 stored: 2024.02.14.18.04.15, 2024-02-14 18:04:15.479847 stored: 2024.02.15.18.03.33, 2024-02-15 18:03:33.902696 stored: 2024.02.16.18.04.15, 2024-02-16 18:04:15.579528 stored: 2024.02.17.18.04.11, 2024-02-17 18:04:11.378379 stored: 2024.02.18.18.03.31, 2024-02-18 18:03:31.593073 stored: 2024.02.19.18.03.33, 2024-02-19 18:03:33.441411 stored: 2024.02.20.18.03.54, 2024-02-20 18:03:54.708161 stored: 2024.02.21.18.03.46, 2024-02-21 18:03:46.181202 stored: 2024.02.22.18.04.10, 2024-02-22 18:04:10.334308 stored: 2024.02.23.18.04.17, 2024-02-23 18:04:17.168341 stored: 2024.02.24.18.04.01, 2024-02-24 18:04:01.037755 stored: 2024.02.25.18.04.14, 2024-02-25 18:04:14.762871 stored: 2024.02.26.18.03.46, 2024-02-26 18:03:46.032650 stored: 2024.02.27.18.03.35, 2024-02-27 18:03:35.380452 stored: 2024.02.28.18.04.21, 2024-02-28 18:04:21.319028 stored: 2024.02.29.18.04.17, 2024-02-29 18:04:17.382031 stored: 2024.03.01.11.51.27, 2024-03-01 11:51:27.864322 stored: 2024.03.02.18.03.48, 2024-03-02 18:03:48.095426 stored: 2024.03.03.18.04.22, 2024-03-03 18:04:22.542317 stored: 2024.03.04.18.04.16, 2024-03-04 18:04:16.908574 stored: 2024.03.05.18.04.43, 2024-03-05 18:04:43.511287 stored: 2024.03.06.18.04.23, 2024-03-06 18:04:23.133369 stored: 2024.03.07.18.04.24, 2024-03-07 18:04:24.284384 stored: 2024.03.08.18.04.39, 2024-03-08 18:04:39.126761 stored: 2024.03.09.19.04.26, 2024-03-09 19:04:26.299326 stored: 2024.03.11.18.04.29, 2024-03-11 18:04:29.104282 stored: 2024.03.13.10.06.08, 2024-03-13 10:06:08.100179 stored: 2024.03.14.18.04.10, 2024-03-14 18:04:10.495495 stored: 2024.03.21.05.36.54, 2024-03-21 05:36:54.343295 stored: 2024.03.25.14.45.01, 2024-03-25 14:45:01.255571 stored: 2024.03.26.08.24.36, 2024-03-26 08:24:36.827514 stored: 2024.03.26.18.04.49, 2024-03-26 18:04:49.014032 stored: 2024.03.27.18.04.43, 2024-03-27 18:04:43.723538 stored: 2024.03.28.18.04.59, 2024-03-28 18:04:59.974123 stored: 2024.03.29.18.04.47, 2024-03-29 18:04:47.160830 stored: 2024.03.30.18.04.46, 2024-03-30 18:04:46.190314 stored: 2024.03.31.18.04.37, 2024-03-31 18:04:37.571591 stored: 2024.04.01.18.04.48, 2024-04-01 18:04:48.193051 stored: 2024.04.08.18.04.06, 2024-04-08 18:04:06.719116 stored: 2024.04.09.18.04.55, 2024-04-09 18:04:55.028191 stored: 2024.04.10.18.04.42, 2024-04-10 18:04:42.441877 stored: 2024.04.11.18.04.42, 2024-04-11 18:04:42.887368 stored: 2024.04.12.18.04.42, 2024-04-12 18:04:42.437771 stored: 2024.04.13.18.04.48, 2024-04-13 18:04:48.865055 stored: 2024.04.14.18.04.42, 2024-04-14 18:04:42.705675 stored: 2024.04.15.18.04.49, 2024-04-15 18:04:49.659754 stored: 2024.04.16.18.04.41, 2024-04-16 18:04:41.975325 stored: 2024.04.17.18.04.49, 2024-04-17 18:04:49.547007 stored: 2024.04.18.18.04.42, 2024-04-18 18:04:42.451810 stored: 2024.04.19.18.04.42, 2024-04-19 18:04:42.966390 stored: 2024.04.20.18.04.54, 2024-04-20 18:04:54.306767 stored: 2024.04.21.18.04.55, 2024-04-21 18:04:55.917471 stored: 2024.04.22.18.04.53, 2024-04-22 18:04:53.945876 stored: 2024.04.23.18.04.51, 2024-04-23 18:04:51.918096 stored: 2024.04.24.18.04.57, 2024-04-24 18:04:57.906309 stored: 2024.04.25.18.04.53, 2024-04-25 18:04:53.206736 stored: 2024.04.26.18.04.41, 2024-04-26 18:04:41.337053 stored: 2024.04.27.18.04.51, 2024-04-27 18:04:51.160415 stored: 2024.04.28.18.05.03, 2024-04-28 18:05:03.025174 stored: 2024.04.30.18.04.48, 2024-04-30 18:04:48.947989 stored: 2024.05.01.18.04.51, 2024-05-01 18:04:51.835196 stored: 2024.05.02.18.04.58, 2024-05-02 18:04:58.197381 stored: 2024.05.03.18.04.49, 2024-05-03 18:04:49.139787 stored: 2024.05.04.18.04.58, 2024-05-04 18:04:58.496124 stored: 2024.05.05.18.04.50, 2024-05-05 18:04:50.895792 stored: 2024.05.06.18.04.48, 2024-05-06 18:04:48.471433 stored: 2024.05.07.18.04.56, 2024-05-07 18:04:56.382166 stored: 2024.05.08.18.04.48, 2024-05-08 18:04:48.871003 stored: 2024.05.09.18.05.02, 2024-05-09 18:05:02.624753 stored: 2024.05.16.07.59.14, 2024-05-16 07:59:14.267101 stored: 2024.05.16.18.04.25, 2024-05-16 18:04:25.612385 stored: 2024.05.17.18.04.53, 2024-05-17 18:04:53.908938 stored: 2024.05.18.18.04.27, 2024-05-18 18:04:27.957792 stored: 2024.05.19.18.04.47, 2024-05-19 18:04:47.048017 stored: 2024.05.20.18.04.42, 2024-05-20 18:04:42.665907 stored: 2024.05.21.18.04.37, 2024-05-21 18:04:37.372426 stored: 2024.05.22.18.04.54, 2024-05-22 18:04:54.009020 stored: 2024.05.23.18.04.49, 2024-05-23 18:04:49.768181 stored: 2024.05.24.18.04.46, 2024-05-24 18:04:46.500581 stored: 2024.05.25.18.04.53, 2024-05-25 18:04:53.427120 stored: 2024.05.26.18.04.37, 2024-05-26 18:04:37.829545 stored: 2024.05.27.18.04.49, 2024-05-27 18:04:49.186481 stored: 2024.05.28.18.04.22, 2024-05-28 18:04:22.116869 stored: 2024.05.29.18.04.35, 2024-05-29 18:04:35.690509 stored: 2024.05.30.18.04.36, 2024-05-30 18:04:36.585145 stored: 2024.05.31.18.04.20, 2024-05-31 18:04:20.924811 stored: 2024.06.01.18.04.40, 2024-06-01 18:04:40.841522 stored: 2024.06.02.18.04.47, 2024-06-02 18:04:47.305969 stored: 2024.06.03.18.04.43, 2024-06-03 18:04:43.386019 stored: 2024.06.04.18.04.21, 2024-06-04 18:04:21.057006 stored: 2024.06.05.18.04.22, 2024-06-05 18:04:22.401035 stored: 2024.06.07.12.46.00, 2024-06-07 12:46:00.865783 stored: 2024.06.24.18.18.28, 2024-06-24 18:18:28.261776 stored: 2024.06.25.18.04.47, 2024-06-25 18:04:47.991290 stored: 2024.06.28.18.04.49, 2024-06-28 18:04:49.408452 stored: 2024.06.29.18.05.15, 2024-06-29 18:05:15.692298 stored: 2024.06.30.18.04.40, 2024-06-30 18:04:40.833416 stored: 2024.07.01.18.04.59, 2024-07-01 18:04:59.708919 stored: 2024.07.05.14.34.52, 2024-07-05 14:34:52.048005 stored: 2024.07.06.18.05.10, 2024-07-06 18:05:10.575800 stored: 2024.07.07.18.04.46, 2024-07-07 18:04:46.818785 stored: 2024.07.08.18.05.05, 2024-07-08 18:05:05.519390 stored: 2024.07.09.18.04.52, 2024-07-09 18:04:52.335883 stored: 2024.07.10.18.04.33, 2024-07-10 18:04:33.817106 stored: 2024.07.11.18.04.45, 2024-07-11 18:04:45.433228 stored: 2024.07.12.18.04.36, 2024-07-12 18:04:36.444330 stored: 2024.07.13.18.05.09, 2024-07-13 18:05:09.770661 stored: 2024.07.14.18.05.02, 2024-07-14 18:05:02.584529 stored: 2024.07.15.18.04.56, 2024-07-15 18:04:56.278179 stored: 2024.07.19.10.09.41, 2024-07-19 10:09:41.366450 stored: 2024.07.20.18.04.50, 2024-07-20 18:04:50.652503 stored: 2024.07.21.18.04.51, 2024-07-21 18:04:51.784942 stored: 2024.07.22.18.04.55, 2024-07-22 18:04:55.875979 stored: 2024.07.23.18.04.49, 2024-07-23 18:04:49.428200 stored: 2024.07.24.18.04.45, 2024-07-24 18:04:45.099677 stored: 2024.07.25.18.07.26, 2024-07-25 18:07:26.783134 stored: 2024.07.26.18.05.03, 2024-07-26 18:05:03.806166 stored: 2024.07.27.18.04.54, 2024-07-27 18:04:54.861044 stored: 2024.07.28.18.04.52, 2024-07-28 18:04:52.471391 stored: 2024.07.29.18.04.53, 2024-07-29 18:04:53.239266 stored: 2024.07.30.18.04.51, 2024-07-30 18:04:51.391070 stored: 2024.07.31.18.04.51, 2024-07-31 18:04:51.338127 stored: 2024.08.01.18.04.45, 2024-08-01 18:04:45.633638 stored: 2024.08.02.18.04.51, 2024-08-02 18:04:51.958712 stored: 2024.08.03.18.04.39, 2024-08-03 18:04:39.703527 stored: 2024.08.04.18.04.54, 2024-08-04 18:04:54.507015 stored: 2024.08.05.18.04.53, 2024-08-05 18:04:53.701273 stored: 2024.08.06.18.04.41, 2024-08-06 18:04:41.000453 stored: 2024.08.07.18.04.43, 2024-08-07 18:04:43.898084 stored: 2024.08.08.18.05.00, 2024-08-08 18:05:00.921781 stored: 2024.08.09.18.04.50, 2024-08-09 18:04:50.434863 stored: 2024.08.10.18.04.37, 2024-08-10 18:04:37.739388 stored: 2024.08.11.18.04.58, 2024-08-11 18:04:58.602534 stored: 2024.08.12.18.04.57, 2024-08-12 18:04:57.823980 stored: 2024.08.13.18.04.54, 2024-08-13 18:04:54.349862 stored: 2024.08.14.18.04.40, 2024-08-14 18:04:40.342972 stored: 2024.08.15.18.04.44, 2024-08-15 18:04:44.163647 stored: 2024.08.16.18.04.43, 2024-08-16 18:04:43.569258 stored: 2024.08.17.18.05.08, 2024-08-17 18:05:08.131613 stored: 2024.08.18.18.04.38, 2024-08-18 18:04:38.554105 stored: 2024.08.19.18.05.00, 2024-08-19 18:05:00.394914 stored: 2024.08.20.18.04.44, 2024-08-20 18:04:44.553783 stored: 2024.08.21.18.04.48, 2024-08-21 18:04:48.118647 stored: 2024.08.22.18.04.53, 2024-08-22 18:04:53.058467 stored: 2024.08.23.18.04.56, 2024-08-23 18:04:56.798655 stored: 2024.08.24.18.04.57, 2024-08-24 18:04:57.195971 stored: 2024.08.25.21.10.00, 2024-08-25 21:10:00.275062 stored: 2024.08.26.18.04.51, 2024-08-26 18:04:51.058180 stored: 2024.08.28.12.39.54, 2024-08-28 12:39:54.884515 stored: 2024.08.29.10.46.46, 2024-08-29 10:46:46.470600 stored: 2024.08.30.18.05.31, 2024-08-30 18:05:31.972909 stored: 2024.08.31.18.04.57, 2024-08-31 18:04:57.206862 stored: 2024.09.01.18.04.57, 2024-09-01 18:04:57.677691 stored: 2024.09.02.18.04.47, 2024-09-02 18:04:47.844531 stored: 2024.09.03.18.04.43, 2024-09-03 18:04:43.584258 stored: 2024.09.04.18.04.42, 2024-09-04 18:04:42.609037 stored: 2024.09.05.18.09.19, 2024-09-05 18:09:19.298054 stored: 2024.09.07.18.05.01, 2024-09-07 18:05:01.283922 stored: 2024.09.08.18.04.35, 2024-09-08 18:04:35.577708 stored: 2024.09.09.18.10.21, 2024-09-09 18:10:21.900374 stored: 2024.09.11.07.38.47, 2024-09-11 07:38:47.460570 stored: 2024.09.14.10.37.43, 2024-09-14 10:37:43.010193 stored: 2024.09.15.18.04.42, 2024-09-15 18:04:42.073318 stored: 2024.09.16.18.04.32, 2024-09-16 18:04:32.474103 stored: 2024.09.17.18.04.38, 2024-09-17 18:04:38.095228 stored: 2024.09.18.18.04.39, 2024-09-18 18:04:39.675729 stored: 2024.09.19.18.04.36, 2024-09-19 18:04:36.500060 stored: 2024.09.20.18.04.37, 2024-09-20 18:04:37.141045 stored: 2024.09.21.18.04.39, 2024-09-21 18:04:39.650832 stored: 2024.09.22.18.04.42, 2024-09-22 18:04:42.244693 stored: 2024.09.23.18.04.33, 2024-09-23 18:04:33.377788 stored: 2024.09.24.18.04.44, 2024-09-24 18:04:44.022955 stored: 2024.09.25.18.04.39, 2024-09-25 18:04:39.700000 stored: 2024.09.26.18.04.34, 2024-09-26 18:04:34.998437 stored: 2024.09.27.18.04.27, 2024-09-27 18:04:27.188926 stored: 2024.10.03.22.29.23, 2024-10-03 22:29:23.443216 stored: 2024.10.04.18.04.34, 2024-10-04 18:04:34.049732 stored: 2024.10.05.18.04.32, 2024-10-05 18:04:32.525901 stored: 2024.10.06.18.04.35, 2024-10-06 18:04:35.475734 stored: 2024.10.07.18.04.38, 2024-10-07 18:04:38.149213 stored: 2024.10.08.10.50.32, 2024-10-08 10:50:32.994734 stored: 2024.10.09.18.04.30, 2024-10-09 18:04:30.774064 stored: 2024.10.10.18.04.33, 2024-10-10 18:04:33.451163 stored: 2024.10.11.18.04.35, 2024-10-11 18:04:35.085256 stored: 2024.10.12.18.20.19, 2024-10-12 18:20:19.153130 stored: 2024.10.13.18.05.00, 2024-10-13 18:05:00.613255 stored: 2024.10.14.18.04.39, 2024-10-14 18:04:39.033727 stored: 2024.10.15.18.04.39, 2024-10-15 18:04:39.214151 stored: 2024.10.16.18.04.46, 2024-10-16 18:04:46.209962 stored: 2024.10.17.18.04.37, 2024-10-17 18:04:37.294297 stored: 2024.10.18.18.04.35, 2024-10-18 18:04:35.622873 stored: 2024.10.19.18.04.34, 2024-10-19 18:04:34.301592 stored: 2024.10.20.18.04.26, 2024-10-20 18:04:26.969429 stored: 2024.10.21.18.04.31, 2024-10-21 18:04:31.965066 stored: 2024.10.22.18.04.32, 2024-10-22 18:04:32.832724 stored: 2024.10.23.18.04.30, 2024-10-23 18:04:30.398844 stored: 2024.10.24.18.04.28, 2024-10-24 18:04:28.227793 stored: 2024.10.25.18.04.37, 2024-10-25 18:04:37.006433 stored: 2024.10.26.18.04.26, 2024-10-26 18:04:26.417781 stored: 2024.10.27.18.04.42, 2024-10-27 18:04:42.696080 stored: 2024.10.28.18.04.32, 2024-10-28 18:04:32.056814 stored: 2024.10.29.18.04.38, 2024-10-29 18:04:38.380642 stored: 2024.10.30.18.12.23, 2024-10-30 18:12:23.802985 stored: 2024.10.31.18.05.01, 2024-10-31 18:05:01.997278 stored: 2024.11.01.18.04.36, 2024-11-01 18:04:36.750145 stored: 2024.11.02.18.04.42, 2024-11-02 18:04:42.082012 stored: 2024.11.03.18.04.31, 2024-11-03 18:04:31.694428 stored: 2024.11.04.18.04.43, 2024-11-04 18:04:43.739911 stored: 2024.11.05.18.04.45, 2024-11-05 18:04:45.021461 stored: 2024.11.06.18.04.47, 2024-11-06 18:04:47.582715 stored: 2024.11.08.18.04.44, 2024-11-08 18:04:44.146934 stored: 2024.11.09.18.04.48, 2024-11-09 18:04:48.032952 stored: 2024.11.10.18.04.45, 2024-11-10 18:04:45.580530 stored: 2024.11.11.18.04.42, 2024-11-11 18:04:42.625935 stored: 2024.11.15.09.08.44, 2024-11-15 09:08:44.716209 stored: 2024.11.16.18.04.49, 2024-11-16 18:04:49.882973 stored: 2024.11.17.18.04.47, 2024-11-17 18:04:47.831855 stored: 2024.11.20.15.41.38, 2024-11-20 15:41:38.355726 stored: 2024.11.21.18.04.33, 2024-11-21 18:04:33.568076 stored: 2024.11.22.18.04.57, 2024-11-22 18:04:57.111066 stored: 2024.11.23.18.04.39, 2024-11-23 18:04:39.972993 stored: 2024.11.24.18.04.35, 2024-11-24 18:04:35.533178 stored: 2024.11.25.18.04.42, 2024-11-25 18:04:42.033686 stored: 2024.11.26.18.04.34, 2024-11-26 18:04:34.211537 stored: 2024.11.27.18.04.38, 2024-11-27 18:04:38.016755 stored: 2024.11.28.18.04.38, 2024-11-28 18:04:38.748617 stored: 2024.11.29.18.04.41, 2024-11-29 18:04:41.429320 stored: 2024.11.30.18.04.41, 2024-11-30 18:04:41.161757 stored: 2024.12.01.18.04.40, 2024-12-01 18:04:40.713988 stored: 2024.12.02.18.04.43, 2024-12-02 18:04:43.156007 stored: 2024.12.03.18.04.40, 2024-12-03 18:04:40.248877 stored: 2024.12.05.13.06.52, 2024-12-05 13:06:52.703831 stored: 2024.12.06.18.04.40, 2024-12-06 18:04:40.445194 stored: 2024.12.07.18.05.11, 2024-12-07 18:05:11.891294 stored: 2024.12.08.18.04.48, 2024-12-08 18:04:48.683523 stored: 2024.12.09.18.05.31, 2024-12-09 18:05:31.152967 stored: 2024.12.10.18.04.55, 2024-12-10 18:04:55.916408 stored: 2024.12.13.18.05.05, 2024-12-13 18:05:05.743550 stored: 2024.12.14.18.05.06, 2024-12-14 18:05:06.332887 stored: 2024.12.15.18.05.11, 2024-12-15 18:05:11.733292 stored: 2024.12.17.10.15.19, 2024-12-17 10:15:19.866993 stored: 2024.12.18.07.17.26, 2024-12-18 07:17:26.757877 stored: 2024.12.19.18.05.17, 2024-12-19 18:05:17.510403 stored: 2024.12.20.15.52.40, 2024-12-20 15:52:40.202576 stored: 2024.12.21.18.05.16, 2024-12-21 18:05:16.214989 stored: 2024.12.22.18.05.12, 2024-12-22 18:05:12.764758 stored: 2024.12.23.18.05.16, 2024-12-23 18:05:16.749082 stored: 2024.12.24.18.05.33, 2024-12-24 18:05:33.131144 stored: 2024.12.25.18.05.25, 2024-12-25 18:05:25.134418 stored: 2024.12.26.18.05.18, 2024-12-26 18:05:18.974986 stored: 2024.12.27.18.05.20, 2024-12-27 18:05:20.779605 stored: 2024.12.28.18.05.15, 2024-12-28 18:05:15.508385 stored: 2024.12.29.18.05.19, 2024-12-29 18:05:19.969078 stored: 2024.12.30.18.05.19, 2024-12-30 18:05:19.652010 stored: 2024.12.31.22.04.11, 2024-12-31 22:04:11.207358 stored: 2025.01.01.18.05.15, 2025-01-01 18:05:15.010169 stored: 2025.01.02.18.05.16, 2025-01-02 18:05:16.447631 stored: 2025.01.03.18.05.11, 2025-01-03 18:05:11.559658 stored: 2025.01.04.21.03.05, 2025-01-04 21:03:05.432577 stored: 2025.01.05.18.05.01, 2025-01-05 18:05:01.155667 stored: 2025.01.06.18.04.55, 2025-01-06 18:04:55.058358 stored: 2025.01.07.18.05.00, 2025-01-07 18:05:00.449358 stored: 2025.01.08.18.04.50, 2025-01-08 18:04:50.485677 stored: 2025.01.09.18.04.50, 2025-01-09 18:04:50.730317 stored: 2025.01.10.18.04.51, 2025-01-10 18:04:51.866253 stored: 2025.01.11.18.04.57, 2025-01-11 18:04:57.802015 stored: 2025.01.12.18.04.48, 2025-01-12 18:04:48.512058 stored: 2025.01.13.18.05.16, 2025-01-13 18:05:16.726006 stored: 2025.01.14.18.04.53, 2025-01-14 18:04:53.636066 stored: 2025.01.15.18.05.16, 2025-01-15 18:05:16.063094 stored: 2025.01.16.18.04.58, 2025-01-16 18:04:58.536571 stored: 2025.01.17.18.04.57, 2025-01-17 18:04:57.654147 stored: 2025.01.18.18.05.31, 2025-01-18 18:05:31.834591 stored: 2025.01.19.18.04.50, 2025-01-19 18:04:50.396954 stored: 2025.01.20.18.04.52, 2025-01-20 18:04:52.862843 stored: 2025.01.21.18.04.51, 2025-01-21 18:04:51.119185 stored: 2025.01.22.18.04.50, 2025-01-22 18:04:50.662399 stored: 2025.01.23.18.04.54, 2025-01-23 18:04:54.573766 stored: 2025.01.24.18.04.51, 2025-01-24 18:04:51.816461 stored: 2025.01.25.18.04.51, 2025-01-25 18:04:51.607056 stored: 2025.01.26.18.04.54, 2025-01-26 18:04:54.548405 stored: 2025.01.27.18.04.52, 2025-01-27 18:04:52.499314 stored: 2025.01.28.18.04.55, 2025-01-28 18:04:55.588517 stored: 2025.01.29.18.05.15, 2025-01-29 18:05:15.608010 stored: 2025.01.30.18.04.58, 2025-01-30 18:04:58.892230 stored: 2025.01.31.18.04.58, 2025-01-31 18:04:58.660504 stored: 2025.02.01.18.04.54, 2025-02-01 18:04:54.467450 stored: 2025.02.02.18.05.04, 2025-02-02 18:05:04.409782 stored: 2025.02.03.18.04.56, 2025-02-03 18:04:56.274618 stored: 2025.02.04.18.05.11, 2025-02-04 18:05:11.760057 stored: 2025.02.05.18.04.55, 2025-02-05 18:04:55.550307 stored: 2025.02.06.18.04.59, 2025-02-06 18:04:59.700456 stored: 2025.02.07.18.05.03, 2025-02-07 18:05:03.663828 stored: 2025.02.08.18.05.01, 2025-02-08 18:05:01.053948 stored: 2025.02.09.18.05.04, 2025-02-09 18:05:04.796583 stored: 2025.02.10.18.05.18, 2025-02-10 18:05:18.275013 stored: 2025.02.11.18.04.54, 2025-02-11 18:04:54.602368 stored: 2025.02.12.18.05.00, 2025-02-12 18:05:00.943200 stored: 2025.02.13.18.05.07, 2025-02-13 18:05:07.853302 stored: 2025.02.14.18.05.15, 2025-02-14 18:05:15.315494 stored: 2025.02.15.18.04.54, 2025-02-15 18:04:54.133851 stored: 2025.02.16.18.05.30, 2025-02-16 18:05:30.947321 stored: 2025.02.17.18.05.08, 2025-02-17 18:05:08.565958 stored: 2025.02.18.18.05.08, 2025-02-18 18:05:08.161211 stored: 2025.02.19.18.05.06, 2025-02-19 18:05:06.756290 stored: 2025.02.20.18.05.01, 2025-02-20 18:05:01.388462 stored: 2025.02.21.18.04.56, 2025-02-21 18:04:56.391876 stored: 2025.02.22.18.05.01, 2025-02-22 18:05:01.653275 stored: 2025.02.23.18.04.59, 2025-02-23 18:04:59.069330 stored: 2025.02.24.18.05.09, 2025-02-24 18:05:09.197346 stored: 2025.02.25.18.05.25, 2025-02-25 18:05:25.080336 stored: 2025.02.26.18.04.59, 2025-02-26 18:04:59.080203 stored: 2025.02.27.18.05.02, 2025-02-27 18:05:02.007575 stored: 2025.03.01.19.39.06, 2025-03-01 19:39:06.132266 stored: 2025.03.02.18.05.12, 2025-03-02 18:05:12.914635 stored: 2025.03.08.09.51.30, 2025-03-08 09:51:30.025454 stored: 2025.03.09.11.51.56, 2025-03-09 11:51:56.113443 stored: 2025.03.10.18.05.00, 2025-03-10 18:05:00.383506 stored: 2025.03.11.18.04.37, 2025-03-11 18:04:37.889374 stored: 2025.03.12.18.05.25, 2025-03-12 18:05:25.364996 stored: 2025.03.13.18.04.56, 2025-03-13 18:04:56.892789 stored: 2025.03.14.18.04.59, 2025-03-14 18:04:59.403480 stored: 2025.03.15.18.05.05, 2025-03-15 18:05:05.491275 stored: 2025.03.16.18.04.58, 2025-03-16 18:04:58.080159 stored: 2025.03.17.18.05.09, 2025-03-17 18:05:09.888343 stored: 2025.03.18.18.04.59, 2025-03-18 18:04:59.925862 stored: 2025.03.19.18.04.59, 2025-03-19 18:04:59.924528 stored: 2025.03.20.18.05.06, 2025-03-20 18:05:06.193253 stored: 2025.03.21.18.05.11, 2025-03-21 18:05:11.188567 stored: 2025.03.22.18.05.05, 2025-03-22 18:05:05.187833 stored: 2025.03.23.18.05.02, 2025-03-23 18:05:02.247660 stored: 2025.03.24.18.05.19, 2025-03-24 18:05:19.424004 stored: 2025.03.25.18.05.06, 2025-03-25 18:05:06.601886 stored: 2025.03.26.18.05.14, 2025-03-26 18:05:14.858557 stored: 2025.03.27.18.05.01, 2025-03-27 18:05:01.528354 stored: 2025.03.28.18.05.05, 2025-03-28 18:05:05.572502 stored: 2025.03.29.18.05.03, 2025-03-29 18:05:03.814697 stored: 2025.03.30.18.05.05, 2025-03-30 18:05:05.618659 stored: 2025.03.31.18.05.08, 2025-03-31 18:05:08.702674 stored: 2025.04.01.18.05.33, 2025-04-01 18:05:33.483705 stored: 2025.04.02.18.05.10, 2025-04-02 18:05:10.716841 stored: 2025.04.03.18.05.11, 2025-04-03 18:05:11.565423 stored: 2025.04.04.18.05.11, 2025-04-04 18:05:11.447826 stored: 2025.04.05.18.05.10, 2025-04-05 18:05:10.742513 stored: 2025.04.06.18.05.09, 2025-04-06 18:05:09.032350 stored: 2025.04.07.18.05.39, 2025-04-07 18:05:39.290296 stored: 2025.04.08.18.04.48, 2025-04-08 18:04:48.401395 stored: 2025.04.09.18.05.06, 2025-04-09 18:05:06.587860 stored: 2025.04.12.15.30.13, 2025-04-12 15:30:13.001596 stored: 2025.04.13.06.22.27, 2025-04-13 06:22:27.914604 stored: 2025.04.13.21.13.14, 2025-04-13 21:13:14.788575 stored: 2025.04.14.18.05.20, 2025-04-14 18:05:20.794814 stored: 2025.04.15.11.55.47, 2025-04-15 11:55:47.877794 stored: 2025.04.16.18.05.19, 2025-04-16 18:05:19.706948 stored: 2025.04.17.18.05.15, 2025-04-17 18:05:15.058080 stored: 2025.04.18.18.05.13, 2025-04-18 18:05:13.648572 stored: 2025.04.19.18.05.12, 2025-04-19 18:05:12.690150 stored: 2025.04.20.18.05.09, 2025-04-20 18:05:09.180526 stored: 2025.04.21.18.05.43, 2025-04-21 18:05:43.753791 stored: 2025.04.22.18.05.18, 2025-04-22 18:05:18.557319 stored: 2025.04.23.18.05.16, 2025-04-23 18:05:16.528526 stored: 2025.04.24.18.05.45, 2025-04-24 18:05:45.863422 stored: 2025.04.25.18.05.13, 2025-04-25 18:05:13.710152 stored: 2025.04.26.18.05.15, 2025-04-26 18:05:15.658793 stored: 2025.04.27.18.05.07, 2025-04-27 18:05:07.428123 stored: 2025.04.28.18.05.12, 2025-04-28 18:05:12.797233 stored: 2025.05.01.10.59.59, 2025-05-01 10:59:59.037468 stored: 2025.05.02.18.05.28, 2025-05-02 18:05:28.887848 stored: 2025.05.03.18.05.22, 2025-05-03 18:05:22.552851 stored: 2025.05.04.18.05.05, 2025-05-04 18:05:05.598143 stored: 2025.05.13.07.27.26, 2025-05-13 07:27:26.381358 stored: 2025.05.15.18.52.13, 2025-05-15 18:52:13.776529 stored: 2025.05.17.08.06.12, 2025-05-17 08:06:12.674466 stored: 2025.05.19.09.04.09, 2025-05-19 09:04:09.728986 stored: 2025.05.22.13.57.08, 2025-05-22 13:57:08.808466 stored: 2025.05.24.10.00.52, 2025-05-24 10:00:52.316358 stored: 2025.05.25.12.14.31, 2025-05-25 12:14:31.028020 stored: 2025.05.30.03.12.18, 2025-05-30 03:12:18.106650 stored: 2025.05.30.20.23.35, 2025-05-30 20:23:35.405015 stored: 2025.05.31.18.05.20, 2025-05-31 18:05:20.723733 stored: 2025.06.01.18.05.14, 2025-06-01 18:05:14.574276 stored: 2025.06.02.18.05.15, 2025-06-02 18:05:15.900602 stored: 2025.06.03.18.05.18, 2025-06-03 18:05:18.223155 stored: 2025.06.05.18.05.16, 2025-06-05 18:05:16.546272 stored: 2025.06.06.18.05.25, 2025-06-06 18:05:25.771389 stored: 2025.06.07.18.05.10, 2025-06-07 18:05:10.788167 stored: 2025.06.08.18.05.21, 2025-06-08 18:05:21.222466 stored: 2025.06.09.18.05.14, 2025-06-09 18:05:14.774679 stored: 2025.06.10.18.05.19, 2025-06-10 18:05:19.541930 stored: 2025.06.11.18.05.26, 2025-06-11 18:05:26.639643 stored: 2025.06.12.18.05.15, 2025-06-12 18:05:15.124517 stored: 2025.06.13.18.04.59, 2025-06-13 18:04:59.062910 stored: 2025.06.20.06.49.46, 2025-06-20 06:49:46.123988 stored: 2025.06.21.18.05.14, 2025-06-21 18:05:14.693572 stored: 2025.06.22.18.05.28, 2025-06-22 18:05:28.829408 stored: 2025.06.23.18.04.59, 2025-06-23 18:04:59.665244 stored: 2025.06.24.18.05.04, 2025-06-24 18:05:04.974657 stored: 2025.06.25.18.05.10, 2025-06-25 18:05:10.243421 stored: 2025.06.26.18.04.52, 2025-06-26 18:04:52.343803 stored: 2025.06.27.18.05.05, 2025-06-27 18:05:05.716181 stored: 2025.06.28.18.04.50, 2025-06-28 18:04:50.099950 stored: 2025.06.29.18.05.03, 2025-06-29 18:05:03.562419 stored: 2025.06.30.18.04.57, 2025-06-30 18:04:57.777357 stored: 2025.07.01.18.04.59, 2025-07-01 18:04:59.335039 stored: 2025.07.02.18.04.57, 2025-07-02 18:04:57.643167 stored: 2025.07.04.18.03.59, 2025-07-04 18:03:59.992718 stored: 2025.07.05.18.04.46, 2025-07-05 18:04:46.414665 stored: 2025.07.06.18.05.17, 2025-07-06 18:05:17.539736 stored: 2025.07.07.18.04.30, 2025-07-07 18:04:30.728679 stored: 2025.07.08.18.04.24, 2025-07-08 18:04:24.781100 stored: 2025.07.09.18.04.39, 2025-07-09 18:04:39.547654 stored: 2025.07.10.18.04.24, 2025-07-10 18:04:24.531816 stored: 2025.07.11.18.04.28, 2025-07-11 18:04:28.322448 stored: 2025.07.12.18.04.24, 2025-07-12 18:04:24.206422 stored: 2025.07.13.18.04.32, 2025-07-13 18:04:32.217783 stored: 2025.07.14.18.04.27, 2025-07-14 18:04:27.866780 stored: 2025.07.15.18.04.25, 2025-07-15 18:04:25.803016 stored: 2025.07.16.18.04.22, 2025-07-16 18:04:22.019676 stored: 2025.07.17.18.04.07, 2025-07-17 18:04:07.906594 stored: 2025.07.18.18.04.10, 2025-07-18 18:04:10.242916 stored: 2025.07.19.18.06.06, 2025-07-19 18:06:06.433114 stored: 2025.07.20.18.04.12, 2025-07-20 18:04:12.311952 stored: 2025.07.21.18.04.18, 2025-07-21 18:04:18.581778 stored: 2025.07.22.18.04.11, 2025-07-22 18:04:11.661291 stored: 2025.07.23.18.04.27, 2025-07-23 18:04:27.194923 stored: 2025.07.24.18.04.21, 2025-07-24 18:04:21.144539 stored: 2025.07.25.18.04.21, 2025-07-25 18:04:21.733835 stored: 2025.07.26.18.04.08, 2025-07-26 18:04:08.801290 stored: 2025.07.27.18.04.10, 2025-07-27 18:04:10.753590 stored: 2025.07.28.18.04.25, 2025-07-28 18:04:25.256431 stored: 2025.07.29.18.04.08, 2025-07-29 18:04:08.654755 stored: 2025.07.30.18.04.33, 2025-07-30 18:04:33.252555 stored: 2025.07.31.18.04.15, 2025-07-31 18:04:15.163162 stored: 2025.08.01.18.04.05, 2025-08-01 18:04:05.884163 stored: 2025.08.02.18.04.17, 2025-08-02 18:04:17.527059 stored: 2025.08.03.18.04.04, 2025-08-03 18:04:04.783803 stored: 2025.08.04.18.04.39, 2025-08-04 18:04:39.899384 stored: 2025.08.05.18.04.16, 2025-08-05 18:04:16.364334 stored: 2025.08.06.18.04.40, 2025-08-06 18:04:40.562933 stored: 2025.08.07.18.04.39, 2025-08-07 18:04:39.001563 stored: 2025.08.08.18.04.12, 2025-08-08 18:04:12.207177 stored: 2025.08.09.18.04.26, 2025-08-09 18:04:26.911823 stored: 2025.08.10.18.04.38, 2025-08-10 18:04:38.772973 stored: 2025.08.11.18.04.07, 2025-08-11 18:04:07.395411 stored: 2025.08.13.20.38.43, 2025-08-13 20:38:43.129452 stored: 2025.08.14.18.04.21, 2025-08-14 18:04:21.341116 stored: 2025.08.15.18.04.14, 2025-08-15 18:04:14.514850 stored: 2025.08.16.18.04.23, 2025-08-16 18:04:23.579430 stored: 2025.08.17.18.04.10, 2025-08-17 18:04:10.420586 stored: 2025.08.21.06.51.27, 2025-08-21 06:51:27.423323 stored: 2025.08.22.18.04.07, 2025-08-22 18:04:07.837093 stored: 2025.08.23.18.04.10, 2025-08-23 18:04:10.036647 stored: 2025.08.24.18.04.11, 2025-08-24 18:04:11.271058 stored: 2025.08.25.18.04.16, 2025-08-25 18:04:16.917624 stored: 2025.08.26.09.41.17, 2025-08-26 09:41:17.603539 stored: 2025.08.27.18.04.11, 2025-08-27 18:04:11.486036 stored: 2025.08.29.09.36.14, 2025-08-29 09:36:14.068420 stored: 2025.08.30.18.04.27, 2025-08-30 18:04:27.691733 stored: 2025.08.31.18.04.13, 2025-08-31 18:04:13.705633 stored: 2025.09.01.18.04.24, 2025-09-01 18:04:24.955933 stored: 2025.09.02.18.04.31, 2025-09-02 18:04:31.165096 stored: 2025.09.03.18.04.13, 2025-09-03 18:04:13.174787 stored: 2025.09.04.18.04.14, 2025-09-04 18:04:14.810373 stored: 2025.09.05.18.04.50, 2025-09-05 18:04:50.326478 stored: 2025.09.06.18.04.33, 2025-09-06 18:04:33.396924 stored: 2025.09.07.18.04.39, 2025-09-07 18:04:39.081850 stored: 2025.09.08.18.04.23, 2025-09-08 18:04:23.721487 stored: 2025.09.09.18.04.22, 2025-09-09 18:04:22.720843 stored: 2025.09.10.18.04.41, 2025-09-10 18:04:41.573780 stored: 2025.09.13.11.02.31, 2025-09-13 11:02:31.883617 stored: 2025.09.14.02.07.00, 2025-09-14 02:07:00.682208 stored: 2025.09.14.18.48.00, 2025-09-14 18:48:00.982819 stored: 2025.09.15.18.04.28, 2025-09-15 18:04:28.690337 stored: 2025.09.16.18.04.08, 2025-09-16 18:04:08.412948 stored: 2025.09.17.18.04.26, 2025-09-17 18:04:26.478048 stored: 2025.09.18.18.04.27, 2025-09-18 18:04:27.657081 stored: 2025.09.19.18.04.23, 2025-09-19 18:04:23.609976 stored: 2025.09.20.18.04.23, 2025-09-20 18:04:23.943885 stored: 2025.09.21.18.04.40, 2025-09-21 18:04:40.266318 stored: 2025.09.22.18.04.07, 2025-09-22 18:04:07.339250 stored: 2025.09.23.18.04.12, 2025-09-23 18:04:12.234520 stored: 2025.09.25.17.49.04, 2025-09-25 17:49:04.950210 stored: 2025.09.26.18.04.12, 2025-09-26 18:04:12.512693 stored: 2025.09.27.18.04.14, 2025-09-27 18:04:14.793210 stored: 2025.09.28.18.04.12, 2025-09-28 18:04:12.621541 stored: 2025.10.01.10.05.07, 2025-10-01 10:05:07.909775 stored: 2025.10.06.09.42.55, 2025-10-06 09:42:55.867372 stored: 2025.10.10.20.23.06, 2025-10-10 20:23:06.410855 stored: 2025.10.11.18.03.48, 2025-10-11 18:03:48.140438 stored: 2025.10.12.18.03.42, 2025-10-12 18:03:42.537446 stored: 2025.10.13.18.03.41, 2025-10-13 18:03:41.899455 stored: 2025.10.14.18.03.49, 2025-10-14 18:03:49.001122 stored: 2025.10.15.18.03.41, 2025-10-15 18:03:41.611697 stored: 2025.10.16.18.03.41, 2025-10-16 18:03:41.622506 stored: 2025.10.17.18.03.41, 2025-10-17 18:03:41.543441 stored: 2025.10.18.18.03.41, 2025-10-18 18:03:41.328412 stored: 2025.10.19.18.03.41, 2025-10-19 18:03:41.622708 stored: 2025.10.21.18.03.58, 2025-10-21 18:03:58.811816 stored: 2025.10.22.18.03.51, 2025-10-22 18:03:51.617145 stored: 2025.10.23.18.03.52, 2025-10-23 18:03:52.041577 stored: 2025.10.24.18.03.44, 2025-10-24 18:03:44.358544 stored: 2025.10.25.18.03.39, 2025-10-25 18:03:39.877301 stored: 2025.10.26.18.03.45, 2025-10-26 18:03:45.353391 stored: 2025.10.27.18.03.47, 2025-10-27 18:03:47.463516 stored: 2025.10.28.18.03.49, 2025-10-28 18:03:49.023095 stored: 2025.10.29.18.03.37, 2025-10-29 18:03:37.087383 stored: 2025.10.30.18.03.44, 2025-10-30 18:03:44.382565 stored: 2025.10.31.18.03.40, 2025-10-31 18:03:40.823333 stored: 2025.11.01.18.03.38, 2025-11-01 18:03:38.979234 stored: 2025.11.02.18.03.39, 2025-11-02 18:03:39.301452 stored: 2025.11.03.18.03.43, 2025-11-03 18:03:43.137902 stored: 2025.11.04.18.03.39, 2025-11-04 18:03:39.718294 stored: 2025.11.05.18.03.40, 2025-11-05 18:03:40.234750 stored: 2025.11.09.09.37.30, 2025-11-09 09:37:30.202490 stored: 2025.11.10.00.36.14, 2025-11-10 00:36:14.183435 stored: 2025.11.10.18.03.37, 2025-11-10 18:03:37.863878 stored: 2025.11.11.18.03.44, 2025-11-11 18:03:44.875943 stored: 2025.11.12.18.03.43, 2025-11-12 18:03:43.366523 stored: 2025.11.13.18.03.48, 2025-11-13 18:03:48.067049 stored: 2025.11.14.18.03.40, 2025-11-14 18:03:40.540561 stored: 2025.11.15.18.03.39, 2025-11-15 18:03:39.619662 stored: 2025.11.16.18.03.39, 2025-11-16 18:03:39.318891 stored: 2025.11.17.18.03.43, 2025-11-17 18:03:43.152640 stored: 2025.11.25.07.39.29, 2025-11-25 07:39:29.524636 stored: 2025.11.26.21.49.19, 2025-11-26 21:49:19.997368 stored: 2025.11.27.18.03.37, 2025-11-27 18:03:37.327034 stored: 2025.11.28.18.03.49, 2025-11-28 18:03:49.662576 stored: 2025.11.29.18.03.50, 2025-11-29 18:03:50.054112 stored: 2025.11.30.18.03.38, 2025-11-30 18:03:38.200878 stored: 2025.12.01.18.03.49, 2025-12-01 18:03:49.516847 stored: 2025.12.02.18.03.40, 2025-12-02 18:03:40.088181 stored: 2025.12.03.18.03.47, 2025-12-03 18:03:47.190622 stored: 2025.12.04.18.03.43, 2025-12-04 18:03:43.423191 stored: 2025.12.05.18.03.41, 2025-12-05 18:03:41.677603 stored: 2025.12.06.18.03.40, 2025-12-06 18:03:40.242226 stored: 2025.12.07.18.03.49, 2025-12-07 18:03:49.924875 stored: 2025.12.08.18.03.58, 2025-12-08 18:03:58.718331 stored: 2025.12.09.18.03.53, 2025-12-09 18:03:53.079758 stored: 2025.12.10.18.03.43, 2025-12-10 18:03:43.071325 stored: 2025.12.11.18.03.40, 2025-12-11 18:03:40.076302 stored: 2025.12.13.18.03.50, 2025-12-13 18:03:50.249609 stored: 2025.12.14.18.03.41, 2025-12-14 18:03:41.461725 stored: 2025.12.15.18.03.42, 2025-12-15 18:03:42.109360 stored: 2025.12.16.18.03.40, 2025-12-16 18:03:40.888852 stored: 2025.12.17.18.03.44, 2025-12-17 18:03:44.923324 stored: 2025.12.18.18.04.11, 2025-12-18 18:04:11.204834 stored: 2025.12.19.18.03.42, 2025-12-19 18:03:42.451432 stored: 2025.12.20.18.03.40, 2025-12-20 18:03:40.061236 stored: 2025.12.21.18.03.40, 2025-12-21 18:03:40.119478 stored: 2025.12.22.18.03.44, 2025-12-22 18:03:44.608092 stored: 2025.12.23.18.43.14, 2025-12-23 18:43:14.617469 stored: 2026.01.08.14.48.45, 2026-01-08 14:48:45.176211 stored: 2026.01.09.18.03.41, 2026-01-09 18:03:41.467308 stored: 2026.01.10.18.03.49, 2026-01-10 18:03:49.692370 stored: 2026.01.11.18.03.40, 2026-01-11 18:03:40.015829 stored: 2026.01.12.18.03.49, 2026-01-12 18:03:49.257700 stored: 2026.01.13.18.03.43, 2026-01-13 18:03:43.271848 stored: 2026.01.14.18.03.41, 2026-01-14 18:03:41.033384 stored: 2026.01.15.18.03.44, 2026-01-15 18:03:44.185009 stored: 2026.01.16.18.03.42, 2026-01-16 18:03:42.528085 stored: 2026.01.17.18.03.43, 2026-01-17 18:03:43.486636 stored: 2026.01.18.18.03.49, 2026-01-18 18:03:49.778715 stored: 2026.01.19.18.03.41, 2026-01-19 18:03:41.249443 stored: 2026.01.20.18.03.43, 2026-01-20 18:03:43.034755 stored: 2026.01.21.18.03.42, 2026-01-21 18:03:42.341931 stored: 2026.01.22.18.03.42, 2026-01-22 18:03:42.843627 stored: 2026.01.29.14.59.00, 2026-01-29 14:59:00.151502 stored: 2026.01.30.18.03.54, 2026-01-30 18:03:54.381985 stored: 2026.01.31.18.03.52, 2026-01-31 18:03:52.406798 stored: 2026.02.01.18.03.46, 2026-02-01 18:03:46.096724 stored: 2026.02.21.22.48.09, 2026-02-21 22:48:09.005740 stored: 2026.02.24.09.54.32, 2026-02-24 09:54:32.193909 stored: 2026.02.26.08.07.35, 2026-02-26 08:07:35.569555 stored: 2026.02.27.02.00.19, 2026-02-27 02:00:19.774795 stored: 2026.02.27.20.06.40, 2026-02-27 20:06:40.089411 stored: 2026.02.28.18.20.05, 2026-02-28 18:20:05.298147 stored: 2026.03.03.05.19.20, 2026-03-03 05:19:20.090368 stored: 2026.03.04.18.36.49, 2026-03-04 18:36:49.454997 stored: 2026.03.06.07.36.28, 2026-03-06 07:36:28.283178 stored: 2026.03.07.18.03.57, 2026-03-07 18:03:57.019324 stored: 2026.03.08.18.04.08, 2026-03-08 18:04:08.638942 stored: 2026.03.09.18.04.09, 2026-03-09 18:04:09.122727 stored: 2026.03.10.18.04.09, 2026-03-10 18:04:09.967404 stored: 2026.03.11.19.18.45, 2026-03-11 19:18:45.021311 stored: 2026.03.12.18.04.04, 2026-03-12 18:04:04.427231 stored: 2026.03.13.18.03.59, 2026-03-13 18:03:59.764446 stored: 2026.03.14.18.04.02, 2026-03-14 18:04:02.487273 stored: 2026.03.16.04.45.47, 2026-03-16 04:45:47.972521 stored: 2026.03.17.18.04.03, 2026-03-17 18:04:03.062620 stored: 2026.04.03.08.19.33, 2026-04-03 08:19:33.968981 stored: 2026.04.04.18.04.03, 2026-04-04 18:04:03.694035 stored: 2026.04.05.23.08.44, 2026-04-05 23:08:44.395181 stored: 2026.04.07.03.30.46, 2026-04-07 03:30:46.678851 stored: 2026.04.08.08.51.09, 2026-04-08 08:51:09.792883 stored: 2026.04.09.13.47.19, 2026-04-09 13:47:19.287730 stored: 2026.04.10.18.34.50, 2026-04-10 18:34:50.991969 stored: 2026.04.11.23.58.22, 2026-04-11 23:58:22.336457 stored: 2026.04.13.05.40.34, 2026-04-13 05:40:34.788157 stored: 2026.04.16.10.08.30, 2026-04-16 10:08:30.642709 stored: 2026.04.18.18.04.15, 2026-04-18 18:04:15.996036 stored: 2026.04.19.23.32.35, 2026-04-19 23:32:35.143064 stored: 2026.04.21.06.57.47, 2026-04-21 06:57:47.190798 stored: 2026.04.22.12.02.19, 2026-04-22 12:02:19.822557 stored: 2026.04.23.19.37.25, 2026-04-23 19:37:25.641238 stored: 2026.04.25.01.30.34, 2026-04-25 01:30:34.833440 stored: 2026.04.26.08.15.09, 2026-04-26 08:15:09.883270 stored: 2026.04.27.14.04.22, 2026-04-27 14:04:22.500921 stored: 2026.04.28.19.00.55, 2026-04-28 19:00:55.207981 stored: 2026.04.30.00.15.31, 2026-04-30 00:15:31.059764 stored: 2026.05.01.18.04.10, 2026-05-01 18:04:10.245579 stored: 2026.05.04.12.43.13, 2026-05-04 12:43:13.381268 stored: 2026.05.05.21.34.55, 2026-05-05 21:34:55.685304 stored: 2026.05.07.07.47.18, 2026-05-07 07:47:18.021034 stored: 2026.05.08.16.21.29, 2026-05-08 16:21:29.321494 stored: 2026.05.10.01.30.41, 2026-05-10 01:30:41.662038 stored: 2026.05.11.10.20.55, 2026-05-11 10:20:55.840268 stored: 2026.05.12.19.03.21, 2026-05-12 19:03:21.597807 stored: 2026.05.14.04.42.39, 2026-05-14 04:42:39.894474 + python -uO /l/util.nightly/src/python/runAnalyzerPerf.py ***USING BIG LINE FILE*** Using java from: /usr/lib/jvm/java-25-openjdk/bin/ runAnalyzerPerf.py: 2026-05-15 RUN: git clean -xfd Removing analysis/common/build/ Removing analysis/icu/build/ Removing analysis/kuromoji/build/ Removing analysis/morfologik/build/ Removing analysis/nori/build/ Removing analysis/opennlp/build/ Removing analysis/phonetic/build/ Removing analysis/smartcn/build/ Removing analysis/stempel/build/ Removing backward-codecs/build/ Removing benchmark-jmh/build/ Removing benchmark/build/ Removing classification/build/ Removing codecs/build/ Removing compile.log Removing core.tests/build/ Removing core/build/ Removing demo/build/ Removing expressions/build/ Removing facet/build/ Removing grouping/build/ Removing highlighter/build/ Removing join/build/ Removing luke/build/ Removing memory/build/ Removing misc/build/ Removing monitor/build/ Removing queries/build/ Removing queryparser/build/ Removing replicator/build/ Removing sandbox/build/ Removing spatial-extras/build/ Removing spatial-test-fixtures/build/ Removing spatial3d/build/ Removing suggest/build/ Removing test-framework/build/ RUN: git pull origin main From https://gitbox.apache.org/repos/asf/lucene * branch main -> FETCH_HEAD dbf0d1426f1..de92f115a31 main -> origin/main Updating dbf0d1426f1..de92f115a31 Fast-forward .../plugins/java/ApplyForbiddenApisPlugin.java | 15 + .../plugins/java/ShowFailedTestsAtEndPlugin.java | 9 +- gradle/libs.versions.toml | 15 +- .../forbidden-apis/non-standard/junit4.txt | 209 ++ lucene/CHANGES.txt | 15 + lucene/MIGRATE.md | 31 +- .../lucene/analysis/classic/ClassicTokenizer.java | 4 +- .../lucene/analysis/core/KeywordTokenizer.java | 4 +- .../lucene/analysis/core/UpperCaseFilter.java | 2 +- .../apache/lucene/analysis/cz/CzechAnalyzer.java | 2 +- .../apache/lucene/analysis/de/GermanAnalyzer.java | 2 +- .../apache/lucene/analysis/el/GreekAnalyzer.java | 2 +- .../analysis/email/UAX29URLEmailTokenizer.java | 4 +- .../lucene/analysis/en/PorterStemFilter.java | 2 +- .../analysis/miscellaneous/ASCIIFoldingFilter.java | 2 +- .../analysis/miscellaneous/EmptyTokenStream.java | 2 +- .../miscellaneous/TruncateTokenFilter.java | 2 +- .../analysis/ngram/EdgeNGramTokenFilter.java | 2 +- .../lucene/analysis/ngram/NGramTokenFilter.java | 2 +- .../analysis/no/NorwegianNormalizationFilter.java | 2 +- .../analysis/ro/RomanianNormalizationFilter.java | 2 +- .../analysis/shingle/ShingleAnalyzerWrapper.java | 2 +- .../lucene/analysis/sinks/TeeSinkTokenFilter.java | 6 +- .../lucene/analysis/snowball/SnowballFilter.java | 2 +- .../lucene/analysis/tr/ApostropheFilter.java | 2 +- .../lucene/analysis/tr/TurkishLowerCaseFilter.java | 2 +- .../apache/lucene/analysis/util/ElisionFilter.java | 2 +- .../analysis/wikipedia/WikipediaTokenizer.java | 2 +- lucene/core/src/java/module-info.java | 1 + .../apache/lucene/analysis/CachingTokenFilter.java | 4 +- .../analysis/standard/StandardTokenizer.java | 4 +- .../Lucene90CompressingTermVectorsReader.java | 2 +- .../document/LatLonPointDistanceFeatureQuery.java | 2 +- .../lucene/document/LongDistanceFeatureQuery.java | 2 +- .../document/SortedSetDocValuesRangeQuery.java | 178 +- .../document/SortedSkipperScorerSupplier.java | 179 ++ .../lucene/document/column/BinaryColumn.java | 57 + .../org/apache/lucene/document/column/Column.java | 77 + .../apache/lucene/document/column/ColumnBatch.java | 39 + .../lucene/document/column/ColumnFieldAdapter.java | 207 ++ .../lucene/document/column/ColumnValidation.java | 215 ++ .../apache/lucene/document/column/LongColumn.java | 110 + .../lucene/document/column/LongTupleCursor.java | 45 + .../lucene/document/column/LongValuesCursor.java | 111 + .../lucene/document/column/ObjectTupleCursor.java | 48 + .../lucene/document/column/VectorColumn.java | 60 + .../lucene/document/column/package-info.java | 67 + .../java/org/apache/lucene/geo/Tessellator.java | 4 +- .../index/ConcurrentApproximatePriorityQueue.java | 2 +- .../java/org/apache/lucene/index/DocValues.java | 10 +- .../org/apache/lucene/index/DocsWithFieldSet.java | 32 + .../org/apache/lucene/index/DocumentsWriter.java | 38 + .../lucene/index/DocumentsWriterFlushControl.java | 2 +- .../lucene/index/DocumentsWriterPerThread.java | 88 +- .../java/org/apache/lucene/index/IndexWriter.java | 36 + .../org/apache/lucene/index/IndexingChain.java | 531 +++- .../lucene/index/NumericDocValuesWriter.java | 16 + .../org/apache/lucene/index/PointValuesWriter.java | 90 + .../java/org/apache/lucene/index/SegmentInfos.java | 22 +- .../lucene/index/SortedNumericDocValuesWriter.java | 35 + .../src/java/org/apache/lucene/index/Sorter.java | 89 +- .../src/java/org/apache/lucene/index/Term.java | 2 +- .../org/apache/lucene/search/BlendedTermQuery.java | 2 +- .../org/apache/lucene/search/CachingCollector.java | 2 +- .../org/apache/lucene/search/PhrasePositions.java | 4 +- .../java/org/apache/lucene/search/WANDScorer.java | 2 +- .../apache/lucene/store/ByteBuffersDataInput.java | 6 +- .../apache/lucene/store/ByteBuffersDirectory.java | 4 +- .../org/apache/lucene/store/NIOFSDirectory.java | 2 +- .../apache/lucene/store/NativeFSLockFactory.java | 2 +- .../apache/lucene/util/StrictStringTokenizer.java | 4 +- .../util/compress/LowercaseAsciiCompression.java | 2 +- .../util/hnsw/HnswConcurrentMergeBuilder.java | 22 + .../apache/lucene/util/hnsw/HnswGraphBuilder.java | 62 +- .../lucene/util/packed/PackedLongValues.java | 36 +- .../document/column/ColumnBatchTestUtil.java | 527 ++++ .../column/TestColumnBatchBinaryColumn.java | 696 +++++ .../document/column/TestColumnBatchLongColumn.java | 1213 ++++++++ .../column/TestColumnBatchVectorColumn.java | 470 +++ .../lucene/index/TestClassloadingDeadlock.java | 2 +- .../lucene/index/TestColumnBatchIndexing.java | 1646 +++++++++++ .../apache/lucene/index/TestDocsWithFieldSet.java | 50 + .../apache/lucene/search/TestDocValuesQueries.java | 55 + .../lucene/expressions/TestDemoExpressions.java | 34 +- .../lucene/expressions/TestExpressionRescorer.java | 25 +- .../expressions/TestExpressionSortField.java | 8 +- .../lucene/expressions/TestExpressionSorts.java | 25 +- .../expressions/TestExpressionValidation.java | 13 +- .../expressions/TestExpressionValueSource.java | 31 +- .../lucene/expressions/js/CompilerTestCase.java | 4 +- .../lucene/expressions/js/TestAPISanity.java | 2 + .../lucene/expressions/js/TestCustomFunctions.java | 17 + .../lucene/expressions/js/TestExpressionMath.java | 6 +- .../expressions/js/TestJavascriptCompiler.java | 13 + .../expressions/js/TestJavascriptFunction.java | 27 + .../expressions/js/TestJavascriptOperations.java | 28 + .../lucene/expressions/js/TestVariableContext.java | 10 + .../search/highlight/QueryTermExtractor.java | 6 +- lucene/licenses/apiguardian-api-1.1.2.jar.sha1 | 1 + lucene/licenses/apiguardian-api-LICENSE-ASL.txt | 202 ++ lucene/licenses/apiguardian-api-NOTICE.txt | 0 lucene/licenses/jspecify-1.0.0.jar.sha1 | 1 + lucene/licenses/jspecify-LICENSE-ASL.txt | 202 ++ lucene/licenses/jspecify-NOTICE.txt | 0 lucene/licenses/junit-jupiter-6.0.3.jar.sha1 | 1 + lucene/licenses/junit-jupiter-api-6.0.3.jar.sha1 | 1 + .../licenses/junit-jupiter-engine-6.0.3.jar.sha1 | 1 + .../licenses/junit-jupiter-params-6.0.3.jar.sha1 | 1 + .../licenses/junit-platform-testkit-6.0.3.jar.sha1 | 1 + .../randomizedtesting-jupiter-0.3.0.jar.sha1 | 1 + .../randomizedtesting-jupiter-LICENSE-ASL.txt | 202 ++ .../licenses/randomizedtesting-jupiter-NOTICE.txt | 0 .../lucene/index/memory/TestMemoryIndex.java | 84 +- .../memory/TestMemoryIndexAgainstDirectory.java | 228 +- .../index/memory/TestSlicedIntBlockPool.java | 32 +- .../lucene/misc/index/MultiPassIndexSplitter.java | 2 +- .../org/apache/lucene/misc/store/RAFDirectory.java | 2 +- .../lucene/monitor/SuffixingNGramTokenFilter.java | 2 +- .../apache/lucene/queries/spans/SpanOrQuery.java | 2 +- .../queryparser/charstream/FastCharStream.java | 20 +- .../flexible/core/util/QueryNodeOperation.java | 2 +- .../complexPhrase/TestComplexPhraseQuery.java | 17 +- .../lucene/sandbox/search/CoveringScorer.java | 2 +- .../spatial4j/ShapeRectRelationTestCase.java | 4 - .../spatial3d/tests/RandomGeo3dShapeGenerator.java | 3 +- .../search/suggest/fst/TestBytesRefSorters.java | 3 +- lucene/test-framework/build.gradle | 6 + lucene/test-framework/src/java/module-info.java | 4 + .../lucene/tests/analysis/MockLowerCaseFilter.java | 2 +- .../lucene/tests/analysis/MockTokenizer.java | 5 +- .../org/apache/lucene/tests/geo/GeoTestUtil.java | 4 +- .../org/apache/lucene/tests/geo/ShapeTestUtil.java | 3 +- ...leDirectory.java => AssertDirectoryClosed.java} | 22 +- .../lucene/tests/util/BeforeAfterCallback.java | 24 + .../lucene/tests/util/CallbacksToRuleAdapter.java | 50 + .../lucene/tests/util/CustomMethodOrderer.java | 50 + .../tests/util/EnsureSequentialExecution.java | 32 + .../org/apache/lucene/tests/util/FieldToType.java | 101 + .../apache/lucene/tests/util/IsSystemThread.java | 54 + .../apache/lucene/tests/util/LuceneTestCase.java | 3049 +------------------- .../lucene/tests/util/LuceneTestCaseJupiter.java | 633 ++++ .../lucene/tests/util/LuceneTestCaseParent.java | 2834 ++++++++++++++++++ .../lucene/tests/util/QuickPatchThreadsFilter.java | 34 +- .../apache/lucene/tests/util/RemoveUponClose.java | 60 - .../tests/util/RunListenerPrintReproduceInfo.java | 195 +- ...ClassEnv.java => SetupAndRestoreStaticEnv.java} | 58 +- .../lucene/tests/util/SuiteFailureState.java | 22 + .../org/apache/lucene/tests/util/TagState.java | 72 + ...lesCleanup.java => TemporaryFilesSupplier.java} | 145 +- .../org/apache/lucene/tests/util/TestEnvInfo.java | 164 ++ .../tests/util/TestRuleAssertionsRequired.java | 43 +- .../lucene/tests/util/TestRuleLimitSysouts.java | 4 +- .../lucene/tests/util/TestRuleMarkFailure.java | 16 +- .../util/TestRuleSetupAndRestoreInstanceEnv.java | 6 +- .../org/apache/lucene/tests/util/TestUtil.java | 3 +- .../util/VerifyTestClassNamingConvention.java | 5 +- .../tests/search/TestBaseExplanationTestCase.java | 2 +- .../tests/util/TestFailIfDirectoryNotClosed.java | 9 +- .../tests/util/TestLuceneTestCaseJupiter.java | 432 +++ versions.lock | 1384 ++++++++- 160 files changed, 14518 insertions(+), 3837 deletions(-) create mode 100644 gradle/validation/forbidden-apis/non-standard/junit4.txt create mode 100644 lucene/core/src/java/org/apache/lucene/document/SortedSkipperScorerSupplier.java create mode 100644 lucene/core/src/java/org/apache/lucene/document/column/BinaryColumn.java create mode 100644 lucene/core/src/java/org/apache/lucene/document/column/Column.java create mode 100644 lucene/core/src/java/org/apache/lucene/document/column/ColumnBatch.java create mode 100644 lucene/core/src/java/org/apache/lucene/document/column/ColumnFieldAdapter.java create mode 100644 lucene/core/src/java/org/apache/lucene/document/column/ColumnValidation.java create mode 100644 lucene/core/src/java/org/apache/lucene/document/column/LongColumn.java create mode 100644 lucene/core/src/java/org/apache/lucene/document/column/LongTupleCursor.java create mode 100644 lucene/core/src/java/org/apache/lucene/document/column/LongValuesCursor.java create mode 100644 lucene/core/src/java/org/apache/lucene/document/column/ObjectTupleCursor.java create mode 100644 lucene/core/src/java/org/apache/lucene/document/column/VectorColumn.java create mode 100644 lucene/core/src/java/org/apache/lucene/document/column/package-info.java create mode 100644 lucene/core/src/test/org/apache/lucene/document/column/ColumnBatchTestUtil.java create mode 100644 lucene/core/src/test/org/apache/lucene/document/column/TestColumnBatchBinaryColumn.java create mode 100644 lucene/core/src/test/org/apache/lucene/document/column/TestColumnBatchLongColumn.java create mode 100644 lucene/core/src/test/org/apache/lucene/document/column/TestColumnBatchVectorColumn.java create mode 100644 lucene/core/src/test/org/apache/lucene/index/TestColumnBatchIndexing.java create mode 100644 lucene/licenses/apiguardian-api-1.1.2.jar.sha1 create mode 100644 lucene/licenses/apiguardian-api-LICENSE-ASL.txt create mode 100644 lucene/licenses/apiguardian-api-NOTICE.txt create mode 100644 lucene/licenses/jspecify-1.0.0.jar.sha1 create mode 100644 lucene/licenses/jspecify-LICENSE-ASL.txt create mode 100644 lucene/licenses/jspecify-NOTICE.txt create mode 100644 lucene/licenses/junit-jupiter-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-jupiter-api-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-jupiter-engine-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-jupiter-params-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-platform-testkit-6.0.3.jar.sha1 create mode 100644 lucene/licenses/randomizedtesting-jupiter-0.3.0.jar.sha1 create mode 100644 lucene/licenses/randomizedtesting-jupiter-LICENSE-ASL.txt create mode 100644 lucene/licenses/randomizedtesting-jupiter-NOTICE.txt rename lucene/test-framework/src/java/org/apache/lucene/tests/util/{CloseableDirectory.java => AssertDirectoryClosed.java} (70%) create mode 100644 lucene/test-framework/src/java/org/apache/lucene/tests/util/BeforeAfterCallback.java create mode 100644 lucene/test-framework/src/java/org/apache/lucene/tests/util/CallbacksToRuleAdapter.java create mode 100644 lucene/test-framework/src/java/org/apache/lucene/tests/util/CustomMethodOrderer.java create mode 100644 lucene/test-framework/src/java/org/apache/lucene/tests/util/EnsureSequentialExecution.java create mode 100644 lucene/test-framework/src/java/org/apache/lucene/tests/util/FieldToType.java create mode 100644 lucene/test-framework/src/java/org/apache/lucene/tests/util/IsSystemThread.java create mode 100644 lucene/test-framework/src/java/org/apache/lucene/tests/util/LuceneTestCaseJupiter.java create mode 100644 lucene/test-framework/src/java/org/apache/lucene/tests/util/LuceneTestCaseParent.java delete mode 100644 lucene/test-framework/src/java/org/apache/lucene/tests/util/RemoveUponClose.java rename lucene/test-framework/src/java/org/apache/lucene/tests/util/{TestRuleSetupAndRestoreClassEnv.java => SetupAndRestoreStaticEnv.java} (89%) create mode 100644 lucene/test-framework/src/java/org/apache/lucene/tests/util/SuiteFailureState.java create mode 100644 lucene/test-framework/src/java/org/apache/lucene/tests/util/TagState.java rename lucene/test-framework/src/java/org/apache/lucene/tests/util/{TestRuleTemporaryFilesCleanup.java => TemporaryFilesSupplier.java} (72%) create mode 100644 lucene/test-framework/src/java/org/apache/lucene/tests/util/TestEnvInfo.java create mode 100644 lucene/test-framework/src/test/org/apache/lucene/tests/util/TestLuceneTestCaseJupiter.java Compile... RUN: ../gradlew clean compileJava > compile.log 2>&1 RUN: javac -d /l/util.nightly/build -cp core/build/classes/java/main:analysis/common/build/classes/java/main:analysis/kuromoji/build/classes/java/main /l/util.nightly/src/extra/perf/TestAnalyzerPerf.java Note: /l/util.nightly/src/extra/perf/TestAnalyzerPerf.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. now run en perf RUN: java -XX:+UseParallelGC -cp /l/util.nightly/build:core/build/classes/java/main:analysis/common/build/classes/java/main:analysis/kuromoji/build/classes/java/main perf.TestAnalyzerPerf /l/data/enwiki-20130102-lines.txt >> /l/logs.nightly/analyzers/2026-05-15.log.tmp 2>&1 done en now run ja RUN: java -XX:+UseParallelGC -cp /l/util.nightly/build:core/build/classes/java/main:analysis/common/build/classes/java/main:analysis/kuromoji/build/classes/java/main:analysis/kuromoji/src/resources perf.TestAnalyzerPerf /l/data/jawiki-20200620-lines.txt ja >> /l/logs.nightly/analyzers_ja/2026-05-15.log.tmp 2>&1 done ja + python -uO /l/util.nightly/src/python/sumAnalyzerPerf.py ***USING BIG LINE FILE*** Using java from: /usr/lib/jvm/java-25-openjdk/bin/ run sumAnalyzerPerf.py done sumAnalyzerPerf.py + echo + echo 'Run geo benches' Run geo benches + rm -rf /b/osm0.geo3d.small /b/osm0.points.small /b/osm0.points.withdvs.small /b/osm0.shape.small + cd /l/trunk.nightly/lucene + python3 /l/util.nightly/src/python/runGeoBenches.py -nightly -reindex RUN: javac -cp test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:core/build/classes/java/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main /l/util.nightly/src/main/perf/IndexAndSearchOpenStreetMaps.java /l/util.nightly/src/main/perf/RandomQuery.java git head revision dbf0d1426f13292f58083911c65bbae431251e4f NOTE: logging all output to /l/logs.nightly/geo/2026.05.15.14.12.14.log.txt; saving results to /l/logs.nightly/geo/2026.05.15.14.12.14.pk RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -polyRussia -reindex 1.5s: points, polyRussia: 1000000... 3.2s: points, polyRussia: 2000000... 4.6s: points, polyRussia: 3000000... 6.0s: points, polyRussia: 4000000... 7.4s: points, polyRussia: 5000000... 8.7s: points, polyRussia: 6000000... 10.0s: points, polyRussia: 7000000... 11.4s: points, polyRussia: 8000000... 12.7s: points, polyRussia: 9000000... 14.1s: points, polyRussia: 10000000... 21.6s: points, polyRussia: 11000000... 22.5s: points, polyRussia: 12000000... 23.8s: points, polyRussia: 13000000... 25.2s: points, polyRussia: 14000000... 26.5s: points, polyRussia: 15000000... 27.9s: points, polyRussia: 16000000... 29.3s: points, polyRussia: 17000000... 30.6s: points, polyRussia: 18000000... 31.9s: points, polyRussia: 19000000... 33.3s: points, polyRussia: 20000000... 34.6s: points, polyRussia: 21000000... 42.0s: points, polyRussia: 22000000... 42.9s: points, polyRussia: 23000000... 44.3s: points, polyRussia: 24000000... 45.6s: points, polyRussia: 25000000... 47.0s: points, polyRussia: 26000000... 48.3s: points, polyRussia: 27000000... 49.6s: points, polyRussia: 28000000... 51.0s: points, polyRussia: 29000000... 52.3s: points, polyRussia: 30000000... 53.6s: points, polyRussia: 31000000... 55.0s: points, polyRussia: 32000000... 62.3s: points, polyRussia: 33000000... 63.7s: points, polyRussia: 34000000... 64.6s: points, polyRussia: 35000000... 65.9s: points, polyRussia: 36000000... 67.2s: points, polyRussia: 37000000... 68.5s: points, polyRussia: 38000000... 69.9s: points, polyRussia: 39000000... 71.2s: points, polyRussia: 40000000... 72.5s: points, polyRussia: 41000000... 73.9s: points, polyRussia: 42000000... 75.2s: points, polyRussia: 43000000... 82.5s: points, polyRussia: 44000000... 83.8s: points, polyRussia: 45000000... 84.7s: points, polyRussia: 46000000... 86.0s: points, polyRussia: 47000000... 87.4s: points, polyRussia: 48000000... 88.7s: points, polyRussia: 49000000... 90.1s: points, polyRussia: 50000000... 91.4s: points, polyRussia: 51000000... 92.7s: points, polyRussia: 52000000... 94.0s: points, polyRussia: 53000000... 95.4s: points, polyRussia: 54000000... 102.7s: points, polyRussia: 55000000... 104.0s: points, polyRussia: 56000000... 104.9s: points, polyRussia: 57000000... 106.3s: points, polyRussia: 58000000... 107.6s: points, polyRussia: 59000000... 108.9s: points, polyRussia: 60000000... 111.6s: points, polyRussia: 111.508389243 sec to index part 0 111.6s: points, polyRussia: INDEX SIZE: 0.4939169967547059 GB 111.6s: points, polyRussia: READER MB: 0.0 111.6s: points, polyRussia: maxDoc=60844404 112.0s: points, polyRussia: ITER 0: 16.11 M hits/sec, 4.59 QPS (0.22 sec for 1 queries), totHits=3508846 112.0s: points, polyRussia: *** 112.0s: points, polyRussia: ITER 1: 46.58 M hits/sec, 13.27 QPS (0.08 sec for 1 queries), totHits=3508846 112.0s: points, polyRussia: *** 112.1s: points, polyRussia: ITER 2: 62.41 M hits/sec, 17.79 QPS (0.06 sec for 1 queries), totHits=3508846 112.1s: points, polyRussia: *** 112.1s: points, polyRussia: ITER 3: 56.67 M hits/sec, 16.15 QPS (0.06 sec for 1 queries), totHits=3508846 112.2s: points, polyRussia: ITER 4: 64.77 M hits/sec, 18.46 QPS (0.05 sec for 1 queries), totHits=3508846 112.2s: points, polyRussia: *** 112.3s: points, polyRussia: ITER 5: 62.32 M hits/sec, 17.76 QPS (0.06 sec for 1 queries), totHits=3508846 112.3s: points, polyRussia: ITER 6: 62.79 M hits/sec, 17.90 QPS (0.06 sec for 1 queries), totHits=3508846 112.4s: points, polyRussia: ITER 7: 63.90 M hits/sec, 18.21 QPS (0.05 sec for 1 queries), totHits=3508846 112.4s: points, polyRussia: ITER 8: 62.60 M hits/sec, 17.84 QPS (0.06 sec for 1 queries), totHits=3508846 112.5s: points, polyRussia: ITER 9: 66.34 M hits/sec, 18.91 QPS (0.05 sec for 1 queries), totHits=3508846 112.5s: points, polyRussia: *** 112.5s: points, polyRussia: ITER 10: 65.28 M hits/sec, 18.60 QPS (0.05 sec for 1 queries), totHits=3508846 112.6s: points, polyRussia: ITER 11: 64.45 M hits/sec, 18.37 QPS (0.05 sec for 1 queries), totHits=3508846 112.6s: points, polyRussia: ITER 12: 63.87 M hits/sec, 18.20 QPS (0.05 sec for 1 queries), totHits=3508846 112.7s: points, polyRussia: ITER 13: 64.47 M hits/sec, 18.37 QPS (0.05 sec for 1 queries), totHits=3508846 112.7s: points, polyRussia: ITER 14: 63.52 M hits/sec, 18.10 QPS (0.06 sec for 1 queries), totHits=3508846 112.8s: points, polyRussia: ITER 15: 64.54 M hits/sec, 18.39 QPS (0.05 sec for 1 queries), totHits=3508846 112.9s: points, polyRussia: ITER 16: 65.06 M hits/sec, 18.54 QPS (0.05 sec for 1 queries), totHits=3508846 112.9s: points, polyRussia: ITER 17: 64.49 M hits/sec, 18.38 QPS (0.05 sec for 1 queries), totHits=3508846 113.0s: points, polyRussia: ITER 18: 66.88 M hits/sec, 19.06 QPS (0.05 sec for 1 queries), totHits=3508846 113.0s: points, polyRussia: *** 113.0s: points, polyRussia: ITER 19: 61.16 M hits/sec, 17.43 QPS (0.06 sec for 1 queries), totHits=3508846 113.0s: points, polyRussia: BEST M hits/sec: 66.87918624375996 113.0s: points, polyRussia: BEST QPS: 19.060165719373252 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |points|111.5s|0.0s|0.49|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|||| |polyMedium|points|||| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|||| |polyRussia|points|66.88|19.06|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|||| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -geo3dlarge -polyRussia -reindex 114.7s: geo3d, polyRussia: 1000000... 116.7s: geo3d, polyRussia: 2000000... 118.5s: geo3d, polyRussia: 3000000... 120.2s: geo3d, polyRussia: 4000000... 121.9s: geo3d, polyRussia: 5000000... 123.6s: geo3d, polyRussia: 6000000... 125.3s: geo3d, polyRussia: 7000000... 127.0s: geo3d, polyRussia: 8000000... 128.7s: geo3d, polyRussia: 9000000... 130.4s: geo3d, polyRussia: 10000000... 139.4s: geo3d, polyRussia: 11000000... 140.5s: geo3d, polyRussia: 12000000... 142.2s: geo3d, polyRussia: 13000000... 143.9s: geo3d, polyRussia: 14000000... 145.7s: geo3d, polyRussia: 15000000... 147.4s: geo3d, polyRussia: 16000000... 149.1s: geo3d, polyRussia: 17000000... 150.9s: geo3d, polyRussia: 18000000... 152.6s: geo3d, polyRussia: 19000000... 154.3s: geo3d, polyRussia: 20000000... 156.0s: geo3d, polyRussia: 21000000... 165.0s: geo3d, polyRussia: 22000000... 166.2s: geo3d, polyRussia: 23000000... 167.9s: geo3d, polyRussia: 24000000... 169.6s: geo3d, polyRussia: 25000000... 171.3s: geo3d, polyRussia: 26000000... 173.0s: geo3d, polyRussia: 27000000... 174.7s: geo3d, polyRussia: 28000000... 176.4s: geo3d, polyRussia: 29000000... 178.1s: geo3d, polyRussia: 30000000... 179.8s: geo3d, polyRussia: 31000000... 181.5s: geo3d, polyRussia: 32000000... 190.6s: geo3d, polyRussia: 33000000... 192.3s: geo3d, polyRussia: 34000000... 193.4s: geo3d, polyRussia: 35000000... 195.1s: geo3d, polyRussia: 36000000... 196.8s: geo3d, polyRussia: 37000000... 198.5s: geo3d, polyRussia: 38000000... 200.2s: geo3d, polyRussia: 39000000... 201.9s: geo3d, polyRussia: 40000000... 203.5s: geo3d, polyRussia: 41000000... 205.3s: geo3d, polyRussia: 42000000... 207.0s: geo3d, polyRussia: 43000000... 216.1s: geo3d, polyRussia: 44000000... 217.8s: geo3d, polyRussia: 45000000... 218.9s: geo3d, polyRussia: 46000000... 220.6s: geo3d, polyRussia: 47000000... 222.3s: geo3d, polyRussia: 48000000... 223.9s: geo3d, polyRussia: 49000000... 225.7s: geo3d, polyRussia: 50000000... 227.4s: geo3d, polyRussia: 51000000... 229.1s: geo3d, polyRussia: 52000000... 230.8s: geo3d, polyRussia: 53000000... 232.5s: geo3d, polyRussia: 54000000... 241.5s: geo3d, polyRussia: 55000000... 243.2s: geo3d, polyRussia: 56000000... 244.3s: geo3d, polyRussia: 57000000... 246.1s: geo3d, polyRussia: 58000000... 247.8s: geo3d, polyRussia: 59000000... 249.4s: geo3d, polyRussia: 60000000... 252.8s: geo3d, polyRussia: 139.739114162 sec to index part 0 252.8s: geo3d, polyRussia: INDEX SIZE: 0.6990031152963638 GB 252.8s: geo3d, polyRussia: READER MB: 0.0 252.8s: geo3d, polyRussia: maxDoc=60844404 254.4s: geo3d, polyRussia: ITER 0: 2.31 M hits/sec, 0.66 QPS (1.52 sec for 1 queries), totHits=3508671 254.4s: geo3d, polyRussia: *** 255.5s: geo3d, polyRussia: ITER 1: 3.07 M hits/sec, 0.88 QPS (1.14 sec for 1 queries), totHits=3508671 255.5s: geo3d, polyRussia: *** 256.6s: geo3d, polyRussia: ITER 2: 3.33 M hits/sec, 0.95 QPS (1.05 sec for 1 queries), totHits=3508671 256.6s: geo3d, polyRussia: *** 257.6s: geo3d, polyRussia: ITER 3: 3.42 M hits/sec, 0.98 QPS (1.03 sec for 1 queries), totHits=3508671 257.6s: geo3d, polyRussia: *** 258.6s: geo3d, polyRussia: ITER 4: 3.42 M hits/sec, 0.97 QPS (1.03 sec for 1 queries), totHits=3508671 259.6s: geo3d, polyRussia: ITER 5: 3.50 M hits/sec, 1.00 QPS (1.00 sec for 1 queries), totHits=3508671 259.6s: geo3d, polyRussia: *** 260.7s: geo3d, polyRussia: ITER 6: 3.35 M hits/sec, 0.95 QPS (1.05 sec for 1 queries), totHits=3508671 261.7s: geo3d, polyRussia: ITER 7: 3.45 M hits/sec, 0.98 QPS (1.02 sec for 1 queries), totHits=3508671 262.7s: geo3d, polyRussia: ITER 8: 3.42 M hits/sec, 0.98 QPS (1.03 sec for 1 queries), totHits=3508671 263.7s: geo3d, polyRussia: ITER 9: 3.48 M hits/sec, 0.99 QPS (1.01 sec for 1 queries), totHits=3508671 264.8s: geo3d, polyRussia: ITER 10: 3.40 M hits/sec, 0.97 QPS (1.03 sec for 1 queries), totHits=3508671 265.8s: geo3d, polyRussia: ITER 11: 3.46 M hits/sec, 0.99 QPS (1.01 sec for 1 queries), totHits=3508671 266.8s: geo3d, polyRussia: ITER 12: 3.38 M hits/sec, 0.96 QPS (1.04 sec for 1 queries), totHits=3508671 267.9s: geo3d, polyRussia: ITER 13: 3.33 M hits/sec, 0.95 QPS (1.05 sec for 1 queries), totHits=3508671 268.9s: geo3d, polyRussia: ITER 14: 3.44 M hits/sec, 0.98 QPS (1.02 sec for 1 queries), totHits=3508671 269.9s: geo3d, polyRussia: ITER 15: 3.44 M hits/sec, 0.98 QPS (1.02 sec for 1 queries), totHits=3508671 270.9s: geo3d, polyRussia: ITER 16: 3.42 M hits/sec, 0.97 QPS (1.03 sec for 1 queries), totHits=3508671 271.9s: geo3d, polyRussia: ITER 17: 3.44 M hits/sec, 0.98 QPS (1.02 sec for 1 queries), totHits=3508671 273.0s: geo3d, polyRussia: ITER 18: 3.39 M hits/sec, 0.97 QPS (1.04 sec for 1 queries), totHits=3508671 274.0s: geo3d, polyRussia: ITER 19: 3.46 M hits/sec, 0.99 QPS (1.01 sec for 1 queries), totHits=3508671 274.0s: geo3d, polyRussia: BEST M hits/sec: 3.4985860597901146 274.0s: geo3d, polyRussia: BEST QPS: 0.9971257093612125 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|139.7s|0.0s|0.70|0.00| |points|111.5s|0.0s|0.49|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|||| |polyMedium|points|||| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.50|1.00|3508671| |polyRussia|points|66.88|19.06|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|||| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -shapes -polyRussia -reindex 275.8s: shapes, polyRussia: 1000000... 278.2s: shapes, polyRussia: 2000000... 280.2s: shapes, polyRussia: 3000000... 282.1s: shapes, polyRussia: 4000000... 284.0s: shapes, polyRussia: 5000000... 285.9s: shapes, polyRussia: 6000000... 287.8s: shapes, polyRussia: 7000000... 289.7s: shapes, polyRussia: 8000000... 291.6s: shapes, polyRussia: 9000000... 293.5s: shapes, polyRussia: 10000000... 305.1s: shapes, polyRussia: 11000000... 306.3s: shapes, polyRussia: 12000000... 308.2s: shapes, polyRussia: 13000000... 310.1s: shapes, polyRussia: 14000000... 312.1s: shapes, polyRussia: 15000000... 314.0s: shapes, polyRussia: 16000000... 316.0s: shapes, polyRussia: 17000000... 317.9s: shapes, polyRussia: 18000000... 319.9s: shapes, polyRussia: 19000000... 321.8s: shapes, polyRussia: 20000000... 323.7s: shapes, polyRussia: 21000000... 335.4s: shapes, polyRussia: 22000000... 336.6s: shapes, polyRussia: 23000000... 338.5s: shapes, polyRussia: 24000000... 340.5s: shapes, polyRussia: 25000000... 342.4s: shapes, polyRussia: 26000000... 344.3s: shapes, polyRussia: 27000000... 346.3s: shapes, polyRussia: 28000000... 348.2s: shapes, polyRussia: 29000000... 350.1s: shapes, polyRussia: 30000000... 352.0s: shapes, polyRussia: 31000000... 353.9s: shapes, polyRussia: 32000000... 365.6s: shapes, polyRussia: 33000000... 367.5s: shapes, polyRussia: 34000000... 368.6s: shapes, polyRussia: 35000000... 370.5s: shapes, polyRussia: 36000000... 372.4s: shapes, polyRussia: 37000000... 374.3s: shapes, polyRussia: 38000000... 376.2s: shapes, polyRussia: 39000000... 378.1s: shapes, polyRussia: 40000000... 380.0s: shapes, polyRussia: 41000000... 382.0s: shapes, polyRussia: 42000000... 383.9s: shapes, polyRussia: 43000000... 395.5s: shapes, polyRussia: 44000000... 397.4s: shapes, polyRussia: 45000000... 398.6s: shapes, polyRussia: 46000000... 400.5s: shapes, polyRussia: 47000000... 402.4s: shapes, polyRussia: 48000000... 404.3s: shapes, polyRussia: 49000000... 406.3s: shapes, polyRussia: 50000000... 408.2s: shapes, polyRussia: 51000000... 410.1s: shapes, polyRussia: 52000000... 412.0s: shapes, polyRussia: 53000000... 413.9s: shapes, polyRussia: 54000000... 425.5s: shapes, polyRussia: 55000000... 427.4s: shapes, polyRussia: 56000000... 428.6s: shapes, polyRussia: 57000000... 430.6s: shapes, polyRussia: 58000000... 432.5s: shapes, polyRussia: 59000000... 434.4s: shapes, polyRussia: 60000000... 439.7s: shapes, polyRussia: 165.645576197 sec to index part 0 439.7s: shapes, polyRussia: INDEX SIZE: 1.2543620793148875 GB 439.7s: shapes, polyRussia: READER MB: 0.0 439.7s: shapes, polyRussia: maxDoc=60844404 440.0s: shapes, polyRussia: ITER 0: 17.44 M hits/sec, 4.97 QPS (0.20 sec for 1 queries), totHits=3508846 440.0s: shapes, polyRussia: *** 440.0s: shapes, polyRussia: ITER 1: 41.75 M hits/sec, 11.90 QPS (0.08 sec for 1 queries), totHits=3508846 440.0s: shapes, polyRussia: *** 440.1s: shapes, polyRussia: ITER 2: 46.05 M hits/sec, 13.13 QPS (0.08 sec for 1 queries), totHits=3508846 440.1s: shapes, polyRussia: *** 440.2s: shapes, polyRussia: ITER 3: 46.27 M hits/sec, 13.19 QPS (0.08 sec for 1 queries), totHits=3508846 440.2s: shapes, polyRussia: *** 440.3s: shapes, polyRussia: ITER 4: 46.01 M hits/sec, 13.11 QPS (0.08 sec for 1 queries), totHits=3508846 440.3s: shapes, polyRussia: ITER 5: 47.06 M hits/sec, 13.41 QPS (0.07 sec for 1 queries), totHits=3508846 440.3s: shapes, polyRussia: *** 440.4s: shapes, polyRussia: ITER 6: 46.93 M hits/sec, 13.37 QPS (0.07 sec for 1 queries), totHits=3508846 440.5s: shapes, polyRussia: ITER 7: 46.23 M hits/sec, 13.18 QPS (0.08 sec for 1 queries), totHits=3508846 440.6s: shapes, polyRussia: ITER 8: 37.62 M hits/sec, 10.72 QPS (0.09 sec for 1 queries), totHits=3508846 440.7s: shapes, polyRussia: ITER 9: 47.06 M hits/sec, 13.41 QPS (0.07 sec for 1 queries), totHits=3508846 440.7s: shapes, polyRussia: ITER 10: 46.76 M hits/sec, 13.33 QPS (0.08 sec for 1 queries), totHits=3508846 440.8s: shapes, polyRussia: ITER 11: 46.72 M hits/sec, 13.32 QPS (0.08 sec for 1 queries), totHits=3508846 440.9s: shapes, polyRussia: ITER 12: 48.10 M hits/sec, 13.71 QPS (0.07 sec for 1 queries), totHits=3508846 440.9s: shapes, polyRussia: *** 441.0s: shapes, polyRussia: ITER 13: 47.28 M hits/sec, 13.47 QPS (0.07 sec for 1 queries), totHits=3508846 441.0s: shapes, polyRussia: ITER 14: 46.59 M hits/sec, 13.28 QPS (0.08 sec for 1 queries), totHits=3508846 441.1s: shapes, polyRussia: ITER 15: 46.50 M hits/sec, 13.25 QPS (0.08 sec for 1 queries), totHits=3508846 441.2s: shapes, polyRussia: ITER 16: 46.56 M hits/sec, 13.27 QPS (0.08 sec for 1 queries), totHits=3508846 441.3s: shapes, polyRussia: ITER 17: 46.55 M hits/sec, 13.27 QPS (0.08 sec for 1 queries), totHits=3508846 441.3s: shapes, polyRussia: ITER 18: 47.81 M hits/sec, 13.63 QPS (0.07 sec for 1 queries), totHits=3508846 441.4s: shapes, polyRussia: ITER 19: 46.92 M hits/sec, 13.37 QPS (0.07 sec for 1 queries), totHits=3508846 441.4s: shapes, polyRussia: BEST M hits/sec: 48.10163349294985 441.4s: shapes, polyRussia: BEST QPS: 13.708676155337068 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|139.7s|0.0s|0.70|0.00| |points|111.5s|0.0s|0.49|0.00| |shapes|165.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|||| |polyMedium|points|||| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.50|1.00|3508671| |polyRussia|points|66.88|19.06|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|48.10|13.71|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -polyMedium 441.6s: points, polyMedium: INDEX SIZE: 0.4939169967547059 GB 441.6s: points, polyMedium: READER MB: 0.0 441.6s: points, polyMedium: maxDoc=60844404 442.2s: points, polyMedium: ITER 0: 6.78 M hits/sec, 83.12 QPS (0.40 sec for 33 queries), totHits=2693559 442.2s: points, polyMedium: *** 442.4s: points, polyMedium: ITER 1: 15.85 M hits/sec, 194.13 QPS (0.17 sec for 33 queries), totHits=2693559 442.4s: points, polyMedium: *** 442.5s: points, polyMedium: ITER 2: 16.55 M hits/sec, 202.71 QPS (0.16 sec for 33 queries), totHits=2693559 442.5s: points, polyMedium: *** 442.7s: points, polyMedium: ITER 3: 16.46 M hits/sec, 201.71 QPS (0.16 sec for 33 queries), totHits=2693559 442.9s: points, polyMedium: ITER 4: 15.66 M hits/sec, 191.91 QPS (0.17 sec for 33 queries), totHits=2693559 443.0s: points, polyMedium: ITER 5: 16.55 M hits/sec, 202.79 QPS (0.16 sec for 33 queries), totHits=2693559 443.0s: points, polyMedium: *** 443.2s: points, polyMedium: ITER 6: 16.79 M hits/sec, 205.73 QPS (0.16 sec for 33 queries), totHits=2693559 443.2s: points, polyMedium: *** 443.3s: points, polyMedium: ITER 7: 16.83 M hits/sec, 206.22 QPS (0.16 sec for 33 queries), totHits=2693559 443.3s: points, polyMedium: *** 443.5s: points, polyMedium: ITER 8: 16.49 M hits/sec, 202.05 QPS (0.16 sec for 33 queries), totHits=2693559 443.7s: points, polyMedium: ITER 9: 16.47 M hits/sec, 201.77 QPS (0.16 sec for 33 queries), totHits=2693559 443.8s: points, polyMedium: ITER 10: 16.15 M hits/sec, 197.84 QPS (0.17 sec for 33 queries), totHits=2693559 444.0s: points, polyMedium: ITER 11: 16.35 M hits/sec, 200.30 QPS (0.16 sec for 33 queries), totHits=2693559 444.2s: points, polyMedium: ITER 12: 16.55 M hits/sec, 202.77 QPS (0.16 sec for 33 queries), totHits=2693559 444.3s: points, polyMedium: ITER 13: 16.82 M hits/sec, 206.04 QPS (0.16 sec for 33 queries), totHits=2693559 444.5s: points, polyMedium: ITER 14: 16.71 M hits/sec, 204.71 QPS (0.16 sec for 33 queries), totHits=2693559 444.7s: points, polyMedium: ITER 15: 16.57 M hits/sec, 202.98 QPS (0.16 sec for 33 queries), totHits=2693559 444.8s: points, polyMedium: ITER 16: 15.77 M hits/sec, 193.21 QPS (0.17 sec for 33 queries), totHits=2693559 445.0s: points, polyMedium: ITER 17: 16.47 M hits/sec, 201.75 QPS (0.16 sec for 33 queries), totHits=2693559 445.2s: points, polyMedium: ITER 18: 16.61 M hits/sec, 203.52 QPS (0.16 sec for 33 queries), totHits=2693559 445.3s: points, polyMedium: ITER 19: 16.56 M hits/sec, 202.92 QPS (0.16 sec for 33 queries), totHits=2693559 445.3s: points, polyMedium: BEST M hits/sec: 16.832233222414878 445.3s: points, polyMedium: BEST QPS: 206.21924239999606 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|139.7s|0.0s|0.70|0.00| |points|111.5s|0.0s|0.49|0.00| |shapes|165.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|||| |polyMedium|points|16.83|206.22|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.50|1.00|3508671| |polyRussia|points|66.88|19.06|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|48.10|13.71|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -geo3dlarge -polyMedium 445.6s: geo3d, polyMedium: INDEX SIZE: 0.6990031152963638 GB 445.6s: geo3d, polyMedium: READER MB: 0.0 445.6s: geo3d, polyMedium: maxDoc=60844404 447.3s: geo3d, polyMedium: ITER 0: 1.69 M hits/sec, 20.72 QPS (1.59 sec for 33 queries), totHits=2693541 447.3s: geo3d, polyMedium: *** 448.3s: geo3d, polyMedium: ITER 1: 2.53 M hits/sec, 31.01 QPS (1.06 sec for 33 queries), totHits=2693541 448.3s: geo3d, polyMedium: *** 449.4s: geo3d, polyMedium: ITER 2: 2.55 M hits/sec, 31.25 QPS (1.06 sec for 33 queries), totHits=2693541 449.4s: geo3d, polyMedium: *** 450.4s: geo3d, polyMedium: ITER 3: 2.57 M hits/sec, 31.53 QPS (1.05 sec for 33 queries), totHits=2693541 450.4s: geo3d, polyMedium: *** 451.5s: geo3d, polyMedium: ITER 4: 2.43 M hits/sec, 29.82 QPS (1.11 sec for 33 queries), totHits=2693541 452.6s: geo3d, polyMedium: ITER 5: 2.47 M hits/sec, 30.23 QPS (1.09 sec for 33 queries), totHits=2693541 453.7s: geo3d, polyMedium: ITER 6: 2.47 M hits/sec, 30.21 QPS (1.09 sec for 33 queries), totHits=2693541 454.8s: geo3d, polyMedium: ITER 7: 2.42 M hits/sec, 29.65 QPS (1.11 sec for 33 queries), totHits=2693541 455.9s: geo3d, polyMedium: ITER 8: 2.49 M hits/sec, 30.53 QPS (1.08 sec for 33 queries), totHits=2693541 457.0s: geo3d, polyMedium: ITER 9: 2.46 M hits/sec, 30.15 QPS (1.09 sec for 33 queries), totHits=2693541 458.1s: geo3d, polyMedium: ITER 10: 2.50 M hits/sec, 30.61 QPS (1.08 sec for 33 queries), totHits=2693541 459.2s: geo3d, polyMedium: ITER 11: 2.52 M hits/sec, 30.92 QPS (1.07 sec for 33 queries), totHits=2693541 460.2s: geo3d, polyMedium: ITER 12: 2.50 M hits/sec, 30.60 QPS (1.08 sec for 33 queries), totHits=2693541 461.3s: geo3d, polyMedium: ITER 13: 2.49 M hits/sec, 30.45 QPS (1.08 sec for 33 queries), totHits=2693541 462.4s: geo3d, polyMedium: ITER 14: 2.50 M hits/sec, 30.60 QPS (1.08 sec for 33 queries), totHits=2693541 463.5s: geo3d, polyMedium: ITER 15: 2.51 M hits/sec, 30.71 QPS (1.07 sec for 33 queries), totHits=2693541 464.5s: geo3d, polyMedium: ITER 16: 2.51 M hits/sec, 30.81 QPS (1.07 sec for 33 queries), totHits=2693541 465.6s: geo3d, polyMedium: ITER 17: 2.51 M hits/sec, 30.70 QPS (1.07 sec for 33 queries), totHits=2693541 466.7s: geo3d, polyMedium: ITER 18: 2.41 M hits/sec, 29.48 QPS (1.12 sec for 33 queries), totHits=2693541 467.9s: geo3d, polyMedium: ITER 19: 2.42 M hits/sec, 29.68 QPS (1.11 sec for 33 queries), totHits=2693541 467.9s: geo3d, polyMedium: BEST M hits/sec: 2.5739286883457058 467.9s: geo3d, polyMedium: BEST QPS: 31.534566102913704 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|139.7s|0.0s|0.70|0.00| |points|111.5s|0.0s|0.49|0.00| |shapes|165.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.57|31.53|2693541| |polyMedium|points|16.83|206.22|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.50|1.00|3508671| |polyRussia|points|66.88|19.06|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|48.10|13.71|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -shapes -polyMedium 468.1s: shapes, polyMedium: INDEX SIZE: 1.2543620793148875 GB 468.1s: shapes, polyMedium: READER MB: 0.0 468.1s: shapes, polyMedium: maxDoc=60844404 468.7s: shapes, polyMedium: ITER 0: 5.33 M hits/sec, 65.25 QPS (0.51 sec for 33 queries), totHits=2693559 468.7s: shapes, polyMedium: *** 469.0s: shapes, polyMedium: ITER 1: 13.01 M hits/sec, 159.41 QPS (0.21 sec for 33 queries), totHits=2693559 469.0s: shapes, polyMedium: *** 469.2s: shapes, polyMedium: ITER 2: 12.96 M hits/sec, 158.80 QPS (0.21 sec for 33 queries), totHits=2693559 469.4s: shapes, polyMedium: ITER 3: 13.05 M hits/sec, 159.93 QPS (0.21 sec for 33 queries), totHits=2693559 469.4s: shapes, polyMedium: *** 469.6s: shapes, polyMedium: ITER 4: 12.60 M hits/sec, 154.32 QPS (0.21 sec for 33 queries), totHits=2693559 469.8s: shapes, polyMedium: ITER 5: 13.06 M hits/sec, 159.99 QPS (0.21 sec for 33 queries), totHits=2693559 469.8s: shapes, polyMedium: *** 470.0s: shapes, polyMedium: ITER 6: 13.37 M hits/sec, 163.85 QPS (0.20 sec for 33 queries), totHits=2693559 470.0s: shapes, polyMedium: *** 470.2s: shapes, polyMedium: ITER 7: 13.28 M hits/sec, 162.65 QPS (0.20 sec for 33 queries), totHits=2693559 470.4s: shapes, polyMedium: ITER 8: 13.03 M hits/sec, 159.59 QPS (0.21 sec for 33 queries), totHits=2693559 470.6s: shapes, polyMedium: ITER 9: 13.08 M hits/sec, 160.31 QPS (0.21 sec for 33 queries), totHits=2693559 470.8s: shapes, polyMedium: ITER 10: 13.18 M hits/sec, 161.52 QPS (0.20 sec for 33 queries), totHits=2693559 471.0s: shapes, polyMedium: ITER 11: 13.25 M hits/sec, 162.34 QPS (0.20 sec for 33 queries), totHits=2693559 471.2s: shapes, polyMedium: ITER 12: 13.27 M hits/sec, 162.61 QPS (0.20 sec for 33 queries), totHits=2693559 471.4s: shapes, polyMedium: ITER 13: 13.15 M hits/sec, 161.08 QPS (0.20 sec for 33 queries), totHits=2693559 471.6s: shapes, polyMedium: ITER 14: 13.06 M hits/sec, 160.04 QPS (0.21 sec for 33 queries), totHits=2693559 471.8s: shapes, polyMedium: ITER 15: 13.07 M hits/sec, 160.10 QPS (0.21 sec for 33 queries), totHits=2693559 472.0s: shapes, polyMedium: ITER 16: 13.26 M hits/sec, 162.48 QPS (0.20 sec for 33 queries), totHits=2693559 472.3s: shapes, polyMedium: ITER 17: 12.66 M hits/sec, 155.12 QPS (0.21 sec for 33 queries), totHits=2693559 472.5s: shapes, polyMedium: ITER 18: 13.13 M hits/sec, 160.82 QPS (0.21 sec for 33 queries), totHits=2693559 472.7s: shapes, polyMedium: ITER 19: 13.23 M hits/sec, 162.14 QPS (0.20 sec for 33 queries), totHits=2693559 472.7s: shapes, polyMedium: BEST M hits/sec: 13.373730930369899 472.7s: shapes, polyMedium: BEST QPS: 163.847578873233 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|139.7s|0.0s|0.70|0.00| |points|111.5s|0.0s|0.49|0.00| |shapes|165.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.57|31.53|2693541| |polyMedium|points|16.83|206.22|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.37|163.85|2693559| |polyRussia|geo3d|3.50|1.00|3508671| |polyRussia|points|66.88|19.06|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|48.10|13.71|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -poly 10 472.9s: points, poly 10: INDEX SIZE: 0.4939169967547059 GB 472.9s: points, poly 10: READER MB: 0.0 472.9s: points, poly 10: maxDoc=60844404 475.0s: points, poly 10: ITER 0: 174.02 M hits/sec, 110.04 QPS (2.04 sec for 225 queries), totHits=355809475 475.0s: points, poly 10: *** 476.6s: points, poly 10: ITER 1: 221.40 M hits/sec, 140.00 QPS (1.61 sec for 225 queries), totHits=355809475 476.6s: points, poly 10: *** 477.9s: points, poly 10: ITER 2: 269.23 M hits/sec, 170.25 QPS (1.32 sec for 225 queries), totHits=355809475 477.9s: points, poly 10: *** 479.2s: points, poly 10: ITER 3: 267.34 M hits/sec, 169.05 QPS (1.33 sec for 225 queries), totHits=355809475 480.5s: points, poly 10: ITER 4: 270.34 M hits/sec, 170.95 QPS (1.32 sec for 225 queries), totHits=355809475 480.5s: points, poly 10: *** 481.9s: points, poly 10: ITER 5: 266.84 M hits/sec, 168.74 QPS (1.33 sec for 225 queries), totHits=355809475 483.2s: points, poly 10: ITER 6: 263.85 M hits/sec, 166.85 QPS (1.35 sec for 225 queries), totHits=355809475 484.5s: points, poly 10: ITER 7: 274.68 M hits/sec, 173.70 QPS (1.30 sec for 225 queries), totHits=355809475 484.5s: points, poly 10: *** 485.8s: points, poly 10: ITER 8: 276.31 M hits/sec, 174.73 QPS (1.29 sec for 225 queries), totHits=355809475 485.8s: points, poly 10: *** 487.1s: points, poly 10: ITER 9: 277.83 M hits/sec, 175.69 QPS (1.28 sec for 225 queries), totHits=355809475 487.1s: points, poly 10: *** 488.4s: points, poly 10: ITER 10: 276.32 M hits/sec, 174.73 QPS (1.29 sec for 225 queries), totHits=355809475 489.7s: points, poly 10: ITER 11: 273.89 M hits/sec, 173.20 QPS (1.30 sec for 225 queries), totHits=355809475 491.0s: points, poly 10: ITER 12: 276.30 M hits/sec, 174.72 QPS (1.29 sec for 225 queries), totHits=355809475 492.2s: points, poly 10: ITER 13: 280.71 M hits/sec, 177.51 QPS (1.27 sec for 225 queries), totHits=355809475 492.2s: points, poly 10: *** 493.5s: points, poly 10: ITER 14: 277.64 M hits/sec, 175.57 QPS (1.28 sec for 225 queries), totHits=355809475 494.8s: points, poly 10: ITER 15: 277.73 M hits/sec, 175.63 QPS (1.28 sec for 225 queries), totHits=355809475 496.1s: points, poly 10: ITER 16: 275.38 M hits/sec, 174.14 QPS (1.29 sec for 225 queries), totHits=355809475 497.4s: points, poly 10: ITER 17: 273.94 M hits/sec, 173.23 QPS (1.30 sec for 225 queries), totHits=355809475 498.7s: points, poly 10: ITER 18: 273.43 M hits/sec, 172.91 QPS (1.30 sec for 225 queries), totHits=355809475 500.0s: points, poly 10: ITER 19: 269.25 M hits/sec, 170.26 QPS (1.32 sec for 225 queries), totHits=355809475 500.0s: points, poly 10: BEST M hits/sec: 280.7147488519834 500.0s: points, poly 10: BEST QPS: 177.51303135391845 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|139.7s|0.0s|0.70|0.00| |points|111.5s|0.0s|0.49|0.00| |shapes|165.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|280.71|177.51|355809475| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.57|31.53|2693541| |polyMedium|points|16.83|206.22|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.37|163.85|2693559| |polyRussia|geo3d|3.50|1.00|3508671| |polyRussia|points|66.88|19.06|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|48.10|13.71|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -geo3d -poly 10 500.3s: geo3d, poly 10: INDEX SIZE: 0.6990031152963638 GB 500.3s: geo3d, poly 10: READER MB: 0.0 500.3s: geo3d, poly 10: maxDoc=60844404 502.1s: geo3d, poly 10: ITER 0: 196.25 M hits/sec, 124.09 QPS (1.81 sec for 225 queries), totHits=355855227 502.1s: geo3d, poly 10: *** 503.6s: geo3d, poly 10: ITER 1: 237.89 M hits/sec, 150.41 QPS (1.50 sec for 225 queries), totHits=355855227 503.6s: geo3d, poly 10: *** 505.1s: geo3d, poly 10: ITER 2: 243.75 M hits/sec, 154.12 QPS (1.46 sec for 225 queries), totHits=355855227 505.1s: geo3d, poly 10: *** 506.6s: geo3d, poly 10: ITER 3: 232.82 M hits/sec, 147.21 QPS (1.53 sec for 225 queries), totHits=355855227 508.0s: geo3d, poly 10: ITER 4: 251.51 M hits/sec, 159.03 QPS (1.41 sec for 225 queries), totHits=355855227 508.0s: geo3d, poly 10: *** 509.4s: geo3d, poly 10: ITER 5: 253.85 M hits/sec, 160.51 QPS (1.40 sec for 225 queries), totHits=355855227 509.4s: geo3d, poly 10: *** 510.8s: geo3d, poly 10: ITER 6: 252.81 M hits/sec, 159.85 QPS (1.41 sec for 225 queries), totHits=355855227 512.2s: geo3d, poly 10: ITER 7: 253.86 M hits/sec, 160.51 QPS (1.40 sec for 225 queries), totHits=355855227 512.2s: geo3d, poly 10: *** 513.6s: geo3d, poly 10: ITER 8: 251.90 M hits/sec, 159.27 QPS (1.41 sec for 225 queries), totHits=355855227 515.1s: geo3d, poly 10: ITER 9: 251.37 M hits/sec, 158.93 QPS (1.42 sec for 225 queries), totHits=355855227 516.5s: geo3d, poly 10: ITER 10: 250.54 M hits/sec, 158.41 QPS (1.42 sec for 225 queries), totHits=355855227 517.9s: geo3d, poly 10: ITER 11: 246.97 M hits/sec, 156.15 QPS (1.44 sec for 225 queries), totHits=355855227 519.4s: geo3d, poly 10: ITER 12: 247.61 M hits/sec, 156.56 QPS (1.44 sec for 225 queries), totHits=355855227 520.8s: geo3d, poly 10: ITER 13: 253.01 M hits/sec, 159.97 QPS (1.41 sec for 225 queries), totHits=355855227 522.2s: geo3d, poly 10: ITER 14: 249.48 M hits/sec, 157.74 QPS (1.43 sec for 225 queries), totHits=355855227 523.6s: geo3d, poly 10: ITER 15: 250.83 M hits/sec, 158.59 QPS (1.42 sec for 225 queries), totHits=355855227 525.1s: geo3d, poly 10: ITER 16: 246.88 M hits/sec, 156.10 QPS (1.44 sec for 225 queries), totHits=355855227 526.5s: geo3d, poly 10: ITER 17: 247.56 M hits/sec, 156.53 QPS (1.44 sec for 225 queries), totHits=355855227 527.9s: geo3d, poly 10: ITER 18: 247.77 M hits/sec, 156.66 QPS (1.44 sec for 225 queries), totHits=355855227 529.4s: geo3d, poly 10: ITER 19: 248.69 M hits/sec, 157.24 QPS (1.43 sec for 225 queries), totHits=355855227 529.4s: geo3d, poly 10: BEST M hits/sec: 253.86264587091136 529.4s: geo3d, poly 10: BEST QPS: 160.5121717685351 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|139.7s|0.0s|0.70|0.00| |points|111.5s|0.0s|0.49|0.00| |shapes|165.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|253.86|160.51|355855227| |poly 10|points|280.71|177.51|355809475| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.57|31.53|2693541| |polyMedium|points|16.83|206.22|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.37|163.85|2693559| |polyRussia|geo3d|3.50|1.00|3508671| |polyRussia|points|66.88|19.06|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|48.10|13.71|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -shapes -poly 10 529.6s: shapes, poly 10: INDEX SIZE: 1.2543620793148875 GB 529.6s: shapes, poly 10: READER MB: 0.0 529.6s: shapes, poly 10: maxDoc=60844404 531.8s: shapes, poly 10: ITER 0: 164.82 M hits/sec, 104.23 QPS (2.16 sec for 225 queries), totHits=355809475 531.8s: shapes, poly 10: *** 533.6s: shapes, poly 10: ITER 1: 192.33 M hits/sec, 121.62 QPS (1.85 sec for 225 queries), totHits=355809475 533.6s: shapes, poly 10: *** 535.5s: shapes, poly 10: ITER 2: 187.55 M hits/sec, 118.60 QPS (1.90 sec for 225 queries), totHits=355809475 537.4s: shapes, poly 10: ITER 3: 188.27 M hits/sec, 119.06 QPS (1.89 sec for 225 queries), totHits=355809475 539.3s: shapes, poly 10: ITER 4: 194.36 M hits/sec, 122.91 QPS (1.83 sec for 225 queries), totHits=355809475 539.3s: shapes, poly 10: *** 541.1s: shapes, poly 10: ITER 5: 195.08 M hits/sec, 123.36 QPS (1.82 sec for 225 queries), totHits=355809475 541.1s: shapes, poly 10: *** 542.9s: shapes, poly 10: ITER 6: 194.77 M hits/sec, 123.16 QPS (1.83 sec for 225 queries), totHits=355809475 544.7s: shapes, poly 10: ITER 7: 193.88 M hits/sec, 122.60 QPS (1.84 sec for 225 queries), totHits=355809475 546.6s: shapes, poly 10: ITER 8: 194.67 M hits/sec, 123.10 QPS (1.83 sec for 225 queries), totHits=355809475 548.4s: shapes, poly 10: ITER 9: 192.95 M hits/sec, 122.02 QPS (1.84 sec for 225 queries), totHits=355809475 550.2s: shapes, poly 10: ITER 10: 195.46 M hits/sec, 123.60 QPS (1.82 sec for 225 queries), totHits=355809475 550.2s: shapes, poly 10: *** 552.1s: shapes, poly 10: ITER 11: 195.51 M hits/sec, 123.63 QPS (1.82 sec for 225 queries), totHits=355809475 552.1s: shapes, poly 10: *** 553.9s: shapes, poly 10: ITER 12: 193.57 M hits/sec, 122.41 QPS (1.84 sec for 225 queries), totHits=355809475 555.7s: shapes, poly 10: ITER 13: 195.79 M hits/sec, 123.81 QPS (1.82 sec for 225 queries), totHits=355809475 555.7s: shapes, poly 10: *** 557.5s: shapes, poly 10: ITER 14: 194.90 M hits/sec, 123.24 QPS (1.83 sec for 225 queries), totHits=355809475 559.4s: shapes, poly 10: ITER 15: 194.64 M hits/sec, 123.08 QPS (1.83 sec for 225 queries), totHits=355809475 561.2s: shapes, poly 10: ITER 16: 192.33 M hits/sec, 121.62 QPS (1.85 sec for 225 queries), totHits=355809475 563.0s: shapes, poly 10: ITER 17: 195.63 M hits/sec, 123.71 QPS (1.82 sec for 225 queries), totHits=355809475 564.9s: shapes, poly 10: ITER 18: 195.14 M hits/sec, 123.40 QPS (1.82 sec for 225 queries), totHits=355809475 566.7s: shapes, poly 10: ITER 19: 194.08 M hits/sec, 122.73 QPS (1.83 sec for 225 queries), totHits=355809475 566.7s: shapes, poly 10: BEST M hits/sec: 195.7874531507972 566.7s: shapes, poly 10: BEST QPS: 123.80833017144742 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|139.7s|0.0s|0.70|0.00| |points|111.5s|0.0s|0.49|0.00| |shapes|165.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|253.86|160.51|355855227| |poly 10|points|280.71|177.51|355809475| |poly 10|geopoint|||| |poly 10|shapes|195.79|123.81|355809475| |polyMedium|geo3d|2.57|31.53|2693541| |polyMedium|points|16.83|206.22|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.37|163.85|2693559| |polyRussia|geo3d|3.50|1.00|3508671| |polyRussia|points|66.88|19.06|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|48.10|13.71|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -nearest 10 566.9s: points, nearest 10: INDEX SIZE: 0.4939169967547059 GB 566.9s: points, nearest 10: READER MB: 0.0 566.9s: points, nearest 10: maxDoc=60844404 567.1s: points, nearest 10: ITER 0: 1462.16 QPS (0.15 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.1s: points, nearest 10: *** 567.2s: points, nearest 10: ITER 1: 2889.66 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.2s: points, nearest 10: *** 567.3s: points, nearest 10: ITER 2: 3010.66 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.3s: points, nearest 10: *** 567.3s: points, nearest 10: ITER 3: 3038.83 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.3s: points, nearest 10: *** 567.4s: points, nearest 10: ITER 4: 2780.99 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.5s: points, nearest 10: ITER 5: 2818.88 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.6s: points, nearest 10: ITER 6: 2835.14 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.7s: points, nearest 10: ITER 7: 2686.45 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.7s: points, nearest 10: ITER 8: 3194.04 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.7s: points, nearest 10: *** 567.8s: points, nearest 10: ITER 9: 3268.59 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.8s: points, nearest 10: *** 567.9s: points, nearest 10: ITER 10: 3290.37 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.9s: points, nearest 10: *** 567.9s: points, nearest 10: ITER 11: 3263.26 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 568.0s: points, nearest 10: ITER 12: 3264.40 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 568.1s: points, nearest 10: ITER 13: 3268.51 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 568.1s: points, nearest 10: ITER 14: 3275.64 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 568.2s: points, nearest 10: ITER 15: 3125.22 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 568.3s: points, nearest 10: ITER 16: 3292.97 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 568.3s: points, nearest 10: *** 568.3s: points, nearest 10: ITER 17: 3301.73 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 568.3s: points, nearest 10: *** 568.4s: points, nearest 10: ITER 18: 3301.87 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 568.4s: points, nearest 10: *** 568.5s: points, nearest 10: ITER 19: 3301.36 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 568.5s: points, nearest 10: BEST M hits/sec: 0.033018653822439674 568.5s: points, nearest 10: BEST QPS: 3301.865382243968 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|139.7s|0.0s|0.70|0.00| |points|111.5s|0.0s|0.49|0.00| |shapes|165.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|253.86|160.51|355855227| |poly 10|points|280.71|177.51|355809475| |poly 10|geopoint|||| |poly 10|shapes|195.79|123.81|355809475| |polyMedium|geo3d|2.57|31.53|2693541| |polyMedium|points|16.83|206.22|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.37|163.85|2693559| |polyRussia|geo3d|3.50|1.00|3508671| |polyRussia|points|66.88|19.06|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|48.10|13.71|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3301.87|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -sort -box -reindex 570.1s: points, sort: 1000000... 572.1s: points, sort: 2000000... 573.6s: points, sort: 3000000... 575.1s: points, sort: 4000000... 576.5s: points, sort: 5000000... 577.9s: points, sort: 6000000... 579.4s: points, sort: 7000000... 580.8s: points, sort: 8000000... 582.3s: points, sort: 9000000... 583.7s: points, sort: 10000000... 591.4s: points, sort: 11000000... 592.4s: points, sort: 12000000... 593.8s: points, sort: 13000000... 595.2s: points, sort: 14000000... 596.7s: points, sort: 15000000... 598.1s: points, sort: 16000000... 599.6s: points, sort: 17000000... 601.0s: points, sort: 18000000... 602.4s: points, sort: 19000000... 603.8s: points, sort: 20000000... 605.3s: points, sort: 21000000... 612.8s: points, sort: 22000000... 613.8s: points, sort: 23000000... 615.2s: points, sort: 24000000... 616.7s: points, sort: 25000000... 618.1s: points, sort: 26000000... 619.5s: points, sort: 27000000... 620.9s: points, sort: 28000000... 622.3s: points, sort: 29000000... 623.7s: points, sort: 30000000... 625.1s: points, sort: 31000000... 626.5s: points, sort: 32000000... 634.1s: points, sort: 33000000... 635.5s: points, sort: 34000000... 636.5s: points, sort: 35000000... 637.9s: points, sort: 36000000... 639.3s: points, sort: 37000000... 640.7s: points, sort: 38000000... 642.1s: points, sort: 39000000... 643.5s: points, sort: 40000000... 644.9s: points, sort: 41000000... 646.3s: points, sort: 42000000... 647.7s: points, sort: 43000000... 655.3s: points, sort: 44000000... 656.7s: points, sort: 45000000... 657.6s: points, sort: 46000000... 659.0s: points, sort: 47000000... 660.4s: points, sort: 48000000... 661.9s: points, sort: 49000000... 663.3s: points, sort: 50000000... 664.7s: points, sort: 51000000... 666.1s: points, sort: 52000000... 667.6s: points, sort: 53000000... 669.0s: points, sort: 54000000... 676.5s: points, sort: 55000000... 677.9s: points, sort: 56000000... 678.9s: points, sort: 57000000... 680.3s: points, sort: 58000000... 681.7s: points, sort: 59000000... 683.1s: points, sort: 60000000... 687.6s: points, sort: 119.105989427 sec to index part 0 687.7s: points, sort: INDEX SIZE: 0.9472499107941985 GB 687.7s: points, sort: READER MB: 0.0 687.7s: points, sort: maxDoc=60844404 690.2s: points, sort: ITER 0: 122.33 M hits/sec, 124.48 QPS (1.81 sec for 225 queries), totHits=221118844 690.2s: points, sort: *** 692.4s: points, sort: ITER 1: 146.43 M hits/sec, 149.00 QPS (1.51 sec for 225 queries), totHits=221118844 692.4s: points, sort: *** 694.5s: points, sort: ITER 2: 150.08 M hits/sec, 152.72 QPS (1.47 sec for 225 queries), totHits=221118844 694.5s: points, sort: *** 696.6s: points, sort: ITER 3: 154.53 M hits/sec, 157.24 QPS (1.43 sec for 225 queries), totHits=221118844 696.6s: points, sort: *** 698.7s: points, sort: ITER 4: 152.94 M hits/sec, 155.62 QPS (1.45 sec for 225 queries), totHits=221118844 700.8s: points, sort: ITER 5: 153.18 M hits/sec, 155.87 QPS (1.44 sec for 225 queries), totHits=221118844 703.0s: points, sort: ITER 6: 149.84 M hits/sec, 152.47 QPS (1.48 sec for 225 queries), totHits=221118844 705.1s: points, sort: ITER 7: 152.62 M hits/sec, 155.30 QPS (1.45 sec for 225 queries), totHits=221118844 707.2s: points, sort: ITER 8: 148.97 M hits/sec, 151.58 QPS (1.48 sec for 225 queries), totHits=221118844 709.4s: points, sort: ITER 9: 151.20 M hits/sec, 153.85 QPS (1.46 sec for 225 queries), totHits=221118844 711.5s: points, sort: ITER 10: 148.26 M hits/sec, 150.86 QPS (1.49 sec for 225 queries), totHits=221118844 713.7s: points, sort: ITER 11: 148.49 M hits/sec, 151.10 QPS (1.49 sec for 225 queries), totHits=221118844 715.9s: points, sort: ITER 12: 146.66 M hits/sec, 149.24 QPS (1.51 sec for 225 queries), totHits=221118844 718.1s: points, sort: ITER 13: 147.33 M hits/sec, 149.92 QPS (1.50 sec for 225 queries), totHits=221118844 720.3s: points, sort: ITER 14: 144.71 M hits/sec, 147.25 QPS (1.53 sec for 225 queries), totHits=221118844 722.5s: points, sort: ITER 15: 146.37 M hits/sec, 148.94 QPS (1.51 sec for 225 queries), totHits=221118844 724.7s: points, sort: ITER 16: 149.01 M hits/sec, 151.63 QPS (1.48 sec for 225 queries), totHits=221118844 726.9s: points, sort: ITER 17: 150.00 M hits/sec, 152.63 QPS (1.47 sec for 225 queries), totHits=221118844 729.1s: points, sort: ITER 18: 145.02 M hits/sec, 147.56 QPS (1.52 sec for 225 queries), totHits=221118844 731.4s: points, sort: ITER 19: 143.71 M hits/sec, 146.23 QPS (1.54 sec for 225 queries), totHits=221118844 731.4s: points, sort: BEST M hits/sec: 154.52712749750594 731.4s: points, sort: BEST QPS: 157.23944218403585 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|139.7s|0.0s|0.70|0.00| |points|111.5s|0.0s|0.49|0.00| |shapes|165.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|253.86|160.51|355855227| |poly 10|points|280.71|177.51|355809475| |poly 10|geopoint|||| |poly 10|shapes|195.79|123.81|355809475| |polyMedium|geo3d|2.57|31.53|2693541| |polyMedium|points|16.83|206.22|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.37|163.85|2693559| |polyRussia|geo3d|3.50|1.00|3508671| |polyRussia|points|66.88|19.06|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|48.10|13.71|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3301.87|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|154.53|157.24|221118844| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -distance 731.6s: points, distance: INDEX SIZE: 0.4939169967547059 GB 731.6s: points, distance: READER MB: 0.0 731.6s: points, distance: maxDoc=60844404 733.1s: points, distance: ITER 0: 251.94 M hits/sec, 148.02 QPS (1.52 sec for 225 queries), totHits=382961957 733.1s: points, distance: *** 734.3s: points, distance: ITER 1: 324.32 M hits/sec, 190.55 QPS (1.18 sec for 225 queries), totHits=382961957 734.3s: points, distance: *** 735.5s: points, distance: ITER 2: 324.81 M hits/sec, 190.84 QPS (1.18 sec for 225 queries), totHits=382961957 735.5s: points, distance: *** 736.7s: points, distance: ITER 3: 317.90 M hits/sec, 186.77 QPS (1.20 sec for 225 queries), totHits=382961957 737.9s: points, distance: ITER 4: 310.94 M hits/sec, 182.69 QPS (1.23 sec for 225 queries), totHits=382961957 739.1s: points, distance: ITER 5: 320.96 M hits/sec, 188.57 QPS (1.19 sec for 225 queries), totHits=382961957 740.3s: points, distance: ITER 6: 322.54 M hits/sec, 189.50 QPS (1.19 sec for 225 queries), totHits=382961957 741.5s: points, distance: ITER 7: 330.01 M hits/sec, 193.89 QPS (1.16 sec for 225 queries), totHits=382961957 741.5s: points, distance: *** 742.7s: points, distance: ITER 8: 328.83 M hits/sec, 193.20 QPS (1.16 sec for 225 queries), totHits=382961957 743.8s: points, distance: ITER 9: 331.21 M hits/sec, 194.59 QPS (1.16 sec for 225 queries), totHits=382961957 743.8s: points, distance: *** 745.0s: points, distance: ITER 10: 335.03 M hits/sec, 196.84 QPS (1.14 sec for 225 queries), totHits=382961957 745.0s: points, distance: *** 746.1s: points, distance: ITER 11: 333.93 M hits/sec, 196.19 QPS (1.15 sec for 225 queries), totHits=382961957 747.3s: points, distance: ITER 12: 329.27 M hits/sec, 193.45 QPS (1.16 sec for 225 queries), totHits=382961957 748.4s: points, distance: ITER 13: 325.32 M hits/sec, 191.13 QPS (1.18 sec for 225 queries), totHits=382961957 749.6s: points, distance: ITER 14: 326.01 M hits/sec, 191.54 QPS (1.17 sec for 225 queries), totHits=382961957 750.8s: points, distance: ITER 15: 326.72 M hits/sec, 191.96 QPS (1.17 sec for 225 queries), totHits=382961957 752.0s: points, distance: ITER 16: 323.83 M hits/sec, 190.26 QPS (1.18 sec for 225 queries), totHits=382961957 753.1s: points, distance: ITER 17: 329.10 M hits/sec, 193.36 QPS (1.16 sec for 225 queries), totHits=382961957 754.3s: points, distance: ITER 18: 330.11 M hits/sec, 193.95 QPS (1.16 sec for 225 queries), totHits=382961957 755.5s: points, distance: ITER 19: 325.28 M hits/sec, 191.11 QPS (1.18 sec for 225 queries), totHits=382961957 755.5s: points, distance: BEST M hits/sec: 335.0341203028748 755.5s: points, distance: BEST QPS: 196.84116317628602 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|139.7s|0.0s|0.70|0.00| |points|111.5s|0.0s|0.49|0.00| |shapes|165.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|335.03|196.84|382961957| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|253.86|160.51|355855227| |poly 10|points|280.71|177.51|355809475| |poly 10|geopoint|||| |poly 10|shapes|195.79|123.81|355809475| |polyMedium|geo3d|2.57|31.53|2693541| |polyMedium|points|16.83|206.22|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.37|163.85|2693559| |polyRussia|geo3d|3.50|1.00|3508671| |polyRussia|points|66.88|19.06|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|48.10|13.71|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3301.87|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|154.53|157.24|221118844| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -geo3d -distance 755.7s: geo3d, distance: INDEX SIZE: 0.6990031152963638 GB 755.7s: geo3d, distance: READER MB: 0.0 755.7s: geo3d, distance: maxDoc=60844404 757.3s: geo3d, distance: ITER 0: 237.97 M hits/sec, 139.66 QPS (1.61 sec for 225 queries), totHits=383371904 757.3s: geo3d, distance: *** 758.6s: geo3d, distance: ITER 1: 305.14 M hits/sec, 179.09 QPS (1.26 sec for 225 queries), totHits=383371904 758.6s: geo3d, distance: *** 759.9s: geo3d, distance: ITER 2: 304.46 M hits/sec, 178.69 QPS (1.26 sec for 225 queries), totHits=383371904 761.2s: geo3d, distance: ITER 3: 290.43 M hits/sec, 170.45 QPS (1.32 sec for 225 queries), totHits=383371904 762.4s: geo3d, distance: ITER 4: 308.47 M hits/sec, 181.04 QPS (1.24 sec for 225 queries), totHits=383371904 762.4s: geo3d, distance: *** 763.6s: geo3d, distance: ITER 5: 313.82 M hits/sec, 184.18 QPS (1.22 sec for 225 queries), totHits=383371904 763.6s: geo3d, distance: *** 764.8s: geo3d, distance: ITER 6: 318.35 M hits/sec, 186.84 QPS (1.20 sec for 225 queries), totHits=383371904 764.8s: geo3d, distance: *** 766.1s: geo3d, distance: ITER 7: 312.89 M hits/sec, 183.63 QPS (1.23 sec for 225 queries), totHits=383371904 767.3s: geo3d, distance: ITER 8: 316.46 M hits/sec, 185.73 QPS (1.21 sec for 225 queries), totHits=383371904 768.5s: geo3d, distance: ITER 9: 320.01 M hits/sec, 187.81 QPS (1.20 sec for 225 queries), totHits=383371904 768.5s: geo3d, distance: *** 769.7s: geo3d, distance: ITER 10: 318.67 M hits/sec, 187.03 QPS (1.20 sec for 225 queries), totHits=383371904 770.9s: geo3d, distance: ITER 11: 316.01 M hits/sec, 185.47 QPS (1.21 sec for 225 queries), totHits=383371904 772.1s: geo3d, distance: ITER 12: 315.88 M hits/sec, 185.39 QPS (1.21 sec for 225 queries), totHits=383371904 773.4s: geo3d, distance: ITER 13: 310.36 M hits/sec, 182.15 QPS (1.24 sec for 225 queries), totHits=383371904 774.5s: geo3d, distance: ITER 14: 321.99 M hits/sec, 188.97 QPS (1.19 sec for 225 queries), totHits=383371904 774.5s: geo3d, distance: *** 775.7s: geo3d, distance: ITER 15: 319.96 M hits/sec, 187.79 QPS (1.20 sec for 225 queries), totHits=383371904 777.0s: geo3d, distance: ITER 16: 313.88 M hits/sec, 184.21 QPS (1.22 sec for 225 queries), totHits=383371904 778.2s: geo3d, distance: ITER 17: 312.25 M hits/sec, 183.26 QPS (1.23 sec for 225 queries), totHits=383371904 779.4s: geo3d, distance: ITER 18: 310.05 M hits/sec, 181.97 QPS (1.24 sec for 225 queries), totHits=383371904 780.7s: geo3d, distance: ITER 19: 311.03 M hits/sec, 182.54 QPS (1.23 sec for 225 queries), totHits=383371904 780.7s: geo3d, distance: BEST M hits/sec: 321.98883289279735 780.7s: geo3d, distance: BEST QPS: 188.9744309506818 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|139.7s|0.0s|0.70|0.00| |points|111.5s|0.0s|0.49|0.00| |shapes|165.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|321.99|188.97|383371904| |distance|points|335.03|196.84|382961957| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|253.86|160.51|355855227| |poly 10|points|280.71|177.51|355809475| |poly 10|geopoint|||| |poly 10|shapes|195.79|123.81|355809475| |polyMedium|geo3d|2.57|31.53|2693541| |polyMedium|points|16.83|206.22|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.37|163.85|2693559| |polyRussia|geo3d|3.50|1.00|3508671| |polyRussia|points|66.88|19.06|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|48.10|13.71|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3301.87|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|154.53|157.24|221118844| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -shapes -distance 780.9s: shapes, distance: INDEX SIZE: 1.2543620793148875 GB 780.9s: shapes, distance: READER MB: 0.0 780.9s: shapes, distance: maxDoc=60844404 783.3s: shapes, distance: ITER 0: 157.69 M hits/sec, 92.64 QPS (2.43 sec for 225 queries), totHits=382961957 783.3s: shapes, distance: *** 785.3s: shapes, distance: ITER 1: 193.95 M hits/sec, 113.95 QPS (1.97 sec for 225 queries), totHits=382961957 785.3s: shapes, distance: *** 787.1s: shapes, distance: ITER 2: 215.80 M hits/sec, 126.79 QPS (1.77 sec for 225 queries), totHits=382961957 787.1s: shapes, distance: *** 788.8s: shapes, distance: ITER 3: 219.34 M hits/sec, 128.87 QPS (1.75 sec for 225 queries), totHits=382961957 788.8s: shapes, distance: *** 790.5s: shapes, distance: ITER 4: 223.32 M hits/sec, 131.21 QPS (1.71 sec for 225 queries), totHits=382961957 790.5s: shapes, distance: *** 792.3s: shapes, distance: ITER 5: 224.76 M hits/sec, 132.05 QPS (1.70 sec for 225 queries), totHits=382961957 792.3s: shapes, distance: *** 794.0s: shapes, distance: ITER 6: 225.35 M hits/sec, 132.40 QPS (1.70 sec for 225 queries), totHits=382961957 794.0s: shapes, distance: *** 795.7s: shapes, distance: ITER 7: 223.15 M hits/sec, 131.10 QPS (1.72 sec for 225 queries), totHits=382961957 797.4s: shapes, distance: ITER 8: 222.86 M hits/sec, 130.93 QPS (1.72 sec for 225 queries), totHits=382961957 799.1s: shapes, distance: ITER 9: 223.65 M hits/sec, 131.40 QPS (1.71 sec for 225 queries), totHits=382961957 800.8s: shapes, distance: ITER 10: 220.87 M hits/sec, 129.77 QPS (1.73 sec for 225 queries), totHits=382961957 802.5s: shapes, distance: ITER 11: 224.37 M hits/sec, 131.82 QPS (1.71 sec for 225 queries), totHits=382961957 804.3s: shapes, distance: ITER 12: 221.74 M hits/sec, 130.28 QPS (1.73 sec for 225 queries), totHits=382961957 806.0s: shapes, distance: ITER 13: 227.08 M hits/sec, 133.42 QPS (1.69 sec for 225 queries), totHits=382961957 806.0s: shapes, distance: *** 807.7s: shapes, distance: ITER 14: 221.90 M hits/sec, 130.37 QPS (1.73 sec for 225 queries), totHits=382961957 809.4s: shapes, distance: ITER 15: 222.25 M hits/sec, 130.58 QPS (1.72 sec for 225 queries), totHits=382961957 811.1s: shapes, distance: ITER 16: 225.44 M hits/sec, 132.45 QPS (1.70 sec for 225 queries), totHits=382961957 812.8s: shapes, distance: ITER 17: 224.84 M hits/sec, 132.10 QPS (1.70 sec for 225 queries), totHits=382961957 814.5s: shapes, distance: ITER 18: 222.65 M hits/sec, 130.81 QPS (1.72 sec for 225 queries), totHits=382961957 816.2s: shapes, distance: ITER 19: 223.11 M hits/sec, 131.08 QPS (1.72 sec for 225 queries), totHits=382961957 816.2s: shapes, distance: BEST M hits/sec: 227.0828379176865 816.2s: shapes, distance: BEST QPS: 133.41700813242778 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|139.7s|0.0s|0.70|0.00| |points|111.5s|0.0s|0.49|0.00| |shapes|165.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|321.99|188.97|383371904| |distance|points|335.03|196.84|382961957| |distance|geopoint|||| |distance|shapes|227.08|133.42|382961957| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|253.86|160.51|355855227| |poly 10|points|280.71|177.51|355809475| |poly 10|geopoint|||| |poly 10|shapes|195.79|123.81|355809475| |polyMedium|geo3d|2.57|31.53|2693541| |polyMedium|points|16.83|206.22|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.37|163.85|2693559| |polyRussia|geo3d|3.50|1.00|3508671| |polyRussia|points|66.88|19.06|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|48.10|13.71|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3301.87|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|154.53|157.24|221118844| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -box 816.5s: points, box: INDEX SIZE: 0.4939169967547059 GB 816.5s: points, box: READER MB: 0.0 816.5s: points, box: maxDoc=60844404 817.4s: points, box: ITER 0: 252.55 M hits/sec, 256.98 QPS (0.88 sec for 225 queries), totHits=221118844 817.4s: points, box: *** 817.9s: points, box: ITER 1: 410.11 M hits/sec, 417.31 QPS (0.54 sec for 225 queries), totHits=221118844 817.9s: points, box: *** 818.5s: points, box: ITER 2: 401.13 M hits/sec, 408.17 QPS (0.55 sec for 225 queries), totHits=221118844 819.0s: points, box: ITER 3: 408.13 M hits/sec, 415.30 QPS (0.54 sec for 225 queries), totHits=221118844 819.6s: points, box: ITER 4: 395.87 M hits/sec, 402.82 QPS (0.56 sec for 225 queries), totHits=221118844 820.1s: points, box: ITER 5: 393.86 M hits/sec, 400.77 QPS (0.56 sec for 225 queries), totHits=221118844 820.7s: points, box: ITER 6: 416.10 M hits/sec, 423.41 QPS (0.53 sec for 225 queries), totHits=221118844 820.7s: points, box: *** 821.2s: points, box: ITER 7: 385.81 M hits/sec, 392.58 QPS (0.57 sec for 225 queries), totHits=221118844 821.9s: points, box: ITER 8: 354.20 M hits/sec, 360.42 QPS (0.62 sec for 225 queries), totHits=221118844 822.4s: points, box: ITER 9: 396.92 M hits/sec, 403.88 QPS (0.56 sec for 225 queries), totHits=221118844 822.9s: points, box: ITER 10: 433.50 M hits/sec, 441.10 QPS (0.51 sec for 225 queries), totHits=221118844 822.9s: points, box: *** 823.4s: points, box: ITER 11: 426.30 M hits/sec, 433.79 QPS (0.52 sec for 225 queries), totHits=221118844 824.0s: points, box: ITER 12: 417.75 M hits/sec, 425.08 QPS (0.53 sec for 225 queries), totHits=221118844 824.5s: points, box: ITER 13: 431.85 M hits/sec, 439.43 QPS (0.51 sec for 225 queries), totHits=221118844 825.0s: points, box: ITER 14: 420.99 M hits/sec, 428.38 QPS (0.53 sec for 225 queries), totHits=221118844 825.5s: points, box: ITER 15: 420.20 M hits/sec, 427.58 QPS (0.53 sec for 225 queries), totHits=221118844 826.0s: points, box: ITER 16: 443.11 M hits/sec, 450.88 QPS (0.50 sec for 225 queries), totHits=221118844 826.0s: points, box: *** 826.5s: points, box: ITER 17: 430.40 M hits/sec, 437.96 QPS (0.51 sec for 225 queries), totHits=221118844 827.1s: points, box: ITER 18: 419.90 M hits/sec, 427.27 QPS (0.53 sec for 225 queries), totHits=221118844 827.6s: points, box: ITER 19: 421.09 M hits/sec, 428.48 QPS (0.53 sec for 225 queries), totHits=221118844 827.6s: points, box: BEST M hits/sec: 443.1051247716169 827.6s: points, box: BEST QPS: 450.8826623280185 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|139.7s|0.0s|0.70|0.00| |points|111.5s|0.0s|0.49|0.00| |shapes|165.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|321.99|188.97|383371904| |distance|points|335.03|196.84|382961957| |distance|geopoint|||| |distance|shapes|227.08|133.42|382961957| |box|geo3d|||| |box|points|443.11|450.88|221118844| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|253.86|160.51|355855227| |poly 10|points|280.71|177.51|355809475| |poly 10|geopoint|||| |poly 10|shapes|195.79|123.81|355809475| |polyMedium|geo3d|2.57|31.53|2693541| |polyMedium|points|16.83|206.22|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.37|163.85|2693559| |polyRussia|geo3d|3.50|1.00|3508671| |polyRussia|points|66.88|19.06|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|48.10|13.71|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3301.87|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|154.53|157.24|221118844| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -geo3d -box 827.9s: geo3d, box: INDEX SIZE: 0.6990031152963638 GB 827.9s: geo3d, box: READER MB: 0.0 827.9s: geo3d, box: maxDoc=60844404 829.1s: geo3d, box: ITER 0: 175.53 M hits/sec, 178.61 QPS (1.26 sec for 225 queries), totHits=221118844 829.1s: geo3d, box: *** 830.1s: geo3d, box: ITER 1: 227.39 M hits/sec, 231.38 QPS (0.97 sec for 225 queries), totHits=221118844 830.1s: geo3d, box: *** 831.0s: geo3d, box: ITER 2: 235.11 M hits/sec, 239.24 QPS (0.94 sec for 225 queries), totHits=221118844 831.0s: geo3d, box: *** 832.0s: geo3d, box: ITER 3: 223.84 M hits/sec, 227.77 QPS (0.99 sec for 225 queries), totHits=221118844 833.1s: geo3d, box: ITER 4: 212.95 M hits/sec, 216.69 QPS (1.04 sec for 225 queries), totHits=221118844 834.0s: geo3d, box: ITER 5: 241.37 M hits/sec, 245.61 QPS (0.92 sec for 225 queries), totHits=221118844 834.0s: geo3d, box: *** 834.9s: geo3d, box: ITER 6: 244.06 M hits/sec, 248.34 QPS (0.91 sec for 225 queries), totHits=221118844 834.9s: geo3d, box: *** 835.8s: geo3d, box: ITER 7: 240.15 M hits/sec, 244.37 QPS (0.92 sec for 225 queries), totHits=221118844 836.7s: geo3d, box: ITER 8: 242.34 M hits/sec, 246.60 QPS (0.91 sec for 225 queries), totHits=221118844 837.6s: geo3d, box: ITER 9: 245.06 M hits/sec, 249.36 QPS (0.90 sec for 225 queries), totHits=221118844 837.6s: geo3d, box: *** 838.5s: geo3d, box: ITER 10: 244.77 M hits/sec, 249.06 QPS (0.90 sec for 225 queries), totHits=221118844 839.4s: geo3d, box: ITER 11: 244.01 M hits/sec, 248.29 QPS (0.91 sec for 225 queries), totHits=221118844 840.4s: geo3d, box: ITER 12: 241.62 M hits/sec, 245.86 QPS (0.92 sec for 225 queries), totHits=221118844 841.3s: geo3d, box: ITER 13: 239.21 M hits/sec, 243.41 QPS (0.92 sec for 225 queries), totHits=221118844 842.2s: geo3d, box: ITER 14: 242.58 M hits/sec, 246.84 QPS (0.91 sec for 225 queries), totHits=221118844 843.1s: geo3d, box: ITER 15: 237.10 M hits/sec, 241.26 QPS (0.93 sec for 225 queries), totHits=221118844 844.0s: geo3d, box: ITER 16: 240.10 M hits/sec, 244.31 QPS (0.92 sec for 225 queries), totHits=221118844 844.9s: geo3d, box: ITER 17: 245.60 M hits/sec, 249.91 QPS (0.90 sec for 225 queries), totHits=221118844 844.9s: geo3d, box: *** 845.9s: geo3d, box: ITER 18: 242.69 M hits/sec, 246.95 QPS (0.91 sec for 225 queries), totHits=221118844 846.8s: geo3d, box: ITER 19: 241.25 M hits/sec, 245.49 QPS (0.92 sec for 225 queries), totHits=221118844 846.8s: geo3d, box: BEST M hits/sec: 245.60087213378952 846.8s: geo3d, box: BEST QPS: 249.91174533321387 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|139.7s|0.0s|0.70|0.00| |points|111.5s|0.0s|0.49|0.00| |shapes|165.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|321.99|188.97|383371904| |distance|points|335.03|196.84|382961957| |distance|geopoint|||| |distance|shapes|227.08|133.42|382961957| |box|geo3d|245.60|249.91|221118844| |box|points|443.11|450.88|221118844| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|253.86|160.51|355855227| |poly 10|points|280.71|177.51|355809475| |poly 10|geopoint|||| |poly 10|shapes|195.79|123.81|355809475| |polyMedium|geo3d|2.57|31.53|2693541| |polyMedium|points|16.83|206.22|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.37|163.85|2693559| |polyRussia|geo3d|3.50|1.00|3508671| |polyRussia|points|66.88|19.06|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|48.10|13.71|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3301.87|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|154.53|157.24|221118844| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -shapes -box 847.0s: shapes, box: INDEX SIZE: 1.2543620793148875 GB 847.0s: shapes, box: READER MB: 0.0 847.0s: shapes, box: maxDoc=60844404 848.5s: shapes, box: ITER 0: 154.08 M hits/sec, 156.79 QPS (1.44 sec for 225 queries), totHits=221118844 848.5s: shapes, box: *** 849.6s: shapes, box: ITER 1: 200.33 M hits/sec, 203.85 QPS (1.10 sec for 225 queries), totHits=221118844 849.6s: shapes, box: *** 850.7s: shapes, box: ITER 2: 195.08 M hits/sec, 198.50 QPS (1.13 sec for 225 queries), totHits=221118844 851.9s: shapes, box: ITER 3: 192.00 M hits/sec, 195.37 QPS (1.15 sec for 225 queries), totHits=221118844 852.9s: shapes, box: ITER 4: 207.33 M hits/sec, 210.96 QPS (1.07 sec for 225 queries), totHits=221118844 852.9s: shapes, box: *** 854.0s: shapes, box: ITER 5: 202.83 M hits/sec, 206.39 QPS (1.09 sec for 225 queries), totHits=221118844 855.1s: shapes, box: ITER 6: 206.99 M hits/sec, 210.62 QPS (1.07 sec for 225 queries), totHits=221118844 856.2s: shapes, box: ITER 7: 207.57 M hits/sec, 211.21 QPS (1.07 sec for 225 queries), totHits=221118844 856.2s: shapes, box: *** 857.2s: shapes, box: ITER 8: 205.74 M hits/sec, 209.35 QPS (1.07 sec for 225 queries), totHits=221118844 858.3s: shapes, box: ITER 9: 205.06 M hits/sec, 208.66 QPS (1.08 sec for 225 queries), totHits=221118844 859.4s: shapes, box: ITER 10: 206.95 M hits/sec, 210.58 QPS (1.07 sec for 225 queries), totHits=221118844 860.5s: shapes, box: ITER 11: 202.18 M hits/sec, 205.73 QPS (1.09 sec for 225 queries), totHits=221118844 861.6s: shapes, box: ITER 12: 201.25 M hits/sec, 204.78 QPS (1.10 sec for 225 queries), totHits=221118844 862.6s: shapes, box: ITER 13: 207.56 M hits/sec, 211.20 QPS (1.07 sec for 225 queries), totHits=221118844 863.7s: shapes, box: ITER 14: 202.06 M hits/sec, 205.60 QPS (1.09 sec for 225 queries), totHits=221118844 864.8s: shapes, box: ITER 15: 207.93 M hits/sec, 211.58 QPS (1.06 sec for 225 queries), totHits=221118844 864.8s: shapes, box: *** 865.9s: shapes, box: ITER 16: 202.28 M hits/sec, 205.83 QPS (1.09 sec for 225 queries), totHits=221118844 867.0s: shapes, box: ITER 17: 205.19 M hits/sec, 208.80 QPS (1.08 sec for 225 queries), totHits=221118844 868.0s: shapes, box: ITER 18: 205.40 M hits/sec, 209.01 QPS (1.08 sec for 225 queries), totHits=221118844 869.1s: shapes, box: ITER 19: 211.00 M hits/sec, 214.71 QPS (1.05 sec for 225 queries), totHits=221118844 869.1s: shapes, box: *** 869.1s: shapes, box: BEST M hits/sec: 211.00246058286533 869.1s: shapes, box: BEST QPS: 214.70605025026586 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|139.7s|0.0s|0.70|0.00| |points|111.5s|0.0s|0.49|0.00| |shapes|165.6s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|321.99|188.97|383371904| |distance|points|335.03|196.84|382961957| |distance|geopoint|||| |distance|shapes|227.08|133.42|382961957| |box|geo3d|245.60|249.91|221118844| |box|points|443.11|450.88|221118844| |box|geopoint|||| |box|shapes|211.00|214.71|221118844| |poly 10|geo3d|253.86|160.51|355855227| |poly 10|points|280.71|177.51|355809475| |poly 10|geopoint|||| |poly 10|shapes|195.79|123.81|355809475| |polyMedium|geo3d|2.57|31.53|2693541| |polyMedium|points|16.83|206.22|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.37|163.85|2693559| |polyRussia|geo3d|3.50|1.00|3508671| |polyRussia|points|66.88|19.06|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|48.10|13.71|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3301.87|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|154.53|157.24|221118844| |sort|geopoint|||| |sort|shapes|||| Took 870.3 sec to run all geo benchmarks + python3 /l/util.nightly/src/python/writeGeoGraphs.py writeAnnots for Distance Filter writeAnnots for Regular 10-gon Filter writeAnnots for London Boroughs Polygons Filter (avg 5.6K vertices) writeAnnots for Box Filter writeAnnots for 10 Nearest Points skip annot 2016-04-15 Geo3D: LUCENE-7221: speed up large polygons (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2018-11-27 LatLonShape: LUCENE-8562: Speed up merging segments of points with data dimensions by only sorting on the indexed dimensions (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2018-12-19 LatLonShape: LUCENE-8581: Change LatLonShape encoding to use 4 BYTES Per Dimension (series not in chartTimes: dict_keys(['LatLonPoint'])) writeAnnots for Box Filter, Sort by Distance skip annot 2016-03-22 GeoPoint: LUCENE-7130: fold recent LatLonPoint optimizations into GeoPoint (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2016-03-31 Geo3D: LUCENE-7150: add common shape query APIs to geo3d (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2016-04-11 Geo3D: LUCENE-7199: speed up how polygon's sideness is computed (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2016-04-15 Geo3D: LUCENE-7221: speed up large polygons (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2018-11-27 LatLonShape: LUCENE-8562: Speed up merging segments of points with data dimensions by only sorting on the indexed dimensions (series not in chartTimes: dict_keys(['LatLonPoint'])) skip annot 2018-12-19 LatLonShape: LUCENE-8581: Change LatLonShape encoding to use 4 BYTES Per Dimension (series not in chartTimes: dict_keys(['LatLonPoint'])) writeAnnots for Russia Polygon (11.6K vertices) writeAnnots for Indexing K docs/sec writeAnnots for Searcher Heap Usage writeAnnots for Index Size + echo + echo 'Run sparse NYC benches' Run sparse NYC benches + cd /l/util.nightly + python3 -u src/python/sparsetaxis/nightly.py Already on 'main' Your branch is up to date with 'origin/main'. From https://gitbox.apache.org/repos/asf/lucene * branch main -> FETCH_HEAD dbf0d1426f1..de92f115a31 main -> origin/main Updating dbf0d1426f1..de92f115a31 Fast-forward .../plugins/java/ApplyForbiddenApisPlugin.java | 15 + .../plugins/java/ShowFailedTestsAtEndPlugin.java | 9 +- gradle/libs.versions.toml | 15 +- .../forbidden-apis/non-standard/junit4.txt | 209 ++ lucene/CHANGES.txt | 15 + lucene/MIGRATE.md | 31 +- .../lucene/analysis/classic/ClassicTokenizer.java | 4 +- .../lucene/analysis/core/KeywordTokenizer.java | 4 +- .../lucene/analysis/core/UpperCaseFilter.java | 2 +- .../apache/lucene/analysis/cz/CzechAnalyzer.java | 2 +- .../apache/lucene/analysis/de/GermanAnalyzer.java | 2 +- .../apache/lucene/analysis/el/GreekAnalyzer.java | 2 +- .../analysis/email/UAX29URLEmailTokenizer.java | 4 +- .../lucene/analysis/en/PorterStemFilter.java | 2 +- .../analysis/miscellaneous/ASCIIFoldingFilter.java | 2 +- .../analysis/miscellaneous/EmptyTokenStream.java | 2 +- .../miscellaneous/TruncateTokenFilter.java | 2 +- .../analysis/ngram/EdgeNGramTokenFilter.java | 2 +- .../lucene/analysis/ngram/NGramTokenFilter.java | 2 +- .../analysis/no/NorwegianNormalizationFilter.java | 2 +- .../analysis/ro/RomanianNormalizationFilter.java | 2 +- .../analysis/shingle/ShingleAnalyzerWrapper.java | 2 +- .../lucene/analysis/sinks/TeeSinkTokenFilter.java | 6 +- .../lucene/analysis/snowball/SnowballFilter.java | 2 +- .../lucene/analysis/tr/ApostropheFilter.java | 2 +- .../lucene/analysis/tr/TurkishLowerCaseFilter.java | 2 +- .../apache/lucene/analysis/util/ElisionFilter.java | 2 +- .../analysis/wikipedia/WikipediaTokenizer.java | 2 +- lucene/core/src/java/module-info.java | 1 + .../apache/lucene/analysis/CachingTokenFilter.java | 4 +- .../analysis/standard/StandardTokenizer.java | 4 +- .../Lucene90CompressingTermVectorsReader.java | 2 +- .../document/LatLonPointDistanceFeatureQuery.java | 2 +- .../lucene/document/LongDistanceFeatureQuery.java | 2 +- .../document/SortedSetDocValuesRangeQuery.java | 178 +- .../document/SortedSkipperScorerSupplier.java | 179 ++ .../lucene/document/column/BinaryColumn.java | 57 + .../org/apache/lucene/document/column/Column.java | 77 + .../apache/lucene/document/column/ColumnBatch.java | 39 + .../lucene/document/column/ColumnFieldAdapter.java | 207 ++ .../lucene/document/column/ColumnValidation.java | 215 ++ .../apache/lucene/document/column/LongColumn.java | 110 + .../lucene/document/column/LongTupleCursor.java | 45 + .../lucene/document/column/LongValuesCursor.java | 111 + .../lucene/document/column/ObjectTupleCursor.java | 48 + .../lucene/document/column/VectorColumn.java | 60 + .../lucene/document/column/package-info.java | 67 + .../java/org/apache/lucene/geo/Tessellator.java | 4 +- .../index/ConcurrentApproximatePriorityQueue.java | 2 +- .../java/org/apache/lucene/index/DocValues.java | 10 +- .../org/apache/lucene/index/DocsWithFieldSet.java | 32 + .../org/apache/lucene/index/DocumentsWriter.java | 38 + .../lucene/index/DocumentsWriterFlushControl.java | 2 +- .../lucene/index/DocumentsWriterPerThread.java | 88 +- .../java/org/apache/lucene/index/IndexWriter.java | 36 + .../org/apache/lucene/index/IndexingChain.java | 531 +++- .../lucene/index/NumericDocValuesWriter.java | 16 + .../org/apache/lucene/index/PointValuesWriter.java | 90 + .../java/org/apache/lucene/index/SegmentInfos.java | 22 +- .../lucene/index/SortedNumericDocValuesWriter.java | 35 + .../src/java/org/apache/lucene/index/Sorter.java | 89 +- .../src/java/org/apache/lucene/index/Term.java | 2 +- .../org/apache/lucene/search/BlendedTermQuery.java | 2 +- .../org/apache/lucene/search/CachingCollector.java | 2 +- .../org/apache/lucene/search/PhrasePositions.java | 4 +- .../java/org/apache/lucene/search/WANDScorer.java | 2 +- .../apache/lucene/store/ByteBuffersDataInput.java | 6 +- .../apache/lucene/store/ByteBuffersDirectory.java | 4 +- .../org/apache/lucene/store/NIOFSDirectory.java | 2 +- .../apache/lucene/store/NativeFSLockFactory.java | 2 +- .../apache/lucene/util/StrictStringTokenizer.java | 4 +- .../util/compress/LowercaseAsciiCompression.java | 2 +- .../util/hnsw/HnswConcurrentMergeBuilder.java | 22 + .../apache/lucene/util/hnsw/HnswGraphBuilder.java | 62 +- .../lucene/util/packed/PackedLongValues.java | 36 +- .../document/column/ColumnBatchTestUtil.java | 527 ++++ .../column/TestColumnBatchBinaryColumn.java | 696 +++++ .../document/column/TestColumnBatchLongColumn.java | 1213 ++++++++ .../column/TestColumnBatchVectorColumn.java | 470 +++ .../lucene/index/TestClassloadingDeadlock.java | 2 +- .../lucene/index/TestColumnBatchIndexing.java | 1646 +++++++++++ .../apache/lucene/index/TestDocsWithFieldSet.java | 50 + .../apache/lucene/search/TestDocValuesQueries.java | 55 + .../lucene/expressions/TestDemoExpressions.java | 34 +- .../lucene/expressions/TestExpressionRescorer.java | 25 +- .../expressions/TestExpressionSortField.java | 8 +- .../lucene/expressions/TestExpressionSorts.java | 25 +- .../expressions/TestExpressionValidation.java | 13 +- .../expressions/TestExpressionValueSource.java | 31 +- .../lucene/expressions/js/CompilerTestCase.java | 4 +- .../lucene/expressions/js/TestAPISanity.java | 2 + .../lucene/expressions/js/TestCustomFunctions.java | 17 + .../lucene/expressions/js/TestExpressionMath.java | 6 +- .../expressions/js/TestJavascriptCompiler.java | 13 + .../expressions/js/TestJavascriptFunction.java | 27 + .../expressions/js/TestJavascriptOperations.java | 28 + .../lucene/expressions/js/TestVariableContext.java | 10 + .../search/highlight/QueryTermExtractor.java | 6 +- lucene/licenses/apiguardian-api-1.1.2.jar.sha1 | 1 + lucene/licenses/apiguardian-api-LICENSE-ASL.txt | 202 ++ lucene/licenses/apiguardian-api-NOTICE.txt | 0 lucene/licenses/jspecify-1.0.0.jar.sha1 | 1 + lucene/licenses/jspecify-LICENSE-ASL.txt | 202 ++ lucene/licenses/jspecify-NOTICE.txt | 0 lucene/licenses/junit-jupiter-6.0.3.jar.sha1 | 1 + lucene/licenses/junit-jupiter-api-6.0.3.jar.sha1 | 1 + .../licenses/junit-jupiter-engine-6.0.3.jar.sha1 | 1 + .../licenses/junit-jupiter-params-6.0.3.jar.sha1 | 1 + .../licenses/junit-platform-testkit-6.0.3.jar.sha1 | 1 + .../randomizedtesting-jupiter-0.3.0.jar.sha1 | 1 + .../randomizedtesting-jupiter-LICENSE-ASL.txt | 202 ++ .../licenses/randomizedtesting-jupiter-NOTICE.txt | 0 .../lucene/index/memory/TestMemoryIndex.java | 84 +- .../memory/TestMemoryIndexAgainstDirectory.java | 228 +- .../index/memory/TestSlicedIntBlockPool.java | 32 +- .../lucene/misc/index/MultiPassIndexSplitter.java | 2 +- .../org/apache/lucene/misc/store/RAFDirectory.java | 2 +- .../lucene/monitor/SuffixingNGramTokenFilter.java | 2 +- .../apache/lucene/queries/spans/SpanOrQuery.java | 2 +- .../queryparser/charstream/FastCharStream.java | 20 +- .../flexible/core/util/QueryNodeOperation.java | 2 +- .../complexPhrase/TestComplexPhraseQuery.java | 17 +- .../lucene/sandbox/search/CoveringScorer.java | 2 +- .../spatial4j/ShapeRectRelationTestCase.java | 4 - .../spatial3d/tests/RandomGeo3dShapeGenerator.java | 3 +- .../search/suggest/fst/TestBytesRefSorters.java | 3 +- lucene/test-framework/build.gradle | 6 + lucene/test-framework/src/java/module-info.java | 4 + .../lucene/tests/analysis/MockLowerCaseFilter.java | 2 +- .../lucene/tests/analysis/MockTokenizer.java | 5 +- .../org/apache/lucene/tests/geo/GeoTestUtil.java | 4 +- .../org/apache/lucene/tests/geo/ShapeTestUtil.java | 3 +- ...leDirectory.java => AssertDirectoryClosed.java} | 22 +- .../lucene/tests/util/BeforeAfterCallback.java | 24 + .../lucene/tests/util/CallbacksToRuleAdapter.java | 50 + .../lucene/tests/util/CustomMethodOrderer.java | 50 + .../tests/util/EnsureSequentialExecution.java | 32 + .../org/apache/lucene/tests/util/FieldToType.java | 101 + .../apache/lucene/tests/util/IsSystemThread.java | 54 + .../apache/lucene/tests/util/LuceneTestCase.java | 3049 +------------------- .../lucene/tests/util/LuceneTestCaseJupiter.java | 633 ++++ .../lucene/tests/util/LuceneTestCaseParent.java | 2834 ++++++++++++++++++ .../lucene/tests/util/QuickPatchThreadsFilter.java | 34 +- .../apache/lucene/tests/util/RemoveUponClose.java | 60 - .../tests/util/RunListenerPrintReproduceInfo.java | 195 +- ...ClassEnv.java => SetupAndRestoreStaticEnv.java} | 58 +- .../lucene/tests/util/SuiteFailureState.java | 22 + .../org/apache/lucene/tests/util/TagState.java | 72 + ...lesCleanup.java => TemporaryFilesSupplier.java} | 145 +- .../org/apache/lucene/tests/util/TestEnvInfo.java | 164 ++ .../tests/util/TestRuleAssertionsRequired.java | 43 +- .../lucene/tests/util/TestRuleLimitSysouts.java | 4 +- .../lucene/tests/util/TestRuleMarkFailure.java | 16 +- .../util/TestRuleSetupAndRestoreInstanceEnv.java | 6 +- .../org/apache/lucene/tests/util/TestUtil.java | 3 +- .../util/VerifyTestClassNamingConvention.java | 5 +- .../tests/search/TestBaseExplanationTestCase.java | 2 +- .../tests/util/TestFailIfDirectoryNotClosed.java | 9 +- .../tests/util/TestLuceneTestCaseJupiter.java | 432 +++ versions.lock | 1384 ++++++++- 160 files changed, 14518 insertions(+), 3837 deletions(-) create mode 100644 gradle/validation/forbidden-apis/non-standard/junit4.txt create mode 100644 lucene/core/src/java/org/apache/lucene/document/SortedSkipperScorerSupplier.java create mode 100644 lucene/core/src/java/org/apache/lucene/document/column/BinaryColumn.java create mode 100644 lucene/core/src/java/org/apache/lucene/document/column/Column.java create mode 100644 lucene/core/src/java/org/apache/lucene/document/column/ColumnBatch.java create mode 100644 lucene/core/src/java/org/apache/lucene/document/column/ColumnFieldAdapter.java create mode 100644 lucene/core/src/java/org/apache/lucene/document/column/ColumnValidation.java create mode 100644 lucene/core/src/java/org/apache/lucene/document/column/LongColumn.java create mode 100644 lucene/core/src/java/org/apache/lucene/document/column/LongTupleCursor.java create mode 100644 lucene/core/src/java/org/apache/lucene/document/column/LongValuesCursor.java create mode 100644 lucene/core/src/java/org/apache/lucene/document/column/ObjectTupleCursor.java create mode 100644 lucene/core/src/java/org/apache/lucene/document/column/VectorColumn.java create mode 100644 lucene/core/src/java/org/apache/lucene/document/column/package-info.java create mode 100644 lucene/core/src/test/org/apache/lucene/document/column/ColumnBatchTestUtil.java create mode 100644 lucene/core/src/test/org/apache/lucene/document/column/TestColumnBatchBinaryColumn.java create mode 100644 lucene/core/src/test/org/apache/lucene/document/column/TestColumnBatchLongColumn.java create mode 100644 lucene/core/src/test/org/apache/lucene/document/column/TestColumnBatchVectorColumn.java create mode 100644 lucene/core/src/test/org/apache/lucene/index/TestColumnBatchIndexing.java create mode 100644 lucene/licenses/apiguardian-api-1.1.2.jar.sha1 create mode 100644 lucene/licenses/apiguardian-api-LICENSE-ASL.txt create mode 100644 lucene/licenses/apiguardian-api-NOTICE.txt create mode 100644 lucene/licenses/jspecify-1.0.0.jar.sha1 create mode 100644 lucene/licenses/jspecify-LICENSE-ASL.txt create mode 100644 lucene/licenses/jspecify-NOTICE.txt create mode 100644 lucene/licenses/junit-jupiter-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-jupiter-api-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-jupiter-engine-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-jupiter-params-6.0.3.jar.sha1 create mode 100644 lucene/licenses/junit-platform-testkit-6.0.3.jar.sha1 create mode 100644 lucene/licenses/randomizedtesting-jupiter-0.3.0.jar.sha1 create mode 100644 lucene/licenses/randomizedtesting-jupiter-LICENSE-ASL.txt create mode 100644 lucene/licenses/randomizedtesting-jupiter-NOTICE.txt rename lucene/test-framework/src/java/org/apache/lucene/tests/util/{CloseableDirectory.java => AssertDirectoryClosed.java} (70%) create mode 100644 lucene/test-framework/src/java/org/apache/lucene/tests/util/BeforeAfterCallback.java create mode 100644 lucene/test-framework/src/java/org/apache/lucene/tests/util/CallbacksToRuleAdapter.java create mode 100644 lucene/test-framework/src/java/org/apache/lucene/tests/util/CustomMethodOrderer.java create mode 100644 lucene/test-framework/src/java/org/apache/lucene/tests/util/EnsureSequentialExecution.java create mode 100644 lucene/test-framework/src/java/org/apache/lucene/tests/util/FieldToType.java create mode 100644 lucene/test-framework/src/java/org/apache/lucene/tests/util/IsSystemThread.java create mode 100644 lucene/test-framework/src/java/org/apache/lucene/tests/util/LuceneTestCaseJupiter.java create mode 100644 lucene/test-framework/src/java/org/apache/lucene/tests/util/LuceneTestCaseParent.java delete mode 100644 lucene/test-framework/src/java/org/apache/lucene/tests/util/RemoveUponClose.java rename lucene/test-framework/src/java/org/apache/lucene/tests/util/{TestRuleSetupAndRestoreClassEnv.java => SetupAndRestoreStaticEnv.java} (89%) create mode 100644 lucene/test-framework/src/java/org/apache/lucene/tests/util/SuiteFailureState.java create mode 100644 lucene/test-framework/src/java/org/apache/lucene/tests/util/TagState.java rename lucene/test-framework/src/java/org/apache/lucene/tests/util/{TestRuleTemporaryFilesCleanup.java => TemporaryFilesSupplier.java} (72%) create mode 100644 lucene/test-framework/src/java/org/apache/lucene/tests/util/TestEnvInfo.java create mode 100644 lucene/test-framework/src/test/org/apache/lucene/tests/util/TestLuceneTestCaseJupiter.java creating directories /l/logs.nightly/taxis/2026.05.15.14.26.55... Lucene git hash: de92f115a3125624bf7c7141b8e700efa9a89427 Compile lucene core... run: "../../gradlew jar" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core log: /l/logs.nightly/taxis/2026.05.15.14.26.55/gradle.jar.log Compile java benchmark sources... run: "javac -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main /l/util.nightly/src/python/sparsetaxis/../../main/perf/SearchTaxis.java /l/util.nightly/src/python/sparsetaxis/../../main/perf/IndexTaxis.java /l/util.nightly/src/python/sparsetaxis/../../main/perf/DiskUsage.java" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main Index "slow" sparse-sorted with 1 thread, SMS... warm /l/sparseTaxis.nightly/sparseTaxis/data/20M.subset.nyctaxis.csv.blocks... done warm 2.9 GB run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main perf.IndexTaxis /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse.sorted 1 /l/sparseTaxis.nightly/sparseTaxis/data/20M.subset.nyctaxis.csv.blocks sparse True" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.15.14.26.55/index.1threads.sparse.sorted.log 3.1 sec: 0.3 M docs; 96.5 K docs/sec 6.7 sec: 0.6 M docs; 89.6 K docs/sec 10.0 sec: 0.9 M docs; 90.1 K docs/sec 13.3 sec: 1.2 M docs; 90.5 K docs/sec 16.5 sec: 1.5 M docs; 91.0 K docs/sec 20.5 sec: 1.9 M docs; 92.7 K docs/sec 23.8 sec: 2.2 M docs; 92.5 K docs/sec 27.8 sec: 2.6 M docs; 93.5 K docs/sec 31.8 sec: 3.0 M docs; 94.2 K docs/sec 35.0 sec: 3.3 M docs; 94.2 K docs/sec 47.8 sec: 3.7 M docs; 77.5 K docs/sec 51.8 sec: 4.1 M docs; 79.2 K docs/sec 55.0 sec: 4.4 M docs; 80.0 K docs/sec 59.0 sec: 4.8 M docs; 81.3 K docs/sec 63.0 sec: 5.2 M docs; 82.5 K docs/sec 66.2 sec: 5.5 M docs; 83.1 K docs/sec 70.2 sec: 5.9 M docs; 84.0 K docs/sec 74.3 sec: 6.3 M docs; 84.8 K docs/sec 77.5 sec: 6.6 M docs; 85.2 K docs/sec 81.5 sec: 7.0 M docs; 85.9 K docs/sec 94.1 sec: 7.4 M docs; 78.6 K docs/sec 97.3 sec: 7.7 M docs; 79.1 K docs/sec 101.3 sec: 8.1 M docs; 79.9 K docs/sec 105.3 sec: 8.5 M docs; 80.7 K docs/sec 108.5 sec: 8.8 M docs; 81.1 K docs/sec 112.5 sec: 9.2 M docs; 81.8 K docs/sec 116.5 sec: 9.6 M docs; 82.4 K docs/sec 119.7 sec: 9.9 M docs; 82.7 K docs/sec 123.7 sec: 10.3 M docs; 83.2 K docs/sec 127.7 sec: 10.7 M docs; 83.8 K docs/sec 139.6 sec: 11.0 M docs; 78.8 K docs/sec 143.6 sec: 11.4 M docs; 79.4 K docs/sec 147.6 sec: 11.8 M docs; 79.9 K docs/sec 150.8 sec: 12.1 M docs; 80.2 K docs/sec 154.8 sec: 12.5 M docs; 80.7 K docs/sec 158.8 sec: 12.9 M docs; 81.2 K docs/sec 162.0 sec: 13.2 M docs; 81.5 K docs/sec 166.0 sec: 13.6 M docs; 81.9 K docs/sec 170.0 sec: 14.0 M docs; 82.4 K docs/sec 173.2 sec: 14.3 M docs; 82.6 K docs/sec 185.9 sec: 14.7 M docs; 79.1 K docs/sec 189.9 sec: 15.1 M docs; 79.5 K docs/sec 193.1 sec: 15.4 M docs; 79.8 K docs/sec 197.0 sec: 15.8 M docs; 80.2 K docs/sec 201.0 sec: 16.2 M docs; 80.6 K docs/sec 204.2 sec: 16.5 M docs; 80.8 K docs/sec 208.2 sec: 16.9 M docs; 81.2 K docs/sec 212.2 sec: 17.3 M docs; 81.5 K docs/sec 215.4 sec: 17.6 M docs; 81.7 K docs/sec 219.4 sec: 18.0 M docs; 82.0 K docs/sec 232.0 sec: 18.4 M docs; 79.3 K docs/sec 235.2 sec: 18.7 M docs; 79.5 K docs/sec 239.2 sec: 19.1 M docs; 79.8 K docs/sec 242.5 sec: 19.4 M docs; 80.0 K docs/sec 246.4 sec: 19.8 M docs; 80.4 K docs/sec 248.0 sec: 20.0 M docs; 80.6 K docs/sec index is 2.21 GB CheckIndex sparse-sorted run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main org.apache.lucene.index.CheckIndex /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse.sorted" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.15.14.26.55/checkIndexsparse-sorted.log took 0.5 sec DiskUsage sparse-sorted run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main perf.DiskUsage /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse.sorted" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.15.14.26.55/diskUsagesparse-sorted.log took 51.2 sec Search sparse-sorted iter 0... run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main perf.SearchTaxis /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse.sorted sparse" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.15.14.26.55/searchsparse-sorted.0.log Index "slow" sparse with 1 thread, SMS... warm /l/sparseTaxis.nightly/sparseTaxis/data/20M.subset.nyctaxis.csv.blocks... done warm 2.9 GB run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main perf.IndexTaxis /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse 1 /l/sparseTaxis.nightly/sparseTaxis/data/20M.subset.nyctaxis.csv.blocks sparse False" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.15.14.26.55/index.1threads.sparse.log 2.9 sec: 0.3 M docs; 104.5 K docs/sec 6.3 sec: 0.6 M docs; 95.1 K docs/sec 9.5 sec: 0.9 M docs; 95.2 K docs/sec 12.6 sec: 1.2 M docs; 95.5 K docs/sec 15.7 sec: 1.5 M docs; 95.8 K docs/sec 19.5 sec: 1.9 M docs; 97.4 K docs/sec 22.6 sec: 2.2 M docs; 97.2 K docs/sec 26.5 sec: 2.6 M docs; 98.2 K docs/sec 30.3 sec: 3.0 M docs; 99.0 K docs/sec 33.4 sec: 3.3 M docs; 98.9 K docs/sec 44.8 sec: 3.7 M docs; 82.5 K docs/sec 48.8 sec: 4.1 M docs; 84.0 K docs/sec 51.9 sec: 4.4 M docs; 84.7 K docs/sec 55.9 sec: 4.8 M docs; 85.9 K docs/sec 59.8 sec: 5.2 M docs; 86.9 K docs/sec 62.9 sec: 5.5 M docs; 87.4 K docs/sec 66.9 sec: 5.9 M docs; 88.2 K docs/sec 70.8 sec: 6.3 M docs; 88.9 K docs/sec 74.0 sec: 6.6 M docs; 89.2 K docs/sec 77.9 sec: 7.0 M docs; 89.9 K docs/sec 89.4 sec: 7.4 M docs; 82.8 K docs/sec 92.5 sec: 7.7 M docs; 83.2 K docs/sec 96.5 sec: 8.1 M docs; 84.0 K docs/sec 100.4 sec: 8.5 M docs; 84.7 K docs/sec 103.5 sec: 8.8 M docs; 85.0 K docs/sec 107.4 sec: 9.2 M docs; 85.6 K docs/sec 111.4 sec: 9.6 M docs; 86.2 K docs/sec 114.5 sec: 9.9 M docs; 86.5 K docs/sec 118.4 sec: 10.3 M docs; 87.0 K docs/sec 122.3 sec: 10.7 M docs; 87.5 K docs/sec 132.9 sec: 11.0 M docs; 82.7 K docs/sec 136.8 sec: 11.4 M docs; 83.3 K docs/sec 140.7 sec: 11.8 M docs; 83.9 K docs/sec 143.8 sec: 12.1 M docs; 84.2 K docs/sec 147.6 sec: 12.5 M docs; 84.7 K docs/sec 151.5 sec: 12.9 M docs; 85.1 K docs/sec 154.6 sec: 13.2 M docs; 85.4 K docs/sec 158.5 sec: 13.6 M docs; 85.8 K docs/sec 162.3 sec: 14.0 M docs; 86.2 K docs/sec 165.4 sec: 14.3 M docs; 86.4 K docs/sec 176.9 sec: 14.7 M docs; 83.1 K docs/sec 180.8 sec: 15.1 M docs; 83.5 K docs/sec 183.9 sec: 15.4 M docs; 83.8 K docs/sec 187.7 sec: 15.8 M docs; 84.2 K docs/sec 191.6 sec: 16.2 M docs; 84.6 K docs/sec 194.7 sec: 16.5 M docs; 84.8 K docs/sec 198.5 sec: 16.9 M docs; 85.1 K docs/sec 202.4 sec: 17.3 M docs; 85.5 K docs/sec 205.5 sec: 17.6 M docs; 85.7 K docs/sec 209.3 sec: 18.0 M docs; 86.0 K docs/sec 220.8 sec: 18.4 M docs; 83.3 K docs/sec 223.9 sec: 18.7 M docs; 83.5 K docs/sec 227.7 sec: 19.1 M docs; 83.9 K docs/sec 230.9 sec: 19.4 M docs; 84.0 K docs/sec 234.7 sec: 19.8 M docs; 84.4 K docs/sec 236.3 sec: 20.0 M docs; 84.6 K docs/sec index is 2.21 GB CheckIndex sparse run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main org.apache.lucene.index.CheckIndex /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.15.14.26.55/checkIndexsparse.log took 0.4 sec DiskUsage sparse run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main perf.DiskUsage /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.15.14.26.55/diskUsagesparse.log took 53.1 sec Search sparse iter 0... run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main perf.SearchTaxis /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse sparse" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.15.14.26.55/searchsparse.0.log Index "slow" nonsparse with 1 thread, SMS... warm /l/sparseTaxis.nightly/sparseTaxis/data/20M.subset.nyctaxis.csv.blocks... done warm 2.9 GB run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main perf.IndexTaxis /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.nonsparse 1 /l/sparseTaxis.nightly/sparseTaxis/data/20M.subset.nyctaxis.csv.blocks nonsparse False" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.15.14.26.55/index.1threads.nonsparse.log 3.0 sec: 0.3 M docs; 101.6 K docs/sec 6.5 sec: 0.6 M docs; 92.5 K docs/sec 10.2 sec: 1.0 M docs; 97.9 K docs/sec 13.2 sec: 1.3 M docs; 98.2 K docs/sec 17.0 sec: 1.7 M docs; 100.2 K docs/sec 20.7 sec: 2.1 M docs; 101.7 K docs/sec 23.7 sec: 2.4 M docs; 101.4 K docs/sec 27.4 sec: 2.8 M docs; 102.3 K docs/sec 31.0 sec: 3.2 M docs; 103.1 K docs/sec 34.7 sec: 3.6 M docs; 103.6 K docs/sec 43.5 sec: 3.7 M docs; 85.0 K docs/sec 47.3 sec: 4.1 M docs; 86.7 K docs/sec 50.9 sec: 4.5 M docs; 88.4 K docs/sec 53.9 sec: 4.8 M docs; 89.0 K docs/sec 57.6 sec: 5.2 M docs; 90.3 K docs/sec 61.3 sec: 5.6 M docs; 91.4 K docs/sec 64.9 sec: 6.0 M docs; 92.5 K docs/sec 67.9 sec: 6.3 M docs; 92.8 K docs/sec 71.5 sec: 6.7 M docs; 93.7 K docs/sec 74.5 sec: 7.0 M docs; 93.9 K docs/sec 85.5 sec: 7.4 M docs; 86.6 K docs/sec 89.1 sec: 7.8 M docs; 87.5 K docs/sec 92.8 sec: 8.2 M docs; 88.4 K docs/sec 96.4 sec: 8.6 M docs; 89.2 K docs/sec 100.1 sec: 9.0 M docs; 89.9 K docs/sec 103.8 sec: 9.4 M docs; 90.6 K docs/sec 107.5 sec: 9.8 M docs; 91.2 K docs/sec 111.2 sec: 10.2 M docs; 91.8 K docs/sec 114.9 sec: 10.6 M docs; 92.3 K docs/sec 126.5 sec: 11.0 M docs; 86.9 K docs/sec 130.2 sec: 11.4 M docs; 87.5 K docs/sec 133.9 sec: 11.8 M docs; 88.1 K docs/sec 137.6 sec: 12.2 M docs; 88.7 K docs/sec 141.3 sec: 12.6 M docs; 89.2 K docs/sec 144.9 sec: 13.0 M docs; 89.7 K docs/sec 148.6 sec: 13.4 M docs; 90.2 K docs/sec 152.3 sec: 13.8 M docs; 90.6 K docs/sec 155.3 sec: 14.1 M docs; 90.8 K docs/sec 159.1 sec: 14.5 M docs; 91.1 K docs/sec 168.5 sec: 14.7 M docs; 87.2 K docs/sec 172.3 sec: 15.1 M docs; 87.7 K docs/sec 176.0 sec: 15.5 M docs; 88.1 K docs/sec 179.8 sec: 15.9 M docs; 88.5 K docs/sec 183.5 sec: 16.3 M docs; 88.8 K docs/sec 187.2 sec: 16.7 M docs; 89.2 K docs/sec 191.0 sec: 17.1 M docs; 89.5 K docs/sec 194.7 sec: 17.5 M docs; 89.9 K docs/sec 198.4 sec: 17.9 M docs; 90.2 K docs/sec 202.1 sec: 18.3 M docs; 90.6 K docs/sec 210.8 sec: 18.4 M docs; 87.3 K docs/sec 214.4 sec: 18.8 M docs; 87.7 K docs/sec 218.1 sec: 19.2 M docs; 88.0 K docs/sec 221.7 sec: 19.6 M docs; 88.4 K docs/sec 225.4 sec: 20.0 M docs; 88.7 K docs/sec 225.4 sec: 20.0 M docs; 88.7 K docs/sec index is 2.12 GB CheckIndex nonsparse run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main org.apache.lucene.index.CheckIndex /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.nonsparse" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.15.14.26.55/checkIndexnonsparse.log took 0.4 sec DiskUsage nonsparse run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main perf.DiskUsage /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.nonsparse" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.15.14.26.55/diskUsagenonsparse.log took 45.5 sec Search nonsparse iter 0... run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main perf.SearchTaxis /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.nonsparse nonsparse" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.15.14.26.55/searchnonsparse.0.log sparseTaxis: now remove /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse sparseTaxis: now remove /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.nonsparse sparseTaxis: now remove /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse.sorted + echo 'Now rsync' Now rsync + date Fri May 15 02:42:18 PM EDT 2026 + rsync --delete -lrtSO /l/logs.nightly/ /x/tmp/beast3.logs/logs.nightly/ + rsync --delete -lrtSO /l/reports.nightly/ /x/tmp/beast3.logs/reports.nightly/ + echo 'Touch nightly marker file...' Touch nightly marker file... + date Fri May 15 02:45:07 PM EDT 2026 + touch /x/tmp/beast3.nightly.bench + echo 'Backup bench logs to /ssd/logs.nightly.bak' Backup bench logs to /ssd/logs.nightly.bak + rsync -a /l/logs.nightly/ /ssd/logs.nightly.bak/ + echo 'end: disk usage on /l:' end: disk usage on /l: + df -h /l Filesystem Size Used Avail Use% Mounted on /dev/nvme1n1p1 880G 351G 485G 42% / + echo 'Stopping background df process...' Stopping background df process... + kill 711790 + wait 711790 + cp /l/logs.nightly/all.log /l/reports.nightly + cp /l/logs.nightly/df_nightly_monitor.log /l/reports.nightly + echo 'clean /l/tmp' clean /l/tmp + rm -rf '/l/tmp/*' + echo + echo 'Now copy all.log to nightly timestamp'\''d log dir' Now copy all.log to nightly timestamp'd log dir + python3 -u /l/util.nightly/src/python/save_full_log.py ***USING BIG LINE FILE*** Using java from: /usr/lib/jvm/java-25-openjdk/bin/ now shutil.copy2 /l/logs.nightly/all.log to /l/logs.nightly/2026.05.14.04.42.39 now shutil.copy2 /l/logs.nightly/all.log to /l/reports.nightly/2026.05.14.04.42.39