start: disk usage on /l: + df -h /l Filesystem Size Used Avail Use% Mounted on /dev/nvme1n1p1 880G 352G 484G 43% / + 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 21 05:23:40 AM EDT 2026: now start nightly benchmarks' Thu May 21 05:23:40 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 1ca725763e9..f2c9d79c63b main -> origin/main Updating 1ca725763e9..f2c9d79c63b Fast-forward gradle/libs.versions.toml | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- lucene/CHANGES.txt | 16 + .../jmh/MultiFieldDocValuesRangeBenchmark.java | 13 +- .../simpletext/SimpleTextDocValuesReader.java | 22 +- .../simpletext/SimpleTextDocValuesWriter.java | 35 +- .../codecs/lucene90/Lucene90DocValuesConsumer.java | 8 +- .../codecs/lucene90/Lucene90DocValuesFormat.java | 3 +- .../codecs/lucene90/Lucene90DocValuesProducer.java | 123 ++++- .../document/SortedNumericDocValuesRangeQuery.java | 14 +- .../java/org/apache/lucene/index/CheckIndex.java | 14 + .../org/apache/lucene/index/DocValuesSkipper.java | 12 + .../org/apache/lucene/index/NumericDocValues.java | 30 ++ .../DefaultDocValuesRangeSupport.java | 46 ++ .../DefaultVectorizationProvider.java | 5 + .../vectorization/DocValuesRangeSupport.java | 53 +++ .../vectorization/VectorizationProvider.java | 8 + .../lucene/search/BatchDocValuesRangeIterator.java | 177 +++++++ .../lucene/search/SkipBlockRangeIterator.java | 10 + .../vectorization/NativeVectorizationProvider.java | 5 + .../vectorization/PanamaDocValuesRangeSupport.java | 77 ++++ .../vectorization/PanamaVectorizationProvider.java | 5 + .../lucene/search/BaseDocValuesSkipperTests.java | 16 +- .../TestSkipBlockRangeIteratorIntoBitSet.java | 508 +++++++++++++++++++++ .../search/grouping/AllGroupHeadsCollector.java | 47 +- .../grouping/AllGroupHeadsCollectorManager.java | 163 +++++++ .../apache/lucene/search/grouping/SearchGroup.java | 14 +- .../apache/lucene/search/grouping/TopGroups.java | 15 +- .../grouping/TestAllGroupHeadsCollector.java | 84 ++-- .../search/grouping/TestAllGroupsCollector.java | 5 +- .../lucene/search/grouping/TestGrouping.java | 38 +- .../apache/lucene/misc/CollectorMemoryTracker.java | 4 +- .../LargeNumHitsTopDocsCollectorManager.java | 74 +++ .../search/TestLargeNumHitsTopDocsCollector.java | 118 +++-- .../lucene/tests/index/AssertingLeafReader.java | 6 + .../tests/index/BaseDocValuesFormatTestCase.java | 68 +++ 36 files changed, 1707 insertions(+), 133 deletions(-) create mode 100644 lucene/core/src/java/org/apache/lucene/internal/vectorization/DefaultDocValuesRangeSupport.java create mode 100644 lucene/core/src/java/org/apache/lucene/internal/vectorization/DocValuesRangeSupport.java create mode 100644 lucene/core/src/java/org/apache/lucene/search/BatchDocValuesRangeIterator.java create mode 100644 lucene/core/src/java25/org/apache/lucene/internal/vectorization/PanamaDocValuesRangeSupport.java create mode 100644 lucene/core/src/test/org/apache/lucene/search/TestSkipBlockRangeIteratorIntoBitSet.java create mode 100644 lucene/grouping/src/java/org/apache/lucene/search/grouping/AllGroupHeadsCollectorManager.java create mode 100644 lucene/sandbox/src/java/org/apache/lucene/sandbox/search/LargeNumHitsTopDocsCollectorManager.java + ../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 > Task :build-infra:processResources > Task :build-infra:classes > Task :build-infra:jar 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:distribution:clean UP-TO-DATE > Task :lucene:analysis:clean UP-TO-DATE > Task :lucene:analysis.tests:clean > Task :lucene:classification:clean > Task :lucene:core.tests:clean > Task :lucene:documentation:clean UP-TO-DATE > Task :lucene:distribution.tests:clean > Task :lucene:demo:clean > Task :lucene:expressions:clean > Task :lucene:memory:clean > Task :lucene:grouping:clean > Task :lucene:benchmark:clean > Task :lucene:codecs:clean > Task :lucene:join:clean > Task :lucene:highlighter:clean > Task :lucene:facet: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:analysis:icu:clean > Task :lucene:benchmark-jmh:clean > Task :lucene:spatial3d:clean > Task :lucene:spatial-extras:clean > Task :lucene:suggest:clean > Task :lucene:analysis:morfologik.tests:clean > Task :lucene:queryparser:clean > Task :lucene:queries:clean > Task :lucene:sandbox:clean > Task :lucene:analysis:morfologik:clean > Task :lucene:analysis:phonetic:clean > Task :lucene:analysis:opennlp:clean > Task :lucene:analysis:kuromoji:clean > Task :lucene:analysis:nori:clean > Task :lucene:analysis:smartcn:clean > Task :lucene:analysis:stempel:clean > Task :lucene:test-framework:clean > Task :lucene:analysis:common:clean > Task :lucene:core:clean BUILD SUCCESSFUL in 8s 46 actionable tasks: 42 executed, 4 up-to-date Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.5.1/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.21.lucene-tests.txt took: 1.4 min gradle precommit log: /l/logs.nightly/ant_test/2026.05.21.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: 300 open, 3976 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-21 05:27:46.729573] start [2026-05-21 05:27:46.729674] log dir /l/logs.nightly/2026.05.21.05.27.46 Java version (see also /l/logs.nightly/2026.05.21.05.27.46/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.21.05.27.46/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.21.05.27.46/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 = 1828716544 {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.21.05.27.46/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.21.05.27.46/cpu_frequency_info.txt): cmd='cpupower frequency-info' analyzing CPU 78: driver: amd-pstate-epp CPUs which run at the same hardware frequency: 78 CPUs which need to have their frequency coordinated by software: 78 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.21.05.27.46/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.21.05.27.46/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.21.05.27.46/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.21.05.27.46/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.21.05.27.46/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.21.05.27.46/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.21.05.27.46/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 97476263c4ead7244649e56d1e8ed200e47c6d16 LUCENE rev is f2c9d79c63be90d685118a6fa53c14b9c7438b52 last successful Lucene rev 1ca725763e910c5ae3f6f6ec9fabb4b1dc6bc8be, luceneutil rev 97476263c4ead7244649e56d1e8ed200e47c6d16 run ['git', 'log', '1ca725763e910c5ae3f6f6ec9fabb4b1dc6bc8be^..f2c9d79c63be90d685118a6fa53c14b9c7438b52'] No commit message asking for regold of results files [2026-05-21 05:27:46.939325] 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-21 05:27:47.175953] 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-21 05:27:47.176040] RUN: /l/trunk.nightly/gradlew --stacktrace clean > /l/logs.nightly/2026.05.21.05.27.46/clean-lucene.log 2>&1 [2026-05-21 05:27:51.106654] took 3.9 sec [2026-05-21 05:27:51.106713] RUN: /l/trunk.nightly/gradlew jar > /l/logs.nightly/2026.05.21.05.27.46/jar-lucene.log 2>&1 [2026-05-21 05:28:05.451251] took 14.3 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-21 05:28:08.162555] 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: 147296.00 stored_field_size_mb: 624.38 retrieved_time_msec: 170.28 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: 351440.00 stored_field_size_mb: 385.76 retrieved_time_msec: 1339.91 Done: took 1025.10 seconds, saved to /l/logs.nightly/2026.05.21.05.27.46/geonames-stored-fields-benchmark-results.pk [2026-05-21 05:45:13.740400] done run stored fields benchmark [2026-05-21 05:45:13.740421] 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 21, 2026 5:45:14 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: 1494.6185349333332 ms Total time creating SSDVFacetCounts: 3050.9151720333325 ms Total time taken to get all dims for taxonomy: 0.09841023333333333 ms Total time taken to get all dims for SSDV: 0.07265929999999998 ms Total time to get top dims for taxonomy: 0.03546610000000001 ms Total time to get top dims for SSDV: 0.0312313 ms Total time to get top "address.taxonomy/TX" children: 0.10398826666666668 ms Total time to get top "address.sortedset/TX" children: 0.18427463333333335 ms Total time to get all "address.taxonomy/TX" children: 0.1405438666666667 ms Total time to get all "address.sortedset/TX" children: 0.5909671000000001 ms Done: took 3472.94 seconds, saved to /l/logs.nightly/2026.05.21.05.27.46/nad-facet-benchmark.pk [2026-05-21 06:43:06.677341] done run NAD facets benchmark [2026-05-21 06:43:07.283915] now run KNN benchmark Lucene HEAD git revision at /l/trunk.nightly: f2c9d79c63be90d685118a6fa53c14b9c7438b52 dirty?=False luceneutil HEAD git revision at /l/util.nightly: 97476263c4ead7244649e56d1e8ed200e47c6d16 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 :build-tools:build-infra-shadow:pluginDescriptors UP-TO-DATE > Task :lucene:facet:processResources NO-SOURCE > Task :lucene:memory:processResources NO-SOURCE > Task :lucene:queries:processResources NO-SOURCE > Task :lucene:analysis.tests:processResources NO-SOURCE > Task :lucene:spatial3d:processResources NO-SOURCE > Task :lucene:highlighter:processResources NO-SOURCE > Task :build-tools:missing-doclet:processResources NO-SOURCE > Task :lucene:spatial-extras:processResources NO-SOURCE > Task :lucene:backward-codecs:processResources UP-TO-DATE > Task :lucene:core:processResources UP-TO-DATE > Task :lucene:sandbox:processResources UP-TO-DATE > Task :lucene:queryparser:processResources UP-TO-DATE > Task :lucene:benchmark:processResources NO-SOURCE > Task :lucene:analysis.tests:compileJava NO-SOURCE > Task :lucene:analysis.tests:classes UP-TO-DATE > Task :lucene:expressions:processResources UP-TO-DATE > Task :lucene:codecs:processResources UP-TO-DATE > Task :lucene:analysis:phonetic:processResources UP-TO-DATE > Task :lucene:analysis:common:processResources UP-TO-DATE > Task :lucene:benchmark-jmh:processResources NO-SOURCE > Task :lucene:grouping:processResources NO-SOURCE > Task :lucene:classification:processResources NO-SOURCE > Task :lucene:demo:processResources NO-SOURCE > Task :lucene:misc:processResources NO-SOURCE > Task :lucene:join:processResources NO-SOURCE > Task :lucene:distribution.tests:compileJava 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:morfologik:processResources UP-TO-DATE > Task :lucene:analysis:icu:processResources UP-TO-DATE > Task :lucene:analysis:kuromoji:processResources UP-TO-DATE > Task :lucene:analysis:nori:processResources UP-TO-DATE > Task :lucene:analysis:smartcn:processResources UP-TO-DATE > Task :lucene:monitor:processResources NO-SOURCE > Task :lucene:replicator:processResources NO-SOURCE > Task :lucene:analysis.tests:jar UP-TO-DATE > Task :lucene:analysis:stempel:processResources UP-TO-DATE > Task :lucene:luke:processResources UP-TO-DATE > Task :lucene:spatial-test-fixtures:processResources NO-SOURCE > Task :lucene:analysis:morfologik.tests:compileJava NO-SOURCE > Task :lucene:distribution.tests:jar UP-TO-DATE > Task :lucene:analysis:morfologik.tests:processResources NO-SOURCE > Task :lucene:analysis:morfologik.tests:classes UP-TO-DATE > Task :build-tools:missing-doclet:compileJava UP-TO-DATE > Task :lucene:core.tests:compileJava UP-TO-DATE > Task :build-tools:missing-doclet:classes UP-TO-DATE > Task :lucene:test-framework:processResources UP-TO-DATE > Task :lucene:core.tests:processResources NO-SOURCE > Task :lucene:core.tests:classes UP-TO-DATE > Task :lucene:analysis:morfologik.tests:jar UP-TO-DATE > Task :build-tools:missing-doclet:jar UP-TO-DATE > Task :build-tools:build-infra-shadow:compileJava UP-TO-DATE > Task :lucene:core.tests:jar UP-TO-DATE > Task :build-tools:build-infra-shadow:processResources NO-SOURCE > Task :build-tools:build-infra-shadow:classes 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:replicator:jar UP-TO-DATE > Task :lucene:misc:compileJava UP-TO-DATE > Task :lucene:misc:classes UP-TO-DATE > Task :lucene:join:compileJava UP-TO-DATE > Task :lucene:join:classes UP-TO-DATE > Task :lucene:spatial3d:compileJava UP-TO-DATE > Task :lucene:facet:compileJava UP-TO-DATE > Task :lucene:spatial3d:classes UP-TO-DATE > Task :lucene:facet:classes UP-TO-DATE > Task :lucene:misc:jar UP-TO-DATE > Task :lucene:join:jar UP-TO-DATE > Task :lucene:backward-codecs:compileJava UP-TO-DATE > Task :lucene:spatial3d:jar UP-TO-DATE > Task :lucene:facet:jar UP-TO-DATE > Task :lucene:backward-codecs:classes UP-TO-DATE > Task :lucene:codecs:compileJava UP-TO-DATE > Task :lucene:codecs:classes UP-TO-DATE > Task :lucene:backward-codecs:jar 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:queries:jar UP-TO-DATE > Task :lucene:expressions:compileJava UP-TO-DATE > Task :lucene:expressions:classes UP-TO-DATE > Task :lucene:spatial-extras:compileJava UP-TO-DATE > Task :lucene:spatial-extras:classes UP-TO-DATE > Task :lucene:expressions:jar UP-TO-DATE > Task :lucene:spatial-extras:jar UP-TO-DATE > Task :lucene:grouping:compileJava UP-TO-DATE > Task :lucene:grouping:classes UP-TO-DATE > Task :lucene:grouping:jar UP-TO-DATE > Task :lucene:highlighter:compileJava UP-TO-DATE > Task :lucene:highlighter:classes UP-TO-DATE > Task :lucene:classification:compileJava UP-TO-DATE > Task :lucene:classification:classes UP-TO-DATE > Task :lucene:highlighter:jar 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:analysis:common:jar UP-TO-DATE > Task :lucene:analysis:phonetic:compileJava UP-TO-DATE > Task :lucene:analysis:phonetic:classes UP-TO-DATE > Task :lucene:analysis:icu:compileJava UP-TO-DATE > Task :lucene:analysis:icu:classes UP-TO-DATE > Task :lucene:analysis:opennlp:compileJava UP-TO-DATE > Task :lucene:analysis:opennlp:classes UP-TO-DATE > Task :lucene:analysis:morfologik:compileJava UP-TO-DATE > Task :lucene:analysis:morfologik:classes UP-TO-DATE > Task :lucene:analysis:stempel:compileJava UP-TO-DATE > Task :lucene:analysis:smartcn:compileJava UP-TO-DATE > Task :lucene:analysis:stempel:classes UP-TO-DATE > Task :lucene:analysis:smartcn:classes UP-TO-DATE > Task :lucene:analysis:phonetic:jar UP-TO-DATE > Task :lucene:analysis:icu:jar UP-TO-DATE > Task :lucene:analysis:opennlp:jar 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:smartcn:jar UP-TO-DATE > Task :lucene:analysis:stempel:jar UP-TO-DATE > Task :lucene:suggest:compileJava UP-TO-DATE > Task :lucene:analysis:kuromoji:compileJava UP-TO-DATE > Task :lucene:test-framework:compileJava UP-TO-DATE > Task :lucene:analysis:kuromoji:classes UP-TO-DATE > Task :lucene:suggest:classes UP-TO-DATE > Task :lucene:test-framework:classes UP-TO-DATE > Task :lucene:analysis:nori:jar UP-TO-DATE > Task :lucene:test-framework:jar UP-TO-DATE > Task :lucene:analysis:kuromoji:jar UP-TO-DATE > Task :lucene:suggest:jar UP-TO-DATE > Task :lucene:benchmark-jmh:compileJava UP-TO-DATE > Task :lucene:benchmark-jmh:classes UP-TO-DATE > Task :lucene:monitor:compileJava UP-TO-DATE > Task :lucene:monitor:classes UP-TO-DATE > Task :lucene:queryparser:compileJava UP-TO-DATE > Task :lucene:queryparser:classes UP-TO-DATE > Task :lucene:monitor:jar UP-TO-DATE > Task :lucene:spatial-test-fixtures:compileJava UP-TO-DATE > Task :lucene:spatial-test-fixtures:classes UP-TO-DATE > Task :lucene:queryparser:jar UP-TO-DATE > Task :lucene:spatial-test-fixtures: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:luke:compileJava UP-TO-DATE > Task :lucene:luke:classes UP-TO-DATE > Task :lucene:benchmark:compileJava UP-TO-DATE > Task :lucene:benchmark:classes UP-TO-DATE > Task :lucene:luke:jar UP-TO-DATE > Task :lucene:benchmark: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.1/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 6s 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: 41.30 GB available RAM: 243.05 GB used RAM: 8.67 GB dirty RAM: 4.41 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.8s smell: 200/2000 ( 10%) 2.8s smell: 300/2000 ( 15%) 2.8s smell: 400/2000 ( 20%) 2.8s smell: 500/2000 ( 25%) 2.8s smell: 600/2000 ( 30%) 2.8s smell: 700/2000 ( 35%) 2.8s smell: 800/2000 ( 40%) 2.8s smell: 900/2000 ( 45%) 2.8s smell: 1000/2000 ( 50%) 2.8s smell: 1100/2000 ( 55%) 2.8s smell: 1200/2000 ( 60%) 2.8s smell: 1300/2000 ( 65%) 2.8s smell: 1400/2000 ( 70%) 2.8s smell: 1500/2000 ( 75%) 2.8s smell: 1600/2000 ( 80%) 2.8s smell: 1700/2000 ( 85%) 2.8s smell: 1800/2000 ( 90%) 2.8s smell: 1900/2000 ( 95%) 2.9s smell: 2000/2000 (100%) 3.0s smell: isotropy=0.177 full-cov, 0.791 diag-only (effective rank ~181.0/1024 full, ~810.5/1024 diag) isotropy = (tr C)^2 / (D * ||C||_F^2): 1.0 = energy spread evenly across all dims; 1/D = data on one direction full-cov uses real covariance (sees cross-dim correlations); diag-only uses per-dim variances (blind to correlations) WARNING: anisotropic vectors (isotropy_full=0.177 < 0.5) ROTATED anisotropy: per-dim variances look balanced but data lives in a lower-dim subspace at an angle to coord axes consider PCA or a random rotation before quantization/HNSW smell: 2 degenerate dim(s) found in 14.4s: (OUTLIER_SPREAD: std of all dims: μ=0.027, σ=0.007, threshold=3.0σ) [ ▁▄█▆▅▁ ] dim 0585 μ= -0.035 σ= 0.050 zeros= 0% [ ▁▂▃▆██████▅▃▂ ] -> OUTLIER_SPREAD: this_std=0.0501, mean_std=0.0266, +3.3sigma vs threshold=3.0sigma [ ▄▆█▆▄ ] dim 0971 μ= +0.014 σ= 0.048 zeros= 0% [ ▁▂▅██████▇▅▂ ] -> OUTLIER_SPREAD: this_std=0.0478, mean_std=0.0266, +3.0sigma 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.007 σ= 0.034 zeros= 0% [ ▁▄█████▃▁ ] [ ▁██▁ ] dim 0003 μ= +0.022 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▂██▁ ] dim 0004 μ= -0.017 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▆█▅ ] dim 0005 μ= -0.008 σ= 0.034 zeros= 0% [ ▁▅█████▄▁ ] [ █▅ ] dim 0006 μ= -0.001 σ= 0.019 zeros= 0% [ ▁███▄▁ ] [ ▄█ ] dim 0007 μ= -0.030 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ █▆ ] dim 0008 μ= -0.018 σ= 0.019 zeros= 0% [ ▁▆██▄▁ ] [ ▁▇█▄ ] dim 0009 μ= +0.008 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▅█▅ ] dim 0010 μ= +0.014 σ= 0.032 zeros= 0% [ ▁▃▇████▃▁ ] [ ▂██▅ ] dim 0011 μ= -0.011 σ= 0.035 zeros= 0% [ ▁▂▅████▇▃▁ ] [ ▂█ ] dim 0012 μ= +0.012 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▆█▁ ] dim 0013 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▁▆█▄ ] dim 0014 μ= +0.007 σ= 0.035 zeros= 0% [ ▁▂▆████▇▂▁ ] [ ▁█▅ ] dim 0015 μ= -0.001 σ= 0.020 zeros= 0% [ ▂███▄ ] [ ▄█▅ ] dim 0016 μ= -0.000 σ= 0.028 zeros= 0% [ ▁▅███▇▃▁ ] [ ▅█▅ ] dim 0017 μ= +0.016 σ= 0.032 zeros= 0% [ ▃▆████▃▁ ] [ ▂▆█▅▁ ] dim 0018 μ= +0.013 σ= 0.038 zeros= 0% [ ▂▆█████▅▂ ] [ ▁▇█▂ ] dim 0019 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▄████▅▂ ] [ ▂█▃ ] dim 0020 μ= +0.013 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▅█ ] dim 0021 μ= +0.008 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▅█▆▂ ] dim 0022 μ= +0.001 σ= 0.035 zeros= 0% [ ▁▂█████▅▂▁ ] [ ▅▇██▃ ] dim 0023 μ= -0.006 σ= 0.046 zeros= 0% [ ▂▄███████▄▂ ] [ ▅█▄ ] dim 0024 μ= -0.005 σ= 0.032 zeros= 0% [ ▁▃▇███▇▃▁ ] [ ▂█▅ ] dim 0025 μ= +0.019 σ= 0.027 zeros= 0% [ ▁▅███▇▂ ] [ ▆█▁ ] dim 0026 μ= +0.027 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ ▆█▄ ] dim 0027 μ= -0.008 σ= 0.029 zeros= 0% [ ▂████▆▂ ] [ ▁▇█▂ ] dim 0028 μ= +0.027 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▃█▆ ] dim 0029 μ= -0.000 σ= 0.029 zeros= 0% [ ▂▅████▃▁ ] [ ▅█▃ ] dim 0030 μ= -0.009 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ ▆█ ] dim 0031 μ= -0.013 σ= 0.019 zeros= 0% [ ▄██▆▁ ] [ ▂▇█▅▁ ] dim 0032 μ= +0.030 σ= 0.034 zeros= 0% [ ▂▅█████▃▁ ] [ ▇█▃ ] dim 0033 μ= +0.030 σ= 0.027 zeros= 0% [ ▂████▅▁ ] [ ▂█▄ ] dim 0034 μ= -0.003 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▂▇█▄ ] dim 0035 μ= +0.008 σ= 0.033 zeros= 0% [ ▁▅████▆▂▁ ] [ █▅ ] dim 0036 μ= +0.001 σ= 0.019 zeros= 0% [ ▁▇██▄▁ ] [ ▅█▃ ] dim 0037 μ= -0.028 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ ▁█▄ ] dim 0038 μ= -0.002 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▄█▅ ] dim 0039 μ= +0.035 σ= 0.028 zeros= 0% [ ▁▆███▆▂ ] [ ▁▅█▅ ] dim 0040 μ= +0.011 σ= 0.037 zeros= 0% [ ▁▁▅█████▄▁ ] [ ▇█ ] dim 0041 μ= +0.006 σ= 0.017 zeros= 0% [ ▄██▆ ] [ ▂▇█▁ ] dim 0042 μ= -0.016 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▄ ] dim 0043 μ= +0.014 σ= 0.026 zeros= 0% [ ▁▆███▅▂ ] [ ▅█▇▁ ] dim 0044 μ= -0.022 σ= 0.031 zeros= 0% [ ▁▂▇████▃▁ ] [ ▂█▅ ] dim 0045 μ= +0.017 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▃█ ] dim 0046 μ= +0.011 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▃██▄ ] dim 0047 μ= +0.004 σ= 0.032 zeros= 0% [ ▂▅████▅▂ ] [ ▂██▆▁ ] dim 0048 μ= +0.009 σ= 0.040 zeros= 0% [ ▁▃▆█████▄▂▁ ] [ ▃█▇▁ ] dim 0049 μ= +0.021 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▄█▄ ] dim 0050 μ= +0.015 σ= 0.030 zeros= 0% [ ▁▂▆███▇▂▁ ] [ ▃█▇▁ ] dim 0051 μ= +0.000 σ= 0.029 zeros= 0% [ ▂▅████▃▁ ] [ █▇ ] dim 0052 μ= +0.004 σ= 0.016 zeros= 0% [ ▄██▄ ] [ ▂█▃ ] dim 0053 μ= -0.003 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▂█▃ ] dim 0054 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▁█▅ ] dim 0055 μ= +0.018 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▃█▇ ] dim 0056 μ= +0.018 σ= 0.030 zeros= 0% [ ▂▆████▃▁ ] [ ▅█▄ ] dim 0057 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▄█████▃▁ ] [ ▁▆█▅ ] dim 0058 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▃████▇▃▁ ] [ ▆█▂ ] dim 0059 μ= +0.009 σ= 0.028 zeros= 0% [ ▃████▅▁ ] [ ▂█ ] dim 0060 μ= +0.008 σ= 0.012 zeros= 0% [ ▁██▃ ] [ ▂█▇▂ ] dim 0061 μ= -0.016 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▃▇█▅ ] dim 0062 μ= -0.031 σ= 0.035 zeros= 0% [ ▁▁▆████▇▃▁ ] [ ▃█▅ ] dim 0063 μ= +0.016 σ= 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.037 zeros= 0% [ ▁▅█████▄▂▁ ] [ ▅█▂ ] dim 0068 μ= +0.011 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ ▁█ ] dim 0069 μ= +0.013 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▆█▁ ] dim 0070 μ= -0.009 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ ▁█▇▃ ] dim 0071 μ= +0.008 σ= 0.030 zeros= 0% [ ▁▃████▆▂ ] [ ▂█▂ ] dim 0072 μ= +0.013 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▅█ ] dim 0073 μ= +0.007 σ= 0.014 zeros= 0% [ ▂██▄ ] [ ▁▇█▄ ] dim 0074 μ= -0.012 σ= 0.032 zeros= 0% [ ▁▄████▆▂▁ ] [ ▃█▅ ] dim 0075 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▂█▄ ] dim 0076 μ= -0.002 σ= 0.021 zeros= 0% [ ▂███▄ ] [ ▃▆█▅▁ ] dim 0077 μ= -0.009 σ= 0.040 zeros= 0% [ ▁▃▇█████▄▂▁ ] [ ▂█▃ ] dim 0078 μ= +0.015 σ= 0.022 zeros= 0% [ ▃███▄ ] [ ▇█▄ ] dim 0079 μ= +0.009 σ= 0.028 zeros= 0% [ ▁▃████▅▂ ] [ ▄█ ] dim 0080 μ= -0.013 σ= 0.014 zeros= 0% [ ▂██▄ ] [ ▅█▂ ] dim 0081 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ ▂▆█▆▁ ] dim 0082 μ= +0.014 σ= 0.037 zeros= 0% [ ▂▄█████▅▁▁ ] [ ▄█▃ ] dim 0083 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▅█▄ ] dim 0084 μ= +0.013 σ= 0.032 zeros= 0% [ ▁▃████▇▃▁ ] [ ▂█▅ ] dim 0085 μ= -0.003 σ= 0.023 zeros= 0% [ ▁▃███▅▁ ] [ ▄█▇▂ ] dim 0086 μ= -0.017 σ= 0.031 zeros= 0% [ ▂▅████▅▁ ] [ ▆█▄ ] dim 0087 μ= +0.011 σ= 0.024 zeros= 0% [ ▁▆███▃▁ ] [ ▅█▄ ] dim 0088 μ= -0.010 σ= 0.028 zeros= 0% [ ▁▃▇███▄▁ ] [ ▄█▇▂ ] dim 0089 μ= +0.022 σ= 0.032 zeros= 0% [ ▂▅████▆▁ ] [ ▃█▆▄ ] dim 0090 μ= +0.004 σ= 0.035 zeros= 0% [ ▁▂▇████▆▂▁ ] [ ▂█▁ ] dim 0091 μ= +0.032 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▆█▆ ] dim 0092 μ= +0.034 σ= 0.033 zeros= 0% [ ▁▃▆███▇▃▁ ] [ ▁▇█▆ ] dim 0093 μ= -0.006 σ= 0.036 zeros= 0% [ ▁▄█████▅▂ ] [ ▂█▆ ] dim 0094 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▄████▂ ] [ ▂█ ] dim 0095 μ= -0.011 σ= 0.013 zeros= 0% [ ▁██▃ ] [ ▁▆█▃ ] dim 0096 μ= +0.007 σ= 0.031 zeros= 0% [ ▁▄████▅▂ ] [ ▃█▄ ] dim 0097 μ= -0.004 σ= 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.021 zeros= 0% [ ▁███▆▁ ] [ ▁█▃ ] dim 0101 μ= -0.021 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▆█▄ ] dim 0102 μ= -0.007 σ= 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.029 zeros= 0% [ ▁▄████▄▁ ] [ ▁██▃ ] dim 0106 μ= +0.008 σ= 0.028 zeros= 0% [ ▃████▅▁ ] [ ▁█▃ ] dim 0107 μ= -0.003 σ= 0.018 zeros= 0% [ ▁███▃ ] [ ▄▇█▄ ] dim 0108 μ= -0.017 σ= 0.036 zeros= 0% [ ▁▂▇████▆▃▁ ] [ ▅█ ] dim 0109 μ= +0.008 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▆█▁ ] dim 0110 μ= +0.007 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ██ ] dim 0111 μ= +0.024 σ= 0.019 zeros= 0% [ ▁▆██▆▁ ] [ ▇█▂ ] dim 0112 μ= +0.007 σ= 0.026 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.006 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▄██▅ ] dim 0118 μ= -0.013 σ= 0.034 zeros= 0% [ ▂▅████▇▃▁ ] [ ▅█▂ ] dim 0119 μ= -0.010 σ= 0.028 zeros= 0% [ ▁▂▇███▄▁ ] [ ▄█▇▅ ] dim 0120 μ= -0.034 σ= 0.039 zeros= 0% [ ▁▃▇█████▃▂ ] [ ▃█▃ ] dim 0121 μ= +0.013 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ █▂ ] dim 0122 μ= -0.002 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ ▁█▆ ] dim 0123 μ= +0.003 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ ▇█ ] dim 0124 μ= -0.015 σ= 0.021 zeros= 0% [ ▁▇██▇▁ ] [ ▂▆█▅▃ ] dim 0125 μ= -0.005 σ= 0.046 zeros= 0% [ ▂▄▆█████▇▄▂ ] [ █▅ ] dim 0126 μ= +0.021 σ= 0.017 zeros= 0% [ ▁▆██▃ ] [ ██ ] dim 0127 μ= -0.019 σ= 0.023 zeros= 0% [ ▂███▆▂ ] [ ▄█▇▁ ] dim 0128 μ= -0.020 σ= 0.029 zeros= 0% [ ▁▆████▄▁ ] [ ▁▆█▅ ] dim 0129 μ= -0.006 σ= 0.039 zeros= 0% [ ▁▂▆█████▅▂▁ ] [ ▄█▁ ] dim 0130 μ= -0.027 σ= 0.023 zeros= 0% [ ▁▄███▃▁ ] [ ▃█▅ ] dim 0131 μ= -0.002 σ= 0.029 zeros= 0% [ ▁▅███▇▃▁ ] [ ▁██▃ ] dim 0132 μ= +0.005 σ= 0.026 zeros= 0% [ ▁▃████▃ ] [ ▃█ ] dim 0133 μ= +0.008 σ= 0.015 zeros= 0% [ ▂██▄ ] [ ▁█▇ ] dim 0134 μ= +0.023 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▅█▇▁ ] dim 0135 μ= -0.004 σ= 0.032 zeros= 0% [ ▁▂▇████▃▁ ] [ ▁▄█▅ ] dim 0136 μ= +0.010 σ= 0.040 zeros= 0% [ ▁▃▆█████▄▂▁ ] [ ▆█▇ ] dim 0137 μ= -0.022 σ= 0.030 zeros= 0% [ ▂▆███▇▃▁ ] [ ▅█▆ ] dim 0138 μ= +0.036 σ= 0.028 zeros= 0% [ ▁▆███▇▂ ] [ ▅█▂ ] dim 0139 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▇█▁ ] dim 0140 μ= +0.007 σ= 0.022 zeros= 0% [ ▁▇███▂ ] [ ▇█▁ ] dim 0141 μ= +0.006 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▃█ ] dim 0142 μ= +0.009 σ= 0.015 zeros= 0% [ ▂██▅ ] [ ▃█▇▁ ] dim 0143 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▄████▃ ] [ ▂▇█▅ ] dim 0144 μ= +0.006 σ= 0.036 zeros= 0% [ ▁▃▆█████▃▁ ] [ ██ ] dim 0145 μ= -0.018 σ= 0.018 zeros= 0% [ ▁▇██▅ ] [ ▅█▆ ] dim 0146 μ= +0.015 σ= 0.033 zeros= 0% [ ▁▃▇████▃▁ ] [ ▁██▃ ] dim 0147 μ= +0.025 σ= 0.029 zeros= 0% [ ▁▄████▅▁ ] [ █▃ ] dim 0148 μ= -0.003 σ= 0.018 zeros= 0% [ ▁███▂ ] [ █▇▁ ] dim 0149 μ= -0.015 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▁▅█▆▁ ] dim 0150 μ= -0.009 σ= 0.036 zeros= 0% [ ▁▂▅█████▃▁ ] [ ▂▆█▆▁ ] dim 0151 μ= +0.011 σ= 0.038 zeros= 0% [ ▁▂▅█████▄▁ ] [ █▆ ] dim 0152 μ= +0.024 σ= 0.017 zeros= 0% [ ▅██▄ ] [ ▆█▄ ] dim 0153 μ= -0.029 σ= 0.029 zeros= 0% [ ▁▃▇███▆▂ ] [ ▁▇█▆ ] dim 0154 μ= -0.008 σ= 0.034 zeros= 0% [ ▁▄█████▃▁ ] [ ▃█ ] dim 0155 μ= +0.009 σ= 0.014 zeros= 0% [ ▁██▄ ] [ ▅█▆▃ ] dim 0156 μ= -0.001 σ= 0.033 zeros= 0% [ ▃█████▄▁ ] [ ▅█▄ ] dim 0157 μ= -0.007 σ= 0.025 zeros= 0% [ ▁▆███▅▁ ] [ ▂█▄ ] dim 0158 μ= -0.003 σ= 0.021 zeros= 0% [ ▂███▃▁ ] [ ▅█▅▁ ] dim 0159 μ= -0.003 σ= 0.035 zeros= 0% [ ▁▄█████▄▂ ] [ ▄█▆ ] dim 0160 μ= -0.003 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ▄█▅ ] dim 0161 μ= -0.005 σ= 0.033 zeros= 0% [ ▁▃█████▃▁ ] [ ▄█▅ ] dim 0162 μ= -0.003 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▃█▇ ] dim 0163 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▄████▃ ] [ ▆█▅ ] dim 0164 μ= +0.033 σ= 0.030 zeros= 0% [ ▁▃████▇▂ ] [ ▁▆█▁ ] dim 0165 μ= -0.013 σ= 0.027 zeros= 0% [ ▁▂████▄▁ ] [ ▁▅█▃ ] dim 0166 μ= +0.010 σ= 0.032 zeros= 0% [ ▁▄████▆▂▁ ] [ ▁█ ] dim 0167 μ= -0.007 σ= 0.016 zeros= 0% [ ▁██▇▁ ] [ █▇ ] dim 0168 μ= +0.004 σ= 0.015 zeros= 0% [ ▃██▄ ] [ ▃█▆▁ ] dim 0169 μ= -0.001 σ= 0.029 zeros= 0% [ ▁▅████▃▁ ] [ ▃█▇▂ ] dim 0170 μ= +0.022 σ= 0.031 zeros= 0% [ ▂▅████▃▁ ] [ ▅█▄ ] dim 0171 μ= -0.008 σ= 0.028 zeros= 0% [ ▁▂▇███▆▁ ] [ ▄█▃ ] dim 0172 μ= -0.008 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ █ ] dim 0173 μ= -0.005 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▃█▇ ] dim 0174 μ= -0.019 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▃██▄ ] dim 0175 μ= -0.015 σ= 0.032 zeros= 0% [ ▂▄████▅▁ ] [ █▆ ] dim 0176 μ= +0.001 σ= 0.019 zeros= 0% [ ▁▇██▅▁ ] [ ▆█▃ ] dim 0177 μ= +0.011 σ= 0.027 zeros= 0% [ ▂▇███▅▁ ] [ ██ ] dim 0178 μ= +0.022 σ= 0.022 zeros= 0% [ ▂███▇▂ ] [ ▄██▁ ] dim 0179 μ= -0.019 σ= 0.032 zeros= 0% [ ▁▂▇████▅▁ ] [ ▆█▃ ] dim 0180 μ= +0.009 σ= 0.025 zeros= 0% [ ▁████▃ ] [ ▃█▆ ] dim 0181 μ= -0.002 σ= 0.026 zeros= 0% [ ▁▅███▆▂ ] [ ▇█▄ ] dim 0182 μ= -0.029 σ= 0.027 zeros= 0% [ ▂████▅▁ ] [ ▄██▆▂ ] dim 0183 μ= -0.005 σ= 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.004 σ= 0.024 zeros= 0% [ ▃███▇▂ ] [ ▂█▂ ] dim 0188 μ= +0.035 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▂▇█▇▄ ] dim 0189 μ= +0.018 σ= 0.041 zeros= 0% [ ▁▃▅█████▇▃▁ ] [ ▃▇█▆ ] dim 0190 μ= -0.011 σ= 0.036 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▁▅█▆▁ ] dim 0191 μ= -0.004 σ= 0.037 zeros= 0% [ ▁▅█████▅▁▁ ] [ ▃█▆ ] dim 0192 μ= -0.020 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▅█▇▂ ] dim 0193 μ= +0.001 σ= 0.033 zeros= 0% [ ▂▆████▅▂ ] [ ▇█▄ ] dim 0194 μ= -0.010 σ= 0.029 zeros= 0% [ ▁▃████▆▁ ] [ ██▃ ] dim 0195 μ= +0.026 σ= 0.025 zeros= 0% [ ▂████▃▁ ] [ ▇█▂ ] dim 0196 μ= +0.027 σ= 0.024 zeros= 0% [ ▂▇███▃ ] [ ▇█ ] dim 0197 μ= -0.013 σ= 0.016 zeros= 0% [ ▃██▅ ] [ █▆ ] dim 0198 μ= +0.004 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ ▅█▆▂ ] dim 0199 μ= +0.019 σ= 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.028 zeros= 0% [ ▁▂████▅▁ ] [ ▅▇█▁ ] dim 0204 μ= -0.001 σ= 0.031 zeros= 0% [ ▁▂▆████▅▁ ] [ ▃█▃ ] dim 0205 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▁▇█▁ ] dim 0206 μ= +0.005 σ= 0.024 zeros= 0% [ ▂████▂ ] [ █▇▆ ] dim 0207 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▄████▇▃▁ ] [ ▂█▁ ] dim 0208 μ= -0.028 σ= 0.019 zeros= 0% [ ▃███▁ ] [ ▃█▆ ] dim 0209 μ= +0.017 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ▁█ ] dim 0210 μ= -0.008 σ= 0.015 zeros= 0% [ ▁██▆▁ ] [ ▅█▇▂ ] dim 0211 μ= +0.001 σ= 0.031 zeros= 0% [ ▁▂▆████▄▁ ] [ ▄█▅ ] dim 0212 μ= +0.017 σ= 0.032 zeros= 0% [ ▁▃▇███▇▄▁ ] [ ▄█▅ ] dim 0213 μ= -0.004 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▆█▇▁ ] dim 0214 μ= -0.002 σ= 0.031 zeros= 0% [ ▁▂▆████▄▁ ] [ ▃█▆ ] dim 0215 μ= -0.000 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▇█▅ ] dim 0216 μ= -0.008 σ= 0.027 zeros= 0% [ ▂▇███▆▂ ] [ ▃█▇▂ ] dim 0217 μ= +0.002 σ= 0.032 zeros= 0% [ ▁▂▆████▅▁ ] [ █▃ ] dim 0218 μ= -0.001 σ= 0.015 zeros= 0% [ ▆██▂ ] [ ▂▇█▃ ] dim 0219 μ= +0.007 σ= 0.031 zeros= 0% [ ▁▄████▅▂ ] [ ▃█▇▂ ] dim 0220 μ= +0.022 σ= 0.030 zeros= 0% [ ▂▄████▄▁ ] [ ▄█▂ ] dim 0221 μ= -0.009 σ= 0.023 zeros= 0% [ ▁▅███▃▁ ] [ ▂█▇ ] dim 0222 μ= -0.001 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ██▂ ] dim 0223 μ= +0.007 σ= 0.024 zeros= 0% [ ▂████▃ ] [ ▄█▅ ] dim 0224 μ= +0.017 σ= 0.030 zeros= 0% [ ▂▆████▂▁ ] [ ▄█▅ ] dim 0225 μ= -0.008 σ= 0.029 zeros= 0% [ ▁▃▇███▆▂ ] [ ▄█▆▁ ] dim 0226 μ= +0.001 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▂█▇▂ ] dim 0227 μ= -0.033 σ= 0.030 zeros= 0% [ ▁▄████▅▂ ] [ ▆█▆▂ ] dim 0228 μ= +0.037 σ= 0.037 zeros= 0% [ ▂▄█████▆▂▁ ] [ █▇ ] dim 0229 μ= +0.003 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▆█ ] dim 0230 μ= +0.006 σ= 0.019 zeros= 0% [ ▁▅██▇▁ ] [ ▁██ ] dim 0231 μ= -0.017 σ= 0.025 zeros= 0% [ ▃████▂ ] [ ██▃ ] dim 0232 μ= +0.029 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ ▅█▃ ] dim 0233 μ= -0.028 σ= 0.027 zeros= 0% [ ▂▇███▅▁ ] [ ▅▇█▂ ] dim 0234 μ= +0.039 σ= 0.030 zeros= 0% [ ▂▆████▄▁ ] [ ▁█▇ ] dim 0235 μ= +0.002 σ= 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.029 zeros= 0% [ ▁▃▇███▅▂ ] [ ▂▇█ ] dim 0239 μ= -0.018 σ= 0.027 zeros= 0% [ ▁▄████▃ ] [ ▃█▅ ] dim 0240 μ= +0.016 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▅██▇▁ ] dim 0241 μ= +0.027 σ= 0.039 zeros= 0% [ ▁▃▇█████▄▂ ] [ █▆ ] dim 0242 μ= +0.003 σ= 0.025 zeros= 0% [ ▃████▂ ] [ ▂█▂ ] dim 0243 μ= -0.006 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▁▆█▅ ] dim 0244 μ= -0.007 σ= 0.034 zeros= 0% [ ▁▄█████▄▁ ] [ ▂█▇▁ ] dim 0245 μ= +0.004 σ= 0.032 zeros= 0% [ ▁▅████▄▂▁ ] [ ██ ] dim 0246 μ= -0.016 σ= 0.018 zeros= 0% [ ▅██▅▁ ] [ ▃██▂ ] dim 0247 μ= -0.036 σ= 0.035 zeros= 0% [ ▁▂▆████▆▂▁ ] [ ▂▇█▇ ] dim 0248 μ= +0.011 σ= 0.035 zeros= 0% [ ▂▅████▇▄▁ ] [ ▅█▇ ] dim 0249 μ= -0.021 σ= 0.031 zeros= 0% [ ▃▅████▄▁ ] [ █▆ ] dim 0250 μ= +0.002 σ= 0.023 zeros= 0% [ ▂███▇▁ ] [ █▆ ] dim 0251 μ= +0.022 σ= 0.015 zeros= 0% [ ▄██▂ ] [ ▄█▄ ] dim 0252 μ= -0.006 σ= 0.022 zeros= 0% [ ▁▄███▄▁ ] [ ▅█ ] dim 0253 μ= -0.015 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▂▇█▁ ] dim 0254 μ= +0.022 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▃▇█▅ ] dim 0255 μ= -0.011 σ= 0.038 zeros= 0% [ ▁▃▅█████▄▂ ] [ ▁▅█▇▆▃ ] dim 0256 μ= -0.013 σ= 0.045 zeros= 0% [ ▁▁▂▅██████▆▃▁ ] [ ▃█▅▁ ] dim 0257 μ= -0.001 σ= 0.030 zeros= 0% [ ▂▆████▃▁ ] [ ▂█▆▁ ] dim 0258 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▇█ ] dim 0259 μ= +0.004 σ= 0.018 zeros= 0% [ ▅██▅▁ ] [ ▅█▇▂ ] dim 0260 μ= -0.000 σ= 0.033 zeros= 0% [ ▁▂▇████▄▁ ] [ █▄ ] dim 0261 μ= -0.020 σ= 0.016 zeros= 0% [ ▆██▃ ] [ ▆█ ] dim 0262 μ= +0.028 σ= 0.019 zeros= 0% [ ▄███▁ ] [ ▄█ ] dim 0263 μ= -0.011 σ= 0.018 zeros= 0% [ ▃██▇▁ ] [ ▂██▄ ] dim 0264 μ= -0.014 σ= 0.030 zeros= 0% [ ▁▅████▅▁ ] [ ▅█▂ ] dim 0265 μ= -0.010 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ██ ] dim 0266 μ= +0.003 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▄█ ] dim 0267 μ= +0.010 σ= 0.019 zeros= 0% [ ▃███▁ ] [ ▅██▄ ] dim 0268 μ= +0.024 σ= 0.038 zeros= 0% [ ▁▃██████▄▁ ] [ ▂▇█▂ ] dim 0269 μ= +0.003 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▄█▇▂ ] dim 0270 μ= +0.000 σ= 0.032 zeros= 0% [ ▁▂▆████▄▁ ] [ ▆█▄ ] dim 0271 μ= -0.009 σ= 0.027 zeros= 0% [ ▂▆███▅▁ ] [ ▄█▁ ] dim 0272 μ= -0.009 σ= 0.020 zeros= 0% [ ▄███▂ ] [ ▁▇█▆ ] dim 0273 μ= +0.012 σ= 0.038 zeros= 0% [ ▁▁▅█████▄▂ ] [ ▂██▄ ] dim 0274 μ= +0.007 σ= 0.032 zeros= 0% [ ▁▅████▆▂ ] [ ▃█▅ ] dim 0275 μ= +0.020 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▃█▁ ] dim 0276 μ= -0.008 σ= 0.021 zeros= 0% [ ▁▄███▃ ] [ ▁▇█▂ ] dim 0277 μ= +0.006 σ= 0.026 zeros= 0% [ ▂████▄▁ ] [ ▅█▂ ] dim 0278 μ= -0.009 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▅██▂ ] dim 0279 μ= +0.019 σ= 0.034 zeros= 0% [ ▁▃▇████▅▂ ] [ ▆█▁ ] dim 0280 μ= +0.026 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ██ ] dim 0281 μ= +0.004 σ= 0.025 zeros= 0% [ ▃████▂ ] [ ▆█ ] dim 0282 μ= +0.005 σ= 0.018 zeros= 0% [ ▁▅██▆▁ ] [ ▅█▅ ] dim 0283 μ= -0.006 σ= 0.029 zeros= 0% [ ▂▇███▆▂▁ ] [ ▁▇█▃ ] dim 0284 μ= -0.052 σ= 0.032 zeros= 0% [ ▁▅████▆▂▁ ] [ ▁██▃ ] dim 0285 μ= +0.008 σ= 0.033 zeros= 0% [ ▁▅████▆▂▁ ] [ ▆█▄ ] dim 0286 μ= -0.008 σ= 0.032 zeros= 0% [ ▁▄████▇▃▁ ] [ ▇█ ] dim 0287 μ= +0.005 σ= 0.021 zeros= 0% [ ▁▆██▇▂ ] [ ▁▄▇█▅▃ ] dim 0288 μ= -0.012 σ= 0.043 zeros= 0% [ ▁▂▃██████▅▂▁ ] [ ▅█▂ ] dim 0289 μ= +0.010 σ= 0.024 zeros= 0% [ ▂▆███▃▁ ] [ ▄█▄ ] dim 0290 μ= +0.015 σ= 0.035 zeros= 0% [ ▁▄█████▄▁ ] [ ▇█ ] dim 0291 μ= -0.015 σ= 0.014 zeros= 0% [ ▃██▃ ] [ ▄▆█▃ ] dim 0292 μ= +0.004 σ= 0.034 zeros= 0% [ ▁▂▆████▆▂▁ ] [ █▆ ] dim 0293 μ= +0.020 σ= 0.020 zeros= 0% [ ▂███▅▁ ] [ ▃█▅ ] dim 0294 μ= -0.005 σ= 0.027 zeros= 0% [ ▁▆███▆▂ ] [ █▂ ] dim 0295 μ= -0.000 σ= 0.013 zeros= 0% [ ▃██▁ ] [ ▂▇█ ] dim 0296 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▃███▇▂ ] [ █▃ ] dim 0297 μ= -0.003 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▅█▂ ] dim 0298 μ= -0.010 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ▂█▆ ] dim 0299 μ= +0.001 σ= 0.026 zeros= 0% [ ▁▄████▃ ] [ ▅█▆ ] dim 0300 μ= -0.024 σ= 0.031 zeros= 0% [ ▁▂▇████▃▁ ] [ ▆█▂ ] dim 0301 μ= +0.008 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ ▃██▄ ] dim 0302 μ= +0.007 σ= 0.036 zeros= 0% [ ▁▂▅████▇▃▁ ] [ █▆ ] dim 0303 μ= -0.018 σ= 0.016 zeros= 0% [ ▅██▃ ] [ ▅█▅▁ ] dim 0304 μ= -0.001 σ= 0.030 zeros= 0% [ ▁▅████▃▁ ] [ ▃▇█▄ ] dim 0305 μ= +0.024 σ= 0.034 zeros= 0% [ ▁▂▆████▅▂ ] [ ▁▅█▅ ] dim 0306 μ= +0.013 σ= 0.036 zeros= 0% [ ▁▁▄█████▄▁ ] [ ▂█ ] dim 0307 μ= +0.010 σ= 0.016 zeros= 0% [ ▂██▆▁ ] [ ▁▇█▆▁ ] dim 0308 μ= +0.031 σ= 0.038 zeros= 0% [ ▁▃▅█████▅▂ ] [ ▃██▁ ] dim 0309 μ= +0.001 σ= 0.030 zeros= 0% [ ▂▅████▄▁ ] [ █ ] dim 0310 μ= -0.001 σ= 0.010 zeros= 0% [ ▂█▇ ] [ ▄█ ] dim 0311 μ= +0.007 σ= 0.013 zeros= 0% [ ▁██▃ ] [ ▄█▇▂ ] dim 0312 μ= +0.018 σ= 0.034 zeros= 0% [ ▁▃█████▄▂ ] [ ██ ] dim 0313 μ= +0.004 σ= 0.019 zeros= 0% [ ▁▆██▆▁ ] [ ▂▅▆█▅▁ ] dim 0314 μ= +0.003 σ= 0.046 zeros= 0% [ ▁▂▅██████▅▃▁ ] [ █▄ ] dim 0315 μ= -0.001 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▄█▄ ] dim 0316 μ= -0.026 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▂▇█▂ ] dim 0317 μ= -0.014 σ= 0.030 zeros= 0% [ ▁▄████▄▂ ] [ ▃█ ] dim 0318 μ= -0.010 σ= 0.015 zeros= 0% [ ▁██▅ ] [ ▁▆█▄ ] dim 0319 μ= +0.009 σ= 0.031 zeros= 0% [ ▁▄████▆▂▁ ] [ ▁█▇▂ ] dim 0320 μ= -0.015 σ= 0.025 zeros= 0% [ ▂████▃▁ ] [ █ ] dim 0321 μ= -0.026 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▂▇█▇ ] dim 0322 μ= -0.007 σ= 0.036 zeros= 0% [ ▂▄█████▄▁ ] [ ▅█▆▁ ] dim 0323 μ= +0.015 σ= 0.034 zeros= 0% [ ▁▅█████▄▁ ] [ █▃ ] dim 0324 μ= -0.023 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▂██▅▁ ] dim 0325 μ= +0.011 σ= 0.036 zeros= 0% [ ▂▅█████▄▁ ] [ ▃█▄ ] dim 0326 μ= -0.005 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ ▁█▂ ] dim 0327 μ= -0.024 σ= 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.019 zeros= 0% [ ▁▇██▅▁ ] [ ▄█▅ ] dim 0333 μ= -0.002 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ █▂ ] dim 0334 μ= +0.018 σ= 0.016 zeros= 0% [ ▆██▂ ] [ █▇ ] dim 0335 μ= +0.004 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▅█▇▃ ] dim 0336 μ= +0.000 σ= 0.033 zeros= 0% [ ▁▃▆████▅▂ ] [ ██▃ ] dim 0337 μ= -0.013 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▆█▅ ] dim 0338 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▃████▆▁ ] [ ▁██▂ ] dim 0339 μ= +0.005 σ= 0.030 zeros= 0% [ ▁▄████▅▁ ] [ ▃█▆▁ ] dim 0340 μ= +0.000 σ= 0.032 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.013 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ █▁ ] dim 0346 μ= -0.004 σ= 0.015 zeros= 0% [ ▇██▁ ] [ ▅█▄ ] dim 0347 μ= -0.025 σ= 0.031 zeros= 0% [ ▁▂▇████▂▁ ] [ ▁▇█▅ ] dim 0348 μ= -0.008 σ= 0.033 zeros= 0% [ ▁▄████▇▃▁ ] [ ██▆ ] dim 0349 μ= -0.027 σ= 0.030 zeros= 0% [ ▁▃████▇▂▁ ] [ ▁█▁ ] dim 0350 μ= +0.014 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▄██ ] dim 0351 μ= +0.018 σ= 0.027 zeros= 0% [ ▁▅███▇▂ ] [ ▂▇█▂ ] dim 0352 μ= +0.007 σ= 0.031 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.034 zeros= 0% [ ▁▃█████▃▁ ] [ ▃█▅ ] dim 0357 μ= +0.018 σ= 0.027 zeros= 0% [ ▁▅███▇▂ ] [ █▁ ] dim 0358 μ= -0.002 σ= 0.013 zeros= 0% [ ▅██▁ ] [ ▆█▂ ] dim 0359 μ= -0.011 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▅█▄ ] dim 0360 μ= +0.011 σ= 0.028 zeros= 0% [ ▂▇███▅▁ ] [ ▄██▃ ] dim 0361 μ= -0.017 σ= 0.037 zeros= 0% [ ▁▃█████▇▃▁ ] [ ▁█▁ ] dim 0362 μ= -0.025 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▂█▆▁ ] dim 0363 μ= +0.020 σ= 0.031 zeros= 0% [ ▂▆████▃▁ ] [ ▇█▂ ] dim 0364 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▂████▅▂ ] [ ▁▆█▆ ] dim 0365 μ= +0.031 σ= 0.032 zeros= 0% [ ▁▃████▇▃▁ ] [ ▁█▅ ] dim 0366 μ= -0.021 σ= 0.022 zeros= 0% [ ▃███▆▁ ] [ ██ ] dim 0367 μ= +0.004 σ= 0.014 zeros= 0% [ ▃██▃ ] [ ▄█▃ ] dim 0368 μ= -0.007 σ= 0.021 zeros= 0% [ ▁▃███▃ ] [ ▃█▂ ] dim 0369 μ= +0.033 σ= 0.019 zeros= 0% [ ▃███▂ ] [ █▃ ] dim 0370 μ= -0.002 σ= 0.020 zeros= 0% [ ▂███▄ ] [ ▅██▅ ] dim 0371 μ= +0.004 σ= 0.035 zeros= 0% [ ▁▃▆████▇▃▁ ] [ ▅█▇▂ ] dim 0372 μ= +0.020 σ= 0.035 zeros= 0% [ ▁▃▆████▅▂ ] [ ▄█▇▂ ] dim 0373 μ= -0.002 σ= 0.032 zeros= 0% [ ▁▃▇████▄▁ ] [ █▅ ] dim 0374 μ= -0.018 σ= 0.021 zeros= 0% [ ▁▇██▅▁ ] [ ▇█▅ ] dim 0375 μ= +0.012 σ= 0.029 zeros= 0% [ ▁▂▇███▆▂ ] [ ▅█ ] dim 0376 μ= -0.011 σ= 0.018 zeros= 0% [ ▃██▇▁ ] [ ▅█▇ ] dim 0377 μ= -0.005 σ= 0.029 zeros= 0% [ ▂▇███▇▂ ] [ ▃█▆ ] dim 0378 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▁█▇▁ ] dim 0379 μ= +0.004 σ= 0.026 zeros= 0% [ ▁▃████▃ ] [ ▃█▃ ] dim 0380 μ= -0.003 σ= 0.024 zeros= 0% [ ▁▃███▆▁ ] [ █▆ ] dim 0381 μ= +0.002 σ= 0.016 zeros= 0% [ ▅██▃ ] [ ▅█▅ ] dim 0382 μ= -0.009 σ= 0.030 zeros= 0% [ ▁▃████▆▂▁ ] [ ▄██▄ ] dim 0383 μ= +0.025 σ= 0.033 zeros= 0% [ ▂▅████▆▂▁ ] [ ▆█▄ ] dim 0384 μ= +0.010 σ= 0.027 zeros= 0% [ ▂▇███▅▁ ] [ ▂█▆ ] dim 0385 μ= +0.020 σ= 0.026 zeros= 0% [ ▁▄███▇▃▁ ] [ ▅█▂ ] dim 0386 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▆███▃▁ ] [ █ ] dim 0387 μ= -0.010 σ= 0.011 zeros= 0% [ ▇█▂ ] [ ▄▆█▅▁ ] dim 0388 μ= +0.013 σ= 0.043 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.021 σ= 0.025 zeros= 0% [ ▁▃████▂ ] [ ▁▆█▅ ] dim 0393 μ= -0.008 σ= 0.039 zeros= 0% [ ▁▃▅█████▄▂▁ ] [ █▃ ] dim 0394 μ= +0.018 σ= 0.018 zeros= 0% [ ▁▇██▂ ] [ ▁▅█▅▃ ] dim 0395 μ= -0.003 σ= 0.034 zeros= 0% [ ▁▃█████▄▁ ] [ ▇█▁ ] dim 0396 μ= -0.014 σ= 0.024 zeros= 0% [ ▂████▃ ] [ █▅ ] dim 0397 μ= +0.003 σ= 0.018 zeros= 0% [ ▁▅██▄ ] [ ▁▆██▃ ] dim 0398 μ= +0.003 σ= 0.039 zeros= 0% [ ▁▄██████▄▁ ] [ ▅█ ] dim 0399 μ= -0.013 σ= 0.017 zeros= 0% [ ▃██▅ ] [ ▁▇█▆▁ ] dim 0400 μ= -0.004 σ= 0.037 zeros= 0% [ ▁▄█████▅▂▁ ] [ ▃▇█▂ ] dim 0401 μ= -0.018 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▂█▆ ] dim 0402 μ= -0.000 σ= 0.025 zeros= 0% [ ▁▃███▇▂ ] [ ▄█▆ ] dim 0403 μ= -0.005 σ= 0.026 zeros= 0% [ ▁▅███▆▁ ] [ █▇ ] dim 0404 μ= +0.003 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ ▄█▄ ] dim 0405 μ= +0.015 σ= 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.025 zeros= 0% [ ▁▃████▂ ] [ ▆█▂ ] dim 0409 μ= -0.012 σ= 0.025 zeros= 0% [ ▂▇███▃▁ ] [ ▁█▆ ] dim 0410 μ= -0.019 σ= 0.025 zeros= 0% [ ▁▃███▇▂ ] [ ▄██▂ ] dim 0411 μ= +0.002 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ ▄▅█▄ ] dim 0412 μ= +0.004 σ= 0.038 zeros= 0% [ ▁▃▆████▇▃▁ ] [ ██▄ ] dim 0413 μ= -0.010 σ= 0.025 zeros= 0% [ ▁▇███▄▁ ] [ ▆█▃ ] dim 0414 μ= -0.008 σ= 0.025 zeros= 0% [ ▁▆███▅▁ ] [ ▄█▃ ] dim 0415 μ= -0.007 σ= 0.022 zeros= 0% [ ▁▅███▃▁ ] [ ▅█▅▂ ] dim 0416 μ= -0.002 σ= 0.038 zeros= 0% [ ▁▄▇████▅▂▁ ] [ ▇█▃ ] dim 0417 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▇█ ] dim 0418 μ= -0.016 σ= 0.021 zeros= 0% [ ▁▇██▇▁ ] [ █ ] dim 0419 μ= -0.004 σ= 0.014 zeros= 0% [ ▆██▁ ] [ ▄█▇▃ ] dim 0420 μ= +0.003 σ= 0.035 zeros= 0% [ ▁▃▇████▆▃▁ ] [ ▂█▆ ] dim 0421 μ= -0.017 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▄█▃ ] dim 0422 μ= +0.012 σ= 0.027 zeros= 0% [ ▂▇███▅▁ ] [ ▃█▃ ] dim 0423 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▂█▃ ] dim 0424 μ= +0.015 σ= 0.021 zeros= 0% [ ▃███▄ ] [ ▂██▄ ] dim 0425 μ= -0.012 σ= 0.039 zeros= 0% [ ▁▃▆█████▃▁ ] [ █▂ ] dim 0426 μ= +0.019 σ= 0.013 zeros= 0% [ ▄██▁ ] [ ▄██▄ ] dim 0427 μ= +0.002 σ= 0.036 zeros= 0% [ ▁▃▇████▆▂▁ ] [ ▅█▇▂ ] dim 0428 μ= +0.020 σ= 0.036 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ▂█ ] dim 0429 μ= +0.011 σ= 0.016 zeros= 0% [ ▂██▆▁ ] [ ▇█▃ ] dim 0430 μ= +0.008 σ= 0.025 zeros= 0% [ ▂▇███▃▁ ] [ ▅█▆ ] dim 0431 μ= +0.015 σ= 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.006 σ= 0.017 zeros= 0% [ ▄██▅ ] [ ▂▇██ ] dim 0436 μ= -0.008 σ= 0.035 zeros= 0% [ ▁▂▅█████▃▁ ] [ ▁▆█▆ ] dim 0437 μ= +0.011 σ= 0.032 zeros= 0% [ ▁▄████▇▂ ] [ ▃█▅ ] dim 0438 μ= -0.001 σ= 0.024 zeros= 0% [ ▃███▆▁ ] [ ▂█▅▁ ] dim 0439 μ= -0.017 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▂██▂ ] dim 0440 μ= +0.004 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▅██▂ ] dim 0441 μ= +0.019 σ= 0.035 zeros= 0% [ ▁▃█████▆▁ ] [ ▄█▁ ] dim 0442 μ= +0.012 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▄█ ] dim 0443 μ= -0.010 σ= 0.017 zeros= 0% [ ▃██▇▁ ] [ ▃▆█▅▁ ] dim 0444 μ= +0.016 σ= 0.043 zeros= 0% [ ▁▂▇█████▇▃▂ ] [ ▇█ ] dim 0445 μ= +0.006 σ= 0.021 zeros= 0% [ ▁▆██▇▁ ] [ ▂█▆ ] dim 0446 μ= +0.018 σ= 0.029 zeros= 0% [ ▂▅████▃▁ ] [ ▁█▇ ] dim 0447 μ= +0.020 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▁██▃ ] dim 0448 μ= -0.013 σ= 0.031 zeros= 0% [ ▁▄████▅▂ ] [ ▁█ ] dim 0449 μ= +0.013 σ= 0.020 zeros= 0% [ ▃███▂ ] [ █▇ ] dim 0450 μ= -0.017 σ= 0.019 zeros= 0% [ ▁▇██▅▁ ] [ ▅█▁ ] dim 0451 μ= +0.010 σ= 0.022 zeros= 0% [ ▁▅███▃ ] [ ▂▇█▃ ] dim 0452 μ= -0.013 σ= 0.030 zeros= 0% [ ▁▄████▆▁ ] [ ▃█ ] dim 0453 μ= -0.008 σ= 0.018 zeros= 0% [ ▂███▁ ] [ █▃ ] dim 0454 μ= -0.001 σ= 0.014 zeros= 0% [ ▄██▁ ] [ ▄▆█▇▃ ] dim 0455 μ= +0.011 σ= 0.043 zeros= 0% [ ▂▃▆█████▆▂▁ ] [ ▄█▇▃ ] dim 0456 μ= -0.016 σ= 0.032 zeros= 0% [ ▁▁▅████▅▂ ] [ ▄█▃ ] dim 0457 μ= +0.012 σ= 0.028 zeros= 0% [ ▁▂▆███▅▂ ] [ ▅█▇▁ ] dim 0458 μ= +0.016 σ= 0.031 zeros= 0% [ ▁▃▇████▃ ] [ ▆█▁ ] dim 0459 μ= -0.011 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ ▄█▃ ] dim 0460 μ= -0.009 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ █ ] dim 0461 μ= -0.006 σ= 0.012 zeros= 0% [ ▆█▆ ] [ ██ ] dim 0462 μ= -0.015 σ= 0.022 zeros= 0% [ ▁▇██▇▂ ] [ ▂█▇▁ ] dim 0463 μ= -0.018 σ= 0.034 zeros= 0% [ ▁▂▆████▅▂ ] [ ▁▅█▆▃ ] dim 0464 μ= -0.019 σ= 0.042 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.002 σ= 0.028 zeros= 0% [ ▂▅███▇▂ ] [ █▇ ] dim 0470 μ= -0.017 σ= 0.017 zeros= 0% [ ▅██▄ ] [ █▄ ] dim 0471 μ= +0.039 σ= 0.015 zeros= 0% [ ▁▅██▂ ] [ ▄█▄ ] dim 0472 μ= -0.003 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ██ ] dim 0473 μ= -0.016 σ= 0.016 zeros= 0% [ ▄██▄ ] [ ▄█▃ ] dim 0474 μ= +0.013 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▂▆██▄ ] dim 0475 μ= -0.001 σ= 0.039 zeros= 0% [ ▂▅█████▇▃▁ ] [ ▃█ ] dim 0476 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▁█▁ ] dim 0477 μ= -0.005 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▄█▃ ] dim 0478 μ= -0.024 σ= 0.024 zeros= 0% [ ▄███▅▁ ] [ ▂▆█▁ ] dim 0479 μ= +0.005 σ= 0.031 zeros= 0% [ ▁▄████▅▁ ] [ ▅█▆ ] dim 0480 μ= -0.007 σ= 0.031 zeros= 0% [ ▁▃████▇▃ ] [ █▇ ] dim 0481 μ= +0.021 σ= 0.020 zeros= 0% [ ▂▇██▅▁ ] [ ▇█▄ ] dim 0482 μ= +0.010 σ= 0.029 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.023 σ= 0.029 zeros= 0% [ ▁▄████▅▁ ] [ ▂█▅ ] dim 0487 μ= +0.017 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▁▄▆█▅ ] dim 0488 μ= +0.026 σ= 0.044 zeros= 0% [ ▁▂▅██████▆▂▁ ] [ ▄█▄ ] dim 0489 μ= -0.025 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▆█▄ ] dim 0490 μ= -0.011 σ= 0.031 zeros= 0% [ ▁▄████▆▂▁ ] [ █▄ ] dim 0491 μ= +0.019 σ= 0.016 zeros= 0% [ ▆██▂ ] [ ▅█▂ ] dim 0492 μ= -0.011 σ= 0.028 zeros= 0% [ ▁▃████▅▁ ] [ ▁█▂ ] dim 0493 μ= +0.014 σ= 0.019 zeros= 0% [ ▂███▂ ] [ █▆ ] dim 0494 μ= +0.021 σ= 0.019 zeros= 0% [ ▁▆██▄ ] [ ▂█▇▁ ] dim 0495 μ= -0.016 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▅█ ] dim 0496 μ= +0.026 σ= 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.028 zeros= 0% [ ▁▃████▄▂ ] [ ▆█▇▄ ] dim 0500 μ= +0.022 σ= 0.040 zeros= 0% [ ▁▁▃█████▇▄▁ ] [ █ ] dim 0501 μ= -0.007 σ= 0.013 zeros= 0% [ ▇█▆ ] [ ▁█▇ ] dim 0502 μ= +0.021 σ= 0.023 zeros= 0% [ ▃███▇▁ ] [ ▄█▇▁ ] dim 0503 μ= +0.001 σ= 0.031 zeros= 0% [ ▁▂▅████▄▂ ] [ █ ] dim 0504 μ= -0.004 σ= 0.012 zeros= 0% [ ▄█▇ ] [ ▂█▄ ] dim 0505 μ= -0.003 σ= 0.023 zeros= 0% [ ▁▃███▅▁ ] [ ▆█▂ ] dim 0506 μ= +0.009 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▄█▁ ] dim 0507 μ= -0.010 σ= 0.024 zeros= 0% [ ▁▆███▃▁ ] [ ▆█▅ ] dim 0508 μ= -0.004 σ= 0.033 zeros= 0% [ ▁▃▇████▄▁ ] [ ▄█▇ ] dim 0509 μ= -0.001 σ= 0.025 zeros= 0% [ ▁▃███▇▂ ] [ ▆█▄ ] dim 0510 μ= -0.009 σ= 0.029 zeros= 0% [ ▁▂▇███▆▂ ] [ ▂▆█▆▁ ] dim 0511 μ= +0.010 σ= 0.036 zeros= 0% [ ▁▂▅█████▃▁ ] [ ▁██▁ ] dim 0512 μ= -0.015 σ= 0.026 zeros= 0% [ ▁▂████▃▁ ] [ ██ ] dim 0513 μ= +0.024 σ= 0.012 zeros= 0% [ ▂██▂ ] [ ▁▇█▅ ] dim 0514 μ= +0.011 σ= 0.033 zeros= 0% [ ▁▅████▆▃▁ ] [ ▄█▃ ] dim 0515 μ= -0.028 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ ██ ] dim 0516 μ= +0.025 σ= 0.020 zeros= 0% [ ▁▆██▇▁ ] [ ▂▅█▆▂ ] dim 0517 μ= -0.007 σ= 0.038 zeros= 0% [ ▁▂▅█████▄▂▁ ] [ ██▁ ] dim 0518 μ= +0.025 σ= 0.023 zeros= 0% [ ▁████▂ ] [ ▃█▇ ] dim 0519 μ= -0.039 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ ▅█▄ ] dim 0520 μ= +0.013 σ= 0.032 zeros= 0% [ ▁▃████▇▃▁ ] [ ▃█▇▁ ] dim 0521 μ= +0.019 σ= 0.034 zeros= 0% [ ▁▃▇████▄▂ ] [ ▅█▄ ] dim 0522 μ= +0.013 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ █▄ ] dim 0523 μ= +0.020 σ= 0.016 zeros= 0% [ ▁▅██▃ ] [ ▄█▄ ] dim 0524 μ= +0.015 σ= 0.028 zeros= 0% [ ▂▅███▆▂ ] [ █ ] dim 0525 μ= -0.006 σ= 0.011 zeros= 0% [ ▅█▅ ] [ ██ ] dim 0526 μ= -0.017 σ= 0.026 zeros= 0% [ ▁▃████▃ ] [ ▅█▃ ] dim 0527 μ= +0.013 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▅██▁ ] dim 0528 μ= -0.039 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▄█▇ ] dim 0529 μ= +0.015 σ= 0.029 zeros= 0% [ ▁▂▇███▇▂ ] [ ▂██▁ ] dim 0530 μ= -0.016 σ= 0.026 zeros= 0% [ ▄████▄▁ ] [ ██▁ ] dim 0531 μ= -0.015 σ= 0.024 zeros= 0% [ ▂████▃ ] [ ▆█▆ ] dim 0532 μ= -0.006 σ= 0.032 zeros= 0% [ ▁▄█████▃▁ ] [ ▁█▃ ] dim 0533 μ= -0.003 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▄█▆▂ ] dim 0534 μ= -0.000 σ= 0.033 zeros= 0% [ ▂▇████▅▁ ] [ ▄▇█▄ ] dim 0535 μ= -0.018 σ= 0.039 zeros= 0% [ ▁▄█████▇▃▁ ] [ ▁█▃ ] dim 0536 μ= +0.016 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▂██▄ ] dim 0537 μ= +0.005 σ= 0.032 zeros= 0% [ ▂▅████▅▂ ] [ ▆█▂ ] dim 0538 μ= +0.028 σ= 0.028 zeros= 0% [ ▁▃████▅▁ ] [ ▅█▆▃ ] dim 0539 μ= +0.003 σ= 0.038 zeros= 0% [ ▁▃█████▇▃▁ ] [ ▁▆█▆▁ ] dim 0540 μ= -0.006 σ= 0.036 zeros= 0% [ ▁▅█████▅▁ ] [ ▄▇█ ] dim 0541 μ= -0.002 σ= 0.027 zeros= 0% [ ▁▅███▇▂ ] [ ▅█▇ ] dim 0542 μ= -0.004 σ= 0.032 zeros= 0% [ ▁▃▇████▄▁ ] [ ▁▅██▃ ] dim 0543 μ= +0.018 σ= 0.037 zeros= 0% [ ▂▄█████▅▃▁ ] [ ▇█ ] dim 0544 μ= +0.006 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ █▅ ] dim 0545 μ= -0.019 σ= 0.017 zeros= 0% [ ▁▆██▃ ] [ ▂▇█▃ ] dim 0546 μ= -0.017 σ= 0.033 zeros= 0% [ ▁▂▆████▅▁ ] [ ▇█▂ ] dim 0547 μ= -0.012 σ= 0.026 zeros= 0% [ ▂████▄▁ ] [ ██ ] dim 0548 μ= -0.035 σ= 0.024 zeros= 0% [ ▂████▂▁ ] [ ▆█▅ ] dim 0549 μ= +0.013 σ= 0.030 zeros= 0% [ ▁▂▇███▇▂▁ ] [ ▂▅█▆▂ ] dim 0550 μ= -0.007 σ= 0.040 zeros= 0% [ ▁▂▆█████▅▂▁ ] [ ▅█ ] dim 0551 μ= +0.008 σ= 0.017 zeros= 0% [ ▂██▅▁ ] [ ▅█▅ ] dim 0552 μ= -0.005 σ= 0.028 zeros= 0% [ ▂▆███▆▂ ] [ ▄█▅ ] dim 0553 μ= -0.004 σ= 0.027 zeros= 0% [ ▂▆███▇▂ ] [ █▂ ] dim 0554 μ= +0.017 σ= 0.018 zeros= 0% [ ▁███▃ ] [ ▇█▅ ] dim 0555 μ= +0.012 σ= 0.030 zeros= 0% [ ▁▂████▆▂ ] [ ▃█▇▃ ] dim 0556 μ= -0.016 σ= 0.034 zeros= 0% [ ▁▂▆████▅▂▁ ] [ ▂█▄ ] dim 0557 μ= -0.003 σ= 0.021 zeros= 0% [ ▃███▄▁ ] [ ▄█▅ ] dim 0558 μ= +0.011 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ ▄▇█▆▂ ] dim 0559 μ= -0.011 σ= 0.041 zeros= 0% [ ▁▄▇█████▅▂▁ ] [ ▄█▅▃ ] dim 0560 μ= -0.001 σ= 0.037 zeros= 0% [ ▁▄▆████▅▂▁ ] [ ▅█▆▁ ] dim 0561 μ= -0.023 σ= 0.035 zeros= 0% [ ▁▄█████▄▂▁ ] [ █▆ ] dim 0562 μ= +0.001 σ= 0.020 zeros= 0% [ ▁███▅▁ ] [ ▄█▃ ] dim 0563 μ= +0.031 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ ▆█ ] dim 0564 μ= +0.006 σ= 0.020 zeros= 0% [ ▁▅██▆▁ ] [ █▄ ] dim 0565 μ= -0.021 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▂▆█▄ ] dim 0566 μ= +0.007 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ █▇ ] dim 0567 μ= +0.002 σ= 0.016 zeros= 0% [ ▅██▃ ] [ ▃█▅ ] dim 0568 μ= +0.017 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▂█▇▁ ] dim 0569 μ= -0.017 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ ▄█▄ ] dim 0570 μ= +0.015 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▃█▆▃ ] dim 0571 μ= +0.000 σ= 0.033 zeros= 0% [ ▁▂▇████▄▁ ] [ ▅█ ] dim 0572 μ= +0.007 σ= 0.015 zeros= 0% [ ▃██▅ ] [ ▃█▃ ] dim 0573 μ= -0.004 σ= 0.021 zeros= 0% [ ▃███▄ ] [ ▃█ ] dim 0574 μ= -0.012 σ= 0.015 zeros= 0% [ ▂██▅ ] [ ▁▄▇█▇▁ ] dim 0575 μ= +0.006 σ= 0.043 zeros= 0% [ ▁▂▄██████▅▂▁ ] [ ▃█▅ ] dim 0576 μ= +0.016 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▂█▆ ] dim 0577 μ= -0.001 σ= 0.027 zeros= 0% [ ▁▄████▂ ] [ ▃▇█▃ ] dim 0578 μ= -0.012 σ= 0.034 zeros= 0% [ ▂▅████▇▃▁ ] [ ▄█▂ ] dim 0579 μ= -0.009 σ= 0.026 zeros= 0% [ ▁▆███▄▁ ] [ ▄█▆ ] dim 0580 μ= -0.003 σ= 0.030 zeros= 0% [ ▂▇███▇▃▁ ] [ ▁█▅ ] dim 0581 μ= +0.000 σ= 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.035 σ= 0.050 zeros= 0% [ ▁▂▃▆██████▅▃▂ ] -> OUTLIER_SPREAD: this_std=0.0501, mean_std=0.0266, +3.3sigma 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.033 zeros= 0% [ ▁▅████▇▂▁ ] [ █▃ ] dim 0589 μ= -0.001 σ= 0.015 zeros= 0% [ ▁▅██▂ ] [ ▃▇█▃ ] dim 0590 μ= +0.006 σ= 0.033 zeros= 0% [ ▂▅████▆▂▁ ] [ █▅ ] dim 0591 μ= -0.020 σ= 0.017 zeros= 0% [ ▁▇██▃ ] [ ▃█▄ ] dim 0592 μ= -0.004 σ= 0.023 zeros= 0% [ ▁▃███▄▁ ] [ ▄█▄ ] dim 0593 μ= +0.018 σ= 0.034 zeros= 0% [ ▁▂█████▄▁ ] [ ▄██▂ ] dim 0594 μ= +0.001 σ= 0.036 zeros= 0% [ ▁▃█████▅▂▁ ] [ ▅█▂ ] dim 0595 μ= +0.008 σ= 0.026 zeros= 0% [ ▁▂▇███▄▁ ] [ ▆█ ] dim 0596 μ= +0.004 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▄█▆ ] dim 0597 μ= +0.015 σ= 0.029 zeros= 0% [ ▂▆███▆▂ ] [ ▂██▂ ] dim 0598 μ= +0.004 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▇█ ] dim 0599 μ= +0.024 σ= 0.013 zeros= 0% [ ▃██▂ ] [ ▃▇█▂ ] dim 0600 μ= -0.018 σ= 0.036 zeros= 0% [ ▁▃▆████▅▂▁ ] [ ▃█▂ ] dim 0601 μ= +0.013 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ▆█ ] dim 0602 μ= -0.014 σ= 0.019 zeros= 0% [ ▁▅██▆▁ ] [ ▂█▄ ] dim 0603 μ= -0.023 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▂█▆▁ ] dim 0604 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▄█▅ ] dim 0605 μ= +0.015 σ= 0.030 zeros= 0% [ ▃▅███▇▃ ] [ ▄█ ] dim 0606 μ= +0.030 σ= 0.020 zeros= 0% [ ▄███▂ ] [ ▄█▇▂ ] dim 0607 μ= +0.001 σ= 0.032 zeros= 0% [ ▁▂▆████▄▁ ] [ ▁▅█▇▃ ] dim 0608 μ= -0.002 σ= 0.038 zeros= 0% [ ▂▄█████▇▂▁ ] [ ▂██▅ ] dim 0609 μ= +0.008 σ= 0.031 zeros= 0% [ ▁▄████▆▂▁ ] [ ▁█▅ ] dim 0610 μ= +0.017 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▂█▅ ] dim 0611 μ= -0.002 σ= 0.024 zeros= 0% [ ▁▃███▆▁ ] [ ▁▄█▅ ] dim 0612 μ= +0.012 σ= 0.039 zeros= 0% [ ▁▂▆█████▄▂▁ ] [ █▁ ] dim 0613 μ= +0.019 σ= 0.013 zeros= 0% [ ▃██▁ ] [ ▅█▂ ] dim 0614 μ= +0.008 σ= 0.024 zeros= 0% [ ▂▆███▃ ] [ ▂█ ] dim 0615 μ= -0.008 σ= 0.018 zeros= 0% [ ▂██▇▁ ] [ ▄█▅ ] dim 0616 μ= -0.004 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▃██▄ ] dim 0617 μ= +0.005 σ= 0.031 zeros= 0% [ ▁▁▅████▅▂ ] [ ▁██▁ ] dim 0618 μ= +0.003 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ ▃█ ] dim 0619 μ= -0.010 σ= 0.017 zeros= 0% [ ▃██▇▁ ] [ ▄█▅ ] dim 0620 μ= -0.002 σ= 0.027 zeros= 0% [ ▁▅███▇▂▁ ] [ ▁█▅ ] dim 0621 μ= -0.040 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▂▆█▆ ] dim 0622 μ= -0.007 σ= 0.034 zeros= 0% [ ▁▄█████▃▁ ] [ ▆█▂ ] dim 0623 μ= +0.008 σ= 0.024 zeros= 0% [ ▂▆███▃▁ ] [ ▁█▃ ] dim 0624 μ= -0.005 σ= 0.021 zeros= 0% [ ▃███▃▁ ] [ ▂█▅ ] dim 0625 μ= -0.019 σ= 0.025 zeros= 0% [ ▃███▆▃ ] [ ▆▇█▄ ] dim 0626 μ= -0.015 σ= 0.039 zeros= 0% [ ▁▃█████▇▅▂ ] [ ▃█▄ ] dim 0627 μ= +0.016 σ= 0.025 zeros= 0% [ ▁▅███▅▂ ] [ ▆██▃ ] dim 0628 μ= -0.020 σ= 0.035 zeros= 0% [ ▁▃▇████▅▂ ] [ ▇█▃ ] dim 0629 μ= -0.012 σ= 0.030 zeros= 0% [ ▁▄▇███▅▁ ] [ ▄█▇ ] dim 0630 μ= -0.022 σ= 0.026 zeros= 0% [ ▁▅███▇▂ ] [ ▃█▆▁ ] dim 0631 μ= -0.001 σ= 0.029 zeros= 0% [ ▁▆████▃ ] [ ▇█ ] dim 0632 μ= -0.014 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ █▆ ] dim 0633 μ= -0.017 σ= 0.022 zeros= 0% [ ▁███▆▁ ] [ ▃█ ] dim 0634 μ= -0.008 σ= 0.018 zeros= 0% [ ▃███▁ ] [ ▆██▂ ] dim 0635 μ= -0.020 σ= 0.038 zeros= 0% [ ▁▄█████▆▃▁ ] [ ▁█▄ ] dim 0636 μ= -0.003 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▄█▄ ] dim 0637 μ= -0.025 σ= 0.030 zeros= 0% [ ▁▂▇███▇▂▁ ] [ ▂█▅ ] dim 0638 μ= -0.022 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ▄█▆▁ ] dim 0639 μ= +0.016 σ= 0.033 zeros= 0% [ ▁▃▇████▃▁ ] [ █▆ ] dim 0640 μ= +0.003 σ= 0.019 zeros= 0% [ ▁▆██▆▁ ] [ ▃▇█▆▃ ] dim 0641 μ= -0.008 σ= 0.040 zeros= 0% [ ▁▃▇█████▅▂▁ ] [ ▂█▆ ] dim 0642 μ= +0.020 σ= 0.024 zeros= 0% [ ▃███▆▂ ] [ ▃█▂ ] dim 0643 μ= -0.008 σ= 0.021 zeros= 0% [ ▄███▂ ] [ ▂▇█▃ ] dim 0644 μ= -0.015 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▇ ] dim 0645 μ= -0.005 σ= 0.030 zeros= 0% [ ▃▆███▇▃ ] [ ▁██▄ ] dim 0646 μ= +0.008 σ= 0.031 zeros= 0% [ ▁▄████▆▂ ] [ ▃█▄ ] dim 0647 μ= -0.005 σ= 0.023 zeros= 0% [ ▄███▅▁ ] [ ▂██▃ ] dim 0648 μ= +0.005 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▂▇█▅ ] dim 0649 μ= -0.011 σ= 0.034 zeros= 0% [ ▁▂▅█████▃▁ ] [ ▅█▄ ] dim 0650 μ= -0.008 σ= 0.031 zeros= 0% [ ▁▃████▇▂▁ ] [ ▂██▃ ] dim 0651 μ= +0.007 σ= 0.031 zeros= 0% [ ▁▅████▅▂ ] [ ▆█▅ ] dim 0652 μ= +0.030 σ= 0.030 zeros= 0% [ ▁▃████▆▂ ] [ ▁█▇▃ ] dim 0653 μ= -0.014 σ= 0.030 zeros= 0% [ ▁▄████▅▂ ] [ ▁█▃ ] dim 0654 μ= -0.005 σ= 0.021 zeros= 0% [ ▃███▃ ] [ █▆ ] dim 0655 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▃███▇▂ ] [ █▆ ] dim 0656 μ= +0.003 σ= 0.022 zeros= 0% [ ▂▇██▆▁ ] [ ▅█▄ ] dim 0657 μ= +0.014 σ= 0.033 zeros= 0% [ ▁▃▇████▃▁ ] [ █▅ ] dim 0658 μ= +0.000 σ= 0.019 zeros= 0% [ ▁▇██▄ ] [ ▃█▄ ] dim 0659 μ= +0.019 σ= 0.029 zeros= 0% [ ▁▅████▃▁ ] [ ▃█▇▂ ] dim 0660 μ= +0.005 σ= 0.037 zeros= 0% [ ▁▂▆████▇▄▁▁ ] [ ▃█▃ ] dim 0661 μ= -0.002 σ= 0.024 zeros= 0% [ ▁▃███▆▁ ] [ █▂ ] dim 0662 μ= +0.000 σ= 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.034 zeros= 0% [ ▂▅████▇▄▁ ] [ █▇ ] dim 0666 μ= +0.003 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ ▃██▆▁ ] dim 0667 μ= +0.008 σ= 0.039 zeros= 0% [ ▁▃▆█████▄▂ ] [ ▆█ ] dim 0668 μ= +0.007 σ= 0.019 zeros= 0% [ ▁▅██▇▁ ] [ ▃█▆ ] dim 0669 μ= -0.019 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▄█▂ ] dim 0670 μ= +0.010 σ= 0.023 zeros= 0% [ ▁▆███▃ ] [ ▇█▂ ] dim 0671 μ= +0.030 σ= 0.023 zeros= 0% [ ▁▅███▃▁ ] [ ▆█▂ ] dim 0672 μ= +0.008 σ= 0.024 zeros= 0% [ ▂████▃▁ ] [ ▆█▂ ] dim 0673 μ= +0.009 σ= 0.023 zeros= 0% [ ▁▆███▃ ] [ ▅█▇ ] dim 0674 μ= +0.019 σ= 0.027 zeros= 0% [ ▁▄████▃ ] [ ▃█▆ ] dim 0675 μ= +0.019 σ= 0.030 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.024 zeros= 0% [ ▁▃███▆▁ ] [ ▆█ ] dim 0682 μ= -0.014 σ= 0.021 zeros= 0% [ ▁▆██▇▂ ] [ ▃██▃ ] dim 0683 μ= +0.004 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ █▄ ] dim 0684 μ= +0.019 σ= 0.016 zeros= 0% [ ▁▆██▂ ] [ ▅█▄ ] dim 0685 μ= +0.012 σ= 0.026 zeros= 0% [ ▂▆███▅▁ ] [ ▂▆█▇▂ ] dim 0686 μ= -0.024 σ= 0.041 zeros= 0% [ ▁▂▅█████▆▃▁ ] [ ▅█▅ ] dim 0687 μ= -0.005 σ= 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.017 zeros= 0% [ ▂██▇▁ ] [ ▅█▇▁ ] dim 0691 μ= +0.018 σ= 0.031 zeros= 0% [ ▁▂▆████▄▁ ] [ ▄█▇ ] dim 0692 μ= -0.002 σ= 0.029 zeros= 0% [ ▂▆████▃▁ ] [ ▄██▃ ] dim 0693 μ= -0.014 σ= 0.034 zeros= 0% [ ▁▂▅████▇▂ ] [ ▄█▁ ] dim 0694 μ= +0.010 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▂█▇▁ ] dim 0695 μ= -0.016 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▆█▂ ] dim 0696 μ= +0.010 σ= 0.023 zeros= 0% [ ▁▆███▃ ] [ ▄▇█▂ ] dim 0697 μ= -0.020 σ= 0.032 zeros= 0% [ ▁▂▆████▅▁ ] [ █▃ ] dim 0698 μ= -0.021 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ ▃█▅ ] dim 0699 μ= -0.004 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ▄█▅ ] dim 0700 μ= -0.004 σ= 0.027 zeros= 0% [ ▂▆███▇▂ ] [ ▁▇█▄ ] dim 0701 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▄████▇▃▁ ] [ ▄█▅ ] dim 0702 μ= -0.004 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ▁█▆ ] dim 0703 μ= +0.001 σ= 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.018 zeros= 0% [ ▁▇██▄ ] [ ▆█▄ ] dim 0708 μ= +0.010 σ= 0.030 zeros= 0% [ ▁▃████▆▂ ] [ ▃█▆ ] dim 0709 μ= +0.019 σ= 0.023 zeros= 0% [ ▃███▆▁ ] [ ▂▅██▃ ] dim 0710 μ= -0.002 σ= 0.039 zeros= 0% [ ▁▂▄█████▇▃▁ ] [ ▁▆█▇ ] dim 0711 μ= -0.007 σ= 0.036 zeros= 0% [ ▂▅█████▅▁▁ ] [ ▇█▁ ] dim 0712 μ= -0.014 σ= 0.025 zeros= 0% [ ▃▇███▃ ] [ ▃█▂ ] dim 0713 μ= -0.006 σ= 0.027 zeros= 0% [ ▁▅███▅▂ ] [ ▆█▆▁ ] dim 0714 μ= -0.005 σ= 0.034 zeros= 0% [ ▁▄█████▄▁ ] [ █▅ ] dim 0715 μ= +0.019 σ= 0.020 zeros= 0% [ ▂███▄▁ ] [ ▁█▁ ] dim 0716 μ= +0.014 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▆█▃ ] dim 0717 μ= +0.008 σ= 0.029 zeros= 0% [ ▁▃▇███▅▁ ] [ ▁█▁ ] dim 0718 μ= -0.026 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▅▇█▅ ] dim 0719 μ= +0.042 σ= 0.036 zeros= 0% [ ▁▃▇████▆▃▁ ] [ ▄██▂ ] dim 0720 μ= -0.001 σ= 0.031 zeros= 0% [ ▁▂▆████▃▁ ] [ ▁█▇ ] dim 0721 μ= -0.017 σ= 0.025 zeros= 0% [ ▁▃████▂ ] [ █▂ ] dim 0722 μ= -0.004 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▄█▇▂ ] dim 0723 μ= -0.019 σ= 0.033 zeros= 0% [ ▂▇████▅▁▁ ] [ ▁▆█▅▁ ] dim 0724 μ= +0.014 σ= 0.033 zeros= 0% [ ▁▄█████▃▁ ] [ ██ ] dim 0725 μ= +0.004 σ= 0.021 zeros= 0% [ ▁▇██▇▁ ] [ ▁▅█▆▁ ] dim 0726 μ= -0.006 σ= 0.039 zeros= 0% [ ▁▂▅█████▅▂ ] [ ▇█▃ ] dim 0727 μ= -0.010 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ ▁█▆ ] dim 0728 μ= -0.020 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▆█▂ ] dim 0729 μ= +0.008 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▇█ ] dim 0730 μ= -0.016 σ= 0.025 zeros= 0% [ ▂████▃ ] [ ▃██▃ ] dim 0731 μ= +0.004 σ= 0.031 zeros= 0% [ ▁▅████▅▁ ] [ ▁▇█▂ ] dim 0732 μ= +0.007 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▅█ ] dim 0733 μ= +0.008 σ= 0.024 zeros= 0% [ ▂▆███▃▁ ] [ ▆█▁ ] dim 0734 μ= -0.011 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▆█ ] dim 0735 μ= -0.015 σ= 0.022 zeros= 0% [ ▁▇███▂ ] [ ▃█▂ ] dim 0736 μ= -0.026 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▄█▇▁ ] dim 0737 μ= -0.022 σ= 0.031 zeros= 0% [ ▂▇████▃▁ ] [ ▃▅█▇▄▁ ] dim 0738 μ= +0.022 σ= 0.044 zeros= 0% [ ▁▃▅██████▅▂▁ ] [ █▇ ] dim 0739 μ= -0.018 σ= 0.021 zeros= 0% [ ▂▇██▆▁ ] [ ▂▄█▇▁ ] dim 0740 μ= +0.014 σ= 0.038 zeros= 0% [ ▁▂▅█████▆▁▁ ] [ ▅█▂ ] dim 0741 μ= +0.030 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ ▁▆█▃ ] dim 0742 μ= -0.014 σ= 0.032 zeros= 0% [ ▁▂▄████▆▂ ] [ █▆ ] dim 0743 μ= -0.038 σ= 0.019 zeros= 0% [ ▁▇██▅ ] [ ▃▇█▂ ] dim 0744 μ= +0.003 σ= 0.031 zeros= 0% [ ▂▅████▅▂ ] [ ▃█▅ ] dim 0745 μ= +0.017 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ▂█ ] dim 0746 μ= -0.007 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▅█▅ ] dim 0747 μ= -0.006 σ= 0.029 zeros= 0% [ ▂▇███▇▂▁ ] [ ▅█▆▁ ] dim 0748 μ= -0.022 σ= 0.030 zeros= 0% [ ▂▆████▃▁ ] [ ▇█▂ ] dim 0749 μ= -0.011 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▁▆▇█▂ ] dim 0750 μ= -0.004 σ= 0.038 zeros= 0% [ ▁▂▅█████▅▃▁ ] [ ▃█▇▃ ] dim 0751 μ= +0.002 σ= 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.006 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▄█▃ ] dim 0756 μ= +0.014 σ= 0.027 zeros= 0% [ ▁▆███▆▂ ] [ ▁█▆▁ ] dim 0757 μ= +0.003 σ= 0.026 zeros= 0% [ ▁▃████▃ ] [ ▁▇█▅ ] dim 0758 μ= -0.008 σ= 0.035 zeros= 0% [ ▁▅█████▄▁ ] [ ▄██▂ ] dim 0759 μ= +0.022 σ= 0.038 zeros= 0% [ ▁▃█████▇▃▁ ] [ █ ] dim 0760 μ= -0.009 σ= 0.010 zeros= 0% [ ▆█▃ ] [ ▅█▆▁ ] dim 0761 μ= +0.016 σ= 0.037 zeros= 0% [ ▁▁▄█████▄▂▁ ] [ ▄█▃ ] dim 0762 μ= -0.008 σ= 0.029 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.010 σ= 0.032 zeros= 0% [ ▁▄████▇▃▁ ] [ ▅█▆ ] dim 0767 μ= +0.014 σ= 0.031 zeros= 0% [ ▁▂▇███▇▃▁ ] [ ▅█▁ ] dim 0768 μ= -0.010 σ= 0.019 zeros= 0% [ ▄███▁ ] [ ▄█▅ ] dim 0769 μ= -0.003 σ= 0.028 zeros= 0% [ ▁▆███▇▃ ] [ ▃█▆ ] dim 0770 μ= -0.004 σ= 0.030 zeros= 0% [ ▂▇███▇▃▁ ] [ ▆█▁ ] dim 0771 μ= -0.012 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▁█ ] dim 0772 μ= +0.014 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▇█▃ ] dim 0773 μ= -0.011 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▃██▅ ] dim 0774 μ= -0.009 σ= 0.036 zeros= 0% [ ▂▅█████▄▂ ] [ ▂█▄ ] dim 0775 μ= -0.004 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ▄▅█▃ ] dim 0776 μ= +0.005 σ= 0.034 zeros= 0% [ ▁▂▅████▆▃▁ ] [ ▃██▂ ] dim 0777 μ= -0.016 σ= 0.031 zeros= 0% [ ▂▄████▅▁ ] [ ▄█▂ ] dim 0778 μ= +0.013 σ= 0.021 zeros= 0% [ ▄███▃ ] [ ▃█▃ ] dim 0779 μ= -0.004 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▃█▅ ] dim 0780 μ= -0.023 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▆█▁ ] dim 0781 μ= -0.012 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▃█ ] dim 0782 μ= +0.029 σ= 0.017 zeros= 0% [ ▂██▆▁ ] [ ▁█▆ ] dim 0783 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▃███▇▂ ] [ ▃█▅ ] dim 0784 μ= -0.003 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▂█▅ ] dim 0785 μ= -0.003 σ= 0.023 zeros= 0% [ ▁▃███▄▁ ] [ ▅██▃ ] dim 0786 μ= +0.022 σ= 0.030 zeros= 0% [ ▁▅████▄▁ ] [ █▆ ] dim 0787 μ= +0.002 σ= 0.020 zeros= 0% [ ▁▇██▅▁ ] [ ▁▇█▂ ] dim 0788 μ= +0.026 σ= 0.025 zeros= 0% [ ▂████▃▁ ] [ ▃█▆ ] dim 0789 μ= +0.016 σ= 0.027 zeros= 0% [ ▂▆███▆▂ ] [ ▁▆█▇▁ ] dim 0790 μ= -0.026 σ= 0.035 zeros= 0% [ ▁▄█████▅▁ ] [ ▂█ ] dim 0791 μ= -0.009 σ= 0.016 zeros= 0% [ ▂██▇ ] [ ▅█▆ ] dim 0792 μ= +0.016 σ= 0.033 zeros= 0% [ ▁▃█████▃▁ ] [ ▃█▄ ] dim 0793 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▃█▆ ] dim 0794 μ= +0.000 σ= 0.026 zeros= 0% [ ▁▃███▇▂▁ ] [ ▃█▄ ] dim 0795 μ= -0.004 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▄█▄ ] dim 0796 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▅█▃ ] dim 0797 μ= -0.029 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ ▂██ ] dim 0798 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▄████▂▁ ] [ ▂█▅ ] dim 0799 μ= -0.041 σ= 0.024 zeros= 0% [ ▁▃███▆▁ ] [ ▂██▆▁ ] dim 0800 μ= +0.030 σ= 0.038 zeros= 0% [ ▁▂▆█████▄▁ ] [ █ ] dim 0801 μ= -0.028 σ= 0.013 zeros= 0% [ ██▅ ] [ ▄█▃ ] dim 0802 μ= -0.027 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ ▃█ ] dim 0803 μ= +0.009 σ= 0.015 zeros= 0% [ ▂██▅ ] [ ▅█▇▃ ] dim 0804 μ= +0.018 σ= 0.034 zeros= 0% [ ▁▃█████▅▁ ] [ █ ] dim 0805 μ= -0.022 σ= 0.008 zeros= 0% [ ▁█▅ ] [ ▄█▄ ] dim 0806 μ= -0.025 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▁▆█▆▄ ] dim 0807 μ= +0.017 σ= 0.039 zeros= 0% [ ▂▅█████▆▃▁ ] [ ▂▇█▂ ] dim 0808 μ= +0.005 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▂█ ] dim 0809 μ= +0.012 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▁▄█▂ ] dim 0810 μ= +0.007 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▁▆█▆ ] dim 0811 μ= +0.012 σ= 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.021 zeros= 0% [ ▁▄███▂ ] [ ▃█▅ ] dim 0815 μ= -0.002 σ= 0.025 zeros= 0% [ ▁▄███▇▁ ] [ ▁█▆ ] dim 0816 μ= +0.040 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▁█▁ ] dim 0817 μ= +0.034 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▃█▇▃ ] dim 0818 μ= -0.014 σ= 0.032 zeros= 0% [ ▁▅████▆▂ ] [ ▁▅█▆ ] dim 0819 μ= +0.034 σ= 0.034 zeros= 0% [ ▂▃█████▄▁ ] [ ▄█▇▃ ] dim 0820 μ= +0.004 σ= 0.035 zeros= 0% [ ▁▃▆████▇▃ ] [ ██ ] dim 0821 μ= +0.003 σ= 0.021 zeros= 0% [ ▂▇██▆▁ ] [ ▃█▃ ] dim 0822 μ= -0.007 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▂▅█▅ ] dim 0823 μ= -0.012 σ= 0.034 zeros= 0% [ ▂▆████▇▃▁ ] [ ▄█▅ ] dim 0824 μ= -0.005 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▁█▇ ] dim 0825 μ= +0.002 σ= 0.024 zeros= 0% [ ▃███▇▂ ] [ ▅█▅ ] dim 0826 μ= +0.016 σ= 0.030 zeros= 0% [ ▂▆████▃▁ ] [ ▆█ ] dim 0827 μ= -0.012 σ= 0.018 zeros= 0% [ ▄██▆▁ ] [ ▄█▅ ] dim 0828 μ= -0.023 σ= 0.029 zeros= 0% [ ▂▆████▃▁ ] [ ▃██▆▃ ] dim 0829 μ= -0.007 σ= 0.036 zeros= 0% [ ▂▅█████▄▁▁ ] [ ▅█▇▁ ] dim 0830 μ= -0.001 σ= 0.038 zeros= 0% [ ▁▁▄█████▆▃▁ ] [ █▃ ] dim 0831 μ= -0.001 σ= 0.014 zeros= 0% [ ▄██▁ ] [ ██▁ ] dim 0832 μ= -0.014 σ= 0.025 zeros= 0% [ ▂▇███▃▁ ] [ ▃█▆ ] dim 0833 μ= -0.001 σ= 0.030 zeros= 0% [ ▂▅████▃▁ ] [ ▅█▆▁ ] dim 0834 μ= -0.002 σ= 0.034 zeros= 0% [ ▁▃▇████▄▂▁ ] [ ▃█▄ ] dim 0835 μ= -0.004 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ █▇ ] dim 0836 μ= +0.001 σ= 0.021 zeros= 0% [ ▁███▅▁ ] [ ▇█▂ ] dim 0837 μ= +0.027 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▃█▂ ] dim 0838 μ= +0.013 σ= 0.021 zeros= 0% [ ▁▃███▃ ] [ ▅█▂ ] dim 0839 μ= -0.010 σ= 0.026 zeros= 0% [ ▂▇███▅▁ ] [ ▅█▅ ] dim 0840 μ= -0.005 σ= 0.030 zeros= 0% [ ▂▆███▇▃▁ ] [ ▅█▅ ] dim 0841 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▂▇███▅▁ ] [ ▄█▆▂ ] dim 0842 μ= -0.021 σ= 0.033 zeros= 0% [ ▁▃▇████▄▁ ] [ █ ] dim 0843 μ= +0.011 σ= 0.013 zeros= 0% [ ▁██▄ ] [ ▇█▁ ] dim 0844 μ= +0.006 σ= 0.025 zeros= 0% [ ▂████▃▁ ] [ ▂▇█▂ ] dim 0845 μ= -0.012 σ= 0.029 zeros= 0% [ ▁▃████▆▁ ] [ ▄█▅ ] dim 0846 μ= -0.022 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▄██▃ ] dim 0847 μ= +0.023 σ= 0.034 zeros= 0% [ ▃▇████▆▂▁ ] [ ▃█▇▂ ] dim 0848 μ= -0.000 σ= 0.031 zeros= 0% [ ▂▆████▄▁ ] [ ▆█▇▁ ] dim 0849 μ= +0.035 σ= 0.031 zeros= 0% [ ▁▃█████▃▁ ] [ ▁█▄ ] dim 0850 μ= +0.018 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ██▁ ] dim 0851 μ= +0.006 σ= 0.025 zeros= 0% [ ▂████▃ ] [ ▂▇██▂ ] dim 0852 μ= +0.013 σ= 0.038 zeros= 0% [ ▂▆█████▄▂▁ ] [ █▄ ] dim 0853 μ= -0.001 σ= 0.019 zeros= 0% [ ▁███▃ ] [ ▅█▂ ] dim 0854 μ= +0.011 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ █▆ ] dim 0855 μ= +0.003 σ= 0.016 zeros= 0% [ ▅██▄ ] [ ▇█▃ ] dim 0856 μ= +0.008 σ= 0.026 zeros= 0% [ ▃▇███▄▁ ] [ ▇█▃ ] dim 0857 μ= +0.007 σ= 0.029 zeros= 0% [ ▁▄████▄▂ ] [ ▅█▅ ] dim 0858 μ= -0.003 σ= 0.029 zeros= 0% [ ▂▆███▇▃▁ ] [ ▁█▆ ] dim 0859 μ= +0.001 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▄▇█▂ ] dim 0860 μ= -0.018 σ= 0.033 zeros= 0% [ ▁▂▆████▆▂ ] [ █▇ ] dim 0861 μ= +0.003 σ= 0.019 zeros= 0% [ ▁▆██▅▁ ] [ ▁██▇▂ ] dim 0862 μ= -0.024 σ= 0.037 zeros= 0% [ ▂▅█████▅▃▁ ] [ ▃█▃ ] dim 0863 μ= +0.013 σ= 0.023 zeros= 0% [ ▁▄███▃▁ ] [ ▆█▂ ] dim 0864 μ= +0.008 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▁█▅ ] dim 0865 μ= +0.001 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▁█▆ ] dim 0866 μ= -0.019 σ= 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.003 σ= 0.036 zeros= 0% [ ▁▃▇████▆▃▁ ] [ ▂▆█▃ ] dim 0872 μ= -0.012 σ= 0.037 zeros= 0% [ ▁▁▆████▇▃▁ ] [ ▅█▄ ] dim 0873 μ= -0.007 σ= 0.030 zeros= 0% [ ▃▇███▆▂ ] [ ▁▅█▇▁ ] dim 0874 μ= +0.016 σ= 0.036 zeros= 0% [ ▂▃█████▅▁▁ ] [ █ ] dim 0875 μ= -0.006 σ= 0.014 zeros= 0% [ ▁██▇▁ ] [ ▃█ ] dim 0876 μ= +0.012 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▁█▄ ] dim 0877 μ= -0.002 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▁█ ] dim 0878 μ= -0.008 σ= 0.015 zeros= 0% [ ▁██▆ ] [ ▁▆█▅▂ ] dim 0879 μ= -0.007 σ= 0.039 zeros= 0% [ ▁▂▅█████▄▂▁ ] [ ▅█▅ ] dim 0880 μ= +0.033 σ= 0.032 zeros= 0% [ ▁▃████▇▃▁ ] [ ██ ] dim 0881 μ= -0.037 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ ▅██▃ ] dim 0882 μ= +0.002 σ= 0.034 zeros= 0% [ ▁▃▆████▅▂ ] [ ▁██▂ ] dim 0883 μ= -0.015 σ= 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.026 zeros= 0% [ ▃████▄▁ ] [ █▇ ] dim 0887 μ= +0.042 σ= 0.019 zeros= 0% [ ▁▇██▅▁ ] [ ▇█ ] dim 0888 μ= -0.013 σ= 0.020 zeros= 0% [ ▁▅███▂ ] [ ▃▇█▄ ] dim 0889 μ= -0.015 σ= 0.032 zeros= 0% [ ▂▅████▅▂ ] [ ▃█▅ ] dim 0890 μ= +0.018 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▃▇█▁ ] dim 0891 μ= +0.001 σ= 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.045 zeros= 0% [ ▁▁▃▅██████▄▂▁ ] [ ▄█▇▂ ] dim 0896 μ= +0.038 σ= 0.033 zeros= 0% [ ▁▂▇████▄▁ ] [ ▄█▃ ] dim 0897 μ= -0.007 σ= 0.022 zeros= 0% [ ▄███▃ ] [ ▁█▇▂ ] dim 0898 μ= -0.034 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ █▅ ] dim 0899 μ= -0.020 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ ▂██▃ ] dim 0900 μ= -0.012 σ= 0.028 zeros= 0% [ ▁▂████▄▁ ] [ ▁██▆ ] dim 0901 μ= +0.011 σ= 0.033 zeros= 0% [ ▁▄█████▃▁ ] [ ▁█▇▁ ] dim 0902 μ= +0.021 σ= 0.030 zeros= 0% [ ▂▅████▃▁ ] [ ▃█▆ ] dim 0903 μ= -0.020 σ= 0.034 zeros= 0% [ ▁▂▇████▅▁▁ ] [ ▇█▁ ] dim 0904 μ= -0.014 σ= 0.024 zeros= 0% [ ▂▇███▂▁ ] [ ▃█▆▃ ] dim 0905 μ= +0.021 σ= 0.037 zeros= 0% [ ▂▃▆████▆▂▁ ] [ ▂██▁ ] dim 0906 μ= +0.021 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▅█ ] dim 0907 μ= +0.007 σ= 0.017 zeros= 0% [ ▃██▆ ] [ ▄█▄ ] dim 0908 μ= -0.006 σ= 0.023 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.016 σ= 0.021 zeros= 0% [ ▁▇██▆▁ ] [ ▂█▄ ] dim 0913 μ= +0.016 σ= 0.023 zeros= 0% [ ▁▃███▄▁ ] [ ▄█▂ ] dim 0914 μ= +0.011 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▁▇█▂ ] dim 0915 μ= +0.006 σ= 0.027 zeros= 0% [ ▃████▃▁ ] [ ▁▇█▆ ] dim 0916 μ= -0.007 σ= 0.032 zeros= 0% [ ▁▃█████▃▁ ] [ ▄█▂ ] dim 0917 μ= -0.007 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▁▅█▅ ] dim 0918 μ= -0.006 σ= 0.034 zeros= 0% [ ▁▄█████▃▁ ] [ ▄██▂ ] dim 0919 μ= +0.002 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ ▅█▁ ] dim 0920 μ= -0.029 σ= 0.020 zeros= 0% [ ▄███▂ ] [ ▆█▆ ] dim 0921 μ= +0.032 σ= 0.034 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.031 σ= 0.033 zeros= 0% [ ▁▄████▆▃▁ ] [ ▃█▃ ] dim 0926 μ= +0.034 σ= 0.027 zeros= 0% [ ▂▅███▅▁ ] [ ▆█▂ ] dim 0927 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ ▅█▆▂ ] dim 0928 μ= -0.020 σ= 0.037 zeros= 0% [ ▁▄█████▆▂▁ ] [ ▂█▅ ] dim 0929 μ= -0.002 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ▃█▂ ] dim 0930 μ= -0.007 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▃▇█▅ ] dim 0931 μ= -0.010 σ= 0.036 zeros= 0% [ ▂▆████▇▄▁▁ ] [ ▆█ ] dim 0932 μ= +0.006 σ= 0.015 zeros= 0% [ ▂██▄ ] [ ▄█ ] dim 0933 μ= -0.013 σ= 0.013 zeros= 0% [ ▁██▃ ] [ ▅█▇▁ ] dim 0934 μ= -0.021 σ= 0.035 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ▅█▅ ] dim 0935 μ= -0.026 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ██ ] dim 0936 μ= +0.004 σ= 0.017 zeros= 0% [ ▅██▅ ] [ ▁█▄ ] dim 0937 μ= -0.003 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ▁██▄ ] dim 0938 μ= +0.009 σ= 0.032 zeros= 0% [ ▁▄████▆▂▁ ] [ ▁▇█▂ ] dim 0939 μ= -0.015 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▄█▅ ] dim 0940 μ= +0.014 σ= 0.028 zeros= 0% [ ▂▇███▆▂ ] [ ▂█▇ ] dim 0941 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▄████▂▁ ] [ ▁▅█▆▁ ] dim 0942 μ= +0.014 σ= 0.042 zeros= 0% [ ▁▂▅█████▆▃▁ ] [ ▅█▁ ] dim 0943 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▅█▅ ] dim 0944 μ= +0.015 σ= 0.032 zeros= 0% [ ▁▃▇████▃▁ ] [ █▂ ] dim 0945 μ= +0.018 σ= 0.018 zeros= 0% [ ▁▇██▃ ] [ ▆█▄ ] dim 0946 μ= -0.006 σ= 0.029 zeros= 0% [ ▁▂▇███▇▂ ] [ ▇█▂ ] dim 0947 μ= -0.012 σ= 0.025 zeros= 0% [ ▂████▄▁ ] [ ▄█▂ ] dim 0948 μ= +0.013 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▃▇█▃ ] dim 0949 μ= +0.005 σ= 0.031 zeros= 0% [ ▁▅████▅▂ ] [ █▇ ] dim 0950 μ= +0.023 σ= 0.022 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.026 σ= 0.030 zeros= 0% [ ▁▂▇███▇▂▁ ] [ ▅█▄ ] dim 0955 μ= +0.014 σ= 0.031 zeros= 0% [ ▁▃████▇▂▁ ] [ ▂█ ] dim 0956 μ= -0.008 σ= 0.017 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.024 zeros= 0% [ ▃███▆▁ ] [ ▂█▃ ] dim 0961 μ= -0.005 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ▁█▂ ] dim 0962 μ= -0.006 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▆█▁ ] dim 0963 μ= -0.013 σ= 0.024 zeros= 0% [ ▂▇███▃ ] [ ▃██▄ ] dim 0964 μ= -0.014 σ= 0.033 zeros= 0% [ ▂▆████▆▂▁ ] [ ▄█▇▂ ] dim 0965 μ= -0.016 σ= 0.036 zeros= 0% [ ▁▂▇████▆▃▁ ] [ ▄█▇▇▂ ] dim 0966 μ= +0.013 σ= 0.042 zeros= 0% [ ▁▃▇█████▆▄▁ ] [ ▆█ ] dim 0967 μ= -0.033 σ= 0.020 zeros= 0% [ ▁▅██▇▁ ] [ ▂█ ] dim 0968 μ= -0.011 σ= 0.016 zeros= 0% [ ▂██▅ ] [ ▅█▆▁ ] dim 0969 μ= +0.020 σ= 0.032 zeros= 0% [ ▁▂▆████▄▁ ] [ ▁██▄▁ ] dim 0970 μ= +0.008 σ= 0.038 zeros= 0% [ ▁▂▆█████▄▁ ] [ ▄▆█▆▄ ] dim 0971 μ= +0.014 σ= 0.048 zeros= 0% [ ▁▂▅██████▇▅▂ ] -> OUTLIER_SPREAD: this_std=0.0478, mean_std=0.0266, +3.0sigma vs threshold=3.0sigma [ ▁▆█▅ ] dim 0972 μ= -0.009 σ= 0.033 zeros= 0% [ ▁▃█████▂▁ ] [ ▁█▄ ] dim 0973 μ= -0.002 σ= 0.020 zeros= 0% [ ▁███▃ ] [ █▂ ] dim 0974 μ= -0.022 σ= 0.015 zeros= 0% [ ▅██▁ ] [ ▁█▃ ] dim 0975 μ= -0.005 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▆█▄ ] dim 0976 μ= -0.009 σ= 0.026 zeros= 0% [ ▂▇███▅▁ ] [ ▆█▄ ] dim 0977 μ= -0.007 σ= 0.032 zeros= 0% [ ▁▃█████▃▁ ] [ ▂█▇▁ ] dim 0978 μ= +0.022 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▁█▅ ] dim 0979 μ= -0.001 σ= 0.021 zeros= 0% [ ▂███▅ ] [ ▆█▂ ] dim 0980 μ= -0.010 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ ▄█▅ ] dim 0981 μ= +0.014 σ= 0.027 zeros= 0% [ ▂▆███▆▁ ] [ ▂██ ] dim 0982 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▁█▃ ] dim 0983 μ= +0.015 σ= 0.021 zeros= 0% [ ▃███▃ ] [ █▂ ] dim 0984 μ= -0.002 σ= 0.016 zeros= 0% [ ▁▆██▂ ] [ ▃█▂ ] dim 0985 μ= +0.031 σ= 0.026 zeros= 0% [ ▁▆███▄▁ ] [ ▃█▅▂ ] dim 0986 μ= +0.020 σ= 0.037 zeros= 0% [ ▁▃▇████▅▃▁ ] [ ▅█▇▅ ] dim 0987 μ= -0.015 σ= 0.035 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.003 σ= 0.015 zeros= 0% [ ▇██▁ ] [ ▃█▆ ] dim 0992 μ= -0.020 σ= 0.028 zeros= 0% [ ▁▅████▃ ] [ ▂▆█▆▁ ] dim 0993 μ= -0.009 σ= 0.037 zeros= 0% [ ▁▂▆█████▄▁ ] [ ▂█▇▁ ] dim 0994 μ= +0.002 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ ▄█▇▄ ] dim 0995 μ= -0.016 σ= 0.035 zeros= 0% [ ▁▂▆████▆▃▁ ] [ ▇█ ] dim 0996 μ= -0.015 σ= 0.019 zeros= 0% [ ▁▆██▇▁ ] [ ▇█▁ ] dim 0997 μ= -0.012 σ= 0.024 zeros= 0% [ ▂▆███▃▁ ] [ ▃█▃ ] dim 0998 μ= +0.015 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ▁█▆ ] dim 0999 μ= +0.017 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▃█▅ ] dim 1000 μ= +0.018 σ= 0.032 zeros= 0% [ ▁▂▆████▄▁ ] [ ▃█▆▃ ] dim 1001 μ= +0.001 σ= 0.033 zeros= 0% [ ▂▇████▄▂ ] [ ██▁ ] dim 1002 μ= -0.015 σ= 0.025 zeros= 0% [ ▂████▃▁ ] [ █▄ ] dim 1003 μ= +0.019 σ= 0.018 zeros= 0% [ ▁▇██▃ ] [ ▄█▇ ] dim 1004 μ= -0.003 σ= 0.025 zeros= 0% [ ▁▅███▆▂ ] [ ▆█▃ ] dim 1005 μ= +0.010 σ= 0.028 zeros= 0% [ ▂▇███▅▁ ] [ ▆█▃ ] dim 1006 μ= +0.012 σ= 0.028 zeros= 0% [ ▂▇███▆▂ ] [ ▇█▂ ] dim 1007 μ= -0.012 σ= 0.026 zeros= 0% [ ▂████▄▁ ] [ ▂█▆ ] dim 1008 μ= -0.003 σ= 0.024 zeros= 0% [ ▁▄███▆▁ ] [ ▇█▂ ] dim 1009 μ= +0.008 σ= 0.023 zeros= 0% [ ▁▆███▃ ] [ ▃█▆▁ ] dim 1010 μ= -0.001 σ= 0.034 zeros= 0% [ ▁▃▇████▄▂ ] [ ▅█▅▁ ] dim 1011 μ= -0.004 σ= 0.033 zeros= 0% [ ▁▃▇████▃▁ ] [ █▅ ] dim 1012 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▄████▂ ] [ █▅ ] dim 1013 μ= -0.001 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▃█▆ ] dim 1014 μ= -0.002 σ= 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.027 zeros= 0% [ ▃████▄▁ ] [ ▅█▄ ] dim 1019 μ= -0.008 σ= 0.030 zeros= 0% [ ▁▃▇███▆▂ ] [ ▂█▄ ] dim 1020 μ= -0.004 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▅█▂ ] dim 1021 μ= +0.032 σ= 0.027 zeros= 0% [ ▂▆███▆▁ ] [ ▃▇█▄ ] dim 1022 μ= +0.004 σ= 0.033 zeros= 0% [ ▂▆████▆▂ ] [ ▂▆█▃ ] dim 1023 μ= +0.007 σ= 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.5s smell: 200/2000 ( 10%) 0.9s smell: 300/2000 ( 15%) 1.3s smell: 400/2000 ( 20%) 1.5s smell: 500/2000 ( 25%) 1.8s smell: 600/2000 ( 30%) 2.1s smell: 700/2000 ( 35%) 2.2s smell: 800/2000 ( 40%) 2.5s smell: 900/2000 ( 45%) 2.9s smell: 1000/2000 ( 50%) 2.9s smell: 1100/2000 ( 55%) 3.2s smell: 1200/2000 ( 60%) 3.8s smell: 1300/2000 ( 65%) 4.2s smell: 1400/2000 ( 70%) 4.4s smell: 1500/2000 ( 75%) 4.5s smell: 1600/2000 ( 80%) 4.8s smell: 1700/2000 ( 85%) 5.0s smell: 1800/2000 ( 90%) 5.3s smell: 1900/2000 ( 95%) 5.5s smell: 2000/2000 (100%) 5.8s smell: isotropy=0.176 full-cov, 0.788 diag-only (effective rank ~179.9/1024 full, ~807.3/1024 diag) isotropy = (tr C)^2 / (D * ||C||_F^2): 1.0 = energy spread evenly across all dims; 1/D = data on one direction full-cov uses real covariance (sees cross-dim correlations); diag-only uses per-dim variances (blind to correlations) WARNING: anisotropic vectors (isotropy_full=0.176 < 0.5) ROTATED anisotropy: per-dim variances look balanced but data lives in a lower-dim subspace at an angle to coord axes consider PCA or a random rotation before quantization/HNSW smell: 3 degenerate dim(s) found in 17.3s: (OUTLIER_SPREAD: std of all dims: μ=0.027, σ=0.007, threshold=3.0σ) [ ▂▆█▆▅▂ ] dim 0585 μ= -0.034 σ= 0.051 zeros= 0% [ ▁▂▄▆██████▄▃▂ ] -> OUTLIER_SPREAD: this_std=0.0508, mean_std=0.0265, +3.4sigma vs threshold=3.0sigma [ ▁▄██▆▂ ] dim 0910 μ= -0.008 σ= 0.049 zeros= 0% [ ▁▃▅██████▆▃▁ ] -> OUTLIER_SPREAD: this_std=0.0487, mean_std=0.0265, +3.1sigma vs threshold=3.0sigma [ ▄█▇▆▂ ] dim 0971 μ= +0.012 σ= 0.048 zeros= 0% [ ▁▁▃▆██████▆▃▁ ] -> OUTLIER_SPREAD: this_std=0.0483, mean_std=0.0265, +3.1sigma vs threshold=3.0sigma smell: all 1024 dims: [ ▄█▄ ] dim 0000 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▅█▄ ] dim 0001 μ= +0.017 σ= 0.027 zeros= 0% [ ▂▇███▅▁ ] [ ▂▇█▄ ] dim 0002 μ= -0.007 σ= 0.033 zeros= 0% [ ▁▅████▆▂ ] [ ▅█▆ ] dim 0003 μ= +0.023 σ= 0.028 zeros= 0% [ ▂▅███▆▂ ] [ ▄█▅ ] dim 0004 μ= -0.017 σ= 0.027 zeros= 0% [ ▁▅███▇▂ ] [ ██▂ ] dim 0005 μ= -0.007 σ= 0.033 zeros= 0% [ ▁▄████▅▂▁ ] [ ▂█▂ ] dim 0006 μ= +0.000 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ██ ] dim 0007 μ= -0.030 σ= 0.021 zeros= 0% [ ▁███▇▁ ] [ █▃ ] dim 0008 μ= -0.017 σ= 0.019 zeros= 0% [ ▁███▂ ] [ ▃██▂ ] dim 0009 μ= +0.006 σ= 0.029 zeros= 0% [ ▁▆████▃▁ ] [ ▁▇█▃ ] dim 0010 μ= +0.014 σ= 0.032 zeros= 0% [ ▁▄████▆▂ ] [ ▃▇█▃ ] dim 0011 μ= -0.010 σ= 0.036 zeros= 0% [ ▁▂▆████▆▂▁ ] [ ██ ] dim 0012 μ= +0.011 σ= 0.019 zeros= 0% [ ▁▅██▅▁ ] [ ██ ] dim 0013 μ= -0.009 σ= 0.021 zeros= 0% [ ▁▆██▇▁ ] [ ▆██▄ ] dim 0014 μ= +0.005 σ= 0.036 zeros= 0% [ ▁▃█████▅▂ ] [ ▃█▂ ] dim 0015 μ= -0.000 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▆█▅ ] dim 0016 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▅███▆▂ ] [ ▆█▄ ] dim 0017 μ= +0.017 σ= 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.003 σ= 0.036 zeros= 0% [ ▁▃█████▄▁▁ ] [ ▁▆█▇▆▃ ] dim 0023 μ= -0.006 σ= 0.046 zeros= 0% [ ▁▂▅██████▆▃▁ ] [ ▂▆█▃ ] dim 0024 μ= -0.005 σ= 0.032 zeros= 0% [ ▁▄████▆▂ ] [ ▅█▄ ] dim 0025 μ= +0.018 σ= 0.028 zeros= 0% [ ▂▇███▆▁ ] [ ▂█▆ ] dim 0026 μ= +0.027 σ= 0.024 zeros= 0% [ ▃███▆▁ ] [ ▁▇█▂ ] dim 0027 μ= -0.007 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▃█▆ ] dim 0028 μ= +0.026 σ= 0.030 zeros= 0% [ ▂▆████▃▁ ] [ ▇█▄ ] dim 0029 μ= -0.001 σ= 0.029 zeros= 0% [ ▂▇███▆▂ ] [ ▁██ ] dim 0030 μ= -0.010 σ= 0.025 zeros= 0% [ ▂████▃ ] [ █▅ ] dim 0031 μ= -0.013 σ= 0.019 zeros= 0% [ ▁▇██▄▁ ] [ ▄▇█▃ ] dim 0032 μ= +0.029 σ= 0.036 zeros= 0% [ ▁▃▆████▆▂ ] [ ▂█▇ ] dim 0033 μ= +0.030 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▆█▁ ] dim 0034 μ= -0.005 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ ▄██▂ ] dim 0035 μ= +0.006 σ= 0.032 zeros= 0% [ ▂▆████▄▁ ] [ ▁█▃ ] dim 0036 μ= +0.001 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ██▂ ] dim 0037 μ= -0.028 σ= 0.026 zeros= 0% [ ▂████▃▁ ] [ ▃█▂ ] dim 0038 μ= -0.001 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▅█▂ ] dim 0039 μ= +0.033 σ= 0.029 zeros= 0% [ ▁▃████▃▁ ] [ ▃▅█▃ ] dim 0040 μ= +0.011 σ= 0.036 zeros= 0% [ ▁▂▆████▇▂ ] [ █▃ ] dim 0041 μ= +0.004 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ ▃█▆ ] dim 0042 μ= -0.017 σ= 0.026 zeros= 0% [ ▁▅███▅▂ ] [ ▆█▁ ] dim 0043 μ= +0.013 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ ▅█▃ ] dim 0044 μ= -0.023 σ= 0.031 zeros= 0% [ ▁▃▇███▆▂▁ ] [ ▆█▂ ] dim 0045 μ= +0.016 σ= 0.025 zeros= 0% [ ▂▆███▃▁ ] [ ▆█ ] dim 0046 μ= +0.013 σ= 0.020 zeros= 0% [ ▁▅██▆▁ ] [ ▃█▅ ] dim 0047 μ= +0.005 σ= 0.030 zeros= 0% [ ▁▅████▃▁ ] [ ▅██▄ ] dim 0048 μ= +0.008 σ= 0.039 zeros= 0% [ ▁▄█████▆▃▁ ] [ ▄█▅ ] dim 0049 μ= +0.022 σ= 0.028 zeros= 0% [ ▁▆███▆▂ ] [ ▇█▄ ] dim 0050 μ= +0.015 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▅█▄ ] dim 0051 μ= -0.000 σ= 0.030 zeros= 0% [ ▂▇███▇▂ ] [ █▂ ] dim 0052 μ= +0.005 σ= 0.015 zeros= 0% [ ▅██▂ ] [ ▄█▁ ] dim 0053 μ= -0.002 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▇█▁ ] dim 0054 μ= +0.014 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▃█▂ ] dim 0055 μ= +0.018 σ= 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.032 zeros= 0% [ ▁▅████▆▂ ] [ ▂▇█▁ ] dim 0059 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ █▄ ] dim 0060 μ= +0.008 σ= 0.012 zeros= 0% [ ▂██▁ ] [ ▄█▆ ] dim 0061 μ= -0.017 σ= 0.028 zeros= 0% [ ▁▆███▇▂ ] [ ▃██▃ ] dim 0062 μ= -0.031 σ= 0.035 zeros= 0% [ ▂▇████▆▂▁ ] [ ▆█▂ ] dim 0063 μ= +0.016 σ= 0.025 zeros= 0% [ ▁▆███▃ ] [ ▂██▃ ] dim 0064 μ= -0.010 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ ▄█▆ ] dim 0065 μ= +0.005 σ= 0.028 zeros= 0% [ ▁▅████▂ ] [ ██ ] dim 0066 μ= +0.009 σ= 0.021 zeros= 0% [ ▂▇██▆▁ ] [ ▃██▅ ] dim 0067 μ= -0.005 σ= 0.037 zeros= 0% [ ▁▂▅████▇▃▁ ] [ ▁▇█ ] dim 0068 μ= +0.011 σ= 0.024 zeros= 0% [ ▂████▃ ] [ ▅█ ] dim 0069 μ= +0.014 σ= 0.017 zeros= 0% [ ▃██▅ ] [ ▁██ ] dim 0070 μ= -0.010 σ= 0.025 zeros= 0% [ ▃████▃ ] [ ▅██▁ ] dim 0071 μ= +0.008 σ= 0.030 zeros= 0% [ ▁▅████▃▁ ] [ ▆█ ] dim 0072 μ= +0.013 σ= 0.021 zeros= 0% [ ▁▅██▇▁ ] [ █▃ ] dim 0073 μ= +0.007 σ= 0.014 zeros= 0% [ ▄██▁ ] [ ▄█▇▂ ] dim 0074 μ= -0.012 σ= 0.033 zeros= 0% [ ▂▅████▅▁▁ ] [ ▆█▂ ] dim 0075 μ= -0.005 σ= 0.024 zeros= 0% [ ▂▆███▃ ] [ ▃█▁ ] dim 0076 μ= -0.002 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▄█▇▄ ] dim 0077 μ= -0.009 σ= 0.039 zeros= 0% [ ▁▃▆████▇▃▁ ] [ ▆█ ] dim 0078 μ= +0.015 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▁█▆▁ ] dim 0079 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ █▅ ] dim 0080 μ= -0.013 σ= 0.014 zeros= 0% [ ▄██▂ ] [ ██ ] dim 0081 μ= +0.011 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▄██▅ ] dim 0082 μ= +0.013 σ= 0.038 zeros= 0% [ ▁▂▇████▇▃▁ ] [ ▇█▂ ] dim 0083 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▇███▃ ] [ ▂██▃ ] dim 0084 μ= +0.013 σ= 0.032 zeros= 0% [ ▁▄████▆▂ ] [ ▅█▁ ] dim 0085 μ= -0.003 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ ▅█▆ ] dim 0086 μ= -0.019 σ= 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.031 zeros= 0% [ ▂▆████▃▁ ] [ ▅█▆▁ ] dim 0090 μ= +0.003 σ= 0.034 zeros= 0% [ ▁▃█████▄▁ ] [ ▇█ ] dim 0091 μ= +0.032 σ= 0.020 zeros= 0% [ ▁▆██▇▁ ] [ ▁██▅ ] dim 0092 μ= +0.035 σ= 0.033 zeros= 0% [ ▁▅████▆▂▁ ] [ ▂▆█▃ ] dim 0093 μ= -0.005 σ= 0.035 zeros= 0% [ ▂▅████▇▃▁ ] [ ▅█▅ ] dim 0094 μ= +0.002 σ= 0.028 zeros= 0% [ ▂▆███▇▂ ] [ █▆ ] dim 0095 μ= -0.011 σ= 0.013 zeros= 0% [ ▂██▂ ] [ ▄█▇ ] dim 0096 μ= +0.005 σ= 0.033 zeros= 0% [ ▂▆████▄▁ ] [ ▆█▃ ] dim 0097 μ= -0.004 σ= 0.025 zeros= 0% [ ▁▆███▃▁ ] [ ▂█▅ ] dim 0098 μ= +0.005 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▆█ ] dim 0099 μ= -0.007 σ= 0.021 zeros= 0% [ ▁▅███▁ ] [ ▂█▃ ] dim 0100 μ= +0.001 σ= 0.022 zeros= 0% [ ▃███▃▁ ] [ ▃█▁ ] dim 0101 μ= -0.023 σ= 0.022 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.027 zeros= 0% [ ▁▄████▂ ] [ ▂█▇ ] dim 0106 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▃█ ] dim 0107 μ= -0.003 σ= 0.019 zeros= 0% [ ▃███▁ ] [ ▆██▁ ] dim 0108 μ= -0.016 σ= 0.035 zeros= 0% [ ▁▃█████▅▂ ] [ █▆ ] dim 0109 μ= +0.008 σ= 0.021 zeros= 0% [ ▁███▅▁ ] [ █▆ ] dim 0110 μ= +0.008 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▁█▃ ] dim 0111 μ= +0.024 σ= 0.019 zeros= 0% [ ▁███▃ ] [ ▂█▆ ] dim 0112 μ= +0.006 σ= 0.026 zeros= 0% [ ▁▃███▇▂ ] [ █▅ ] dim 0113 μ= -0.014 σ= 0.017 zeros= 0% [ ▆██▃ ] [ ▁▆█▆ ] dim 0114 μ= -0.005 σ= 0.036 zeros= 0% [ ▂▆████▇▃▁ ] [ ▃█▇▃ ] dim 0115 μ= -0.013 σ= 0.034 zeros= 0% [ ▂▆████▄▁ ] [ █▅ ] dim 0116 μ= +0.007 σ= 0.018 zeros= 0% [ ▁▆██▄ ] [ ▄█ ] dim 0117 μ= -0.007 σ= 0.016 zeros= 0% [ ▃██▅ ] [ ▅█▇▃ ] dim 0118 μ= -0.013 σ= 0.034 zeros= 0% [ ▁▂▆████▅▂▁ ] [ ▂█▇▁ ] dim 0119 μ= -0.012 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▅█▇▃ ] dim 0120 μ= -0.032 σ= 0.039 zeros= 0% [ ▁▃█████▆▃▁ ] [ █▇▃ ] dim 0121 μ= +0.012 σ= 0.026 zeros= 0% [ ▂████▃▁ ] [ ▂█ ] dim 0122 μ= -0.003 σ= 0.017 zeros= 0% [ ▂██▆▁ ] [ ▂█▅ ] dim 0123 μ= +0.004 σ= 0.023 zeros= 0% [ ▂███▄▁ ] [ █▄ ] dim 0124 μ= -0.014 σ= 0.020 zeros= 0% [ ▁▇██▄ ] [ ▅█▇▇▄ ] dim 0125 μ= -0.004 σ= 0.046 zeros= 0% [ ▂▅██████▇▃▁ ] [ █▁ ] dim 0126 μ= +0.022 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▂█▃ ] dim 0127 μ= -0.020 σ= 0.023 zeros= 0% [ ▁▄███▄ ] [ ▄█▃ ] dim 0128 μ= -0.019 σ= 0.029 zeros= 0% [ ▂▅███▆▂▁ ] [ ▄██▄ ] dim 0129 μ= -0.006 σ= 0.040 zeros= 0% [ ▁▂▇█████▅▁▁ ] [ ▇█▁ ] dim 0130 μ= -0.029 σ= 0.023 zeros= 0% [ ▁▇███▂ ] [ ▅█▃ ] dim 0131 μ= -0.001 σ= 0.028 zeros= 0% [ ▂▇███▅▂ ] [ ▁█▅ ] dim 0132 μ= +0.006 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ █▆ ] dim 0133 μ= +0.008 σ= 0.015 zeros= 0% [ ▄██▂ ] [ ▂█▅ ] dim 0134 μ= +0.024 σ= 0.024 zeros= 0% [ ▁▃███▅▁ ] [ ▁▆█▅ ] dim 0135 μ= -0.003 σ= 0.031 zeros= 0% [ ▁▃████▆▂ ] [ ▄█▇▄ ] dim 0136 μ= +0.008 σ= 0.040 zeros= 0% [ ▁▁▄▇████▇▂▁ ] [ ▅█▃ ] dim 0137 μ= -0.024 σ= 0.029 zeros= 0% [ ▁▂▇███▅▂ ] [ ▅█▃ ] dim 0138 μ= +0.035 σ= 0.027 zeros= 0% [ ▁▂████▄▁ ] [ ▂█▇ ] dim 0139 μ= +0.008 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ █▆ ] dim 0140 μ= +0.007 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▁█▆ ] dim 0141 μ= +0.007 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ ██ ] dim 0142 μ= +0.009 σ= 0.015 zeros= 0% [ ▄██▂ ] [ ▄█▄ ] dim 0143 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▅███▆▁ ] [ ▅█▇▃ ] dim 0144 μ= +0.006 σ= 0.035 zeros= 0% [ ▁▃█████▅▂▁ ] [ █▂ ] dim 0145 μ= -0.017 σ= 0.018 zeros= 0% [ ▁▇██▂ ] [ ▁▆█▄ ] dim 0146 μ= +0.015 σ= 0.032 zeros= 0% [ ▁▄████▆▂ ] [ ▄█▆ ] dim 0147 μ= +0.025 σ= 0.029 zeros= 0% [ ▁▅████▂ ] [ ▂█ ] dim 0148 μ= -0.003 σ= 0.018 zeros= 0% [ ▂██▇▁ ] [ ▁█▇ ] dim 0149 μ= -0.015 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ▄██▃ ] dim 0150 μ= -0.010 σ= 0.036 zeros= 0% [ ▁▂▆████▆▂▁ ] [ ▃██▄ ] dim 0151 μ= +0.012 σ= 0.039 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.032 zeros= 0% [ ▁▃████▆▃▁ ] [ █▆ ] dim 0157 μ= -0.008 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ ▄█ ] dim 0158 μ= -0.004 σ= 0.020 zeros= 0% [ ▃███▁ ] [ ▂▇█▄ ] dim 0159 μ= -0.003 σ= 0.034 zeros= 0% [ ▁▃████▇▃▁ ] [ ▅█▂ ] dim 0160 μ= -0.002 σ= 0.026 zeros= 0% [ ▁▆███▅▁ ] [ ▂██▄ ] dim 0161 μ= -0.006 σ= 0.032 zeros= 0% [ ▁▄████▆▂▁ ] [ ▄█▁ ] dim 0162 μ= -0.003 σ= 0.023 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.008 σ= 0.015 zeros= 0% [ ▃██▄ ] [ █▂ ] dim 0168 μ= +0.004 σ= 0.015 zeros= 0% [ ▆██▁ ] [ ▃█▄ ] dim 0169 μ= -0.000 σ= 0.028 zeros= 0% [ ▂▆███▅▂ ] [ ▄█▅ ] dim 0170 μ= +0.022 σ= 0.032 zeros= 0% [ ▁▂▆███▇▃▁ ] [ ▁██▂ ] dim 0171 μ= -0.008 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▆█▁ ] dim 0172 μ= -0.007 σ= 0.023 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.022 zeros= 0% [ ▁▃███▄▁ ] [ ▆█▆ ] dim 0179 μ= -0.020 σ= 0.031 zeros= 0% [ ▁▂█████▂▁ ] [ ▁██ ] dim 0180 μ= +0.009 σ= 0.024 zeros= 0% [ ▂███▇▂ ] [ ▅█▂ ] dim 0181 μ= -0.002 σ= 0.027 zeros= 0% [ ▂▅███▄▁ ] [ ▁█▇▂ ] dim 0182 μ= -0.029 σ= 0.027 zeros= 0% [ ▃████▃▁ ] [ ▄▇█▅▁ ] dim 0183 μ= -0.003 σ= 0.043 zeros= 0% [ ▁▃▆█████▅▃▁ ] [ ▃▇█▂ ] dim 0184 μ= +0.006 σ= 0.034 zeros= 0% [ ▁▃▇████▅▁ ] [ ▄█▇▁ ] dim 0185 μ= -0.016 σ= 0.031 zeros= 0% [ ▂▇████▃▁ ] [ ▄█ ] dim 0186 μ= -0.004 σ= 0.018 zeros= 0% [ ▃██▇▁ ] [ ▂█▅ ] dim 0187 μ= +0.005 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▇█ ] dim 0188 μ= +0.034 σ= 0.019 zeros= 0% [ ▅███▁ ] [ ▃▇█▆▂ ] dim 0189 μ= +0.017 σ= 0.042 zeros= 0% [ ▁▄▆█████▅▂ ] [ ▄█▆▃ ] dim 0190 μ= -0.012 σ= 0.036 zeros= 0% [ ▁▂▇████▆▂ ] [ ▂▇█▄ ] dim 0191 μ= -0.004 σ= 0.037 zeros= 0% [ ▂▅████▇▄▁ ] [ ▅█▅ ] dim 0192 μ= -0.021 σ= 0.028 zeros= 0% [ ▂▆███▅▁ ] [ ▆█▇ ] dim 0193 μ= +0.002 σ= 0.033 zeros= 0% [ ▁▃█████▄▁ ] [ ▃█▇▂ ] dim 0194 μ= -0.010 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▁█▅ ] dim 0195 μ= +0.027 σ= 0.025 zeros= 0% [ ▁▃███▆▂ ] [ ▂█▅ ] dim 0196 μ= +0.026 σ= 0.024 zeros= 0% [ ▂███▅▁ ] [ █▄ ] dim 0197 μ= -0.013 σ= 0.016 zeros= 0% [ ▅██▂ ] [ ▂█▄ ] dim 0198 μ= +0.004 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▆█▅ ] dim 0199 μ= +0.019 σ= 0.031 zeros= 0% [ ▁▃████▆▃▁ ] [ ▅█▆ ] dim 0200 μ= +0.002 σ= 0.030 zeros= 0% [ ▂▆███▇▃▁ ] [ ██ ] dim 0201 μ= -0.010 σ= 0.016 zeros= 0% [ ▄██▄ ] [ ▂█▂ ] dim 0202 μ= +0.001 σ= 0.023 zeros= 0% [ ▁▃███▄▁ ] [ ▂█▆ ] dim 0203 μ= +0.028 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▆█▄ ] dim 0204 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▃████▇▃▁ ] [ ██▂ ] dim 0205 μ= +0.015 σ= 0.024 zeros= 0% [ ▁▇███▃ ] [ ▂█▅ ] dim 0206 μ= +0.005 σ= 0.025 zeros= 0% [ ▃███▆▁ ] [ ▄█▇▂ ] dim 0207 μ= +0.009 σ= 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.017 σ= 0.032 zeros= 0% [ ▁▃████▇▂ ] [ ▄█▂ ] dim 0213 μ= -0.003 σ= 0.026 zeros= 0% [ ▂▅███▄▁ ] [ ▆█▅ ] dim 0214 μ= -0.002 σ= 0.031 zeros= 0% [ ▁▂████▆▂ ] [ ▆█▂ ] dim 0215 μ= -0.002 σ= 0.026 zeros= 0% [ ▁▆███▅▁ ] [ ▆█▂ ] dim 0216 μ= -0.007 σ= 0.026 zeros= 0% [ ▁▂████▃ ] [ ▅█▅ ] dim 0217 μ= +0.001 σ= 0.032 zeros= 0% [ ▁▂▇███▇▃▁ ] [ █ ] dim 0218 μ= -0.001 σ= 0.015 zeros= 0% [ ▁██▆▁ ] [ ▅█▆▂ ] dim 0219 μ= +0.007 σ= 0.031 zeros= 0% [ ▂▆████▃▁ ] [ ▄█▅ ] dim 0220 μ= +0.024 σ= 0.030 zeros= 0% [ ▂▆████▃▁ ] [ ██▁ ] dim 0221 μ= -0.008 σ= 0.023 zeros= 0% [ ▁▇███▂ ] [ ▅█▄ ] dim 0222 μ= -0.002 σ= 0.025 zeros= 0% [ ▁▅███▃▁ ] [ ▁▆█ ] dim 0223 μ= +0.008 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ ▆█▅ ] dim 0224 μ= +0.018 σ= 0.031 zeros= 0% [ ▁▃████▇▂ ] [ ▁▇█▁ ] dim 0225 μ= -0.009 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▃█▅ ] dim 0226 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▆███▆▁ ] [ ▃█▇▁ ] dim 0227 μ= -0.033 σ= 0.031 zeros= 0% [ ▁▅████▃▁ ] [ ▂██▅▁ ] dim 0228 μ= +0.038 σ= 0.038 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▁█▄ ] dim 0229 μ= +0.004 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ █▅ ] dim 0230 μ= +0.006 σ= 0.019 zeros= 0% [ ▁▇██▃ ] [ ▃█▄ ] dim 0231 μ= -0.018 σ= 0.024 zeros= 0% [ ▁▃███▅▁ ] [ ▁█▇ ] dim 0232 μ= +0.029 σ= 0.025 zeros= 0% [ ▃████▂ ] [ ▁▆█▂ ] dim 0233 μ= -0.028 σ= 0.027 zeros= 0% [ ▂████▃▁ ] [ ▆█▅ ] dim 0234 μ= +0.039 σ= 0.030 zeros= 0% [ ▁▃▇███▆▂ ] [ ▁█▃ ] dim 0235 μ= +0.002 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▁▅█▇▂ ] dim 0236 μ= +0.020 σ= 0.040 zeros= 0% [ ▁▂▆█████▅▂ ] [ ▇█ ] dim 0237 μ= -0.010 σ= 0.022 zeros= 0% [ ▂▇██▇▁ ] [ ▂▇█▂ ] dim 0238 μ= -0.010 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▄█▄ ] dim 0239 μ= -0.018 σ= 0.028 zeros= 0% [ ▁▅███▇▂ ] [ ▆█▂ ] dim 0240 μ= +0.016 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ ▄█▆▃ ] dim 0241 μ= +0.027 σ= 0.039 zeros= 0% [ ▁▁▃█████▅▂▁ ] [ ▃█▅ ] dim 0242 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▅█ ] dim 0243 μ= -0.007 σ= 0.020 zeros= 0% [ ▁▅██▇▁ ] [ ▃█▇▂ ] dim 0244 μ= -0.008 σ= 0.034 zeros= 0% [ ▂▅████▆▂▁ ] [ ▄█▄ ] dim 0245 μ= +0.002 σ= 0.032 zeros= 0% [ ▃▇████▃▁ ] [ █▃ ] dim 0246 μ= -0.016 σ= 0.018 zeros= 0% [ ▁███▃ ] [ ▆█▅ ] dim 0247 μ= -0.038 σ= 0.036 zeros= 0% [ ▁▃▇████▄▂▁ ] [ ▃█▇▄ ] dim 0248 μ= +0.011 σ= 0.035 zeros= 0% [ ▂▆████▆▂ ] [ ▅█▄ ] dim 0249 μ= -0.020 σ= 0.032 zeros= 0% [ ▁▃▇███▇▃▁ ] [ ▂█▃ ] dim 0250 μ= +0.001 σ= 0.022 zeros= 0% [ ▃███▃▁ ] [ █ ] dim 0251 μ= +0.022 σ= 0.015 zeros= 0% [ ▆██▁ ] [ ▆█▂ ] dim 0252 μ= -0.005 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▁█▅ ] dim 0253 μ= -0.015 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▅█▄ ] dim 0254 μ= +0.022 σ= 0.027 zeros= 0% [ ▁▅███▅▂ ] [ ▃█▇▂ ] dim 0255 μ= -0.013 σ= 0.037 zeros= 0% [ ▁▃█████▅▃▁ ] [ ▆█▆▃ ] dim 0256 μ= -0.017 σ= 0.046 zeros= 0% [ ▁▂▆█████▆▄▂▁ ] [ ▅█▄ ] dim 0257 μ= -0.002 σ= 0.029 zeros= 0% [ ▂▇███▅▂ ] [ ▂█▄ ] dim 0258 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ █▂ ] dim 0259 μ= +0.003 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▅█▆ ] dim 0260 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▃█████▃▁ ] [ █▁ ] dim 0261 μ= -0.019 σ= 0.016 zeros= 0% [ ▁███▁ ] [ █▆ ] dim 0262 μ= +0.028 σ= 0.019 zeros= 0% [ ▁▆██▄ ] [ ▇█ ] dim 0263 μ= -0.010 σ= 0.018 zeros= 0% [ ▄██▄ ] [ ▂██▁ ] dim 0264 μ= -0.012 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▁▇█ ] dim 0265 μ= -0.009 σ= 0.026 zeros= 0% [ ▂████▃▁ ] [ ▁█▄ ] dim 0266 μ= +0.004 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ █▇ ] dim 0267 μ= +0.010 σ= 0.018 zeros= 0% [ ▁▅██▅▁ ] [ ▁▇█▅▂ ] dim 0268 μ= +0.022 σ= 0.038 zeros= 0% [ ▁▄█████▄▂▁ ] [ ▄█▅ ] dim 0269 μ= +0.003 σ= 0.029 zeros= 0% [ ▂▅███▇▂ ] [ ▅█▃ ] dim 0270 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▂▇███▇▂▁ ] [ ▆█▁ ] dim 0271 μ= -0.008 σ= 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.026 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.018 σ= 0.034 zeros= 0% [ ▁▄████▇▃▁ ] [ ▁█▅ ] dim 0280 μ= +0.026 σ= 0.024 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.052 σ= 0.033 zeros= 0% [ ▂▅████▄▂ ] [ ▄██▂ ] dim 0285 μ= +0.009 σ= 0.033 zeros= 0% [ ▂▅████▅▂ ] [ ▂▆█▂ ] dim 0286 μ= -0.009 σ= 0.032 zeros= 0% [ ▂▄████▄▂ ] [ █▅ ] dim 0287 μ= +0.006 σ= 0.021 zeros= 0% [ ▂███▄ ] [ ▁▆█▆▂ ] dim 0288 μ= -0.012 σ= 0.045 zeros= 0% [ ▁▂▅██████▃▂▁ ] [ ▁██▁ ] dim 0289 μ= +0.010 σ= 0.025 zeros= 0% [ ▃████▂ ] [ ▃▆█▄ ] dim 0290 μ= +0.014 σ= 0.035 zeros= 0% [ ▂▅████▇▂▁ ] [ █▃ ] dim 0291 μ= -0.015 σ= 0.014 zeros= 0% [ ▄██▁ ] [ ▅█▆▁ ] dim 0292 μ= +0.003 σ= 0.034 zeros= 0% [ ▁▂▇████▃▁ ] [ ▂█▁ ] dim 0293 μ= +0.021 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▇█▂ ] dim 0294 μ= -0.005 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ █ ] dim 0295 μ= -0.001 σ= 0.013 zeros= 0% [ ▆█▅ ] [ ▄█▄ ] dim 0296 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▅███▆▁ ] [ ▃█ ] dim 0297 μ= -0.004 σ= 0.017 zeros= 0% [ ▂██▆▁ ] [ █▇ ] dim 0298 μ= -0.010 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▄█▆ ] dim 0299 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ▆█▅ ] dim 0300 μ= -0.022 σ= 0.030 zeros= 0% [ ▃████▆▂ ] [ ▁█▇ ] dim 0301 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▃███▇▂ ] [ ▃█▆▁ ] dim 0302 μ= +0.007 σ= 0.036 zeros= 0% [ ▁▃▆████▅▂▁ ] [ █▂ ] dim 0303 μ= -0.018 σ= 0.016 zeros= 0% [ ▁▇██▂ ] [ ▅█▄ ] dim 0304 μ= -0.002 σ= 0.031 zeros= 0% [ ▃▇███▇▂ ] [ ▄█▆ ] dim 0305 μ= +0.024 σ= 0.033 zeros= 0% [ ▁▃▇████▄▁ ] [ ▁▇█▄ ] dim 0306 μ= +0.014 σ= 0.036 zeros= 0% [ ▁▂▅████▆▃▁ ] [ █▆ ] dim 0307 μ= +0.009 σ= 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.018 σ= 0.035 zeros= 0% [ ▂▄█████▃▁ ] [ █▄ ] dim 0313 μ= +0.004 σ= 0.020 zeros= 0% [ ▁▇██▃ ] [ ▂▆█▅▂ ] dim 0314 μ= +0.001 σ= 0.046 zeros= 0% [ ▂▃▅█████▆▄▁ ] [ ▃█▄ ] dim 0315 μ= -0.000 σ= 0.022 zeros= 0% [ ▁▃███▃ ] [ ▄█▁ ] dim 0316 μ= -0.026 σ= 0.024 zeros= 0% [ ▂▆███▂▁ ] [ ▃█▅ ] dim 0317 μ= -0.015 σ= 0.029 zeros= 0% [ ▁▅████▃ ] [ █▇ ] dim 0318 μ= -0.011 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▃█▆▁ ] dim 0319 μ= +0.009 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ ▁█▅ ] dim 0320 μ= -0.014 σ= 0.024 zeros= 0% [ ▃███▆▂ ] [ ▅█ ] dim 0321 μ= -0.026 σ= 0.015 zeros= 0% [ ▂██▅ ] [ ▄▇█▅ ] dim 0322 μ= -0.008 σ= 0.036 zeros= 0% [ ▁▂▇████▇▂▁ ] [ ▂▆█▃ ] dim 0323 μ= +0.014 σ= 0.034 zeros= 0% [ ▂▅████▇▂▁ ] [ ▃█ ] dim 0324 μ= -0.023 σ= 0.018 zeros= 0% [ ▂██▇▁ ] [ ▃█▇▃ ] dim 0325 μ= +0.010 σ= 0.035 zeros= 0% [ ▃▆████▆▂ ] [ ▆█▂ ] dim 0326 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ▃█ ] dim 0327 μ= -0.023 σ= 0.019 zeros= 0% [ ▂███▁ ] [ █ ] dim 0328 μ= +0.003 σ= 0.010 zeros= 0% [ ▂█▆ ] [ ▂█▅ ] dim 0329 μ= +0.004 σ= 0.029 zeros= 0% [ ▂▅███▆▂ ] [ ▂▇█▅▁ ] dim 0330 μ= +0.017 σ= 0.041 zeros= 0% [ ▁▃▆█████▅▂▁ ] [ ▂██▆▁ ] dim 0331 μ= -0.002 σ= 0.040 zeros= 0% [ ▁▂▇█████▅▂▁ ] [ ▁█▂ ] dim 0332 μ= +0.022 σ= 0.019 zeros= 0% [ ▁███▂ ] [ ▄█▃ ] dim 0333 μ= -0.002 σ= 0.027 zeros= 0% [ ▁▆███▅▁ ] [ ▂█ ] dim 0334 μ= +0.017 σ= 0.016 zeros= 0% [ ▂██▆▁ ] [ ▂█▄ ] dim 0335 μ= +0.004 σ= 0.023 zeros= 0% [ ▃███▄▁ ] [ ▆█▅ ] dim 0336 μ= -0.000 σ= 0.033 zeros= 0% [ ▁▃█████▃▁ ] [ ▃█▆▁ ] dim 0337 μ= -0.014 σ= 0.028 zeros= 0% [ ▁▄████▂▁ ] [ ▂██▁ ] dim 0338 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▃█▆ ] dim 0339 μ= +0.005 σ= 0.030 zeros= 0% [ ▂▅████▃▁ ] [ ▅█▄ ] dim 0340 μ= +0.001 σ= 0.033 zeros= 0% [ ▁▃▇████▃▁ ] [ ▄█▁ ] dim 0341 μ= +0.017 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▂█▅ ] dim 0342 μ= -0.017 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ █ ] dim 0343 μ= +0.000 σ= 0.014 zeros= 0% [ ▆█▆ ] [ ▇█▂ ] dim 0344 μ= +0.014 σ= 0.025 zeros= 0% [ ▂▇███▃▁ ] [ ▇█▃ ] dim 0345 μ= +0.014 σ= 0.025 zeros= 0% [ ▂████▃▁ ] [ ▂█ ] dim 0346 μ= -0.004 σ= 0.015 zeros= 0% [ ▁██▅ ] [ ▇█▃ ] dim 0347 μ= -0.025 σ= 0.031 zeros= 0% [ ▁▃████▇▂ ] [ ▃▇█▃ ] dim 0348 μ= -0.008 σ= 0.032 zeros= 0% [ ▁▄████▅▂▁ ] [ ▁▆█▄ ] dim 0349 μ= -0.027 σ= 0.030 zeros= 0% [ ▁▃████▅▁ ] [ ▄█ ] dim 0350 μ= +0.015 σ= 0.018 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.014 σ= 0.036 zeros= 0% [ ▁▂▅████▇▂▁ ] [ ██ ] dim 0355 μ= -0.011 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ ▃▆█▄ ] dim 0356 μ= +0.033 σ= 0.032 zeros= 0% [ ▂▄████▅▂ ] [ ▅█▃ ] dim 0357 μ= +0.018 σ= 0.027 zeros= 0% [ ▂▇███▅▁ ] [ █ ] dim 0358 μ= -0.002 σ= 0.013 zeros= 0% [ ▇█▅ ] [ ▂█▆▁ ] dim 0359 μ= -0.011 σ= 0.026 zeros= 0% [ ▃████▂ ] [ ▁██▂ ] dim 0360 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▃████▄ ] [ ▆█▇▂ ] dim 0361 μ= -0.016 σ= 0.036 zeros= 0% [ ▁▃█████▅▂ ] [ ▄█ ] dim 0362 μ= -0.025 σ= 0.017 zeros= 0% [ ▂██▆▁ ] [ ▆█▆ ] dim 0363 μ= +0.020 σ= 0.032 zeros= 0% [ ▁▃▇████▃▁ ] [ ▃██▂ ] dim 0364 μ= +0.009 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▂██▂ ] dim 0365 μ= +0.030 σ= 0.032 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.001 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▅██▄ ] dim 0371 μ= +0.005 σ= 0.038 zeros= 0% [ ▂▄▇████▅▂ ] [ ▁▇█▇▁ ] dim 0372 μ= +0.021 σ= 0.035 zeros= 0% [ ▁▃█████▄▁ ] [ ▆█▅ ] dim 0373 μ= -0.000 σ= 0.032 zeros= 0% [ ▁▃█████▃▁ ] [ ▁█▃ ] dim 0374 μ= -0.018 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▂▇█▃ ] dim 0375 μ= +0.012 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ █▆ ] dim 0376 μ= -0.012 σ= 0.018 zeros= 0% [ ▁▆██▄ ] [ ▇█▃ ] dim 0377 μ= -0.005 σ= 0.028 zeros= 0% [ ▃████▄▁ ] [ ▆█▅ ] dim 0378 μ= -0.002 σ= 0.026 zeros= 0% [ ▁▆███▅▁ ] [ ▄█▅ ] dim 0379 μ= +0.003 σ= 0.026 zeros= 0% [ ▁▄███▅▂ ] [ ▄█▁ ] dim 0380 μ= -0.003 σ= 0.023 zeros= 0% [ ▁▅███▃▁ ] [ █▁ ] dim 0381 μ= +0.002 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▁▇█▂ ] dim 0382 μ= -0.010 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▇▁ ] dim 0383 μ= +0.025 σ= 0.034 zeros= 0% [ ▁▃▆████▄▁ ] [ ▁▇█ ] dim 0384 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▃████▃ ] [ ▄█▄ ] dim 0385 μ= +0.020 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ █▆ ] dim 0386 μ= +0.010 σ= 0.023 zeros= 0% [ ▂▇██▇▂ ] [ ██ ] dim 0387 μ= -0.010 σ= 0.011 zeros= 0% [ ▁██▁ ] [ ▁▄██▅ ] dim 0388 μ= +0.011 σ= 0.045 zeros= 0% [ ▁▂▄██████▄▂▁ ] [ ▂█▇ ] dim 0389 μ= +0.008 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▂█▅ ] dim 0390 μ= +0.026 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▅█▅ ] dim 0391 μ= +0.001 σ= 0.031 zeros= 0% [ ▁▂▆███▇▂ ] [ ▄█▃ ] dim 0392 μ= +0.020 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ ▄█▇▄ ] dim 0393 μ= -0.010 σ= 0.040 zeros= 0% [ ▁▄▇████▇▃▁ ] [ ▂█ ] dim 0394 μ= +0.017 σ= 0.018 zeros= 0% [ ▂██▇▁ ] [ ▂▇█▅ ] dim 0395 μ= -0.003 σ= 0.034 zeros= 0% [ ▁▄█████▃▁ ] [ ▁█▆ ] dim 0396 μ= -0.015 σ= 0.024 zeros= 0% [ ▄███▆▁ ] [ █▁ ] dim 0397 μ= +0.002 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▁▅█▆▂ ] dim 0398 μ= +0.002 σ= 0.039 zeros= 0% [ ▁▂▅█████▅▂ ] [ █▅ ] dim 0399 μ= -0.013 σ= 0.016 zeros= 0% [ ▅██▃ ] [ ▁▆█▄ ] dim 0400 μ= -0.004 σ= 0.037 zeros= 0% [ ▂▅████▇▃▁ ] [ ▄█▅ ] dim 0401 μ= -0.018 σ= 0.029 zeros= 0% [ ▁▆███▇▂▁ ] [ ▄█▄ ] dim 0402 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▇█▃ ] dim 0403 μ= -0.005 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▃█▄ ] dim 0404 μ= +0.003 σ= 0.024 zeros= 0% [ ▄███▅▁ ] [ ▇█▅ ] dim 0405 μ= +0.018 σ= 0.030 zeros= 0% [ ▁▂▇███▆▂ ] [ ▄█ ] dim 0406 μ= +0.014 σ= 0.018 zeros= 0% [ ▃██▆▁ ] [ ██ ] dim 0407 μ= +0.012 σ= 0.018 zeros= 0% [ ▄██▆▁ ] [ ▃█▄ ] dim 0408 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ ▁█▇ ] dim 0409 μ= -0.012 σ= 0.025 zeros= 0% [ ▃███▇▂ ] [ ▃█▄ ] dim 0410 μ= -0.019 σ= 0.026 zeros= 0% [ ▁▅███▆▁ ] [ ▅█▇ ] dim 0411 μ= +0.002 σ= 0.029 zeros= 0% [ ▂▆████▂ ] [ ▆█▇▄ ] dim 0412 μ= +0.004 σ= 0.038 zeros= 0% [ ▁▁▄▇████▆▂ ] [ ██▁ ] dim 0413 μ= -0.009 σ= 0.025 zeros= 0% [ ▂▇███▂ ] [ ██▁ ] dim 0414 μ= -0.008 σ= 0.025 zeros= 0% [ ▂████▃ ] [ ▇█ ] dim 0415 μ= -0.008 σ= 0.022 zeros= 0% [ ▁▆███▁ ] [ ▃▇█▆▁ ] dim 0416 μ= -0.004 σ= 0.040 zeros= 0% [ ▁▂▆█████▄▂ ] [ ▃██ ] dim 0417 μ= +0.007 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ █▄ ] dim 0418 μ= -0.015 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▃█ ] dim 0419 μ= -0.004 σ= 0.015 zeros= 0% [ ▁██▅ ] [ ▅█▆▁ ] dim 0420 μ= +0.004 σ= 0.035 zeros= 0% [ ▁▃▆████▃▁ ] [ ▄█▅ ] dim 0421 μ= -0.018 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ▁▇█▂ ] dim 0422 μ= +0.013 σ= 0.028 zeros= 0% [ ▁▂████▄▁ ] [ ▆█▁ ] dim 0423 μ= +0.015 σ= 0.023 zeros= 0% [ ▁▅███▂ ] [ ▅█▁ ] dim 0424 μ= +0.016 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▃█▆▃ ] dim 0425 μ= -0.012 σ= 0.039 zeros= 0% [ ▁▃▇████▇▂▁ ] [ █ ] dim 0426 μ= +0.019 σ= 0.013 zeros= 0% [ ▇█▄ ] [ ▅█▆▁ ] dim 0427 μ= +0.003 σ= 0.036 zeros= 0% [ ▁▃▇████▄▂ ] [ ▂▇▇█▁ ] dim 0428 μ= +0.020 σ= 0.037 zeros= 0% [ ▁▅█████▄▁ ] [ ██ ] dim 0429 μ= +0.010 σ= 0.016 zeros= 0% [ ▄██▄ ] [ ▁▇█ ] dim 0430 μ= +0.008 σ= 0.026 zeros= 0% [ ▃███▇▂▁ ] [ ██▃ ] dim 0431 μ= +0.014 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▇█ ] dim 0432 μ= +0.011 σ= 0.021 zeros= 0% [ ▁▇██▇▁ ] [ ▂▇█▂ ] dim 0433 μ= -0.012 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ ▃█▄ ] dim 0434 μ= +0.001 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ █▃ ] dim 0435 μ= +0.005 σ= 0.017 zeros= 0% [ ▁▆██▂ ] [ ▂█▇▅ ] dim 0436 μ= -0.009 σ= 0.034 zeros= 0% [ ▁▂▆████▆▂▁ ] [ ▂█▇▃ ] dim 0437 μ= +0.011 σ= 0.031 zeros= 0% [ ▁▄████▅▂ ] [ ▅█▂ ] dim 0438 μ= -0.002 σ= 0.023 zeros= 0% [ ▁▄███▃▁ ] [ ▄█▅ ] dim 0439 μ= -0.016 σ= 0.029 zeros= 0% [ ▁▅███▇▂ ] [ ▃█▅ ] dim 0440 μ= +0.004 σ= 0.028 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.017 σ= 0.043 zeros= 0% [ ▁▄██████▅▃▁ ] [ ▁█▅ ] dim 0445 μ= +0.006 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▅█▅ ] dim 0446 μ= +0.018 σ= 0.028 zeros= 0% [ ▂▇███▅▁ ] [ ▃█▅ ] dim 0447 μ= +0.021 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▃█▆▁ ] dim 0448 μ= -0.016 σ= 0.031 zeros= 0% [ ▂▆████▃▁ ] [ ▆█ ] dim 0449 μ= +0.013 σ= 0.020 zeros= 0% [ ▁▅██▇▁ ] [ ▁█▃ ] dim 0450 μ= -0.017 σ= 0.020 zeros= 0% [ ▂███▃ ] [ █▇ ] dim 0451 μ= +0.008 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ ▄█▇▁ ] dim 0452 μ= -0.013 σ= 0.030 zeros= 0% [ ▂▅████▄▁ ] [ ▅█ ] dim 0453 μ= -0.007 σ= 0.019 zeros= 0% [ ▅██▆▁ ] [ █ ] dim 0454 μ= -0.000 σ= 0.014 zeros= 0% [ ▇█▆ ] [ ▄█▆▄ ] dim 0455 μ= +0.010 σ= 0.043 zeros= 0% [ ▁▁▄██████▄▁▁ ] [ ▆█▆ ] dim 0456 μ= -0.017 σ= 0.033 zeros= 0% [ ▁▂▇████▃▁ ] [ █▇▃ ] dim 0457 μ= +0.012 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▁▅█▄ ] dim 0458 μ= +0.015 σ= 0.032 zeros= 0% [ ▁▃████▅▂ ] [ █▇ ] dim 0459 μ= -0.010 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ ▆█▁ ] dim 0460 μ= -0.009 σ= 0.025 zeros= 0% [ ▂████▂ ] [ ▂█ ] dim 0461 μ= -0.006 σ= 0.013 zeros= 0% [ ▁██▃ ] [ █▄ ] dim 0462 μ= -0.014 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▆█▇▂ ] dim 0463 μ= -0.017 σ= 0.034 zeros= 0% [ ▁▃█████▄▁ ] [ ▂▅█▅▂ ] dim 0464 μ= -0.019 σ= 0.042 zeros= 0% [ ▁▂▆█████▆▃▁ ] [ ██▂ ] dim 0465 μ= -0.007 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▁▆█▅ ] dim 0466 μ= -0.006 σ= 0.040 zeros= 0% [ ▁▃▆█████▄▁ ] [ ▂█▄ ] dim 0467 μ= +0.002 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ▁█▆ ] dim 0468 μ= +0.005 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▄█▃ ] dim 0469 μ= -0.003 σ= 0.029 zeros= 0% [ ▂▇███▅▁ ] [ █▃ ] dim 0470 μ= -0.017 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ █ ] dim 0471 μ= +0.039 σ= 0.015 zeros= 0% [ ▁██▆ ] [ ▆█▃ ] dim 0472 μ= -0.003 σ= 0.028 zeros= 0% [ ▂▇███▅▁ ] [ █▂ ] dim 0473 μ= -0.017 σ= 0.016 zeros= 0% [ ▆██▁ ] [ ▄█ ] dim 0474 μ= +0.015 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▁██▇▁ ] dim 0475 μ= -0.000 σ= 0.039 zeros= 0% [ ▂▆█████▅▂▁ ] [ ██ ] dim 0476 μ= -0.009 σ= 0.022 zeros= 0% [ ▁▇██▇▂ ] [ ▅█ ] dim 0477 μ= -0.006 σ= 0.020 zeros= 0% [ ▁▄███▁ ] [ ▅█▂ ] dim 0478 μ= -0.024 σ= 0.025 zeros= 0% [ ▁▆███▃▁ ] [ ▃█▇ ] dim 0479 μ= +0.005 σ= 0.030 zeros= 0% [ ▂▅████▃▁ ] [ ▁██▄ ] dim 0480 μ= -0.007 σ= 0.030 zeros= 0% [ ▁▄████▅▁ ] [ ▂█▂ ] dim 0481 μ= +0.021 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▁█▆▁ ] dim 0482 μ= +0.010 σ= 0.030 zeros= 0% [ ▁▄████▃▁ ] [ ▁▇█▃ ] dim 0483 μ= -0.009 σ= 0.030 zeros= 0% [ ▁▅████▄▁ ] [ ▆█▇▂ ] dim 0484 μ= +0.004 σ= 0.034 zeros= 0% [ ▁▃▇████▄▁ ] [ ▃█ ] dim 0485 μ= +0.016 σ= 0.015 zeros= 0% [ ▁██▅ ] [ ▄█▅ ] dim 0486 μ= +0.024 σ= 0.028 zeros= 0% [ ▁▅███▇▂ ] [ ▅█▁ ] dim 0487 μ= +0.016 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ ▅█▆▂ ] dim 0488 μ= +0.026 σ= 0.045 zeros= 0% [ ▁▂▅█████▇▃▁▁ ] [ ▆█▁ ] dim 0489 μ= -0.025 σ= 0.023 zeros= 0% [ ▁▅███▂▁ ] [ ▃▇█▂ ] dim 0490 μ= -0.011 σ= 0.032 zeros= 0% [ ▁▅████▄▁ ] [ █ ] dim 0491 μ= +0.020 σ= 0.015 zeros= 0% [ ▁██▇▁ ] [ ▃█▇▁ ] dim 0492 μ= -0.011 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▄█ ] dim 0493 μ= +0.014 σ= 0.018 zeros= 0% [ ▄██▆▁ ] [ █▁ ] dim 0494 μ= +0.022 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▃█▅ ] dim 0495 μ= -0.016 σ= 0.026 zeros= 0% [ ▁▅███▇▂ ] [ █▂ ] dim 0496 μ= +0.025 σ= 0.015 zeros= 0% [ ▅██▁ ] [ █▄ ] dim 0497 μ= -0.015 σ= 0.019 zeros= 0% [ ▁▇██▃ ] [ ▁▇█▃▁ ] dim 0498 μ= +0.016 σ= 0.040 zeros= 0% [ ▁▃▅█████▄▁ ] [ ▂█▇▁ ] dim 0499 μ= -0.011 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▂▆██▃ ] dim 0500 μ= +0.021 σ= 0.040 zeros= 0% [ ▁▂▅█████▆▂ ] [ ▃█ ] dim 0501 μ= -0.006 σ= 0.013 zeros= 0% [ ▁██▃ ] [ ▃█▂ ] dim 0502 μ= +0.020 σ= 0.022 zeros= 0% [ ▁▃███▃ ] [ ▃█▄ ] dim 0503 μ= +0.003 σ= 0.031 zeros= 0% [ ▂▆███▇▂▁ ] [ █ ] dim 0504 μ= -0.004 σ= 0.011 zeros= 0% [ ██▃ ] [ ▅█▃ ] dim 0505 μ= -0.002 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ ▁█▆ ] dim 0506 μ= +0.009 σ= 0.026 zeros= 0% [ ▃████▂ ] [ ▂██ ] dim 0507 μ= -0.011 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▁▆█▅ ] dim 0508 μ= -0.004 σ= 0.034 zeros= 0% [ ▁▄████▇▂▁ ] [ ▅█▅ ] dim 0509 μ= -0.001 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ ██▂ ] dim 0510 μ= -0.007 σ= 0.027 zeros= 0% [ ▁▂████▄▁ ] [ ▄██▃ ] dim 0511 μ= +0.009 σ= 0.036 zeros= 0% [ ▁▃▇████▆▂ ] [ ▂█▅ ] dim 0512 μ= -0.015 σ= 0.026 zeros= 0% [ ▁▃███▆▂ ] [ █ ] dim 0513 μ= +0.024 σ= 0.012 zeros= 0% [ ▄██ ] [ ▃▇█▂ ] dim 0514 μ= +0.011 σ= 0.033 zeros= 0% [ ▂▅████▅▂ ] [ ▇█▁ ] dim 0515 μ= -0.028 σ= 0.025 zeros= 0% [ ▂████▃ ] [ █▄ ] dim 0516 μ= +0.025 σ= 0.020 zeros= 0% [ ▂███▄ ] [ ▃▇█▆ ] dim 0517 μ= -0.006 σ= 0.038 zeros= 0% [ ▁▂▆█████▄▁ ] [ ▁█▆ ] dim 0518 μ= +0.026 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ▄█▄ ] dim 0519 μ= -0.039 σ= 0.028 zeros= 0% [ ▁▅███▆▂ ] [ ▁██▃ ] dim 0520 μ= +0.013 σ= 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.014 σ= 0.028 zeros= 0% [ ▃████▅▁ ] [ ▃█ ] dim 0525 μ= -0.006 σ= 0.012 zeros= 0% [ ██▂ ] [ ▃█▅ ] dim 0526 μ= -0.017 σ= 0.026 zeros= 0% [ ▁▄███▆▁ ] [ ▆█ ] dim 0527 μ= +0.012 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ ▅█▅ ] dim 0528 μ= -0.038 σ= 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.017 σ= 0.038 zeros= 0% [ ▁▄█████▅▂▁ ] [ ▄█ ] dim 0536 μ= +0.016 σ= 0.019 zeros= 0% [ ▄███▁ ] [ ▃█▇ ] dim 0537 μ= +0.004 σ= 0.032 zeros= 0% [ ▂▆████▃▁ ] [ ▃█▇ ] dim 0538 μ= +0.028 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▁▇██▂ ] dim 0539 μ= +0.003 σ= 0.037 zeros= 0% [ ▁▅█████▅▃ ] [ ▂█▇▅ ] dim 0540 μ= -0.007 σ= 0.036 zeros= 0% [ ▁▂▅████▇▃▁ ] [ ▃█▃ ] dim 0541 μ= -0.002 σ= 0.028 zeros= 0% [ ▂▇███▅▁ ] [ ▁▇█▄ ] dim 0542 μ= -0.005 σ= 0.033 zeros= 0% [ ▁▃████▆▃▁ ] [ ▂██▇▂ ] dim 0543 μ= +0.017 σ= 0.038 zeros= 0% [ ▁▃▆█████▄▁ ] [ █▅ ] dim 0544 μ= +0.006 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ █▁ ] dim 0545 μ= -0.019 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▅█▆▁ ] dim 0546 μ= -0.017 σ= 0.033 zeros= 0% [ ▁▂▆████▄▁ ] [ ▂█▇ ] dim 0547 μ= -0.013 σ= 0.026 zeros= 0% [ ▁▃███▇▂ ] [ ▁█▅ ] dim 0548 μ= -0.035 σ= 0.023 zeros= 0% [ ▂███▅▁ ] [ ▂▆█▃ ] dim 0549 μ= +0.014 σ= 0.030 zeros= 0% [ ▁▃████▅▁ ] [ ▃▆█▅ ] dim 0550 μ= -0.008 σ= 0.039 zeros= 0% [ ▁▃██████▃▁ ] [ █▅ ] dim 0551 μ= +0.008 σ= 0.017 zeros= 0% [ ▅██▃ ] [ ▁▆█▃ ] dim 0552 μ= -0.007 σ= 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.016 σ= 0.034 zeros= 0% [ ▁▂▇████▄▁ ] [ ▄█ ] dim 0557 μ= -0.004 σ= 0.021 zeros= 0% [ ▄███▂ ] [ █▇ ] dim 0558 μ= +0.009 σ= 0.025 zeros= 0% [ ▃████▂ ] [ ▁▆██▅ ] dim 0559 μ= -0.011 σ= 0.041 zeros= 0% [ ▁▁▄██████▃▂ ] [ ▁▇█▅▁ ] dim 0560 μ= -0.001 σ= 0.038 zeros= 0% [ ▁▂▅█████▅▁ ] [ ▂██▆ ] dim 0561 μ= -0.024 σ= 0.036 zeros= 0% [ ▂▅████▇▃▁ ] [ ▂█▁ ] dim 0562 μ= -0.000 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ▇█▁ ] dim 0563 μ= +0.031 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ ▁█▅ ] dim 0564 μ= +0.006 σ= 0.021 zeros= 0% [ ▂███▅ ] [ ▄█▃ ] dim 0565 μ= -0.021 σ= 0.023 zeros= 0% [ ▁▄███▄ ] [ ▂▇█ ] dim 0566 μ= +0.007 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ █▂ ] dim 0567 μ= +0.003 σ= 0.016 zeros= 0% [ ▁▇██▁ ] [ ▇█▂ ] dim 0568 μ= +0.016 σ= 0.025 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.004 σ= 0.042 zeros= 0% [ ▁▂▆█████▇▃▁ ] [ ▅█▂ ] dim 0576 μ= +0.016 σ= 0.025 zeros= 0% [ ▁▇███▃ ] [ ▄█▄ ] dim 0577 μ= -0.000 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▅▇█▁ ] dim 0578 μ= -0.011 σ= 0.034 zeros= 0% [ ▁▂▅████▆▂▁ ] [ ▁▇█▁ ] dim 0579 μ= -0.009 σ= 0.026 zeros= 0% [ ▂████▃▁ ] [ ▅█▄ ] dim 0580 μ= -0.002 σ= 0.030 zeros= 0% [ ▁▃▆███▆▂ ] [ ▂█▄ ] dim 0581 μ= +0.001 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ █▄ ] dim 0582 μ= +0.024 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▅█ ] dim 0583 μ= -0.006 σ= 0.014 zeros= 0% [ ▁██▄ ] [ ▅█▆ ] dim 0584 μ= +0.003 σ= 0.031 zeros= 0% [ ▂▇████▃▁ ] [ ▂▆█▆▅▂ ] dim 0585 μ= -0.034 σ= 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.022 zeros= 0% [ ▃███▄ ] [ ▆█ ] dim 0587 μ= -0.008 σ= 0.016 zeros= 0% [ ▃██▄ ] [ ▂██▃ ] dim 0588 μ= -0.012 σ= 0.034 zeros= 0% [ ▂▆████▅▂ ] [ ▁█ ] dim 0589 μ= -0.001 σ= 0.015 zeros= 0% [ ▁██▇▁ ] [ ▅█▇▁ ] dim 0590 μ= +0.007 σ= 0.034 zeros= 0% [ ▁▂▅████▄▂ ] [ ▂█▁ ] dim 0591 μ= -0.021 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▆█▁ ] dim 0592 μ= -0.004 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ ▂▆█▄ ] dim 0593 μ= +0.016 σ= 0.034 zeros= 0% [ ▁▅████▆▃▁ ] [ ██▅▁ ] dim 0594 μ= -0.001 σ= 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.027 zeros= 0% [ ▂▇███▄▁ ] [ ▃██ ] dim 0598 μ= +0.006 σ= 0.028 zeros= 0% [ ▁▅████▃ ] [ █ ] dim 0599 μ= +0.023 σ= 0.014 zeros= 0% [ ▅██▁ ] [ ██▇▃ ] dim 0600 μ= -0.017 σ= 0.036 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.027 zeros= 0% [ ▁▅███▆▂ ] [ ▆█▃ ] dim 0605 μ= +0.015 σ= 0.030 zeros= 0% [ ▁▃▇███▅▁ ] [ ██ ] dim 0606 μ= +0.031 σ= 0.019 zeros= 0% [ ▁▆██▆▁ ] [ ██▆ ] dim 0607 μ= -0.000 σ= 0.033 zeros= 0% [ ▁▄█████▃▁ ] [ ▂▇█▇▂ ] dim 0608 μ= -0.001 σ= 0.038 zeros= 0% [ ▁▂▄█████▄▂ ] [ ▃█▇▂ ] dim 0609 μ= +0.008 σ= 0.031 zeros= 0% [ ▂▅████▄▁ ] [ ▄█▁ ] dim 0610 μ= +0.017 σ= 0.020 zeros= 0% [ ▁▄███▂ ] [ ▃█▃ ] dim 0611 μ= -0.000 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▅██▄▁ ] dim 0612 μ= +0.013 σ= 0.039 zeros= 0% [ ▁▃▇█████▄▂ ] [ █ ] dim 0613 μ= +0.020 σ= 0.013 zeros= 0% [ ▆█▅ ] [ ▇█▁ ] dim 0614 μ= +0.010 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ██ ] dim 0615 μ= -0.008 σ= 0.017 zeros= 0% [ ▄██▅ ] [ ▆█▂ ] dim 0616 μ= -0.003 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▃█▆ ] dim 0617 μ= +0.006 σ= 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.040 σ= 0.022 zeros= 0% [ ▃███▃▁ ] [ ▃██▂ ] dim 0622 μ= -0.008 σ= 0.034 zeros= 0% [ ▂▅████▆▂▁ ] [ ▁█▆ ] dim 0623 μ= +0.008 σ= 0.023 zeros= 0% [ ▂███▇▁ ] [ ▆█ ] dim 0624 μ= -0.006 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▄█▃ ] dim 0625 μ= -0.020 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ ▅▇█▂ ] dim 0626 μ= -0.013 σ= 0.040 zeros= 0% [ ▁▄█████▆▃▁ ] [ ▅█▃ ] dim 0627 μ= +0.018 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▆█▆▁ ] dim 0628 μ= -0.021 σ= 0.036 zeros= 0% [ ▁▄█████▃▁ ] [ ▃█▆▁ ] dim 0629 μ= -0.013 σ= 0.031 zeros= 0% [ ▂▅████▄▁ ] [ ▂█▄ ] dim 0630 μ= -0.019 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▅█▅ ] dim 0631 μ= +0.001 σ= 0.029 zeros= 0% [ ▂▆███▇▁ ] [ █▅ ] dim 0632 μ= -0.013 σ= 0.021 zeros= 0% [ ▂▇██▅▁ ] [ ▂█▄ ] dim 0633 μ= -0.016 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▆█ ] dim 0634 μ= -0.009 σ= 0.019 zeros= 0% [ ▁▅██▆▁ ] [ ▂▅█▆▁ ] dim 0635 μ= -0.018 σ= 0.039 zeros= 0% [ ▁▂▄█████▅▂▁ ] [ ▄█ ] dim 0636 μ= -0.003 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▆█▃ ] dim 0637 μ= -0.026 σ= 0.030 zeros= 0% [ ▁▃▇███▅▁ ] [ ▃█▃ ] dim 0638 μ= -0.021 σ= 0.022 zeros= 0% [ ▄███▃ ] [ ▂▇█▅ ] dim 0639 μ= +0.015 σ= 0.033 zeros= 0% [ ▁▄████▆▂ ] [ ▁█▂ ] dim 0640 μ= +0.002 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▄▇█▃ ] dim 0641 μ= -0.009 σ= 0.041 zeros= 0% [ ▁▃▇████▇▃▁ ] [ ▄█▃ ] dim 0642 μ= +0.021 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▇█ ] dim 0643 μ= -0.009 σ= 0.021 zeros= 0% [ ▁▆██▇▁ ] [ ▄█▆ ] dim 0644 μ= -0.015 σ= 0.030 zeros= 0% [ ▁▅████▃▁ ] [ ▂▆█▅ ] dim 0645 μ= -0.006 σ= 0.031 zeros= 0% [ ▁▄████▆▂ ] [ ▁█▇▁ ] dim 0646 μ= +0.009 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ ▄█ ] dim 0647 μ= -0.006 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▂█▅ ] dim 0648 μ= +0.005 σ= 0.027 zeros= 0% [ ▁▅███▇▂ ] [ ▃█▇▃ ] dim 0649 μ= -0.011 σ= 0.035 zeros= 0% [ ▁▃▆████▆▂ ] [ ▃█▇▄ ] dim 0650 μ= -0.008 σ= 0.030 zeros= 0% [ ▁▄████▆▁ ] [ ▄█▇▂ ] dim 0651 μ= +0.007 σ= 0.030 zeros= 0% [ ▁▅████▄▁ ] [ ▃▇█▃ ] dim 0652 μ= +0.030 σ= 0.031 zeros= 0% [ ▂▄████▃▁ ] [ ▃█▇▁ ] dim 0653 μ= -0.014 σ= 0.030 zeros= 0% [ ▁▆████▃▁ ] [ ▅█ ] dim 0654 μ= -0.005 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▃█▅ ] dim 0655 μ= +0.003 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▂█▄ ] dim 0656 μ= +0.003 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▂▇█▃ ] dim 0657 μ= +0.013 σ= 0.033 zeros= 0% [ ▂▄████▆▂ ] [ ▁█ ] dim 0658 μ= -0.001 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▅█▄ ] dim 0659 μ= +0.019 σ= 0.029 zeros= 0% [ ▂▇███▅▂ ] [ ▁▇▇█▂ ] dim 0660 μ= +0.005 σ= 0.037 zeros= 0% [ ▁▄█████▅▃ ] [ ▅█▃ ] dim 0661 μ= -0.002 σ= 0.023 zeros= 0% [ ▁▅███▄ ] [ █ ] dim 0662 μ= +0.001 σ= 0.013 zeros= 0% [ ▆█▆ ] [ ▄█▇▄ ] dim 0663 μ= -0.007 σ= 0.039 zeros= 0% [ ▁▃▆████▇▃▂ ] [ ▅█▆ ] dim 0664 μ= +0.000 σ= 0.030 zeros= 0% [ ▂▇███▇▂▁ ] [ ▄█▇▃ ] dim 0665 μ= -0.010 σ= 0.036 zeros= 0% [ ▂▆████▆▃▁ ] [ ▂█▄ ] dim 0666 μ= +0.004 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▃▇█▄ ] dim 0667 μ= +0.009 σ= 0.038 zeros= 0% [ ▁▃▇████▆▃▁ ] [ █▆ ] dim 0668 μ= +0.007 σ= 0.018 zeros= 0% [ ▁▆██▃ ] [ ▅█▄ ] dim 0669 μ= -0.019 σ= 0.028 zeros= 0% [ ▁▅███▆▂ ] [ ██ ] dim 0670 μ= +0.009 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ ██ ] dim 0671 μ= +0.031 σ= 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.019 σ= 0.029 zeros= 0% [ ▁▂▇███▅▂ ] [ ▃█▆ ] dim 0676 μ= -0.017 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▁▆█▇▁ ] dim 0677 μ= +0.019 σ= 0.035 zeros= 0% [ ▂▄█████▃▁ ] [ ▇█▁ ] dim 0678 μ= -0.028 σ= 0.023 zeros= 0% [ ▁▇███▂ ] [ ▅█▂ ] dim 0679 μ= -0.003 σ= 0.027 zeros= 0% [ ▂▆███▅▁ ] [ █▄ ] dim 0680 μ= +0.006 σ= 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.012 σ= 0.026 zeros= 0% [ ▂████▃▁ ] [ ▃██▆▁ ] dim 0686 μ= -0.024 σ= 0.042 zeros= 0% [ ▁▃▆█████▅▂▁ ] [ ▆█▃ ] dim 0687 μ= -0.003 σ= 0.027 zeros= 0% [ ▂▆███▄▁ ] [ ▇█▇▃ ] dim 0688 μ= -0.015 σ= 0.037 zeros= 0% [ ▁▄█████▅▂▁ ] [ ▁█▆ ] dim 0689 μ= -0.014 σ= 0.023 zeros= 0% [ ▂███▅▁ ] [ █▇ ] dim 0690 μ= +0.009 σ= 0.018 zeros= 0% [ ▁▅██▄ ] [ ▅█▆ ] dim 0691 μ= +0.020 σ= 0.032 zeros= 0% [ ▁▃▇███▇▂▁ ] [ ▇█▅ ] dim 0692 μ= -0.002 σ= 0.031 zeros= 0% [ ▁▂████▆▂▁ ] [ ▄██▃ ] dim 0693 μ= -0.012 σ= 0.034 zeros= 0% [ ▂▆████▅▂ ] [ █▇ ] dim 0694 μ= +0.010 σ= 0.022 zeros= 0% [ ▂▇██▇▂ ] [ ▅██ ] dim 0695 μ= -0.015 σ= 0.028 zeros= 0% [ ▁▅████▂▁ ] [ ██ ] dim 0696 μ= +0.011 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▅█▇ ] dim 0697 μ= -0.018 σ= 0.034 zeros= 0% [ ▁▃█████▄▁ ] [ █ ] dim 0698 μ= -0.021 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▅█▃ ] dim 0699 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▆███▄▁ ] [ ▆█▃ ] dim 0700 μ= -0.004 σ= 0.027 zeros= 0% [ ▂▇███▆▁ ] [ ▂█▇▄ ] dim 0701 μ= +0.011 σ= 0.033 zeros= 0% [ ▁▅████▆▂ ] [ ▆█▂ ] dim 0702 μ= -0.004 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▄█▃ ] dim 0703 μ= +0.000 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ ▁█ ] dim 0704 μ= -0.004 σ= 0.015 zeros= 0% [ ▁██▅ ] [ ▁▇█▂ ] dim 0705 μ= -0.009 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ █▁ ] dim 0706 μ= +0.024 σ= 0.014 zeros= 0% [ ▅██▁ ] [ ▁█▁ ] dim 0707 μ= -0.019 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▃██▃ ] dim 0708 μ= +0.010 σ= 0.031 zeros= 0% [ ▁▅████▅▁ ] [ ▃█▂ ] dim 0709 μ= +0.019 σ= 0.023 zeros= 0% [ ▁▄███▃ ] [ ▃▅█▇▁ ] dim 0710 μ= -0.001 σ= 0.039 zeros= 0% [ ▁▂▅█████▅▁ ] [ ▂█▆▅ ] dim 0711 μ= -0.007 σ= 0.037 zeros= 0% [ ▁▂▅████▇▃▁ ] [ ▁█▇ ] dim 0712 μ= -0.013 σ= 0.024 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.013 σ= 0.019 zeros= 0% [ ▄██▆▁ ] [ ▂█▇▁ ] dim 0717 μ= +0.009 σ= 0.028 zeros= 0% [ ▁▄████▃ ] [ ▅█ ] dim 0718 μ= -0.026 σ= 0.017 zeros= 0% [ ▂██▆▁ ] [ ▁▆█▆▁ ] dim 0719 μ= +0.041 σ= 0.036 zeros= 0% [ ▁▄█████▄▁ ] [ ▅█▄ ] dim 0720 μ= -0.002 σ= 0.031 zeros= 0% [ ▁▃▇███▆▂ ] [ ▂█▄ ] dim 0721 μ= -0.016 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▄█ ] dim 0722 μ= -0.003 σ= 0.018 zeros= 0% [ ▂██▇▁ ] [ ▄█▆ ] dim 0723 μ= -0.018 σ= 0.032 zeros= 0% [ ▃▇████▄▁ ] [ ▃██▂ ] dim 0724 μ= +0.012 σ= 0.033 zeros= 0% [ ▂▅████▅▂ ] [ ▁█▅ ] dim 0725 μ= +0.004 σ= 0.021 zeros= 0% [ ▂███▄ ] [ ▄██▆▁ ] dim 0726 μ= -0.008 σ= 0.040 zeros= 0% [ ▁▃▇█████▄▁ ] [ █▇▁ ] dim 0727 μ= -0.009 σ= 0.025 zeros= 0% [ ▂████▂ ] [ ▃█▄ ] dim 0728 μ= -0.019 σ= 0.022 zeros= 0% [ ▃███▃ ] [ ▁██ ] dim 0729 μ= +0.008 σ= 0.026 zeros= 0% [ ▁▃████▂ ] [ ▄█▆ ] dim 0730 μ= -0.015 σ= 0.026 zeros= 0% [ ▁▃███▇▂ ] [ ▄█▆▁ ] dim 0731 μ= +0.004 σ= 0.031 zeros= 0% [ ▂▆████▃▁ ] [ ▂█▅ ] dim 0732 μ= +0.006 σ= 0.029 zeros= 0% [ ▁▄████▂▁ ] [ █▅ ] dim 0733 μ= +0.008 σ= 0.024 zeros= 0% [ ▂███▆▁ ] [ █▇ ] dim 0734 μ= -0.011 σ= 0.023 zeros= 0% [ ▂████▁ ] [ ▁█▅ ] dim 0735 μ= -0.016 σ= 0.022 zeros= 0% [ ▂███▅ ] [ ▅█ ] dim 0736 μ= -0.026 σ= 0.020 zeros= 0% [ ▁▄███▁ ] [ ▆█▅ ] dim 0737 μ= -0.022 σ= 0.031 zeros= 0% [ ▁▃████▆▂ ] [ ▂▄█▆▂ ] dim 0738 μ= +0.024 σ= 0.044 zeros= 0% [ ▁▂▅█████▆▃▂ ] [ ▁█▃ ] dim 0739 μ= -0.017 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▃▇█▅ ] dim 0740 μ= +0.015 σ= 0.038 zeros= 0% [ ▁▃▆████▇▄▁ ] [ ▁█▆ ] dim 0741 μ= +0.029 σ= 0.025 zeros= 0% [ ▂███▇▂ ] [ ▃█▇▁ ] dim 0742 μ= -0.014 σ= 0.032 zeros= 0% [ ▂▅████▄▁ ] [ █▂ ] dim 0743 μ= -0.038 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▅█▇ ] dim 0744 μ= +0.004 σ= 0.031 zeros= 0% [ ▂▇████▄▁ ] [ ▅█▃ ] dim 0745 μ= +0.017 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ ▆█ ] dim 0746 μ= -0.007 σ= 0.017 zeros= 0% [ ▃██▅▁ ] [ ██▄ ] dim 0747 μ= -0.005 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▆█▅ ] dim 0748 μ= -0.022 σ= 0.030 zeros= 0% [ ▁▃▇███▇▂ ] [ █▇ ] dim 0749 μ= -0.011 σ= 0.022 zeros= 0% [ ▂▇██▇▁ ] [ ▃▇█▆▂ ] dim 0750 μ= -0.003 σ= 0.038 zeros= 0% [ ▁▂▆█████▄▁ ] [ ▄█▆ ] dim 0751 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▂▆████▃ ] [ ▄█▆ ] dim 0752 μ= +0.003 σ= 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.014 σ= 0.026 zeros= 0% [ ▂████▄▁ ] [ ▃█▃ ] dim 0757 μ= +0.000 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▃█▇▄ ] dim 0758 μ= -0.009 σ= 0.035 zeros= 0% [ ▂▆████▅▂▁ ] [ ▁▇█▄▁ ] dim 0759 μ= +0.020 σ= 0.037 zeros= 0% [ ▁▄█████▅▁ ] [ ▆█ ] dim 0760 μ= -0.009 σ= 0.010 zeros= 0% [ ▁██▁ ] [ ▇█▃ ] dim 0761 μ= +0.016 σ= 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.026 zeros= 0% [ ▃████▂ ] [ ▇█ ] dim 0765 μ= +0.012 σ= 0.016 zeros= 0% [ ▄██▄ ] [ ▁██▃ ] dim 0766 μ= -0.010 σ= 0.032 zeros= 0% [ ▂▅████▄▁ ] [ ▆█▃ ] dim 0767 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▃████▆▂ ] [ ██ ] dim 0768 μ= -0.010 σ= 0.019 zeros= 0% [ ▁▆██▆▁ ] [ ▅█▄ ] dim 0769 μ= -0.003 σ= 0.028 zeros= 0% [ ▂▇███▅▂ ] [ ▄█▃ ] dim 0770 μ= -0.004 σ= 0.030 zeros= 0% [ ▁▃▇███▅▁ ] [ █▇ ] dim 0771 μ= -0.012 σ= 0.022 zeros= 0% [ ▂███▆▂ ] [ ▆█ ] dim 0772 μ= +0.014 σ= 0.016 zeros= 0% [ ▃██▅▁ ] [ ▂██▂ ] dim 0773 μ= -0.011 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▃█▇▄ ] dim 0774 μ= -0.010 σ= 0.036 zeros= 0% [ ▁▂▅████▆▂▁ ] [ ▆█▂ ] dim 0775 μ= -0.005 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▃█▇▁ ] dim 0776 μ= +0.006 σ= 0.034 zeros= 0% [ ▁▂▆████▄▁ ] [ ▄█▇▁ ] dim 0777 μ= -0.014 σ= 0.032 zeros= 0% [ ▂▆████▄▁ ] [ ▇█ ] dim 0778 μ= +0.014 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▅█▂ ] dim 0779 μ= -0.004 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ ▅█▂ ] dim 0780 μ= -0.023 σ= 0.024 zeros= 0% [ ▁▆███▄ ] [ █▇ ] dim 0781 μ= -0.012 σ= 0.020 zeros= 0% [ ▁▇██▅▁ ] [ █▅ ] dim 0782 μ= +0.028 σ= 0.017 zeros= 0% [ ▁▅██▃ ] [ ▄█▃ ] dim 0783 μ= -0.000 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▆█▂ ] dim 0784 μ= -0.004 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ ▄█▁ ] dim 0785 μ= -0.003 σ= 0.023 zeros= 0% [ ▁▄███▃ ] [ ▃█▅ ] dim 0786 μ= +0.023 σ= 0.030 zeros= 0% [ ▂▅███▇▂ ] [ ▂█▂ ] dim 0787 μ= +0.001 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ▂█▇ ] dim 0788 μ= +0.026 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▅█▃ ] dim 0789 μ= +0.017 σ= 0.027 zeros= 0% [ ▂▆███▅▁ ] [ ▂██▃ ] dim 0790 μ= -0.025 σ= 0.034 zeros= 0% [ ▁▅█████▃▁ ] [ ▇█ ] dim 0791 μ= -0.009 σ= 0.016 zeros= 0% [ ▄██▅ ] [ ▂▆█▄ ] dim 0792 μ= +0.016 σ= 0.033 zeros= 0% [ ▁▄████▇▂▁ ] [ ▆█▂ ] dim 0793 μ= -0.006 σ= 0.024 zeros= 0% [ ▁▇███▃ ] [ ▄█▃ ] dim 0794 μ= -0.002 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ ▆█▂ ] dim 0795 μ= -0.005 σ= 0.025 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.043 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ ▁▅█▇▅ ] dim 0800 μ= +0.030 σ= 0.040 zeros= 0% [ ▁▄█████▇▄▁ ] [ ▅█ ] dim 0801 μ= -0.028 σ= 0.013 zeros= 0% [ ▁██▃ ] [ ▆█▂ ] dim 0802 μ= -0.025 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ █▇ ] dim 0803 μ= +0.009 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▂▇█▅ ] dim 0804 μ= +0.015 σ= 0.035 zeros= 0% [ ▂▆█████▃▁ ] [ █ ] dim 0805 μ= -0.022 σ= 0.008 zeros= 0% [ ▃█▁ ] [ ▄█▂ ] dim 0806 μ= -0.025 σ= 0.025 zeros= 0% [ ▁▆███▃▁ ] [ ▃▇█▄▁ ] dim 0807 μ= +0.016 σ= 0.040 zeros= 0% [ ▁▃▆█████▄▁▁ ] [ ▂█▆ ] dim 0808 μ= +0.005 σ= 0.029 zeros= 0% [ ▁▄███▇▂ ] [ ▇█ ] dim 0809 μ= +0.012 σ= 0.018 zeros= 0% [ ▄██▆▁ ] [ ▂█▇▁ ] dim 0810 μ= +0.007 σ= 0.029 zeros= 0% [ ▁▅████▂▁ ] [ ▃█▇▃ ] dim 0811 μ= +0.012 σ= 0.034 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.039 σ= 0.021 zeros= 0% [ ▄███▃ ] [ ▆█ ] dim 0817 μ= +0.034 σ= 0.015 zeros= 0% [ ▂██▄ ] [ ▄█▇▂ ] dim 0818 μ= -0.014 σ= 0.031 zeros= 0% [ ▂▆████▃▁ ] [ ▃▇█▃ ] dim 0819 μ= +0.033 σ= 0.033 zeros= 0% [ ▁▄████▆▂ ] [ ▅█▇▁ ] dim 0820 μ= +0.002 σ= 0.035 zeros= 0% [ ▁▃█████▄▁ ] [ ▁█▅ ] dim 0821 μ= +0.004 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▇█ ] dim 0822 μ= -0.007 σ= 0.020 zeros= 0% [ ▁▄███▁ ] [ ▃█▇▂ ] dim 0823 μ= -0.012 σ= 0.033 zeros= 0% [ ▁▆████▅▁ ] [ ▆█▁ ] dim 0824 μ= -0.007 σ= 0.026 zeros= 0% [ ▁▂▇███▃ ] [ ▃█▃ ] dim 0825 μ= +0.001 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▆█▄ ] dim 0826 μ= +0.016 σ= 0.030 zeros= 0% [ ▁▃████▅▂ ] [ █▆ ] dim 0827 μ= -0.013 σ= 0.018 zeros= 0% [ ▁▆██▃ ] [ ▆█▄ ] dim 0828 μ= -0.024 σ= 0.028 zeros= 0% [ ▃▇███▅▁ ] [ ▂█▆▃ ] dim 0829 μ= -0.008 σ= 0.036 zeros= 0% [ ▂▅████▆▃▁ ] [ ▁▇█▆▁ ] dim 0830 μ= -0.001 σ= 0.037 zeros= 0% [ ▁▂▄█████▄▁ ] [ █ ] dim 0831 μ= -0.001 σ= 0.013 zeros= 0% [ ▇█▅ ] [ ▂█▆ ] dim 0832 μ= -0.014 σ= 0.025 zeros= 0% [ ▃███▆▂ ] [ ▄█▅ ] dim 0833 μ= -0.001 σ= 0.030 zeros= 0% [ ▃████▆▂▁ ] [ ▁▅█▄ ] dim 0834 μ= -0.001 σ= 0.034 zeros= 0% [ ▁▃█████▃▁ ] [ ▅█▃ ] dim 0835 μ= -0.006 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▂█▃ ] dim 0836 μ= +0.001 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▂██ ] dim 0837 μ= +0.028 σ= 0.027 zeros= 0% [ ▁▄████▃ ] [ ▆█ ] dim 0838 μ= +0.012 σ= 0.022 zeros= 0% [ ▁▆██▇▁ ] [ ▁█▇ ] dim 0839 μ= -0.010 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ ▆█▃ ] dim 0840 μ= -0.003 σ= 0.031 zeros= 0% [ ▁▃▇███▆▂▁ ] [ ▇█ ] dim 0841 μ= +0.011 σ= 0.026 zeros= 0% [ ▃████▃▁ ] [ ▇█▆ ] dim 0842 μ= -0.020 σ= 0.032 zeros= 0% [ ▁▃▇████▃▁ ] [ █▇ ] dim 0843 μ= +0.010 σ= 0.013 zeros= 0% [ ▂██▂ ] [ ▂█▇ ] dim 0844 μ= +0.007 σ= 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.033 zeros= 0% [ ▁▂▆████▃▁ ] [ ▆█▆ ] dim 0848 μ= -0.001 σ= 0.031 zeros= 0% [ ▁▃████▇▂▁ ] [ ▆█▄ ] dim 0849 μ= +0.036 σ= 0.031 zeros= 0% [ ▁▃████▅▂ ] [ ▄█▁ ] dim 0850 μ= +0.018 σ= 0.021 zeros= 0% [ ▁▃███▂ ] [ ▂█▆ ] dim 0851 μ= +0.005 σ= 0.025 zeros= 0% [ ▁▃███▆▁ ] [ ▂▆█▂ ] dim 0852 μ= +0.013 σ= 0.038 zeros= 0% [ ▁▂▆████▆▃▁ ] [ ▃█▁ ] dim 0853 μ= -0.001 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▇█ ] dim 0854 μ= +0.011 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ █▁ ] dim 0855 μ= +0.003 σ= 0.017 zeros= 0% [ ▁▆██▂ ] [ ▂██▁ ] dim 0856 μ= +0.010 σ= 0.026 zeros= 0% [ ▃████▃ ] [ ▄█▆ ] dim 0857 μ= +0.005 σ= 0.031 zeros= 0% [ ▂▅████▃▁ ] [ ▇█▃ ] dim 0858 μ= -0.004 σ= 0.028 zeros= 0% [ ▂████▄▂ ] [ ▂█▂ ] dim 0859 μ= -0.000 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▅█▆ ] dim 0860 μ= -0.018 σ= 0.032 zeros= 0% [ ▁▃▇████▃▁ ] [ █▂ ] dim 0861 μ= +0.003 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▂██▅▁ ] dim 0862 μ= -0.024 σ= 0.036 zeros= 0% [ ▂▆█████▃▁ ] [ ▅█ ] dim 0863 μ= +0.014 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▂██ ] dim 0864 μ= +0.008 σ= 0.025 zeros= 0% [ ▃████▂ ] [ ▃█▃ ] dim 0865 μ= +0.001 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▄█▄ ] dim 0866 μ= -0.021 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ █▆ ] dim 0867 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▇██▅▁ ] [ ▃█▄ ] dim 0868 μ= +0.001 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ █▁ ] dim 0869 μ= -0.038 σ= 0.016 zeros= 0% [ ▁▆██▁ ] [ ▁▇█▄ ] dim 0870 μ= -0.003 σ= 0.030 zeros= 0% [ ▁▃████▇▂ ] [ ▅█▅▁ ] dim 0871 μ= +0.004 σ= 0.036 zeros= 0% [ ▁▃▇████▄▂ ] [ ▄█▇▂ ] dim 0872 μ= -0.012 σ= 0.036 zeros= 0% [ ▁▂▆████▆▂ ] [ ▁▇█▃ ] dim 0873 μ= -0.007 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▄▇█▄▁ ] dim 0874 μ= +0.015 σ= 0.038 zeros= 0% [ ▁▂▆█████▄▁ ] [ ▄█ ] dim 0875 μ= -0.006 σ= 0.014 zeros= 0% [ ▁██▃ ] [ ▆█ ] dim 0876 μ= +0.012 σ= 0.016 zeros= 0% [ ▃██▄ ] [ ▄█▁ ] dim 0877 μ= -0.003 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▅█ ] dim 0878 μ= -0.007 σ= 0.014 zeros= 0% [ ▂██▄ ] [ ▃█▇▃ ] dim 0879 μ= -0.008 σ= 0.038 zeros= 0% [ ▁▃▅████▇▃▁ ] [ ▂█▇▄ ] dim 0880 μ= +0.032 σ= 0.032 zeros= 0% [ ▁▄████▅▁ ] [ █▃ ] dim 0881 μ= -0.038 σ= 0.019 zeros= 0% [ ▁███▃ ] [ ▆█▇▁ ] dim 0882 μ= +0.003 σ= 0.034 zeros= 0% [ ▁▃▇████▄▁ ] [ ▃██▁ ] dim 0883 μ= -0.015 σ= 0.028 zeros= 0% [ ▁▅████▂ ] [ ▅█▃ ] dim 0884 μ= -0.004 σ= 0.029 zeros= 0% [ ▁▂▇███▅▂ ] [ █▅ ] dim 0885 μ= -0.014 σ= 0.019 zeros= 0% [ ▁▇██▄ ] [ ▂█▆ ] dim 0886 μ= -0.015 σ= 0.027 zeros= 0% [ ▁▄███▇▂ ] [ ▁█▂ ] dim 0887 μ= +0.043 σ= 0.019 zeros= 0% [ ▂███▃ ] [ █▅ ] dim 0888 μ= -0.014 σ= 0.020 zeros= 0% [ ▁▇██▄ ] [ ▄█▆▁ ] dim 0889 μ= -0.014 σ= 0.031 zeros= 0% [ ▂▄████▃▁ ] [ ▄█▁ ] dim 0890 μ= +0.018 σ= 0.022 zeros= 0% [ ▁▄███▃ ] [ ▅█▅ ] dim 0891 μ= +0.001 σ= 0.029 zeros= 0% [ ▂▅███▆▂ ] [ ██ ] dim 0892 μ= +0.011 σ= 0.021 zeros= 0% [ ▁▇██▇▁ ] [ ▂▆█▃ ] dim 0893 μ= -0.004 σ= 0.034 zeros= 0% [ ▁▅████▇▃▁ ] [ ▆█▃ ] dim 0894 μ= -0.023 σ= 0.027 zeros= 0% [ ▂▇███▅▁ ] [ ▃▆█▅▃ ] dim 0895 μ= -0.001 σ= 0.045 zeros= 0% [ ▁▄▆█████▆▃▁ ] [ ▆█▆ ] dim 0896 μ= +0.039 σ= 0.032 zeros= 0% [ ▁▃████▇▂ ] [ ▆█ ] dim 0897 μ= -0.007 σ= 0.021 zeros= 0% [ ▁▆██▇▂ ] [ ▂█▅ ] dim 0898 μ= -0.035 σ= 0.027 zeros= 0% [ ▁▄███▇▂ ] [ █▁ ] dim 0899 μ= -0.019 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▃█▆ ] dim 0900 μ= -0.012 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▁█▇▃ ] dim 0901 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▅████▅▂ ] [ ▂█▄ ] dim 0902 μ= +0.021 σ= 0.029 zeros= 0% [ ▁▂▅███▆▂ ] [ ██▆ ] dim 0903 μ= -0.022 σ= 0.033 zeros= 0% [ ▁▄████▇▃▁ ] [ ▂█▆ ] dim 0904 μ= -0.015 σ= 0.024 zeros= 0% [ ▃███▅▂ ] [ ▄█▇▂ ] dim 0905 μ= +0.022 σ= 0.038 zeros= 0% [ ▁▁▄█████▄▁ ] [ ▅█▅ ] dim 0906 μ= +0.020 σ= 0.027 zeros= 0% [ ▁▆███▅▁ ] [ █▆ ] dim 0907 μ= +0.007 σ= 0.018 zeros= 0% [ ▁▆██▄ ] [ ▅█▁ ] dim 0908 μ= -0.006 σ= 0.023 zeros= 0% [ ▁▆███▃ ] [ ▄█▇ ] dim 0909 μ= +0.003 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ▁▄██▆▂ ] dim 0910 μ= -0.008 σ= 0.049 zeros= 0% [ ▁▃▅██████▆▃▁ ] -> OUTLIER_SPREAD: this_std=0.0487, mean_std=0.0265, +3.1sigma vs threshold=3.0sigma [ ▄█▃ ] dim 0911 μ= +0.000 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ █▄ ] dim 0912 μ= -0.016 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▆█▁ ] dim 0913 μ= +0.015 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ ▇█ ] dim 0914 μ= +0.012 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ ▃█▇ ] dim 0915 μ= +0.006 σ= 0.027 zeros= 0% [ ▁▄████▂ ] [ ▆█▃ ] dim 0916 μ= -0.006 σ= 0.031 zeros= 0% [ ▁▄████▅▂ ] [ ▇█▁ ] dim 0917 μ= -0.009 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▁▇█▄ ] dim 0918 μ= -0.005 σ= 0.033 zeros= 0% [ ▁▄████▇▃ ] [ ▃█▃ ] dim 0919 μ= +0.003 σ= 0.030 zeros= 0% [ ▂▆███▆▃▁ ] [ ██ ] dim 0920 μ= -0.030 σ= 0.019 zeros= 0% [ ▁▅██▆▁ ] [ ▁▆█▃ ] dim 0921 μ= +0.032 σ= 0.033 zeros= 0% [ ▂▅████▅▂▁ ] [ ▇█▂ ] dim 0922 μ= -0.007 σ= 0.026 zeros= 0% [ ▁▃▇███▄▁ ] [ ▇█ ] dim 0923 μ= -0.008 σ= 0.020 zeros= 0% [ ▁▅██▇▁ ] [ ▁█▆ ] dim 0924 μ= -0.015 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▄██▃ ] dim 0925 μ= -0.032 σ= 0.032 zeros= 0% [ ▁▅████▄▁ ] [ ▆█▂ ] dim 0926 μ= +0.034 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▁██▂ ] dim 0927 μ= +0.010 σ= 0.024 zeros= 0% [ ▃████▂ ] [ ▁▆█▆ ] dim 0928 μ= -0.020 σ= 0.036 zeros= 0% [ ▁▄█████▄▁ ] [ ▅█▂ ] dim 0929 μ= -0.002 σ= 0.023 zeros= 0% [ ▁▄███▄ ] [ ▇█ ] dim 0930 μ= -0.007 σ= 0.021 zeros= 0% [ ▁▅██▇▁ ] [ ▅██▂ ] dim 0931 μ= -0.010 σ= 0.036 zeros= 0% [ ▁▃▆████▆▂▁ ] [ █▃ ] dim 0932 μ= +0.006 σ= 0.015 zeros= 0% [ ▄██▁ ] [ █▄ ] dim 0933 μ= -0.012 σ= 0.012 zeros= 0% [ ▃██▁ ] [ ▄█▄ ] dim 0934 μ= -0.020 σ= 0.035 zeros= 0% [ ▁▄█████▃▁ ] [ ▇█▁ ] dim 0935 μ= -0.027 σ= 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.013 σ= 0.026 zeros= 0% [ ▁▃████▂▁ ] [ ▆█▃ ] dim 0940 μ= +0.015 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▄█▄ ] dim 0941 μ= +0.000 σ= 0.027 zeros= 0% [ ▁▅███▅▁ ] [ ▁▆█▅ ] dim 0942 μ= +0.015 σ= 0.041 zeros= 0% [ ▁▃▇█████▄▂ ] [ █▇ ] dim 0943 μ= -0.010 σ= 0.020 zeros= 0% [ ▁▆██▆▁ ] [ ▄█▂ ] dim 0944 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▃████▅▂ ] [ ▃█ ] dim 0945 μ= +0.017 σ= 0.017 zeros= 0% [ ▂██▇▁ ] [ ▂▇█▃ ] dim 0946 μ= -0.007 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ██ ] dim 0947 μ= -0.012 σ= 0.025 zeros= 0% [ ▃████▂ ] [ ██▁ ] dim 0948 μ= +0.013 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▃█▅▁ ] dim 0949 μ= +0.005 σ= 0.031 zeros= 0% [ ▂▇████▃▁ ] [ ▂█▅ ] dim 0950 μ= +0.024 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ █▅ ] dim 0951 μ= +0.008 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▆█▅ ] dim 0952 μ= +0.019 σ= 0.031 zeros= 0% [ ▁▃▇███▇▂ ] [ ▅█▃ ] dim 0953 μ= -0.005 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▇█▃ ] dim 0954 μ= -0.026 σ= 0.029 zeros= 0% [ ▃▇███▄▁ ] [ ▁▆█▃ ] dim 0955 μ= +0.015 σ= 0.030 zeros= 0% [ ▁▃████▅▂ ] [ ▆█ ] dim 0956 μ= -0.008 σ= 0.017 zeros= 0% [ ▃██▅ ] [ ▁█▁ ] dim 0957 μ= +0.000 σ= 0.017 zeros= 0% [ ▁███▁ ] [ █▄ ] dim 0958 μ= +0.007 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ ▅█▄ ] dim 0959 μ= +0.000 σ= 0.029 zeros= 0% [ ▂▆███▆▂ ] [ ▅█▄ ] dim 0960 μ= -0.001 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ ▄█ ] dim 0961 μ= -0.004 σ= 0.021 zeros= 0% [ ▁▃███▂ ] [ ▃█ ] dim 0962 μ= -0.005 σ= 0.019 zeros= 0% [ ▃██▇▁ ] [ █▆ ] dim 0963 μ= -0.012 σ= 0.024 zeros= 0% [ ▂███▆▂ ] [ ▄█▆▂ ] dim 0964 μ= -0.013 σ= 0.033 zeros= 0% [ ▁▂▅████▅▁ ] [ ▅█▆▃ ] dim 0965 μ= -0.016 σ= 0.036 zeros= 0% [ ▁▄█████▅▂ ] [ ▄▇█▄ ] dim 0966 μ= +0.011 σ= 0.042 zeros= 0% [ ▂▄█████▇▄▂▁ ] [ █▇ ] dim 0967 μ= -0.033 σ= 0.020 zeros= 0% [ ▂▇██▅▁ ] [ █▇ ] dim 0968 μ= -0.011 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▇█▆ ] dim 0969 μ= +0.020 σ= 0.032 zeros= 0% [ ▁▃█████▂▁ ] [ ▄█▇▄ ] dim 0970 μ= +0.009 σ= 0.038 zeros= 0% [ ▁▃▇████▇▃▁ ] [ ▄█▇▆▂ ] dim 0971 μ= +0.012 σ= 0.048 zeros= 0% [ ▁▁▃▆██████▆▃▁ ] -> OUTLIER_SPREAD: this_std=0.0483, mean_std=0.0265, +3.1sigma vs threshold=3.0sigma [ ▂▇█▂ ] dim 0972 μ= -0.010 σ= 0.033 zeros= 0% [ ▁▂▅████▅▂ ] [ ▂█ ] dim 0973 μ= -0.002 σ= 0.019 zeros= 0% [ ▃███▂ ] [ █ ] dim 0974 μ= -0.022 σ= 0.014 zeros= 0% [ ▁██▆ ] [ ▄█ ] dim 0975 μ= -0.005 σ= 0.019 zeros= 0% [ ▃██▇▁ ] [ ▁▇█▂ ] dim 0976 μ= -0.009 σ= 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.015 σ= 0.027 zeros= 0% [ ▃████▄▁ ] [ ▄█▆ ] dim 0982 μ= +0.003 σ= 0.028 zeros= 0% [ ▁▅███▆▂ ] [ ▅█ ] dim 0983 μ= +0.015 σ= 0.021 zeros= 0% [ ▁▄██▇▂ ] [ ▂█ ] dim 0984 μ= -0.002 σ= 0.016 zeros= 0% [ ▁██▇▁ ] [ ▁█▇▁ ] dim 0985 μ= +0.031 σ= 0.026 zeros= 0% [ ▃████▃ ] [ ▁▅█▇▁ ] dim 0986 μ= +0.020 σ= 0.037 zeros= 0% [ ▁▂▄█████▄▂ ] [ ▆█▅▂ ] dim 0987 μ= -0.015 σ= 0.035 zeros= 0% [ ▁▂▇████▅▁ ] [ █ ] dim 0988 μ= +0.002 σ= 0.015 zeros= 0% [ ▆██▁ ] [ ▅█▆ ] dim 0989 μ= -0.021 σ= 0.033 zeros= 0% [ ▁▃█████▃▁ ] [ ▅█▅ ] dim 0990 μ= -0.022 σ= 0.033 zeros= 0% [ ▁▃████▇▃ ] [ ▁█ ] dim 0991 μ= -0.003 σ= 0.015 zeros= 0% [ ▁██▆▁ ] [ ▅█▄ ] dim 0992 μ= -0.021 σ= 0.028 zeros= 0% [ ▂▆███▆▁ ] [ ▄█▇▃ ] dim 0993 μ= -0.011 σ= 0.037 zeros= 0% [ ▁▃▇████▆▂▁ ] [ ▅█▅ ] dim 0994 μ= +0.001 σ= 0.030 zeros= 0% [ ▂▆███▇▂ ] [ ▄█▆▂ ] dim 0995 μ= -0.014 σ= 0.034 zeros= 0% [ ▁▂▆████▄▂ ] [ █▄ ] dim 0996 μ= -0.015 σ= 0.020 zeros= 0% [ ▁███▄ ] [ ▂██ ] dim 0997 μ= -0.012 σ= 0.025 zeros= 0% [ ▃████▂ ] [ ▆█▁ ] dim 0998 μ= +0.015 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▆█▃ ] dim 0999 μ= +0.018 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▁██▆ ] dim 1000 μ= +0.018 σ= 0.031 zeros= 0% [ ▁▃████▇▃ ] [ ▅█▅ ] dim 1001 μ= +0.002 σ= 0.033 zeros= 0% [ ▁▃█████▄▁ ] [ ▂█▆ ] dim 1002 μ= -0.015 σ= 0.025 zeros= 0% [ ▁▃███▆▁ ] [ ▃█▂ ] dim 1003 μ= +0.020 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▅█▂ ] dim 1004 μ= -0.004 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ ▂██▂ ] dim 1005 μ= +0.011 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▁█▇▂ ] dim 1006 μ= +0.011 σ= 0.028 zeros= 0% [ ▄████▃▁ ] [ ▁█▇▁ ] dim 1007 μ= -0.012 σ= 0.026 zeros= 0% [ ▁▄████▂ ] [ ▃█▂ ] dim 1008 μ= -0.002 σ= 0.025 zeros= 0% [ ▁▅███▃▁ ] [ ▇█ ] dim 1009 μ= +0.008 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ ▁▇█▇ ] dim 1010 μ= -0.002 σ= 0.033 zeros= 0% [ ▁▃█████▂▁ ] [ ▆█▅ ] dim 1011 μ= -0.003 σ= 0.033 zeros= 0% [ ▁▄████▇▂▁ ] [ ▄█▅ ] dim 1012 μ= +0.000 σ= 0.027 zeros= 0% [ ▂▅███▅▁ ] [ ▃█▂ ] dim 1013 μ= -0.000 σ= 0.022 zeros= 0% [ ▁▃███▃ ] [ ▆█▅ ] dim 1014 μ= -0.003 σ= 0.029 zeros= 0% [ ▁▃████▆▁ ] [ █ ] dim 1015 μ= -0.020 σ= 0.011 zeros= 0% [ ▅█▄ ] [ ▂█ ] dim 1016 μ= -0.002 σ= 0.020 zeros= 0% [ ▃███▂ ] [ █▇ ] dim 1017 μ= -0.010 σ= 0.016 zeros= 0% [ ▃██▄ ] [ ▂█▇ ] dim 1018 μ= -0.012 σ= 0.027 zeros= 0% [ ▁▃████▃ ] [ ▂██▃ ] dim 1019 μ= -0.009 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▆█▂ ] dim 1020 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ ██▁ ] dim 1021 μ= +0.032 σ= 0.027 zeros= 0% [ ▃████▃▁ ] [ ▆██▁ ] dim 1022 μ= +0.005 σ= 0.033 zeros= 0% [ ▂▇████▄▁ ] [ ▃█▆ ] dim 1023 μ= +0.006 σ= 0.032 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.21.05.27.46/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.212s][info][jfr,startup] Started recording 1. [0.212s][info][jfr,startup] [0.212s][info][jfr,startup] Use jcmd 2967332 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2846525771868180 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 21, 2026 6:43:53 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: 86 segments, 8 merges 103.5s _173: 8 segs, 1036.6 K docs, 4664.2 MB 33.5s _1ax: 9 segs, 47.5 K docs, 211.9 MB 28.4s _1b6: 9 segs, 46.4 K docs, 207.3 MB 22.8s _1bh: 9 segs, 45.7 K docs, 203.8 MB 13.1s _1br: 9 segs, 49.8 K docs, 222.3 MB 6.9s _1bz: 8 segs, 76.3 K docs, 341.5 MB 3.6s _1c5: 8 segs, 226.2 K docs, 1015.8 MB 0.0s _1c9: 11 segs, 44.7 K docs, 199.7 MB 5.0 sec: 86 segments, 8 merges 108.5s _173: 8 segs, 1036.6 K docs, 4664.2 MB 38.5s _1ax: 9 segs, 47.5 K docs, 211.9 MB 33.4s _1b6: 9 segs, 46.4 K docs, 207.3 MB 27.8s _1bh: 9 segs, 45.7 K docs, 203.8 MB 18.1s _1br: 9 segs, 49.8 K docs, 222.3 MB 11.9s _1bz: 8 segs, 76.3 K docs, 341.5 MB 8.6s _1c5: 8 segs, 226.2 K docs, 1015.8 MB 5.0s _1c9: 11 segs, 44.7 K docs, 199.7 MB 10.0 sec: 78 segments, 7 merges 113.5s _173: 8 segs, 1036.6 K docs, 4664.2 MB 38.4s _1b6: 9 segs, 46.4 K docs, 207.3 MB 32.8s _1bh: 9 segs, 45.7 K docs, 203.8 MB 23.1s _1br: 9 segs, 49.8 K docs, 222.3 MB 16.9s _1bz: 8 segs, 76.3 K docs, 341.5 MB 13.6s _1c5: 8 segs, 226.2 K docs, 1015.8 MB 10.0s _1c9: 11 segs, 44.7 K docs, 199.7 MB 15.0 sec: 62 segments, 5 merges 118.5s _173: 8 segs, 1036.6 K docs, 4664.2 MB 28.1s _1br: 9 segs, 49.8 K docs, 222.3 MB 21.9s _1bz: 8 segs, 76.3 K docs, 341.5 MB 18.6s _1c5: 8 segs, 226.2 K docs, 1015.8 MB 15.0s _1c9: 11 segs, 44.7 K docs, 199.7 MB 20.0 sec: 62 segments, 5 merges 123.5s _173: 8 segs, 1036.6 K docs, 4664.2 MB 33.1s _1br: 9 segs, 49.8 K docs, 222.3 MB 26.9s _1bz: 8 segs, 76.3 K docs, 341.5 MB 23.6s _1c5: 8 segs, 226.2 K docs, 1015.8 MB 20.0s _1c9: 11 segs, 44.7 K docs, 199.7 MB 25.0 sec: 62 segments, 5 merges 128.5s _173: 8 segs, 1036.6 K docs, 4664.2 MB 38.1s _1br: 9 segs, 49.8 K docs, 222.3 MB 31.9s _1bz: 8 segs, 76.3 K docs, 341.5 MB 28.7s _1c5: 8 segs, 226.2 K docs, 1015.8 MB 25.0s _1c9: 11 segs, 44.7 K docs, 199.7 MB 30.1 sec: 44 segments, 3 merges 133.6s _173: 8 segs, 1036.6 K docs, 4664.2 MB 37.0s _1bz: 8 segs, 76.3 K docs, 341.5 MB 33.7s _1c5: 8 segs, 226.2 K docs, 1015.8 MB 35.0 sec: 37 segments, 3 merges 138.5s _173: 8 segs, 1036.6 K docs, 4664.2 MB 38.6s _1c5: 8 segs, 226.2 K docs, 1015.8 MB 1.6s _1ca: 8 segs, 707.9 K docs, 3183.1 MB 40.0 sec: 37 segments, 3 merges 143.5s _173: 8 segs, 1036.6 K docs, 4664.2 MB 43.6s _1c5: 8 segs, 226.2 K docs, 1015.8 MB 6.6s _1ca: 8 segs, 707.9 K docs, 3183.1 MB 45.0 sec: 37 segments, 3 merges 148.5s _173: 8 segs, 1036.6 K docs, 4664.2 MB 48.6s _1c5: 8 segs, 226.2 K docs, 1015.8 MB 11.6s _1ca: 8 segs, 707.9 K docs, 3183.1 MB 50.0 sec: 37 segments, 3 merges 153.5s _173: 8 segs, 1036.6 K docs, 4664.2 MB 53.6s _1c5: 8 segs, 226.2 K docs, 1015.8 MB 16.6s _1ca: 8 segs, 707.9 K docs, 3183.1 MB 55.0 sec: 37 segments, 3 merges 158.5s _173: 8 segs, 1036.6 K docs, 4664.2 MB 58.6s _1c5: 8 segs, 226.2 K docs, 1015.8 MB 21.6s _1ca: 8 segs, 707.9 K docs, 3183.1 MB 60.0 sec: 37 segments, 3 merges 163.5s _173: 8 segs, 1036.6 K docs, 4664.2 MB 63.6s _1c5: 8 segs, 226.2 K docs, 1015.8 MB 26.6s _1ca: 8 segs, 707.9 K docs, 3183.1 MB 65.0 sec: 37 segments, 3 merges 168.5s _173: 8 segs, 1036.6 K docs, 4664.2 MB 68.6s _1c5: 8 segs, 226.2 K docs, 1015.8 MB 31.6s _1ca: 8 segs, 707.9 K docs, 3183.1 MB 70.0 sec: 37 segments, 3 merges 173.5s _173: 8 segs, 1036.6 K docs, 4664.2 MB 73.7s _1c5: 8 segs, 226.2 K docs, 1015.8 MB 36.6s _1ca: 8 segs, 707.9 K docs, 3183.1 MB 75.1 sec: 30 segments, 2 merges 78.7s _1c5: 8 segs, 226.2 K docs, 1015.8 MB 41.7s _1ca: 8 segs, 707.9 K docs, 3183.1 MB 80.1 sec: 23 segments, 1 merges 46.7s _1ca: 8 segs, 707.9 K docs, 3183.1 MB 85.1 sec: 23 segments, 1 merges 51.7s _1ca: 8 segs, 707.9 K docs, 3183.1 MB 90.1 sec: 23 segments, 1 merges 56.7s _1ca: 8 segs, 707.9 K docs, 3183.1 MB 95.1 sec: 23 segments, 1 merges 61.7s _1ca: 8 segs, 707.9 K docs, 3183.1 MB 100.1 sec: 23 segments, 1 merges 66.7s _1ca: 8 segs, 707.9 K docs, 3183.1 MB 105.0 sec: 23 segments, 1 merges 71.6s _1ca: 8 segs, 707.9 K docs, 3183.1 MB 110.0 sec: 23 segments, 1 merges 76.6s _1ca: 8 segs, 707.9 K docs, 3183.1 MB 115.0 sec: 23 segments, 1 merges 81.6s _1ca: 8 segs, 707.9 K docs, 3183.1 MB 120.0 sec: 23 segments, 1 merges 86.6s _1ca: 8 segs, 707.9 K docs, 3183.1 MB 125.0 sec: 23 segments, 1 merges 91.6s _1ca: 8 segs, 707.9 K docs, 3183.1 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 943 seconds reindex takes 943.78 sec index has 16 segments: segments_2: _c4(11.0.0):C1127960 _mi(11.0.0):C1119405 _q1(11.0.0):C877652 _l3(11.0.0):C284583 _zc(11.0.0):C965401 _173(11.0.0):C1036561 _yp(11.0.0):C313305 _11x(11.0.0):C506371 _1ca(11.0.0):C707899 _16m(11.0.0):C146193 _18a(11.0.0):C398174 _19h(11.0.0):C153453 _1c5(11.0.0):C226192 _1b6(11.0.0):C46439 _1bh(11.0.0):C45666 _1c9(11.0.0):C44746 _c4: 5083.8 MB _mi: 5045.3 MB _q1: 3954.5 MB _l3: 1281.2 MB _zc: 4350.4 MB _173: 4671.4 MB _yp: 1410.6 MB _11x: 2280.6 MB _1ca: 3189.0 MB _16m: 657.8 MB _18a: 1793.0 MB _19h: 690.5 MB _1c5: 1018.1 MB _1b6: 208.6 MB _1bh: 205.1 MB _1c9: 201.0 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=0.5 index disk usage is 36040.65 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=57073421080 cpu@end=69884856980 deltaMS=12811.4359 thread 14 name=Reference Handler cpu@start=1727867 cpu@end=1727867 deltaMS=0.0 thread 15 name=Finalizer cpu@start=154598 cpu@end=154598 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=73589 cpu@end=73589 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=3494532 cpu@end=3494532 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=14816930502 cpu@end=14818660323 deltaMS=1.729821 thread 42 name=JFR Periodic Tasks cpu@start=63578550276 cpu@end=64195156554 deltaMS=616.606278 thread 45 name=Notification Thread cpu@start=116892 cpu@end=116892 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1020072029173 cpu@end=1020072029173 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1023395308255 cpu@end=1023395308255 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1020960261169 cpu@end=1020960261169 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1021784709308 cpu@end=1021784709308 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1024097794110 cpu@end=1024097794110 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1023637253073 cpu@end=1023637253073 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1025713440167 cpu@end=1025713440167 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1023521527026 cpu@end=1023521527026 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1022100747436 cpu@end=1022100747436 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1020546796388 cpu@end=1020546796388 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1020352141198 cpu@end=1020352141198 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1020824658084 cpu@end=1020824658084 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1022996859800 cpu@end=1022996859800 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1017918940506 cpu@end=1017918940506 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1020665401934 cpu@end=1020665401934 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1025523882153 cpu@end=1025523882153 deltaMS=0.0 Average CPU cores used: 1.0470978505511492 completed 1000 searches in 12825 ms: 77 QPS CPU time=13429 ms checking results SUMMARY: 0.898 12.825 13.429 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 62866 943.78 8476.58 0.00 16 36040.65 null N/A 1.000 35278.320 4028.320 false HNSW no Leaf 0 has 4 layers Leaf 0 has 1127960 documents Graph level=3 size=53, Fanout min=3, mean=8.42, max=16, meandelta=95760.32 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 7 8 9 10 10 12 16 Graph level=2 size=924, Fanout min=7, mean=23.22, max=32, meandelta=44945.64 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 21 23 25 28 31 32 32 Graph level=1 size=34420, Fanout min=3, mean=28.14, max=32, meandelta=36727.28 % 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=1127960, Fanout min=1, mean=39.52, max=64, meandelta=26418.70 % 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=53, connectedness=1.00 Graph level=2 size=924, connectedness=1.00 Graph level=1 size=34420, connectedness=1.00 Graph level=0 size=1127960, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 1119405 documents Graph level=3 size=55, Fanout min=4, mean=9.13, max=15, meandelta=95869.87 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 8 9 10 10 12 13 15 Graph level=2 size=930, Fanout min=6, mean=23.20, max=32, meandelta=44188.45 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 21 23 25 29 32 32 32 Graph level=1 size=34013, Fanout min=2, mean=28.01, max=32, meandelta=36476.98 % 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=1119405, Fanout min=1, mean=39.55, max=64, meandelta=26200.07 % 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=55, connectedness=1.00 Graph level=2 size=930, connectedness=1.00 Graph level=1 size=34013, connectedness=1.00 Graph level=0 size=1119405, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 877652 documents Graph level=3 size=53, Fanout min=3, mean=8.11, max=15, meandelta=87079.48 % 0 10 20 30 40 50 60 70 80 90 100 0 4 6 6 7 7 8 9 12 13 15 Graph level=2 size=782, Fanout min=8, mean=22.32, max=32, meandelta=35989.09 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 22 24 26 30 32 32 Graph level=1 size=26797, Fanout min=4, mean=27.96, max=32, meandelta=28700.05 % 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=877652, Fanout min=1, mean=39.63, max=64, meandelta=20519.38 % 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=782, connectedness=1.00 Graph level=1 size=26797, connectedness=1.00 Graph level=0 size=877652, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 284583 documents Graph level=3 size=21, Fanout min=2, mean=5.52, max=10, meandelta=29316.82 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 4 5 6 6 6 7 10 Graph level=2 size=257, Fanout min=6, mean=16.71, max=32, meandelta=14326.77 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 16 18 19 21 25 32 Graph level=1 size=8779, Fanout min=4, mean=27.34, max=32, meandelta=9497.76 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 24 27 31 32 32 32 32 32 Graph level=0 size=284583, Fanout min=1, mean=39.52, max=64, meandelta=6685.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=21, connectedness=1.00 Graph level=2 size=257, connectedness=1.00 Graph level=1 size=8779, connectedness=1.00 Graph level=0 size=284583, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 965401 documents Graph level=3 size=66, Fanout min=5, mean=9.85, max=24, meandelta=83119.00 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 7 8 9 10 11 13 14 24 Graph level=2 size=878, Fanout min=7, mean=23.18, max=32, meandelta=37751.46 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 21 23 26 29 32 32 32 Graph level=1 size=29483, Fanout min=3, mean=28.02, max=32, meandelta=31532.52 % 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=965401, Fanout min=1, mean=39.59, max=64, meandelta=22577.91 % 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=66, connectedness=1.00 Graph level=2 size=878, connectedness=1.00 Graph level=1 size=29483, connectedness=1.00 Graph level=0 size=965401, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 1036561 documents Graph level=3 size=75, Fanout min=5, mean=10.45, max=18, meandelta=84222.70 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 8 9 10 11 12 13 14 18 Graph level=2 size=967, Fanout min=8, mean=23.43, max=32, meandelta=40270.61 % 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=31550, Fanout min=3, mean=28.03, max=32, meandelta=33869.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=1036561, Fanout min=1, mean=39.56, max=64, meandelta=24260.75 % 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=75, connectedness=1.00 Graph level=2 size=967, connectedness=1.00 Graph level=1 size=31550, connectedness=1.00 Graph level=0 size=1036561, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 313305 documents Graph level=3 size=21, Fanout min=2, mean=5.33, max=10, meandelta=33466.05 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 4 5 5 6 6 6 7 10 Graph level=2 size=247, Fanout min=5, mean=15.97, max=32, meandelta=15125.50 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 15 17 18 20 22 32 Graph level=1 size=9425, Fanout min=7, mean=27.42, max=32, meandelta=10407.75 % 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=313305, Fanout min=1, mean=39.57, max=64, meandelta=7348.63 % 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=21, connectedness=1.00 Graph level=2 size=247, connectedness=1.00 Graph level=1 size=9425, connectedness=1.00 Graph level=0 size=313305, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 506371 documents Graph level=3 size=26, Fanout min=2, mean=6.00, max=11, meandelta=37862.43 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 5 5 6 7 8 8 11 Graph level=2 size=381, Fanout min=6, mean=18.95, max=32, meandelta=22557.80 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 15 17 18 20 22 24 27 32 Graph level=1 size=15330, Fanout min=6, mean=27.76, max=32, meandelta=16699.58 % 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=506371, Fanout min=1, mean=39.68, max=64, meandelta=11839.08 % 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=26, connectedness=1.00 Graph level=2 size=381, connectedness=1.00 Graph level=1 size=15330, connectedness=1.00 Graph level=0 size=506371, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 707899 documents Graph level=3 size=31, Fanout min=2, mean=6.52, max=11, meandelta=82133.52 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 4 5 6 6 8 8 10 11 Graph level=2 size=600, Fanout min=8, mean=21.27, max=32, meandelta=30379.11 % 0 10 20 30 40 50 60 70 80 90 100 0 13 16 17 19 21 22 24 28 32 32 Graph level=1 size=21755, Fanout min=4, mean=27.89, max=32, meandelta=23220.73 % 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=707899, Fanout min=1, mean=39.63, max=64, meandelta=16557.37 % 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=21755, connectedness=1.00 Graph level=0 size=707899, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 146193 documents Graph level=3 size=3, Fanout min=2, mean=2.00, max=2, meandelta=22274.00 % 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=123, Fanout min=5, mean=13.02, max=29, meandelta=9492.82 % 0 10 20 30 40 50 60 70 80 90 100 0 8 9 10 11 12 13 14 17 18 29 Graph level=1 size=4586, Fanout min=6, mean=26.79, max=32, meandelta=4990.50 % 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=146193, Fanout min=1, mean=39.15, max=64, meandelta=3469.40 % 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=3, connectedness=1.00 Graph level=2 size=123, connectedness=1.00 Graph level=1 size=4586, connectedness=1.00 Graph level=0 size=146193, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 398174 documents Graph level=3 size=20, Fanout min=2, mean=5.40, max=9, meandelta=31809.27 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 5 5 6 6 7 8 9 Graph level=2 size=274, Fanout min=7, mean=16.42, max=32, meandelta=19862.14 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 16 17 19 21 24 32 Graph level=1 size=12015, Fanout min=7, mean=27.58, max=32, meandelta=13217.65 % 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=398174, Fanout min=1, mean=39.63, max=64, meandelta=9322.91 % 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=20, connectedness=1.00 Graph level=2 size=274, connectedness=1.00 Graph level=1 size=12015, connectedness=1.00 Graph level=0 size=398174, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 153453 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=137, Fanout min=4, mean=12.79, max=24, meandelta=9934.20 % 0 10 20 30 40 50 60 70 80 90 100 0 8 9 10 11 12 13 14 16 18 24 Graph level=1 size=4856, Fanout min=9, mean=26.82, max=32, meandelta=5233.06 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 24 26 29 32 32 32 32 32 Graph level=0 size=153453, Fanout min=1, mean=39.30, max=64, meandelta=3627.95 % 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=137, connectedness=1.00 Graph level=1 size=4856, connectedness=1.00 Graph level=0 size=153453, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 226192 documents Graph level=3 size=7, Fanout min=2, mean=2.86, max=4, meandelta=24431.50 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 3 3 3 3 3 4 Graph level=2 size=207, Fanout min=4, mean=15.33, max=32, meandelta=12238.73 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 13 14 16 18 20 22 32 Graph level=1 size=7032, Fanout min=9, mean=27.24, max=32, meandelta=7575.70 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 24 27 31 32 32 32 32 32 Graph level=0 size=226192, Fanout min=1, mean=39.42, max=64, meandelta=5328.90 % 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=7, connectedness=1.00 Graph level=2 size=207, connectedness=1.00 Graph level=1 size=7032, connectedness=1.00 Graph level=0 size=226192, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 46439 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=41, Fanout min=2, mean=7.17, max=13, meandelta=5004.67 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 6 7 7 8 9 11 13 Graph level=1 size=1418, Fanout min=9, mean=24.85, max=32, meandelta=1688.80 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 21 23 26 28 32 32 32 32 Graph level=0 size=46439, Fanout min=3, mean=38.19, max=64, meandelta=1126.59 % 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=2, connectedness=1.00 Graph level=2 size=41, connectedness=1.00 Graph level=1 size=1418, connectedness=1.00 Graph level=0 size=46439, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 45666 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=40, Fanout min=3, mean=7.80, max=16, meandelta=4754.10 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 7 7 8 8 9 12 16 Graph level=1 size=1392, Fanout min=8, mean=24.71, max=32, meandelta=1667.66 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 23 25 28 32 32 32 32 Graph level=0 size=45666, Fanout min=4, mean=38.12, max=64, meandelta=1110.75 % 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=2, connectedness=1.00 Graph level=2 size=40, connectedness=1.00 Graph level=1 size=1392, connectedness=1.00 Graph level=0 size=45666, connectedness=1.00 Leaf 15 has 4 layers Leaf 15 has 44746 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=38, Fanout min=2, mean=6.84, max=12, meandelta=5020.05 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 5 6 7 7 8 9 10 12 Graph level=1 size=1367, Fanout min=7, mean=24.51, max=32, meandelta=1653.28 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 22 25 28 31 32 32 32 Graph level=0 size=44746, Fanout min=2, mean=38.10, max=64, meandelta=1088.56 % 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=2, connectedness=1.00 Graph level=2 size=38, connectedness=1.00 Graph level=1 size=1367, connectedness=1.00 Graph level=0 size=44746, 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.21.05.27.46/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': 32,179,327.45 msec task-clock:u 121,859,195,644,626 cycles:u (36.36%) 124,853,816,396,372 instructions:u (36.36%) 2,733,940,496,722 cache-references:u (36.37%) 1,239,694,836,728 cache-misses:u (36.36%) 45,335,688,202,526 L1-dcache-loads:u (36.36%) 1,474,876,420,912 L1-dcache-load-misses:u (36.36%) 2,580,777,829,503 L1-icache-loads:u (36.36%) 10,846,810,958 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 23,529,675 faults:u 22,780,283 minor-faults:u 4,076 major-faults:u 10,674,148,764,144 branches:u (36.36%) 89,059,032,395 branch-misses:u (36.36%) 1,890,236,305,684 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 1160.374097243 seconds time elapsed 31695.431723000 seconds user 475.222644000 seconds sys took 0:19:20.401288 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='f2c9d79c63be90d685118a6fa53c14b9c7438b52', luceneutil_git_rev='97476263c4ead7244649e56d1e8ed200e47c6d16', 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.898, cpu_time_ms=12.825, net_cpu_ms=13.429, 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=62866, index_time_sec=943.78, index_docs_per_sec=8476.58, force_merge_time_sec=0.0, index_num_segments=16, index_size_on_disk_mb=36040.65, selectivity=None, pre_post_filter='null', vec_disk_mb=35278.32, vec_ram_mb=4028.32, 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: (38, {0: 0, 10: 3, 20: 4, 30: 5, 40: 6, 50: 7, 60: 7, 70: 8, 80: 9, 90: 10, 100: 12}), 1: (1367, {0: 0, 10: 15, 20: 18, 30: 20, 40: 22, 50: 25, 60: 28, 70: 31, 80: 32, 90: 32, 100: 32}), 0: (44746, {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=1160, microseconds=401288)) Profiler summary for /l/logs.nightly/2026.05.21.05.27.46/bench-knn-q4-fmFalse.jfr Version: 2.1 Chunks: 87 Start: 2026-05-21 10:43:53 (UTC) Duration: 1151 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 30798348 527483257 jdk.FileWrite 17951848 374914032 jdk.FileRead 8003677 182341404 jdk.ObjectAllocationInNewTLAB 60441 1199926 jdk.BooleanFlag 43152 1364699 jdk.CPULoad 21447 428304 jdk.Compilation 6301 162610 jdk.Checkpoint 5307 26768155 jdk.UnsignedIntFlag 4176 141618 jdk.IntFlag 3828 139633 jdk.StringFlag 2958 114698 jdk.ObjectAllocationOutsideTLAB 1168 20944 jdk.CPUInformation 87 130670 jdk.GCConfiguration 87 2258 jdk.JVMInformation 87 82559 jdk.Metadata 87 9615846 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.21.05.27.46/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q4-fmFalse.jfr is 1072.81 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 30798348 events (total: 30M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 36.93% 11M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 27.80% 8M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 15.06% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 4.49% 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] 3.23% 994245 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 1.26% 386541 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 1.02% 313937 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.61% 188400 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.57% 174154 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.32% 98787 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.30% 93791 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.30% 91464 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.30% 91299 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.26% 80988 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.26% 79803 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.24% 73625 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.19% 58226 sun.nio.ch.NativeThread#current0() [Native code] 0.16% 48519 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.15% 47386 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.15% 45670 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.14% 43799 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.14% 41694 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.12% 35453 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.11% 34961 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.10% 31167 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.10% 30192 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.10% 30103 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.09% 27760 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.08% 26082 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.08% 25688 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.08% 24595 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.08% 24081 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] 0.07% 20331 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.06% 19091 java.util.Arrays#sort():99 [Inlined code] 0.06% 17097 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.05% 14922 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.05% 14488 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.05% 14395 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.05% 13946 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.04% 11997 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$1#score():93 [JIT compiled code] 0.03% 9567 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 0.03% 9175 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.03% 9144 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 8613 knn.IndexerThread#_run():105 [JIT compiled code] 0.03% 8383 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.02% 7557 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():172 [JIT compiled code] 0.02% 7127 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.02% 7070 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 6243 org.apache.lucene.search.TopScoreDocCollector#topDocsSize():179 [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.21.05.27.46/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q4-fmFalse.jfr is 1072.81 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 30798348 events (total: 30M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 34.90% 10M 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():328 [JIT compiled code] 27.77% 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] 15.06% 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.49% 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] 3.23% 994245 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():247 [JIT compiled code] 2.93% 902314 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] 1.25% 386398 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():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 1.04% 320545 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():313 [JIT compiled code] 0.95% 292030 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.86% 264047 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.70% 216613 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.51% 158214 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.46% 142688 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.31% 95871 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% 93759 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.26% 80864 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.26% 79784 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.24% 73428 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():422 [JIT compiled code] 0.22% 67584 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.16% 50501 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.15% 46189 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.15% 45451 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.15% 45228 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% 42127 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% 41291 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.13% 39019 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% 38953 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.11% 35280 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.10% 31080 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():451 [Inlined code] 0.10% 30180 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.09% 27564 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.08% 25688 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():420 [Interpreted code] 0.08% 24580 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% 24306 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.08% 24081 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():420 [Interpreted code] 0.07% 21688 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% 20600 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% 20320 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.07% 20096 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.06% 19504 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():667 [Inlined code] 0.06% 19090 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.06% 18423 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.06% 18095 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.06% 18010 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.06% 17911 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.06% 17070 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% 16926 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.05% 15394 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():451 [Inlined code] 0.04% 12021 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#implRead():245 [Inlined code] 0.04% 11635 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] 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.21.05.27.46/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q4-fmFalse.jfr is 1072.81 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 30798348 events (total: 30M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 22.07% 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] 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] 17.58% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#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] 17.11% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 13.34% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 3.60% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 2.89% 890133 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():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 1.89% 583455 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.57% 484311 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#call() [Inlined code] 1.48% 454760 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#call() [Inlined code] 1.37% 422597 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():420 [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.0x0000000097197438#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 1.29% 395815 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 1.08% 333399 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():420 [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.0x0000000097197438#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.61% 186601 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():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.58% 178026 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():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.55% 169788 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.53% 162109 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():207 [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():325 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.52% 160878 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#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.51% 158246 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#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.47% 143876 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():420 [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.0x0000000097197438#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.42% 130630 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#call() [Inlined code] 0.41% 125019 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#call() [Inlined code] 0.39% 121463 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.30% 93689 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% 78691 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.25% 76870 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.24% 75128 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.23% 71707 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():207 [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():325 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] 0.23% 69568 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():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.22% 66963 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():420 [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.0x0000000097197438#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% 54016 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():420 [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.0x0000000097197438#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% 53774 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.17% 51824 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#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.0x0000000097199800#run() [JIT compiled code] 0.16% 49213 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.15% 47172 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.15% 46038 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.14% 44466 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#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.0x0000000097199800#run() [JIT compiled code] 0.13% 40795 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.13% 40472 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():451 [Inlined code] 0.13% 39019 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.0x000000009707aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.12% 37790 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():422 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.12% 36027 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.12% 35637 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.11% 34196 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():422 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.10% 31954 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():420 [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.0x0000000097197438#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.10% 30644 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] 0.10% 29978 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 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.09% 28659 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#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():101 [JIT compiled code] 0.09% 26697 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#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% 24950 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():420 [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.0x0000000097197438#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% 24425 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] at sun.nio.ch.FileChannelImpl#traceImplWrite():376 [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] 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.21.05.27.46/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q4-fmFalse.jfr is 1072.81 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 61583 events (total: 455127M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.69% 103253M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 22.29% 101439M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 19.34% 88008M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 14.15% 64390M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 7.00% 31848M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.08% 18578M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.58% 7194M java.lang.Integer#valueOf():1006 [Inlined code] 0.81% 3686M java.util.Arrays#copyOf():3478 [Inlined code] 0.67% 3059M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.65% 2964M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.61% 2763M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.60% 2716M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.45% 2067M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] 0.42% 1913M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.39% 1767M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.29% 1325M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.26% 1202M knn.IndexerThread#_run():86 [Interpreted code] 0.25% 1154M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.24% 1077M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.19% 884M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.19% 868M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.19% 849M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.18% 798M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.17% 760M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.15% 702M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.14% 629M java.util.ArrayList#grow():240 [Inlined code] 0.13% 612M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.12% 535M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.09% 430M knn.IndexerThread#_run():108 [JIT compiled code] 0.09% 387M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.09% 387M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.08% 381M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.08% 379M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.08% 361M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.08% 344M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.08% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.07% 321M knn.IndexerThread#_run():125 [JIT compiled code] 0.07% 310M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.05% 224M java.util.List#of():935 [Inlined code] 0.05% 223M java.util.HashMap#newNode():1910 [Inlined code] 0.05% 222M knn.IndexerThread#_run():86 [JIT compiled code] 0.05% 211M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.05% 204M java.nio.HeapByteBuffer#():75 [Inlined code] 0.04% 203M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():743 [Interpreted code] 0.04% 180M org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#():59 [Inlined code] 0.04% 180M org.apache.lucene.util.hnsw.HnswGraphSearcher#search():147 [Inlined code] 0.04% 171M java.util.concurrent.FutureTask#run():320 [Interpreted code] 0.04% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet():98 [Interpreted code] 0.04% 171M org.apache.lucene.document.Document#():184 [Interpreted code] 0.03% 120M 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.21.05.27.46/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q4-fmFalse.jfr is 1072.81 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 61583 events (total: 455127M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.16% 82669M 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] 17.94% 81655M 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.20% 50990M 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():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 8.71% 39651M 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.44% 33853M 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% 31848M 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% 24733M 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.47% 20354M 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.34% 19753M 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.08% 18578M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.55% 7049M 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.74% 3358M 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.61% 2763M 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():451 [Inlined code] 0.60% 2716M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.46% 2104M 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():451 [Inlined code] 0.39% 1767M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.38% 1718M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] 0.35% 1610M 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.33% 1490M 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.26% 1202M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.24% 1109M 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():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.24% 1103M 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():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.24% 1077M 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% 900M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.19% 849M 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% 785M 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():2304 [JIT compiled code] 0.17% 754M 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.16% 746M 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% 629M 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% 528M 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.11% 504M 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.11% 498M 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():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.10% 457M 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% 430M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.09% 424M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.09% 421M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.09% 415M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.08% 381M 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% 365M 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.08% 361M 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% 360M 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.08% 347M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.08% 346M 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% 344M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [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():369 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Interpreted code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] 0.08% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x0000000097199800#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.07% 321M knn.IndexerThread#_run():125 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.07% 310M 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.0x0000000097181400#concat() [Inlined code] 0.06% 269M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.06% 262M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [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.21.05.27.46/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q4-fmFalse.jfr is 1072.81 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 61583 events (total: 455127M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.70% 39587M 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():1557 [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.92% 31504M 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():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 5.65% 25724M 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():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 5.59% 25444M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#call() [Inlined code] 5.51% 25084M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#call() [Inlined code] 5.49% 24976M 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():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 5.46% 24833M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#call() [Inlined code] 5.24% 23856M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#call() [Inlined code] 4.95% 22514M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 4.78% 21776M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.69% 16799M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 3.69% 16794M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 3.63% 16508M 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():1557 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 1.81% 8224M 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():1557 [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.55% 7049M 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.50% 6807M 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():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 1.47% 6687M 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():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 1.34% 6106M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 1.00% 4567M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 1.00% 4548M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 0.99% 4503M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 0.98% 4470M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.98% 4467M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#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.94% 4257M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.76% 3474M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.74% 3358M 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.64% 2932M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.63% 2876M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#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.62% 2837M 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.61% 2782M 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.60% 2747M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.55% 2505M 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.55% 2495M 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.39% 1774M 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.39% 1767M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.38% 1718M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#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.0x0000000097199800#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.36% 1619M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#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% 1549M 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.32% 1471M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#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.29% 1327M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#call() [Inlined code] 0.26% 1202M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.26% 1167M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#call() [Inlined code] 0.25% 1128M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#call() [Inlined code] 0.21% 976M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#call() [Inlined code] 0.17% 760M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#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.15% 667M 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():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.15% 663M 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():2304 [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():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] 0.14% 646M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.14% 629M 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% 605M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000009719b9b0#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] 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.21.05.27.46/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.215s][info][jfr,startup] Started recording 1. [0.215s][info][jfr,startup] [0.215s][info][jfr,startup] Use jcmd 2984452 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2848198255544338 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 21, 2026 7:11:45 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: 125 segments, 13 merges 159.3s _14q: 7 segs, 1137.6 K docs, 5119.7 MB 102.5s _17x: 8 segs, 367.6 K docs, 1651.9 MB 89.2s _18q: 8 segs, 123.4 K docs, 553.4 MB 77.2s _19i: 8 segs, 81.3 K docs, 363.9 MB 69.9s _19q: 8 segs, 261.7 K docs, 1175.6 MB 52.1s _1aa: 10 segs, 48.5 K docs, 216.7 MB 44.3s _1al: 10 segs, 49.2 K docs, 219.6 MB 37.0s _1au: 8 segs, 40.2 K docs, 179.2 MB 29.0s _1b3: 8 segs, 39.8 K docs, 177.9 MB 22.0s _1bb: 8 segs, 83.6 K docs, 374.4 MB 13.9s _1bk: 8 segs, 39.2 K docs, 174.8 MB 6.9s _1bt: 8 segs, 37.3 K docs, 166.4 MB 5.0 sec: 100 segments, 10 merges 164.3s _14q: 7 segs, 1137.6 K docs, 5119.7 MB 107.5s _17x: 8 segs, 367.6 K docs, 1651.9 MB 94.3s _18q: 8 segs, 123.4 K docs, 553.4 MB 74.9s _19q: 8 segs, 261.7 K docs, 1175.6 MB 42.0s _1au: 8 segs, 40.2 K docs, 179.2 MB 34.0s _1b3: 8 segs, 39.8 K docs, 177.9 MB 27.0s _1bb: 8 segs, 83.6 K docs, 374.4 MB 18.9s _1bk: 8 segs, 39.2 K docs, 174.8 MB 11.9s _1bt: 8 segs, 37.3 K docs, 166.4 MB 5.0s _1by: 12 segs, 49.6 K docs, 221.2 MB 10.0 sec: 93 segments, 9 merges 169.3s _14q: 7 segs, 1137.6 K docs, 5119.7 MB 112.5s _17x: 8 segs, 367.6 K docs, 1651.9 MB 99.3s _18q: 8 segs, 123.4 K docs, 553.4 MB 79.9s _19q: 8 segs, 261.7 K docs, 1175.6 MB 47.0s _1au: 8 segs, 40.2 K docs, 179.2 MB 32.0s _1bb: 8 segs, 83.6 K docs, 374.4 MB 23.9s _1bk: 8 segs, 39.2 K docs, 174.8 MB 16.9s _1bt: 8 segs, 37.3 K docs, 166.4 MB 10.0s _1by: 12 segs, 49.6 K docs, 221.2 MB 15.0 sec: 86 segments, 8 merges 174.3s _14q: 7 segs, 1137.6 K docs, 5119.7 MB 117.5s _17x: 8 segs, 367.6 K docs, 1651.9 MB 104.3s _18q: 8 segs, 123.4 K docs, 553.4 MB 84.9s _19q: 8 segs, 261.7 K docs, 1175.6 MB 37.0s _1bb: 8 segs, 83.6 K docs, 374.4 MB 28.9s _1bk: 8 segs, 39.2 K docs, 174.8 MB 21.9s _1bt: 8 segs, 37.3 K docs, 166.4 MB 15.0s _1by: 12 segs, 49.6 K docs, 221.2 MB 20.1 sec: 86 segments, 8 merges 179.4s _14q: 7 segs, 1137.6 K docs, 5119.7 MB 122.5s _17x: 8 segs, 367.6 K docs, 1651.9 MB 109.3s _18q: 8 segs, 123.4 K docs, 553.4 MB 90.0s _19q: 8 segs, 261.7 K docs, 1175.6 MB 42.1s _1bb: 8 segs, 83.6 K docs, 374.4 MB 33.9s _1bk: 8 segs, 39.2 K docs, 174.8 MB 27.0s _1bt: 8 segs, 37.3 K docs, 166.4 MB 20.1s _1by: 12 segs, 49.6 K docs, 221.2 MB 25.1 sec: 72 segments, 6 merges 184.4s _14q: 7 segs, 1137.6 K docs, 5119.7 MB 127.5s _17x: 8 segs, 367.6 K docs, 1651.9 MB 114.3s _18q: 8 segs, 123.4 K docs, 553.4 MB 95.0s _19q: 8 segs, 261.7 K docs, 1175.6 MB 38.9s _1bk: 8 segs, 39.2 K docs, 174.8 MB 25.1s _1by: 12 segs, 49.6 K docs, 221.2 MB 30.1 sec: 65 segments, 6 merges 189.4s _14q: 7 segs, 1137.6 K docs, 5119.7 MB 132.5s _17x: 8 segs, 367.6 K docs, 1651.9 MB 119.3s _18q: 8 segs, 123.4 K docs, 553.4 MB 100.0s _19q: 8 segs, 261.7 K docs, 1175.6 MB 30.1s _1by: 12 segs, 49.6 K docs, 221.2 MB 3.6s _1bz: 8 segs, 352.1 K docs, 1581.1 MB 35.1 sec: 58 segments, 5 merges 194.4s _14q: 7 segs, 1137.6 K docs, 5119.7 MB 137.6s _17x: 8 segs, 367.6 K docs, 1651.9 MB 105.0s _19q: 8 segs, 261.7 K docs, 1175.6 MB 35.1s _1by: 12 segs, 49.6 K docs, 221.2 MB 8.6s _1bz: 8 segs, 352.1 K docs, 1581.1 MB 40.1 sec: 58 segments, 5 merges 199.4s _14q: 7 segs, 1137.6 K docs, 5119.7 MB 142.6s _17x: 8 segs, 367.6 K docs, 1651.9 MB 110.0s _19q: 8 segs, 261.7 K docs, 1175.6 MB 40.1s _1by: 12 segs, 49.6 K docs, 221.2 MB 13.6s _1bz: 8 segs, 352.1 K docs, 1581.1 MB 45.1 sec: 58 segments, 5 merges 204.4s _14q: 7 segs, 1137.6 K docs, 5119.7 MB 147.6s _17x: 8 segs, 367.6 K docs, 1651.9 MB 115.0s _19q: 8 segs, 261.7 K docs, 1175.6 MB 45.1s _1by: 12 segs, 49.6 K docs, 221.2 MB 18.6s _1bz: 8 segs, 352.1 K docs, 1581.1 MB 50.1 sec: 47 segments, 4 merges 209.4s _14q: 7 segs, 1137.6 K docs, 5119.7 MB 152.6s _17x: 8 segs, 367.6 K docs, 1651.9 MB 120.0s _19q: 8 segs, 261.7 K docs, 1175.6 MB 23.6s _1bz: 8 segs, 352.1 K docs, 1581.1 MB 55.1 sec: 41 segments, 3 merges 157.6s _17x: 8 segs, 367.6 K docs, 1651.9 MB 125.0s _19q: 8 segs, 261.7 K docs, 1175.6 MB 28.6s _1bz: 8 segs, 352.1 K docs, 1581.1 MB 60.1 sec: 41 segments, 3 merges 162.6s _17x: 8 segs, 367.6 K docs, 1651.9 MB 130.0s _19q: 8 segs, 261.7 K docs, 1175.6 MB 33.6s _1bz: 8 segs, 352.1 K docs, 1581.1 MB 65.1 sec: 41 segments, 3 merges 167.6s _17x: 8 segs, 367.6 K docs, 1651.9 MB 135.0s _19q: 8 segs, 261.7 K docs, 1175.6 MB 38.6s _1bz: 8 segs, 352.1 K docs, 1581.1 MB 70.1 sec: 34 segments, 2 merges 139.9s _19q: 8 segs, 261.7 K docs, 1175.6 MB 43.6s _1bz: 8 segs, 352.1 K docs, 1581.1 MB 75.1 sec: 27 segments, 1 merges 48.6s _1bz: 8 segs, 352.1 K docs, 1581.1 MB 80.1 sec: 27 segments, 1 merges 53.6s _1bz: 8 segs, 352.1 K docs, 1581.1 MB 85.1 sec: 27 segments, 1 merges 58.6s _1bz: 8 segs, 352.1 K docs, 1581.1 MB 90.1 sec: 27 segments, 1 merges 63.6s _1bz: 8 segs, 352.1 K docs, 1581.1 MB 95.1 sec: 20 segments, 1 merges 3.2s _1c0: 4 segs, 1104.8 K docs, 4973.7 MB 100.1 sec: 20 segments, 1 merges 8.2s _1c0: 4 segs, 1104.8 K docs, 4973.7 MB 105.1 sec: 20 segments, 1 merges 13.2s _1c0: 4 segs, 1104.8 K docs, 4973.7 MB 110.1 sec: 20 segments, 1 merges 18.3s _1c0: 4 segs, 1104.8 K docs, 4973.7 MB 115.1 sec: 20 segments, 1 merges 23.3s _1c0: 4 segs, 1104.8 K docs, 4973.7 MB 120.1 sec: 20 segments, 1 merges 28.3s _1c0: 4 segs, 1104.8 K docs, 4973.7 MB 125.1 sec: 20 segments, 1 merges 33.3s _1c0: 4 segs, 1104.8 K docs, 4973.7 MB 130.0 sec: 20 segments, 1 merges 38.2s _1c0: 4 segs, 1104.8 K docs, 4973.7 MB 135.0 sec: 20 segments, 1 merges 43.2s _1c0: 4 segs, 1104.8 K docs, 4973.7 MB 140.0 sec: 20 segments, 1 merges 48.2s _1c0: 4 segs, 1104.8 K docs, 4973.7 MB 145.0 sec: 20 segments, 1 merges 53.2s _1c0: 4 segs, 1104.8 K docs, 4973.7 MB 150.0 sec: 20 segments, 1 merges 58.2s _1c0: 4 segs, 1104.8 K docs, 4973.7 MB 155.0 sec: 20 segments, 1 merges 63.2s _1c0: 4 segs, 1104.8 K docs, 4973.7 MB 160.0 sec: 20 segments, 1 merges 68.2s _1c0: 4 segs, 1104.8 K docs, 4973.7 MB 165.0 sec: 20 segments, 1 merges 73.2s _1c0: 4 segs, 1104.8 K docs, 4973.7 MB 170.1 sec: 20 segments, 1 merges 78.3s _1c0: 4 segs, 1104.8 K docs, 4973.7 MB 175.1 sec: 20 segments, 1 merges 83.3s _1c0: 4 segs, 1104.8 K docs, 4973.7 MB 180.1 sec: 20 segments, 1 merges 88.3s _1c0: 4 segs, 1104.8 K docs, 4973.7 MB 185.1 sec: 20 segments, 1 merges 93.3s _1c0: 4 segs, 1104.8 K docs, 4973.7 MB 190.0 sec: 20 segments, 1 merges 98.2s _1c0: 4 segs, 1104.8 K docs, 4973.7 MB 195.0 sec: 20 segments, 1 merges 103.2s _1c0: 4 segs, 1104.8 K docs, 4973.7 MB 200.0 sec: 20 segments, 1 merges 108.2s _1c0: 4 segs, 1104.8 K docs, 4973.7 MB 205.0 sec: 20 segments, 1 merges 113.2s _1c0: 4 segs, 1104.8 K docs, 4973.7 MB 210.0 sec: 20 segments, 1 merges 118.2s _1c0: 4 segs, 1104.8 K docs, 4973.7 MB 215.0 sec: 20 segments, 1 merges 123.2s _1c0: 4 segs, 1104.8 K docs, 4973.7 MB 220.0 sec: 20 segments, 1 merges 128.2s _1c0: 4 segs, 1104.8 K docs, 4973.7 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 941 seconds reindex takes 941.31 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: 17 segments, 1 merges 5.0 sec: 17 segments, 1 merges 5.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 10.0 sec: 17 segments, 1 merges 10.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 15.0 sec: 17 segments, 1 merges 15.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 20.0 sec: 17 segments, 1 merges 20.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 25.0 sec: 17 segments, 1 merges 25.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 30.0 sec: 17 segments, 1 merges 30.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 35.0 sec: 17 segments, 1 merges 35.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 40.0 sec: 17 segments, 1 merges 40.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 45.0 sec: 17 segments, 1 merges 45.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 50.0 sec: 17 segments, 1 merges 50.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 55.0 sec: 17 segments, 1 merges 55.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 60.0 sec: 17 segments, 1 merges 60.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 65.0 sec: 17 segments, 1 merges 65.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 70.1 sec: 17 segments, 1 merges 70.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 75.1 sec: 17 segments, 1 merges 75.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 80.1 sec: 17 segments, 1 merges 80.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 85.1 sec: 17 segments, 1 merges 85.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 90.1 sec: 17 segments, 1 merges 90.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 95.1 sec: 17 segments, 1 merges 95.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 100.1 sec: 17 segments, 1 merges 100.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 105.1 sec: 17 segments, 1 merges 105.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 110.1 sec: 17 segments, 1 merges 110.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 115.1 sec: 17 segments, 1 merges 115.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 120.1 sec: 17 segments, 1 merges 120.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 125.1 sec: 17 segments, 1 merges 125.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 130.0 sec: 17 segments, 1 merges 130.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 135.0 sec: 17 segments, 1 merges 135.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 140.0 sec: 17 segments, 1 merges 140.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 145.0 sec: 17 segments, 1 merges 145.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 150.0 sec: 17 segments, 1 merges 150.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 155.0 sec: 17 segments, 1 merges 155.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 160.0 sec: 17 segments, 1 merges 160.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 165.0 sec: 17 segments, 1 merges 165.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 170.0 sec: 17 segments, 1 merges 170.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 175.0 sec: 17 segments, 1 merges 175.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 180.0 sec: 17 segments, 1 merges 180.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 185.1 sec: 17 segments, 1 merges 185.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 190.1 sec: 17 segments, 1 merges 190.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 195.1 sec: 17 segments, 1 merges 195.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 200.1 sec: 17 segments, 1 merges 200.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 205.1 sec: 17 segments, 1 merges 205.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 210.1 sec: 17 segments, 1 merges 210.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 215.1 sec: 17 segments, 1 merges 215.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 220.1 sec: 17 segments, 1 merges 220.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 225.1 sec: 17 segments, 1 merges 225.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 230.1 sec: 17 segments, 1 merges 230.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 235.1 sec: 17 segments, 1 merges 235.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 240.1 sec: 17 segments, 1 merges 240.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 245.0 sec: 17 segments, 1 merges 245.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 250.0 sec: 17 segments, 1 merges 250.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 255.0 sec: 17 segments, 1 merges 255.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 260.0 sec: 17 segments, 1 merges 260.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 265.0 sec: 17 segments, 1 merges 265.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 270.0 sec: 17 segments, 1 merges 270.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 275.0 sec: 17 segments, 1 merges 275.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 280.0 sec: 17 segments, 1 merges 280.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 285.0 sec: 17 segments, 1 merges 285.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 290.0 sec: 17 segments, 1 merges 290.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 295.0 sec: 17 segments, 1 merges 295.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 300.0 sec: 17 segments, 1 merges 300.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 305.1 sec: 17 segments, 1 merges 305.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 310.1 sec: 17 segments, 1 merges 310.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 315.1 sec: 17 segments, 1 merges 315.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 320.1 sec: 17 segments, 1 merges 320.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 325.1 sec: 17 segments, 1 merges 325.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 330.1 sec: 17 segments, 1 merges 330.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 335.1 sec: 17 segments, 1 merges 335.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 340.1 sec: 17 segments, 1 merges 340.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 345.1 sec: 17 segments, 1 merges 345.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 350.1 sec: 17 segments, 1 merges 350.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 355.1 sec: 17 segments, 1 merges 355.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 360.1 sec: 17 segments, 1 merges 360.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 365.0 sec: 17 segments, 1 merges 365.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 370.0 sec: 17 segments, 1 merges 370.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 375.0 sec: 17 segments, 1 merges 375.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 380.0 sec: 17 segments, 1 merges 380.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 385.0 sec: 17 segments, 1 merges 385.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 390.0 sec: 17 segments, 1 merges 390.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 395.0 sec: 17 segments, 1 merges 395.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 400.0 sec: 17 segments, 1 merges 400.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 405.0 sec: 17 segments, 1 merges 405.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 410.0 sec: 17 segments, 1 merges 410.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 415.0 sec: 17 segments, 1 merges 415.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 420.1 sec: 17 segments, 1 merges 420.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 425.1 sec: 17 segments, 1 merges 425.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 430.1 sec: 17 segments, 1 merges 430.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 435.1 sec: 17 segments, 1 merges 435.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 440.1 sec: 17 segments, 1 merges 440.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 445.1 sec: 17 segments, 1 merges 445.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 450.1 sec: 17 segments, 1 merges 450.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 455.1 sec: 17 segments, 1 merges 455.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 460.1 sec: 17 segments, 1 merges 460.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 465.0 sec: 17 segments, 1 merges 465.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 470.0 sec: 17 segments, 1 merges 470.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 475.0 sec: 17 segments, 1 merges 475.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 480.0 sec: 17 segments, 1 merges 480.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 485.0 sec: 17 segments, 1 merges 485.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 490.1 sec: 17 segments, 1 merges 490.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 495.1 sec: 17 segments, 1 merges 495.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 500.1 sec: 17 segments, 1 merges 500.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 505.1 sec: 17 segments, 1 merges 505.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 510.1 sec: 17 segments, 1 merges 510.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 515.0 sec: 17 segments, 1 merges 515.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 520.0 sec: 17 segments, 1 merges 520.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 525.0 sec: 17 segments, 1 merges 525.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 530.1 sec: 17 segments, 1 merges 530.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 535.1 sec: 17 segments, 1 merges 535.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 540.1 sec: 17 segments, 1 merges 540.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 545.1 sec: 17 segments, 1 merges 545.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 550.1 sec: 17 segments, 1 merges 550.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 555.1 sec: 17 segments, 1 merges 555.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 560.1 sec: 17 segments, 1 merges 560.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 565.1 sec: 17 segments, 1 merges 565.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 570.1 sec: 17 segments, 1 merges 570.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 575.1 sec: 17 segments, 1 merges 575.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 580.1 sec: 17 segments, 1 merges 580.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 585.1 sec: 17 segments, 1 merges 585.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 590.0 sec: 17 segments, 1 merges 590.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 595.0 sec: 17 segments, 1 merges 595.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 600.0 sec: 17 segments, 1 merges 600.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 605.0 sec: 17 segments, 1 merges 605.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 610.0 sec: 17 segments, 1 merges 610.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 615.0 sec: 17 segments, 1 merges 615.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 620.0 sec: 17 segments, 1 merges 620.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 625.0 sec: 17 segments, 1 merges 625.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 630.1 sec: 17 segments, 1 merges 630.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 635.1 sec: 17 segments, 1 merges 635.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 640.1 sec: 17 segments, 1 merges 640.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 645.1 sec: 17 segments, 1 merges 645.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 650.1 sec: 17 segments, 1 merges 650.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 655.1 sec: 17 segments, 1 merges 655.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 660.1 sec: 17 segments, 1 merges 660.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 665.0 sec: 17 segments, 1 merges 665.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 670.0 sec: 17 segments, 1 merges 670.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 675.0 sec: 17 segments, 1 merges 675.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 680.0 sec: 17 segments, 1 merges 680.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 685.1 sec: 17 segments, 1 merges 685.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 690.1 sec: 17 segments, 1 merges 690.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 695.1 sec: 17 segments, 1 merges 695.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 700.1 sec: 17 segments, 1 merges 700.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 705.1 sec: 17 segments, 1 merges 705.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 710.1 sec: 17 segments, 1 merges 710.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 715.1 sec: 17 segments, 1 merges 715.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 720.1 sec: 17 segments, 1 merges 720.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 725.1 sec: 17 segments, 1 merges 725.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 730.1 sec: 17 segments, 1 merges 730.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 735.1 sec: 17 segments, 1 merges 735.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 740.0 sec: 17 segments, 1 merges 740.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 745.0 sec: 17 segments, 1 merges 745.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 750.0 sec: 17 segments, 1 merges 750.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 755.0 sec: 17 segments, 1 merges 755.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 760.0 sec: 17 segments, 1 merges 760.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 765.0 sec: 17 segments, 1 merges 765.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 770.0 sec: 17 segments, 1 merges 770.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 775.0 sec: 17 segments, 1 merges 775.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 780.1 sec: 17 segments, 1 merges 780.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 785.1 sec: 17 segments, 1 merges 785.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 790.1 sec: 17 segments, 1 merges 790.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 795.1 sec: 17 segments, 1 merges 795.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 800.1 sec: 17 segments, 1 merges 800.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 805.1 sec: 17 segments, 1 merges 805.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 810.1 sec: 17 segments, 1 merges 810.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 815.1 sec: 17 segments, 1 merges 815.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 820.0 sec: 17 segments, 1 merges 820.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 825.0 sec: 17 segments, 1 merges 825.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 830.0 sec: 17 segments, 1 merges 830.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 835.0 sec: 17 segments, 1 merges 835.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 840.0 sec: 17 segments, 1 merges 840.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 845.0 sec: 17 segments, 1 merges 845.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 850.0 sec: 17 segments, 1 merges 850.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 855.1 sec: 17 segments, 1 merges 855.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 860.1 sec: 17 segments, 1 merges 860.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 865.1 sec: 17 segments, 1 merges 865.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 870.1 sec: 17 segments, 1 merges 870.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 875.1 sec: 17 segments, 1 merges 875.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 880.1 sec: 17 segments, 1 merges 880.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 885.1 sec: 17 segments, 1 merges 885.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 890.1 sec: 17 segments, 1 merges 890.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 895.1 sec: 17 segments, 1 merges 895.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 900.0 sec: 17 segments, 1 merges 900.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 905.0 sec: 17 segments, 1 merges 905.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 910.0 sec: 17 segments, 1 merges 910.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 915.0 sec: 17 segments, 1 merges 915.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 920.0 sec: 17 segments, 1 merges 920.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 925.0 sec: 17 segments, 1 merges 925.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 930.0 sec: 17 segments, 1 merges 930.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 935.0 sec: 17 segments, 1 merges 935.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 940.1 sec: 17 segments, 1 merges 940.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 945.1 sec: 17 segments, 1 merges 945.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 950.1 sec: 17 segments, 1 merges 950.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 955.1 sec: 17 segments, 1 merges 955.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 960.1 sec: 17 segments, 1 merges 960.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 965.1 sec: 17 segments, 1 merges 965.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 970.1 sec: 17 segments, 1 merges 970.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 975.1 sec: 17 segments, 1 merges 975.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 980.1 sec: 17 segments, 1 merges 980.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 985.1 sec: 17 segments, 1 merges 985.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 990.1 sec: 17 segments, 1 merges 990.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 995.1 sec: 17 segments, 1 merges 995.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 1000.1 sec: 17 segments, 1 merges 1000.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 1005.1 sec: 17 segments, 1 merges 1005.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 1010.1 sec: 17 segments, 1 merges 1010.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 1015.1 sec: 17 segments, 1 merges 1015.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 1020.0 sec: 17 segments, 1 merges 1020.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 1025.0 sec: 17 segments, 1 merges 1025.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 1030.1 sec: 17 segments, 1 merges 1030.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 1035.1 sec: 17 segments, 1 merges 1035.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 1040.1 sec: 17 segments, 1 merges 1040.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 1045.1 sec: 17 segments, 1 merges 1045.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 1050.1 sec: 17 segments, 1 merges 1050.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 1055.1 sec: 17 segments, 1 merges 1055.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 1060.1 sec: 17 segments, 1 merges 1060.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 1065.1 sec: 17 segments, 1 merges 1065.1s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 1070.0 sec: 17 segments, 1 merges 1070.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 1075.0 sec: 17 segments, 1 merges 1075.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 1080.0 sec: 17 segments, 1 merges 1080.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB 1085.0 sec: 17 segments, 1 merges 1085.0s _1c1: 17 segs, 8000.0 K docs, 36041.4 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 1089.01 sec index has 1 segments: segments_3: _1c1(11.0.0):C8000000 _1c1: 36186.0 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=0.5 index disk usage is 36186.03 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=49740738154 cpu@end=52095733577 deltaMS=2354.995423 thread 14 name=Reference Handler cpu@start=1293020 cpu@end=1293020 deltaMS=0.0 thread 15 name=Finalizer cpu@start=157535 cpu@end=157535 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=71276 cpu@end=71276 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=4733138 cpu@end=4733138 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=15495308995 cpu@end=15495630362 deltaMS=0.321367 thread 42 name=JFR Periodic Tasks cpu@start=121610206297 cpu@end=121723445510 deltaMS=113.239213 thread 45 name=Notification Thread cpu@start=104297 cpu@end=104297 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1706131461651 cpu@end=1706131461651 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1714144219982 cpu@end=1714144219982 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1706491805983 cpu@end=1706491805983 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1710215878918 cpu@end=1710215878918 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1706651160132 cpu@end=1706651160132 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1711068317001 cpu@end=1711068317001 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1709072634155 cpu@end=1709072634155 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1711927933934 cpu@end=1711927933934 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1706440354267 cpu@end=1706440354267 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1707045654606 cpu@end=1707045654606 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1715011095446 cpu@end=1715011095446 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1705131907849 cpu@end=1705131907849 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1711595619884 cpu@end=1711595619884 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1708256122680 cpu@end=1708256122680 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1715847691496 cpu@end=1715847691496 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1710674793669 cpu@end=1710674793669 deltaMS=0.0 Average CPU cores used: 1.04519994322286 completed 1000 searches in 2361 ms: 423 QPS CPU time=2467 ms checking results SUMMARY: 0.881 2.361 2.467 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 5725 941.31 8498.79 1089.01 1 36186.03 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=257, Fanout min=5, mean=16.74, max=32, meandelta=396295.78 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 14 15 16 18 19 20 23 32 Graph level=2 size=7684, Fanout min=8, mean=27.34, max=32, meandelta=269298.16 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 24 27 31 32 32 32 32 32 Graph level=1 size=247098, Fanout min=1, mean=28.29, max=32, meandelta=258529.03 % 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.74, max=64, meandelta=194156.78 % 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=257, connectedness=1.00 Graph level=2 size=7684, connectedness=1.00 Graph level=1 size=247098, 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.21.05.27.46/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': 44,227,883.97 msec task-clock:u 170,135,275,746,613 cycles:u (36.36%) 182,860,437,033,445 instructions:u (36.36%) 4,338,893,764,524 cache-references:u (36.36%) 1,692,511,737,082 cache-misses:u (36.37%) 64,816,361,640,337 L1-dcache-loads:u (36.37%) 2,027,366,581,525 L1-dcache-load-misses:u (36.36%) 3,591,624,949,380 L1-icache-loads:u (36.36%) 14,867,785,925 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 29,160,912 faults:u 28,177,733 minor-faults:u 18,632 major-faults:u 15,822,502,094,673 branches:u (36.36%) 117,277,443,783 branch-misses:u (36.36%) 2,646,263,277,565 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 2333.367985102 seconds time elapsed 43590.352343000 seconds user 624.824186000 seconds sys took 0:38:53.398586 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='f2c9d79c63be90d685118a6fa53c14b9c7438b52', luceneutil_git_rev='97476263c4ead7244649e56d1e8ed200e47c6d16', 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.361, net_cpu_ms=2.467, 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=5725, index_time_sec=941.31, index_docs_per_sec=8498.79, force_merge_time_sec=1089.01, index_num_segments=1, index_size_on_disk_mb=36186.03, selectivity=None, pre_post_filter='null', vec_disk_mb=35278.32, vec_ram_mb=4028.32, graph_level_conn_p_values={3: (257, {0: 0, 10: 10, 20: 12, 30: 14, 40: 15, 50: 16, 60: 18, 70: 19, 80: 20, 90: 23, 100: 32}), 2: (7684, {0: 0, 10: 18, 20: 22, 30: 24, 40: 27, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247098, {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=2333, microseconds=398586)) Profiler summary for /l/logs.nightly/2026.05.21.05.27.46/bench-knn-q4-fmTrue.jfr Version: 2.1 Chunks: 110 Start: 2026-05-21 11:11:45 (UTC) Duration: 2321 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 42383993 725276503 jdk.FileWrite 22459136 473370770 jdk.FileRead 8003673 182135167 jdk.ObjectAllocationInNewTLAB 70005 1386421 jdk.BooleanFlag 54560 1726006 jdk.CPULoad 43562 870606 jdk.Checkpoint 7708 28497907 jdk.Compilation 6311 162700 jdk.UnsignedIntFlag 5280 179108 jdk.IntFlag 4840 176594 jdk.StringFlag 3740 144971 jdk.ObjectAllocationOutsideTLAB 1267 22668 jdk.CPUInformation 110 165216 jdk.GCConfiguration 110 2856 jdk.JVMInformation 110 104606 jdk.Metadata 110 12157967 jdk.GarbageCollection 59 1417 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.21.05.27.46/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q4-fmTrue.jfr is 1360.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 42383993 events (total: 42M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 40.48% 17M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 30.35% 12M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 10.50% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 3.53% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 3.24% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.63% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 1.35% 573180 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 1.17% 496578 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.93% 394075 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.91% 384058 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.55% 233400 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.53% 222749 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.30% 125278 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.27% 112531 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.26% 112139 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.25% 104400 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.25% 104299 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.22% 92519 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.17% 72400 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.12% 51164 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.11% 46805 sun.nio.ch.NativeThread#current0() [Native code] 0.10% 42864 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.10% 40630 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.10% 40536 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.09% 39556 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.09% 37984 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.09% 36788 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.08% 32541 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.08% 31976 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.07% 29654 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.07% 27947 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.06% 26677 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.06% 26339 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.05% 21087 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.04% 17126 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.04% 16727 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.04% 15398 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.04% 15004 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.03% 14469 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():60 [Inlined code] 0.03% 13405 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.03% 10905 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.02% 10267 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.02% 10199 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 9448 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 9012 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 0.02% 8685 knn.IndexerThread#_run():105 [JIT compiled code] 0.02% 7808 org.apache.lucene.internal.hppc.IntIntHashMap#containsKey():297 [Inlined code] 0.02% 7520 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [JIT compiled code] 0.02% 7361 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():285 [JIT compiled code] 0.02% 7041 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():172 [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.21.05.27.46/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q4-fmTrue.jfr is 1360.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 42383993 events (total: 42M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 37.98% 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():328 [JIT compiled code] 30.33% 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.50% 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.24% 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.78% 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 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] 2.40% 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():256 [JIT compiled code] 1.40% 592773 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():313 [JIT compiled code] 1.35% 572772 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():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 1.17% 495479 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.90% 379697 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.75% 316492 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.69% 293541 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.69% 291385 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.50% 211772 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.42% 177911 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.26% 108797 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.25% 104263 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% 99156 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():422 [JIT compiled code] 0.21% 89453 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.21% 88467 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% 83259 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.18% 75478 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.17% 72148 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.15% 62306 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.15% 62003 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% 50949 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.10% 42417 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.10% 42313 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.10% 41340 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.10% 40528 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():451 [Inlined code] 0.08% 34718 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.08% 32918 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% 29749 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% 29648 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% 28340 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.07% 27652 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.06% 26668 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% 26415 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% 26339 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():420 [Interpreted code] 0.06% 23334 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():667 [Inlined code] 0.05% 23030 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% 22520 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.05% 21743 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% 21009 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.05% 20410 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% 17206 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():451 [Inlined code] 0.04% 17055 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.0x0000000086176000#accept() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#alertOnHeapMemoryUsageChange():118 [Inlined code] 0.04% 16970 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.04% 16214 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.03% 13480 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] 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.21.05.27.46/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q4-fmTrue.jfr is 1360.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 42383993 events (total: 42M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 24.03% 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] 21.52% 9M 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] 11.63% 4M 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#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.28% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 4.67% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 3.02% 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():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 2.54% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 2.23% 946603 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.52% 644112 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():256 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#call() [Inlined code] 1.00% 422851 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():420 [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.0x000000008619c230#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.96% 405682 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():420 [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.0x000000008619c230#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.93% 393389 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.92% 390516 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] 0.87% 366634 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():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.82% 349422 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():420 [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.0x000000008619c230#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.76% 320999 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():256 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#call() [Inlined code] 0.72% 306659 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.61% 260435 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#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.0x00000000861a4000#run() [JIT compiled code] 0.57% 243441 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#call() [Inlined code] 0.46% 196148 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.42% 177128 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():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.40% 168655 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.37% 155301 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.35% 147688 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():207 [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():325 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.33% 141580 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#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.32% 137331 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.32% 136113 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.30% 127753 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#call() [Inlined code] 0.25% 104187 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.23% 98943 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.21% 87647 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#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.0x00000000861a4000#run() [JIT compiled code] 0.20% 83259 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.0x000000008607aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.19% 80960 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#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.0x00000000861a4000#run() [JIT compiled code] 0.15% 63409 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():422 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.15% 63124 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():451 [Inlined code] 0.15% 62310 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():420 [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.0x000000008619c230#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% 61548 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.14% 60841 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():420 [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.0x000000008619c230#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.14% 59056 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#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% 58357 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():207 [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():325 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] 0.13% 56019 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#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.13% 54760 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():420 [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.0x000000008619c230#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.12% 51488 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.12% 51486 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#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.0x00000000861a4000#run() [JIT compiled code] 0.12% 50856 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.12% 50774 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.09% 38620 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.09% 37935 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():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.09% 37919 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#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():101 [JIT compiled code] 0.09% 36240 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [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.21.05.27.46/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q4-fmTrue.jfr is 1360.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 71250 events (total: 570023M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.73% 135258M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 23.20% 132250M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 23.14% 131894M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 11.14% 63524M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 5.76% 32819M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.64% 20753M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.02% 5785M java.util.Arrays#copyOf():3478 [Inlined code] 0.98% 5597M java.lang.Integer#valueOf():1006 [Inlined code] 0.70% 4005M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.65% 3733M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.64% 3635M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.62% 3547M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.60% 3403M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] 0.32% 1808M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.30% 1713M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.30% 1712M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.30% 1696M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.19% 1088M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.17% 988M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.17% 962M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.16% 909M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.15% 865M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.13% 724M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.12% 675M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.12% 663M java.util.ArrayList#grow():240 [Inlined code] 0.09% 492M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.09% 486M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.08% 462M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.08% 440M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.07% 413M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.07% 393M knn.IndexerThread#_run():108 [JIT compiled code] 0.07% 381M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.06% 360M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.05% 301M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.05% 279M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.05% 275M java.util.HashMap#newNode():1910 [Inlined code] 0.04% 256M knn.IndexerThread#_run():125 [JIT compiled code] 0.04% 242M knn.IndexerThread#_run():86 [JIT compiled code] 0.04% 210M java.util.List#of():935 [Inlined code] 0.03% 195M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 182M org.apache.lucene.document.Document#():42 [Inlined code] 0.03% 177M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.03% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet():98 [Interpreted code] 0.03% 170M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.03% 168M org.apache.lucene.util.SparseFixedBitSet#():69 [JIT compiled code] 0.03% 162M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.03% 162M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [JIT compiled code] 0.03% 154M 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.21.05.27.46/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q4-fmTrue.jfr is 1360.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 71250 events (total: 570023M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.95% 108023M 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.80% 107163M 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.12% 74798M 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():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 9.75% 55590M 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.84% 39010M 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.76% 32819M 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% 24730M 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.30% 24506M 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.20% 23940M 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] 2.60% 14847M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.04% 5906M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.97% 5540M 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.95% 5427M 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.70% 4005M 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():451 [Inlined code] 0.68% 3865M 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():451 [Inlined code] 0.49% 2790M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.39% 2233M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] 0.32% 1808M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.27% 1565M 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.24% 1378M 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.22% 1246M 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.21% 1178M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.19% 1088M 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.16% 926M 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.16% 913M 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():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.16% 891M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.16% 888M 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():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.15% 845M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.14% 779M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.13% 724M 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():2304 [JIT compiled code] 0.12% 710M 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():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.12% 681M 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% 663M 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.10% 567M 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.10% 549M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.10% 542M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.09% 490M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.09% 487M 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.08% 478M 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.08% 462M 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% 457M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.08% 440M 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():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.07% 413M 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% 395M 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% 393M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.07% 386M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.07% 375M 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.06% 360M 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% 359M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [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.21.05.27.46/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q4-fmTrue.jfr is 1360.31 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 71250 events (total: 570023M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.63% 49177M 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():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 8.52% 48555M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#call() [Inlined code] 8.51% 48519M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#call() [Inlined code] 6.89% 39277M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 6.83% 38946M 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():1557 [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.54% 31551M 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():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 4.41% 25147M 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():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 4.23% 24088M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#call() [Inlined code] 4.22% 24037M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#call() [Inlined code] 3.95% 22510M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.87% 22049M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.87% 16366M 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():1557 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 2.83% 16109M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.53% 8707M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.49% 8478M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.43% 8139M 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():1557 [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.33% 7580M 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():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 1.29% 7374M 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():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 1.10% 6285M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#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.97% 5540M 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% 5480M 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.95% 5427M 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.92% 5242M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.86% 4919M 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.75% 4285M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.72% 4097M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.68% 3876M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#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.68% 3848M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.65% 3705M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.51% 2923M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.50% 2825M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#call() [Inlined code] 0.47% 2664M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.46% 2642M 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.46% 2597M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#call() [Inlined code] 0.43% 2446M 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.39% 2233M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#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.0x00000000861a4000#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.36% 2044M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#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.32% 1808M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.28% 1611M 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.26% 1494M 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.26% 1487M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#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.25% 1399M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#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.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.20% 1135M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#call() [Inlined code] 0.18% 1040M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#call() [Inlined code] 0.18% 1036M 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():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.14% 779M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#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.0x00000000861a4000#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.13% 742M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#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.0x00000000861a4000#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.13% 735M 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#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.12% 709M 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000086199880#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] 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.21.05.27.46/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.216s][info][jfr,startup] Started recording 1. [0.216s][info][jfr,startup] [0.216s][info][jfr,startup] Use jcmd 3014756 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2851213128741106 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 21, 2026 8:02: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-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: 118 segments, 11 merges 192.0s _198: 8 segs, 569.1 K docs, 2836.9 MB 151.2s _1ae: 8 segs, 213.4 K docs, 1062.4 MB 94.9s _1bx: 8 segs, 242.2 K docs, 1206.3 MB 78.9s _1cc: 8 segs, 176.5 K docs, 878.2 MB 64.0s _1cs: 8 segs, 78.5 K docs, 389.8 MB 57.3s _1d0: 8 segs, 73.8 K docs, 366.6 MB 48.6s _1d9: 8 segs, 39.8 K docs, 196.9 MB 39.2s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 28.9s _1dp: 11 segs, 51.5 K docs, 254.8 MB 16.6s _1e1: 11 segs, 55.1 K docs, 272.9 MB 4.2s _1ec: 11 segs, 55.0 K docs, 272.5 MB 5.0 sec: 118 segments, 11 merges 197.1s _198: 8 segs, 569.1 K docs, 2836.9 MB 156.2s _1ae: 8 segs, 213.4 K docs, 1062.4 MB 99.9s _1bx: 8 segs, 242.2 K docs, 1206.3 MB 83.9s _1cc: 8 segs, 176.5 K docs, 878.2 MB 69.1s _1cs: 8 segs, 78.5 K docs, 389.8 MB 62.4s _1d0: 8 segs, 73.8 K docs, 366.6 MB 53.6s _1d9: 8 segs, 39.8 K docs, 196.9 MB 44.3s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 34.0s _1dp: 11 segs, 51.5 K docs, 254.8 MB 21.6s _1e1: 11 segs, 55.1 K docs, 272.9 MB 9.2s _1ec: 11 segs, 55.0 K docs, 272.5 MB 10.0 sec: 118 segments, 11 merges 202.1s _198: 8 segs, 569.1 K docs, 2836.9 MB 161.2s _1ae: 8 segs, 213.4 K docs, 1062.4 MB 105.0s _1bx: 8 segs, 242.2 K docs, 1206.3 MB 88.9s _1cc: 8 segs, 176.5 K docs, 878.2 MB 74.1s _1cs: 8 segs, 78.5 K docs, 389.8 MB 67.4s _1d0: 8 segs, 73.8 K docs, 366.6 MB 58.6s _1d9: 8 segs, 39.8 K docs, 196.9 MB 49.3s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 39.0s _1dp: 11 segs, 51.5 K docs, 254.8 MB 26.6s _1e1: 11 segs, 55.1 K docs, 272.9 MB 14.2s _1ec: 11 segs, 55.0 K docs, 272.5 MB 15.0 sec: 111 segments, 11 merges 207.1s _198: 8 segs, 569.1 K docs, 2836.9 MB 166.2s _1ae: 8 segs, 213.4 K docs, 1062.4 MB 110.0s _1bx: 8 segs, 242.2 K docs, 1206.3 MB 93.9s _1cc: 8 segs, 176.5 K docs, 878.2 MB 72.4s _1d0: 8 segs, 73.8 K docs, 366.6 MB 63.6s _1d9: 8 segs, 39.8 K docs, 196.9 MB 54.3s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 44.0s _1dp: 11 segs, 51.5 K docs, 254.8 MB 31.6s _1e1: 11 segs, 55.1 K docs, 272.9 MB 19.2s _1ec: 11 segs, 55.0 K docs, 272.5 MB 1.7s _1ee: 9 segs, 35.1 K docs, 173.6 MB 20.1 sec: 111 segments, 11 merges 212.1s _198: 8 segs, 569.1 K docs, 2836.9 MB 171.2s _1ae: 8 segs, 213.4 K docs, 1062.4 MB 115.0s _1bx: 8 segs, 242.2 K docs, 1206.3 MB 98.9s _1cc: 8 segs, 176.5 K docs, 878.2 MB 77.4s _1d0: 8 segs, 73.8 K docs, 366.6 MB 68.6s _1d9: 8 segs, 39.8 K docs, 196.9 MB 59.3s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 49.0s _1dp: 11 segs, 51.5 K docs, 254.8 MB 36.6s _1e1: 11 segs, 55.1 K docs, 272.9 MB 24.2s _1ec: 11 segs, 55.0 K docs, 272.5 MB 6.7s _1ee: 9 segs, 35.1 K docs, 173.6 MB 25.1 sec: 111 segments, 11 merges 217.1s _198: 8 segs, 569.1 K docs, 2836.9 MB 176.2s _1ae: 8 segs, 213.4 K docs, 1062.4 MB 120.0s _1bx: 8 segs, 242.2 K docs, 1206.3 MB 103.9s _1cc: 8 segs, 176.5 K docs, 878.2 MB 82.4s _1d0: 8 segs, 73.8 K docs, 366.6 MB 73.6s _1d9: 8 segs, 39.8 K docs, 196.9 MB 64.3s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 54.0s _1dp: 11 segs, 51.5 K docs, 254.8 MB 41.6s _1e1: 11 segs, 55.1 K docs, 272.9 MB 29.2s _1ec: 11 segs, 55.0 K docs, 272.5 MB 11.7s _1ee: 9 segs, 35.1 K docs, 173.6 MB 30.1 sec: 90 segments, 8 merges 125.0s _1bx: 8 segs, 242.2 K docs, 1206.3 MB 108.9s _1cc: 8 segs, 176.5 K docs, 878.2 MB 87.4s _1d0: 8 segs, 73.8 K docs, 366.6 MB 69.3s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 59.0s _1dp: 11 segs, 51.5 K docs, 254.8 MB 46.7s _1e1: 11 segs, 55.1 K docs, 272.9 MB 34.2s _1ec: 11 segs, 55.0 K docs, 272.5 MB 16.7s _1ee: 9 segs, 35.1 K docs, 173.6 MB 35.1 sec: 80 segments, 7 merges 130.0s _1bx: 8 segs, 242.2 K docs, 1206.3 MB 113.9s _1cc: 8 segs, 176.5 K docs, 878.2 MB 92.4s _1d0: 8 segs, 73.8 K docs, 366.6 MB 74.3s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 64.0s _1dp: 11 segs, 51.5 K docs, 254.8 MB 39.2s _1ec: 11 segs, 55.0 K docs, 272.5 MB 21.7s _1ee: 9 segs, 35.1 K docs, 173.6 MB 40.1 sec: 55 segments, 4 merges 118.9s _1cc: 8 segs, 176.5 K docs, 878.2 MB 97.4s _1d0: 8 segs, 73.8 K docs, 366.6 MB 79.3s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 69.0s _1dp: 11 segs, 51.5 K docs, 254.8 MB 45.1 sec: 55 segments, 4 merges 123.9s _1cc: 8 segs, 176.5 K docs, 878.2 MB 102.4s _1d0: 8 segs, 73.8 K docs, 366.6 MB 84.3s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 74.0s _1dp: 11 segs, 51.5 K docs, 254.8 MB 50.1 sec: 48 segments, 3 merges 128.9s _1cc: 8 segs, 176.5 K docs, 878.2 MB 89.3s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 79.0s _1dp: 11 segs, 51.5 K docs, 254.8 MB 55.1 sec: 31 segments, 2 merges 94.3s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 4.7s _1ef: 8 segs, 434.8 K docs, 2165.7 MB 60.1 sec: 31 segments, 2 merges 99.3s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 9.7s _1ef: 8 segs, 434.8 K docs, 2165.7 MB 65.1 sec: 31 segments, 2 merges 104.3s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 14.6s _1ef: 8 segs, 434.8 K docs, 2165.7 MB 70.1 sec: 31 segments, 2 merges 109.3s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 19.6s _1ef: 8 segs, 434.8 K docs, 2165.7 MB 75.1 sec: 31 segments, 2 merges 114.3s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 24.6s _1ef: 8 segs, 434.8 K docs, 2165.7 MB 80.1 sec: 31 segments, 2 merges 119.3s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 29.7s _1ef: 8 segs, 434.8 K docs, 2165.7 MB 85.1 sec: 31 segments, 2 merges 124.3s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 34.7s _1ef: 8 segs, 434.8 K docs, 2165.7 MB 90.1 sec: 31 segments, 2 merges 129.3s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 39.7s _1ef: 8 segs, 434.8 K docs, 2165.7 MB 95.0 sec: 31 segments, 2 merges 134.2s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 44.6s _1ef: 8 segs, 434.8 K docs, 2165.7 MB 100.0 sec: 31 segments, 2 merges 139.3s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 49.6s _1ef: 8 segs, 434.8 K docs, 2165.7 MB 105.0 sec: 31 segments, 2 merges 144.3s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 54.6s _1ef: 8 segs, 434.8 K docs, 2165.7 MB 110.0 sec: 31 segments, 2 merges 149.3s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 59.6s _1ef: 8 segs, 434.8 K docs, 2165.7 MB 115.0 sec: 31 segments, 2 merges 154.3s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 64.6s _1ef: 8 segs, 434.8 K docs, 2165.7 MB 120.0 sec: 31 segments, 2 merges 159.3s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 69.6s _1ef: 8 segs, 434.8 K docs, 2165.7 MB 125.0 sec: 31 segments, 2 merges 164.3s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 74.6s _1ef: 8 segs, 434.8 K docs, 2165.7 MB 130.0 sec: 31 segments, 2 merges 169.3s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 79.6s _1ef: 8 segs, 434.8 K docs, 2165.7 MB 135.0 sec: 31 segments, 2 merges 174.3s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 84.6s _1ef: 8 segs, 434.8 K docs, 2165.7 MB 140.0 sec: 31 segments, 2 merges 179.3s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 89.6s _1ef: 8 segs, 434.8 K docs, 2165.7 MB 145.0 sec: 31 segments, 2 merges 184.3s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 94.6s _1ef: 8 segs, 434.8 K docs, 2165.7 MB 150.1 sec: 31 segments, 2 merges 189.3s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 99.6s _1ef: 8 segs, 434.8 K docs, 2165.7 MB 155.1 sec: 31 segments, 2 merges 194.3s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 104.6s _1ef: 8 segs, 434.8 K docs, 2165.7 MB 160.1 sec: 31 segments, 2 merges 199.3s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 109.6s _1ef: 8 segs, 434.8 K docs, 2165.7 MB 165.1 sec: 31 segments, 2 merges 204.3s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 114.6s _1ef: 8 segs, 434.8 K docs, 2165.7 MB 170.1 sec: 31 segments, 2 merges 209.3s _1dh: 8 segs, 942.8 K docs, 4702.3 MB 119.6s _1ef: 8 segs, 434.8 K docs, 2165.7 MB 175.1 sec: 24 segments, 1 merges 124.7s _1ef: 8 segs, 434.8 K docs, 2165.7 MB 180.1 sec: 24 segments, 1 merges 129.7s _1ef: 8 segs, 434.8 K docs, 2165.7 MB 185.1 sec: 24 segments, 1 merges 134.7s _1ef: 8 segs, 434.8 K docs, 2165.7 MB 190.0 sec: 24 segments, 1 merges 139.6s _1ef: 8 segs, 434.8 K docs, 2165.7 MB 195.0 sec: 24 segments, 1 merges 144.6s _1ef: 8 segs, 434.8 K docs, 2165.7 MB 200.0 sec: 24 segments, 1 merges 149.6s _1ef: 8 segs, 434.8 K docs, 2165.7 MB 205.0 sec: 24 segments, 1 merges 154.6s _1ef: 8 segs, 434.8 K docs, 2165.7 MB 210.0 sec: 24 segments, 1 merges 159.6s _1ef: 8 segs, 434.8 K docs, 2165.7 MB 215.0 sec: 24 segments, 1 merges 164.6s _1ef: 8 segs, 434.8 K docs, 2165.7 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1535 seconds reindex takes 1535.28 sec index has 17 segments: segments_2: _bf(11.0.0):C1021818 _vf(11.0.0):C944621 _127(11.0.0):C917199 _lw(11.0.0):C486842 _1dh(11.0.0):C942823 _mv(11.0.0):C378309 _l1(11.0.0):C347032 _st(11.0.0):C499948 _yb(11.0.0):C250790 _198(11.0.0):C569072 _13w(11.0.0):C461206 _1bx(11.0.0):C242154 _1ae(11.0.0):C213387 _1cc(11.0.0):C176459 _1cs(11.0.0):C78466 _1ef(11.0.0):C434792 _1ee(11.0.0):C35082 _bf: 5103.6 MB _vf: 4717.7 MB _127: 4580.6 MB _lw: 2430.2 MB _1dh: 4708.7 MB _mv: 1888.1 MB _l1: 1732.0 MB _st: 2495.6 MB _yb: 1251.4 MB _198: 2840.9 MB _13w: 2302.1 MB _1bx: 1208.3 MB _1ae: 1064.6 MB _1cc: 880.3 MB _1cs: 391.1 MB _1ef: 2170.2 MB _1ee: 174.6 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=1.0 index disk usage is 39940.11 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=57102470787 cpu@end=71243314314 deltaMS=14140.843527 thread 14 name=Reference Handler cpu@start=1967263 cpu@end=1967263 deltaMS=0.0 thread 15 name=Finalizer cpu@start=143665 cpu@end=143665 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=63515 cpu@end=63515 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=5376216 cpu@end=5376216 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=18062096044 cpu@end=18063917550 deltaMS=1.821506 thread 42 name=JFR Periodic Tasks cpu@start=120412091539 cpu@end=121093075379 deltaMS=680.98384 thread 45 name=Notification Thread cpu@start=113619 cpu@end=113619 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1721015458841 cpu@end=1721015458841 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1720595870881 cpu@end=1720595870881 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1722861130371 cpu@end=1722861130371 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1722620257797 cpu@end=1722620257797 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1719590721274 cpu@end=1719590721274 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1717847875631 cpu@end=1717847875631 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1721289247278 cpu@end=1721289247278 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1723137291349 cpu@end=1723137291349 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1719317386567 cpu@end=1719317386567 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1720507614954 cpu@end=1720507614954 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1723457432288 cpu@end=1723457432288 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1721576702170 cpu@end=1721576702170 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1718800170139 cpu@end=1718800170139 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1718636734966 cpu@end=1718636734966 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1717671831441 cpu@end=1717671831441 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1720449877251 cpu@end=1720449877251 deltaMS=0.0 Average CPU cores used: 1.0472396119803353 completed 1000 searches in 14154 ms: 70 QPS CPU time=14822 ms checking results SUMMARY: 0.955 14.154 14.822 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 66888 1535.28 5210.79 0.00 17 39940.11 null N/A 1.000 39184.570 7934.570 false HNSW no Leaf 0 has 4 layers Leaf 0 has 1021818 documents Graph level=3 size=61, Fanout min=3, mean=9.08, max=16, meandelta=76549.46 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 8 9 10 11 12 12 16 Graph level=2 size=929, Fanout min=6, mean=23.51, max=32, meandelta=39547.52 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 21 24 26 29 32 32 32 Graph level=1 size=31229, Fanout min=2, mean=28.09, max=32, meandelta=33338.69 % 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=1021818, Fanout min=1, mean=39.49, max=64, meandelta=23955.52 % 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=61, connectedness=1.00 Graph level=2 size=929, connectedness=1.00 Graph level=1 size=31229, connectedness=1.00 Graph level=0 size=1021818, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 944621 documents Graph level=3 size=41, Fanout min=4, mean=7.76, max=12, meandelta=92422.93 % 0 10 20 30 40 50 60 70 80 90 100 0 5 5 6 7 7 8 9 10 10 12 Graph level=2 size=823, Fanout min=6, mean=22.88, max=32, meandelta=37699.53 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 21 23 25 27 31 32 32 Graph level=1 size=28949, Fanout min=3, mean=28.08, max=32, meandelta=30768.01 % 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=944621, Fanout min=1, mean=39.52, max=64, meandelta=22137.75 % 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=41, connectedness=1.00 Graph level=2 size=823, connectedness=1.00 Graph level=1 size=28949, connectedness=1.00 Graph level=0 size=944621, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 917199 documents Graph level=3 size=52, Fanout min=4, mean=8.85, max=19, meandelta=80711.79 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 8 9 9 10 12 12 19 Graph level=2 size=815, Fanout min=8, mean=22.50, max=32, meandelta=36968.64 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 22 24 27 31 32 32 Graph level=1 size=27932, Fanout min=4, mean=28.01, max=32, meandelta=29890.98 % 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=917199, Fanout min=1, mean=39.51, max=64, meandelta=21501.98 % 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=52, connectedness=1.00 Graph level=2 size=815, connectedness=1.00 Graph level=1 size=27932, connectedness=1.00 Graph level=0 size=917199, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 486842 documents Graph level=3 size=22, Fanout min=3, mean=5.55, max=8, meandelta=42520.48 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 4 5 5 6 7 7 7 8 Graph level=2 size=373, Fanout min=5, mean=18.97, max=32, meandelta=21817.75 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 15 17 18 20 22 24 28 32 Graph level=1 size=14835, Fanout min=5, mean=27.81, max=32, meandelta=16004.74 % 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=486842, Fanout min=1, mean=39.59, max=64, meandelta=11407.45 % 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=373, connectedness=1.00 Graph level=1 size=14835, connectedness=1.00 Graph level=0 size=486842, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 942823 documents Graph level=3 size=52, Fanout min=3, mean=8.73, max=15, meandelta=79291.22 % 0 10 20 30 40 50 60 70 80 90 100 0 5 7 7 8 8 9 10 10 12 15 Graph level=2 size=833, Fanout min=6, mean=22.43, max=32, meandelta=38181.51 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 22 24 27 31 32 32 Graph level=1 size=28782, Fanout min=3, mean=28.03, max=32, meandelta=30829.31 % 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=942823, Fanout min=1, mean=39.50, max=64, meandelta=22106.48 % 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=52, connectedness=1.00 Graph level=2 size=833, connectedness=1.00 Graph level=1 size=28782, connectedness=1.00 Graph level=0 size=942823, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 378309 documents Graph level=3 size=23, Fanout min=2, mean=5.65, max=8, meandelta=44295.84 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 4 5 6 6 7 8 8 8 Graph level=2 size=303, Fanout min=6, mean=17.41, max=32, meandelta=18339.56 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 15 17 18 20 22 25 32 Graph level=1 size=11492, Fanout min=4, mean=27.63, max=32, meandelta=12496.83 % 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=378309, Fanout min=1, mean=39.54, max=64, meandelta=8879.11 % 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=303, connectedness=1.00 Graph level=1 size=11492, connectedness=1.00 Graph level=0 size=378309, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 347032 documents Graph level=3 size=21, Fanout min=4, mean=6.19, max=10, meandelta=34531.89 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 5 6 6 7 7 8 10 Graph level=2 size=271, Fanout min=6, mean=16.70, max=32, meandelta=17254.42 % 0 10 20 30 40 50 60 70 80 90 100 0 11 12 13 15 16 17 19 21 24 32 Graph level=1 size=10531, Fanout min=8, mean=27.58, max=32, meandelta=11484.08 % 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=347032, Fanout min=1, mean=39.60, max=64, meandelta=8134.29 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 29 32 37 42 49 59 64 64 Graph level=3 size=21, connectedness=1.00 Graph level=2 size=271, connectedness=1.00 Graph level=1 size=10531, connectedness=1.00 Graph level=0 size=347032, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 499948 documents Graph level=3 size=27, Fanout min=4, mean=6.81, max=11, meandelta=45413.91 % 0 10 20 30 40 50 60 70 80 90 100 0 5 5 6 6 6 7 7 8 9 11 Graph level=2 size=405, Fanout min=8, mean=19.05, max=32, meandelta=22961.57 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 15 17 19 20 22 24 27 32 Graph level=1 size=15121, Fanout min=6, mean=27.82, max=32, meandelta=16425.60 % 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=499948, Fanout min=1, mean=39.59, max=64, meandelta=11712.36 % 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=27, connectedness=1.00 Graph level=2 size=405, connectedness=1.00 Graph level=1 size=15121, connectedness=1.00 Graph level=0 size=499948, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 250790 documents Graph level=3 size=7, Fanout min=2, mean=3.71, max=6, meandelta=21096.15 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 3 3 3 4 4 4 4 6 Graph level=2 size=227, Fanout min=5, mean=15.63, max=31, meandelta=13817.15 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 12 13 15 16 18 19 23 31 Graph level=1 size=7787, Fanout min=7, mean=27.36, max=32, meandelta=8389.18 % 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=250790, Fanout min=2, mean=39.41, max=64, meandelta=5912.90 % 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=7, connectedness=1.00 Graph level=2 size=227, connectedness=1.00 Graph level=1 size=7787, connectedness=1.00 Graph level=0 size=250790, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 569072 documents Graph level=3 size=26, Fanout min=3, mean=6.77, max=11, meandelta=40369.15 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 6 7 7 7 9 9 11 Graph level=2 size=447, Fanout min=5, mean=19.69, max=32, meandelta=26082.81 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 16 17 19 21 22 25 29 32 Graph level=1 size=17315, Fanout min=5, mean=27.86, max=32, meandelta=18770.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=569072, Fanout min=1, mean=39.59, max=64, meandelta=13326.80 % 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=26, connectedness=1.00 Graph level=2 size=447, connectedness=1.00 Graph level=1 size=17315, connectedness=1.00 Graph level=0 size=569072, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 461206 documents Graph level=3 size=23, Fanout min=2, mean=5.30, max=9, meandelta=58034.13 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 4 5 5 6 6 6 7 9 Graph level=2 size=372, Fanout min=6, mean=18.18, max=32, meandelta=21062.02 % 0 10 20 30 40 50 60 70 80 90 100 0 12 13 14 16 17 19 21 24 27 32 Graph level=1 size=14080, Fanout min=5, mean=27.75, max=32, meandelta=15179.66 % 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=461206, Fanout min=1, mean=39.57, max=64, meandelta=10812.85 % 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=372, connectedness=1.00 Graph level=1 size=14080, connectedness=1.00 Graph level=0 size=461206, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 242154 documents Graph level=3 size=12, Fanout min=2, mean=4.83, max=7, meandelta=20351.67 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 4 4 4 5 5 6 7 7 Graph level=2 size=238, Fanout min=5, mean=16.02, max=32, meandelta=12844.49 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 15 17 18 20 24 32 Graph level=1 size=7520, Fanout min=8, mean=27.38, max=32, meandelta=8112.27 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 24 28 31 32 32 32 32 32 Graph level=0 size=242154, Fanout min=1, mean=39.39, max=64, meandelta=5708.86 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 49 58 64 64 Graph level=3 size=12, connectedness=1.00 Graph level=2 size=238, connectedness=1.00 Graph level=1 size=7520, connectedness=1.00 Graph level=0 size=242154, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 213387 documents Graph level=3 size=8, Fanout min=2, mean=3.25, max=5, meandelta=25451.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 3 3 3 3 4 4 5 Graph level=2 size=189, Fanout min=7, mean=14.98, max=30, meandelta=12345.84 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 13 14 15 17 19 22 30 Graph level=1 size=6612, Fanout min=6, mean=27.16, max=32, meandelta=7182.58 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 24 27 31 32 32 32 32 32 Graph level=0 size=213387, Fanout min=1, mean=39.37, max=64, meandelta=5031.93 % 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=8, connectedness=1.00 Graph level=2 size=189, connectedness=1.00 Graph level=1 size=6612, connectedness=1.00 Graph level=0 size=213387, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 176459 documents Graph level=3 size=8, Fanout min=1, mean=2.75, max=7, meandelta=26547.46 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 2 2 2 2 3 4 7 Graph level=2 size=156, Fanout min=5, mean=13.24, max=29, meandelta=11033.38 % 0 10 20 30 40 50 60 70 80 90 100 0 8 9 10 11 12 13 15 17 19 29 Graph level=1 size=5521, Fanout min=8, mean=27.22, max=32, meandelta=5938.52 % 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=176459, Fanout min=2, mean=39.25, max=64, meandelta=4176.97 % 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=156, connectedness=1.00 Graph level=1 size=5521, connectedness=1.00 Graph level=0 size=176459, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 78466 documents Graph level=3 size=3, Fanout min=2, mean=2.00, max=2, meandelta=12913.33 % 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=66, Fanout min=5, mean=9.94, max=17, meandelta=6541.72 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 9 9 10 11 13 14 17 Graph level=1 size=2407, Fanout min=8, mean=26.09, max=32, meandelta=2743.69 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 22 25 27 31 32 32 32 32 Graph level=0 size=78466, Fanout min=1, mean=38.69, max=64, meandelta=1881.32 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 31 36 40 47 56 64 64 Graph level=3 size=3, connectedness=1.00 Graph level=2 size=66, connectedness=1.00 Graph level=1 size=2407, connectedness=1.00 Graph level=0 size=78466, connectedness=1.00 Leaf 15 has 4 layers Leaf 15 has 434792 documents Graph level=3 size=23, Fanout min=2, mean=5.74, max=12, meandelta=48344.20 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 5 5 6 6 7 8 12 Graph level=2 size=330, Fanout min=6, mean=18.14, max=32, meandelta=19995.85 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 15 16 17 19 21 23 26 32 Graph level=1 size=13242, Fanout min=6, mean=27.69, max=32, meandelta=14356.56 % 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=434792, Fanout min=1, mean=39.56, max=64, meandelta=10197.59 % 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=330, connectedness=1.00 Graph level=1 size=13242, connectedness=1.00 Graph level=0 size=434792, connectedness=1.00 Leaf 16 has 4 layers Leaf 16 has 35082 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=27, Fanout min=2, mean=5.70, max=10, meandelta=4574.87 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 5 5 5 6 6 6 8 10 Graph level=1 size=1075, Fanout min=7, mean=23.91, max=32, meandelta=1334.83 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 21 24 26 29 32 32 32 Graph level=0 size=35082, Fanout min=3, mean=37.87, max=64, meandelta=858.55 % 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=27, connectedness=1.00 Graph level=1 size=1075, connectedness=1.00 Graph level=0 size=35082, 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.21.05.27.46/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,284,081.76 msec task-clock:u 208,131,044,756,475 cycles:u (36.36%) 113,735,063,557,767 instructions:u (36.36%) 3,426,286,099,309 cache-references:u (36.36%) 1,526,763,912,088 cache-misses:u (36.36%) 41,074,367,684,577 L1-dcache-loads:u (36.36%) 1,480,195,026,343 L1-dcache-load-misses:u (36.36%) 2,028,582,641,192 L1-icache-loads:u (36.36%) 12,655,357,424 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 6,451,123 faults:u 5,569,425 minor-faults:u 315 major-faults:u 11,527,786,202,026 branches:u (36.36%) 87,544,994,568 branch-misses:u (36.36%) 3,101,962,609,875 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 1846.481183421 seconds time elapsed 53754.732998000 seconds user 515.778295000 seconds sys took 0:30:46.508093 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='f2c9d79c63be90d685118a6fa53c14b9c7438b52', luceneutil_git_rev='97476263c4ead7244649e56d1e8ed200e47c6d16', 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=14.154, net_cpu_ms=14.822, 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=66888, index_time_sec=1535.28, index_docs_per_sec=5210.79, force_merge_time_sec=0.0, index_num_segments=17, index_size_on_disk_mb=39940.11, selectivity=None, pre_post_filter='null', vec_disk_mb=39184.57, vec_ram_mb=7934.57, graph_level_conn_p_values={3: (0, {}), 2: (27, {0: 0, 10: 3, 20: 4, 30: 5, 40: 5, 50: 5, 60: 6, 70: 6, 80: 6, 90: 8, 100: 10}), 1: (1075, {0: 0, 10: 15, 20: 18, 30: 20, 40: 21, 50: 24, 60: 26, 70: 29, 80: 32, 90: 32, 100: 32}), 0: (35082, {0: 0, 10: 20, 20: 24, 30: 27, 40: 31, 50: 35, 60: 39, 70: 45, 80: 54, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=1846, microseconds=508093)) Profiler summary for /l/logs.nightly/2026.05.21.05.27.46/bench-knn-q7-fmFalse.jfr Version: 2.1 Chunks: 118 Start: 2026-05-21 12:02:00 (UTC) Duration: 1834 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 51934565 891799347 jdk.FileWrite 19749360 413802692 jdk.FileRead 8003675 183006373 jdk.ObjectAllocationInNewTLAB 62231 1240377 jdk.BooleanFlag 58528 1851678 jdk.CPULoad 33977 678902 jdk.Checkpoint 8064 33632912 jdk.Compilation 6011 155475 jdk.UnsignedIntFlag 5664 192148 jdk.IntFlag 5192 189450 jdk.StringFlag 4012 155649 jdk.ObjectAllocationOutsideTLAB 1115 19993 jdk.CPUInformation 118 177232 jdk.GCConfiguration 118 3064 jdk.JVMInformation 118 109854 jdk.Metadata 118 13042183 jdk.GarbageCollection 45 1070 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.21.05.27.46/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q7-fmFalse.jfr is 1468.72 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 51934565 events (total: 51M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 58.97% 30M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 15.97% 8M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 11.36% 5M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 3.63% 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.30% 675654 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.71% 368591 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.65% 338998 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.62% 322727 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.47% 244245 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.39% 204461 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.34% 178830 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.29% 150112 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.22% 116183 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.22% 113287 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.19% 100768 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.19% 97132 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.17% 88813 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.17% 86316 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.14% 75171 sun.nio.ch.NativeThread#current0() [Native code] 0.14% 71360 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.13% 66119 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.11% 56532 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] 0.11% 55000 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.09% 47810 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.08% 43416 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.08% 42723 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.07% 35877 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.06% 32150 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.06% 31509 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] 0.06% 29918 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.06% 29127 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.06% 28768 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.05% 25243 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.04% 22262 java.util.Arrays#sort():99 [Inlined code] 0.04% 20913 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.04% 20571 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.03% 17809 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.03% 17561 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 16172 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.03% 15273 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 14628 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$1#score():93 [JIT compiled code] 0.03% 14091 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 0.02% 12464 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.02% 12224 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 11789 knn.IndexerThread#_run():105 [JIT compiled code] 0.02% 11043 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.02% 10079 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():172 [JIT compiled code] 0.02% 9671 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():285 [JIT compiled code] 0.02% 9174 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [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.21.05.27.46/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q7-fmFalse.jfr is 1468.72 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 51934565 events (total: 51M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 56.28% 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():328 [JIT compiled code] 15.97% 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.35% 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] 3.63% 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.86% 966742 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():313 [JIT compiled code] 1.41% 732204 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% 630523 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():256 [JIT compiled code] 0.71% 368591 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():247 [JIT compiled code] 0.65% 338884 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():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.62% 321632 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.51% 265957 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% 247143 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.45% 235090 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.34% 178823 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.30% 156363 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% 150104 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.22% 116151 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% 96996 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.15% 78190 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% 71790 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.12% 62719 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% 61314 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% 56674 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.11% 56348 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():412 [JIT compiled code] 0.11% 54826 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% 54705 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.09% 47322 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% 47032 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.09% 45050 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():422 [JIT compiled code] 0.08% 43785 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% 43404 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% 42723 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():420 [Interpreted code] 0.07% 36092 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.07% 35589 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.06% 31509 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():420 [Interpreted code] 0.06% 30258 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.06% 29916 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():451 [Inlined code] 0.06% 29115 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% 27814 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.05% 26137 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():451 [Inlined code] 0.04% 22261 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% 21790 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% 21421 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% 21352 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% 21340 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% 20750 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.04% 20564 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.04% 19404 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.04% 18516 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():667 [Inlined code] 0.03% 17158 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():451 [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.21.05.27.46/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q7-fmFalse.jfr is 1468.72 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 51934565 events (total: 51M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 30.50% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#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.35% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#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.66% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 10.94% 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.82% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.05% 546576 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#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% 482856 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.80% 415313 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#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% 334180 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():256 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#call() [Inlined code] 0.64% 331141 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():420 [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.0x000000000f19c000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.55% 283118 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.50% 259801 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():256 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#call() [Inlined code] 0.49% 256903 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():420 [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.0x000000000f19c000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.36% 189251 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#call() [Inlined code] 0.34% 176058 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():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.33% 171248 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#call() [Inlined code] 0.29% 152674 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#call() [Inlined code] 0.28% 144160 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():420 [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.0x000000000f19c000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.27% 142008 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():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.27% 141543 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#call() [Inlined code] 0.26% 137240 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.26% 133833 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():207 [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():325 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.22% 116076 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.21% 110903 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.19% 98853 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% 98352 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.16% 81885 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.15% 78190 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.0x000000000f07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.15% 76620 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.13% 69569 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():420 [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.0x000000000f19c000#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% 67553 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.13% 67485 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#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():101 [JIT compiled code] 0.13% 65881 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():207 [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():325 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] 0.12% 61128 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.12% 61019 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% 59571 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#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.0x000000000f1a4328#run() [JIT compiled code] 0.11% 59344 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.11% 58959 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#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% 54599 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():420 [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.0x000000000f19c000#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% 51598 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#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% 50020 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.10% 49814 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#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.0x000000000f1a4328#run() [JIT compiled code] 0.09% 46402 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#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():101 [Interpreted code] 0.08% 43206 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 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.08% 40897 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.08% 40865 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.08% 39928 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.07% 37768 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.07% 35278 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] 0.06% 33606 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#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.21.05.27.46/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q7-fmFalse.jfr is 1468.72 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 63321 events (total: 444864M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.47% 99981M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 22.35% 99441M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 18.68% 83112M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 14.46% 64332M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 7.36% 32738M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.40% 19559M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.71% 7625M java.lang.Integer#valueOf():1006 [Inlined code] 0.73% 3240M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.70% 3092M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.67% 2959M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.66% 2932M java.util.Arrays#copyOf():3478 [Inlined code] 0.57% 2543M 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% 1826M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.31% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.29% 1272M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.28% 1245M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.21% 936M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.20% 904M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.20% 903M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.20% 876M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.19% 834M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.17% 745M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.16% 694M knn.IndexerThread#_run():108 [JIT compiled code] 0.14% 606M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.13% 580M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.11% 505M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.11% 495M java.util.ArrayList#grow():240 [Inlined code] 0.09% 421M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.08% 363M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.08% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.08% 341M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.07% 328M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.07% 324M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.07% 306M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.06% 285M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.05% 239M knn.IndexerThread#_run():86 [JIT compiled code] 0.05% 238M java.util.List#of():935 [Inlined code] 0.05% 236M org.apache.lucene.document.Document#():42 [Inlined code] 0.05% 226M knn.IndexerThread#_run():125 [JIT compiled code] 0.05% 210M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.05% 207M java.util.HashMap#newNode():1910 [Inlined code] 0.05% 203M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.04% 181M org.apache.lucene.util.ArrayUtil#growExact():436 [Inlined code] 0.04% 181M org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():377 [Inlined code] 0.04% 181M org.apache.lucene.search.TopKnnCollector#topDocs():63 [Inlined code] 0.04% 173M org.apache.lucene.util.ArrayUtil#growExact():319 [JIT compiled code] 0.04% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet():98 [Interpreted code] 0.04% 164M java.io.BufferedOutputStream#():92 [Inlined code] 0.04% 160M org.apache.lucene.util.FixedBitSet#():148 [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.21.05.27.46/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q7-fmFalse.jfr is 1468.72 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 63321 events (total: 444864M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.25% 81190M 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.08% 80442M 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] 11.15% 49622M 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():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 8.91% 39647M 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.36% 32738M 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] 6.72% 29905M 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] 5.55% 24684M 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.40% 19559M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 4.22% 18790M 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.21% 18721M 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.70% 7552M 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% 2959M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.62% 2745M 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.57% 2543M 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():451 [Inlined code] 0.56% 2506M 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():451 [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():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] 0.41% 1826M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.36% 1600M 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.32% 1437M 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.31% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.29% 1295M 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():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.29% 1283M 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():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.20% 887M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.18% 806M 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():2304 [JIT compiled code] 0.17% 745M 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.16% 727M 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.16% 699M 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.16% 694M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.15% 668M 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.15% 658M 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():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.11% 495M 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.11% 476M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.09% 421M 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.09% 409M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.09% 405M 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.09% 380M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.08% 371M 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% 363M 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% 343M 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.08% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000000f1a4328#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.08% 341M 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% 338M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.07% 324M 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% 305M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.06% 287M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.06% 285M 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.0x000000000f182000#concat() [Inlined code] 0.06% 284M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.06% 261M 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.internal.hppc.IntArrayList#ensureBufferSpace():276 [Inlined code] 0.06% 255M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.06% 246M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [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.21.05.27.46/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q7-fmFalse.jfr is 1468.72 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 63321 events (total: 444864M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.90% 39583M 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():1557 [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.03% 31255M 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():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 6.14% 27336M 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():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 5.95% 26452M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#call() [Inlined code] 5.83% 25935M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#call() [Inlined code] 5.03% 22382M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 4.98% 22147M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#call() [Inlined code] 4.96% 22080M 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():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 4.93% 21934M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 4.92% 21869M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#call() [Inlined code] 3.87% 17209M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 3.69% 16424M 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():1557 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 2.81% 12512M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.86% 8260M 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():1557 [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.70% 7552M 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.43% 6365M 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():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 1.42% 6314M 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():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 1.27% 5643M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 1.07% 4739M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.00% 4467M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 0.86% 3809M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.86% 3809M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#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.85% 3790M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.84% 3733M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.80% 3541M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.70% 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.69% 3068M 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.67% 3001M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.63% 2809M 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.62% 2745M 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.59% 2604M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#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.58% 2601M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#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% 2471M 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.52% 2315M 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [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():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#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.0x000000000f1a4328#run() [Interpreted code] 0.41% 1826M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.39% 1717M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#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.35% 1571M 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.32% 1420M 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.32% 1415M 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():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.31% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.31% 1373M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#call() [Inlined code] 0.29% 1302M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#call() [Inlined code] 0.24% 1078M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#call() [Inlined code] 0.23% 1040M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#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.22% 960M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#call() [Inlined code] 0.19% 847M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.18% 807M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000f199d30#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.16% 727M 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.16% 694M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [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.21.05.27.46/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.214s][info][jfr,startup] Started recording 1. [0.214s][info][jfr,startup] [0.214s][info][jfr,startup] Use jcmd 3041488 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2853871831210643 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 21, 2026 8:46:19 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: 144 segments, 15 merges 279.4s _16i: 8 segs, 926.9 K docs, 4622.3 MB 197.0s _198: 8 segs, 149.3 K docs, 742.8 MB 164.5s _1ab: 8 segs, 241.6 K docs, 1203.1 MB 110.4s _1bq: 8 segs, 116.0 K docs, 576.8 MB 97.2s _1c6: 8 segs, 141.5 K docs, 703.9 MB 78.5s _1co: 8 segs, 38.1 K docs, 188.6 MB 71.7s _1cu: 8 segs, 180.5 K docs, 898.4 MB 64.4s _1d2: 8 segs, 71.0 K docs, 352.7 MB 56.6s _1db: 8 segs, 40.3 K docs, 199.4 MB 47.0s _1dk: 8 segs, 40.0 K docs, 198.2 MB 40.0s _1ds: 8 segs, 276.5 K docs, 1377.3 MB 31.3s _1e1: 10 segs, 48.7 K docs, 241.3 MB 20.4s _1ec: 10 segs, 51.5 K docs, 255.0 MB 10.3s _1em: 9 segs, 43.1 K docs, 213.6 MB 5.0 sec: 137 segments, 14 merges 284.4s _16i: 8 segs, 926.9 K docs, 4622.3 MB 202.0s _198: 8 segs, 149.3 K docs, 742.8 MB 169.5s _1ab: 8 segs, 241.6 K docs, 1203.1 MB 115.4s _1bq: 8 segs, 116.0 K docs, 576.8 MB 102.2s _1c6: 8 segs, 141.5 K docs, 703.9 MB 83.5s _1co: 8 segs, 38.1 K docs, 188.6 MB 76.7s _1cu: 8 segs, 180.5 K docs, 898.4 MB 69.4s _1d2: 8 segs, 71.0 K docs, 352.7 MB 61.6s _1db: 8 segs, 40.3 K docs, 199.4 MB 45.0s _1ds: 8 segs, 276.5 K docs, 1377.3 MB 36.3s _1e1: 10 segs, 48.7 K docs, 241.3 MB 25.4s _1ec: 10 segs, 51.5 K docs, 255.0 MB 15.3s _1em: 9 segs, 43.1 K docs, 213.6 MB 5.0s _1et: 13 segs, 51.9 K docs, 257.0 MB 10.0 sec: 137 segments, 14 merges 289.4s _16i: 8 segs, 926.9 K docs, 4622.3 MB 207.0s _198: 8 segs, 149.3 K docs, 742.8 MB 174.5s _1ab: 8 segs, 241.6 K docs, 1203.1 MB 120.4s _1bq: 8 segs, 116.0 K docs, 576.8 MB 107.2s _1c6: 8 segs, 141.5 K docs, 703.9 MB 88.5s _1co: 8 segs, 38.1 K docs, 188.6 MB 81.7s _1cu: 8 segs, 180.5 K docs, 898.4 MB 74.4s _1d2: 8 segs, 71.0 K docs, 352.7 MB 66.6s _1db: 8 segs, 40.3 K docs, 199.4 MB 50.0s _1ds: 8 segs, 276.5 K docs, 1377.3 MB 41.3s _1e1: 10 segs, 48.7 K docs, 241.3 MB 30.4s _1ec: 10 segs, 51.5 K docs, 255.0 MB 20.3s _1em: 9 segs, 43.1 K docs, 213.6 MB 10.0s _1et: 13 segs, 51.9 K docs, 257.0 MB 15.0 sec: 130 segments, 13 merges 294.5s _16i: 8 segs, 926.9 K docs, 4622.3 MB 212.0s _198: 8 segs, 149.3 K docs, 742.8 MB 179.5s _1ab: 8 segs, 241.6 K docs, 1203.1 MB 125.4s _1bq: 8 segs, 116.0 K docs, 576.8 MB 112.2s _1c6: 8 segs, 141.5 K docs, 703.9 MB 86.7s _1cu: 8 segs, 180.5 K docs, 898.4 MB 79.4s _1d2: 8 segs, 71.0 K docs, 352.7 MB 71.6s _1db: 8 segs, 40.3 K docs, 199.4 MB 55.1s _1ds: 8 segs, 276.5 K docs, 1377.3 MB 46.3s _1e1: 10 segs, 48.7 K docs, 241.3 MB 35.4s _1ec: 10 segs, 51.5 K docs, 255.0 MB 25.3s _1em: 9 segs, 43.1 K docs, 213.6 MB 15.0s _1et: 13 segs, 51.9 K docs, 257.0 MB 20.0 sec: 116 segments, 11 merges 184.5s _1ab: 8 segs, 241.6 K docs, 1203.1 MB 130.4s _1bq: 8 segs, 116.0 K docs, 576.8 MB 117.2s _1c6: 8 segs, 141.5 K docs, 703.9 MB 91.7s _1cu: 8 segs, 180.5 K docs, 898.4 MB 84.4s _1d2: 8 segs, 71.0 K docs, 352.7 MB 76.6s _1db: 8 segs, 40.3 K docs, 199.4 MB 60.1s _1ds: 8 segs, 276.5 K docs, 1377.3 MB 51.3s _1e1: 10 segs, 48.7 K docs, 241.3 MB 40.4s _1ec: 10 segs, 51.5 K docs, 255.0 MB 30.3s _1em: 9 segs, 43.1 K docs, 213.6 MB 20.0s _1et: 13 segs, 51.9 K docs, 257.0 MB 25.0 sec: 99 segments, 9 merges 189.5s _1ab: 8 segs, 241.6 K docs, 1203.1 MB 135.4s _1bq: 8 segs, 116.0 K docs, 576.8 MB 122.2s _1c6: 8 segs, 141.5 K docs, 703.9 MB 96.7s _1cu: 8 segs, 180.5 K docs, 898.4 MB 89.4s _1d2: 8 segs, 71.0 K docs, 352.7 MB 81.6s _1db: 8 segs, 40.3 K docs, 199.4 MB 65.1s _1ds: 8 segs, 276.5 K docs, 1377.3 MB 45.5s _1ec: 10 segs, 51.5 K docs, 255.0 MB 25.0s _1et: 13 segs, 51.9 K docs, 257.0 MB 30.0 sec: 92 segments, 8 merges 194.5s _1ab: 8 segs, 241.6 K docs, 1203.1 MB 140.4s _1bq: 8 segs, 116.0 K docs, 576.8 MB 127.2s _1c6: 8 segs, 141.5 K docs, 703.9 MB 101.7s _1cu: 8 segs, 180.5 K docs, 898.4 MB 94.4s _1d2: 8 segs, 71.0 K docs, 352.7 MB 70.1s _1ds: 8 segs, 276.5 K docs, 1377.3 MB 50.5s _1ec: 10 segs, 51.5 K docs, 255.0 MB 30.0s _1et: 13 segs, 51.9 K docs, 257.0 MB 35.0 sec: 85 segments, 8 merges 199.5s _1ab: 8 segs, 241.6 K docs, 1203.1 MB 132.2s _1c6: 8 segs, 141.5 K docs, 703.9 MB 106.7s _1cu: 8 segs, 180.5 K docs, 898.4 MB 99.4s _1d2: 8 segs, 71.0 K docs, 352.7 MB 75.0s _1ds: 8 segs, 276.5 K docs, 1377.3 MB 55.4s _1ec: 10 segs, 51.5 K docs, 255.0 MB 35.0s _1et: 13 segs, 51.9 K docs, 257.0 MB 0.6s _1eu: 8 segs, 1018.1 K docs, 5077.8 MB 40.0 sec: 64 segments, 5 merges 111.7s _1cu: 8 segs, 180.5 K docs, 898.4 MB 80.0s _1ds: 8 segs, 276.5 K docs, 1377.3 MB 60.4s _1ec: 10 segs, 51.5 K docs, 255.0 MB 40.0s _1et: 13 segs, 51.9 K docs, 257.0 MB 5.6s _1eu: 8 segs, 1018.1 K docs, 5077.8 MB 45.0 sec: 48 segments, 3 merges 85.1s _1ds: 8 segs, 276.5 K docs, 1377.3 MB 45.0s _1et: 13 segs, 51.9 K docs, 257.0 MB 10.6s _1eu: 8 segs, 1018.1 K docs, 5077.8 MB 50.0 sec: 48 segments, 3 merges 90.1s _1ds: 8 segs, 276.5 K docs, 1377.3 MB 50.0s _1et: 13 segs, 51.9 K docs, 257.0 MB 15.6s _1eu: 8 segs, 1018.1 K docs, 5077.8 MB 55.0 sec: 29 segments, 1 merges 20.6s _1eu: 8 segs, 1018.1 K docs, 5077.8 MB 60.0 sec: 29 segments, 1 merges 25.6s _1eu: 8 segs, 1018.1 K docs, 5077.8 MB 65.0 sec: 29 segments, 1 merges 30.7s _1eu: 8 segs, 1018.1 K docs, 5077.8 MB 70.0 sec: 29 segments, 1 merges 35.7s _1eu: 8 segs, 1018.1 K docs, 5077.8 MB 75.1 sec: 29 segments, 1 merges 40.7s _1eu: 8 segs, 1018.1 K docs, 5077.8 MB 80.1 sec: 29 segments, 1 merges 45.7s _1eu: 8 segs, 1018.1 K docs, 5077.8 MB 85.1 sec: 29 segments, 1 merges 50.7s _1eu: 8 segs, 1018.1 K docs, 5077.8 MB 90.1 sec: 29 segments, 1 merges 55.7s _1eu: 8 segs, 1018.1 K docs, 5077.8 MB 95.1 sec: 29 segments, 1 merges 60.7s _1eu: 8 segs, 1018.1 K docs, 5077.8 MB 100.1 sec: 29 segments, 1 merges 65.7s _1eu: 8 segs, 1018.1 K docs, 5077.8 MB 105.1 sec: 29 segments, 1 merges 70.7s _1eu: 8 segs, 1018.1 K docs, 5077.8 MB 110.1 sec: 29 segments, 1 merges 75.7s _1eu: 8 segs, 1018.1 K docs, 5077.8 MB 115.0 sec: 29 segments, 1 merges 80.7s _1eu: 8 segs, 1018.1 K docs, 5077.8 MB 120.1 sec: 29 segments, 1 merges 85.7s _1eu: 8 segs, 1018.1 K docs, 5077.8 MB 125.1 sec: 29 segments, 1 merges 90.7s _1eu: 8 segs, 1018.1 K docs, 5077.8 MB 130.1 sec: 29 segments, 1 merges 95.7s _1eu: 8 segs, 1018.1 K docs, 5077.8 MB 135.1 sec: 29 segments, 1 merges 100.7s _1eu: 8 segs, 1018.1 K docs, 5077.8 MB 140.1 sec: 29 segments, 1 merges 105.7s _1eu: 8 segs, 1018.1 K docs, 5077.8 MB 145.1 sec: 29 segments, 1 merges 110.7s _1eu: 8 segs, 1018.1 K docs, 5077.8 MB 150.1 sec: 29 segments, 1 merges 115.7s _1eu: 8 segs, 1018.1 K docs, 5077.8 MB 155.1 sec: 29 segments, 1 merges 120.7s _1eu: 8 segs, 1018.1 K docs, 5077.8 MB 160.1 sec: 22 segments, 1 merges 1.3s _1ev: 4 segs, 993.9 K docs, 4959.5 MB 165.0 sec: 22 segments, 1 merges 6.2s _1ev: 4 segs, 993.9 K docs, 4959.5 MB 170.0 sec: 22 segments, 1 merges 11.2s _1ev: 4 segs, 993.9 K docs, 4959.5 MB 175.0 sec: 22 segments, 1 merges 16.2s _1ev: 4 segs, 993.9 K docs, 4959.5 MB 180.0 sec: 22 segments, 1 merges 21.2s _1ev: 4 segs, 993.9 K docs, 4959.5 MB 185.0 sec: 22 segments, 1 merges 26.2s _1ev: 4 segs, 993.9 K docs, 4959.5 MB 190.0 sec: 22 segments, 1 merges 31.2s _1ev: 4 segs, 993.9 K docs, 4959.5 MB 195.0 sec: 22 segments, 1 merges 36.2s _1ev: 4 segs, 993.9 K docs, 4959.5 MB 200.0 sec: 22 segments, 1 merges 41.2s _1ev: 4 segs, 993.9 K docs, 4959.5 MB 205.0 sec: 22 segments, 1 merges 46.2s _1ev: 4 segs, 993.9 K docs, 4959.5 MB 210.0 sec: 22 segments, 1 merges 51.2s _1ev: 4 segs, 993.9 K docs, 4959.5 MB 215.0 sec: 22 segments, 1 merges 56.2s _1ev: 4 segs, 993.9 K docs, 4959.5 MB 220.0 sec: 22 segments, 1 merges 61.2s _1ev: 4 segs, 993.9 K docs, 4959.5 MB 225.1 sec: 22 segments, 1 merges 66.3s _1ev: 4 segs, 993.9 K docs, 4959.5 MB 230.1 sec: 22 segments, 1 merges 71.3s _1ev: 4 segs, 993.9 K docs, 4959.5 MB 235.1 sec: 22 segments, 1 merges 76.3s _1ev: 4 segs, 993.9 K docs, 4959.5 MB 240.0 sec: 22 segments, 1 merges 81.2s _1ev: 4 segs, 993.9 K docs, 4959.5 MB 245.0 sec: 22 segments, 1 merges 86.2s _1ev: 4 segs, 993.9 K docs, 4959.5 MB 250.0 sec: 22 segments, 1 merges 91.2s _1ev: 4 segs, 993.9 K docs, 4959.5 MB 255.0 sec: 22 segments, 1 merges 96.2s _1ev: 4 segs, 993.9 K docs, 4959.5 MB 260.0 sec: 22 segments, 1 merges 101.2s _1ev: 4 segs, 993.9 K docs, 4959.5 MB 265.0 sec: 22 segments, 1 merges 106.2s _1ev: 4 segs, 993.9 K docs, 4959.5 MB 270.0 sec: 22 segments, 1 merges 111.2s _1ev: 4 segs, 993.9 K docs, 4959.5 MB 275.0 sec: 22 segments, 1 merges 116.2s _1ev: 4 segs, 993.9 K docs, 4959.5 MB 280.0 sec: 22 segments, 1 merges 121.2s _1ev: 4 segs, 993.9 K docs, 4959.5 MB 285.1 sec: 22 segments, 1 merges 126.2s _1ev: 4 segs, 993.9 K docs, 4959.5 MB 290.1 sec: 22 segments, 1 merges 131.3s _1ev: 4 segs, 993.9 K docs, 4959.5 MB 295.1 sec: 22 segments, 1 merges 136.3s _1ev: 4 segs, 993.9 K docs, 4959.5 MB 300.1 sec: 22 segments, 1 merges 141.3s _1ev: 4 segs, 993.9 K docs, 4959.5 MB 305.1 sec: 22 segments, 1 merges 146.3s _1ev: 4 segs, 993.9 K docs, 4959.5 MB 310.1 sec: 22 segments, 1 merges 151.3s _1ev: 4 segs, 993.9 K docs, 4959.5 MB 315.1 sec: 19 segments, 1 merges 3.8s _1ew: 4 segs, 1010.5 K docs, 5042.5 MB 320.1 sec: 19 segments, 1 merges 8.8s _1ew: 4 segs, 1010.5 K docs, 5042.5 MB 325.1 sec: 19 segments, 1 merges 13.8s _1ew: 4 segs, 1010.5 K docs, 5042.5 MB 330.1 sec: 19 segments, 1 merges 18.8s _1ew: 4 segs, 1010.5 K docs, 5042.5 MB 335.0 sec: 19 segments, 1 merges 23.7s _1ew: 4 segs, 1010.5 K docs, 5042.5 MB 340.0 sec: 19 segments, 1 merges 28.7s _1ew: 4 segs, 1010.5 K docs, 5042.5 MB 345.0 sec: 19 segments, 1 merges 33.7s _1ew: 4 segs, 1010.5 K docs, 5042.5 MB 350.0 sec: 19 segments, 1 merges 38.7s _1ew: 4 segs, 1010.5 K docs, 5042.5 MB 355.0 sec: 19 segments, 1 merges 43.7s _1ew: 4 segs, 1010.5 K docs, 5042.5 MB 360.0 sec: 19 segments, 1 merges 48.8s _1ew: 4 segs, 1010.5 K docs, 5042.5 MB 365.0 sec: 19 segments, 1 merges 53.8s _1ew: 4 segs, 1010.5 K docs, 5042.5 MB 370.0 sec: 19 segments, 1 merges 58.8s _1ew: 4 segs, 1010.5 K docs, 5042.5 MB 375.0 sec: 19 segments, 1 merges 63.8s _1ew: 4 segs, 1010.5 K docs, 5042.5 MB 380.0 sec: 19 segments, 1 merges 68.8s _1ew: 4 segs, 1010.5 K docs, 5042.5 MB 385.0 sec: 19 segments, 1 merges 73.8s _1ew: 4 segs, 1010.5 K docs, 5042.5 MB 390.1 sec: 19 segments, 1 merges 78.8s _1ew: 4 segs, 1010.5 K docs, 5042.5 MB 395.1 sec: 19 segments, 1 merges 83.8s _1ew: 4 segs, 1010.5 K docs, 5042.5 MB 400.1 sec: 19 segments, 1 merges 88.8s _1ew: 4 segs, 1010.5 K docs, 5042.5 MB 405.1 sec: 19 segments, 1 merges 93.8s _1ew: 4 segs, 1010.5 K docs, 5042.5 MB 410.1 sec: 19 segments, 1 merges 98.8s _1ew: 4 segs, 1010.5 K docs, 5042.5 MB 415.1 sec: 19 segments, 1 merges 103.8s _1ew: 4 segs, 1010.5 K docs, 5042.5 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1679 seconds reindex takes 1679.11 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: 16 segments, 1 merges 5.0 sec: 16 segments, 1 merges 5.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 10.0 sec: 16 segments, 1 merges 10.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 15.0 sec: 16 segments, 1 merges 15.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 20.0 sec: 16 segments, 1 merges 20.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 25.0 sec: 16 segments, 1 merges 25.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 30.0 sec: 16 segments, 1 merges 30.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 35.0 sec: 16 segments, 1 merges 35.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 40.0 sec: 16 segments, 1 merges 40.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 45.0 sec: 16 segments, 1 merges 45.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 50.0 sec: 16 segments, 1 merges 50.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 55.0 sec: 16 segments, 1 merges 55.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 60.0 sec: 16 segments, 1 merges 60.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 65.0 sec: 16 segments, 1 merges 65.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 70.1 sec: 16 segments, 1 merges 70.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 75.1 sec: 16 segments, 1 merges 75.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 80.1 sec: 16 segments, 1 merges 80.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 85.1 sec: 16 segments, 1 merges 85.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 90.1 sec: 16 segments, 1 merges 90.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 95.1 sec: 16 segments, 1 merges 95.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 100.1 sec: 16 segments, 1 merges 100.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 105.1 sec: 16 segments, 1 merges 105.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 110.1 sec: 16 segments, 1 merges 110.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 115.1 sec: 16 segments, 1 merges 115.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 120.1 sec: 16 segments, 1 merges 120.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 125.0 sec: 16 segments, 1 merges 125.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 130.0 sec: 16 segments, 1 merges 130.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 135.0 sec: 16 segments, 1 merges 135.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 140.0 sec: 16 segments, 1 merges 140.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 145.0 sec: 16 segments, 1 merges 145.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 150.0 sec: 16 segments, 1 merges 150.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 155.0 sec: 16 segments, 1 merges 155.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 160.0 sec: 16 segments, 1 merges 160.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 165.0 sec: 16 segments, 1 merges 165.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 170.0 sec: 16 segments, 1 merges 170.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 175.0 sec: 16 segments, 1 merges 175.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 180.0 sec: 16 segments, 1 merges 180.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 185.1 sec: 16 segments, 1 merges 185.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 190.1 sec: 16 segments, 1 merges 190.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 195.1 sec: 16 segments, 1 merges 195.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 200.1 sec: 16 segments, 1 merges 200.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 205.1 sec: 16 segments, 1 merges 205.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 210.1 sec: 16 segments, 1 merges 210.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 215.1 sec: 16 segments, 1 merges 215.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 220.1 sec: 16 segments, 1 merges 220.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 225.1 sec: 16 segments, 1 merges 225.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 230.1 sec: 16 segments, 1 merges 230.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 235.1 sec: 16 segments, 1 merges 235.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 240.1 sec: 16 segments, 1 merges 240.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 245.0 sec: 16 segments, 1 merges 245.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 250.0 sec: 16 segments, 1 merges 250.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 255.0 sec: 16 segments, 1 merges 255.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 260.0 sec: 16 segments, 1 merges 260.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 265.0 sec: 16 segments, 1 merges 265.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 270.0 sec: 16 segments, 1 merges 270.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 275.0 sec: 16 segments, 1 merges 275.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 280.0 sec: 16 segments, 1 merges 280.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 285.0 sec: 16 segments, 1 merges 285.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 290.0 sec: 16 segments, 1 merges 290.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 295.0 sec: 16 segments, 1 merges 295.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 300.1 sec: 16 segments, 1 merges 300.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 305.1 sec: 16 segments, 1 merges 305.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 310.1 sec: 16 segments, 1 merges 310.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 315.1 sec: 16 segments, 1 merges 315.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 320.1 sec: 16 segments, 1 merges 320.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 325.1 sec: 16 segments, 1 merges 325.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 330.1 sec: 16 segments, 1 merges 330.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 335.1 sec: 16 segments, 1 merges 335.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 340.1 sec: 16 segments, 1 merges 340.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 345.1 sec: 16 segments, 1 merges 345.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 350.1 sec: 16 segments, 1 merges 350.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 355.1 sec: 16 segments, 1 merges 355.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 360.0 sec: 16 segments, 1 merges 360.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 365.0 sec: 16 segments, 1 merges 365.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 370.0 sec: 16 segments, 1 merges 370.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 375.0 sec: 16 segments, 1 merges 375.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 380.0 sec: 16 segments, 1 merges 380.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 385.0 sec: 16 segments, 1 merges 385.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 390.0 sec: 16 segments, 1 merges 390.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 395.0 sec: 16 segments, 1 merges 395.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 400.1 sec: 16 segments, 1 merges 400.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 405.0 sec: 16 segments, 1 merges 405.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 410.0 sec: 16 segments, 1 merges 410.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 415.0 sec: 16 segments, 1 merges 415.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 420.0 sec: 16 segments, 1 merges 420.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 425.0 sec: 16 segments, 1 merges 425.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 430.0 sec: 16 segments, 1 merges 430.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 435.0 sec: 16 segments, 1 merges 435.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 440.0 sec: 16 segments, 1 merges 440.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 445.1 sec: 16 segments, 1 merges 445.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 450.1 sec: 16 segments, 1 merges 450.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 455.1 sec: 16 segments, 1 merges 455.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 460.1 sec: 16 segments, 1 merges 460.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 465.1 sec: 16 segments, 1 merges 465.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 470.1 sec: 16 segments, 1 merges 470.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 475.1 sec: 16 segments, 1 merges 475.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 480.0 sec: 16 segments, 1 merges 480.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 485.0 sec: 16 segments, 1 merges 485.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 490.0 sec: 16 segments, 1 merges 490.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 495.0 sec: 16 segments, 1 merges 495.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 500.0 sec: 16 segments, 1 merges 500.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 505.0 sec: 16 segments, 1 merges 505.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 510.0 sec: 16 segments, 1 merges 510.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 515.0 sec: 16 segments, 1 merges 515.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 520.0 sec: 16 segments, 1 merges 520.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 525.0 sec: 16 segments, 1 merges 525.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 530.0 sec: 16 segments, 1 merges 530.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 535.0 sec: 16 segments, 1 merges 535.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 540.1 sec: 16 segments, 1 merges 540.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 545.1 sec: 16 segments, 1 merges 545.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 550.1 sec: 16 segments, 1 merges 550.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 555.1 sec: 16 segments, 1 merges 555.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 560.1 sec: 16 segments, 1 merges 560.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 565.1 sec: 16 segments, 1 merges 565.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 570.1 sec: 16 segments, 1 merges 570.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 575.1 sec: 16 segments, 1 merges 575.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 580.1 sec: 16 segments, 1 merges 580.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 585.1 sec: 16 segments, 1 merges 585.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 590.1 sec: 16 segments, 1 merges 590.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 595.1 sec: 16 segments, 1 merges 595.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 600.0 sec: 16 segments, 1 merges 600.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 605.0 sec: 16 segments, 1 merges 605.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 610.0 sec: 16 segments, 1 merges 610.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 615.0 sec: 16 segments, 1 merges 615.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 620.0 sec: 16 segments, 1 merges 620.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 625.0 sec: 16 segments, 1 merges 625.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 630.0 sec: 16 segments, 1 merges 630.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 635.0 sec: 16 segments, 1 merges 635.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 640.0 sec: 16 segments, 1 merges 640.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 645.0 sec: 16 segments, 1 merges 645.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 650.0 sec: 16 segments, 1 merges 650.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 655.1 sec: 16 segments, 1 merges 655.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 660.1 sec: 16 segments, 1 merges 660.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 665.1 sec: 16 segments, 1 merges 665.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 670.1 sec: 16 segments, 1 merges 670.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 675.1 sec: 16 segments, 1 merges 675.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 680.1 sec: 16 segments, 1 merges 680.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 685.1 sec: 16 segments, 1 merges 685.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 690.1 sec: 16 segments, 1 merges 690.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 695.1 sec: 16 segments, 1 merges 695.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 700.1 sec: 16 segments, 1 merges 700.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 705.0 sec: 16 segments, 1 merges 705.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 710.0 sec: 16 segments, 1 merges 710.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 715.0 sec: 16 segments, 1 merges 715.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 720.1 sec: 16 segments, 1 merges 720.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 725.1 sec: 16 segments, 1 merges 725.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 730.0 sec: 16 segments, 1 merges 730.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 735.0 sec: 16 segments, 1 merges 735.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 740.0 sec: 16 segments, 1 merges 740.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 745.0 sec: 16 segments, 1 merges 745.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 750.0 sec: 16 segments, 1 merges 750.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 755.0 sec: 16 segments, 1 merges 755.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 760.0 sec: 16 segments, 1 merges 760.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 765.0 sec: 16 segments, 1 merges 765.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 770.0 sec: 16 segments, 1 merges 770.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 775.0 sec: 16 segments, 1 merges 775.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 780.0 sec: 16 segments, 1 merges 780.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 785.1 sec: 16 segments, 1 merges 785.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 790.1 sec: 16 segments, 1 merges 790.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 795.1 sec: 16 segments, 1 merges 795.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 800.1 sec: 16 segments, 1 merges 800.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 805.1 sec: 16 segments, 1 merges 805.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 810.1 sec: 16 segments, 1 merges 810.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 815.1 sec: 16 segments, 1 merges 815.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 820.1 sec: 16 segments, 1 merges 820.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 825.1 sec: 16 segments, 1 merges 825.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 830.1 sec: 16 segments, 1 merges 830.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 835.1 sec: 16 segments, 1 merges 835.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 840.1 sec: 16 segments, 1 merges 840.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 845.1 sec: 16 segments, 1 merges 845.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 850.1 sec: 16 segments, 1 merges 850.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 855.1 sec: 16 segments, 1 merges 855.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 860.1 sec: 16 segments, 1 merges 860.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 865.0 sec: 16 segments, 1 merges 865.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 870.0 sec: 16 segments, 1 merges 870.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 875.0 sec: 16 segments, 1 merges 875.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 880.0 sec: 16 segments, 1 merges 880.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 885.0 sec: 16 segments, 1 merges 885.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 890.0 sec: 16 segments, 1 merges 890.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 895.0 sec: 16 segments, 1 merges 895.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 900.1 sec: 16 segments, 1 merges 900.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 905.1 sec: 16 segments, 1 merges 905.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 910.1 sec: 16 segments, 1 merges 910.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 915.1 sec: 16 segments, 1 merges 915.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 920.1 sec: 16 segments, 1 merges 920.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 925.1 sec: 16 segments, 1 merges 925.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 930.0 sec: 16 segments, 1 merges 930.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 935.0 sec: 16 segments, 1 merges 935.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 940.0 sec: 16 segments, 1 merges 940.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 945.0 sec: 16 segments, 1 merges 945.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 950.0 sec: 16 segments, 1 merges 950.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 955.0 sec: 16 segments, 1 merges 955.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 960.0 sec: 16 segments, 1 merges 960.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 965.0 sec: 16 segments, 1 merges 965.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 970.0 sec: 16 segments, 1 merges 970.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 975.1 sec: 16 segments, 1 merges 975.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 980.1 sec: 16 segments, 1 merges 980.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 985.1 sec: 16 segments, 1 merges 985.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 990.1 sec: 16 segments, 1 merges 990.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 995.1 sec: 16 segments, 1 merges 995.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1000.1 sec: 16 segments, 1 merges 1000.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1005.0 sec: 16 segments, 1 merges 1005.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1010.0 sec: 16 segments, 1 merges 1010.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1015.0 sec: 16 segments, 1 merges 1015.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1020.0 sec: 16 segments, 1 merges 1020.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1025.0 sec: 16 segments, 1 merges 1025.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1030.0 sec: 16 segments, 1 merges 1030.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1035.0 sec: 16 segments, 1 merges 1035.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1040.0 sec: 16 segments, 1 merges 1040.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1045.0 sec: 16 segments, 1 merges 1045.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1050.1 sec: 16 segments, 1 merges 1050.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1055.1 sec: 16 segments, 1 merges 1055.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1060.1 sec: 16 segments, 1 merges 1060.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1065.1 sec: 16 segments, 1 merges 1065.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1070.1 sec: 16 segments, 1 merges 1070.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1075.1 sec: 16 segments, 1 merges 1075.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1080.1 sec: 16 segments, 1 merges 1080.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1085.0 sec: 16 segments, 1 merges 1085.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1090.0 sec: 16 segments, 1 merges 1090.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1095.0 sec: 16 segments, 1 merges 1095.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1100.0 sec: 16 segments, 1 merges 1100.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1105.0 sec: 16 segments, 1 merges 1105.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1110.0 sec: 16 segments, 1 merges 1110.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1115.0 sec: 16 segments, 1 merges 1115.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1120.0 sec: 16 segments, 1 merges 1120.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1125.0 sec: 16 segments, 1 merges 1125.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1130.0 sec: 16 segments, 1 merges 1130.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1135.1 sec: 16 segments, 1 merges 1135.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1140.1 sec: 16 segments, 1 merges 1140.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1145.1 sec: 16 segments, 1 merges 1145.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1150.1 sec: 16 segments, 1 merges 1150.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1155.1 sec: 16 segments, 1 merges 1155.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1160.1 sec: 16 segments, 1 merges 1160.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1165.1 sec: 16 segments, 1 merges 1165.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1170.1 sec: 16 segments, 1 merges 1170.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1175.1 sec: 16 segments, 1 merges 1175.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1180.1 sec: 16 segments, 1 merges 1180.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1185.1 sec: 16 segments, 1 merges 1185.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1190.0 sec: 16 segments, 1 merges 1190.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1195.1 sec: 16 segments, 1 merges 1195.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1200.1 sec: 16 segments, 1 merges 1200.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1205.1 sec: 16 segments, 1 merges 1205.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1210.1 sec: 16 segments, 1 merges 1210.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1215.1 sec: 16 segments, 1 merges 1215.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1220.1 sec: 16 segments, 1 merges 1220.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1225.1 sec: 16 segments, 1 merges 1225.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1230.1 sec: 16 segments, 1 merges 1230.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1235.1 sec: 16 segments, 1 merges 1235.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1240.1 sec: 16 segments, 1 merges 1240.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1245.0 sec: 16 segments, 1 merges 1245.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1250.0 sec: 16 segments, 1 merges 1250.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1255.0 sec: 16 segments, 1 merges 1255.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1260.0 sec: 16 segments, 1 merges 1260.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1265.0 sec: 16 segments, 1 merges 1265.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1270.0 sec: 16 segments, 1 merges 1270.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1275.0 sec: 16 segments, 1 merges 1275.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1280.0 sec: 16 segments, 1 merges 1280.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1285.0 sec: 16 segments, 1 merges 1285.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1290.0 sec: 16 segments, 1 merges 1290.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1295.1 sec: 16 segments, 1 merges 1295.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1300.1 sec: 16 segments, 1 merges 1300.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1305.1 sec: 16 segments, 1 merges 1305.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1310.0 sec: 16 segments, 1 merges 1310.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1315.0 sec: 16 segments, 1 merges 1315.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1320.0 sec: 16 segments, 1 merges 1320.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1325.0 sec: 16 segments, 1 merges 1325.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1330.0 sec: 16 segments, 1 merges 1330.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1335.0 sec: 16 segments, 1 merges 1335.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1340.0 sec: 16 segments, 1 merges 1340.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1345.1 sec: 16 segments, 1 merges 1345.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1350.1 sec: 16 segments, 1 merges 1350.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1355.1 sec: 16 segments, 1 merges 1355.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1360.1 sec: 16 segments, 1 merges 1360.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1365.1 sec: 16 segments, 1 merges 1365.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1370.1 sec: 16 segments, 1 merges 1370.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1375.1 sec: 16 segments, 1 merges 1375.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1380.1 sec: 16 segments, 1 merges 1380.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1385.1 sec: 16 segments, 1 merges 1385.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1390.0 sec: 16 segments, 1 merges 1390.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1395.0 sec: 16 segments, 1 merges 1395.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1400.0 sec: 16 segments, 1 merges 1400.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1405.1 sec: 16 segments, 1 merges 1405.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1410.1 sec: 16 segments, 1 merges 1410.1s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1415.0 sec: 16 segments, 1 merges 1415.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1420.0 sec: 16 segments, 1 merges 1420.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1425.0 sec: 16 segments, 1 merges 1425.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1430.0 sec: 16 segments, 1 merges 1430.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1435.0 sec: 16 segments, 1 merges 1435.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1440.0 sec: 16 segments, 1 merges 1440.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1445.0 sec: 16 segments, 1 merges 1445.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1450.0 sec: 16 segments, 1 merges 1450.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB 1455.0 sec: 16 segments, 1 merges 1455.0s _1ex: 16 segs, 8000.0 K docs, 39949.8 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 1461.05 sec index has 1 segments: segments_3: _1ex(11.0.0):C8000000 _1ex: 40090.5 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=1.0 index disk usage is 40090.47 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=50217551761 cpu@end=52757850118 deltaMS=2540.298357 thread 14 name=Reference Handler cpu@start=1544910 cpu@end=1544910 deltaMS=0.0 thread 15 name=Finalizer cpu@start=172795 cpu@end=172795 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=76612 cpu@end=76612 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=8359726 cpu@end=8359726 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=22419943791 cpu@end=22420456651 deltaMS=0.51286 thread 42 name=JFR Periodic Tasks cpu@start=221364930210 cpu@end=221486308980 deltaMS=121.37877 thread 45 name=Notification Thread cpu@start=110535 cpu@end=110535 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=3013541140313 cpu@end=3013541140313 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=3012071952270 cpu@end=3012071952270 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=3016313115692 cpu@end=3016313115692 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=3009324600100 cpu@end=3009324600100 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=3014135930480 cpu@end=3014135930480 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=3013279775056 cpu@end=3013279775056 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=3015056914886 cpu@end=3015056914886 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=3011161889643 cpu@end=3011161889643 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=3009997813958 cpu@end=3009997813958 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=3014581922271 cpu@end=3014581922271 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=3013314883968 cpu@end=3013314883968 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=3014561306366 cpu@end=3014561306366 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=3018305813066 cpu@end=3018305813066 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=3013763094860 cpu@end=3013763094860 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=3015037183718 cpu@end=3015037183718 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=3012105458712 cpu@end=3012105458712 deltaMS=0.0 Average CPU cores used: 1.0453746757402211 completed 1000 searches in 2546 ms: 392 QPS CPU time=2661 ms checking results SUMMARY: 0.929 2.546 2.661 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 5680 1679.11 4764.42 1461.05 1 40090.47 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=231, Fanout min=5, mean=15.43, max=32, meandelta=419568.94 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 12 14 15 15 17 19 23 32 Graph level=2 size=7624, Fanout min=8, mean=27.36, max=32, meandelta=265937.00 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 24 28 31 32 32 32 32 32 Graph level=1 size=247288, Fanout min=1, mean=28.29, max=32, meandelta=258644.66 % 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.65, max=64, meandelta=194653.13 % 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=231, connectedness=1.00 Graph level=2 size=7624, connectedness=1.00 Graph level=1 size=247288, 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.21.05.27.46/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': 79,969,475.77 msec task-clock:u 310,316,345,981,048 cycles:u (36.36%) 177,481,728,081,421 instructions:u (36.36%) 5,204,498,464,422 cache-references:u (36.36%) 2,370,228,038,380 cache-misses:u (36.36%) 61,748,975,348,676 L1-dcache-loads:u (36.36%) 2,056,873,149,588 L1-dcache-load-misses:u (36.36%) 5,201,745,657,490 L1-icache-loads:u (36.36%) 18,546,863,411 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 16,096,773 faults:u 14,905,451 minor-faults:u 8,336 major-faults:u 18,362,137,925,769 branches:u (36.36%) 121,771,909,938 branch-misses:u (36.36%) 4,296,456,908,577 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 3640.645557490 seconds time elapsed 79166.383201000 seconds user 784.380397000 seconds sys took 1:00:40.674685 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='f2c9d79c63be90d685118a6fa53c14b9c7438b52', luceneutil_git_rev='97476263c4ead7244649e56d1e8ed200e47c6d16', 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.546, net_cpu_ms=2.661, avg_cpu_core_count=1.045, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='7 bits', total_visited=5680, index_time_sec=1679.11, index_docs_per_sec=4764.42, force_merge_time_sec=1461.05, index_num_segments=1, index_size_on_disk_mb=40090.47, selectivity=None, pre_post_filter='null', vec_disk_mb=39184.57, vec_ram_mb=7934.57, graph_level_conn_p_values={3: (231, {0: 0, 10: 10, 20: 11, 30: 12, 40: 14, 50: 15, 60: 15, 70: 17, 80: 19, 90: 23, 100: 32}), 2: (7624, {0: 0, 10: 18, 20: 22, 30: 24, 40: 28, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247288, {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: 58, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=3640, microseconds=674685)) Profiler summary for /l/logs.nightly/2026.05.21.05.27.46/bench-knn-q7-fmTrue.jfr Version: 2.1 Chunks: 164 Start: 2026-05-21 12:46:19 (UTC) Duration: 3623 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 76744037 1317076384 jdk.FileWrite 26118943 570292479 jdk.FileRead 8003671 183152403 jdk.BooleanFlag 81344 2574292 jdk.ObjectAllocationInNewTLAB 76713 1522661 jdk.CPULoad 67648 1352324 jdk.Checkpoint 12367 38712611 jdk.UnsignedIntFlag 7872 267128 jdk.IntFlag 7216 263372 jdk.Compilation 5965 154057 jdk.StringFlag 5576 216251 jdk.ObjectAllocationOutsideTLAB 1392 24722 jdk.CPUInformation 164 246324 jdk.GCConfiguration 164 4260 jdk.JVMInformation 164 153008 jdk.Metadata 164 18126425 jdk.GarbageCollection 61 1466 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.21.05.27.46/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q7-fmTrue.jfr is 2035.29 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 76744036 events (total: 76M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 62.21% 47M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 12.64% 9M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 12.05% 9M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 2.51% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 1.70% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 1.70% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 1.11% 854185 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.88% 673067 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.72% 549232 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.54% 413343 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.37% 286441 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] 0.34% 262617 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.32% 242221 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.24% 180633 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.22% 167992 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.21% 164897 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.20% 155657 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.18% 138583 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.17% 131379 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.14% 111095 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.10% 80381 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.09% 69310 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.08% 63869 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.08% 60541 sun.nio.ch.NativeThread#current0() [Native code] 0.07% 51918 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.07% 51179 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.06% 49079 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.06% 44687 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.06% 43962 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.05% 41468 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.05% 38399 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.05% 37339 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.04% 32365 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.04% 30234 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.03% 26794 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.03% 20663 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.02% 17458 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.02% 17445 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.02% 17311 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 17185 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.02% 16543 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.02% 16166 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 0.02% 15664 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():60 [Inlined code] 0.02% 14641 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.02% 13954 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 12489 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():285 [JIT compiled code] 0.02% 12147 org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#lockAndPoll():44 [JIT compiled code] 0.01% 11027 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():172 [JIT compiled code] 0.01% 10299 sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] 0.01% 9867 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [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.21.05.27.46/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q7-fmTrue.jfr is 2035.29 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 76744036 events (total: 76M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 58.89% 45M 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():328 [JIT compiled code] 12.63% 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.05% 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] 2.51% 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.36% 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():313 [JIT compiled code] 1.47% 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():256 [JIT compiled code] 1.34% 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 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] 1.06% 815951 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.72% 549224 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():247 [JIT compiled code] 0.68% 524294 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.68% 523522 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.44% 334430 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.37% 286441 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.32% 247846 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.32% 242010 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.28% 214100 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.24% 180483 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.22% 171445 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():422 [JIT compiled code] 0.22% 167970 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% 155267 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():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.20% 154408 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% 146937 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.17% 133403 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.11% 87564 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.10% 75827 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.10% 74216 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.09% 68594 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.08% 61104 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% 54332 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% 51918 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():420 [Interpreted code] 0.07% 51172 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.06% 49078 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.06% 46406 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% 44685 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% 44192 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.05% 41468 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():451 [Inlined code] 0.05% 38863 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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.05% 37300 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.05% 36700 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.05% 36555 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% 31068 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():451 [Inlined code] 0.04% 30217 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.04% 30186 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.04% 29374 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.03% 23519 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% 22838 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.03% 21272 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% 19935 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.03% 19798 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():667 [Inlined code] 0.02% 19139 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():451 [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.21.05.27.46/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q7-fmTrue.jfr is 2035.29 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 76744036 events (total: 76M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 41.29% 31M 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 17.32% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#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] 12.16% 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] 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.14% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 1.90% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.80% 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 1.03% 787673 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():256 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#call() [Inlined code] 0.65% 495402 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.61% 467749 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#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.0x000000002e19b518#run() [JIT compiled code] 0.56% 431172 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#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.55% 425063 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():420 [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.0x000000002e196128#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.54% 415203 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#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.0x000000002e19b518#run() [JIT compiled code] 0.47% 359704 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#call() [Inlined code] 0.47% 357818 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#call() [Inlined code] 0.44% 333946 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():420 [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.0x000000002e196128#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.39% 302092 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.37% 280233 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():256 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#call() [Inlined code] 0.35% 270221 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():420 [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.0x000000002e196128#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.22% 172308 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.22% 171778 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.22% 167592 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.21% 164255 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#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():101 [JIT compiled code] 0.20% 151851 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#call() [Inlined code] 0.20% 151804 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#call() [Inlined code] 0.19% 148374 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#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.19% 147105 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.18% 136120 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():207 [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():325 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.18% 136000 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#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.0x000000002e19b518#run() [JIT compiled code] 0.18% 134545 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.0x000000002e07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.17% 132730 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#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% 128775 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.16% 124455 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#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.0x000000002e19b518#run() [JIT compiled code] 0.16% 121211 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.16% 119817 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():422 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.15% 112488 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.14% 109947 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.13% 100371 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.13% 96747 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():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.12% 92727 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#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():101 [Interpreted code] 0.10% 78303 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():420 [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.0x000000002e196128#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.10% 75343 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():420 [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.0x000000002e196128#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% 69419 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.08% 64712 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():207 [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():325 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] 0.08% 60454 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():420 [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.0x000000002e196128#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.07% 54902 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#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.07% 54010 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.07% 50286 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():422 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.06% 46298 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.06% 45566 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#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.06% 45279 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#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.21.05.27.46/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q7-fmTrue.jfr is 2035.29 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 78078 events (total: 582952M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.76% 138516M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 23.20% 135225M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 23.20% 135218M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 10.89% 63459M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 5.65% 32908M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.07% 23708M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.02% 5947M java.util.Arrays#copyOf():3478 [Inlined code] 0.94% 5493M java.lang.Integer#valueOf():1006 [Inlined code] 0.71% 4135M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.69% 4026M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] 0.67% 3899M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.62% 3622M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.38% 2233M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] 0.33% 1928M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.31% 1830M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.29% 1692M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.25% 1451M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.20% 1141M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.16% 948M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.15% 859M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.15% 859M java.util.ArrayList#grow():240 [Inlined code] 0.15% 849M knn.IndexerThread#_run():108 [JIT compiled code] 0.14% 806M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.13% 748M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.13% 745M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.11% 646M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.09% 548M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.09% 546M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.09% 506M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.07% 401M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.07% 397M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.06% 374M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.06% 329M java.util.HashMap#newNode():1910 [Inlined code] 0.05% 317M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.05% 284M knn.IndexerThread#_run():125 [JIT compiled code] 0.04% 253M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.04% 242M org.apache.lucene.document.Document#():42 [Inlined code] 0.04% 218M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.04% 205M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.03% 202M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.03% 192M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 186M java.lang.reflect.Array#newArray() [Native code] 0.03% 179M java.util.List#of():935 [Inlined code] 0.03% 176M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.03% 174M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.03% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet():98 [Interpreted code] 0.03% 165M java.util.HashMap#resize():711 [JIT compiled code] 0.03% 156M knn.IndexerThread#_run():86 [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.21.05.27.46/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q7-fmTrue.jfr is 2035.29 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 78078 events (total: 582952M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.97% 110595M 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.97% 110590M 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.44% 78357M 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():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 9.43% 54948M 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.69% 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.65% 32908M 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.23% 24635M 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.20% 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.18% 24375M 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.07% 23708M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.96% 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.92% 5392M 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.69% 4026M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.67% 3899M 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():451 [Inlined code] 0.63% 3653M 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():451 [Inlined code] 0.34% 2003M 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.32% 1889M 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():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] 0.31% 1830M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.31% 1805M 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.27% 1599M 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():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.25% 1446M 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():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.21% 1227M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.16% 926M 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():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.16% 910M 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.15% 859M 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% 859M 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.15% 849M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.15% 847M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [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():2304 [JIT compiled code] 0.13% 746M 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.11% 669M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.11% 646M 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.10% 566M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.09% 548M 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.09% 546M 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% 515M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.07% 422M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.07% 397M 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% 393M 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():532 [JIT compiled code] 0.07% 381M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.06% 374M 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.06% 370M 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% 361M 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% 346M 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():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000002e19b518#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.06% 343M 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():369 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Interpreted code] 0.06% 336M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.06% 334M 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.05% 308M 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] 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.21.05.27.46/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q7-fmTrue.jfr is 2035.29 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 78078 events (total: 582952M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 9.46% 55119M 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():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 9.30% 54191M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#call() [Inlined code] 9.24% 53862M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#call() [Inlined code] 7.25% 42293M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 6.67% 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():1557 [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.65% 32908M 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():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 3.86% 22515M 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():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 3.76% 21921M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.75% 21867M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#call() [Inlined code] 3.70% 21581M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.62% 21105M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#call() [Inlined code] 2.80% 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():1557 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 2.15% 12518M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.56% 9086M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.55% 9047M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.40% 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():1557 [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.30% 7600M 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():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 1.30% 7594M 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():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 1.30% 7582M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#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.02% 5932M 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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.99% 5757M 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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.96% 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.92% 5392M 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.90% 5246M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.80% 4666M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#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.66% 3868M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.64% 3751M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.63% 3685M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.63% 3655M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.50% 2901M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.49% 2863M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.49% 2847M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#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% 2762M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#call() [Inlined code] 0.46% 2705M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#call() [Inlined code] 0.41% 2383M 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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.41% 2381M 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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.32% 1889M 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():369 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#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.0x000000002e19b518#run() [Interpreted code] 0.31% 1830M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.30% 1721M 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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.28% 1649M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#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.28% 1603M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#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.26% 1533M 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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.17% 977M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#call() [Inlined code] 0.16% 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#call() [Inlined code] 0.15% 859M 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% 859M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.15% 849M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.14% 842M 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#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% 759M 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000002e19afc0#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.21.05.27.46/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 3088712 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2858684391769634 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 21, 2026 10:06: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-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: 238 segments, 26 merges 954.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 678.7s _16o: 8 segs, 171.8 K docs, 684.7 MB 586.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 468.5s _19g: 8 segs, 190.0 K docs, 757.6 MB 429.4s _1a4: 8 segs, 105.2 K docs, 418.6 MB 413.9s _1ac: 8 segs, 176.1 K docs, 702.0 MB 379.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 363.5s _1ay: 13 segs, 62.9 K docs, 249.2 MB 337.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 298.7s _1bz: 9 segs, 44.0 K docs, 174.1 MB 282.2s _1c7: 8 segs, 39.2 K docs, 155.1 MB 235.1s _1cy: 8 segs, 37.2 K docs, 147.4 MB 218.6s _1d7: 8 segs, 38.3 K docs, 151.5 MB 201.9s _1dg: 8 segs, 38.8 K docs, 153.8 MB 183.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 164.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 146.1s _1e6: 8 segs, 38.6 K docs, 152.9 MB 128.8s _1ee: 8 segs, 71.9 K docs, 285.7 MB 113.0s _1em: 8 segs, 73.2 K docs, 290.9 MB 98.2s _1eu: 8 segs, 71.5 K docs, 284.1 MB 84.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 68.2s _1fa: 8 segs, 39.0 K docs, 154.3 MB 49.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 30.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 13.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 5.0 sec: 238 segments, 26 merges 959.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 683.7s _16o: 8 segs, 171.8 K docs, 684.7 MB 591.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 473.5s _19g: 8 segs, 190.0 K docs, 757.6 MB 434.4s _1a4: 8 segs, 105.2 K docs, 418.6 MB 418.9s _1ac: 8 segs, 176.1 K docs, 702.0 MB 384.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 368.5s _1ay: 13 segs, 62.9 K docs, 249.2 MB 342.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 303.7s _1bz: 9 segs, 44.0 K docs, 174.1 MB 287.2s _1c7: 8 segs, 39.2 K docs, 155.1 MB 240.1s _1cy: 8 segs, 37.2 K docs, 147.4 MB 223.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 206.9s _1dg: 8 segs, 38.8 K docs, 153.8 MB 188.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 169.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 151.1s _1e6: 8 segs, 38.6 K docs, 152.9 MB 133.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 118.0s _1em: 8 segs, 73.2 K docs, 290.9 MB 103.2s _1eu: 8 segs, 71.5 K docs, 284.1 MB 89.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 73.2s _1fa: 8 segs, 39.0 K docs, 154.3 MB 54.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 35.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 18.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 5.0s _1g4: 14 segs, 56.3 K docs, 222.9 MB 10.0 sec: 238 segments, 26 merges 964.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 688.7s _16o: 8 segs, 171.8 K docs, 684.7 MB 596.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 478.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 439.4s _1a4: 8 segs, 105.2 K docs, 418.6 MB 423.9s _1ac: 8 segs, 176.1 K docs, 702.0 MB 389.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 373.5s _1ay: 13 segs, 62.9 K docs, 249.2 MB 347.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 308.7s _1bz: 9 segs, 44.0 K docs, 174.1 MB 292.2s _1c7: 8 segs, 39.2 K docs, 155.1 MB 245.1s _1cy: 8 segs, 37.2 K docs, 147.4 MB 228.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 211.9s _1dg: 8 segs, 38.8 K docs, 153.8 MB 193.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 174.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 156.1s _1e6: 8 segs, 38.6 K docs, 152.9 MB 138.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 123.0s _1em: 8 segs, 73.2 K docs, 290.9 MB 108.2s _1eu: 8 segs, 71.5 K docs, 284.1 MB 94.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 78.2s _1fa: 8 segs, 39.0 K docs, 154.3 MB 59.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 40.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 23.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 10.0s _1g4: 14 segs, 56.3 K docs, 222.9 MB 15.0 sec: 238 segments, 26 merges 969.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 693.7s _16o: 8 segs, 171.8 K docs, 684.7 MB 601.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 483.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 444.4s _1a4: 8 segs, 105.2 K docs, 418.6 MB 428.9s _1ac: 8 segs, 176.1 K docs, 702.0 MB 394.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 378.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 352.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 313.7s _1bz: 9 segs, 44.0 K docs, 174.1 MB 297.2s _1c7: 8 segs, 39.2 K docs, 155.1 MB 250.1s _1cy: 8 segs, 37.2 K docs, 147.4 MB 233.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 216.9s _1dg: 8 segs, 38.8 K docs, 153.8 MB 198.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 179.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 161.1s _1e6: 8 segs, 38.6 K docs, 152.9 MB 143.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 128.0s _1em: 8 segs, 73.2 K docs, 290.9 MB 113.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 99.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 83.2s _1fa: 8 segs, 39.0 K docs, 154.3 MB 64.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 45.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 28.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 15.0s _1g4: 14 segs, 56.3 K docs, 222.9 MB 20.0 sec: 238 segments, 26 merges 974.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 698.7s _16o: 8 segs, 171.8 K docs, 684.7 MB 606.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 488.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 449.4s _1a4: 8 segs, 105.2 K docs, 418.6 MB 433.9s _1ac: 8 segs, 176.1 K docs, 702.0 MB 399.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 383.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 357.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 318.7s _1bz: 9 segs, 44.0 K docs, 174.1 MB 302.2s _1c7: 8 segs, 39.2 K docs, 155.1 MB 255.1s _1cy: 8 segs, 37.2 K docs, 147.4 MB 238.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 221.9s _1dg: 8 segs, 38.8 K docs, 153.8 MB 203.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 184.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 166.1s _1e6: 8 segs, 38.6 K docs, 152.9 MB 148.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 133.0s _1em: 8 segs, 73.2 K docs, 290.9 MB 118.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 104.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 88.2s _1fa: 8 segs, 39.0 K docs, 154.3 MB 69.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 50.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 33.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 20.0s _1g4: 14 segs, 56.3 K docs, 222.9 MB 25.0 sec: 238 segments, 26 merges 979.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 703.8s _16o: 8 segs, 171.8 K docs, 684.7 MB 611.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 493.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 454.4s _1a4: 8 segs, 105.2 K docs, 418.6 MB 438.9s _1ac: 8 segs, 176.1 K docs, 702.0 MB 404.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 388.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 362.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 323.8s _1bz: 9 segs, 44.0 K docs, 174.1 MB 307.2s _1c7: 8 segs, 39.2 K docs, 155.1 MB 260.1s _1cy: 8 segs, 37.2 K docs, 147.4 MB 243.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 226.9s _1dg: 8 segs, 38.8 K docs, 153.8 MB 208.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 189.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 171.1s _1e6: 8 segs, 38.6 K docs, 152.9 MB 153.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 138.1s _1em: 8 segs, 73.2 K docs, 290.9 MB 123.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 109.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 93.2s _1fa: 8 segs, 39.0 K docs, 154.3 MB 74.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 55.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 38.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 25.0s _1g4: 14 segs, 56.3 K docs, 222.9 MB 30.1 sec: 238 segments, 26 merges 984.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 708.8s _16o: 8 segs, 171.8 K docs, 684.7 MB 616.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 498.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 459.5s _1a4: 8 segs, 105.2 K docs, 418.6 MB 443.9s _1ac: 8 segs, 176.1 K docs, 702.0 MB 409.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 393.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 367.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 328.8s _1bz: 9 segs, 44.0 K docs, 174.1 MB 312.3s _1c7: 8 segs, 39.2 K docs, 155.1 MB 265.1s _1cy: 8 segs, 37.2 K docs, 147.4 MB 248.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 232.0s _1dg: 8 segs, 38.8 K docs, 153.8 MB 213.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 194.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 176.1s _1e6: 8 segs, 38.6 K docs, 152.9 MB 158.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 143.1s _1em: 8 segs, 73.2 K docs, 290.9 MB 128.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 114.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 98.2s _1fa: 8 segs, 39.0 K docs, 154.3 MB 79.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 60.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 43.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 30.1s _1g4: 14 segs, 56.3 K docs, 222.9 MB 35.1 sec: 238 segments, 26 merges 989.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 713.8s _16o: 8 segs, 171.8 K docs, 684.7 MB 621.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 503.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 464.5s _1a4: 8 segs, 105.2 K docs, 418.6 MB 449.0s _1ac: 8 segs, 176.1 K docs, 702.0 MB 414.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 398.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 372.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 333.8s _1bz: 9 segs, 44.0 K docs, 174.1 MB 317.3s _1c7: 8 segs, 39.2 K docs, 155.1 MB 270.1s _1cy: 8 segs, 37.2 K docs, 147.4 MB 253.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 237.0s _1dg: 8 segs, 38.8 K docs, 153.8 MB 218.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 199.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 181.1s _1e6: 8 segs, 38.6 K docs, 152.9 MB 163.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 148.1s _1em: 8 segs, 73.2 K docs, 290.9 MB 133.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 119.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 103.2s _1fa: 8 segs, 39.0 K docs, 154.3 MB 84.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 65.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 48.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 35.1s _1g4: 14 segs, 56.3 K docs, 222.9 MB 40.1 sec: 231 segments, 25 merges 994.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 718.8s _16o: 8 segs, 171.8 K docs, 684.7 MB 626.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 508.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 469.5s _1a4: 8 segs, 105.2 K docs, 418.6 MB 454.0s _1ac: 8 segs, 176.1 K docs, 702.0 MB 419.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 403.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 377.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 338.8s _1bz: 9 segs, 44.0 K docs, 174.1 MB 322.3s _1c7: 8 segs, 39.2 K docs, 155.1 MB 275.1s _1cy: 8 segs, 37.2 K docs, 147.4 MB 258.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 242.0s _1dg: 8 segs, 38.8 K docs, 153.8 MB 223.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 204.6s _1dx: 8 segs, 71.6 K docs, 284.5 MB 186.1s _1e6: 8 segs, 38.6 K docs, 152.9 MB 168.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 138.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 124.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 108.2s _1fa: 8 segs, 39.0 K docs, 154.3 MB 89.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 70.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 53.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 40.1s _1g4: 14 segs, 56.3 K docs, 222.9 MB 45.1 sec: 231 segments, 25 merges 999.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 723.8s _16o: 8 segs, 171.8 K docs, 684.7 MB 631.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 513.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 474.5s _1a4: 8 segs, 105.2 K docs, 418.6 MB 459.0s _1ac: 8 segs, 176.1 K docs, 702.0 MB 424.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 408.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 382.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 343.8s _1bz: 9 segs, 44.0 K docs, 174.1 MB 327.3s _1c7: 8 segs, 39.2 K docs, 155.1 MB 280.1s _1cy: 8 segs, 37.2 K docs, 147.4 MB 263.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 247.0s _1dg: 8 segs, 38.8 K docs, 153.8 MB 228.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 209.6s _1dx: 8 segs, 71.6 K docs, 284.5 MB 191.1s _1e6: 8 segs, 38.6 K docs, 152.9 MB 173.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 143.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 129.2s _1f1: 8 segs, 121.8 K docs, 484.9 MB 113.3s _1fa: 8 segs, 39.0 K docs, 154.3 MB 94.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 75.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 58.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 45.1s _1g4: 14 segs, 56.3 K docs, 222.9 MB 50.1 sec: 231 segments, 25 merges 1004.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 728.8s _16o: 8 segs, 171.8 K docs, 684.7 MB 636.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 518.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 479.5s _1a4: 8 segs, 105.2 K docs, 418.6 MB 464.0s _1ac: 8 segs, 176.1 K docs, 702.0 MB 429.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 413.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 387.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 348.8s _1bz: 9 segs, 44.0 K docs, 174.1 MB 332.3s _1c7: 8 segs, 39.2 K docs, 155.1 MB 285.2s _1cy: 8 segs, 37.2 K docs, 147.4 MB 268.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 252.0s _1dg: 8 segs, 38.8 K docs, 153.8 MB 233.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 214.6s _1dx: 8 segs, 71.6 K docs, 284.5 MB 196.2s _1e6: 8 segs, 38.6 K docs, 152.9 MB 178.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 148.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 134.2s _1f1: 8 segs, 121.8 K docs, 484.9 MB 118.3s _1fa: 8 segs, 39.0 K docs, 154.3 MB 99.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 81.0s _1fq: 8 segs, 39.4 K docs, 156.0 MB 63.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 50.1s _1g4: 14 segs, 56.3 K docs, 222.9 MB 55.1 sec: 231 segments, 25 merges 1009.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 733.8s _16o: 8 segs, 171.8 K docs, 684.7 MB 641.6s _17u: 8 segs, 264.6 K docs, 1055.6 MB 523.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 484.5s _1a4: 8 segs, 105.2 K docs, 418.6 MB 469.0s _1ac: 8 segs, 176.1 K docs, 702.0 MB 434.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 418.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 392.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 353.8s _1bz: 9 segs, 44.0 K docs, 174.1 MB 337.3s _1c7: 8 segs, 39.2 K docs, 155.1 MB 290.2s _1cy: 8 segs, 37.2 K docs, 147.4 MB 273.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 257.0s _1dg: 8 segs, 38.8 K docs, 153.8 MB 238.2s _1dp: 8 segs, 38.6 K docs, 152.7 MB 219.6s _1dx: 8 segs, 71.6 K docs, 284.5 MB 201.2s _1e6: 8 segs, 38.6 K docs, 152.9 MB 183.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 153.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 139.2s _1f1: 8 segs, 121.8 K docs, 484.9 MB 123.3s _1fa: 8 segs, 39.0 K docs, 154.3 MB 104.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 86.0s _1fq: 8 segs, 39.4 K docs, 156.0 MB 68.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 55.1s _1g4: 14 segs, 56.3 K docs, 222.9 MB 60.1 sec: 231 segments, 25 merges 1014.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 738.8s _16o: 8 segs, 171.8 K docs, 684.7 MB 646.6s _17u: 8 segs, 264.6 K docs, 1055.6 MB 528.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 489.5s _1a4: 8 segs, 105.2 K docs, 418.6 MB 474.0s _1ac: 8 segs, 176.1 K docs, 702.0 MB 439.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 423.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 397.7s _1bd: 13 segs, 61.9 K docs, 244.9 MB 358.8s _1bz: 9 segs, 44.0 K docs, 174.1 MB 342.3s _1c7: 8 segs, 39.2 K docs, 155.1 MB 295.2s _1cy: 8 segs, 37.2 K docs, 147.4 MB 278.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 262.0s _1dg: 8 segs, 38.8 K docs, 153.8 MB 243.2s _1dp: 8 segs, 38.6 K docs, 152.7 MB 224.6s _1dx: 8 segs, 71.6 K docs, 284.5 MB 206.2s _1e6: 8 segs, 38.6 K docs, 152.9 MB 188.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 158.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 144.2s _1f1: 8 segs, 121.8 K docs, 484.9 MB 128.3s _1fa: 8 segs, 39.0 K docs, 154.3 MB 109.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 91.0s _1fq: 8 segs, 39.4 K docs, 156.0 MB 73.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 60.1s _1g4: 14 segs, 56.3 K docs, 222.9 MB 65.0 sec: 224 segments, 24 merges 1019.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 743.7s _16o: 8 segs, 171.8 K docs, 684.7 MB 651.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 533.5s _19g: 8 segs, 190.0 K docs, 757.6 MB 478.9s _1ac: 8 segs, 176.1 K docs, 702.0 MB 444.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 428.5s _1ay: 13 segs, 62.9 K docs, 249.2 MB 402.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 363.7s _1bz: 9 segs, 44.0 K docs, 174.1 MB 347.2s _1c7: 8 segs, 39.2 K docs, 155.1 MB 300.1s _1cy: 8 segs, 37.2 K docs, 147.4 MB 283.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 266.9s _1dg: 8 segs, 38.8 K docs, 153.8 MB 248.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 229.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 211.1s _1e6: 8 segs, 38.6 K docs, 152.9 MB 193.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 163.2s _1eu: 8 segs, 71.5 K docs, 284.1 MB 149.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 133.2s _1fa: 8 segs, 39.0 K docs, 154.3 MB 114.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 95.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 78.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 65.0s _1g4: 14 segs, 56.3 K docs, 222.9 MB 70.0 sec: 224 segments, 24 merges 1024.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 748.7s _16o: 8 segs, 171.8 K docs, 684.7 MB 656.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 538.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 483.9s _1ac: 8 segs, 176.1 K docs, 702.0 MB 449.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 433.5s _1ay: 13 segs, 62.9 K docs, 249.2 MB 407.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 368.7s _1bz: 9 segs, 44.0 K docs, 174.1 MB 352.2s _1c7: 8 segs, 39.2 K docs, 155.1 MB 305.1s _1cy: 8 segs, 37.2 K docs, 147.4 MB 288.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 271.9s _1dg: 8 segs, 38.8 K docs, 153.8 MB 253.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 234.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 216.1s _1e6: 8 segs, 38.6 K docs, 152.9 MB 198.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 168.2s _1eu: 8 segs, 71.5 K docs, 284.1 MB 154.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 138.2s _1fa: 8 segs, 39.0 K docs, 154.3 MB 119.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 100.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 83.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 70.0s _1g4: 14 segs, 56.3 K docs, 222.9 MB 75.0 sec: 224 segments, 24 merges 1029.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 753.7s _16o: 8 segs, 171.8 K docs, 684.7 MB 661.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 543.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 488.9s _1ac: 8 segs, 176.1 K docs, 702.0 MB 454.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 438.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 412.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 373.7s _1bz: 9 segs, 44.0 K docs, 174.1 MB 357.2s _1c7: 8 segs, 39.2 K docs, 155.1 MB 310.1s _1cy: 8 segs, 37.2 K docs, 147.4 MB 293.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 276.9s _1dg: 8 segs, 38.8 K docs, 153.8 MB 258.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 239.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 221.1s _1e6: 8 segs, 38.6 K docs, 152.9 MB 203.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 173.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 159.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 143.2s _1fa: 8 segs, 39.0 K docs, 154.3 MB 124.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 105.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 88.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 75.0s _1g4: 14 segs, 56.3 K docs, 222.9 MB 80.0 sec: 224 segments, 24 merges 1034.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 758.7s _16o: 8 segs, 171.8 K docs, 684.7 MB 666.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 548.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 493.9s _1ac: 8 segs, 176.1 K docs, 702.0 MB 459.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 443.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 417.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 378.7s _1bz: 9 segs, 44.0 K docs, 174.1 MB 362.2s _1c7: 8 segs, 39.2 K docs, 155.1 MB 315.1s _1cy: 8 segs, 37.2 K docs, 147.4 MB 298.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 281.9s _1dg: 8 segs, 38.8 K docs, 153.8 MB 263.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 244.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 226.1s _1e6: 8 segs, 38.6 K docs, 152.9 MB 208.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 178.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 164.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 148.2s _1fa: 8 segs, 39.0 K docs, 154.3 MB 129.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 110.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 93.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 80.0s _1g4: 14 segs, 56.3 K docs, 222.9 MB 85.0 sec: 224 segments, 24 merges 1039.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 763.8s _16o: 8 segs, 171.8 K docs, 684.7 MB 671.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 553.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 498.9s _1ac: 8 segs, 176.1 K docs, 702.0 MB 464.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 448.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 422.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 383.8s _1bz: 9 segs, 44.0 K docs, 174.1 MB 367.2s _1c7: 8 segs, 39.2 K docs, 155.1 MB 320.1s _1cy: 8 segs, 37.2 K docs, 147.4 MB 303.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 286.9s _1dg: 8 segs, 38.8 K docs, 153.8 MB 268.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 249.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 231.1s _1e6: 8 segs, 38.6 K docs, 152.9 MB 213.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 183.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 169.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 153.2s _1fa: 8 segs, 39.0 K docs, 154.3 MB 134.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 115.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 98.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 85.0s _1g4: 14 segs, 56.3 K docs, 222.9 MB 90.0 sec: 224 segments, 24 merges 1044.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 768.8s _16o: 8 segs, 171.8 K docs, 684.7 MB 676.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 558.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 503.9s _1ac: 8 segs, 176.1 K docs, 702.0 MB 469.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 453.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 427.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 388.8s _1bz: 9 segs, 44.0 K docs, 174.1 MB 372.2s _1c7: 8 segs, 39.2 K docs, 155.1 MB 325.1s _1cy: 8 segs, 37.2 K docs, 147.4 MB 308.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 291.9s _1dg: 8 segs, 38.8 K docs, 153.8 MB 273.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 254.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 236.1s _1e6: 8 segs, 38.6 K docs, 152.9 MB 218.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 188.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 174.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 158.2s _1fa: 8 segs, 39.0 K docs, 154.3 MB 139.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 120.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 103.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 90.0s _1g4: 14 segs, 56.3 K docs, 222.9 MB 95.1 sec: 224 segments, 24 merges 1049.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 773.8s _16o: 8 segs, 171.8 K docs, 684.7 MB 681.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 563.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 508.9s _1ac: 8 segs, 176.1 K docs, 702.0 MB 474.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 458.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 432.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 393.8s _1bz: 9 segs, 44.0 K docs, 174.1 MB 377.3s _1c7: 8 segs, 39.2 K docs, 155.1 MB 330.1s _1cy: 8 segs, 37.2 K docs, 147.4 MB 313.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 297.0s _1dg: 8 segs, 38.8 K docs, 153.8 MB 278.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 259.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 241.1s _1e6: 8 segs, 38.6 K docs, 152.9 MB 223.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 193.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 179.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 163.2s _1fa: 8 segs, 39.0 K docs, 154.3 MB 144.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 125.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 108.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 95.1s _1g4: 14 segs, 56.3 K docs, 222.9 MB 100.1 sec: 224 segments, 24 merges 1054.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 778.8s _16o: 8 segs, 171.8 K docs, 684.7 MB 686.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 568.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 514.0s _1ac: 8 segs, 176.1 K docs, 702.0 MB 479.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 463.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 437.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 398.8s _1bz: 9 segs, 44.0 K docs, 174.1 MB 382.3s _1c7: 8 segs, 39.2 K docs, 155.1 MB 335.1s _1cy: 8 segs, 37.2 K docs, 147.4 MB 318.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 302.0s _1dg: 8 segs, 38.8 K docs, 153.8 MB 283.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 264.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 246.1s _1e6: 8 segs, 38.6 K docs, 152.9 MB 228.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 198.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 184.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 168.2s _1fa: 8 segs, 39.0 K docs, 154.3 MB 149.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 130.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 113.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 100.1s _1g4: 14 segs, 56.3 K docs, 222.9 MB 105.1 sec: 209 segments, 22 merges 1059.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 783.8s _16o: 8 segs, 171.8 K docs, 684.7 MB 691.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 573.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 519.0s _1ac: 8 segs, 176.1 K docs, 702.0 MB 484.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 468.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 442.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 387.3s _1c7: 8 segs, 39.2 K docs, 155.1 MB 340.1s _1cy: 8 segs, 37.2 K docs, 147.4 MB 323.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 307.0s _1dg: 8 segs, 38.8 K docs, 153.8 MB 288.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 269.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 233.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 203.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 189.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 173.2s _1fa: 8 segs, 39.0 K docs, 154.3 MB 154.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 135.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 118.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 105.1s _1g4: 14 segs, 56.3 K docs, 222.9 MB 110.1 sec: 202 segments, 21 merges 1064.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 788.8s _16o: 8 segs, 171.8 K docs, 684.7 MB 696.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 578.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 524.0s _1ac: 8 segs, 176.1 K docs, 702.0 MB 489.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 473.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 447.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 345.1s _1cy: 8 segs, 37.2 K docs, 147.4 MB 328.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 312.0s _1dg: 8 segs, 38.8 K docs, 153.8 MB 293.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 274.6s _1dx: 8 segs, 71.6 K docs, 284.5 MB 238.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 208.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 194.2s _1f1: 8 segs, 121.8 K docs, 484.9 MB 178.3s _1fa: 8 segs, 39.0 K docs, 154.3 MB 159.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 140.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 123.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 110.1s _1g4: 14 segs, 56.3 K docs, 222.9 MB 115.1 sec: 202 segments, 21 merges 1069.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 793.8s _16o: 8 segs, 171.8 K docs, 684.7 MB 701.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 583.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 529.0s _1ac: 8 segs, 176.1 K docs, 702.0 MB 494.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 478.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 452.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 350.2s _1cy: 8 segs, 37.2 K docs, 147.4 MB 333.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 317.0s _1dg: 8 segs, 38.8 K docs, 153.8 MB 298.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 279.6s _1dx: 8 segs, 71.6 K docs, 284.5 MB 243.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 213.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 199.2s _1f1: 8 segs, 121.8 K docs, 484.9 MB 183.3s _1fa: 8 segs, 39.0 K docs, 154.3 MB 164.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 145.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 128.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 115.1s _1g4: 14 segs, 56.3 K docs, 222.9 MB 120.1 sec: 202 segments, 21 merges 1074.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 798.8s _16o: 8 segs, 171.8 K docs, 684.7 MB 706.6s _17u: 8 segs, 264.6 K docs, 1055.6 MB 588.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 534.0s _1ac: 8 segs, 176.1 K docs, 702.0 MB 499.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 483.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 457.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 355.2s _1cy: 8 segs, 37.2 K docs, 147.4 MB 338.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 322.0s _1dg: 8 segs, 38.8 K docs, 153.8 MB 303.2s _1dp: 8 segs, 38.6 K docs, 152.7 MB 284.6s _1dx: 8 segs, 71.6 K docs, 284.5 MB 248.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 218.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 204.2s _1f1: 8 segs, 121.8 K docs, 484.9 MB 188.3s _1fa: 8 segs, 39.0 K docs, 154.3 MB 169.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 151.0s _1fq: 8 segs, 39.4 K docs, 156.0 MB 133.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 120.1s _1g4: 14 segs, 56.3 K docs, 222.9 MB 125.1 sec: 202 segments, 21 merges 1079.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 803.8s _16o: 8 segs, 171.8 K docs, 684.7 MB 711.6s _17u: 8 segs, 264.6 K docs, 1055.6 MB 593.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 539.0s _1ac: 8 segs, 176.1 K docs, 702.0 MB 504.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 488.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 462.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 360.2s _1cy: 8 segs, 37.2 K docs, 147.4 MB 343.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 327.0s _1dg: 8 segs, 38.8 K docs, 153.8 MB 308.2s _1dp: 8 segs, 38.6 K docs, 152.7 MB 289.6s _1dx: 8 segs, 71.6 K docs, 284.5 MB 253.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 223.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 209.2s _1f1: 8 segs, 121.8 K docs, 484.9 MB 193.3s _1fa: 8 segs, 39.0 K docs, 154.3 MB 174.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 156.0s _1fq: 8 segs, 39.4 K docs, 156.0 MB 138.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 125.1s _1g4: 14 segs, 56.3 K docs, 222.9 MB 130.1 sec: 202 segments, 21 merges 1084.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 808.8s _16o: 8 segs, 171.8 K docs, 684.7 MB 716.6s _17u: 8 segs, 264.6 K docs, 1055.6 MB 598.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 544.0s _1ac: 8 segs, 176.1 K docs, 702.0 MB 509.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 493.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 467.7s _1bd: 13 segs, 61.9 K docs, 244.9 MB 365.2s _1cy: 8 segs, 37.2 K docs, 147.4 MB 348.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 332.0s _1dg: 8 segs, 38.8 K docs, 153.8 MB 313.2s _1dp: 8 segs, 38.6 K docs, 152.7 MB 294.6s _1dx: 8 segs, 71.6 K docs, 284.5 MB 258.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 228.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 214.2s _1f1: 8 segs, 121.8 K docs, 484.9 MB 198.3s _1fa: 8 segs, 39.0 K docs, 154.3 MB 179.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 161.0s _1fq: 8 segs, 39.4 K docs, 156.0 MB 143.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 130.1s _1g4: 14 segs, 56.3 K docs, 222.9 MB 135.0 sec: 202 segments, 21 merges 1089.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 813.7s _16o: 8 segs, 171.8 K docs, 684.7 MB 721.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 603.5s _19g: 8 segs, 190.0 K docs, 757.6 MB 548.9s _1ac: 8 segs, 176.1 K docs, 702.0 MB 514.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 498.5s _1ay: 13 segs, 62.9 K docs, 249.2 MB 472.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 370.1s _1cy: 8 segs, 37.2 K docs, 147.4 MB 353.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 336.9s _1dg: 8 segs, 38.8 K docs, 153.8 MB 318.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 299.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 263.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 233.2s _1eu: 8 segs, 71.5 K docs, 284.1 MB 219.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 203.2s _1fa: 8 segs, 39.0 K docs, 154.3 MB 184.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 165.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 148.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 135.0s _1g4: 14 segs, 56.3 K docs, 222.9 MB 140.0 sec: 195 segments, 20 merges 1094.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 818.7s _16o: 8 segs, 171.8 K docs, 684.7 MB 726.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 608.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 519.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 503.5s _1ay: 13 segs, 62.9 K docs, 249.2 MB 477.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 375.1s _1cy: 8 segs, 37.2 K docs, 147.4 MB 358.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 341.9s _1dg: 8 segs, 38.8 K docs, 153.8 MB 323.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 304.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 268.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 238.2s _1eu: 8 segs, 71.5 K docs, 284.1 MB 224.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 208.2s _1fa: 8 segs, 39.0 K docs, 154.3 MB 189.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 170.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 153.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 140.0s _1g4: 14 segs, 56.3 K docs, 222.9 MB 145.0 sec: 195 segments, 20 merges 1099.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 823.7s _16o: 8 segs, 171.8 K docs, 684.7 MB 731.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 613.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 524.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 508.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 482.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 380.1s _1cy: 8 segs, 37.2 K docs, 147.4 MB 363.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 346.9s _1dg: 8 segs, 38.8 K docs, 153.8 MB 328.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 309.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 273.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 243.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 229.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 213.2s _1fa: 8 segs, 39.0 K docs, 154.3 MB 194.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 175.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 158.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 145.0s _1g4: 14 segs, 56.3 K docs, 222.9 MB 150.0 sec: 188 segments, 19 merges 1104.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 828.7s _16o: 8 segs, 171.8 K docs, 684.7 MB 736.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 618.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 529.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 513.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 487.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 368.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 351.9s _1dg: 8 segs, 38.8 K docs, 153.8 MB 333.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 314.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 278.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 248.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 234.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 218.2s _1fa: 8 segs, 39.0 K docs, 154.3 MB 199.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 180.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 163.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 150.0s _1g4: 14 segs, 56.3 K docs, 222.9 MB 155.0 sec: 188 segments, 19 merges 1109.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 833.8s _16o: 8 segs, 171.8 K docs, 684.7 MB 741.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 623.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 534.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 518.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 492.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 373.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 356.9s _1dg: 8 segs, 38.8 K docs, 153.8 MB 338.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 319.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 283.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 253.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 239.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 223.2s _1fa: 8 segs, 39.0 K docs, 154.3 MB 204.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 185.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 168.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 155.0s _1g4: 14 segs, 56.3 K docs, 222.9 MB 160.0 sec: 188 segments, 19 merges 1114.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 838.8s _16o: 8 segs, 171.8 K docs, 684.7 MB 746.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 628.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 539.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 523.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 497.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 378.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 361.9s _1dg: 8 segs, 38.8 K docs, 153.8 MB 343.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 324.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 288.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 258.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 244.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 228.2s _1fa: 8 segs, 39.0 K docs, 154.3 MB 209.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 190.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 173.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 160.0s _1g4: 14 segs, 56.3 K docs, 222.9 MB 165.1 sec: 188 segments, 19 merges 1119.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 843.8s _16o: 8 segs, 171.8 K docs, 684.7 MB 751.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 633.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 544.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 528.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 502.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 383.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 367.0s _1dg: 8 segs, 38.8 K docs, 153.8 MB 348.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 329.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 293.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 263.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 249.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 233.2s _1fa: 8 segs, 39.0 K docs, 154.3 MB 214.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 195.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 178.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 165.1s _1g4: 14 segs, 56.3 K docs, 222.9 MB 170.1 sec: 188 segments, 19 merges 1124.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 848.8s _16o: 8 segs, 171.8 K docs, 684.7 MB 756.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 638.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 549.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 533.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 507.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 388.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 372.0s _1dg: 8 segs, 38.8 K docs, 153.8 MB 353.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 334.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 298.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 268.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 254.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 238.2s _1fa: 8 segs, 39.0 K docs, 154.3 MB 219.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 200.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 183.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 170.1s _1g4: 14 segs, 56.3 K docs, 222.9 MB 175.1 sec: 188 segments, 19 merges 1129.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 853.8s _16o: 8 segs, 171.8 K docs, 684.7 MB 761.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 643.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 554.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 538.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 512.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 393.7s _1d7: 8 segs, 38.3 K docs, 151.5 MB 377.0s _1dg: 8 segs, 38.8 K docs, 153.8 MB 358.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 339.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 303.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 273.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 259.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 243.2s _1fa: 8 segs, 39.0 K docs, 154.3 MB 224.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 205.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 188.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 175.1s _1g4: 14 segs, 56.3 K docs, 222.9 MB 180.1 sec: 174 segments, 18 merges 1134.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 766.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 648.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 559.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 543.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 517.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 382.0s _1dg: 8 segs, 38.8 K docs, 153.8 MB 363.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 344.6s _1dx: 8 segs, 71.6 K docs, 284.5 MB 308.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 278.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 264.2s _1f1: 8 segs, 121.8 K docs, 484.9 MB 248.3s _1fa: 8 segs, 39.0 K docs, 154.3 MB 229.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 210.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 193.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 180.1s _1g4: 14 segs, 56.3 K docs, 222.9 MB 4.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 185.1 sec: 174 segments, 18 merges 1139.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 771.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 653.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 564.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 548.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 522.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 387.0s _1dg: 8 segs, 38.8 K docs, 153.8 MB 368.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 349.6s _1dx: 8 segs, 71.6 K docs, 284.5 MB 313.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 283.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 269.2s _1f1: 8 segs, 121.8 K docs, 484.9 MB 253.3s _1fa: 8 segs, 39.0 K docs, 154.3 MB 234.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 215.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 198.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 185.1s _1g4: 14 segs, 56.3 K docs, 222.9 MB 9.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 190.1 sec: 174 segments, 18 merges 1144.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 776.6s _17u: 8 segs, 264.6 K docs, 1055.6 MB 658.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 569.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 553.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 527.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 392.0s _1dg: 8 segs, 38.8 K docs, 153.8 MB 373.2s _1dp: 8 segs, 38.6 K docs, 152.7 MB 354.6s _1dx: 8 segs, 71.6 K docs, 284.5 MB 318.9s _1ee: 8 segs, 71.9 K docs, 285.7 MB 288.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 274.2s _1f1: 8 segs, 121.8 K docs, 484.9 MB 258.3s _1fa: 8 segs, 39.0 K docs, 154.3 MB 239.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 221.0s _1fq: 8 segs, 39.4 K docs, 156.0 MB 203.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 190.1s _1g4: 14 segs, 56.3 K docs, 222.9 MB 14.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 195.1 sec: 160 segments, 16 merges 1149.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 781.6s _17u: 8 segs, 264.6 K docs, 1055.6 MB 663.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 574.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 558.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 532.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 378.2s _1dp: 8 segs, 38.6 K docs, 152.7 MB 359.6s _1dx: 8 segs, 71.6 K docs, 284.5 MB 293.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 279.2s _1f1: 8 segs, 121.8 K docs, 484.9 MB 263.3s _1fa: 8 segs, 39.0 K docs, 154.3 MB 244.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 226.0s _1fq: 8 segs, 39.4 K docs, 156.0 MB 208.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 195.1s _1g4: 14 segs, 56.3 K docs, 222.9 MB 19.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 200.1 sec: 147 segments, 15 merges 1154.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 786.6s _17u: 8 segs, 264.6 K docs, 1055.6 MB 668.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 579.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 563.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 537.7s _1bd: 13 segs, 61.9 K docs, 244.9 MB 383.2s _1dp: 8 segs, 38.6 K docs, 152.7 MB 364.6s _1dx: 8 segs, 71.6 K docs, 284.5 MB 298.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 284.2s _1f1: 8 segs, 121.8 K docs, 484.9 MB 268.3s _1fa: 8 segs, 39.0 K docs, 154.3 MB 249.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 231.0s _1fq: 8 segs, 39.4 K docs, 156.0 MB 213.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 24.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 205.0 sec: 147 segments, 15 merges 1159.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 791.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 673.5s _19g: 8 segs, 190.0 K docs, 757.6 MB 584.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 568.5s _1ay: 13 segs, 62.9 K docs, 249.2 MB 542.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 388.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 369.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 303.2s _1eu: 8 segs, 71.5 K docs, 284.1 MB 289.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 273.2s _1fa: 8 segs, 39.0 K docs, 154.3 MB 254.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 235.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 218.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 29.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 210.0 sec: 147 segments, 15 merges 1164.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 796.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 678.5s _19g: 8 segs, 190.0 K docs, 757.6 MB 589.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 573.5s _1ay: 13 segs, 62.9 K docs, 249.2 MB 547.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 393.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 374.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 308.2s _1eu: 8 segs, 71.5 K docs, 284.1 MB 294.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 278.2s _1fa: 8 segs, 39.0 K docs, 154.3 MB 259.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 240.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 223.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 34.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 215.0 sec: 147 segments, 15 merges 1169.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 801.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 683.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 594.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 578.5s _1ay: 13 segs, 62.9 K docs, 249.2 MB 552.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 398.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 379.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 313.2s _1eu: 8 segs, 71.5 K docs, 284.1 MB 299.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 283.2s _1fa: 8 segs, 39.0 K docs, 154.3 MB 264.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 245.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 228.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 39.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 220.0 sec: 147 segments, 15 merges 1174.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 806.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 688.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 599.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 583.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 557.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 403.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 384.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 318.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 304.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 288.2s _1fa: 8 segs, 39.0 K docs, 154.3 MB 269.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 250.9s _1fq: 8 segs, 39.4 K docs, 156.0 MB 233.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 44.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 225.0 sec: 133 segments, 13 merges 1179.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 811.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 693.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 604.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 588.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 562.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 408.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 389.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 323.3s _1eu: 8 segs, 71.5 K docs, 284.1 MB 309.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 274.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 238.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 49.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 230.0 sec: 126 segments, 12 merges 1184.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 816.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 698.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 609.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 593.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 567.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 413.1s _1dp: 8 segs, 38.6 K docs, 152.7 MB 394.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 314.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 279.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 243.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 54.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 235.0 sec: 119 segments, 12 merges 1189.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 821.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 703.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 614.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 598.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 572.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 399.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 319.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 284.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 248.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 59.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 1.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 240.1 sec: 119 segments, 12 merges 1194.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 826.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 708.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 619.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 603.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 577.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 404.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 324.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 289.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 253.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 64.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 6.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 245.0 sec: 119 segments, 12 merges 1199.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 831.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 713.5s _19g: 8 segs, 190.0 K docs, 757.6 MB 624.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 608.5s _1ay: 13 segs, 62.9 K docs, 249.2 MB 582.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 409.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 329.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 294.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 258.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 69.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 11.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 250.0 sec: 119 segments, 12 merges 1204.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 836.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 718.5s _19g: 8 segs, 190.0 K docs, 757.6 MB 629.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 613.5s _1ay: 13 segs, 62.9 K docs, 249.2 MB 587.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 414.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 334.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 299.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 263.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 74.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 16.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 255.0 sec: 119 segments, 12 merges 1209.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 841.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 723.5s _19g: 8 segs, 190.0 K docs, 757.6 MB 634.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 618.5s _1ay: 13 segs, 62.9 K docs, 249.2 MB 592.6s _1bd: 13 segs, 61.9 K docs, 244.9 MB 419.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 339.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 304.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 268.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 79.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 21.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 260.0 sec: 107 segments, 11 merges 1214.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 846.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 728.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 639.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 623.5s _1ay: 13 segs, 62.9 K docs, 249.2 MB 424.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 344.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 309.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 273.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 84.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 26.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 265.0 sec: 107 segments, 11 merges 1219.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 851.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 733.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 644.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 628.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 429.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 349.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 314.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 278.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 89.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 31.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 270.0 sec: 107 segments, 11 merges 1224.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 856.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 738.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 649.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 633.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 434.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 354.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 319.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 283.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 94.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 36.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 275.0 sec: 107 segments, 11 merges 1229.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 861.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 743.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 654.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 638.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 439.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 359.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 324.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 288.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 99.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 41.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 280.0 sec: 107 segments, 11 merges 1234.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 866.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 748.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 659.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 643.6s _1ay: 13 segs, 62.9 K docs, 249.2 MB 444.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 364.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 329.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 293.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 104.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 46.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 285.1 sec: 95 segments, 10 merges 1239.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 871.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 753.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 664.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 449.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 369.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 334.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 298.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 109.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 51.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 290.1 sec: 95 segments, 10 merges 1244.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 876.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 758.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 669.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 454.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 374.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 339.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 303.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 114.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 56.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 295.1 sec: 95 segments, 10 merges 1249.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 881.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 763.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 674.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 459.5s _1dx: 8 segs, 71.6 K docs, 284.5 MB 379.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 344.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 308.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 119.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 61.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 300.1 sec: 95 segments, 10 merges 1254.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 886.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 768.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 679.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 464.6s _1dx: 8 segs, 71.6 K docs, 284.5 MB 384.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 349.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 313.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 124.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 66.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 305.1 sec: 95 segments, 10 merges 1259.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 891.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 773.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 684.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 469.6s _1dx: 8 segs, 71.6 K docs, 284.5 MB 389.2s _1f1: 8 segs, 121.8 K docs, 484.9 MB 354.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 318.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 129.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 71.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 310.1 sec: 95 segments, 10 merges 1264.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 896.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 778.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 689.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 474.6s _1dx: 8 segs, 71.6 K docs, 284.5 MB 394.2s _1f1: 8 segs, 121.8 K docs, 484.9 MB 359.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 323.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 134.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 76.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 315.1 sec: 95 segments, 10 merges 1269.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 901.6s _17u: 8 segs, 264.6 K docs, 1055.6 MB 783.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 694.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 479.6s _1dx: 8 segs, 71.6 K docs, 284.5 MB 399.2s _1f1: 8 segs, 121.8 K docs, 484.9 MB 364.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 328.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 139.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 81.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 320.1 sec: 95 segments, 10 merges 1274.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 906.6s _17u: 8 segs, 264.6 K docs, 1055.6 MB 788.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 699.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 484.6s _1dx: 8 segs, 71.6 K docs, 284.5 MB 404.2s _1f1: 8 segs, 121.8 K docs, 484.9 MB 369.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 333.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 144.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 86.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 325.1 sec: 95 segments, 10 merges 1279.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 911.6s _17u: 8 segs, 264.6 K docs, 1055.6 MB 793.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 704.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 489.6s _1dx: 8 segs, 71.6 K docs, 284.5 MB 409.2s _1f1: 8 segs, 121.8 K docs, 484.9 MB 374.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 338.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 149.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 91.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 330.1 sec: 95 segments, 10 merges 1284.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 916.6s _17u: 8 segs, 264.6 K docs, 1055.6 MB 798.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 709.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 494.6s _1dx: 8 segs, 71.6 K docs, 284.5 MB 414.2s _1f1: 8 segs, 121.8 K docs, 484.9 MB 379.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 343.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 154.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 96.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 335.0 sec: 88 segments, 9 merges 1289.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 921.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 803.5s _19g: 8 segs, 190.0 K docs, 757.6 MB 714.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 419.1s _1f1: 8 segs, 121.8 K docs, 484.9 MB 384.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 348.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 159.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 101.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 340.0 sec: 81 segments, 8 merges 1294.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 926.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 808.5s _19g: 8 segs, 190.0 K docs, 757.6 MB 719.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 389.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 353.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 164.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 106.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 345.0 sec: 81 segments, 8 merges 1299.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 931.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 813.5s _19g: 8 segs, 190.0 K docs, 757.6 MB 724.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 394.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 358.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 169.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 111.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 350.0 sec: 81 segments, 8 merges 1304.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 936.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 818.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 729.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 399.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 363.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 174.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 116.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 355.0 sec: 81 segments, 8 merges 1309.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 941.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 823.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 734.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 404.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 368.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 179.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 121.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 360.0 sec: 81 segments, 8 merges 1314.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 946.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 828.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 739.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 409.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 373.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 184.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 126.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 365.0 sec: 81 segments, 8 merges 1319.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 951.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 833.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 744.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 414.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 378.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 189.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 131.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 370.0 sec: 81 segments, 8 merges 1324.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 956.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 838.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 749.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 419.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 383.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 194.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 136.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 375.0 sec: 81 segments, 8 merges 1329.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 961.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 843.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 754.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 424.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 388.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 199.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 141.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 380.1 sec: 81 segments, 8 merges 1334.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 966.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 848.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 759.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 429.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 393.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 204.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 146.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 385.1 sec: 81 segments, 8 merges 1339.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 971.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 853.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 764.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 434.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 398.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 209.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 151.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 390.1 sec: 81 segments, 8 merges 1344.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 976.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 858.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 769.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 439.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 403.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 214.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 156.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 395.1 sec: 81 segments, 8 merges 1349.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 981.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 863.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 774.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 444.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 408.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 219.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 161.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 400.1 sec: 81 segments, 8 merges 1354.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 986.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 868.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 779.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 449.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 413.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 224.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 166.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 405.1 sec: 81 segments, 8 merges 1359.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 991.6s _17u: 8 segs, 264.6 K docs, 1055.6 MB 873.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 784.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 454.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 418.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 229.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 171.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 410.1 sec: 81 segments, 8 merges 1364.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 996.6s _17u: 8 segs, 264.6 K docs, 1055.6 MB 878.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 789.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 459.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 423.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 234.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 176.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 415.1 sec: 81 segments, 8 merges 1369.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 1001.6s _17u: 8 segs, 264.6 K docs, 1055.6 MB 883.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 794.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 464.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 428.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 239.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 181.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 420.1 sec: 81 segments, 8 merges 1374.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 1006.6s _17u: 8 segs, 264.6 K docs, 1055.6 MB 888.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 799.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 469.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 433.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 244.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 186.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 425.0 sec: 81 segments, 8 merges 1379.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 1011.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 893.5s _19g: 8 segs, 190.0 K docs, 757.6 MB 804.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 474.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 438.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 249.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 191.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 430.0 sec: 81 segments, 8 merges 1384.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 1016.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 898.5s _19g: 8 segs, 190.0 K docs, 757.6 MB 809.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 479.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 443.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 254.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 196.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 435.0 sec: 81 segments, 8 merges 1389.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 1021.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 903.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 814.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 484.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 448.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 259.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 201.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 440.0 sec: 81 segments, 8 merges 1394.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 1026.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 908.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 819.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 489.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 453.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 264.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 206.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 445.0 sec: 81 segments, 8 merges 1399.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 1031.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 913.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 824.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 494.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 458.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 269.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 211.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 450.0 sec: 81 segments, 8 merges 1404.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 1036.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 918.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 829.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 499.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 463.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 274.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 216.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 455.0 sec: 81 segments, 8 merges 1409.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 1041.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 923.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 834.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 504.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 468.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 279.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 221.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 460.0 sec: 81 segments, 8 merges 1414.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 1046.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 928.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 839.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 509.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 473.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 284.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 226.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 465.1 sec: 81 segments, 8 merges 1419.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 1051.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 933.6s _19g: 8 segs, 190.0 K docs, 757.6 MB 844.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 514.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 478.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 289.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 231.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 470.1 sec: 74 segments, 7 merges 1424.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 1056.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 849.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 519.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 483.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 294.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 236.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 475.1 sec: 74 segments, 7 merges 1429.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 1061.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 854.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 524.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 488.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 299.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 241.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 480.1 sec: 74 segments, 7 merges 1434.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 1066.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 859.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 529.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 493.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 304.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 246.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 485.1 sec: 74 segments, 7 merges 1439.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 1071.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 864.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 534.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 498.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 309.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 251.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 490.1 sec: 74 segments, 7 merges 1444.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 1076.5s _17u: 8 segs, 264.6 K docs, 1055.6 MB 869.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 539.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 503.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 314.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 256.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 495.1 sec: 67 segments, 6 merges 1449.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 874.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 544.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 508.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 319.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 261.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 500.1 sec: 67 segments, 6 merges 1454.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 879.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 549.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 513.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 324.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 266.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 505.1 sec: 67 segments, 6 merges 1459.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 884.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 554.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 518.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 329.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 271.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 510.1 sec: 67 segments, 6 merges 1464.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 889.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 559.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 523.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 334.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 276.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 515.0 sec: 67 segments, 6 merges 1469.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 894.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 564.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 528.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 339.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 281.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 520.1 sec: 67 segments, 6 merges 1474.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 899.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 569.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 533.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 344.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 286.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 525.1 sec: 67 segments, 6 merges 1479.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 904.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 574.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 538.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 349.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 291.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 530.0 sec: 67 segments, 6 merges 1484.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 909.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 579.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 543.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 354.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 296.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 535.0 sec: 67 segments, 6 merges 1489.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 914.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 584.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 548.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 359.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 301.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 540.0 sec: 67 segments, 6 merges 1494.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 919.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 589.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 553.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 364.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 306.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 545.0 sec: 67 segments, 6 merges 1499.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 924.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 594.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 558.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 369.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 311.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 550.0 sec: 67 segments, 6 merges 1504.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 929.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 599.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 563.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 374.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 316.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 555.0 sec: 67 segments, 6 merges 1509.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 934.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 604.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 568.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 379.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 321.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 560.0 sec: 67 segments, 6 merges 1514.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 939.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 609.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 573.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 384.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 326.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 565.0 sec: 67 segments, 6 merges 1519.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 944.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 614.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 578.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 389.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 331.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 570.0 sec: 67 segments, 6 merges 1524.0s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 949.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 619.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 583.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 394.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 336.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 575.1 sec: 67 segments, 6 merges 1529.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 954.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 624.7s _1fi: 8 segs, 173.8 K docs, 692.8 MB 588.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 399.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 341.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 580.1 sec: 67 segments, 6 merges 1534.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 959.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 629.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 593.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 404.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 346.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 585.1 sec: 67 segments, 6 merges 1539.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 964.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 634.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 598.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 409.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 351.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 590.1 sec: 67 segments, 6 merges 1544.1s _12m: 8 segs, 1124.8 K docs, 4494.0 MB 969.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 639.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 603.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 414.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 356.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 595.1 sec: 60 segments, 5 merges 974.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 644.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 608.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 419.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 361.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 600.1 sec: 60 segments, 5 merges 979.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 649.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 613.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 424.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 366.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 605.1 sec: 60 segments, 5 merges 984.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 654.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 618.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 429.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 371.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 610.1 sec: 60 segments, 5 merges 989.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 659.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 623.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 434.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 376.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 615.1 sec: 60 segments, 5 merges 994.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 664.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 628.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 439.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 381.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 620.1 sec: 60 segments, 5 merges 999.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 669.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 633.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 444.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 386.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 625.1 sec: 60 segments, 5 merges 1004.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 674.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 638.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 449.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 391.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 630.1 sec: 60 segments, 5 merges 1009.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 679.8s _1fi: 8 segs, 173.8 K docs, 692.8 MB 643.1s _1fy: 8 segs, 173.0 K docs, 689.7 MB 454.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 396.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 635.0 sec: 53 segments, 5 merges 1014.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 648.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 459.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 401.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 0.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 640.0 sec: 53 segments, 5 merges 1019.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 653.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 464.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 406.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 5.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 645.0 sec: 53 segments, 5 merges 1024.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 658.0s _1fy: 8 segs, 173.0 K docs, 689.7 MB 469.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 411.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 10.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 650.0 sec: 46 segments, 4 merges 1029.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 474.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 416.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 15.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 655.0 sec: 46 segments, 4 merges 1034.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 479.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 421.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 20.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 660.0 sec: 46 segments, 4 merges 1039.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 484.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 426.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 25.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 665.0 sec: 46 segments, 4 merges 1044.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 489.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 431.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 30.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 670.0 sec: 46 segments, 4 merges 1049.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 494.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 436.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 35.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 675.0 sec: 46 segments, 4 merges 1054.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 499.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 441.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 40.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 680.0 sec: 46 segments, 4 merges 1059.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 504.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 446.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 45.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 685.0 sec: 46 segments, 4 merges 1064.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 509.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 451.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 50.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 690.0 sec: 46 segments, 4 merges 1069.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 514.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 456.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 55.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 695.1 sec: 46 segments, 4 merges 1074.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 519.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 461.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 60.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 700.1 sec: 46 segments, 4 merges 1079.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 524.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 466.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 65.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 705.1 sec: 46 segments, 4 merges 1084.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 529.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 471.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 70.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 710.1 sec: 46 segments, 4 merges 1089.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 534.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 476.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 75.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 715.1 sec: 46 segments, 4 merges 1094.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 539.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 481.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 80.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 720.1 sec: 46 segments, 4 merges 1099.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 544.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 486.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 85.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 725.1 sec: 46 segments, 4 merges 1104.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 549.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 491.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 90.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 730.1 sec: 46 segments, 4 merges 1109.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 554.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 496.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 95.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 735.1 sec: 46 segments, 4 merges 1114.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 559.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 501.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 100.2s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 740.1 sec: 46 segments, 4 merges 1119.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 564.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 506.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 105.2s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 745.1 sec: 46 segments, 4 merges 1124.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 569.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 511.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 110.2s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 750.1 sec: 46 segments, 4 merges 1129.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 574.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 516.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 115.2s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 755.0 sec: 46 segments, 4 merges 1134.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 579.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 521.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 120.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 760.0 sec: 46 segments, 4 merges 1139.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 584.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 526.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 125.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 765.0 sec: 46 segments, 4 merges 1144.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 589.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 531.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 130.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 770.0 sec: 46 segments, 4 merges 1149.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 594.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 536.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 135.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 775.0 sec: 46 segments, 4 merges 1154.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 599.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 541.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 140.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 780.0 sec: 46 segments, 4 merges 1159.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 604.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 546.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 145.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 785.0 sec: 46 segments, 4 merges 1164.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 609.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 551.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 150.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 790.0 sec: 46 segments, 4 merges 1169.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 614.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 556.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 155.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 795.0 sec: 46 segments, 4 merges 1174.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 619.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 561.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 160.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 800.0 sec: 46 segments, 4 merges 1179.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 624.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 566.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 165.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 805.0 sec: 46 segments, 4 merges 1184.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 629.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 571.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 170.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 810.0 sec: 46 segments, 4 merges 1189.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 634.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 576.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 175.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 815.1 sec: 46 segments, 4 merges 1194.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 639.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 581.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 180.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 820.1 sec: 46 segments, 4 merges 1199.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 644.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 586.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 185.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 825.1 sec: 46 segments, 4 merges 1204.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 649.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 591.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 190.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 830.1 sec: 46 segments, 4 merges 1209.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 654.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 596.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 195.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 835.1 sec: 46 segments, 4 merges 1214.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 659.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 601.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 200.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 840.1 sec: 46 segments, 4 merges 1219.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 664.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 606.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 205.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 845.1 sec: 46 segments, 4 merges 1224.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 669.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 611.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 210.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 850.1 sec: 46 segments, 4 merges 1229.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 674.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 616.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 215.2s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 855.1 sec: 46 segments, 4 merges 1234.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 679.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 621.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 220.2s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 860.1 sec: 46 segments, 4 merges 1239.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 684.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 626.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 225.2s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 865.1 sec: 46 segments, 4 merges 1244.3s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 689.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 631.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 230.2s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 870.0 sec: 46 segments, 4 merges 1249.2s _1ar: 8 segs, 840.2 K docs, 3356.0 MB 694.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 636.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 235.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 875.1 sec: 39 segments, 3 merges 699.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 641.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 240.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 880.1 sec: 39 segments, 3 merges 704.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 646.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 245.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 885.1 sec: 39 segments, 3 merges 709.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 651.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 250.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 890.1 sec: 39 segments, 3 merges 714.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 656.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 255.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 895.1 sec: 39 segments, 3 merges 719.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 661.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 260.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 900.1 sec: 39 segments, 3 merges 724.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 666.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 265.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 905.1 sec: 39 segments, 3 merges 729.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 671.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 270.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 910.1 sec: 39 segments, 3 merges 734.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 676.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 275.2s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 915.1 sec: 39 segments, 3 merges 739.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 681.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 280.2s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 920.1 sec: 39 segments, 3 merges 744.7s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 686.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 285.2s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 925.0 sec: 39 segments, 3 merges 749.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 691.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 290.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 930.0 sec: 39 segments, 3 merges 754.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 696.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 295.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 935.0 sec: 39 segments, 3 merges 759.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 701.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 300.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 940.0 sec: 39 segments, 3 merges 764.6s _1g5: 8 segs, 416.1 K docs, 1659.7 MB 706.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 305.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 945.0 sec: 32 segments, 2 merges 711.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 310.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 950.0 sec: 32 segments, 2 merges 716.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 315.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 955.0 sec: 32 segments, 2 merges 721.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 320.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 960.0 sec: 32 segments, 2 merges 726.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 325.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 965.0 sec: 32 segments, 2 merges 731.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 330.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 970.1 sec: 32 segments, 2 merges 736.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 335.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 975.1 sec: 32 segments, 2 merges 741.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 340.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 980.1 sec: 32 segments, 2 merges 746.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 345.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 985.1 sec: 32 segments, 2 merges 751.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 350.2s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 990.1 sec: 32 segments, 2 merges 756.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 355.2s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 995.0 sec: 32 segments, 2 merges 761.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 360.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1000.0 sec: 32 segments, 2 merges 766.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 365.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1005.0 sec: 32 segments, 2 merges 771.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 370.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1010.0 sec: 32 segments, 2 merges 776.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 375.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1015.0 sec: 32 segments, 2 merges 781.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 380.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1020.0 sec: 32 segments, 2 merges 786.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 385.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1025.0 sec: 32 segments, 2 merges 791.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 390.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1030.0 sec: 32 segments, 2 merges 796.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 395.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1035.0 sec: 32 segments, 2 merges 801.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 400.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1040.0 sec: 32 segments, 2 merges 806.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 405.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1045.1 sec: 32 segments, 2 merges 811.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 410.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1050.1 sec: 32 segments, 2 merges 816.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 415.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1055.1 sec: 32 segments, 2 merges 821.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 420.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1060.1 sec: 32 segments, 2 merges 826.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 425.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1065.1 sec: 32 segments, 2 merges 831.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 430.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1070.1 sec: 32 segments, 2 merges 836.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 435.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1075.1 sec: 32 segments, 2 merges 841.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 440.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1080.1 sec: 32 segments, 2 merges 846.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 445.2s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1085.1 sec: 32 segments, 2 merges 851.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 450.2s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1090.1 sec: 32 segments, 2 merges 856.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 455.2s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1095.1 sec: 32 segments, 2 merges 861.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 460.2s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1100.0 sec: 32 segments, 2 merges 866.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 465.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1105.0 sec: 32 segments, 2 merges 871.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 470.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1110.0 sec: 32 segments, 2 merges 876.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 475.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1115.0 sec: 32 segments, 2 merges 881.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 480.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1120.0 sec: 32 segments, 2 merges 886.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 485.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1125.0 sec: 32 segments, 2 merges 891.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 490.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1130.0 sec: 32 segments, 2 merges 896.1s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 495.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1135.0 sec: 32 segments, 2 merges 901.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 500.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1140.0 sec: 32 segments, 2 merges 906.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 505.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1145.0 sec: 32 segments, 2 merges 911.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 510.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1150.0 sec: 32 segments, 2 merges 916.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 515.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1155.1 sec: 32 segments, 2 merges 921.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 520.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1160.1 sec: 32 segments, 2 merges 926.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 525.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1165.1 sec: 32 segments, 2 merges 931.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 530.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1170.1 sec: 32 segments, 2 merges 936.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 535.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1175.1 sec: 32 segments, 2 merges 941.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 540.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1180.1 sec: 32 segments, 2 merges 946.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 545.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1185.1 sec: 32 segments, 2 merges 951.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 550.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1190.1 sec: 32 segments, 2 merges 956.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 555.2s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1195.1 sec: 32 segments, 2 merges 961.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 560.2s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1200.1 sec: 32 segments, 2 merges 966.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 565.2s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1205.0 sec: 32 segments, 2 merges 971.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 570.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1210.0 sec: 32 segments, 2 merges 976.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 575.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1215.1 sec: 32 segments, 2 merges 981.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 580.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1220.1 sec: 32 segments, 2 merges 986.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 585.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1225.1 sec: 32 segments, 2 merges 991.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 590.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1230.1 sec: 32 segments, 2 merges 996.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 595.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1235.1 sec: 32 segments, 2 merges 1001.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 600.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1240.1 sec: 32 segments, 2 merges 1006.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 605.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1245.1 sec: 32 segments, 2 merges 1011.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 610.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1250.1 sec: 32 segments, 2 merges 1016.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 615.2s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1255.1 sec: 32 segments, 2 merges 1021.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 620.2s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1260.1 sec: 32 segments, 2 merges 1026.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 625.2s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1265.1 sec: 32 segments, 2 merges 1031.2s _1g6: 8 segs, 1230.0 K docs, 4915.0 MB 630.2s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1270.0 sec: 25 segments, 1 merges 635.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1275.0 sec: 25 segments, 1 merges 640.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1280.0 sec: 25 segments, 1 merges 645.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1285.0 sec: 25 segments, 1 merges 650.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1290.0 sec: 25 segments, 1 merges 655.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1295.0 sec: 25 segments, 1 merges 660.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1300.0 sec: 25 segments, 1 merges 665.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1305.0 sec: 25 segments, 1 merges 670.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1310.0 sec: 25 segments, 1 merges 675.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1315.1 sec: 25 segments, 1 merges 680.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1320.1 sec: 25 segments, 1 merges 685.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1325.1 sec: 25 segments, 1 merges 690.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1330.1 sec: 25 segments, 1 merges 695.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1335.1 sec: 25 segments, 1 merges 700.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1340.1 sec: 25 segments, 1 merges 705.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1345.1 sec: 25 segments, 1 merges 710.2s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1350.1 sec: 25 segments, 1 merges 715.2s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1355.1 sec: 25 segments, 1 merges 720.2s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1360.1 sec: 25 segments, 1 merges 725.2s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1365.0 sec: 25 segments, 1 merges 730.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1370.0 sec: 25 segments, 1 merges 735.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1375.0 sec: 25 segments, 1 merges 740.1s _1g7: 8 segs, 474.5 K docs, 1893.3 MB 1380.0 sec: 18 segments, 0 merges done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 3123 seconds reindex takes 3123.39 sec index has 18 segments: segments_2: _et(11.0.0):C724226 _6f(11.0.0):C252602 _ch(11.0.0):C208728 _dy(11.0.0):C211871 _ux(11.0.0):C1069197 _sp(11.0.0):C447063 _12m(11.0.0):C1124761 _1g6(11.0.0):C1229996 _1ar(11.0.0):C840164 _17u(11.0.0):C264629 _19g(11.0.0):C190020 _1g5(11.0.0):C416092 _1fy(11.0.0):C173039 _1fi(11.0.0):C173827 _1g7(11.0.0):C474541 _1f1(11.0.0):C121814 _1dg(11.0.0):C38849 _1dp(11.0.0):C38581 _et: 2897.8 MB _6f: 1009.9 MB _ch: 834.3 MB _dy: 846.9 MB _ux: 4280.1 MB _sp: 1788.1 MB _12m: 4503.1 MB _1g6: 4924.9 MB _1ar: 3362.3 MB _17u: 1058.0 MB _19g: 759.5 MB _1g5: 1664.2 MB _1fy: 691.5 MB _1fi: 694.7 MB _1g7: 1898.1 MB _1f1: 486.6 MB _1dg: 154.9 MB _1dp: 153.8 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=4.0 index disk usage is 32008.59 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=55580167430 cpu@end=68565909522 deltaMS=12985.742092 thread 14 name=Reference Handler cpu@start=2291518 cpu@end=2291518 deltaMS=0.0 thread 15 name=Finalizer cpu@start=192117 cpu@end=192117 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=77050 cpu@end=77050 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=25743594 cpu@end=25869268 deltaMS=0.125674 thread 41 name=JFR Recorder Thread cpu@start=46374727349 cpu@end=46376786095 deltaMS=2.058746 thread 42 name=JFR Periodic Tasks cpu@start=323556957646 cpu@end=324178068362 deltaMS=621.110716 thread 45 name=Notification Thread cpu@start=111205 cpu@end=111205 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=4462758834152 cpu@end=4462758834152 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=4462774817760 cpu@end=4462774817760 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=4456704708121 cpu@end=4456704708121 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=4462046414114 cpu@end=4462046414114 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=4459974884809 cpu@end=4459974884809 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=4458173425411 cpu@end=4458173425411 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=4464819845540 cpu@end=4464819845540 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=4465736509195 cpu@end=4465736509195 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=4462943830734 cpu@end=4462943830734 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=4464426705157 cpu@end=4464426705157 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=4464826780939 cpu@end=4464826780939 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=4465312095869 cpu@end=4465312095869 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=4460637970347 cpu@end=4460637970347 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=4464791950882 cpu@end=4464791950882 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=4465846202718 cpu@end=4465846202718 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=4461861454612 cpu@end=4461861454612 deltaMS=0.0 Average CPU cores used: 1.0469587632995832 completed 1000 searches in 12998 ms: 76 QPS CPU time=13608 ms checking results SUMMARY: 0.975 12.998 13.608 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 66862 3123.39 2561.32 0.00 18 32008.59 null N/A 1.000 31250.000 31250.000 false HNSW no Leaf 0 has 4 layers Leaf 0 has 724226 documents Graph level=3 size=28, Fanout min=3, mean=7.14, max=12, meandelta=67747.15 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 7 7 7 8 8 9 12 Graph level=2 size=603, Fanout min=7, mean=21.57, max=32, meandelta=30976.65 % 0 10 20 30 40 50 60 70 80 90 100 0 14 15 17 19 21 23 25 29 32 32 Graph level=1 size=22195, Fanout min=3, mean=27.98, max=32, meandelta=23693.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=724226, Fanout min=1, mean=39.57, max=64, meandelta=16960.42 % 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=28, connectedness=1.00 Graph level=2 size=603, connectedness=1.00 Graph level=1 size=22195, connectedness=1.00 Graph level=0 size=724226, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 252602 documents Graph level=3 size=15, Fanout min=2, mean=4.40, max=7, meandelta=26066.85 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 3 4 4 5 5 5 6 7 Graph level=2 size=220, Fanout min=5, mean=15.78, max=32, meandelta=13560.21 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 13 14 15 17 18 20 22 32 Graph level=1 size=7841, Fanout min=8, mean=27.34, max=32, meandelta=8449.23 % 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=252602, Fanout min=1, mean=39.40, max=64, meandelta=5954.42 % 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=220, connectedness=1.00 Graph level=1 size=7841, connectedness=1.00 Graph level=0 size=252602, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 208728 documents Graph level=3 size=6, Fanout min=2, mean=2.67, max=3, meandelta=41771.13 % 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=187, Fanout min=5, mean=14.98, max=31, meandelta=11739.86 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 13 14 15 17 19 22 31 Graph level=1 size=6509, Fanout min=6, mean=27.20, max=32, meandelta=7014.70 % 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=208728, Fanout min=1, mean=39.37, max=64, meandelta=4923.90 % 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=6, connectedness=1.00 Graph level=2 size=187, connectedness=1.00 Graph level=1 size=6509, connectedness=1.00 Graph level=0 size=208728, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 211871 documents Graph level=3 size=10, Fanout min=2, mean=3.80, max=6, meandelta=37503.79 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 3 3 3 4 4 5 5 6 Graph level=2 size=193, Fanout min=6, mean=14.78, max=32, meandelta=12401.06 % 0 10 20 30 40 50 60 70 80 90 100 0 9 10 12 13 14 16 17 18 22 32 Graph level=1 size=6574, Fanout min=7, mean=27.19, max=32, meandelta=7118.99 % 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=211871, Fanout min=2, mean=39.32, max=64, meandelta=5004.73 % 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=10, connectedness=1.00 Graph level=2 size=193, connectedness=1.00 Graph level=1 size=6574, connectedness=1.00 Graph level=0 size=211871, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 1069197 documents Graph level=3 size=55, Fanout min=3, mean=8.84, max=17, meandelta=91468.45 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 7 7 8 10 10 11 12 17 Graph level=2 size=965, Fanout min=6, mean=23.84, max=32, meandelta=40853.79 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 20 22 24 27 29 32 32 32 Graph level=1 size=32635, Fanout min=2, mean=28.04, max=32, meandelta=34887.69 % 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=1069197, Fanout min=1, mean=39.47, max=64, meandelta=25083.27 % 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=55, connectedness=1.00 Graph level=2 size=965, connectedness=1.00 Graph level=1 size=32635, connectedness=1.00 Graph level=0 size=1069197, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 447063 documents Graph level=3 size=27, Fanout min=3, mean=6.37, max=9, meandelta=47437.05 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 5 6 6 7 8 9 9 Graph level=2 size=380, Fanout min=7, mean=18.84, max=32, meandelta=19857.55 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 15 16 18 20 22 24 27 32 Graph level=1 size=13582, Fanout min=5, mean=27.71, max=32, meandelta=14674.45 % 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=447063, Fanout min=1, mean=39.56, max=64, meandelta=10484.46 % 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=27, connectedness=1.00 Graph level=2 size=380, connectedness=1.00 Graph level=1 size=13582, connectedness=1.00 Graph level=0 size=447063, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 1124761 documents Graph level=3 size=67, Fanout min=4, mean=9.58, max=17, meandelta=94057.66 % 0 10 20 30 40 50 60 70 80 90 100 0 5 7 8 8 9 10 11 13 14 17 Graph level=2 size=1055, Fanout min=7, mean=23.73, max=32, meandelta=43037.34 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 21 24 26 29 32 32 32 Graph level=1 size=34414, Fanout min=4, mean=28.15, max=32, meandelta=36681.46 % 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=1124761, Fanout min=1, mean=39.50, max=64, meandelta=26358.43 % 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=67, connectedness=1.00 Graph level=2 size=1055, connectedness=1.00 Graph level=1 size=34414, connectedness=1.00 Graph level=0 size=1124761, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 1229996 documents Graph level=3 size=61, Fanout min=4, mean=8.85, max=18, meandelta=105470.51 % 0 10 20 30 40 50 60 70 80 90 100 0 5 7 7 8 8 9 9 11 11 18 Graph level=2 size=1104, Fanout min=9, mean=23.79, max=32, meandelta=46527.26 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 21 24 26 29 32 32 32 Graph level=1 size=37575, Fanout min=4, mean=28.12, max=32, meandelta=40047.82 % 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=1229996, Fanout min=1, mean=39.41, max=64, meandelta=28878.14 % 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=61, connectedness=1.00 Graph level=2 size=1104, connectedness=1.00 Graph level=1 size=37575, connectedness=1.00 Graph level=0 size=1229996, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 840164 documents Graph level=3 size=37, Fanout min=3, mean=7.68, max=15, meandelta=83656.43 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 7 8 8 9 9 10 15 Graph level=2 size=742, Fanout min=7, mean=22.43, max=32, meandelta=33535.17 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 22 24 27 30 32 32 Graph level=1 size=25798, Fanout min=3, mean=28.03, max=32, meandelta=27424.62 % 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=840164, Fanout min=1, mean=39.55, max=64, meandelta=19679.16 % 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=742, connectedness=1.00 Graph level=1 size=25798, connectedness=1.00 Graph level=0 size=840164, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 264629 documents Graph level=3 size=10, Fanout min=2, mean=3.60, max=6, meandelta=45705.80 % 0 10 20 30 40 50 60 70 80 90 100 0 2 2 2 3 3 4 4 4 6 6 Graph level=2 size=242, Fanout min=5, mean=16.06, max=32, meandelta=14258.50 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 15 17 18 20 24 32 Graph level=1 size=8157, Fanout min=7, mean=27.38, max=32, meandelta=8798.33 % 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=264629, Fanout min=1, mean=39.49, max=64, meandelta=6219.41 % 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=10, connectedness=1.00 Graph level=2 size=242, connectedness=1.00 Graph level=1 size=8157, connectedness=1.00 Graph level=0 size=264629, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 190020 documents Graph level=3 size=9, Fanout min=1, mean=2.89, max=5, meandelta=25691.88 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 2 3 3 3 3 3 3 5 Graph level=2 size=169, Fanout min=6, mean=14.11, max=32, meandelta=11078.47 % 0 10 20 30 40 50 60 70 80 90 100 0 8 10 11 12 13 14 16 18 21 32 Graph level=1 size=5857, Fanout min=8, mean=27.00, max=32, meandelta=6440.88 % 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=190020, Fanout min=1, mean=39.30, max=64, meandelta=4487.97 % 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=9, connectedness=1.00 Graph level=2 size=169, connectedness=1.00 Graph level=1 size=5857, connectedness=1.00 Graph level=0 size=190020, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 416092 documents Graph level=3 size=13, Fanout min=2, mean=3.85, max=6, meandelta=70286.98 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 3 4 4 4 4 4 4 6 Graph level=2 size=392, Fanout min=6, mean=19.24, max=32, meandelta=19129.28 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 16 17 19 20 22 24 28 32 Graph level=1 size=12897, Fanout min=6, mean=27.76, max=32, meandelta=13729.51 % 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=416092, Fanout min=1, mean=39.61, max=64, meandelta=9747.83 % 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=13, connectedness=1.00 Graph level=2 size=392, connectedness=1.00 Graph level=1 size=12897, connectedness=1.00 Graph level=0 size=416092, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 173039 documents Graph level=3 size=7, Fanout min=2, mean=2.86, max=4, meandelta=25550.85 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 2 3 3 3 4 4 Graph level=2 size=149, Fanout min=4, mean=13.37, max=25, meandelta=10446.99 % 0 10 20 30 40 50 60 70 80 90 100 0 8 9 11 11 13 14 16 17 20 25 Graph level=1 size=5339, Fanout min=8, mean=26.88, max=32, meandelta=5883.51 % 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=173039, Fanout min=1, mean=39.18, max=64, meandelta=4097.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=7, connectedness=1.00 Graph level=2 size=149, connectedness=1.00 Graph level=1 size=5339, connectedness=1.00 Graph level=0 size=173039, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 173827 documents Graph level=3 size=7, Fanout min=2, mean=3.43, max=5, meandelta=21958.67 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 3 4 4 4 4 5 Graph level=2 size=149, Fanout min=6, mean=13.74, max=32, meandelta=10366.44 % 0 10 20 30 40 50 60 70 80 90 100 0 8 10 11 12 12 14 15 17 20 32 Graph level=1 size=5358, Fanout min=7, mean=27.15, max=32, meandelta=5859.32 % 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=173827, Fanout min=1, mean=39.25, max=64, meandelta=4110.14 % 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=7, connectedness=1.00 Graph level=2 size=149, connectedness=1.00 Graph level=1 size=5358, connectedness=1.00 Graph level=0 size=173827, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 474541 documents Graph level=3 size=20, Fanout min=2, mean=5.10, max=9, meandelta=62379.90 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 4 4 5 6 7 7 9 Graph level=2 size=389, Fanout min=6, mean=18.65, max=32, meandelta=20953.83 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 15 16 18 20 21 23 27 32 Graph level=1 size=14496, Fanout min=7, mean=27.79, max=32, meandelta=15615.86 % 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=474541, Fanout min=1, mean=39.58, max=64, meandelta=11123.00 % 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=389, connectedness=1.00 Graph level=1 size=14496, connectedness=1.00 Graph level=0 size=474541, connectedness=1.00 Leaf 15 has 4 layers Leaf 15 has 121814 documents Graph level=3 size=8, Fanout min=3, mean=4.00, max=5, meandelta=16392.03 % 0 10 20 30 40 50 60 70 80 90 100 0 1 3 3 3 4 4 4 5 5 5 Graph level=2 size=117, Fanout min=4, mean=11.97, max=27, meandelta=8534.74 % 0 10 20 30 40 50 60 70 80 90 100 0 8 9 10 11 11 12 13 15 16 27 Graph level=1 size=3733, Fanout min=9, mean=26.57, max=32, meandelta=4194.08 % 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=121814, Fanout min=1, mean=39.04, max=64, meandelta=2896.23 % 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=8, connectedness=1.00 Graph level=2 size=117, connectedness=1.00 Graph level=1 size=3733, connectedness=1.00 Graph level=0 size=121814, connectedness=1.00 Leaf 16 has 4 layers Leaf 16 has 38849 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=2, mean=6.75, max=13, meandelta=4577.61 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 5 6 6 7 9 10 13 Graph level=1 size=1201, Fanout min=7, mean=24.41, max=32, meandelta=1446.69 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 20 22 25 27 31 32 32 32 Graph level=0 size=38849, Fanout min=4, mean=37.99, max=64, meandelta=947.00 % 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=1201, connectedness=1.00 Graph level=0 size=38849, connectedness=1.00 Leaf 17 has 4 layers Leaf 17 has 38581 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=31, Fanout min=4, mean=6.39, max=10, meandelta=4719.80 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 6 6 6 7 7 8 10 Graph level=1 size=1192, Fanout min=8, mean=24.24, max=32, meandelta=1443.48 % 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=38581, Fanout min=2, mean=37.73, max=64, meandelta=946.92 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 34 39 45 54 64 64 Graph level=3 size=1, connectedness=1.00 Graph level=2 size=31, connectedness=1.00 Graph level=1 size=1192, connectedness=1.00 Graph level=0 size=38581, 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.21.05.27.46/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': 163,781,775.54 msec task-clock:u 617,845,377,036,444 cycles:u (36.36%) 45,556,319,512,660 instructions:u (36.36%) 9,104,996,341,742 cache-references:u (36.36%) 2,229,336,543,713 cache-misses:u (36.36%) 25,450,579,497,735 L1-dcache-loads:u (36.36%) 2,627,724,423,975 L1-dcache-load-misses:u (36.36%) 2,982,347,893,035 L1-icache-loads:u (36.36%) 28,726,435,282 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 30,077,662 faults:u 10,149,615 minor-faults:u 512 major-faults:u 4,593,679,318,432 branches:u (36.36%) 80,262,705,885 branch-misses:u (36.36%) 8,758,200,342,398 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 4598.887273100 seconds time elapsed 162806.395063000 seconds user 941.350951000 seconds sys took 1:16:38.913632 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='f2c9d79c63be90d685118a6fa53c14b9c7438b52', luceneutil_git_rev='97476263c4ead7244649e56d1e8ed200e47c6d16', 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.975, cpu_time_ms=12.998, net_cpu_ms=13.608, 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=66862, index_time_sec=3123.39, index_docs_per_sec=2561.32, force_merge_time_sec=0.0, index_num_segments=18, index_size_on_disk_mb=32008.59, selectivity=None, pre_post_filter='null', vec_disk_mb=31250.0, vec_ram_mb=31250.0, graph_level_conn_p_values={3: (0, {}), 2: (31, {0: 0, 10: 4, 20: 5, 30: 5, 40: 6, 50: 6, 60: 6, 70: 7, 80: 7, 90: 8, 100: 10}), 1: (1192, {0: 0, 10: 15, 20: 18, 30: 20, 40: 22, 50: 24, 60: 27, 70: 30, 80: 32, 90: 32, 100: 32}), 0: (38581, {0: 0, 10: 20, 20: 24, 30: 27, 40: 31, 50: 34, 60: 39, 70: 45, 80: 54, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=4598, microseconds=913632)) Profiler summary for /l/logs.nightly/2026.05.21.05.27.46/bench-knn-q32-fmFalse.jfr Version: 2.1 Chunks: 163 Start: 2026-05-21 14:30:18 (UTC) Duration: 3155 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 103475785 1805108064 jdk.FileWrite 8706557 186406315 jdk.FileRead 3771289 88505505 jdk.BooleanFlag 80848 2561559 jdk.CPULoad 58222 1167919 jdk.ObjectAllocationInNewTLAB 42746 851663 jdk.Checkpoint 11211 37481076 jdk.UnsignedIntFlag 7824 265786 jdk.IntFlag 7172 262029 jdk.StringFlag 5542 215554 jdk.Compilation 1178 32202 jdk.ObjectAllocationOutsideTLAB 1090 20522 jdk.CPUInformation 163 244828 jdk.GCConfiguration 163 4240 jdk.JVMInformation 163 147680 jdk.Metadata 163 18015903 jdk.GarbageCollection 25 605 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.21.05.27.46/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q32-fmFalse.jfr is 2042.11 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 103475785 events (total: 103M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 81.95% 84M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 9.92% 10M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 2.36% 2M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 1.31% 1M java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 1.26% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.91% 945854 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.36% 370037 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.18% 186424 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.17% 172221 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.16% 168204 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.15% 159561 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.13% 130518 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.09% 96474 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.07% 76674 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.05% 55810 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.05% 55007 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.05% 54658 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.05% 50309 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.05% 49116 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.04% 36707 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.03% 35323 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.03% 33462 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.03% 31975 sun.nio.ch.NativeThread#current0() [Native code] 0.02% 25794 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():468 [Inlined code] 0.02% 25731 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.02% 25402 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.02% 22240 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.02% 21788 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.02% 21482 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.02% 21281 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.02% 21175 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.02% 18310 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.02% 18233 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():347 [JIT compiled code] 0.02% 17741 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.02% 16602 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.01% 15206 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.01% 14589 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.01% 12858 knn.IndexerThread#_run():105 [JIT compiled code] 0.01% 11662 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.01% 11591 java.util.Arrays#sort():99 [Inlined code] 0.01% 10607 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.01% 9823 org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] 0.01% 9406 java.util.DualPivotQuicksort#sort():238 [JIT compiled code] 0.01% 9294 org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#lockAndPoll():44 [Inlined code] 0.01% 9258 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.01% 8887 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():284 [Inlined code] 0.01% 8735 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():172 [JIT compiled code] 0.01% 7506 org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():234 [Inlined code] 0.01% 6768 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.01% 6352 org.apache.lucene.index.DocumentsWriter#maybeFlush():494 [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.21.05.27.46/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q32-fmFalse.jfr is 2042.11 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 103475785 events (total: 103M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 76.22% 78M 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] 9.92% 10M 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.70% 5M 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.49% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [JIT compiled 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.31% 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] 1.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] 0.71% 730478 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [JIT compiled 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.60% 616200 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.31% 320876 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.30% 306742 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.17% 179129 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 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] 0.17% 172124 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():422 [JIT compiled code] 0.16% 161223 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.15% 159319 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% 96474 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% 72754 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.07% 70406 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% 54416 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.05% 49116 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% 46827 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():515 [JIT compiled code] 0.04% 46532 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% 42995 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.04% 42416 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% 41584 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.03% 35323 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.03% 33142 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():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.03% 32079 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% 31565 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.03% 29234 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():451 [Inlined code] 0.02% 25731 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():451 [Inlined code] 0.02% 23430 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.02% 23369 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% 21500 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 [Inlined code] 0.02% 21482 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.02% 20934 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.02% 20179 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():468 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.02% 19591 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.02% 19022 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% 18955 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 [Inlined code] 0.02% 17934 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():451 [Inlined code] 0.02% 17711 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():515 [JIT compiled code] 0.02% 16548 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% 15441 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.01% 14388 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% 13616 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():493 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.01% 13580 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.01% 13423 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.01% 13367 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.01% 13366 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.0x00000000421748e0#accept() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#alertOnHeapMemoryUsageChange():118 [Inlined code] 0.01% 12858 knn.IndexerThread#_run():105 [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=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.21.05.27.46/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q32-fmFalse.jfr is 2042.11 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 103475785 events (total: 103M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 59.51% 61M 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#call() [Inlined code] 11.42% 11M 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#call() [Inlined code] 9.39% 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] 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 3.97% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#call() [Inlined code] 2.21% 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 2.18% 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#call() [Inlined code] 1.24% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [JIT compiled 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 1.04% 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.80% 831488 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#call() [Inlined code] 0.78% 811122 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.60% 623077 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [JIT compiled 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.50% 512758 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 0.49% 502273 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.38% 397132 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.38% 396515 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#call() [Inlined code] 0.33% 343577 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.30% 306742 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.24% 251516 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [JIT compiled 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.22% 225056 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#call() [Inlined code] 0.20% 211393 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.20% 208443 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#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():101 [JIT compiled code] 0.17% 179129 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 [JIT compiled 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.17% 171214 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.14% 139968 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.13% 139252 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#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.0x00000000421a0fd8#run() [JIT compiled code] 0.11% 115589 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():422 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.10% 107809 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.10% 107401 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [JIT compiled 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.10% 99276 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.0x000000004207aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.09% 96474 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.09% 90462 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#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.0x00000000421a0fd8#run() [JIT compiled code] 0.06% 62879 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.06% 62642 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#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.0x00000000421a0fd8#run() [JIT compiled code] 0.06% 60043 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.0x000000004207aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.06% 58869 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.06% 57827 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.05% 56800 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#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():101 [JIT compiled code] 0.05% 49250 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():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.05% 49100 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 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.05% 48289 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#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.0x00000000421a0fd8#run() [JIT compiled code] 0.04% 45875 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#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():101 [JIT compiled code] 0.04% 42912 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#call() [Inlined code] 0.04% 40311 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.04% 39778 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.04% 39251 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.04% 39196 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.03% 35463 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#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.0x00000000421a0fd8#run() [JIT compiled code] 0.03% 34423 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():420 [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.0x0000000042197878#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():5322 [Interpreted code] 0.03% 33596 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.03% 32808 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [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.21.05.27.46/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q32-fmFalse.jfr is 2042.11 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 43828 events (total: 238663M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 26.98% 64384M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 25.71% 61350M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 25.52% 60895M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 6.16% 14705M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.41% 8149M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.87% 6851M java.lang.Integer#valueOf():1006 [Inlined code] 1.64% 3914M java.util.Arrays#copyOf():3478 [Inlined code] 0.81% 1944M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.80% 1909M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.73% 1733M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] 0.67% 1606M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.46% 1097M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.36% 855M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.35% 839M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.30% 727M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.19% 456M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.19% 445M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.18% 427M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.18% 421M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.17% 417M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.16% 372M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.15% 353M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.14% 338M java.util.ArrayList#grow():240 [Inlined code] 0.13% 299M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.13% 299M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.12% 278M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.10% 237M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.10% 233M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.09% 226M java.util.HashMap#resize():711 [JIT compiled code] 0.09% 214M java.util.HashMap#newNode():1910 [Inlined code] 0.09% 211M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.08% 186M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.07% 169M org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#():59 [Inlined code] 0.07% 169M org.apache.lucene.util.ArrayUtil#growExact():436 [Inlined code] 0.06% 150M knn.IndexerThread#_run():125 [JIT compiled code] 0.06% 144M knn.KnnIndexer#waitForMergesWithStatus():297 [Interpreted code] 0.05% 122M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.05% 114M org.apache.lucene.document.Document#():42 [Inlined code] 0.05% 109M knn.IndexerThread#_run():108 [JIT compiled code] 0.05% 108M java.util.List#of():935 [Inlined code] 0.04% 94M knn.KnnIndexer#createIndex():264 [Interpreted code] 0.04% 94M knn.IndexerThread#_run():86 [JIT compiled code] 0.04% 90M java.util.logging.LogManager#reset():1298 [Interpreted code] 0.04% 90M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.03% 79M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.03% 68M java.util.HashMap$KeySet#iterator():992 [Inlined code] 0.03% 64M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.02% 53M java.io.BufferedOutputStream#():92 [Inlined code] 0.02% 51M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Interpreted code] 0.02% 46M org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():524 [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.21.05.27.46/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q32-fmFalse.jfr is 2042.11 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 43828 events (total: 238663M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 20.95% 49998M 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.73% 49481M 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] 16.59% 39603M 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] 10.38% 24781M 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] 6.16% 14705M 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.76% 11351M 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.74% 11308M 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] 2.85% 6804M 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.33% 5567M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.57% 3758M 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] 1.08% 2581M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.67% 1606M 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():451 [Inlined code] 0.55% 1303M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.32% 759M 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():2304 [JIT compiled code] 0.31% 737M 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.29% 689M 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.28% 676M 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.25% 598M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.24% 565M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.21% 511M 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():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.20% 474M 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():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.19% 445M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.18% 430M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.18% 421M 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% 385M 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.16% 372M 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.15% 368M 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.15% 353M 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.14% 338M 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% 301M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.13% 299M 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.12% 294M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.12% 278M 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.11% 255M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.10% 237M 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.0x0000000042183000#concat() [Inlined code] 0.10% 237M 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.09% 211M 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.09% 206M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.08% 195M 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% 184M 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():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.08% 182M 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():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.07% 171M 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():532 [JIT compiled code] 0.07% 169M 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#getRandomVectorScorer():265 [Inlined code] 0.07% 169M org.apache.lucene.util.ArrayUtil#growExact():436 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():448 [Inlined code] at org.apache.lucene.codecs.lucene90.LZ4WithPresetDictCompressionMode$LZ4WithPresetDictDecompressor#decompress():132 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():613 [JIT compiled code] 0.07% 169M 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.0x0000000042092000#concat() [Inlined code] 0.07% 169M 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.07% 166M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.07% 164M 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% 155M 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] 0.06% 154M 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] 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.21.05.27.46/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q32-fmFalse.jfr is 2042.11 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 43828 events (total: 238663M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.57% 39539M 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():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 11.92% 28445M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#call() [Inlined code] 11.86% 28308M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#call() [Inlined code] 6.92% 16523M 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():1557 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 6.16% 14705M 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():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 4.62% 11025M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 4.26% 10165M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.46% 8258M 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():1557 [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.85% 6804M 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.20% 5254M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 2.16% 5156M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 2.07% 4947M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#call() [Inlined code] 2.03% 4835M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#call() [Inlined code] 1.57% 3758M 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.41% 3355M 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():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():451 [Interpreted code] 1.40% 3344M 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():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():451 [Interpreted code] 1.31% 3126M 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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.25% 2976M 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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.00% 2386M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#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.99% 2362M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.79% 1883M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.71% 1699M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.62% 1483M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.58% 1383M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.55% 1318M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#call() [Inlined code] 0.48% 1142M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#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.38% 905M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.36% 848M 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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.35% 832M 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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.32% 767M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.28% 676M 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.27% 632M 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():2304 [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():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] 0.24% 583M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#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.24% 561M 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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.21% 505M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#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.21% 501M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#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.20% 469M 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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.19% 463M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#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.19% 445M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.15% 363M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.14% 345M 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.14% 338M 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.14% 332M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#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.14% 324M 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#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.13% 317M 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():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.13% 310M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#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():101 [JIT compiled code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():214 [Interpreted code] 0.12% 294M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.12% 291M 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.12% 279M 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000421a0a80#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.12% 278M 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] at org.apache.lucene.index.SegmentMerger#mergeFields():249 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000042195cf8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():290 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():120 [Interpreted code] at org.apache.lucene.index.IndexWriter#mergeMiddle():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [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.21.05.27.46/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.213s][info][jfr,startup] Started recording 1. [0.213s][info][jfr,startup] [0.213s][info][jfr,startup] Use jcmd 3148989 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2864874900101041 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 21, 2026 11:49:42 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: 236 segments, 26 merges 1207.1s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1101.7s _15i: 8 segs, 106.0 K docs, 421.8 MB 968.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 727.1s _196: 8 segs, 74.6 K docs, 296.4 MB 577.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 549.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 529.4s _1as: 8 segs, 39.5 K docs, 156.2 MB 489.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 432.0s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 400.7s _1bw: 11 segs, 53.7 K docs, 212.7 MB 320.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 295.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 270.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 250.4s _1d6: 8 segs, 73.4 K docs, 291.6 MB 229.5s _1de: 8 segs, 75.5 K docs, 299.9 MB 198.1s _1dn: 8 segs, 41.2 K docs, 163.1 MB 172.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 155.7s _1e0: 8 segs, 209.8 K docs, 836.5 MB 138.0s _1e8: 8 segs, 74.3 K docs, 295.2 MB 117.6s _1eg: 8 segs, 73.5 K docs, 292.0 MB 99.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 80.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 48.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 25.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 6.7s _1fq: 8 segs, 39.9 K docs, 157.9 MB 5.0 sec: 236 segments, 26 merges 1212.1s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1106.7s _15i: 8 segs, 106.0 K docs, 421.8 MB 973.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 732.1s _196: 8 segs, 74.6 K docs, 296.4 MB 582.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 554.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 534.4s _1as: 8 segs, 39.5 K docs, 156.2 MB 494.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 437.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 405.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 325.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 300.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 275.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 255.4s _1d6: 8 segs, 73.4 K docs, 291.6 MB 234.5s _1de: 8 segs, 75.5 K docs, 299.9 MB 203.1s _1dn: 8 segs, 41.2 K docs, 163.1 MB 177.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 160.7s _1e0: 8 segs, 209.8 K docs, 836.5 MB 143.0s _1e8: 8 segs, 74.3 K docs, 295.2 MB 122.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 104.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 85.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 53.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 30.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 11.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 5.0s _1fu: 10 segs, 37.4 K docs, 147.9 MB 10.0 sec: 236 segments, 26 merges 1217.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1111.7s _15i: 8 segs, 106.0 K docs, 421.8 MB 978.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 737.2s _196: 8 segs, 74.6 K docs, 296.4 MB 587.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 559.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 539.4s _1as: 8 segs, 39.5 K docs, 156.2 MB 499.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 442.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 410.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 330.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 305.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 280.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 260.4s _1d6: 8 segs, 73.4 K docs, 291.6 MB 239.5s _1de: 8 segs, 75.5 K docs, 299.9 MB 208.1s _1dn: 8 segs, 41.2 K docs, 163.1 MB 182.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 165.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 148.0s _1e8: 8 segs, 74.3 K docs, 295.2 MB 127.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 109.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 90.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 58.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 35.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 16.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 10.0s _1fu: 10 segs, 37.4 K docs, 147.9 MB 15.0 sec: 236 segments, 26 merges 1222.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1116.7s _15i: 8 segs, 106.0 K docs, 421.8 MB 983.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 742.2s _196: 8 segs, 74.6 K docs, 296.4 MB 592.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 564.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 544.4s _1as: 8 segs, 39.5 K docs, 156.2 MB 504.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 447.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 415.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 335.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 310.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 285.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 265.4s _1d6: 8 segs, 73.4 K docs, 291.6 MB 244.6s _1de: 8 segs, 75.5 K docs, 299.9 MB 213.2s _1dn: 8 segs, 41.2 K docs, 163.1 MB 187.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 170.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 153.0s _1e8: 8 segs, 74.3 K docs, 295.2 MB 132.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 114.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 95.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 63.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 40.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 21.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 15.0s _1fu: 10 segs, 37.4 K docs, 147.9 MB 20.1 sec: 236 segments, 26 merges 1227.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1121.8s _15i: 8 segs, 106.0 K docs, 421.8 MB 988.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 747.2s _196: 8 segs, 74.6 K docs, 296.4 MB 597.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 569.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 549.5s _1as: 8 segs, 39.5 K docs, 156.2 MB 509.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 452.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 420.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 340.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 315.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 290.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 270.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 249.6s _1de: 8 segs, 75.5 K docs, 299.9 MB 218.2s _1dn: 8 segs, 41.2 K docs, 163.1 MB 192.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 175.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 158.0s _1e8: 8 segs, 74.3 K docs, 295.2 MB 137.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 119.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 100.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 68.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 45.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 26.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 20.1s _1fu: 10 segs, 37.4 K docs, 147.9 MB 25.1 sec: 236 segments, 26 merges 1232.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1126.8s _15i: 8 segs, 106.0 K docs, 421.8 MB 993.5s _16u: 8 segs, 159.0 K docs, 633.3 MB 752.2s _196: 8 segs, 74.6 K docs, 296.4 MB 602.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 574.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 554.5s _1as: 8 segs, 39.5 K docs, 156.2 MB 514.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 457.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 425.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 345.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 320.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 295.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 275.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 254.6s _1de: 8 segs, 75.5 K docs, 299.9 MB 223.2s _1dn: 8 segs, 41.2 K docs, 163.1 MB 197.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 180.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 163.0s _1e8: 8 segs, 74.3 K docs, 295.2 MB 142.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 124.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 105.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 73.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 50.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 31.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 25.1s _1fu: 10 segs, 37.4 K docs, 147.9 MB 30.1 sec: 236 segments, 26 merges 1237.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1131.8s _15i: 8 segs, 106.0 K docs, 421.8 MB 998.5s _16u: 8 segs, 159.0 K docs, 633.3 MB 757.2s _196: 8 segs, 74.6 K docs, 296.4 MB 607.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 579.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 559.5s _1as: 8 segs, 39.5 K docs, 156.2 MB 519.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 462.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 430.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 350.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 325.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 300.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 280.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 259.6s _1de: 8 segs, 75.5 K docs, 299.9 MB 228.2s _1dn: 8 segs, 41.2 K docs, 163.1 MB 202.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 185.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 168.0s _1e8: 8 segs, 74.3 K docs, 295.2 MB 147.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 129.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 110.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 78.9s _1f8: 11 segs, 53.3 K docs, 211.1 MB 55.6s _1fi: 9 segs, 43.4 K docs, 172.0 MB 36.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 30.1s _1fu: 10 segs, 37.4 K docs, 147.9 MB 35.1 sec: 236 segments, 26 merges 1242.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1136.8s _15i: 8 segs, 106.0 K docs, 421.8 MB 1003.5s _16u: 8 segs, 159.0 K docs, 633.3 MB 762.2s _196: 8 segs, 74.6 K docs, 296.4 MB 612.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 584.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 564.5s _1as: 8 segs, 39.5 K docs, 156.2 MB 524.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 467.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 435.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 355.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 330.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 305.4s _1cy: 8 segs, 73.9 K docs, 293.5 MB 285.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 264.6s _1de: 8 segs, 75.5 K docs, 299.9 MB 233.2s _1dn: 8 segs, 41.2 K docs, 163.1 MB 207.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 190.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 173.0s _1e8: 8 segs, 74.3 K docs, 295.2 MB 152.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 134.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 115.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 83.9s _1f8: 11 segs, 53.3 K docs, 211.1 MB 60.6s _1fi: 9 segs, 43.4 K docs, 172.0 MB 41.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 35.1s _1fu: 10 segs, 37.4 K docs, 147.9 MB 40.1 sec: 229 segments, 25 merges 1247.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1141.8s _15i: 8 segs, 106.0 K docs, 421.8 MB 1008.5s _16u: 8 segs, 159.0 K docs, 633.3 MB 767.2s _196: 8 segs, 74.6 K docs, 296.4 MB 617.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 589.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 530.0s _1b7: 8 segs, 152.7 K docs, 608.5 MB 472.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 440.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 360.8s _1ch: 9 segs, 46.5 K docs, 184.2 MB 335.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 310.4s _1cy: 8 segs, 73.9 K docs, 293.5 MB 290.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 269.6s _1de: 8 segs, 75.5 K docs, 299.9 MB 238.2s _1dn: 8 segs, 41.2 K docs, 163.1 MB 212.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 195.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 178.1s _1e8: 8 segs, 74.3 K docs, 295.2 MB 157.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 139.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 120.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 88.9s _1f8: 11 segs, 53.3 K docs, 211.1 MB 65.6s _1fi: 9 segs, 43.4 K docs, 172.0 MB 46.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 40.1s _1fu: 10 segs, 37.4 K docs, 147.9 MB 45.1 sec: 229 segments, 25 merges 1252.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1146.8s _15i: 8 segs, 106.0 K docs, 421.8 MB 1013.5s _16u: 8 segs, 159.0 K docs, 633.3 MB 772.2s _196: 8 segs, 74.6 K docs, 296.4 MB 622.2s _1ac: 8 segs, 171.8 K docs, 684.8 MB 594.4s _1ak: 8 segs, 173.2 K docs, 690.4 MB 535.0s _1b7: 8 segs, 152.7 K docs, 608.5 MB 477.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 445.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 365.8s _1ch: 9 segs, 46.5 K docs, 184.2 MB 340.2s _1cq: 8 segs, 37.9 K docs, 149.8 MB 315.4s _1cy: 8 segs, 73.9 K docs, 293.5 MB 295.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 274.6s _1de: 8 segs, 75.5 K docs, 299.9 MB 243.2s _1dn: 8 segs, 41.2 K docs, 163.1 MB 217.5s _1du: 8 segs, 133.1 K docs, 530.1 MB 200.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 183.1s _1e8: 8 segs, 74.3 K docs, 295.2 MB 162.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 144.8s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 126.0s _1ew: 14 segs, 68.6 K docs, 271.6 MB 93.9s _1f8: 11 segs, 53.3 K docs, 211.1 MB 70.6s _1fi: 9 segs, 43.4 K docs, 172.0 MB 51.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 45.1s _1fu: 10 segs, 37.4 K docs, 147.9 MB 50.0 sec: 222 segments, 24 merges 1257.1s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1151.7s _15i: 8 segs, 106.0 K docs, 421.8 MB 1018.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 627.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 599.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 539.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 482.0s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 450.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 370.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 345.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 320.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 300.4s _1d6: 8 segs, 73.4 K docs, 291.6 MB 279.5s _1de: 8 segs, 75.5 K docs, 299.9 MB 248.1s _1dn: 8 segs, 41.2 K docs, 163.1 MB 222.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 205.7s _1e0: 8 segs, 209.8 K docs, 836.5 MB 188.0s _1e8: 8 segs, 74.3 K docs, 295.2 MB 167.6s _1eg: 8 segs, 73.5 K docs, 292.0 MB 149.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 130.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 98.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 75.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 56.7s _1fq: 8 segs, 39.9 K docs, 157.9 MB 50.0s _1fu: 10 segs, 37.4 K docs, 147.9 MB 55.0 sec: 222 segments, 24 merges 1262.1s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1156.7s _15i: 8 segs, 106.0 K docs, 421.8 MB 1023.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 632.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 604.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 544.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 487.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 455.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 375.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 350.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 325.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 305.4s _1d6: 8 segs, 73.4 K docs, 291.6 MB 284.5s _1de: 8 segs, 75.5 K docs, 299.9 MB 253.1s _1dn: 8 segs, 41.2 K docs, 163.1 MB 227.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 210.7s _1e0: 8 segs, 209.8 K docs, 836.5 MB 193.0s _1e8: 8 segs, 74.3 K docs, 295.2 MB 172.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 154.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 135.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 103.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 80.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 61.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 55.0s _1fu: 10 segs, 37.4 K docs, 147.9 MB 60.0 sec: 222 segments, 24 merges 1267.1s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1161.7s _15i: 8 segs, 106.0 K docs, 421.8 MB 1028.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 637.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 609.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 549.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 492.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 460.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 380.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 355.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 330.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 310.4s _1d6: 8 segs, 73.4 K docs, 291.6 MB 289.5s _1de: 8 segs, 75.5 K docs, 299.9 MB 258.1s _1dn: 8 segs, 41.2 K docs, 163.1 MB 232.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 215.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 198.0s _1e8: 8 segs, 74.3 K docs, 295.2 MB 177.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 159.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 140.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 108.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 85.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 66.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 60.0s _1fu: 10 segs, 37.4 K docs, 147.9 MB 65.0 sec: 222 segments, 24 merges 1272.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1166.7s _15i: 8 segs, 106.0 K docs, 421.8 MB 1033.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 642.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 614.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 554.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 497.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 465.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 385.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 360.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 335.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 315.4s _1d6: 8 segs, 73.4 K docs, 291.6 MB 294.5s _1de: 8 segs, 75.5 K docs, 299.9 MB 263.1s _1dn: 8 segs, 41.2 K docs, 163.1 MB 237.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 220.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 203.0s _1e8: 8 segs, 74.3 K docs, 295.2 MB 182.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 164.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 145.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 113.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 90.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 71.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 65.0s _1fu: 10 segs, 37.4 K docs, 147.9 MB 70.0 sec: 222 segments, 24 merges 1277.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1171.7s _15i: 8 segs, 106.0 K docs, 421.8 MB 1038.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 647.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 619.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 559.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 502.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 470.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 390.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 365.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 340.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 320.4s _1d6: 8 segs, 73.4 K docs, 291.6 MB 299.6s _1de: 8 segs, 75.5 K docs, 299.9 MB 268.2s _1dn: 8 segs, 41.2 K docs, 163.1 MB 242.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 225.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 208.0s _1e8: 8 segs, 74.3 K docs, 295.2 MB 187.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 169.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 150.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 118.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 95.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 76.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 70.0s _1fu: 10 segs, 37.4 K docs, 147.9 MB 75.0 sec: 222 segments, 24 merges 1282.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1176.8s _15i: 8 segs, 106.0 K docs, 421.8 MB 1043.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 652.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 624.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 564.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 507.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 475.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 395.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 370.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 345.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 325.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 304.6s _1de: 8 segs, 75.5 K docs, 299.9 MB 273.2s _1dn: 8 segs, 41.2 K docs, 163.1 MB 247.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 230.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 213.0s _1e8: 8 segs, 74.3 K docs, 295.2 MB 192.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 174.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 155.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 123.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 100.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 81.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 75.0s _1fu: 10 segs, 37.4 K docs, 147.9 MB 80.1 sec: 222 segments, 24 merges 1287.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1181.8s _15i: 8 segs, 106.0 K docs, 421.8 MB 1048.5s _16u: 8 segs, 159.0 K docs, 633.3 MB 657.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 629.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 569.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 512.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 480.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 400.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 375.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 350.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 330.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 309.6s _1de: 8 segs, 75.5 K docs, 299.9 MB 278.2s _1dn: 8 segs, 41.2 K docs, 163.1 MB 252.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 235.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 218.0s _1e8: 8 segs, 74.3 K docs, 295.2 MB 197.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 179.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 160.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 128.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 105.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 86.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 80.1s _1fu: 10 segs, 37.4 K docs, 147.9 MB 85.1 sec: 222 segments, 24 merges 1292.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1186.8s _15i: 8 segs, 106.0 K docs, 421.8 MB 1053.5s _16u: 8 segs, 159.0 K docs, 633.3 MB 662.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 634.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 574.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 517.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 485.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 405.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 380.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 355.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 335.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 314.6s _1de: 8 segs, 75.5 K docs, 299.9 MB 283.2s _1dn: 8 segs, 41.2 K docs, 163.1 MB 257.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 240.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 223.0s _1e8: 8 segs, 74.3 K docs, 295.2 MB 202.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 184.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 165.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 133.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 110.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 91.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 85.1s _1fu: 10 segs, 37.4 K docs, 147.9 MB 90.1 sec: 222 segments, 24 merges 1297.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1191.8s _15i: 8 segs, 106.0 K docs, 421.8 MB 1058.5s _16u: 8 segs, 159.0 K docs, 633.3 MB 667.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 639.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 579.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 522.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 490.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 410.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 385.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 360.4s _1cy: 8 segs, 73.9 K docs, 293.5 MB 340.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 319.6s _1de: 8 segs, 75.5 K docs, 299.9 MB 288.2s _1dn: 8 segs, 41.2 K docs, 163.1 MB 262.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 245.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 228.0s _1e8: 8 segs, 74.3 K docs, 295.2 MB 207.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 189.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 170.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 138.9s _1f8: 11 segs, 53.3 K docs, 211.1 MB 115.6s _1fi: 9 segs, 43.4 K docs, 172.0 MB 96.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 90.1s _1fu: 10 segs, 37.4 K docs, 147.9 MB 95.1 sec: 222 segments, 24 merges 1302.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1196.8s _15i: 8 segs, 106.0 K docs, 421.8 MB 1063.5s _16u: 8 segs, 159.0 K docs, 633.3 MB 672.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 644.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 585.0s _1b7: 8 segs, 152.7 K docs, 608.5 MB 527.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 495.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 415.8s _1ch: 9 segs, 46.5 K docs, 184.2 MB 390.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 365.4s _1cy: 8 segs, 73.9 K docs, 293.5 MB 345.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 324.6s _1de: 8 segs, 75.5 K docs, 299.9 MB 293.2s _1dn: 8 segs, 41.2 K docs, 163.1 MB 267.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 250.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 233.1s _1e8: 8 segs, 74.3 K docs, 295.2 MB 212.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 194.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 175.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 143.9s _1f8: 11 segs, 53.3 K docs, 211.1 MB 120.6s _1fi: 9 segs, 43.4 K docs, 172.0 MB 101.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 95.1s _1fu: 10 segs, 37.4 K docs, 147.9 MB 100.1 sec: 222 segments, 24 merges 1307.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1201.8s _15i: 8 segs, 106.0 K docs, 421.8 MB 1068.5s _16u: 8 segs, 159.0 K docs, 633.3 MB 677.2s _1ac: 8 segs, 171.8 K docs, 684.8 MB 649.4s _1ak: 8 segs, 173.2 K docs, 690.4 MB 590.0s _1b7: 8 segs, 152.7 K docs, 608.5 MB 532.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 500.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 420.8s _1ch: 9 segs, 46.5 K docs, 184.2 MB 395.2s _1cq: 8 segs, 37.9 K docs, 149.8 MB 370.4s _1cy: 8 segs, 73.9 K docs, 293.5 MB 350.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 329.6s _1de: 8 segs, 75.5 K docs, 299.9 MB 298.2s _1dn: 8 segs, 41.2 K docs, 163.1 MB 272.5s _1du: 8 segs, 133.1 K docs, 530.1 MB 255.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 238.1s _1e8: 8 segs, 74.3 K docs, 295.2 MB 217.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 199.8s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 181.0s _1ew: 14 segs, 68.6 K docs, 271.6 MB 148.9s _1f8: 11 segs, 53.3 K docs, 211.1 MB 125.6s _1fi: 9 segs, 43.4 K docs, 172.0 MB 106.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 100.1s _1fu: 10 segs, 37.4 K docs, 147.9 MB 105.0 sec: 222 segments, 24 merges 1312.1s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1206.7s _15i: 8 segs, 106.0 K docs, 421.8 MB 1073.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 682.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 654.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 594.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 537.0s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 505.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 425.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 400.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 375.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 355.4s _1d6: 8 segs, 73.4 K docs, 291.6 MB 334.5s _1de: 8 segs, 75.5 K docs, 299.9 MB 303.1s _1dn: 8 segs, 41.2 K docs, 163.1 MB 277.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 260.7s _1e0: 8 segs, 209.8 K docs, 836.5 MB 243.0s _1e8: 8 segs, 74.3 K docs, 295.2 MB 222.6s _1eg: 8 segs, 73.5 K docs, 292.0 MB 204.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 185.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 153.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 130.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 111.7s _1fq: 8 segs, 39.9 K docs, 157.9 MB 105.0s _1fu: 10 segs, 37.4 K docs, 147.9 MB 110.0 sec: 213 segments, 23 merges 1317.1s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1211.7s _15i: 8 segs, 106.0 K docs, 421.8 MB 1078.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 687.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 659.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 599.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 542.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 510.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 430.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 405.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 380.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 360.4s _1d6: 8 segs, 73.4 K docs, 291.6 MB 339.5s _1de: 8 segs, 75.5 K docs, 299.9 MB 308.1s _1dn: 8 segs, 41.2 K docs, 163.1 MB 282.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 265.7s _1e0: 8 segs, 209.8 K docs, 836.5 MB 248.0s _1e8: 8 segs, 74.3 K docs, 295.2 MB 227.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 209.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 190.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 158.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 135.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 116.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 115.0 sec: 213 segments, 23 merges 1322.1s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1216.7s _15i: 8 segs, 106.0 K docs, 421.8 MB 1083.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 692.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 664.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 604.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 547.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 515.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 435.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 410.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 385.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 365.4s _1d6: 8 segs, 73.4 K docs, 291.6 MB 344.5s _1de: 8 segs, 75.5 K docs, 299.9 MB 313.1s _1dn: 8 segs, 41.2 K docs, 163.1 MB 287.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 270.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 253.0s _1e8: 8 segs, 74.3 K docs, 295.2 MB 232.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 214.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 195.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 163.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 140.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 121.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 120.0 sec: 213 segments, 23 merges 1327.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1221.7s _15i: 8 segs, 106.0 K docs, 421.8 MB 1088.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 697.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 669.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 609.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 552.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 520.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 440.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 415.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 390.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 370.4s _1d6: 8 segs, 73.4 K docs, 291.6 MB 349.5s _1de: 8 segs, 75.5 K docs, 299.9 MB 318.1s _1dn: 8 segs, 41.2 K docs, 163.1 MB 292.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 275.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 258.0s _1e8: 8 segs, 74.3 K docs, 295.2 MB 237.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 219.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 200.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 168.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 145.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 126.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 125.0 sec: 213 segments, 23 merges 1332.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1226.7s _15i: 8 segs, 106.0 K docs, 421.8 MB 1093.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 702.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 674.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 614.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 557.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 525.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 445.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 420.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 395.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 375.4s _1d6: 8 segs, 73.4 K docs, 291.6 MB 354.6s _1de: 8 segs, 75.5 K docs, 299.9 MB 323.2s _1dn: 8 segs, 41.2 K docs, 163.1 MB 297.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 280.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 263.0s _1e8: 8 segs, 74.3 K docs, 295.2 MB 242.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 224.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 205.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 173.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 150.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 131.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 130.0 sec: 206 segments, 22 merges 1337.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1231.8s _15i: 8 segs, 106.0 K docs, 421.8 MB 1098.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 707.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 679.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 619.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 562.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 530.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 450.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 425.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 400.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 380.4s _1d6: 8 segs, 73.4 K docs, 291.6 MB 359.6s _1de: 8 segs, 75.5 K docs, 299.9 MB 328.2s _1dn: 8 segs, 41.2 K docs, 163.1 MB 302.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 285.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 247.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 229.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 210.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 178.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 155.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 136.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 135.1 sec: 206 segments, 22 merges 1342.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1236.8s _15i: 8 segs, 106.0 K docs, 421.8 MB 1103.5s _16u: 8 segs, 159.0 K docs, 633.3 MB 712.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 684.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 624.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 567.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 535.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 455.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 430.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 405.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 385.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 364.6s _1de: 8 segs, 75.5 K docs, 299.9 MB 333.2s _1dn: 8 segs, 41.2 K docs, 163.1 MB 307.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 290.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 252.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 234.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 215.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 183.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 160.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 141.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 140.1 sec: 206 segments, 22 merges 1347.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1241.8s _15i: 8 segs, 106.0 K docs, 421.8 MB 1108.5s _16u: 8 segs, 159.0 K docs, 633.3 MB 717.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 689.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 629.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 572.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 540.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 460.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 435.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 410.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 390.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 369.6s _1de: 8 segs, 75.5 K docs, 299.9 MB 338.2s _1dn: 8 segs, 41.2 K docs, 163.1 MB 312.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 295.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 257.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 239.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 220.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 188.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 165.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 146.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 145.1 sec: 206 segments, 22 merges 1352.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1246.8s _15i: 8 segs, 106.0 K docs, 421.8 MB 1113.5s _16u: 8 segs, 159.0 K docs, 633.3 MB 722.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 694.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 634.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 577.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 545.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 465.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 440.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 415.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 395.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 374.6s _1de: 8 segs, 75.5 K docs, 299.9 MB 343.2s _1dn: 8 segs, 41.2 K docs, 163.1 MB 317.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 300.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 262.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 244.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 225.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 193.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 170.6s _1fi: 9 segs, 43.4 K docs, 172.0 MB 151.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 150.1 sec: 206 segments, 22 merges 1357.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1251.8s _15i: 8 segs, 106.0 K docs, 421.8 MB 1118.5s _16u: 8 segs, 159.0 K docs, 633.3 MB 727.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 699.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 639.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 582.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 550.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 470.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 445.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 420.4s _1cy: 8 segs, 73.9 K docs, 293.5 MB 400.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 379.6s _1de: 8 segs, 75.5 K docs, 299.9 MB 348.2s _1dn: 8 segs, 41.2 K docs, 163.1 MB 322.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 305.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 267.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 249.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 230.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 198.9s _1f8: 11 segs, 53.3 K docs, 211.1 MB 175.6s _1fi: 9 segs, 43.4 K docs, 172.0 MB 156.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 155.1 sec: 206 segments, 22 merges 1362.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1256.8s _15i: 8 segs, 106.0 K docs, 421.8 MB 1123.5s _16u: 8 segs, 159.0 K docs, 633.3 MB 732.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 704.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 645.0s _1b7: 8 segs, 152.7 K docs, 608.5 MB 587.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 555.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 475.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 450.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 425.4s _1cy: 8 segs, 73.9 K docs, 293.5 MB 405.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 384.6s _1de: 8 segs, 75.5 K docs, 299.9 MB 353.2s _1dn: 8 segs, 41.2 K docs, 163.1 MB 327.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 310.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 272.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 254.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 235.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 203.9s _1f8: 11 segs, 53.3 K docs, 211.1 MB 180.6s _1fi: 9 segs, 43.4 K docs, 172.0 MB 161.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 160.1 sec: 206 segments, 22 merges 1367.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1261.8s _15i: 8 segs, 106.0 K docs, 421.8 MB 1128.5s _16u: 8 segs, 159.0 K docs, 633.3 MB 737.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 709.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 650.0s _1b7: 8 segs, 152.7 K docs, 608.5 MB 592.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 560.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 480.8s _1ch: 9 segs, 46.5 K docs, 184.2 MB 455.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 430.4s _1cy: 8 segs, 73.9 K docs, 293.5 MB 410.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 389.6s _1de: 8 segs, 75.5 K docs, 299.9 MB 358.2s _1dn: 8 segs, 41.2 K docs, 163.1 MB 332.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 315.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 277.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 259.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 240.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 208.9s _1f8: 11 segs, 53.3 K docs, 211.1 MB 185.6s _1fi: 9 segs, 43.4 K docs, 172.0 MB 166.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 165.0 sec: 206 segments, 22 merges 1372.1s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1266.7s _15i: 8 segs, 106.0 K docs, 421.8 MB 1133.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 742.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 714.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 654.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 597.0s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 565.7s _1bw: 11 segs, 53.7 K docs, 212.7 MB 485.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 460.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 435.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 415.4s _1d6: 8 segs, 73.4 K docs, 291.6 MB 394.5s _1de: 8 segs, 75.5 K docs, 299.9 MB 363.1s _1dn: 8 segs, 41.2 K docs, 163.1 MB 337.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 320.7s _1e0: 8 segs, 209.8 K docs, 836.5 MB 282.6s _1eg: 8 segs, 73.5 K docs, 292.0 MB 264.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 245.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 213.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 190.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 171.7s _1fq: 8 segs, 39.9 K docs, 157.9 MB 170.0 sec: 206 segments, 22 merges 1377.1s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1271.7s _15i: 8 segs, 106.0 K docs, 421.8 MB 1138.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 747.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 719.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 659.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 602.0s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 570.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 490.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 465.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 440.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 420.4s _1d6: 8 segs, 73.4 K docs, 291.6 MB 399.5s _1de: 8 segs, 75.5 K docs, 299.9 MB 368.1s _1dn: 8 segs, 41.2 K docs, 163.1 MB 342.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 325.7s _1e0: 8 segs, 209.8 K docs, 836.5 MB 287.6s _1eg: 8 segs, 73.5 K docs, 292.0 MB 269.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 250.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 218.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 195.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 176.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 175.0 sec: 206 segments, 22 merges 1382.1s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1276.7s _15i: 8 segs, 106.0 K docs, 421.8 MB 1143.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 752.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 724.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 664.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 607.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 575.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 495.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 470.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 445.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 425.4s _1d6: 8 segs, 73.4 K docs, 291.6 MB 404.5s _1de: 8 segs, 75.5 K docs, 299.9 MB 373.1s _1dn: 8 segs, 41.2 K docs, 163.1 MB 347.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 330.7s _1e0: 8 segs, 209.8 K docs, 836.5 MB 292.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 274.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 255.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 223.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 200.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 181.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 180.0 sec: 206 segments, 22 merges 1387.1s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1281.7s _15i: 8 segs, 106.0 K docs, 421.8 MB 1148.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 757.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 729.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 669.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 612.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 580.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 500.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 475.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 450.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 430.4s _1d6: 8 segs, 73.4 K docs, 291.6 MB 409.5s _1de: 8 segs, 75.5 K docs, 299.9 MB 378.1s _1dn: 8 segs, 41.2 K docs, 163.1 MB 352.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 335.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 297.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 279.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 260.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 228.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 205.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 186.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 185.0 sec: 206 segments, 22 merges 1392.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1286.7s _15i: 8 segs, 106.0 K docs, 421.8 MB 1153.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 762.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 734.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 674.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 617.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 585.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 505.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 480.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 455.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 435.4s _1d6: 8 segs, 73.4 K docs, 291.6 MB 414.5s _1de: 8 segs, 75.5 K docs, 299.9 MB 383.1s _1dn: 8 segs, 41.2 K docs, 163.1 MB 357.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 340.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 302.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 284.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 265.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 233.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 210.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 191.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 190.0 sec: 199 segments, 21 merges 1397.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1291.7s _15i: 8 segs, 106.0 K docs, 421.8 MB 1158.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 767.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 739.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 679.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 622.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 590.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 510.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 485.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 460.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 440.4s _1d6: 8 segs, 73.4 K docs, 291.6 MB 419.6s _1de: 8 segs, 75.5 K docs, 299.9 MB 362.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 345.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 307.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 289.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 270.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 238.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 215.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 196.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 195.1 sec: 199 segments, 21 merges 1402.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1296.8s _15i: 8 segs, 106.0 K docs, 421.8 MB 1163.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 772.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 744.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 684.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 627.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 595.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 515.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 490.1s _1cq: 8 segs, 37.9 K docs, 149.8 MB 465.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 445.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 424.6s _1de: 8 segs, 75.5 K docs, 299.9 MB 367.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 350.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 312.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 294.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 275.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 243.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 220.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 201.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 200.1 sec: 192 segments, 20 merges 1407.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1301.8s _15i: 8 segs, 106.0 K docs, 421.8 MB 1168.5s _16u: 8 segs, 159.0 K docs, 633.3 MB 777.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 749.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 689.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 632.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 600.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 520.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 470.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 450.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 429.6s _1de: 8 segs, 75.5 K docs, 299.9 MB 372.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 355.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 317.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 299.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 280.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 248.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 225.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 206.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 205.1 sec: 192 segments, 20 merges 1412.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1306.8s _15i: 8 segs, 106.0 K docs, 421.8 MB 1173.5s _16u: 8 segs, 159.0 K docs, 633.3 MB 782.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 754.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 694.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 637.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 605.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 525.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 475.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 455.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 434.6s _1de: 8 segs, 75.5 K docs, 299.9 MB 377.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 360.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 322.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 304.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 285.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 253.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 230.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 211.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 210.0 sec: 192 segments, 20 merges 1417.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1311.7s _15i: 8 segs, 106.0 K docs, 421.8 MB 1178.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 787.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 759.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 699.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 642.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 610.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 530.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 480.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 460.4s _1d6: 8 segs, 73.4 K docs, 291.6 MB 439.6s _1de: 8 segs, 75.5 K docs, 299.9 MB 382.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 365.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 327.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 309.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 290.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 258.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 235.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 216.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 215.1 sec: 192 segments, 20 merges 1422.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1316.8s _15i: 8 segs, 106.0 K docs, 421.8 MB 1183.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 792.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 764.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 704.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 647.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 615.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 535.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 485.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 465.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 444.6s _1de: 8 segs, 75.5 K docs, 299.9 MB 387.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 370.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 332.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 314.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 295.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 263.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 240.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 221.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 220.1 sec: 192 segments, 20 merges 1427.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1321.8s _15i: 8 segs, 106.0 K docs, 421.8 MB 1188.5s _16u: 8 segs, 159.0 K docs, 633.3 MB 797.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 769.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 709.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 652.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 620.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 540.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 490.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 470.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 449.6s _1de: 8 segs, 75.5 K docs, 299.9 MB 392.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 375.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 337.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 319.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 300.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 268.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 245.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 226.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 225.1 sec: 192 segments, 20 merges 1432.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1326.8s _15i: 8 segs, 106.0 K docs, 421.8 MB 1193.5s _16u: 8 segs, 159.0 K docs, 633.3 MB 802.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 774.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 714.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 657.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 625.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 545.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 495.3s _1cy: 8 segs, 73.9 K docs, 293.5 MB 475.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 454.6s _1de: 8 segs, 75.5 K docs, 299.9 MB 397.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 380.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 342.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 324.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 305.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 273.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 250.5s _1fi: 9 segs, 43.4 K docs, 172.0 MB 231.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 230.1 sec: 177 segments, 19 merges 1437.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1331.8s _15i: 8 segs, 106.0 K docs, 421.8 MB 1198.5s _16u: 8 segs, 159.0 K docs, 633.3 MB 807.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 779.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 719.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 662.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 630.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 550.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 480.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 459.6s _1de: 8 segs, 75.5 K docs, 299.9 MB 402.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 385.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 347.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 329.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 310.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 278.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 236.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 0.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 235.1 sec: 177 segments, 19 merges 1442.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1336.8s _15i: 8 segs, 106.0 K docs, 421.8 MB 1203.5s _16u: 8 segs, 159.0 K docs, 633.3 MB 812.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 784.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 724.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 667.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 635.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 555.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 485.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 464.6s _1de: 8 segs, 75.5 K docs, 299.9 MB 407.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 390.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 352.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 334.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 315.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 283.9s _1f8: 11 segs, 53.3 K docs, 211.1 MB 241.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 5.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 240.1 sec: 177 segments, 19 merges 1447.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1341.8s _15i: 8 segs, 106.0 K docs, 421.8 MB 1208.5s _16u: 8 segs, 159.0 K docs, 633.3 MB 817.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 789.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 730.0s _1b7: 8 segs, 152.7 K docs, 608.5 MB 672.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 640.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 560.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 490.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 469.6s _1de: 8 segs, 75.5 K docs, 299.9 MB 412.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 395.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 357.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 339.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 320.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 288.9s _1f8: 11 segs, 53.3 K docs, 211.1 MB 246.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 10.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 245.1 sec: 177 segments, 19 merges 1452.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1346.8s _15i: 8 segs, 106.0 K docs, 421.8 MB 1213.5s _16u: 8 segs, 159.0 K docs, 633.3 MB 822.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 794.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 735.0s _1b7: 8 segs, 152.7 K docs, 608.5 MB 677.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 645.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 565.8s _1ch: 9 segs, 46.5 K docs, 184.2 MB 495.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 474.6s _1de: 8 segs, 75.5 K docs, 299.9 MB 417.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 400.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 362.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 344.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 325.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 293.9s _1f8: 11 segs, 53.3 K docs, 211.1 MB 251.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 15.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 250.1 sec: 170 segments, 18 merges 1457.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1351.8s _15i: 8 segs, 106.0 K docs, 421.8 MB 1218.5s _16u: 8 segs, 159.0 K docs, 633.3 MB 827.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 799.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 740.0s _1b7: 8 segs, 152.7 K docs, 608.5 MB 682.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 650.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 570.8s _1ch: 9 segs, 46.5 K docs, 184.2 MB 500.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 422.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 405.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 367.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 349.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 330.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 298.9s _1f8: 11 segs, 53.3 K docs, 211.1 MB 256.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 20.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 255.1 sec: 170 segments, 18 merges 1462.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1356.8s _15i: 8 segs, 106.0 K docs, 421.8 MB 1223.5s _16u: 8 segs, 159.0 K docs, 633.3 MB 832.2s _1ac: 8 segs, 171.8 K docs, 684.8 MB 804.4s _1ak: 8 segs, 173.2 K docs, 690.4 MB 745.0s _1b7: 8 segs, 152.7 K docs, 608.5 MB 687.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 655.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 575.8s _1ch: 9 segs, 46.5 K docs, 184.2 MB 505.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 427.5s _1du: 8 segs, 133.1 K docs, 530.1 MB 410.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 372.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 354.8s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 336.0s _1ew: 14 segs, 68.6 K docs, 271.6 MB 303.9s _1f8: 11 segs, 53.3 K docs, 211.1 MB 261.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 25.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 260.0 sec: 170 segments, 18 merges 1467.1s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1361.7s _15i: 8 segs, 106.0 K docs, 421.8 MB 1228.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 837.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 809.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 749.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 692.0s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 660.7s _1bw: 11 segs, 53.7 K docs, 212.7 MB 580.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 510.4s _1d6: 8 segs, 73.4 K docs, 291.6 MB 432.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 415.7s _1e0: 8 segs, 209.8 K docs, 836.5 MB 377.6s _1eg: 8 segs, 73.5 K docs, 292.0 MB 359.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 340.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 308.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 266.7s _1fq: 8 segs, 39.9 K docs, 157.9 MB 30.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 265.0 sec: 170 segments, 18 merges 1472.1s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1366.7s _15i: 8 segs, 106.0 K docs, 421.8 MB 1233.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 842.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 814.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 754.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 697.0s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 665.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 585.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 515.4s _1d6: 8 segs, 73.4 K docs, 291.6 MB 437.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 420.7s _1e0: 8 segs, 209.8 K docs, 836.5 MB 382.6s _1eg: 8 segs, 73.5 K docs, 292.0 MB 364.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 345.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 313.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 271.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 35.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 270.0 sec: 170 segments, 18 merges 1477.1s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1371.7s _15i: 8 segs, 106.0 K docs, 421.8 MB 1238.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 847.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 819.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 759.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 702.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 670.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 590.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 520.4s _1d6: 8 segs, 73.4 K docs, 291.6 MB 442.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 425.7s _1e0: 8 segs, 209.8 K docs, 836.5 MB 387.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 369.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 350.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 318.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 276.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 40.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 275.0 sec: 170 segments, 18 merges 1482.1s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1376.7s _15i: 8 segs, 106.0 K docs, 421.8 MB 1243.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 852.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 824.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 764.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 707.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 675.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 595.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 525.4s _1d6: 8 segs, 73.4 K docs, 291.6 MB 447.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 430.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 392.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 374.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 355.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 323.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 281.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 45.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 280.0 sec: 170 segments, 18 merges 1487.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1381.7s _15i: 8 segs, 106.0 K docs, 421.8 MB 1248.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 857.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 829.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 769.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 712.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 680.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 600.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 530.4s _1d6: 8 segs, 73.4 K docs, 291.6 MB 452.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 435.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 397.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 379.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 360.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 328.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 286.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 50.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 285.0 sec: 170 segments, 18 merges 1492.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1386.7s _15i: 8 segs, 106.0 K docs, 421.8 MB 1253.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 862.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 834.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 774.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 717.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 685.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 605.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 535.4s _1d6: 8 segs, 73.4 K docs, 291.6 MB 457.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 440.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 402.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 384.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 365.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 333.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 291.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 55.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 290.0 sec: 170 segments, 18 merges 1497.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1391.7s _15i: 8 segs, 106.0 K docs, 421.8 MB 1258.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 867.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 839.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 779.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 722.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 690.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 610.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 540.4s _1d6: 8 segs, 73.4 K docs, 291.6 MB 462.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 445.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 407.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 389.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 370.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 338.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 296.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 60.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 295.0 sec: 170 segments, 18 merges 1502.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1396.7s _15i: 8 segs, 106.0 K docs, 421.8 MB 1263.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 872.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 844.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 784.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 727.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 695.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 615.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 545.4s _1d6: 8 segs, 73.4 K docs, 291.6 MB 467.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 450.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 412.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 394.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 375.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 343.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 301.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 65.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 300.1 sec: 170 segments, 18 merges 1507.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1401.8s _15i: 8 segs, 106.0 K docs, 421.8 MB 1268.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 877.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 849.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 789.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 732.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 700.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 620.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 550.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 472.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 455.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 417.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 399.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 380.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 348.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 306.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 70.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 305.1 sec: 170 segments, 18 merges 1512.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1406.8s _15i: 8 segs, 106.0 K docs, 421.8 MB 1273.5s _16u: 8 segs, 159.0 K docs, 633.3 MB 882.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 854.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 794.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 737.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 705.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 625.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 555.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 477.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 460.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 422.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 404.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 385.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 353.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 311.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 75.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 310.1 sec: 170 segments, 18 merges 1517.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1411.8s _15i: 8 segs, 106.0 K docs, 421.8 MB 1278.5s _16u: 8 segs, 159.0 K docs, 633.3 MB 887.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 859.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 799.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 742.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 710.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 630.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 560.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 482.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 465.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 427.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 409.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 390.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 358.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 316.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 80.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 315.1 sec: 163 segments, 17 merges 1522.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1283.5s _16u: 8 segs, 159.0 K docs, 633.3 MB 892.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 864.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 804.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 747.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 715.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 635.7s _1ch: 9 segs, 46.5 K docs, 184.2 MB 565.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 487.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 470.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 432.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 414.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 395.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 363.9s _1f8: 11 segs, 53.3 K docs, 211.1 MB 321.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 85.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 320.1 sec: 155 segments, 16 merges 1527.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1288.5s _16u: 8 segs, 159.0 K docs, 633.3 MB 897.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 869.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 809.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 752.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 720.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 570.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 492.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 475.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 437.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 419.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 400.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 368.9s _1f8: 11 segs, 53.3 K docs, 211.1 MB 326.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 90.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 325.1 sec: 155 segments, 16 merges 1532.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1293.5s _16u: 8 segs, 159.0 K docs, 633.3 MB 902.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 874.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 814.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 757.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 725.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 575.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 497.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 480.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 442.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 424.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 405.9s _1ew: 14 segs, 68.6 K docs, 271.6 MB 373.9s _1f8: 11 segs, 53.3 K docs, 211.1 MB 331.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 95.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 330.1 sec: 142 segments, 15 merges 1537.2s _147: 8 segs, 1213.7 K docs, 4849.7 MB 1298.5s _16u: 8 segs, 159.0 K docs, 633.3 MB 907.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 879.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 820.0s _1b7: 8 segs, 152.7 K docs, 608.5 MB 762.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 730.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 580.5s _1d6: 8 segs, 73.4 K docs, 291.6 MB 502.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 485.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 447.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 429.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 378.9s _1f8: 11 segs, 53.3 K docs, 211.1 MB 336.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 100.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 335.1 sec: 128 segments, 13 merges 1303.5s _16u: 8 segs, 159.0 K docs, 633.3 MB 912.2s _1ac: 8 segs, 171.8 K docs, 684.8 MB 884.4s _1ak: 8 segs, 173.2 K docs, 690.4 MB 825.0s _1b7: 8 segs, 152.7 K docs, 608.5 MB 767.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 735.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 507.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 490.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 452.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 434.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 383.9s _1f8: 11 segs, 53.3 K docs, 211.1 MB 341.8s _1fq: 8 segs, 39.9 K docs, 157.9 MB 105.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 340.0 sec: 121 segments, 12 merges 1308.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 917.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 889.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 829.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 772.0s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 740.7s _1bw: 11 segs, 53.7 K docs, 212.7 MB 512.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 495.7s _1e0: 8 segs, 209.8 K docs, 836.5 MB 457.6s _1eg: 8 segs, 73.5 K docs, 292.0 MB 439.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 388.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 110.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 345.0 sec: 121 segments, 12 merges 1313.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 922.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 894.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 834.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 777.0s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 745.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 517.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 500.7s _1e0: 8 segs, 209.8 K docs, 836.5 MB 462.6s _1eg: 8 segs, 73.5 K docs, 292.0 MB 444.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 393.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 115.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 350.0 sec: 121 segments, 12 merges 1318.4s _16u: 8 segs, 159.0 K docs, 633.3 MB 927.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 899.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 839.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 782.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 750.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 522.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 505.7s _1e0: 8 segs, 209.8 K docs, 836.5 MB 467.6s _1eg: 8 segs, 73.5 K docs, 292.0 MB 449.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 398.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 120.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 355.0 sec: 114 segments, 12 merges 932.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 904.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 844.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 787.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 755.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 527.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 510.7s _1e0: 8 segs, 209.8 K docs, 836.5 MB 472.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 454.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 403.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 125.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 0.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 360.0 sec: 114 segments, 12 merges 937.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 909.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 849.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 792.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 760.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 532.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 515.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 477.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 459.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 408.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 130.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 5.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 365.0 sec: 114 segments, 12 merges 942.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 914.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 854.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 797.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 765.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 537.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 520.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 482.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 464.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 413.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 135.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 10.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 370.0 sec: 114 segments, 12 merges 947.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 919.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 859.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 802.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 770.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 542.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 525.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 487.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 469.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 418.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 140.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 15.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 375.0 sec: 114 segments, 12 merges 952.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 924.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 864.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 807.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 775.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 547.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 530.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 492.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 474.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 423.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 145.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 20.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 380.0 sec: 114 segments, 12 merges 957.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 929.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 869.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 812.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 780.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 552.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 535.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 497.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 479.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 428.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 150.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 25.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 385.0 sec: 114 segments, 12 merges 962.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 934.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 874.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 817.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 785.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 557.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 540.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 502.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 484.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 433.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 155.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 30.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 390.0 sec: 114 segments, 12 merges 967.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 939.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 879.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 822.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 790.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 562.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 545.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 507.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 489.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 438.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 160.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 35.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 395.1 sec: 114 segments, 12 merges 972.1s _1ac: 8 segs, 171.8 K docs, 684.8 MB 944.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 884.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 827.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 795.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 567.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 550.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 512.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 494.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 443.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 165.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 40.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 400.1 sec: 107 segments, 11 merges 949.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 889.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 832.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 800.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 572.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 555.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 517.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 499.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 448.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 170.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 45.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 405.1 sec: 107 segments, 11 merges 954.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 894.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 837.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 805.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 577.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 560.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 522.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 504.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 453.8s _1f8: 11 segs, 53.3 K docs, 211.1 MB 175.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 50.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 410.1 sec: 97 segments, 10 merges 959.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 899.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 842.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 810.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 582.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 565.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 527.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 509.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 180.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 55.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 415.1 sec: 97 segments, 10 merges 964.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 904.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 847.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 815.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 587.4s _1du: 8 segs, 133.1 K docs, 530.1 MB 570.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 532.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 514.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 185.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 60.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 420.1 sec: 90 segments, 9 merges 969.3s _1ak: 8 segs, 173.2 K docs, 690.4 MB 909.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 852.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 820.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 575.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 537.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 519.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 190.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 65.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 425.1 sec: 83 segments, 8 merges 914.9s _1b7: 8 segs, 152.7 K docs, 608.5 MB 857.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 825.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 580.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 542.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 524.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 195.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 70.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 430.1 sec: 83 segments, 8 merges 920.0s _1b7: 8 segs, 152.7 K docs, 608.5 MB 862.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 830.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 585.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 547.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 529.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 200.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 75.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 435.1 sec: 83 segments, 8 merges 925.0s _1b7: 8 segs, 152.7 K docs, 608.5 MB 867.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 835.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 590.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 552.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 534.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 205.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 80.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 440.1 sec: 83 segments, 8 merges 930.0s _1b7: 8 segs, 152.7 K docs, 608.5 MB 872.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 840.8s _1bw: 11 segs, 53.7 K docs, 212.7 MB 595.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 557.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 539.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 210.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 85.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 445.1 sec: 66 segments, 6 merges 877.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 600.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 562.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 544.8s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 215.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 90.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 450.1 sec: 66 segments, 6 merges 882.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 605.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 567.7s _1eg: 8 segs, 73.5 K docs, 292.0 MB 549.8s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 220.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 95.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 455.0 sec: 66 segments, 6 merges 887.0s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 610.7s _1e0: 8 segs, 209.8 K docs, 836.5 MB 572.6s _1eg: 8 segs, 73.5 K docs, 292.0 MB 554.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 225.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 100.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 460.0 sec: 59 segments, 5 merges 892.0s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 615.7s _1e0: 8 segs, 209.8 K docs, 836.5 MB 559.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 230.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 105.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 465.0 sec: 59 segments, 5 merges 897.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 620.7s _1e0: 8 segs, 209.8 K docs, 836.5 MB 564.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 235.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 110.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 470.0 sec: 59 segments, 5 merges 902.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 625.7s _1e0: 8 segs, 209.8 K docs, 836.5 MB 569.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 240.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 115.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 475.1 sec: 59 segments, 5 merges 907.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 630.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 574.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 245.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 120.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 480.1 sec: 59 segments, 5 merges 912.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 635.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 579.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 250.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 125.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 485.1 sec: 59 segments, 5 merges 917.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 640.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 584.8s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 255.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 130.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 490.0 sec: 59 segments, 5 merges 922.0s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 645.7s _1e0: 8 segs, 209.8 K docs, 836.5 MB 589.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 260.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 135.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 495.0 sec: 59 segments, 5 merges 927.0s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 650.7s _1e0: 8 segs, 209.8 K docs, 836.5 MB 594.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 265.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 140.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 500.0 sec: 59 segments, 5 merges 932.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 655.7s _1e0: 8 segs, 209.8 K docs, 836.5 MB 599.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 270.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 145.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 505.0 sec: 59 segments, 5 merges 937.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 660.7s _1e0: 8 segs, 209.8 K docs, 836.5 MB 604.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 275.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 150.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 510.0 sec: 59 segments, 5 merges 942.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 665.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 609.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 280.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 155.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 515.0 sec: 59 segments, 5 merges 947.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 670.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 614.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 285.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 160.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 520.0 sec: 59 segments, 5 merges 952.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 675.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 619.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 290.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 165.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 525.0 sec: 59 segments, 5 merges 957.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 680.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 624.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 295.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 170.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 530.0 sec: 59 segments, 5 merges 962.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 685.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 629.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 300.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 175.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 535.0 sec: 59 segments, 5 merges 967.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 690.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 634.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 305.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 180.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 540.0 sec: 59 segments, 5 merges 972.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 695.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 639.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 310.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 185.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 545.1 sec: 59 segments, 5 merges 977.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 700.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 644.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 315.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 190.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 550.1 sec: 59 segments, 5 merges 982.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 705.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 649.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 320.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 195.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 555.1 sec: 59 segments, 5 merges 987.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 710.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 654.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 325.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 200.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 560.1 sec: 59 segments, 5 merges 992.1s _1bo: 8 segs, 522.7 K docs, 2086.9 MB 715.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 659.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 330.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 205.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 565.1 sec: 52 segments, 5 merges 720.8s _1e0: 8 segs, 209.8 K docs, 836.5 MB 664.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 335.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 210.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 3.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 570.1 sec: 45 segments, 4 merges 669.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 340.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 215.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 8.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 575.1 sec: 45 segments, 4 merges 674.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 345.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 220.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 13.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 580.1 sec: 45 segments, 4 merges 679.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 350.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 225.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 18.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 585.1 sec: 45 segments, 4 merges 684.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 355.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 230.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 23.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 590.1 sec: 45 segments, 4 merges 689.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 360.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 235.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 28.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 595.1 sec: 45 segments, 4 merges 694.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 365.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 240.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 33.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 600.1 sec: 45 segments, 4 merges 699.8s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 370.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 245.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 38.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 605.0 sec: 45 segments, 4 merges 704.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 375.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 250.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 43.6s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 610.0 sec: 45 segments, 4 merges 709.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 380.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 255.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 48.6s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 615.0 sec: 45 segments, 4 merges 714.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 385.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 260.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 53.6s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 620.0 sec: 45 segments, 4 merges 719.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 390.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 265.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 58.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 625.0 sec: 45 segments, 4 merges 724.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 395.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 270.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 63.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 630.0 sec: 45 segments, 4 merges 729.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 400.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 275.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 68.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 635.0 sec: 45 segments, 4 merges 734.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 405.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 280.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 73.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 640.0 sec: 45 segments, 4 merges 739.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 410.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 285.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 78.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 645.0 sec: 45 segments, 4 merges 744.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 415.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 290.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 83.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 650.0 sec: 45 segments, 4 merges 749.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 420.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 295.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 88.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 655.0 sec: 45 segments, 4 merges 754.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 425.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 300.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 93.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 660.0 sec: 45 segments, 4 merges 759.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 430.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 305.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 98.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 665.1 sec: 45 segments, 4 merges 764.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 435.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 310.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 103.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 670.1 sec: 45 segments, 4 merges 769.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 440.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 315.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 108.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 675.1 sec: 45 segments, 4 merges 774.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 445.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 320.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 113.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 680.1 sec: 45 segments, 4 merges 779.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 450.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 325.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 118.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 685.1 sec: 45 segments, 4 merges 784.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 455.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 330.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 123.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 690.1 sec: 45 segments, 4 merges 789.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 460.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 335.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 128.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 695.1 sec: 45 segments, 4 merges 794.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 465.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 340.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 133.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 700.1 sec: 45 segments, 4 merges 799.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 470.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 345.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 138.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 705.1 sec: 45 segments, 4 merges 804.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 475.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 350.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 143.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 710.1 sec: 45 segments, 4 merges 809.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 480.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 355.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 148.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 715.1 sec: 45 segments, 4 merges 814.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 485.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 360.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 153.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 720.1 sec: 45 segments, 4 merges 819.8s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 490.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 365.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 158.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 725.0 sec: 45 segments, 4 merges 824.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 495.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 370.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 163.6s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 730.0 sec: 45 segments, 4 merges 829.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 500.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 375.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 168.6s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 735.0 sec: 45 segments, 4 merges 834.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 505.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 380.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 173.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 740.0 sec: 45 segments, 4 merges 839.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 510.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 385.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 178.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 745.0 sec: 45 segments, 4 merges 844.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 515.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 390.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 183.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 750.0 sec: 45 segments, 4 merges 849.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 520.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 395.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 188.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 755.0 sec: 45 segments, 4 merges 854.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 525.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 400.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 193.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 760.0 sec: 45 segments, 4 merges 859.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 530.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 405.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 198.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 765.0 sec: 45 segments, 4 merges 864.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 535.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 410.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 203.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 770.1 sec: 45 segments, 4 merges 869.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 540.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 415.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 208.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 775.1 sec: 45 segments, 4 merges 874.8s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 545.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 420.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 213.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 780.0 sec: 45 segments, 4 merges 879.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 550.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 425.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 218.6s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 785.0 sec: 45 segments, 4 merges 884.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 555.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 430.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 223.6s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 790.0 sec: 45 segments, 4 merges 889.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 560.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 435.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 228.6s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 795.0 sec: 45 segments, 4 merges 894.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 565.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 440.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 233.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 800.0 sec: 45 segments, 4 merges 899.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 570.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 445.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 238.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 805.0 sec: 45 segments, 4 merges 904.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 575.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 450.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 243.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 810.0 sec: 45 segments, 4 merges 909.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 580.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 455.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 248.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 815.0 sec: 45 segments, 4 merges 914.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 585.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 460.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 253.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 820.0 sec: 45 segments, 4 merges 919.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 590.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 465.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 258.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 825.0 sec: 45 segments, 4 merges 924.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 595.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 470.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 263.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 830.1 sec: 45 segments, 4 merges 929.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 600.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 475.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 268.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 835.1 sec: 45 segments, 4 merges 934.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 605.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 480.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 273.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 840.1 sec: 45 segments, 4 merges 939.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 610.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 485.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 278.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 845.1 sec: 45 segments, 4 merges 944.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 615.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 490.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 283.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 850.1 sec: 45 segments, 4 merges 949.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 620.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 495.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 288.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 855.1 sec: 45 segments, 4 merges 954.8s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 625.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 500.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 293.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 860.0 sec: 45 segments, 4 merges 959.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 630.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 505.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 298.6s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 865.0 sec: 45 segments, 4 merges 964.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 635.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 510.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 303.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 870.0 sec: 45 segments, 4 merges 969.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 640.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 515.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 308.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 875.0 sec: 45 segments, 4 merges 974.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 645.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 520.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 313.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 880.0 sec: 45 segments, 4 merges 979.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 650.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 525.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 318.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 885.0 sec: 45 segments, 4 merges 984.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 655.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 530.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 323.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 890.0 sec: 45 segments, 4 merges 989.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 660.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 535.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 328.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 895.0 sec: 45 segments, 4 merges 994.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 665.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 540.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 333.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 900.0 sec: 45 segments, 4 merges 999.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 670.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 545.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 338.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 905.1 sec: 45 segments, 4 merges 1004.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 675.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 550.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 343.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 910.1 sec: 45 segments, 4 merges 1009.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 680.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 555.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 348.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 915.1 sec: 45 segments, 4 merges 1014.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 685.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 560.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 353.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 920.1 sec: 45 segments, 4 merges 1019.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 690.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 565.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 358.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 925.1 sec: 45 segments, 4 merges 1024.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 695.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 570.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 363.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 930.1 sec: 45 segments, 4 merges 1029.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 700.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 575.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 368.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 935.1 sec: 45 segments, 4 merges 1034.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 705.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 580.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 373.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 940.1 sec: 45 segments, 4 merges 1039.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 710.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 585.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 378.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 945.1 sec: 45 segments, 4 merges 1044.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 715.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 590.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 383.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 950.1 sec: 45 segments, 4 merges 1049.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 720.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 595.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 388.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 955.1 sec: 45 segments, 4 merges 1054.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 725.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 600.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 393.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 960.1 sec: 45 segments, 4 merges 1059.8s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 730.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 605.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 398.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 965.0 sec: 45 segments, 4 merges 1064.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 735.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 610.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 403.6s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 970.0 sec: 45 segments, 4 merges 1069.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 740.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 615.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 408.6s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 975.0 sec: 45 segments, 4 merges 1074.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 745.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 620.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 413.6s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 980.0 sec: 45 segments, 4 merges 1079.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 750.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 625.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 418.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 985.0 sec: 45 segments, 4 merges 1084.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 755.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 630.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 423.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 990.0 sec: 45 segments, 4 merges 1089.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 760.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 635.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 428.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 995.0 sec: 45 segments, 4 merges 1094.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 765.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 640.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 433.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1000.0 sec: 45 segments, 4 merges 1099.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 770.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 645.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 438.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1005.0 sec: 45 segments, 4 merges 1104.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 775.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 650.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 443.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1010.0 sec: 45 segments, 4 merges 1109.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 780.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 655.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 448.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1015.0 sec: 45 segments, 4 merges 1114.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 785.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 660.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 453.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1020.1 sec: 45 segments, 4 merges 1119.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 790.2s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 665.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 458.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1025.1 sec: 45 segments, 4 merges 1124.7s _1eo: 8 segs, 1250.5 K docs, 4997.1 MB 795.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 670.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 463.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1030.1 sec: 38 segments, 3 merges 800.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 675.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 468.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1035.1 sec: 38 segments, 3 merges 805.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 680.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 473.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1040.1 sec: 38 segments, 3 merges 810.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 685.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 478.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1045.1 sec: 38 segments, 3 merges 815.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 690.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 483.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1050.1 sec: 38 segments, 3 merges 820.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 695.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 488.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1055.1 sec: 38 segments, 3 merges 825.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 700.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 493.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1060.1 sec: 38 segments, 3 merges 830.3s _1fv: 8 segs, 316.4 K docs, 1261.0 MB 705.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 498.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1065.0 sec: 31 segments, 2 merges 710.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 503.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1070.0 sec: 31 segments, 2 merges 715.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 508.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1075.0 sec: 31 segments, 2 merges 720.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 513.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1080.0 sec: 31 segments, 2 merges 725.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 518.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1085.0 sec: 31 segments, 2 merges 730.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 523.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1090.0 sec: 31 segments, 2 merges 735.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 528.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1095.0 sec: 31 segments, 2 merges 740.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 533.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1100.0 sec: 31 segments, 2 merges 745.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 538.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1105.0 sec: 31 segments, 2 merges 750.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 543.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1110.1 sec: 31 segments, 2 merges 755.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 548.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1115.1 sec: 31 segments, 2 merges 760.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 553.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1120.1 sec: 31 segments, 2 merges 765.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 558.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1125.1 sec: 31 segments, 2 merges 770.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 563.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1130.1 sec: 31 segments, 2 merges 775.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 568.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1135.1 sec: 31 segments, 2 merges 780.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 573.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1140.1 sec: 31 segments, 2 merges 785.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 578.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1145.1 sec: 31 segments, 2 merges 790.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 583.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1150.1 sec: 31 segments, 2 merges 795.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 588.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1155.1 sec: 31 segments, 2 merges 800.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 593.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1160.1 sec: 31 segments, 2 merges 805.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 598.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1165.0 sec: 31 segments, 2 merges 810.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 603.6s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1170.0 sec: 31 segments, 2 merges 815.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 608.6s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1175.0 sec: 31 segments, 2 merges 820.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 613.6s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1180.0 sec: 31 segments, 2 merges 825.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 618.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1185.0 sec: 31 segments, 2 merges 830.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 623.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1190.0 sec: 31 segments, 2 merges 835.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 628.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1195.0 sec: 31 segments, 2 merges 840.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 633.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1200.0 sec: 31 segments, 2 merges 845.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 638.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1205.0 sec: 31 segments, 2 merges 850.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 643.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1210.0 sec: 31 segments, 2 merges 855.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 648.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1215.1 sec: 31 segments, 2 merges 860.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 653.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1220.1 sec: 31 segments, 2 merges 865.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 658.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1225.1 sec: 31 segments, 2 merges 870.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 663.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1230.1 sec: 31 segments, 2 merges 875.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 668.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1235.1 sec: 31 segments, 2 merges 880.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 673.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1240.1 sec: 31 segments, 2 merges 885.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 678.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1245.1 sec: 31 segments, 2 merges 890.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 683.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1250.1 sec: 31 segments, 2 merges 895.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 688.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1255.1 sec: 31 segments, 2 merges 900.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 693.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1260.1 sec: 31 segments, 2 merges 905.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 698.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1265.1 sec: 31 segments, 2 merges 910.5s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 703.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1270.0 sec: 31 segments, 2 merges 915.4s _1fw: 8 segs, 585.8 K docs, 2338.3 MB 708.6s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1275.0 sec: 24 segments, 1 merges 713.6s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1280.0 sec: 24 segments, 1 merges 718.6s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1285.0 sec: 24 segments, 1 merges 723.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1290.0 sec: 24 segments, 1 merges 728.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1295.0 sec: 24 segments, 1 merges 733.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1300.0 sec: 24 segments, 1 merges 738.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1305.0 sec: 24 segments, 1 merges 743.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1310.0 sec: 24 segments, 1 merges 748.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1315.0 sec: 24 segments, 1 merges 753.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1320.0 sec: 24 segments, 1 merges 758.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1325.1 sec: 24 segments, 1 merges 763.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1330.1 sec: 24 segments, 1 merges 768.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1335.1 sec: 24 segments, 1 merges 773.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1340.1 sec: 24 segments, 1 merges 778.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1345.1 sec: 24 segments, 1 merges 783.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1350.1 sec: 24 segments, 1 merges 788.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1355.1 sec: 24 segments, 1 merges 793.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1360.1 sec: 24 segments, 1 merges 798.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1365.1 sec: 24 segments, 1 merges 803.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1370.1 sec: 24 segments, 1 merges 808.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1375.1 sec: 24 segments, 1 merges 813.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1380.1 sec: 24 segments, 1 merges 818.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1385.0 sec: 24 segments, 1 merges 823.6s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1390.0 sec: 24 segments, 1 merges 828.6s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1395.0 sec: 24 segments, 1 merges 833.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1400.0 sec: 24 segments, 1 merges 838.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1405.0 sec: 24 segments, 1 merges 843.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1410.0 sec: 24 segments, 1 merges 848.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1415.0 sec: 24 segments, 1 merges 853.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1420.0 sec: 24 segments, 1 merges 858.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1425.0 sec: 24 segments, 1 merges 863.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1430.0 sec: 24 segments, 1 merges 868.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1435.0 sec: 24 segments, 1 merges 873.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1440.1 sec: 24 segments, 1 merges 878.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1445.1 sec: 24 segments, 1 merges 883.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1450.1 sec: 24 segments, 1 merges 888.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1455.1 sec: 24 segments, 1 merges 893.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1460.1 sec: 24 segments, 1 merges 898.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB 1465.1 sec: 24 segments, 1 merges 903.7s _1fx: 8 segs, 1058.8 K docs, 4230.3 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 4075 seconds reindex takes 4075.37 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: 17 segments, 1 merges 5.0 sec: 17 segments, 1 merges 5.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 10.0 sec: 17 segments, 1 merges 10.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 15.0 sec: 17 segments, 1 merges 15.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 20.0 sec: 17 segments, 1 merges 20.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 25.0 sec: 17 segments, 1 merges 25.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 30.0 sec: 17 segments, 1 merges 30.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 35.0 sec: 17 segments, 1 merges 35.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 40.0 sec: 17 segments, 1 merges 40.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 45.0 sec: 17 segments, 1 merges 45.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 50.0 sec: 17 segments, 1 merges 50.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 55.1 sec: 17 segments, 1 merges 55.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 60.1 sec: 17 segments, 1 merges 60.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 65.1 sec: 17 segments, 1 merges 65.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 70.1 sec: 17 segments, 1 merges 70.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 75.1 sec: 17 segments, 1 merges 75.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 80.1 sec: 17 segments, 1 merges 80.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 85.1 sec: 17 segments, 1 merges 85.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 90.1 sec: 17 segments, 1 merges 90.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 95.0 sec: 17 segments, 1 merges 95.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 100.0 sec: 17 segments, 1 merges 100.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 105.0 sec: 17 segments, 1 merges 105.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 110.0 sec: 17 segments, 1 merges 110.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 115.0 sec: 17 segments, 1 merges 115.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 120.0 sec: 17 segments, 1 merges 120.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 125.1 sec: 17 segments, 1 merges 125.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 130.1 sec: 17 segments, 1 merges 130.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 135.1 sec: 17 segments, 1 merges 135.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 140.1 sec: 17 segments, 1 merges 140.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 145.1 sec: 17 segments, 1 merges 145.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 150.0 sec: 17 segments, 1 merges 150.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 155.0 sec: 17 segments, 1 merges 155.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 160.0 sec: 17 segments, 1 merges 160.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 165.0 sec: 17 segments, 1 merges 165.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 170.0 sec: 17 segments, 1 merges 170.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 175.0 sec: 17 segments, 1 merges 175.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 180.1 sec: 17 segments, 1 merges 180.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 185.1 sec: 17 segments, 1 merges 185.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 190.1 sec: 17 segments, 1 merges 190.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 195.1 sec: 17 segments, 1 merges 195.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 200.1 sec: 17 segments, 1 merges 200.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 205.1 sec: 17 segments, 1 merges 205.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 210.0 sec: 17 segments, 1 merges 210.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 215.0 sec: 17 segments, 1 merges 215.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 220.0 sec: 17 segments, 1 merges 220.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 225.0 sec: 17 segments, 1 merges 225.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 230.0 sec: 17 segments, 1 merges 230.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 235.0 sec: 17 segments, 1 merges 235.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 240.1 sec: 17 segments, 1 merges 240.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 245.1 sec: 17 segments, 1 merges 245.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 250.1 sec: 17 segments, 1 merges 250.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 255.1 sec: 17 segments, 1 merges 255.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 260.1 sec: 17 segments, 1 merges 260.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 265.0 sec: 17 segments, 1 merges 265.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 270.0 sec: 17 segments, 1 merges 270.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 275.0 sec: 17 segments, 1 merges 275.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 280.0 sec: 17 segments, 1 merges 280.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 285.0 sec: 17 segments, 1 merges 285.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 290.0 sec: 17 segments, 1 merges 290.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 295.0 sec: 17 segments, 1 merges 295.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 300.0 sec: 17 segments, 1 merges 300.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 305.0 sec: 17 segments, 1 merges 305.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 310.0 sec: 17 segments, 1 merges 310.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 315.0 sec: 17 segments, 1 merges 315.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 320.0 sec: 17 segments, 1 merges 320.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 325.0 sec: 17 segments, 1 merges 325.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 330.0 sec: 17 segments, 1 merges 330.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 335.0 sec: 17 segments, 1 merges 335.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 340.1 sec: 17 segments, 1 merges 340.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 345.1 sec: 17 segments, 1 merges 345.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 350.1 sec: 17 segments, 1 merges 350.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 355.1 sec: 17 segments, 1 merges 355.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 360.1 sec: 17 segments, 1 merges 360.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 365.1 sec: 17 segments, 1 merges 365.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 370.1 sec: 17 segments, 1 merges 370.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 375.1 sec: 17 segments, 1 merges 375.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 380.1 sec: 17 segments, 1 merges 380.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 385.1 sec: 17 segments, 1 merges 385.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 390.1 sec: 17 segments, 1 merges 390.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 395.1 sec: 17 segments, 1 merges 395.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 400.0 sec: 17 segments, 1 merges 400.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 405.0 sec: 17 segments, 1 merges 405.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 410.0 sec: 17 segments, 1 merges 410.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 415.0 sec: 17 segments, 1 merges 415.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 420.0 sec: 17 segments, 1 merges 420.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 425.1 sec: 17 segments, 1 merges 425.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 430.1 sec: 17 segments, 1 merges 430.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 435.1 sec: 17 segments, 1 merges 435.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 440.1 sec: 17 segments, 1 merges 440.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 445.1 sec: 17 segments, 1 merges 445.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 450.1 sec: 17 segments, 1 merges 450.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 455.1 sec: 17 segments, 1 merges 455.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 460.1 sec: 17 segments, 1 merges 460.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 465.1 sec: 17 segments, 1 merges 465.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 470.1 sec: 17 segments, 1 merges 470.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 475.1 sec: 17 segments, 1 merges 475.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 480.0 sec: 17 segments, 1 merges 480.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 485.0 sec: 17 segments, 1 merges 485.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 490.0 sec: 17 segments, 1 merges 490.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 495.0 sec: 17 segments, 1 merges 495.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 500.0 sec: 17 segments, 1 merges 500.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 505.0 sec: 17 segments, 1 merges 505.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 510.0 sec: 17 segments, 1 merges 510.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 515.0 sec: 17 segments, 1 merges 515.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 520.0 sec: 17 segments, 1 merges 520.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 525.0 sec: 17 segments, 1 merges 525.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 530.0 sec: 17 segments, 1 merges 530.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 535.0 sec: 17 segments, 1 merges 535.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 540.1 sec: 17 segments, 1 merges 540.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 545.1 sec: 17 segments, 1 merges 545.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 550.1 sec: 17 segments, 1 merges 550.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 555.1 sec: 17 segments, 1 merges 555.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 560.1 sec: 17 segments, 1 merges 560.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 565.1 sec: 17 segments, 1 merges 565.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 570.1 sec: 17 segments, 1 merges 570.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 575.1 sec: 17 segments, 1 merges 575.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 580.1 sec: 17 segments, 1 merges 580.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 585.1 sec: 17 segments, 1 merges 585.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 590.1 sec: 17 segments, 1 merges 590.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 595.1 sec: 17 segments, 1 merges 595.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 600.0 sec: 17 segments, 1 merges 600.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 605.0 sec: 17 segments, 1 merges 605.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 610.0 sec: 17 segments, 1 merges 610.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 615.0 sec: 17 segments, 1 merges 615.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 620.0 sec: 17 segments, 1 merges 620.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 625.0 sec: 17 segments, 1 merges 625.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 630.0 sec: 17 segments, 1 merges 630.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 635.0 sec: 17 segments, 1 merges 635.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 640.0 sec: 17 segments, 1 merges 640.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 645.0 sec: 17 segments, 1 merges 645.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 650.0 sec: 17 segments, 1 merges 650.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 655.0 sec: 17 segments, 1 merges 655.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 660.0 sec: 17 segments, 1 merges 660.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 665.1 sec: 17 segments, 1 merges 665.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 670.1 sec: 17 segments, 1 merges 670.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 675.1 sec: 17 segments, 1 merges 675.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 680.1 sec: 17 segments, 1 merges 680.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 685.1 sec: 17 segments, 1 merges 685.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 690.1 sec: 17 segments, 1 merges 690.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 695.1 sec: 17 segments, 1 merges 695.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 700.1 sec: 17 segments, 1 merges 700.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 705.1 sec: 17 segments, 1 merges 705.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 710.1 sec: 17 segments, 1 merges 710.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 715.1 sec: 17 segments, 1 merges 715.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 720.1 sec: 17 segments, 1 merges 720.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 725.1 sec: 17 segments, 1 merges 725.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 730.0 sec: 17 segments, 1 merges 730.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 735.0 sec: 17 segments, 1 merges 735.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 740.0 sec: 17 segments, 1 merges 740.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 745.0 sec: 17 segments, 1 merges 745.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 750.0 sec: 17 segments, 1 merges 750.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 755.0 sec: 17 segments, 1 merges 755.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 760.2 sec: 17 segments, 1 merges 760.2s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 765.1 sec: 17 segments, 1 merges 765.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 770.1 sec: 17 segments, 1 merges 770.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 775.1 sec: 17 segments, 1 merges 775.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 780.1 sec: 17 segments, 1 merges 780.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 785.1 sec: 17 segments, 1 merges 785.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 790.1 sec: 17 segments, 1 merges 790.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 795.0 sec: 17 segments, 1 merges 795.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 800.0 sec: 17 segments, 1 merges 800.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 805.0 sec: 17 segments, 1 merges 805.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 810.0 sec: 17 segments, 1 merges 810.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 815.0 sec: 17 segments, 1 merges 815.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 820.0 sec: 17 segments, 1 merges 820.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 825.0 sec: 17 segments, 1 merges 825.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 830.0 sec: 17 segments, 1 merges 830.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 835.0 sec: 17 segments, 1 merges 835.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 840.0 sec: 17 segments, 1 merges 840.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 845.1 sec: 17 segments, 1 merges 845.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 850.1 sec: 17 segments, 1 merges 850.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 855.1 sec: 17 segments, 1 merges 855.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 860.1 sec: 17 segments, 1 merges 860.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 865.1 sec: 17 segments, 1 merges 865.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 870.1 sec: 17 segments, 1 merges 870.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 875.0 sec: 17 segments, 1 merges 875.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 880.0 sec: 17 segments, 1 merges 880.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 885.0 sec: 17 segments, 1 merges 885.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 890.0 sec: 17 segments, 1 merges 890.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 895.0 sec: 17 segments, 1 merges 895.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 900.0 sec: 17 segments, 1 merges 900.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 905.0 sec: 17 segments, 1 merges 905.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 910.0 sec: 17 segments, 1 merges 910.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 915.0 sec: 17 segments, 1 merges 915.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 920.0 sec: 17 segments, 1 merges 920.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 925.0 sec: 17 segments, 1 merges 925.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 930.1 sec: 17 segments, 1 merges 930.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 935.1 sec: 17 segments, 1 merges 935.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 940.1 sec: 17 segments, 1 merges 940.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 945.1 sec: 17 segments, 1 merges 945.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 950.1 sec: 17 segments, 1 merges 950.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 955.1 sec: 17 segments, 1 merges 955.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 960.1 sec: 17 segments, 1 merges 960.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 965.1 sec: 17 segments, 1 merges 965.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 970.1 sec: 17 segments, 1 merges 970.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 975.1 sec: 17 segments, 1 merges 975.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 980.1 sec: 17 segments, 1 merges 980.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 985.1 sec: 17 segments, 1 merges 985.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 990.1 sec: 17 segments, 1 merges 990.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 995.0 sec: 17 segments, 1 merges 995.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1000.0 sec: 17 segments, 1 merges 1000.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1005.0 sec: 17 segments, 1 merges 1005.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1010.0 sec: 17 segments, 1 merges 1010.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1015.0 sec: 17 segments, 1 merges 1015.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1020.0 sec: 17 segments, 1 merges 1020.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1025.0 sec: 17 segments, 1 merges 1025.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1030.0 sec: 17 segments, 1 merges 1030.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1035.0 sec: 17 segments, 1 merges 1035.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1040.0 sec: 17 segments, 1 merges 1040.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1045.0 sec: 17 segments, 1 merges 1045.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1050.0 sec: 17 segments, 1 merges 1050.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1055.0 sec: 17 segments, 1 merges 1055.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1060.1 sec: 17 segments, 1 merges 1060.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1065.1 sec: 17 segments, 1 merges 1065.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1070.1 sec: 17 segments, 1 merges 1070.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1075.1 sec: 17 segments, 1 merges 1075.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1080.1 sec: 17 segments, 1 merges 1080.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1085.1 sec: 17 segments, 1 merges 1085.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1090.1 sec: 17 segments, 1 merges 1090.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1095.1 sec: 17 segments, 1 merges 1095.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1100.1 sec: 17 segments, 1 merges 1100.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1105.1 sec: 17 segments, 1 merges 1105.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1110.1 sec: 17 segments, 1 merges 1110.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1115.1 sec: 17 segments, 1 merges 1115.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1120.1 sec: 17 segments, 1 merges 1120.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1125.0 sec: 17 segments, 1 merges 1125.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1130.0 sec: 17 segments, 1 merges 1130.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1135.0 sec: 17 segments, 1 merges 1135.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1140.0 sec: 17 segments, 1 merges 1140.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1145.0 sec: 17 segments, 1 merges 1145.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1150.0 sec: 17 segments, 1 merges 1150.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1155.0 sec: 17 segments, 1 merges 1155.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1160.0 sec: 17 segments, 1 merges 1160.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1165.0 sec: 17 segments, 1 merges 1165.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1170.0 sec: 17 segments, 1 merges 1170.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1175.0 sec: 17 segments, 1 merges 1175.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1180.0 sec: 17 segments, 1 merges 1180.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1185.0 sec: 17 segments, 1 merges 1185.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1190.1 sec: 17 segments, 1 merges 1190.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1195.1 sec: 17 segments, 1 merges 1195.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1200.1 sec: 17 segments, 1 merges 1200.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1205.1 sec: 17 segments, 1 merges 1205.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1210.1 sec: 17 segments, 1 merges 1210.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1215.1 sec: 17 segments, 1 merges 1215.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1220.1 sec: 17 segments, 1 merges 1220.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1225.1 sec: 17 segments, 1 merges 1225.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1230.1 sec: 17 segments, 1 merges 1230.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1235.1 sec: 17 segments, 1 merges 1235.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1240.1 sec: 17 segments, 1 merges 1240.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1245.1 sec: 17 segments, 1 merges 1245.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1250.1 sec: 17 segments, 1 merges 1250.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1255.1 sec: 17 segments, 1 merges 1255.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1260.0 sec: 17 segments, 1 merges 1260.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1265.1 sec: 17 segments, 1 merges 1265.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1270.1 sec: 17 segments, 1 merges 1270.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1275.1 sec: 17 segments, 1 merges 1275.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1280.1 sec: 17 segments, 1 merges 1280.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1285.1 sec: 17 segments, 1 merges 1285.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1290.1 sec: 17 segments, 1 merges 1290.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1295.1 sec: 17 segments, 1 merges 1295.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1300.1 sec: 17 segments, 1 merges 1300.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1305.1 sec: 17 segments, 1 merges 1305.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1310.1 sec: 17 segments, 1 merges 1310.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1315.1 sec: 17 segments, 1 merges 1315.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1320.1 sec: 17 segments, 1 merges 1320.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1325.1 sec: 17 segments, 1 merges 1325.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1330.1 sec: 17 segments, 1 merges 1330.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1335.0 sec: 17 segments, 1 merges 1335.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1340.0 sec: 17 segments, 1 merges 1340.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1345.0 sec: 17 segments, 1 merges 1345.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1350.0 sec: 17 segments, 1 merges 1350.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1355.0 sec: 17 segments, 1 merges 1355.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1360.0 sec: 17 segments, 1 merges 1360.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1365.0 sec: 17 segments, 1 merges 1365.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1370.0 sec: 17 segments, 1 merges 1370.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1375.0 sec: 17 segments, 1 merges 1375.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1380.0 sec: 17 segments, 1 merges 1380.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1385.0 sec: 17 segments, 1 merges 1385.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1390.0 sec: 17 segments, 1 merges 1390.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1395.0 sec: 17 segments, 1 merges 1395.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1400.0 sec: 17 segments, 1 merges 1400.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1405.1 sec: 17 segments, 1 merges 1405.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1410.1 sec: 17 segments, 1 merges 1410.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1415.1 sec: 17 segments, 1 merges 1415.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1420.1 sec: 17 segments, 1 merges 1420.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1425.1 sec: 17 segments, 1 merges 1425.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1430.1 sec: 17 segments, 1 merges 1430.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1435.1 sec: 17 segments, 1 merges 1435.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1440.1 sec: 17 segments, 1 merges 1440.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1445.1 sec: 17 segments, 1 merges 1445.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1450.1 sec: 17 segments, 1 merges 1450.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1455.1 sec: 17 segments, 1 merges 1455.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1460.1 sec: 17 segments, 1 merges 1460.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1465.1 sec: 17 segments, 1 merges 1465.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1470.0 sec: 17 segments, 1 merges 1470.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1475.0 sec: 17 segments, 1 merges 1475.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1480.0 sec: 17 segments, 1 merges 1480.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1485.0 sec: 17 segments, 1 merges 1485.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1490.0 sec: 17 segments, 1 merges 1490.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1495.0 sec: 17 segments, 1 merges 1495.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1500.0 sec: 17 segments, 1 merges 1500.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1505.0 sec: 17 segments, 1 merges 1505.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1510.0 sec: 17 segments, 1 merges 1510.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1515.0 sec: 17 segments, 1 merges 1515.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1520.0 sec: 17 segments, 1 merges 1520.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1525.0 sec: 17 segments, 1 merges 1525.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1530.0 sec: 17 segments, 1 merges 1530.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1535.0 sec: 17 segments, 1 merges 1535.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1540.1 sec: 17 segments, 1 merges 1540.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1545.1 sec: 17 segments, 1 merges 1545.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1550.1 sec: 17 segments, 1 merges 1550.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1555.1 sec: 17 segments, 1 merges 1555.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1560.1 sec: 17 segments, 1 merges 1560.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1565.1 sec: 17 segments, 1 merges 1565.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1570.1 sec: 17 segments, 1 merges 1570.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1575.1 sec: 17 segments, 1 merges 1575.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1580.1 sec: 17 segments, 1 merges 1580.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1585.1 sec: 17 segments, 1 merges 1585.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1590.1 sec: 17 segments, 1 merges 1590.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1595.1 sec: 17 segments, 1 merges 1595.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1600.1 sec: 17 segments, 1 merges 1600.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1605.0 sec: 17 segments, 1 merges 1605.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1610.0 sec: 17 segments, 1 merges 1610.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1615.0 sec: 17 segments, 1 merges 1615.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1620.0 sec: 17 segments, 1 merges 1620.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1625.0 sec: 17 segments, 1 merges 1625.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1630.0 sec: 17 segments, 1 merges 1630.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1635.0 sec: 17 segments, 1 merges 1635.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1640.0 sec: 17 segments, 1 merges 1640.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1645.0 sec: 17 segments, 1 merges 1645.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1650.0 sec: 17 segments, 1 merges 1650.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1655.0 sec: 17 segments, 1 merges 1655.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1660.1 sec: 17 segments, 1 merges 1660.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1665.1 sec: 17 segments, 1 merges 1665.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1670.1 sec: 17 segments, 1 merges 1670.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1675.1 sec: 17 segments, 1 merges 1675.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1680.1 sec: 17 segments, 1 merges 1680.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1685.1 sec: 17 segments, 1 merges 1685.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1690.1 sec: 17 segments, 1 merges 1690.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1695.1 sec: 17 segments, 1 merges 1695.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1700.1 sec: 17 segments, 1 merges 1700.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1705.1 sec: 17 segments, 1 merges 1705.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1710.1 sec: 17 segments, 1 merges 1710.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1715.1 sec: 17 segments, 1 merges 1715.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1720.1 sec: 17 segments, 1 merges 1720.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1725.1 sec: 17 segments, 1 merges 1725.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1730.1 sec: 17 segments, 1 merges 1730.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1735.1 sec: 17 segments, 1 merges 1735.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1740.0 sec: 17 segments, 1 merges 1740.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1745.0 sec: 17 segments, 1 merges 1745.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1750.0 sec: 17 segments, 1 merges 1750.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1755.0 sec: 17 segments, 1 merges 1755.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1760.0 sec: 17 segments, 1 merges 1760.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1765.0 sec: 17 segments, 1 merges 1765.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1770.0 sec: 17 segments, 1 merges 1770.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1775.0 sec: 17 segments, 1 merges 1775.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1780.0 sec: 17 segments, 1 merges 1780.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1785.0 sec: 17 segments, 1 merges 1785.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1790.0 sec: 17 segments, 1 merges 1790.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1795.0 sec: 17 segments, 1 merges 1795.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1800.1 sec: 17 segments, 1 merges 1800.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1805.1 sec: 17 segments, 1 merges 1805.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1810.1 sec: 17 segments, 1 merges 1810.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1815.1 sec: 17 segments, 1 merges 1815.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1820.1 sec: 17 segments, 1 merges 1820.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1825.1 sec: 17 segments, 1 merges 1825.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1830.1 sec: 17 segments, 1 merges 1830.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1835.1 sec: 17 segments, 1 merges 1835.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1840.1 sec: 17 segments, 1 merges 1840.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1845.1 sec: 17 segments, 1 merges 1845.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1850.1 sec: 17 segments, 1 merges 1850.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1855.0 sec: 17 segments, 1 merges 1855.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1860.0 sec: 17 segments, 1 merges 1860.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1865.0 sec: 17 segments, 1 merges 1865.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1870.0 sec: 17 segments, 1 merges 1870.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1875.0 sec: 17 segments, 1 merges 1875.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1880.0 sec: 17 segments, 1 merges 1880.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1885.0 sec: 17 segments, 1 merges 1885.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1890.0 sec: 17 segments, 1 merges 1890.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1895.0 sec: 17 segments, 1 merges 1895.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1900.0 sec: 17 segments, 1 merges 1900.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1905.0 sec: 17 segments, 1 merges 1905.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1910.0 sec: 17 segments, 1 merges 1910.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1915.1 sec: 17 segments, 1 merges 1915.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1920.1 sec: 17 segments, 1 merges 1920.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1925.1 sec: 17 segments, 1 merges 1925.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1930.1 sec: 17 segments, 1 merges 1930.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1935.1 sec: 17 segments, 1 merges 1935.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1940.1 sec: 17 segments, 1 merges 1940.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1945.1 sec: 17 segments, 1 merges 1945.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1950.1 sec: 17 segments, 1 merges 1950.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1955.1 sec: 17 segments, 1 merges 1955.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1960.1 sec: 17 segments, 1 merges 1960.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1965.1 sec: 17 segments, 1 merges 1965.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1970.1 sec: 17 segments, 1 merges 1970.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1975.1 sec: 17 segments, 1 merges 1975.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1980.0 sec: 17 segments, 1 merges 1980.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1985.0 sec: 17 segments, 1 merges 1985.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1990.0 sec: 17 segments, 1 merges 1990.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 1995.0 sec: 17 segments, 1 merges 1995.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2000.0 sec: 17 segments, 1 merges 2000.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2005.0 sec: 17 segments, 1 merges 2005.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2010.0 sec: 17 segments, 1 merges 2010.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2015.0 sec: 17 segments, 1 merges 2015.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2020.0 sec: 17 segments, 1 merges 2020.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2025.0 sec: 17 segments, 1 merges 2025.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2030.0 sec: 17 segments, 1 merges 2030.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2035.0 sec: 17 segments, 1 merges 2035.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2040.0 sec: 17 segments, 1 merges 2040.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2045.0 sec: 17 segments, 1 merges 2045.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2050.1 sec: 17 segments, 1 merges 2050.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2055.1 sec: 17 segments, 1 merges 2055.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2060.1 sec: 17 segments, 1 merges 2060.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2065.1 sec: 17 segments, 1 merges 2065.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2070.1 sec: 17 segments, 1 merges 2070.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2075.1 sec: 17 segments, 1 merges 2075.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2080.1 sec: 17 segments, 1 merges 2080.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2085.1 sec: 17 segments, 1 merges 2085.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2090.1 sec: 17 segments, 1 merges 2090.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2095.1 sec: 17 segments, 1 merges 2095.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2100.1 sec: 17 segments, 1 merges 2100.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2105.1 sec: 17 segments, 1 merges 2105.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2110.1 sec: 17 segments, 1 merges 2110.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2115.0 sec: 17 segments, 1 merges 2115.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2120.1 sec: 17 segments, 1 merges 2120.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2125.1 sec: 17 segments, 1 merges 2125.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2130.1 sec: 17 segments, 1 merges 2130.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2135.1 sec: 17 segments, 1 merges 2135.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2140.1 sec: 17 segments, 1 merges 2140.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2145.1 sec: 17 segments, 1 merges 2145.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2150.1 sec: 17 segments, 1 merges 2150.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2155.1 sec: 17 segments, 1 merges 2155.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2160.1 sec: 17 segments, 1 merges 2160.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2165.1 sec: 17 segments, 1 merges 2165.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2170.1 sec: 17 segments, 1 merges 2170.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2175.1 sec: 17 segments, 1 merges 2175.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2180.1 sec: 17 segments, 1 merges 2180.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2185.0 sec: 17 segments, 1 merges 2185.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2190.0 sec: 17 segments, 1 merges 2190.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2195.0 sec: 17 segments, 1 merges 2195.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2200.0 sec: 17 segments, 1 merges 2200.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2205.0 sec: 17 segments, 1 merges 2205.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2210.0 sec: 17 segments, 1 merges 2210.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2215.0 sec: 17 segments, 1 merges 2215.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2220.0 sec: 17 segments, 1 merges 2220.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2225.0 sec: 17 segments, 1 merges 2225.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2230.0 sec: 17 segments, 1 merges 2230.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2235.0 sec: 17 segments, 1 merges 2235.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2240.0 sec: 17 segments, 1 merges 2240.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2245.1 sec: 17 segments, 1 merges 2245.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2250.1 sec: 17 segments, 1 merges 2250.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2255.1 sec: 17 segments, 1 merges 2255.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2260.1 sec: 17 segments, 1 merges 2260.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2265.1 sec: 17 segments, 1 merges 2265.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2270.1 sec: 17 segments, 1 merges 2270.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2275.1 sec: 17 segments, 1 merges 2275.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2280.1 sec: 17 segments, 1 merges 2280.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2285.1 sec: 17 segments, 1 merges 2285.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2290.1 sec: 17 segments, 1 merges 2290.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2295.1 sec: 17 segments, 1 merges 2295.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2300.1 sec: 17 segments, 1 merges 2300.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2305.0 sec: 17 segments, 1 merges 2305.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2310.0 sec: 17 segments, 1 merges 2310.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2315.0 sec: 17 segments, 1 merges 2315.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2320.0 sec: 17 segments, 1 merges 2320.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2325.0 sec: 17 segments, 1 merges 2325.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2330.0 sec: 17 segments, 1 merges 2330.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2335.0 sec: 17 segments, 1 merges 2335.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2340.0 sec: 17 segments, 1 merges 2340.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2345.0 sec: 17 segments, 1 merges 2345.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2350.0 sec: 17 segments, 1 merges 2350.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2355.0 sec: 17 segments, 1 merges 2355.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2360.0 sec: 17 segments, 1 merges 2360.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2365.1 sec: 17 segments, 1 merges 2365.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2370.1 sec: 17 segments, 1 merges 2370.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2375.1 sec: 17 segments, 1 merges 2375.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2380.1 sec: 17 segments, 1 merges 2380.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2385.1 sec: 17 segments, 1 merges 2385.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2390.1 sec: 17 segments, 1 merges 2390.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2395.1 sec: 17 segments, 1 merges 2395.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2400.1 sec: 17 segments, 1 merges 2400.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2405.1 sec: 17 segments, 1 merges 2405.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2410.0 sec: 17 segments, 1 merges 2410.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2415.0 sec: 17 segments, 1 merges 2415.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2420.0 sec: 17 segments, 1 merges 2420.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2425.0 sec: 17 segments, 1 merges 2425.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2430.0 sec: 17 segments, 1 merges 2430.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2435.0 sec: 17 segments, 1 merges 2435.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2440.0 sec: 17 segments, 1 merges 2440.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2445.0 sec: 17 segments, 1 merges 2445.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2450.0 sec: 17 segments, 1 merges 2450.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2455.0 sec: 17 segments, 1 merges 2455.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2460.0 sec: 17 segments, 1 merges 2460.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2465.0 sec: 17 segments, 1 merges 2465.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2470.1 sec: 17 segments, 1 merges 2470.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2475.1 sec: 17 segments, 1 merges 2475.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2480.1 sec: 17 segments, 1 merges 2480.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2485.1 sec: 17 segments, 1 merges 2485.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2490.0 sec: 17 segments, 1 merges 2490.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2495.0 sec: 17 segments, 1 merges 2495.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2500.0 sec: 17 segments, 1 merges 2500.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2505.0 sec: 17 segments, 1 merges 2505.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2510.0 sec: 17 segments, 1 merges 2510.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2515.0 sec: 17 segments, 1 merges 2515.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2520.0 sec: 17 segments, 1 merges 2520.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2525.0 sec: 17 segments, 1 merges 2525.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2530.0 sec: 17 segments, 1 merges 2530.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2535.0 sec: 17 segments, 1 merges 2535.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2540.1 sec: 17 segments, 1 merges 2540.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2545.1 sec: 17 segments, 1 merges 2545.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2550.1 sec: 17 segments, 1 merges 2550.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2555.1 sec: 17 segments, 1 merges 2555.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2560.1 sec: 17 segments, 1 merges 2560.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2565.1 sec: 17 segments, 1 merges 2565.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2570.1 sec: 17 segments, 1 merges 2570.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2575.1 sec: 17 segments, 1 merges 2575.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2580.1 sec: 17 segments, 1 merges 2580.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2585.1 sec: 17 segments, 1 merges 2585.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2590.1 sec: 17 segments, 1 merges 2590.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2595.1 sec: 17 segments, 1 merges 2595.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2600.0 sec: 17 segments, 1 merges 2600.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2605.0 sec: 17 segments, 1 merges 2605.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2610.0 sec: 17 segments, 1 merges 2610.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2615.0 sec: 17 segments, 1 merges 2615.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2620.0 sec: 17 segments, 1 merges 2620.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2625.0 sec: 17 segments, 1 merges 2625.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2630.0 sec: 17 segments, 1 merges 2630.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2635.0 sec: 17 segments, 1 merges 2635.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2640.0 sec: 17 segments, 1 merges 2640.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2645.0 sec: 17 segments, 1 merges 2645.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2650.0 sec: 17 segments, 1 merges 2650.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2655.1 sec: 17 segments, 1 merges 2655.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2660.1 sec: 17 segments, 1 merges 2660.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2665.1 sec: 17 segments, 1 merges 2665.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2670.1 sec: 17 segments, 1 merges 2670.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2675.1 sec: 17 segments, 1 merges 2675.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2680.1 sec: 17 segments, 1 merges 2680.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2685.1 sec: 17 segments, 1 merges 2685.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2690.1 sec: 17 segments, 1 merges 2690.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2695.1 sec: 17 segments, 1 merges 2695.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2700.1 sec: 17 segments, 1 merges 2700.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2705.1 sec: 17 segments, 1 merges 2705.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2710.1 sec: 17 segments, 1 merges 2710.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2715.1 sec: 17 segments, 1 merges 2715.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2720.0 sec: 17 segments, 1 merges 2720.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2725.0 sec: 17 segments, 1 merges 2725.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2730.0 sec: 17 segments, 1 merges 2730.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2735.0 sec: 17 segments, 1 merges 2735.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2740.0 sec: 17 segments, 1 merges 2740.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2745.0 sec: 17 segments, 1 merges 2745.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2750.0 sec: 17 segments, 1 merges 2750.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2755.0 sec: 17 segments, 1 merges 2755.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2760.0 sec: 17 segments, 1 merges 2760.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2765.0 sec: 17 segments, 1 merges 2765.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2770.0 sec: 17 segments, 1 merges 2770.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2775.0 sec: 17 segments, 1 merges 2775.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2780.0 sec: 17 segments, 1 merges 2780.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2785.0 sec: 17 segments, 1 merges 2785.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2790.1 sec: 17 segments, 1 merges 2790.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2795.1 sec: 17 segments, 1 merges 2795.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2800.1 sec: 17 segments, 1 merges 2800.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2805.1 sec: 17 segments, 1 merges 2805.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2810.1 sec: 17 segments, 1 merges 2810.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2815.1 sec: 17 segments, 1 merges 2815.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2820.1 sec: 17 segments, 1 merges 2820.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2825.1 sec: 17 segments, 1 merges 2825.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2830.1 sec: 17 segments, 1 merges 2830.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2835.1 sec: 17 segments, 1 merges 2835.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2840.1 sec: 17 segments, 1 merges 2840.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2845.1 sec: 17 segments, 1 merges 2845.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2850.1 sec: 17 segments, 1 merges 2850.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2855.1 sec: 17 segments, 1 merges 2855.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2860.0 sec: 17 segments, 1 merges 2860.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2865.0 sec: 17 segments, 1 merges 2865.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2870.0 sec: 17 segments, 1 merges 2870.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2875.0 sec: 17 segments, 1 merges 2875.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2880.0 sec: 17 segments, 1 merges 2880.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2885.0 sec: 17 segments, 1 merges 2885.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2890.0 sec: 17 segments, 1 merges 2890.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2895.0 sec: 17 segments, 1 merges 2895.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2900.0 sec: 17 segments, 1 merges 2900.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2905.0 sec: 17 segments, 1 merges 2905.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2910.0 sec: 17 segments, 1 merges 2910.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2915.1 sec: 17 segments, 1 merges 2915.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2920.1 sec: 17 segments, 1 merges 2920.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2925.1 sec: 17 segments, 1 merges 2925.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2930.1 sec: 17 segments, 1 merges 2930.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2935.1 sec: 17 segments, 1 merges 2935.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2940.1 sec: 17 segments, 1 merges 2940.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2945.1 sec: 17 segments, 1 merges 2945.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2950.1 sec: 17 segments, 1 merges 2950.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2955.1 sec: 17 segments, 1 merges 2955.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2960.1 sec: 17 segments, 1 merges 2960.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2965.1 sec: 17 segments, 1 merges 2965.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2970.1 sec: 17 segments, 1 merges 2970.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2975.1 sec: 17 segments, 1 merges 2975.1s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2980.0 sec: 17 segments, 1 merges 2980.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2985.0 sec: 17 segments, 1 merges 2985.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2990.0 sec: 17 segments, 1 merges 2990.0s _1fy: 17 segs, 8000.0 K docs, 32013.1 MB 2995.0 sec: 1 segments, 0 merges done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 2998.04 sec index has 1 segments: segments_3: _1fy(11.0.0):C8000000 _1fy: 32155.9 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=4.0 index disk usage is 32155.87 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=49297881127 cpu@end=52499681004 deltaMS=3201.799877 thread 14 name=Reference Handler cpu@start=2637876 cpu@end=2637876 deltaMS=0.0 thread 15 name=Finalizer cpu@start=134737 cpu@end=134737 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=74399 cpu@end=74399 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=35591591 cpu@end=35591591 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=87603984537 cpu@end=87604727792 deltaMS=0.743255 thread 42 name=JFR Periodic Tasks cpu@start=596105500551 cpu@end=596260909295 deltaMS=155.408744 thread 45 name=Notification Thread cpu@start=93190 cpu@end=93190 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=8423463684321 cpu@end=8423463684321 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=8420999193553 cpu@end=8420999193553 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=8419891793716 cpu@end=8419891793716 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=8419445250419 cpu@end=8419445250419 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=8420945321873 cpu@end=8420945321873 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=8424369830545 cpu@end=8424369830545 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=8423426907237 cpu@end=8423426907237 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=8426940739818 cpu@end=8426940739818 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=8420225224055 cpu@end=8420225224055 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=8422702809218 cpu@end=8422702809218 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=8416625420278 cpu@end=8416625420278 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=8422300943611 cpu@end=8422300943611 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=8421326804268 cpu@end=8421326804268 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=8423800047249 cpu@end=8423800047249 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=8410350265730 cpu@end=8410350265730 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=8421171748605 cpu@end=8421171748605 deltaMS=0.0 Average CPU cores used: 1.0463718763217333 completed 1000 searches in 3209 ms: 311 QPS CPU time=3357 ms checking results SUMMARY: 0.944 3.209 3.357 1.046 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 5671 4075.37 1963.01 2998.04 1 32155.87 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=233, Fanout min=6, mean=15.55, max=32, meandelta=407966.75 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 14 15 16 18 20 22 32 Graph level=2 size=7649, Fanout min=8, mean=27.46, max=32, meandelta=266410.06 % 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=247359, Fanout min=1, mean=28.32, max=32, meandelta=258531.58 % 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.65, max=64, meandelta=194661.14 % 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=233, connectedness=1.00 Graph level=2 size=7649, connectedness=1.00 Graph level=1 size=247359, 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.21.05.27.46/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': 277,872,535.85 msec task-clock:u 1,040,509,589,681,485 cycles:u (36.36%) 84,311,421,156,770 instructions:u (36.36%) 13,494,038,048,518 cache-references:u (36.36%) 3,812,790,529,015 cache-misses:u (36.36%) 52,094,158,315,885 L1-dcache-loads:u (36.36%) 3,636,237,705,456 L1-dcache-load-misses:u (36.36%) 4,012,773,108,923 L1-icache-loads:u (36.36%) 43,893,021,915 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 58,234,960 faults:u 27,384,436 minor-faults:u 17,955 major-faults:u 10,878,089,169,621 branches:u (36.36%) 115,294,248,265 branch-misses:u (36.36%) 13,796,529,885,803 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 8623.590159992 seconds time elapsed 276337.714224000 seconds user 1493.516134000 seconds sys took 2:23:43.616335 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='f2c9d79c63be90d685118a6fa53c14b9c7438b52', luceneutil_git_rev='97476263c4ead7244649e56d1e8ed200e47c6d16', 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.944, cpu_time_ms=3.209, net_cpu_ms=3.357, 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=5671, index_time_sec=4075.37, index_docs_per_sec=1963.01, force_merge_time_sec=2998.04, index_num_segments=1, index_size_on_disk_mb=32155.87, selectivity=None, pre_post_filter='null', vec_disk_mb=31250.0, vec_ram_mb=31250.0, graph_level_conn_p_values={3: (233, {0: 0, 10: 9, 20: 11, 30: 12, 40: 14, 50: 15, 60: 16, 70: 18, 80: 20, 90: 22, 100: 32}), 2: (7649, {0: 0, 10: 19, 20: 22, 30: 25, 40: 28, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247359, {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=8623, microseconds=616335)) Profiler summary for /l/logs.nightly/2026.05.21.05.27.46/bench-knn-q32-fmTrue.jfr Version: 2.1 Chunks: 167 Start: 2026-05-21 16:49:24 (UTC) Duration: 5024 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 106354029 1905624778 jdk.FileWrite 7175315 175374577 jdk.FileRead 735273 17315285 jdk.CPULoad 94208 1963459 jdk.BooleanFlag 82832 2679451 jdk.ObjectAllocationInNewTLAB 27501 562640 jdk.Checkpoint 13600 24184967 jdk.UnsignedIntFlag 8016 277634 jdk.IntFlag 7348 273341 jdk.StringFlag 5678 224449 jdk.ObjectAllocationOutsideTLAB 1204 22669 jdk.Compilation 1015 27866 jdk.CPUInformation 167 250947 jdk.GCConfiguration 167 4455 jdk.JVMInformation 167 151749 jdk.Metadata 167 18458122 jdk.GarbageCollection 24 599 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.21.05.27.46/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q32-fmTrue.jfr is 2047.93 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 106354029 events (total: 106M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 47.16% 50M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 39.36% 41M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 4.70% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 1.70% 1M org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 1.44% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 1.31% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.78% 833787 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.65% 696536 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.44% 470052 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.26% 279212 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.24% 253875 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.21% 221678 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.21% 220463 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.19% 198494 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.16% 171963 jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] 0.15% 161514 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.10% 107764 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.10% 105528 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 0.07% 78005 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.07% 73773 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.05% 49659 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.04% 42365 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.03% 32662 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.03% 29065 org.apache.lucene.store.MemorySegmentIndexInput#readFloats():249 [Inlined code] 0.03% 27431 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.03% 27119 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.02% 23596 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [Inlined code] 0.02% 21932 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.02% 21594 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.02% 21141 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.02% 18708 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.02% 17998 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.02% 16191 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.01% 15143 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.01% 14977 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.01% 14494 sun.nio.ch.NativeThread#current0() [Native code] 0.01% 14214 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.01% 14065 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.01% 13436 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.01% 13228 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.01% 12661 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():347 [JIT compiled code] 0.01% 12034 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [JIT compiled code] 0.01% 10845 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.01% 10701 org.apache.lucene.store.MemorySegmentIndexInput#seek():324 [Inlined code] 0.01% 10401 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.01% 10336 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.01% 10306 java.util.Objects#checkIndex():365 [Inlined code] 0.01% 10002 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.01% 9748 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.01% 9558 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [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.21.05.27.46/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q32-fmTrue.jfr is 2047.93 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 106354029 events (total: 106M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 43.89% 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] 39.00% 41M 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.70% 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.27% 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.46% 1M org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 1.27% 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():256 [JIT compiled code] 0.82% 871445 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.78% 833784 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.65% 696536 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.40% 423623 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.39% 414403 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.36% 383215 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.26% 273035 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.23% 241509 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.22% 238113 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.21% 220127 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.20% 212475 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% 198242 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():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.17% 183937 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():422 [JIT compiled code] 0.16% 171924 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] 0.10% 110874 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.10% 103216 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.08% 80168 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% 77181 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.05% 55909 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% 49659 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.04% 40600 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% 39294 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.03% 32039 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% 31303 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] 0.03% 28588 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.03% 27399 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():515 [JIT compiled code] 0.02% 26250 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.02% 26182 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% 25188 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.02% 23596 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.02% 17998 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.02% 16642 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.0x00000000351742b8#accept() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#alertOnHeapMemoryUsageChange():118 [Inlined code] 0.01% 15155 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():451 [Inlined code] 0.01% 15081 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():451 [Inlined code] 0.01% 15005 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.01% 14643 org.apache.lucene.store.MemorySegmentIndexInput#readFloats():249 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.01% 14214 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#popToScratch():493 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.01% 14065 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():451 [Inlined code] 0.01% 13850 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.01% 13228 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% 12811 org.apache.lucene.store.MemorySegmentIndexInput#readFloats():249 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] at 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] 0.01% 12761 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.01% 12546 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.01% 12033 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():451 [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.21.05.27.46/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q32-fmTrue.jfr is 2047.93 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 106354029 events (total: 106M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 40.88% 43M 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#call() [Inlined code] 18.56% 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 17.15% 18M 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 2.74% 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():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#call() [Inlined code] 2.71% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 1.51% 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#call() [Inlined code] 1.48% 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 0.95% 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.88% 940023 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#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.0x000000003519cd58#run() [JIT compiled code] 0.85% 901409 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 0.82% 870123 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.76% 809127 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.62% 662699 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():256 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#call() [Inlined code] 0.55% 582840 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] 0.46% 492918 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():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.45% 482743 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#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.45% 474279 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.42% 448424 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#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.0x000000003519cd58#run() [JIT compiled code] 0.39% 413262 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.37% 391735 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.36% 383361 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():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.33% 352795 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 0.31% 327955 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():256 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#call() [JIT compiled code] 0.29% 306981 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#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.28% 301282 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.26% 271938 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():256 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#call() [Interpreted code] 0.20% 210314 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.0x000000003507aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.20% 209861 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.17% 186081 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.17% 176203 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():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.16% 173139 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#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.0x000000003519cd58#run() [JIT compiled code] 0.16% 165814 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.15% 159021 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#call() [Inlined code] 0.15% 157200 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 0.13% 133447 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.11% 120757 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#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.0x000000003519cd58#run() [JIT compiled code] 0.11% 115803 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.09% 99291 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.09% 95238 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():422 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.08% 87490 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.08% 86015 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#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.0x000000003519cd58#run() [JIT compiled code] 0.08% 83538 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.08% 83174 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.08% 81913 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#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.0x000000003519cd58#run() [JIT compiled code] 0.08% 81821 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.08% 81449 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#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.0x000000003519cd58#run() [JIT compiled code] 0.07% 71428 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.07% 71154 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#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.0x000000003519cd58#run() [JIT compiled code] 0.06% 68338 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.06% 65670 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [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.21.05.27.46/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q32-fmTrue.jfr is 2047.93 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 28697 events (total: 215612M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 29.42% 63429M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 26.88% 57952M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 26.83% 57840M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 3.50% 7536M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.72% 5871M java.util.Arrays#copyOf():3478 [Inlined code] 2.44% 5250M java.lang.Integer#valueOf():1006 [Inlined code] 1.53% 3295M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 0.79% 1705M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.74% 1605M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.72% 1545M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.60% 1287M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] 0.48% 1029M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.41% 875M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.39% 831M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.34% 726M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.20% 426M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.19% 400M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.18% 383M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.15% 329M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.15% 321M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.14% 292M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.08% 180M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.08% 175M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.07% 160M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.06% 129M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.06% 128M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.06% 120M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.05% 106M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Interpreted code] 0.05% 105M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.05% 99M java.lang.Thread#beforeSleep():473 [Inlined code] 0.05% 98M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.05% 97M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.04% 93M knn.KnnIndexer#createIndex():264 [Interpreted code] 0.04% 91M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.04% 88M java.util.HashMap#newNode():1910 [Inlined code] 0.04% 82M java.util.logging.LogManager#reset():1298 [Interpreted code] 0.04% 82M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.04% 80M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [Interpreted code] 0.04% 78M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 71M knn.KnnIndexer#waitForMergesWithStatus():297 [Interpreted code] 0.03% 59M java.util.ArrayList#grow():240 [Inlined code] 0.03% 56M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.02% 49M org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():524 [JIT compiled code] 0.02% 42M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.02% 39M org.apache.lucene.document.Document#():42 [Inlined code] 0.01% 32M knn.KnnGraphTester#printGraphFanout():1147 [Interpreted code] 0.01% 30M java.util.HashMap$KeySet#iterator():992 [Inlined code] 0.01% 29M java.lang.ThreadLocal$ThreadLocalMap#set():550 [Inlined code] 0.01% 28M knn.IndexerThread#_run():125 [JIT compiled code] 0.01% 27M knn.IndexerThread#_run():108 [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.21.05.27.46/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q32-fmTrue.jfr is 2047.93 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 28697 events (total: 215612M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.49% 48490M 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.38% 48247M 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.05% 38925M 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.37% 24504M 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.47% 9639M 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% 9345M 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.50% 7536M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 2.71% 5848M 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.43% 5235M 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.53% 3295M 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.72% 1545M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.60% 1287M 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():451 [Inlined code] 0.48% 1029M 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():451 [Inlined code] 0.40% 860M 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.39% 847M 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.39% 831M 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():2304 [JIT compiled code] 0.34% 739M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.33% 705M 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():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.31% 666M 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():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.19% 400M 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% 362M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.17% 356M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.15% 315M 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.14% 292M 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% 219M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.08% 180M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.08% 180M 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.08% 168M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.08% 166M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.07% 160M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.07% 160M 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.06% 138M 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% 129M 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.06% 127M 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():532 [JIT compiled code] 0.06% 123M 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.05% 111M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Interpreted code] 0.05% 106M 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():2304 [Interpreted code] 0.05% 105M 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% 99M java.lang.Thread#beforeSleep():473 [Inlined code] at java.lang.Thread#sleepNanos():504 [JIT compiled code] at java.lang.Thread#sleep():540 [JIT compiled code] at knn.KnnIndexer#waitForMergesWithStatus():304 [Interpreted code] 0.05% 98M 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.05% 97M 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% 94M 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.0x0000000035182000#concat() [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% 91M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.04% 90M 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.04% 82M java.util.logging.LogManager#reset():1298 [Interpreted code] at java.util.logging.LogManager$Cleaner#run():275 [Interpreted code] 0.04% 82M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.04% 78M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#():190 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#():66 [JIT compiled code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():85 [Interpreted code] 0.03% 67M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [Interpreted code] at org.apache.lucene.internal.hppc.IntIntHashMap#ensureCapacity():450 [Interpreted code] at org.apache.lucene.internal.hppc.IntIntHashMap#():107 [Interpreted code] at org.apache.lucene.internal.hppc.IntIntHashMap#():93 [Interpreted code] 0.03% 61M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] at java.util.concurrent.LinkedBlockingQueue#take():435 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#getTask():1016 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1076 [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.21.05.27.46/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.21.05.27.46/bench-knn-q32-fmTrue.jfr is 2047.93 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 28697 events (total: 215612M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.02% 38861M 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():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 9.26% 19966M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#call() [Inlined code] 9.13% 19690M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#call() [Inlined code] 7.59% 16363M 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():1557 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 5.53% 11925M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#call() [JIT compiled code] 5.38% 11600M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#call() [JIT compiled code] 4.58% 9878M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#call() [Interpreted code] 4.35% 9377M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#call() [Interpreted code] 3.78% 8141M 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():1557 [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.71% 5848M 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.43% 5235M 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.54% 3315M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.53% 3295M 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():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 1.46% 3141M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] 1.03% 2220M 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():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():451 [Interpreted code] 1.02% 2191M 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():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():451 [Interpreted code] 1.01% 2172M 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.94% 2022M 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.92% 1986M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.91% 1952M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.90% 1950M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#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.90% 1934M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.87% 1884M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.85% 1834M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#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.80% 1733M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] 0.74% 1588M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] 0.70% 1503M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#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.67% 1447M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#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.62% 1340M 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.58% 1245M 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.55% 1196M 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 0.52% 1118M 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():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 0.47% 1010M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#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():2304 [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():1557 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] 0.31% 666M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#call() [JIT compiled code] 0.27% 590M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#call() [Interpreted code] 0.24% 527M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#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.18% 397M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined 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#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():135 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.18% 385M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.16% 341M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#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% 333M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#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% 324M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#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% 315M 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] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():36 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():162 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():352 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():307 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsReader#search():305 [JIT compiled code] at org.apache.lucene.index.CodecReader#searchNearestVectors():273 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#approximateSearch():118 [JIT compiled code] at org.apache.lucene.search.AbstractKnnVectorQuery#getLeafResults():196 [JIT compiled code] 0.13% 283M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.12% 259M 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#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.12% 250M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#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% 246M 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#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% 228M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#replayBufferedVectors():759 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():775 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.10% 223M 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():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000003519c800#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] 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 941.31 8498.79 1089.01 1 36186.03 0.881 2.361 2.467 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no 4 bits 35278.320 4028.320 943.78 8476.58 0.00 16 36040.65 0.898 12.825 13.429 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no 7 bits 39184.570 7934.570 1535.28 5210.79 0.00 17 39940.11 0.955 14.154 14.822 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no 7 bits 39184.570 7934.570 1679.11 4764.42 1461.05 1 40090.47 0.929 2.546 2.661 1.045 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no no 31250.000 31250.000 3123.39 2561.32 0.00 18 32008.59 0.975 12.998 13.608 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no no 31250.000 31250.000 4075.37 1963.01 2998.04 1 32155.87 0.944 3.209 3.357 1.046 saving all results to /l/logs.nightly/2026.05.21.05.27.46/knn_results.pk done! took 28622.4 seconds total removing KNN indices dir /l/util.nightly/knn-reuse/indices [2026-05-21 14:40:13.056553] now generate KNN nightly charts [2026-05-21 14:40:16.302707] 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=3248135 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Version: 2.1 Chunks: 15 Start: 2026-05-21 18:40:16 (UTC) Duration: 125 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 3792230 79258108 jdk.CPUTimeSample 3610743 63336313 jdk.FileRead 796365 18966581 jdk.ObjectAllocationInNewTLAB 125642 2390722 jdk.ObjectAllocationOutsideTLAB 41405 710375 jdk.BooleanFlag 10380 328745 jdk.Compilation 6234 160769 jdk.CPULoad 2248 44355 jdk.UnsignedIntFlag 930 32105 jdk.IntFlag 840 30125 jdk.Checkpoint 816 25698098 jdk.StringFlag 675 25185 jdk.GarbageCollection 44 1043 jdk.CPUInformation 15 22525 jdk.GCConfiguration 15 385 jdk.JVMInformation 15 15865 jdk.Metadata 15 1657901 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 183.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3610743 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 6.19% 223395 java.lang.Character#codePointAtImpl():9670 [Inlined code] 6.08% 219605 java.lang.Integer#rotateLeft():1650 [Inlined code] 5.98% 215853 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 4.52% 163175 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 3.95% 142643 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 2.96% 106874 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 2.85% 102978 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 2.45% 88314 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 2.41% 86854 java.lang.Character#isHighSurrogate():9464 [Inlined code] 1.88% 67862 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.68% 60644 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.44% 52066 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 1.41% 50769 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.32% 47567 java.lang.Character#toChars():9872 [Inlined code] 1.27% 45822 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.26% 45351 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 1.22% 44140 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] 1.16% 41978 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 1.14% 41036 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.07% 38612 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 0.96% 34834 java.lang.ThreadLocal#get():171 [Inlined code] 0.89% 32006 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.86% 31069 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.84% 30408 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.80% 28936 org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] 0.70% 25101 java.lang.Character#toLowerCase():11251 [Inlined code] 0.64% 23167 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] 0.63% 22617 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] 0.55% 19779 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.53% 19146 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] 0.52% 18705 java.lang.Character#codePointAt():9662 [Inlined code] 0.49% 17847 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.47% 16881 java.lang.Character#codePointAt():9665 [Inlined code] 0.45% 16401 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] 0.45% 16343 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.44% 15976 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] 0.42% 15225 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 0.42% 15050 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.41% 14889 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.41% 14880 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.41% 14855 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] 0.41% 14683 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] 0.40% 14549 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.39% 14117 org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] 0.39% 13929 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] 0.37% 13497 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.37% 13198 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] 0.36% 13064 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():169 [JIT compiled code] 0.35% 12683 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] 0.35% 12599 org.apache.lucene.store.DataOutput#writeVInt():203 [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 183.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3610743 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 6.19% 223395 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 6.08% 219605 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 4.52% 163081 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 3.95% 142641 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 2.96% 106874 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 2.83% 102286 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.45% 88314 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 2.39% 86350 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 1.88% 67862 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.68% 60638 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.67% 60268 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 1.53% 55318 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 1.44% 52062 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.44% 51830 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 1.41% 50769 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.34% 48437 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 1.32% 47567 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.27% 45822 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 1.26% 45351 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 1.22% 44140 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 1.14% 41036 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 0.89% 31999 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.86% 31047 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 0.79% 28628 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] 0.79% 28519 org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 0.69% 24978 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.64% 23150 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.63% 22614 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] 0.61% 22012 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.55% 19925 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] 0.54% 19389 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.53% 19146 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.46% 16628 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.45% 16401 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] 0.45% 16340 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.44% 15976 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.44% 15965 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.41% 14880 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.41% 14854 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.41% 14826 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.41% 14769 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] 0.41% 14768 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.40% 14548 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.40% 14516 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 0.39% 14117 org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [JIT compiled code] 0.39% 14092 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.39% 13929 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.37% 13429 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.37% 13198 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.37% 13192 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] at java.util.Arrays#equals():2707 [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 183.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3610743 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 6.06% 218809 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] 6.02% 217368 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.52% 163028 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.82% 137781 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():1855 [JIT compiled code] 2.95% 106618 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.31% 83576 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] 1.88% 67862 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.67% 60370 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():1855 [JIT compiled code] 1.51% 54427 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.44% 52057 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.43% 51462 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.41% 50769 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():1767 [JIT compiled code] 1.32% 47746 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.32% 47567 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] 1.31% 47424 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.27% 45822 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():1767 [JIT compiled code] 1.23% 44358 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] 1.22% 44188 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.22% 44140 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():1767 [JIT compiled code] 1.22% 43889 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 1.21% 43780 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.14% 41035 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] 0.89% 31999 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():1855 [JIT compiled code] 0.79% 28557 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.79% 28504 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.69% 24977 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.64% 23150 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():1855 [JIT compiled code] 0.63% 22614 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.61% 21996 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.61% 21875 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 0.56% 20348 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 0.53% 19146 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.46% 16627 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% 16401 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.45% 16339 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.44% 15976 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.44% 15848 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.44% 15740 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% 14880 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.41% 14854 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():1855 [JIT compiled code] 0.41% 14826 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.41% 14769 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 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.41% 14630 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% 14548 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% 13983 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.39% 13919 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():1855 [JIT compiled code] 0.37% 13198 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():1855 [JIT compiled code] 0.37% 13192 jdk.internal.util.ArraysSupport#mismatch():563 [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.36% 13062 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():169 [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():1855 [JIT compiled code] 0.35% 12680 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():1855 [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 183.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3610743 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.23% 116704 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 3.16% 114228 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 3.11% 112288 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 2.91% 105080 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 2.82% 101889 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] 2.38% 86049 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 2.31% 83576 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():1767 [JIT compiled code] 2.31% 83249 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 1.90% 68693 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 1.42% 51423 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 1.32% 47746 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.0x000000000f1d6f60#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.31% 47400 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.23% 44511 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.22% 44143 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 1.21% 43751 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.89% 32265 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 0.84% 30315 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 0.81% 29349 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.80% 28928 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.80% 28755 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.79% 28504 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.75% 27173 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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 0.71% 25543 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 0.68% 24539 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.66% 23893 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.63% 22613 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.61% 22199 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 0.61% 22143 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.61% 22117 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 0.60% 21582 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 0.59% 21124 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.58% 20942 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.57% 20413 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.56% 20263 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.55% 20005 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.55% 19864 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] 0.54% 19474 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.51% 18471 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 0.47% 16878 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.44% 15823 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.41% 14826 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.41% 14695 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.40% 14609 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.39% 14209 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.37% 13408 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.36% 13169 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.35% 12610 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.34% 12431 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.34% 12276 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 0.34% 12235 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [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.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 183.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3610743 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.12% 112638 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 2.35% 84896 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 2.28% 82331 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 2.20% 79512 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 2.10% 75694 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.96% 70914 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.88% 67799 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.86% 67196 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.32% 47746 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.0x000000000f1d6f60#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():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] 1.30% 47034 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.22% 44169 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.22% 43926 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 1.12% 40285 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.11% 40117 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.00% 36157 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.97% 35075 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.93% 33756 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.90% 32635 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.88% 31815 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.83% 29905 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.83% 29875 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.82% 29707 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.80% 28926 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.80% 28755 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.79% 28699 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.79% 28504 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% 25188 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.67% 24365 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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.67% 24179 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.63% 22613 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.0x000000000f1d6f60#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():5322 [Interpreted code] 0.61% 21916 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.60% 21830 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.60% 21782 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.59% 21271 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.57% 20618 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.56% 20144 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.55% 19956 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.55% 19697 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.53% 19057 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.52% 18684 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.50% 17971 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.50% 17966 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.47% 16828 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.41% 14805 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.40% 14370 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.38% 13728 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.37% 13413 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] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.37% 13334 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.36% 13077 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.34% 12432 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [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 183.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 167018 events (total: 310019M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.42% 54004M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 9.47% 29371M java.lang.StringUTF16#compress():212 [Inlined code] 8.49% 26323M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 7.20% 22317M perf.LineFileDocs#readDocs():176 [JIT compiled code] 7.12% 22085M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 4.56% 14139M java.lang.StringUTF16#compress():216 [Inlined code] 3.32% 10284M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 3.19% 9882M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 3.14% 9741M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 2.63% 8164M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 2.31% 7169M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 2.08% 6437M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 2.03% 6281M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.86% 5769M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.78% 5524M org.apache.lucene.util.BytesRef#():71 [Inlined code] 1.75% 5426M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.72% 5333M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.69% 5249M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.63% 5043M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.39% 4309M java.util.TreeMap#keyIterator():1421 [Inlined code] 1.34% 4146M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.22% 3771M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 1.17% 3626M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.94% 2916M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.62% 1932M java.nio.HeapByteBuffer#():75 [Inlined code] 0.60% 1849M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.54% 1659M java.util.ArrayList#grow():240 [Inlined code] 0.53% 1644M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.50% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] 0.47% 1454M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] 0.44% 1377M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.42% 1297M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.37% 1145M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.36% 1131M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.32% 994M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.32% 989M perf.LineFileDocs#nextDoc():654 [JIT compiled code] 0.31% 969M perf.LineFileDocs#intToID():299 [Inlined code] 0.30% 927M java.util.List#of():935 [Inlined code] 0.29% 911M perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.28% 872M perf.LineFileDocs#intToID():305 [Inlined code] 0.27% 831M java.util.ArrayDeque#():179 [Inlined code] 0.26% 800M perf.LineFileDocs#nextDoc():652 [JIT compiled code] 0.21% 661M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] 0.18% 542M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] 0.17% 536M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] 0.17% 523M perf.LineFileDocs#nextDoc():605 [Interpreted code] 0.16% 503M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.14% 426M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.13% 412M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.12% 358M java.nio.HeapByteBuffer#asReadOnlyBuffer():152 [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 183.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 167018 events (total: 310019M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.40% 53938M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 9.47% 29371M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 8.49% 26320M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 7.20% 22317M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 7.12% 22085M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 4.56% 14139M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 3.32% 10280M 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.14% 9733M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.61% 8099M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.48% 7688M 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% 7100M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 2.08% 6437M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 2.03% 6281M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.86% 5769M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.75% 5426M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.72% 5333M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.70% 5284M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 1.69% 5249M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.63% 5043M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.39% 4309M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 1.34% 4146M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.22% 3771M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.17% 3626M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.65% 2028M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.62% 1932M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 0.60% 1849M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.54% 1659M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.51% 1594M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.50% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.47% 1454M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.44% 1377M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.42% 1297M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.37% 1145M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.34% 1056M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.33% 1027M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.32% 994M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.32% 989M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.31% 969M perf.LineFileDocs#intToID():299 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.29% 884M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1883 [JIT compiled code] 0.28% 872M perf.LineFileDocs#intToID():305 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.28% 868M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.27% 832M 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% 832M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.27% 827M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.26% 800M perf.LineFileDocs#nextDoc():652 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.17% 536M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] 0.17% 530M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.17% 523M perf.LineFileDocs#nextDoc():605 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.16% 503M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined code] 0.13% 394M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x000000000f1b8400#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 183.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 167018 events (total: 310019M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.40% 53938M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.63% 26748M 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.35% 25882M 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.20% 22317M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.51% 17084M 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.54% 14073M 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.09% 9566M 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% 8017M 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.45% 7607M 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% 7100M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.08% 6437M 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] 2.03% 6281M 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.86% 5769M 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.75% 5426M 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.72% 5333M 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.65% 5128M 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] 1.63% 5043M 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.61% 4977M 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.39% 4309M 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.35% 4189M 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.34% 4146M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.22% 3771M 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.05% 3261M 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] 1.04% 3211M 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():1855 [JIT compiled code] 0.97% 3006M 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.65% 2028M 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% 1826M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000000f13f850#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.54% 1659M 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.51% 1584M 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.50% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.45% 1382M 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.43% 1342M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [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.43% 1335M 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% 1297M 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.37% 1145M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.37% 1139M 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.37% 1138M 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.35% 1094M 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% 1027M 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% 1013M 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% 990M 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():80 [Inlined code] 0.32% 989M 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% 969M 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.30% 934M 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.30% 914M 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.29% 884M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1883 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.28% 872M 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.28% 868M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.27% 832M 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.27% 827M 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] 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 183.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 167018 events (total: 310019M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.40% 53938M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.63% 26748M 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.20% 22317M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.54% 14073M 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.41% 10567M 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.41% 7469M 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():361 [Interpreted code] 2.29% 7100M 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% 5389M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.72% 5330M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.71% 5300M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.69% 5247M 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():361 [JIT compiled code] 1.66% 5134M 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.64% 5094M 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] 1.63% 5040M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.57% 4857M 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():1855 [JIT compiled code] 1.46% 4525M 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.44% 4452M 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():1855 [JIT compiled code] 1.35% 4189M 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.0x000000000f1d6f60#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.34% 4146M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.30% 4018M 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.0x000000000f1d6f60#merge() [Interpreted code] 1.15% 3578M 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.08% 3342M 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.0x000000000f1d6f60#merge() [Interpreted code] 1.02% 3147M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.98% 3045M 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():1855 [JIT compiled code] 0.96% 2968M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 0.96% 2963M 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.90% 2781M 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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.88% 2721M 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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.83% 2568M 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():361 [JIT compiled code] 0.83% 2559M 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.78% 2404M 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.75% 2340M 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% 2280M 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.71% 2186M 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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.65% 2008M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.61% 1888M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.53% 1654M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000000f13f850#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.53% 1638M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.51% 1584M 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] 0.50% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.49% 1514M 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():361 [Interpreted code] 0.45% 1390M 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.42% 1301M 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.42% 1292M 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% 1253M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 0.37% 1145M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.37% 1139M 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.37% 1138M 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.37% 1132M 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.34% 1046M 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#invertTerm():1932 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invert():1740 [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.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 183.75 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 167018 events (total: 310019M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.40% 53938M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.63% 26748M 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.20% 22317M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.54% 14073M 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.41% 10567M 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.0x000000000f1d6f60#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():5322 [Interpreted code] 2.29% 7100M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.13% 6599M 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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 1.65% 5127M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 1.64% 5094M 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.0x000000000f1d6f60#merge() [Interpreted code] 1.60% 4960M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.59% 4931M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.58% 4906M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.51% 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 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.46% 4525M 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.0x000000000f1d6f60#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():5322 [Interpreted code] 1.44% 4453M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.35% 4189M 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.0x000000000f1d6f60#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():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 1.34% 4146M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.31% 4076M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.30% 4018M 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.0x000000000f1d6f60#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():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 1.22% 3773M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 1.08% 3342M 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.0x000000000f1d6f60#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():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 1.02% 3147M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.96% 2968M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.96% 2963M 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.92% 2851M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.84% 2617M 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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.82% 2546M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.76% 2343M 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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.75% 2340M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.74% 2280M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.72% 2220M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 0.65% 2008M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.64% 1990M 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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.60% 1850M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.53% 1633M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000000f13f850#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.52% 1597M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.51% 1584M 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.0x000000000f1d6f60#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.50% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.46% 1424M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 0.46% 1414M 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.45% 1395M 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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 0.44% 1360M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.42% 1301M 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.0x000000000f1d6f60#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.42% 1292M 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.39% 1219M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.37% 1145M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.37% 1139M 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.37% 1138M 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.37% 1132M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.35% 1072M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#flushAllThreads():688 [Interpreted code] move log to /l/logs.nightly/2026.05.21.05.27.46/fastIndexMediumDocs.log move vmstat log to /l/logs.nightly/2026.05.21.05.27.46/fastIndexMediumDocs.vmstat.log move top log to /l/logs.nightly/2026.05.21.05.27.46/fastIndexMediumDocs.top.log [2026-05-21 14:44:01.364570] took 99.8 sec [2026-05-21 14:44:01.368589] medIndexAtClose None [2026-05-21 14:44:01.369856] 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=3251329 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Version: 2.1 Chunks: 57 Start: 2026-05-21 22:21:33 (UTC) Duration: 1371 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 97634613 1952662578 jdk.FileWrite 4012947 110190626 jdk.ObjectAllocationInNewTLAB 120220 2594114 jdk.FileRead 76876 2136508 jdk.BooleanFlag 39444 1301823 jdk.ObjectAllocationOutsideTLAB 8427 166675 jdk.CPULoad 3963 83223 jdk.UnsignedIntFlag 3534 126711 jdk.IntFlag 3192 118731 jdk.StringFlag 2565 100320 jdk.Checkpoint 1283 56819874 jdk.Compilation 91 2537 jdk.CPUInformation 57 85671 jdk.GCConfiguration 57 1539 jdk.JVMInformation 57 68799 jdk.Metadata 57 6300096 jdk.GarbageCollection 16 419 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 2033.96 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 97634613 events (total: 97M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 67.53% 65M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 10.28% 10M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 4.93% 4M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 2.27% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] 1.63% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 1.09% 1M java.util.ArrayList#elementData():412 [Inlined code] 0.99% 967007 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] 0.95% 929882 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 0.50% 487880 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.45% 435150 java.util.Arrays#fill():3144 [Inlined code] 0.38% 372501 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.38% 369029 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.34% 334268 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.26% 250041 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():101 [JIT compiled code] 0.25% 242033 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.23% 227165 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] 0.23% 226974 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.22% 215648 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] 0.17% 166747 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.16% 154362 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.15% 145373 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.14% 137946 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] 0.13% 125995 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 0.12% 121448 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] 0.12% 121374 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.11% 109665 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.10% 93170 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():264 [Inlined code] 0.09% 90847 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] 0.09% 89739 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.09% 89316 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.09% 85039 org.apache.lucene.util.TernaryLongHeap#top():111 [Inlined code] 0.09% 83742 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] 0.08% 80349 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] 0.08% 76574 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.07% 72770 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.07% 71932 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] 0.07% 69927 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] 0.07% 68345 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.07% 67347 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] 0.07% 66796 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.07% 66032 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.07% 64845 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.07% 63841 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.06% 62695 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():293 [JIT compiled code] 0.06% 62353 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] 0.06% 56006 org.apache.lucene.util.hnsw.NeighborQueue#size():68 [Inlined code] 0.06% 55206 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():345 [JIT compiled code] 0.06% 54940 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 0.05% 51045 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] 0.05% 50851 java.util.Arrays#fill():3143 [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.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 2033.96 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 97634613 events (total: 97M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 67.53% 65M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 10.28% 10M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 4.93% 4M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 2.10% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 1.63% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 1.09% 1M java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.99% 967007 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.95% 929882 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 0.50% 487880 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.45% 435150 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.34% 334268 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.33% 317770 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.26% 250041 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.25% 242033 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.23% 227165 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.19% 188497 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.18% 179054 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] 0.18% 174026 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] 0.17% 166747 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.15% 150016 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.15% 145939 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.15% 145373 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] 0.15% 145085 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] 0.14% 137946 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] 0.12% 114872 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.12% 114135 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] 0.10% 95524 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.09% 89739 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.09% 85039 org.apache.lucene.util.TernaryLongHeap#top():111 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] 0.09% 83742 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] 0.08% 81035 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] 0.08% 77908 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#normalizeRawScore():153 [Inlined code] 0.08% 76574 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.08% 76256 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 0.07% 71932 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.07% 71915 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.07% 68345 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.07% 66032 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.06% 63429 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.06% 61970 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.06% 60918 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.06% 57938 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.06% 54940 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.05% 51698 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():345 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.05% 51045 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.05% 50851 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.05% 50060 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphNextNeighbor():264 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] 0.05% 49938 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.05% 47718 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():264 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#releaseShared():807 [Inlined code] 0.05% 45800 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 2033.96 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 97634613 events (total: 97M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 67.53% 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.28% 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.21% 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] 2.01% 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.63% 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.21% 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] 1.00% 979682 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.97% 943905 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.69% 669415 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.51% 494130 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.47% 462422 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.45% 435150 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% 333066 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.31% 304145 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.25% 242033 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.22% 217584 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.21% 206585 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.21% 200829 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.19% 188497 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% 179054 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.17% 166747 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.15% 144250 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.14% 138436 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.14% 136411 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.14% 133623 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():328 [JIT compiled code] 0.13% 125557 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.11% 109598 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.11% 107790 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.10% 94834 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.09% 92605 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.09% 89739 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.09% 87952 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.08% 81035 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% 79850 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():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.08% 76966 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():515 [JIT compiled code] 0.07% 72011 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():1855 [JIT compiled code] 0.07% 70758 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.07% 68680 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():718 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] 0.07% 66708 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.07% 66032 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% 61688 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.06% 59082 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():451 [JIT compiled code] 0.06% 58664 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% 57839 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():328 [JIT compiled code] 0.05% 53686 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():328 [JIT compiled code] 0.05% 50916 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():328 [JIT compiled code] 0.05% 50851 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.05% 49938 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.05% 49302 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphNextNeighbor():264 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.05% 47718 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():264 [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():256 [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 2033.96 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 97634613 events (total: 97M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 13.78% 13M 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.89% 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.35% 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.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] 11.28% 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():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.61% 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():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.95% 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.21% 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.91% 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.34% 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.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():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.96% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 1.50% 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.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():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.11% 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.86% 841862 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.86% 841557 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.85% 827076 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.75% 728214 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.73% 716048 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():451 [Inlined code] 0.69% 669414 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.68% 665467 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():328 [JIT compiled code] 0.51% 493112 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.47% 462422 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():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.45% 443325 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.45% 436670 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.39% 385487 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.34% 333066 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.31% 304145 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.23% 228397 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.22% 217584 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.21% 203574 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.21% 200829 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% 180558 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 0.17% 168662 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.17% 166747 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 [JIT compiled 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.16% 151563 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():328 [JIT compiled code] 0.14% 138436 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.14% 136411 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.14% 132726 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.13% 125557 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000811fbd18#call() [JIT compiled code] 0.12% 119673 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.12% 116829 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.11% 109598 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.10% 99006 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.10% 93385 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.10% 92879 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.09% 92588 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.09% 90677 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.09% 88152 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.09% 83122 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [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 2033.96 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 97634613 events (total: 97M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 11.97% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 11.43% 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():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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 11.32% 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] 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] 9.62% 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():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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 7.49% 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():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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 3.08% 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] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 2.73% 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():451 [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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.96% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.88% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 1.82% 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.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():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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.32% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.22% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.17% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.98% 955405 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.86% 841862 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.86% 837764 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 0.79% 775557 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000811fbd18#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.77% 748311 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.73% 715924 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] 0.68% 665467 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.62% 600937 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.61% 590854 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.53% 513241 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():515 [JIT compiled code] 0.49% 480024 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():451 [JIT compiled code] 0.48% 463945 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.47% 462422 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():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.46% 450518 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.44% 429804 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.44% 429501 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.41% 400045 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.41% 399924 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.39% 385487 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000811fbd18#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.39% 384180 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% 373699 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.37% 364368 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% 355295 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.36% 354931 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.35% 342693 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] 0.34% 335943 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.32% 315741 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.32% 312833 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.30% 288232 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000811fbd18#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% 228397 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000811fbd18#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.21% 204470 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000811fbd18#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.21% 203574 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.19% 182014 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.18% 180558 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [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 2033.96 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 128646 events (total: 111746M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.18% 25901M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 22.92% 25614M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 7.27% 8125M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 7.21% 8057M java.nio.HeapByteBuffer#():75 [Inlined code] 6.63% 7405M perf.LineFileDocs#readVector():212 [Inlined code] 3.16% 3529M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 3.12% 3487M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 2.90% 3239M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.11% 2358M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 1.76% 1963M java.lang.StringUTF16#compress():212 [Inlined code] 1.53% 1706M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.29% 1441M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 1.22% 1367M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 1.10% 1225M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 0.92% 1031M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.92% 1031M java.lang.StringUTF16#compress():216 [Inlined code] 0.76% 843M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.74% 831M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.73% 811M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] 0.59% 656M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.58% 647M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.53% 593M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.50% 560M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 0.45% 505M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.45% 503M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 0.43% 481M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 0.40% 441M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.39% 432M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.38% 424M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.34% 376M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.30% 337M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.27% 306M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.27% 297M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.21% 237M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.20% 221M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.19% 215M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.17% 191M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 0.16% 174M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] 0.14% 156M java.util.ArrayList#grow():240 [Inlined code] 0.14% 153M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.13% 149M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.13% 149M java.lang.Long#valueOf():1000 [Inlined code] 0.12% 130M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.11% 126M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.11% 118M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.11% 118M java.nio.ByteBuffer#allocate():398 [Inlined code] 0.11% 117M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.10% 115M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.10% 109M java.util.ArrayDeque#():179 [Inlined code] 0.09% 100M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [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 2033.96 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 128646 events (total: 111746M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.03% 25737M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 22.92% 25614M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 7.27% 8125M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] 7.21% 8057M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 6.63% 7405M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 3.16% 3529M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 3.12% 3487M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 2.90% 3239M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] 2.11% 2358M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 1.76% 1963M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.53% 1706M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.29% 1441M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 1.22% 1367M 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.08% 1208M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 0.92% 1031M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.92% 1031M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.74% 831M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.73% 811M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.58% 652M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.53% 593M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.50% 560M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.45% 505M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.45% 503M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.43% 481M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.39% 432M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.38% 421M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.37% 410M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.37% 409M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.36% 406M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.34% 376M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.30% 337M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.27% 306M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.27% 297M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.21% 237M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.20% 225M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.19% 215M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.17% 191M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.17% 191M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.16% 174M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.16% 174M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] 0.15% 163M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.14% 156M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.14% 153M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.13% 149M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.13% 149M java.lang.Long#valueOf():1000 [Inlined code] at jdk.jfr.internal.StringPool#storeString():103 [JIT compiled code] 0.12% 130M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 0.11% 126M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.11% 118M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.10% 115M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.10% 108M 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 2033.96 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 128646 events (total: 111746M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 20.94% 23399M 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] 20.93% 23388M 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] 7.27% 8125M 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.98% 7797M 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] 6.63% 7405M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.16% 3529M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 3.12% 3487M 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.88% 3221M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 2.09% 2338M 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.99% 2225M 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.55% 1733M 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.55% 1727M 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():451 [JIT compiled code] 1.53% 1706M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.08% 1208M 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.92% 1031M 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.91% 1017M 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.85% 947M 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.74% 831M 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.72% 803M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.62% 688M 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.61% 679M 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.58% 652M 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.56% 631M 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():451 [Inlined code] 0.53% 593M 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.50% 560M 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.45% 505M 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.45% 503M 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.43% 481M 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.39% 432M 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.37% 409M 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.36% 407M 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.32% 353M 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.27% 297M 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.26% 289M 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():1855 [JIT compiled code] 0.25% 276M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.24% 270M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.24% 264M 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.21% 237M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x0000000081181a88#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.21% 237M 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 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.20% 222M 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():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.19% 215M 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():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.17% 191M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.17% 191M 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.15% 172M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] 0.14% 160M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.14% 156M 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.14% 155M 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% 152M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [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.13% 149M java.lang.Long#valueOf():1000 [Inlined code] at jdk.jfr.internal.StringPool#storeString():103 [JIT compiled code] at jdk.jfr.internal.StringPool#ensureCurrentGeneration():117 [Inlined code] at jdk.jfr.internal.StringPool#addString():132 [Inlined code] 0.13% 144M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [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 2033.96 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 128646 events (total: 111746M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 12.89% 14398M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 12.87% 14385M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 7.27% 8125M 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():771 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 6.98% 7797M 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] 6.63% 7405M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.86% 6552M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] 5.86% 6548M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] 3.16% 3529M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.02% 2258M 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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 2.01% 2247M 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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.94% 2164M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.57% 1749M 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():361 [JIT compiled code] 1.55% 1737M 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.55% 1733M 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.55% 1727M 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():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 1.53% 1706M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.14% 1271M 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():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 1.10% 1228M 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():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.95% 1056M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.91% 1017M 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.74% 831M 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 [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] 0.62% 688M 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.0x00000000811ee210#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.60% 665M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.58% 652M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.56% 631M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] 0.54% 605M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] 0.54% 602M 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.0x00000000811ee210#merge() [Interpreted code] 0.54% 598M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] 0.51% 565M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.46% 512M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 0.45% 503M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 0.45% 501M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 0.43% 481M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 0.41% 453M 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.39% 433M 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.0x00000000811ee210#merge() [Interpreted code] 0.37% 417M 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():1855 [JIT compiled code] 0.37% 415M 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.35% 392M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.32% 353M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.31% 342M 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.30% 332M 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.30% 331M 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():1855 [JIT compiled code] 0.26% 289M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.26% 286M 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.26% 286M 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.25% 276M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000811fbd18#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.24% 270M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000811fbd18#call() [JIT compiled code] 0.24% 264M 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.21% 237M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.21% 237M 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 [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] 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 2033.96 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 128646 events (total: 111746M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 12.89% 14398M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000811fbd18#call() [JIT compiled code] 12.87% 14385M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000811fbd18#call() [JIT compiled code] 7.27% 8125M 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():771 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 6.98% 7797M 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] 6.63% 7405M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.86% 6552M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 5.86% 6548M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.16% 3529M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.80% 2014M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000811fbd18#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.55% 1737M 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.0x00000000811ee210#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():5322 [Interpreted code] 1.55% 1733M 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.55% 1727M 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():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000811fbd18#call() [JIT compiled code] 1.53% 1706M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.48% 1649M 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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.44% 1611M 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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.14% 1271M 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():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 1.10% 1228M 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():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.95% 1056M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.91% 1017M 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.90% 1005M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 0.74% 831M 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 [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.0x00000000811ee210#merge() [Interpreted code] 0.62% 688M 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.0x00000000811ee210#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():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 0.58% 652M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.58% 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#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.57% 633M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.56% 631M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.54% 602M 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.0x00000000811ee210#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():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 0.54% 597M 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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.49% 544M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000811fbd18#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% 512M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.45% 503M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.45% 501M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.43% 481M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.41% 463M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.41% 453M 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.0x00000000811ee210#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():5322 [Interpreted code] 0.39% 433M 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.0x00000000811ee210#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():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 0.37% 417M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.37% 415M 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():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():451 [Interpreted code] 0.35% 392M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.32% 353M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.32% 353M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.31% 346M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.31% 342M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 0.30% 332M 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():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():451 [Interpreted code] 0.30% 331M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.26% 289M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.25% 280M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#flushAllThreads():688 [Interpreted code] 0.24% 269M 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000811fbd18#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.24% 264M 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.24% 263M 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000811fbd18#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] move log to /l/logs.nightly/2026.05.21.05.27.46/fastIndexMediumDocsWithVectors.log move vmstat log to /l/logs.nightly/2026.05.21.05.27.46/fastIndexMediumDocsWithVectors.vmstat.log move top log to /l/logs.nightly/2026.05.21.05.27.46/fastIndexMediumDocsWithVectors.top.log [2026-05-21 19:25:44.487539] took 14143.4 sec [2026-05-21 19:25:45.267304] medIndexVectorsAtClose None [2026-05-21 19:25:45.275001] 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=3422351 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-22 00:59:52 (UTC) Duration: 1360 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 83218031 1664262723 jdk.FileWrite 11006547 300119588 jdk.ObjectAllocationInNewTLAB 388285 7892875 jdk.FileRead 205081 5993568 jdk.BooleanFlag 112104 3699918 jdk.ObjectAllocationOutsideTLAB 62086 1138591 jdk.CPULoad 20089 421869 jdk.UnsignedIntFlag 10044 360126 jdk.IntFlag 9072 337446 jdk.StringFlag 7290 287550 jdk.Checkpoint 6043 134807245 jdk.CPUInformation 162 243486 jdk.GCConfiguration 162 4374 jdk.JVMInformation 162 201852 jdk.Metadata 162 17905536 jdk.Compilation 151 4212 jdk.GarbageCollection 43 1118 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 2038.66 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83218031 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 36.20% 30M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 34.75% 28M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 6.47% 5M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] 3.74% 3M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] 3.18% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.17% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 1.29% 1M java.util.ArrayList#elementData():412 [Inlined code] 0.63% 526491 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.56% 466907 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 0.49% 408918 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] 0.36% 303177 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] 0.31% 259468 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] 0.30% 246289 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.28% 229463 jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] 0.27% 227513 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] 0.27% 224977 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] 0.27% 223434 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] 0.25% 209866 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] 0.23% 189947 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.20% 168376 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.20% 163307 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.18% 151514 java.util.Arrays#fill():3144 [Inlined code] 0.18% 150067 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] 0.17% 142447 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.17% 141354 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.16% 130012 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.14% 115307 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.13% 106498 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.13% 104234 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.12% 101580 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.12% 100366 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():329 [JIT compiled code] 0.12% 100340 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] 0.12% 100272 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.10% 79395 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] 0.09% 74306 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.08% 66192 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.08% 65766 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.07% 60850 sun.nio.ch.NativeThread#current0() [Native code] 0.07% 58925 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():247 [JIT compiled code] 0.07% 57970 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] 0.07% 57351 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 0.07% 55291 java.util.Arrays#fill():3143 [Inlined code] 0.06% 50745 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():228 [JIT compiled code] 0.06% 48740 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():328 [JIT compiled code] 0.06% 47671 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.06% 47284 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.05% 44668 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.05% 41325 org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 0.05% 41126 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.05% 40814 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [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 2038.66 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83218031 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 34.95% 29M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 34.75% 28M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 6.47% 5M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] 3.46% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 3.18% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 2.17% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 1.29% 1M java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.65% 538400 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.58% 481036 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.56% 466907 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 0.49% 408918 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.38% 320323 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.36% 303177 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] 0.30% 246289 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.29% 238998 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] 0.28% 229463 jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] 0.27% 227513 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.27% 224977 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] 0.27% 223434 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#isAlignedForElement():385 [Inlined code] 0.25% 209866 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.24% 200558 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] 0.23% 189947 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.20% 164485 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.20% 163307 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.19% 160011 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] 0.18% 151514 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.18% 150067 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% 130012 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.14% 115307 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.13% 106498 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.12% 101580 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.12% 100366 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():329 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.12% 100340 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.11% 88393 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.10% 87036 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.09% 74306 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] 0.08% 66192 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.08% 65766 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] 0.07% 60850 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] 0.07% 58925 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% 58910 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():307 [JIT compiled code] 0.07% 57970 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.07% 57351 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.07% 55291 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.06% 52073 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.06% 49021 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 0.06% 48740 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% 47662 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% 47374 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.06% 46843 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 2038.66 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83218031 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 34.75% 28M 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] 33.13% 27M 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():328 [JIT compiled code] 6.47% 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.29% 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] 3.18% 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] 1.59% 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.25% 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():313 [JIT compiled code] 1.16% 965652 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.65% 538400 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.58% 481036 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.56% 466907 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.55% 454743 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.49% 408918 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.45% 370717 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.38% 320323 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.36% 303174 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.30% 245867 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.27% 226042 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.27% 222885 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#isAlignedForElement():385 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#isAlignedForElement():380 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():647 [Inlined code] 0.27% 221741 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.26% 217138 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():328 [JIT compiled code] 0.24% 200749 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.23% 189947 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.20% 163307 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% 151924 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.18% 151514 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% 150460 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.16% 130012 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.15% 128449 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.15% 125413 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.14% 115307 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.14% 112673 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():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.13% 109435 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% 107755 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.12% 102792 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.12% 99226 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.11% 94725 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% 93827 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():1855 [JIT compiled code] 0.10% 86765 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.10% 84170 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.10% 84119 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.09% 74306 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% 72109 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% 65562 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.08% 64185 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.07% 60165 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% 55304 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():1855 [JIT compiled code] 0.07% 55291 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.07% 55040 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] 0.06% 52073 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [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.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 2038.66 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83218031 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 33.13% 27M 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 26.71% 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.47% 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.70% 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] 3.20% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 2.44% 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.78% 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 1.59% 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.38% 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():451 [Inlined code] 1.25% 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 1.04% 863706 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.91% 753696 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.65% 538400 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():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.58% 481036 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():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.55% 454743 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.53% 438998 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.49% 408881 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.45% 370717 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.37% 306804 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 0.36% 303174 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% 245867 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.26% 216425 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.26% 215906 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#isAlignedForElement():385 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#isAlignedForElement():380 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():647 [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] 0.26% 214452 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.24% 200749 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.22% 178939 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.20% 169805 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.20% 163307 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% 151924 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.18% 150460 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000071ea268#call() [JIT compiled code] 0.16% 131070 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.15% 128075 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():420 [Interpreted code] 0.15% 125413 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.15% 121528 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.14% 112401 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():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 0.13% 107755 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.12% 99206 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.11% 94725 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():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] 0.11% 89366 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.10% 84119 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.10% 80287 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.09% 73005 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.0x000000000707aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 0.09% 72109 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():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] 0.08% 65879 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 0.08% 65562 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():420 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] 0.08% 65012 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.07% 62333 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] 0.07% 60165 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% 58522 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():328 [JIT compiled code] 0.07% 55040 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] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():207 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [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.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 2038.66 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83218031 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 33.13% 27M 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000071ea268#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.32% 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.36% 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] 4.08% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 3.20% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 2.22% 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.77% 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 1.66% 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 1.48% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.38% 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 1.25% 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000071ea268#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.04% 863316 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.75% 626109 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.69% 570243 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.65% 538400 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():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.59% 487078 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():515 [JIT compiled code] 0.58% 481036 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():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.55% 454743 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():515 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000071ea268#call() [JIT compiled code] 0.46% 383098 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000071ea268#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.45% 374614 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.41% 344938 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.37% 306804 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.28% 235220 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():451 [JIT compiled code] 0.28% 233081 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.26% 216425 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.23% 193689 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.23% 188258 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000071ea268#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% 188047 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():451 [JIT compiled code] 0.22% 178939 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000071ea268#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.21% 177358 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#isAlignedForElement():385 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#isAlignedForElement():380 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():647 [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():328 [JIT compiled code] 0.20% 163307 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.19% 159689 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000071ea268#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% 158617 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():515 [JIT compiled code] 0.19% 154572 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.18% 153535 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.18% 151924 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000071ea268#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.17% 140808 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000071ea268#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.0x00000000071ea7c0#run() [JIT compiled code] 0.16% 131070 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000071ea268#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.15% 128075 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():420 [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.0x00000000071e5db8#merge() [Interpreted code] 0.15% 125400 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.15% 121528 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000071ea268#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.14% 112401 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():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.13% 110640 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():515 [JIT compiled code] 0.12% 103685 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.12% 100794 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.12% 99206 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.12% 97839 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():515 [JIT compiled code] 0.11% 94725 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():420 [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.0x00000000071e5db8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.11% 89366 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.10% 84116 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [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 2038.66 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 450369 events (total: 344028M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 21.39% 73586M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 16.97% 58383M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 16.97% 58374M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 6.14% 21128M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 6.00% 20653M java.nio.HeapByteBuffer#():75 [Inlined code] 5.66% 19458M perf.LineFileDocs#readVector():212 [Inlined code] 2.84% 9771M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.60% 8928M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 2.44% 8411M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 1.55% 5322M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.50% 5172M java.lang.StringUTF16#compress():212 [Inlined code] 1.46% 5038M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 1.02% 3508M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 0.95% 3274M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 0.92% 3159M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 0.81% 2784M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.75% 2596M java.lang.StringUTF16#compress():216 [Inlined code] 0.60% 2067M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.56% 1942M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.56% 1917M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] 0.47% 1623M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.46% 1572M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 0.43% 1493M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.42% 1455M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 0.42% 1448M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.39% 1329M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.37% 1262M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 0.32% 1113M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.32% 1099M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.29% 994M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.26% 889M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.25% 851M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.24% 840M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.19% 659M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.17% 598M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.16% 537M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.15% 525M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.15% 513M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 0.15% 504M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.12% 396M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.10% 361M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.10% 358M perf.LineFileDocs#readVector():212 [JIT compiled code] 0.10% 354M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.10% 352M java.util.ArrayList#grow():240 [Inlined code] 0.09% 317M java.util.ArrayDeque#():179 [Inlined code] 0.09% 302M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] 0.09% 302M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.09% 302M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.08% 271M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.07% 257M org.apache.lucene.document.IntPoint#pack():108 [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 2038.66 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 450369 events (total: 344028M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.97% 58383M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 16.86% 58001M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 11.29% 38851M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] 10.10% 34734M 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% 21128M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] 6.00% 20651M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 5.66% 19458M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 2.84% 9771M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] 2.60% 8928M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 2.44% 8411M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 1.55% 5322M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.50% 5172M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.46% 5038M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 1.02% 3508M 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.94% 3221M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 0.92% 3159M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 0.81% 2784M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.75% 2596M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.60% 2067M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.56% 1917M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.47% 1623M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.46% 1572M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.45% 1549M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.42% 1455M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.39% 1329M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.37% 1262M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.32% 1099M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.30% 1039M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.29% 994M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.28% 972M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.28% 951M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.26% 889M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.25% 851M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.24% 840M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.19% 659M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.15% 525M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.15% 513M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.14% 481M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.13% 461M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.12% 412M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] 0.12% 396M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.11% 393M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.11% 373M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] 0.11% 372M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.10% 361M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.10% 358M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] 0.10% 354M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.10% 352M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.09% 317M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.09% 302M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [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 2038.66 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 450369 events (total: 344028M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.42% 53061M 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] 15.31% 52669M 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] 10.98% 37783M 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.82% 30337M 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():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 6.14% 21128M 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.75% 19764M 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] 5.66% 19458M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 2.84% 9771M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 2.60% 8928M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.44% 8411M 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.55% 5332M 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.55% 5322M 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.55% 5322M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.34% 4598M 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.24% 4281M 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():451 [JIT compiled code] 1.01% 3478M 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():451 [JIT compiled code] 0.94% 3221M 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.81% 2784M 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.75% 2569M 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.63% 2171M 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.60% 2067M 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.56% 1917M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.51% 1770M 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.51% 1737M 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% 1623M 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% 1572M 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.45% 1559M 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():451 [Inlined code] 0.45% 1549M 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.42% 1455M 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.39% 1329M 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% 1262M 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% 1099M 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.31% 1068M 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():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.28% 972M 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.28% 951M 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():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.27% 913M 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():1855 [JIT compiled code] 0.24% 840M 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.19% 659M 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.19% 639M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000000713d570#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.18% 633M 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.18% 630M 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.16% 557M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.16% 547M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.15% 513M 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% 481M 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():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.13% 461M 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():286 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.12% 408M 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.11% 393M 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% 370M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 0.10% 358M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [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=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 2038.66 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 450369 events (total: 344028M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 10.98% 37783M 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():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 8.83% 30385M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 8.83% 30370M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 8.82% 30337M 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():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] 6.14% 21128M 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():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 5.75% 19764M 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.66% 19458M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.96% 17069M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 4.86% 16722M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 2.60% 8928M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.65% 5689M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.55% 5322M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.48% 5085M 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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.47% 5046M 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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 1.34% 4598M 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.27% 4357M 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.24% 4281M 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():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 1.18% 4053M 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():361 [JIT compiled code] 1.16% 4006M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.01% 3478M 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():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.82% 2819M 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():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.76% 2625M 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():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.75% 2569M 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.60% 2067M 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.51% 1737M 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.0x00000000071dae48#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.50% 1734M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.50% 1722M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.48% 1643M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] 0.46% 1578M 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.0x00000000071dae48#merge() [Interpreted code] 0.45% 1555M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.43% 1490M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] 0.42% 1455M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.41% 1403M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.40% 1385M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.38% 1294M 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.0x00000000071dae48#merge() [Interpreted code] 0.37% 1262M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.36% 1226M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.33% 1130M 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.33% 1124M 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():1855 [JIT compiled code] 0.32% 1097M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.31% 1068M 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():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000071ea268#call() [JIT compiled code] 0.28% 962M 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.27% 918M 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():1855 [JIT compiled code] 0.27% 913M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.23% 789M 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.22% 740M 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.20% 674M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.19% 659M 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] 0.19% 657M 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():1855 [JIT compiled code] 0.18% 633M 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] 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 2038.66 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 450369 events (total: 344028M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 10.98% 37783M 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():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 8.83% 30385M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000071ea268#call() [JIT compiled code] 8.83% 30370M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000071ea268#call() [JIT compiled code] 8.82% 30337M 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():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000071ea268#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 6.14% 21128M 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():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 5.75% 19764M 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.66% 19458M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.96% 17069M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 4.86% 16722M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.60% 8928M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.55% 5322M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.53% 5265M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000071ea268#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.34% 4598M 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.27% 4357M 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.0x00000000071dae48#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():5322 [Interpreted code] 1.24% 4281M 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():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000071ea268#call() [JIT compiled code] 1.16% 4006M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 1.01% 3478M 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():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000071ea268#call() [JIT compiled code] 0.99% 3419M 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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.96% 3311M 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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.82% 2819M 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():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.77% 2648M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 0.76% 2625M 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():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.75% 2569M 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.60% 2067M 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.0x00000000071dae48#merge() [Interpreted code] 0.51% 1737M 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.0x00000000071dae48#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():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 0.50% 1712M 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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.49% 1689M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.48% 1664M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.48% 1634M 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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.46% 1578M 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.0x00000000071dae48#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():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 0.45% 1555M 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():451 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.42% 1455M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.41% 1403M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.40% 1385M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.38% 1294M 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.0x00000000071dae48#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():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 0.37% 1262M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.34% 1158M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [Inlined code] 0.33% 1137M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000071ea268#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% 1130M 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.0x00000000071dae48#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():5322 [Interpreted code] 0.33% 1124M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.32% 1097M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.31% 1058M 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():369 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000071ea268#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.0x00000000071ea7c0#run() [JIT compiled code] 0.30% 1043M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [Inlined code] 0.28% 962M 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():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 0.27% 918M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.27% 913M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.26% 901M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [Inlined code] 0.23% 789M 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():483 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():438 [Interpreted code] 0.20% 674M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.19% 659M 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.0x00000000071dae48#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] move log to /l/logs.nightly/2026.05.21.05.27.46/fastIndexMediumDocsWithVectorsQuantized.log move vmstat log to /l/logs.nightly/2026.05.21.05.27.46/fastIndexMediumDocsWithVectorsQuantized.vmstat.log move top log to /l/logs.nightly/2026.05.21.05.27.46/fastIndexMediumDocsWithVectorsQuantized.top.log [2026-05-21 21:56:35.422936] took 6912.2 sec [2026-05-21 21:56:35.426921] medIndexVectorsAtClose None [2026-05-21 21:56:35.436785] 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=3514421 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Version: 2.1 Chunks: 19 Start: 2026-05-22 01:56:35 (UTC) Duration: 182 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 5049759 120848129 jdk.CPUTimeSample 3619238 63673871 jdk.FileRead 796627 18886877 jdk.ObjectAllocationInNewTLAB 263848 4773278 jdk.ObjectAllocationOutsideTLAB 75100 1236111 jdk.BooleanFlag 13148 417333 jdk.Compilation 7159 185309 jdk.CPULoad 3292 65236 jdk.UnsignedIntFlag 1178 40749 jdk.IntFlag 1064 38233 jdk.Checkpoint 1031 32785174 jdk.StringFlag 855 32164 jdk.GarbageCollection 49 1161 jdk.CPUInformation 19 28533 jdk.GCConfiguration 19 489 jdk.JVMInformation 19 21199 jdk.Metadata 19 2100009 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 233.78 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3619238 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 5.83% 210943 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 5.27% 190839 java.lang.Integer#rotateLeft():1650 [Inlined code] 4.63% 167517 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 4.09% 147927 java.lang.Character#codePointAtImpl():9670 [Inlined code] 3.99% 144290 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 2.78% 100581 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 2.56% 92635 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 2.15% 77703 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] 2.01% 72808 java.lang.Character#isHighSurrogate():9464 [Inlined code] 1.83% 66407 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 1.72% 62215 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.72% 62081 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.53% 55415 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.36% 49130 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.32% 47632 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.25% 45087 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 1.12% 40538 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 1.10% 39931 java.lang.Character#toChars():9872 [Inlined code] 1.06% 38405 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 1.01% 36439 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] 0.91% 33024 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] 0.85% 30798 java.lang.ThreadLocal#get():171 [Inlined code] 0.80% 29130 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.77% 27704 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.74% 26906 java.lang.Character#codePointAt():9662 [Inlined code] 0.74% 26639 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.70% 25227 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] 0.67% 24234 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.59% 21481 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] 0.58% 21014 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.55% 19906 java.lang.Character#codePointAt():9665 [Inlined code] 0.54% 19451 org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] 0.53% 19260 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.52% 18687 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.48% 17505 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] 0.48% 17477 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] 0.46% 16703 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] 0.46% 16625 java.lang.Character#toLowerCase():11251 [Inlined code] 0.45% 16223 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.43% 15455 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.42% 15276 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] 0.41% 14684 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.39% 14156 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] 0.38% 13928 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.38% 13866 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] 0.38% 13599 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] 0.36% 13122 org.apache.lucene.codecs.CompetitiveImpactAccumulator#add():67 [Inlined code] 0.36% 12923 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():169 [JIT compiled code] 0.34% 12359 org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] 0.33% 11951 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-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 233.78 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3619238 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 5.27% 190839 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 4.63% 167417 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 4.09% 147927 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 3.99% 144290 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 2.78% 100581 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 2.56% 92593 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.15% 77703 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 2.00% 72368 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 1.83% 66392 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.72% 62215 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.72% 62081 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.63% 59120 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 1.53% 55415 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.49% 53899 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 1.37% 49706 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 1.36% 49130 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.33% 48218 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 1.32% 47632 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 1.25% 45086 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 1.10% 39931 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.01% 36439 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 0.91% 33001 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.77% 27704 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.74% 26623 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] 0.73% 26281 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] 0.70% 25226 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] at org.apache.lucene.document.IntField#setIntValue():97 [Inlined code] 0.67% 24234 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.60% 21813 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.59% 21481 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] 0.56% 20373 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.55% 20026 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] 0.54% 19487 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.53% 19185 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.52% 18875 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.48% 17503 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.48% 17500 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.48% 17475 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] at org.apache.lucene.index.DocIDMerger$SequentialDocIDMerger#next():123 [Inlined code] 0.46% 16703 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] 0.46% 16492 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.44% 15982 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.44% 15801 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.42% 15274 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.40% 14344 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.39% 14133 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.38% 13928 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.38% 13866 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.38% 13599 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.37% 13376 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.36% 13122 org.apache.lucene.codecs.CompetitiveImpactAccumulator#add():67 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():296 [Inlined code] 0.36% 12923 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.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 233.78 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3619238 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 5.25% 189933 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] 4.62% 167373 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.89% 140657 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] 3.82% 138282 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():1855 [JIT compiled code] 2.75% 99539 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.90% 68857 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] 1.83% 66390 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.72% 62215 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.70% 61604 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():1855 [JIT compiled code] 1.53% 55415 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.42% 51362 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.36% 49305 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.36% 49130 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():1767 [JIT compiled code] 1.32% 47632 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():1767 [JIT compiled code] 1.27% 46107 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.20% 43601 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.18% 42541 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.15% 41733 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] 1.10% 39931 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] 1.10% 39799 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.01% 36439 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():1767 [JIT compiled code] 0.99% 35963 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.91% 33001 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():1855 [JIT compiled code] 0.80% 28984 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.77% 27701 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():1855 [JIT compiled code] 0.72% 26148 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.69% 25093 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.67% 24233 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.60% 21577 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] 0.59% 21481 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.55% 19813 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.53% 19185 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.52% 18677 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.51% 18603 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 0.48% 17503 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.48% 17499 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.46% 16694 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():1767 [JIT compiled code] 0.46% 16492 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.44% 15982 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% 15663 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.42% 15274 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():1855 [JIT compiled code] 0.42% 15250 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% 14551 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.39% 14193 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% 14133 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [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.38% 13928 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.38% 13854 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():1855 [JIT compiled code] 0.38% 13599 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():1855 [JIT compiled code] 0.37% 13339 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] 0.36% 13085 org.apache.lucene.codecs.CompetitiveImpactAccumulator#add():67 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():296 [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] 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 233.78 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3619238 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.19% 115590 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 2.71% 98098 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 2.53% 91450 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] 2.23% 80646 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 2.17% 78374 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 2.13% 77133 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 2.10% 75933 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.90% 68856 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():1767 [JIT compiled code] 1.79% 64724 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 1.42% 51362 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.0x000000007f1e5000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.36% 49302 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 1.27% 46113 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.27% 46106 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.20% 43587 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 1.18% 42539 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.95% 34467 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.92% 33441 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 0.82% 29564 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 0.80% 28820 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.79% 28523 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 0.78% 28225 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 0.78% 28064 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.78% 28053 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.76% 27326 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] 0.72% 26148 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.71% 25576 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.69% 25093 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.68% 24671 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.65% 23605 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.58% 20827 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.57% 20761 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 0.57% 20642 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.53% 19184 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.53% 19038 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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 0.52% 18684 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 0.51% 18397 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 0.48% 17239 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.47% 17148 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.47% 16840 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.46% 16665 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.44% 15969 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.42% 15244 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.42% 15197 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 [JIT compiled code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogram():220 [Inlined code] 0.41% 14699 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.40% 14550 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] 0.39% 14186 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.36% 13081 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.35% 12711 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] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.35% 12699 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.35% 12639 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [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.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 233.78 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3619238 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.17% 114604 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 2.25% 81486 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 2.21% 79862 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 2.15% 77851 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 2.12% 76581 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 2.09% 75820 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.73% 62587 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.46% 52828 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.42% 51362 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.0x000000007f1e5000#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():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] 1.26% 45684 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 1.26% 45666 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.20% 43397 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.12% 40382 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.09% 39532 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.95% 34467 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.92% 33148 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.85% 30653 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.81% 29338 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.80% 28819 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.78% 28281 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.77% 27994 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.77% 27981 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.72% 26148 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.72% 26043 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.70% 25393 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.70% 25164 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.69% 25093 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.68% 24497 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.65% 23414 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.57% 20640 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.57% 20476 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.53% 19163 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.52% 18932 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.51% 18519 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.50% 18224 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.48% 17408 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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.47% 17122 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.47% 17085 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.46% 16810 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.46% 16520 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.44% 15869 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.44% 15761 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.41% 14871 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.40% 14612 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.40% 14550 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.0x000000007f1e5000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.37% 13273 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] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.37% 13248 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.36% 13044 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.36% 12984 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.35% 12568 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [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.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 233.78 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 338917 events (total: 344555M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.27% 52599M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 8.86% 30539M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 8.71% 30006M java.lang.StringUTF16#compress():212 [Inlined code] 6.60% 22746M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 6.31% 21735M perf.LineFileDocs#readDocs():176 [JIT compiled code] 4.09% 14096M java.lang.StringUTF16#compress():216 [Inlined code] 3.54% 12203M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 3.41% 11759M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 3.32% 11452M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.74% 9436M org.apache.lucene.util.BytesRef#():71 [Inlined code] 2.73% 9419M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 2.20% 7595M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 2.10% 7223M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.90% 6534M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.80% 6201M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.69% 5816M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.68% 5779M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.56% 5383M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.53% 5263M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.52% 5229M java.util.TreeMap#keyIterator():1421 [Inlined code] 1.38% 4750M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.16% 3993M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 1.15% 3955M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.79% 2722M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.68% 2342M java.nio.HeapByteBuffer#():75 [Inlined code] 0.64% 2196M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.59% 2040M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] 0.57% 1962M java.util.ArrayList#grow():240 [Inlined code] 0.56% 1935M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.52% 1804M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.51% 1769M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.48% 1641M java.lang.Long#valueOf():1000 [Inlined code] 0.45% 1553M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] 0.45% 1551M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.45% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] 0.39% 1358M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.34% 1158M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.31% 1076M java.util.ArrayDeque#():179 [Inlined code] 0.30% 1024M perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.29% 1006M perf.LineFileDocs#intToID():305 [Inlined code] 0.28% 973M org.apache.lucene.document.LongField#binaryValue():90 [JIT compiled code] 0.28% 962M org.apache.lucene.document.IntField#binaryValue():87 [JIT compiled code] 0.27% 922M perf.LineFileDocs#nextDoc():652 [JIT compiled code] 0.27% 913M perf.LineFileDocs#nextDoc():739 [JIT compiled code] 0.26% 896M perf.LineFileDocs#intToID():299 [Inlined code] 0.25% 863M perf.LineFileDocs#nextDoc():654 [JIT compiled code] 0.23% 801M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] 0.23% 797M java.util.List#of():935 [Inlined code] 0.22% 764M org.apache.lucene.util.PagedBytes$PagedBytesDataOutput#writeBytes():412 [Inlined code] 0.22% 761M org.apache.lucene.document.IntField#binaryValue():85 [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 233.78 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 338917 events (total: 344555M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.25% 52556M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 8.86% 30539M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 8.71% 30006M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 6.60% 22746M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 6.31% 21735M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.09% 14096M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 3.54% 12203M 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.27% 11249M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.72% 9370M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.64% 9089M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 2.63% 9062M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 2.19% 7549M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 2.10% 7223M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.90% 6534M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.80% 6201M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.69% 5816M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.68% 5779M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.56% 5383M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.53% 5263M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.52% 5229M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 1.38% 4750M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.16% 3993M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 1.15% 3955M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.78% 2697M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.78% 2676M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.68% 2342M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 0.64% 2191M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.57% 1962M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.52% 1804M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.51% 1769M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.48% 1641M java.lang.Long#valueOf():1000 [Inlined code] at org.apache.lucene.document.Field#setLongValue():381 [Inlined code] 0.45% 1553M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.45% 1551M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.45% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.34% 1158M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.31% 1069M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.30% 1034M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():742 [JIT compiled code] 0.30% 1032M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.29% 1006M perf.LineFileDocs#intToID():305 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.29% 1006M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.29% 1004M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.29% 1001M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.27% 931M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.27% 926M org.apache.lucene.document.LongField#binaryValue():90 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1252 [Inlined code] 0.27% 922M perf.LineFileDocs#nextDoc():652 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.27% 913M perf.LineFileDocs#nextDoc():739 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.26% 896M perf.LineFileDocs#intToID():299 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.26% 879M org.apache.lucene.document.IntField#binaryValue():87 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1252 [Inlined code] 0.25% 863M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.23% 797M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1883 [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 233.78 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 338917 events (total: 344555M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.25% 52556M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.83% 30426M 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.88% 27161M 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.31% 21735M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.07% 17457M 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.07% 14039M 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.26% 11236M 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.72% 9354M 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.62% 9028M 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.19% 7549M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.09% 7206M 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] 1.90% 6534M 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.80% 6201M 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.76% 6053M 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.69% 5834M 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.69% 5816M 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% 5779M 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.56% 5383M 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.53% 5263M 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% 5229M 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.38% 4750M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.15% 3955M 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.04% 3598M 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():1855 [JIT compiled code] 0.95% 3279M 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.89% 3056M 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.87% 2982M 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.78% 2689M 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.72% 2485M 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():80 [JIT compiled code] 0.64% 2191M 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.63% 2185M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000007f13cd70#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.57% 1962M 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.51% 1769M 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.49% 1675M 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.45% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.40% 1394M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [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.40% 1381M 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.34% 1158M 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% 1128M 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% 1069M 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% 1052M 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.30% 1034M 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.30% 1032M 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.29% 1006M 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% 1006M 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.29% 1004M 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.29% 1001M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.27% 931M 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.27% 926M org.apache.lucene.document.LongField#binaryValue():90 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1252 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.27% 922M perf.LineFileDocs#nextDoc():652 [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.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] 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 233.78 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 338917 events (total: 344555M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.25% 52556M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.87% 27118M 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.31% 21735M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.33% 14923M 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] 4.07% 14039M 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] 2.31% 7962M 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():361 [JIT compiled code] 2.19% 7549M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.08% 7178M 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] 2.00% 6906M 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():361 [Interpreted code] 1.76% 6053M 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.0x000000007f1e5000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.74% 5984M 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.67% 5738M 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.0x000000007f1e5000#merge() [Interpreted code] 1.57% 5396M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.56% 5383M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.56% 5361M 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.53% 5272M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.53% 5263M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.45% 5002M 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():1855 [JIT compiled code] 1.38% 4750M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.33% 4598M 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():1855 [JIT compiled code] 1.27% 4382M 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.22% 4216M 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.0x000000007f1e5000#merge() [Interpreted code] 1.01% 3488M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.93% 3193M 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():1855 [JIT compiled code] 0.89% 3056M 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.89% 3055M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 0.87% 2982M 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.84% 2897M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.83% 2874M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.77% 2668M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.76% 2612M 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.75% 2575M 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.72% 2485M 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.71% 2440M 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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.69% 2392M 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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.65% 2238M 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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.64% 2191M 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] 0.63% 2160M 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():80 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1252 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.61% 2116M 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.56% 1939M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000007f13cd70#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.51% 1757M 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.48% 1644M 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.45% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.44% 1526M 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():361 [JIT compiled code] 0.41% 1418M 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():361 [Interpreted code] 0.40% 1381M 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.37% 1288M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] 0.37% 1263M 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] 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.34% 1180M 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#invertTerm():1932 [Inlined code] 0.34% 1158M 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=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 233.78 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 338917 events (total: 344555M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.25% 52556M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.87% 27118M 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.31% 21735M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.33% 14923M 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.0x000000007f1e5000#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():5322 [Interpreted code] 4.07% 14039M 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] 2.19% 7549M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.09% 7214M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 2.08% 7178M 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.0x000000007f1e5000#merge() [Interpreted code] 1.78% 6145M 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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 1.76% 6053M 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.0x000000007f1e5000#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():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 1.74% 5984M 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.0x000000007f1e5000#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():5322 [Interpreted code] 1.67% 5738M 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.0x000000007f1e5000#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():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 1.50% 5159M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.48% 5114M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.47% 5065M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.45% 4997M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.38% 4750M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.34% 4614M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.22% 4219M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.22% 4216M 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.0x000000007f1e5000#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():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 1.14% 3920M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 1.00% 3444M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.89% 3073M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.89% 3056M 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.87% 3012M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.87% 2982M 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.84% 2897M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.75% 2575M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.74% 2559M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.72% 2485M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.71% 2434M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 0.70% 2397M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.68% 2358M 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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.64% 2205M 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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.64% 2191M 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.0x000000007f1e5000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.63% 2160M 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():80 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1252 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.61% 2116M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.60% 2051M 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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.59% 2021M 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.56% 1939M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000007f13cd70#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.51% 1757M 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.0x000000007f1e5000#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% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.42% 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 [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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.41% 1396M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 0.40% 1381M 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.38% 1318M 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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [JIT compiled code] 0.37% 1288M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.37% 1263M 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] 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.0x000000007f1e5000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.35% 1208M 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] 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.35% 1192M 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():361 [JIT compiled code] move log to /l/logs.nightly/2026.05.21.05.27.46/nrtIndexMediumDocs.log move vmstat log to /l/logs.nightly/2026.05.21.05.27.46/nrtIndexMediumDocs.vmstat.log move top log to /l/logs.nightly/2026.05.21.05.27.46/nrtIndexMediumDocs.top.log [2026-05-21 22:01:25.970602] took 181.6 sec [2026-05-21 22:01:25.974653] run CheckIndex [2026-05-21 22:01:25.974724] 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.21.05.27.46/checkIndex.nrtIndexMediumDocs.log 2>&1 [2026-05-21 22:09:45.227330] took 499.3 sec [2026-05-21 22:09:45.228771] nrtMedIndexAtClose 30 segments: segments_2: _1a(11.0.0):C424808 _77(11.0.0):C6936847 _1k(11.0.0):C588048 _2d(11.0.0):C718259 _5g(11.0.0):C6813509 _25(11.0.0):C913967 _6a(11.0.0):C918671 _8l(11.0.0):C7169767 _6r(11.0.0):C922004 _6g(11.0.0):C116041 _8k(11.0.0):C789303 _7h(11.0.0):C111185 _7i(11.0.0):C114945 _82(11.0.0):C47599 _7u(11.0.0):C74914 _8j(11.0.0):C121239 _7v(11.0.0):C73049 _7t(11.0.0):C78942 _7s(11.0.0):C84550 _81(11.0.0):C56174 _7x(11.0.0):C67863 _7z(11.0.0):C58468 _86(11.0.0):C41069 _7j(11.0.0):C112193 _84(11.0.0):C40311 _88(11.0.0):C30790 _83(11.0.0):C42803 _87(11.0.0):C33889 _7y(11.0.0):C64133 _80(11.0.0):C59698 [2026-05-21 22:09:45.229041] 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.21.05.27.46/nrt.log 2>&1 [2026-05-21 22:39:46.276953] took 1801.0 sec [2026-05-21 22:39:46.281385] drop: 501.6 503.2 505.6 518.4 521.5 524.2 526.3 527.2 528.5 529.4 531.4 532.0 532.1 532.7 532.7 533.0 533.0 533.1 533.2 533.4 533.4 533.5 533.7 533.9 534.2 534.2 534.5 534.5 535.1 535.2 535.4 535.8 535.9 536.0 536.8 [2026-05-21 22:39:46.281762] times: 20.2 20.6 20.9 21.0 21.4 21.4 21.6 21.7 21.7 21.8 22.0 22.0 22.2 22.2 22.3 22.4 22.4 22.4 22.5 22.6 22.6 22.6 22.7 22.7 22.8 22.8 22.8 22.9 22.9 22.9 23.0 23.0 23.0 23.0 23.1 23.1 23.1 23.2 23.2 23.3 23.3 23.3 23.4 23.4 23.4 23.4 23.5 23.5 23.6 23.6 23.6 23.7 23.7 23.7 23.7 23.8 23.8 23.8 23.8 23.9 23.9 23.9 23.9 23.9 24.0 24.0 24.0 24.1 24.1 24.1 24.1 24.1 24.2 24.2 24.3 24.3 24.3 24.3 24.4 24.4 24.4 24.4 24.4 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.6 24.7 24.7 24.8 24.8 24.8 24.8 24.8 24.8 24.8 24.9 24.9 24.9 25.0 25.0 25.0 25.0 25.0 25.0 25.0 25.0 25.1 25.1 25.1 25.2 25.2 25.2 25.2 25.3 25.3 25.3 25.4 25.5 25.5 25.6 25.6 25.6 25.7 25.7 25.7 25.7 25.7 25.7 25.8 25.8 25.8 25.8 25.8 25.9 25.9 25.9 25.9 25.9 25.9 25.9 25.9 25.9 26.0 26.0 26.1 26.1 26.1 26.1 26.2 26.2 26.2 26.2 26.3 26.3 26.3 26.4 26.4 26.4 26.4 26.4 26.4 26.5 26.5 26.5 26.5 26.5 26.5 26.5 26.6 26.6 26.6 26.6 26.7 26.7 26.7 26.7 26.7 26.8 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.1 27.1 27.2 27.2 27.2 27.2 27.2 27.2 27.3 27.3 27.3 27.4 27.4 27.4 27.5 27.5 27.5 27.5 27.5 27.5 27.6 27.6 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 28.0 28.0 28.0 28.1 28.1 28.2 28.2 28.3 28.3 28.3 28.3 28.3 28.3 28.5 28.5 28.5 28.5 28.6 28.6 28.6 28.6 28.7 28.7 28.7 28.7 28.7 28.7 28.7 28.8 28.8 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.3 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.6 29.6 29.6 29.6 29.6 29.7 29.7 29.7 29.7 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 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.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.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.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.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 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.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.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.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.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.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.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.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.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.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.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.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.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 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.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 33.0 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.1 33.1 33.1 33.1 33.1 33.1 33.1 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.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 33.2 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.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.3 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.4 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.5 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.6 33.7 33.7 33.7 33.7 33.7 33.7 33.7 33.7 33.7 33.7 33.7 33.7 33.7 33.7 33.7 33.7 33.7 33.7 33.7 33.8 33.8 33.8 33.8 33.8 33.8 33.8 33.8 33.8 33.8 33.8 33.8 33.8 33.8 33.8 33.8 33.8 33.8 33.8 33.8 33.8 33.8 33.8 33.8 33.8 33.8 33.9 33.9 33.9 33.9 33.9 33.9 33.9 33.9 33.9 33.9 33.9 33.9 33.9 33.9 33.9 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.0 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.1 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.2 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.3 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.4 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.5 34.6 34.6 34.6 34.6 34.6 34.6 34.6 34.6 34.6 34.6 34.6 34.6 34.6 34.6 34.6 34.6 34.6 34.6 34.7 34.7 34.7 34.7 34.7 34.7 34.7 34.7 34.7 34.7 34.7 34.7 34.7 34.7 34.7 34.7 34.8 34.8 34.8 34.8 34.8 34.8 34.8 34.8 34.8 34.8 34.9 34.9 34.9 34.9 34.9 34.9 34.9 34.9 34.9 34.9 34.9 34.9 35.0 35.0 35.0 35.0 35.0 35.0 35.0 35.0 35.0 35.1 35.1 35.1 35.1 35.2 35.2 35.2 35.2 35.2 35.2 35.3 35.3 35.3 35.4 35.4 35.4 35.4 35.4 35.4 35.5 35.5 35.5 35.5 35.5 35.6 35.6 35.6 35.6 35.6 35.7 35.7 35.7 35.7 35.8 35.8 35.8 35.8 35.9 36.1 36.1 36.2 36.2 36.2 36.2 36.3 36.3 36.4 36.5 36.7 37.0 37.0 37.2 37.4 37.7 37.8 37.9 38.0 38.4 38.4 38.5 38.5 38.6 38.8 39.3 39.4 39.4 39.5 39.6 40.1 40.3 41.0 41.1 41.4 41.4 41.6 42.0 43.5 149.4 149.5 155.9 158.6 163.1 171.0 183.0 202.2 204.3 215.4 216.9 218.1 218.1 218.8 220.6 221.4 221.5 221.9 222.2 223.3 223.5 224.8 224.8 225.0 225.0 225.2 225.6 225.7 226.6 227.4 227.5 228.0 228.0 228.3 228.5 228.9 230.5 230.8 231.5 232.5 232.8 237.4 240.1 242.6 243.7 247.1 247.9 247.9 251.2 252.0 256.2 262.1 266.9 270.1 272.6 272.7 274.9 278.3 282.7 290.1 291.1 294.9 307.0 308.0 309.0 309.2 313.9 316.9 317.1 319.1 323.0 329.1 329.2 329.7 334.3 334.5 335.3 338.6 342.3 343.0 343.0 343.6 345.8 346.8 349.5 349.9 352.0 352.6 352.7 353.0 353.0 353.5 354.1 354.1 354.7 354.9 355.8 356.5 356.9 357.1 357.3 357.7 358.4 358.4 358.6 359.1 361.8 363.1 363.7 365.8 366.0 369.5 369.9 370.1 370.1 373.8 375.0 384.5 386.6 394.4 395.3 396.6 397.9 399.3 408.4 409.0 409.6 411.9 425.7 426.3 426.5 427.4 428.5 434.3 439.5 441.1 442.2 444.1 450.4 455.5 461.6 462.1 462.6 463.8 464.0 464.7 465.8 465.9 467.0 467.4 467.5 468.3 469.2 469.2 469.2 470.4 472.1 472.8 474.0 474.0 474.2 474.4 474.5 474.5 475.6 476.7 477.0 477.7 477.8 478.0 478.5 479.4 480.9 481.3 481.9 483.6 484.0 485.4 485.6 485.9 487.0 487.7 488.6 495.2 499.1 [2026-05-21 22:39:46.281896] NRT reopen time (msec) mean=64.7553 stdDev=102.4147 [2026-05-21 22:39:46.281903] run CheckIndex [2026-05-21 22:39:46.281972] 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.21.05.27.46/checkIndex.nrt.log 2>&1 [2026-05-21 22:48:00.064091] took 493.8 sec [2026-05-21 22:48:01.055723] 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=3546429 Profiler summary for /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Version: 2.1 Chunks: 14 Start: 2026-05-22 02:48:01 (UTC) Duration: 103 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 3697796 76754936 jdk.CPUTimeSample 2670993 46599203 jdk.ObjectAllocationInNewTLAB 764983 13282697 jdk.FileRead 624183 14646086 jdk.ObjectAllocationOutsideTLAB 201104 3171156 jdk.BooleanFlag 9688 305906 jdk.Compilation 5760 147983 jdk.CPULoad 1825 35916 jdk.UnsignedIntFlag 868 29882 jdk.IntFlag 784 28042 jdk.Checkpoint 702 23782449 jdk.StringFlag 630 23410 jdk.GarbageCollection 41 965 jdk.CPUInformation 14 21022 jdk.GCConfiguration 14 358 jdk.JVMInformation 14 14596 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 172.04 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2670991 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 6.59% 175990 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 5.90% 157632 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 5.72% 152788 java.lang.Integer#rotateLeft():1650 [Inlined code] 4.07% 108789 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 3.71% 99191 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 3.32% 88686 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 2.94% 78521 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 2.92% 77963 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 2.12% 56684 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 2.03% 54313 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] 1.82% 48683 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.61% 43090 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.47% 39256 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.47% 39150 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 1.46% 38902 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 1.22% 32553 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] 1.21% 32281 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 1.18% 31425 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 1.16% 30951 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 0.96% 25726 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] 0.86% 23004 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.79% 21100 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 0.72% 19156 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.71% 18940 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1032 [JIT compiled code] 0.66% 17726 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] 0.63% 16834 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.62% 16568 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] 0.61% 16202 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.57% 15221 java.lang.Character#isHighSurrogate():9464 [Inlined code] 0.56% 15035 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.54% 14320 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.49% 13030 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.48% 12762 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] 0.48% 12728 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():667 [Inlined code] 0.47% 12524 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 0.46% 12255 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.46% 12157 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.44% 11818 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.43% 11510 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] 0.41% 10898 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():67 [Inlined code] 0.40% 10613 org.apache.lucene.index.TermsHashPerField#initReader():96 [Inlined code] 0.39% 10490 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.39% 10483 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():980 [JIT compiled code] 0.39% 10303 java.lang.Character#toLowerCase():11251 [Inlined code] 0.38% 10137 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] 0.38% 10039 org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] 0.37% 9975 org.apache.lucene.util.StringHelper#murmurhash3_x86_32():204 [Inlined code] 0.37% 9897 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1026 [JIT compiled code] 0.35% 9437 org.apache.lucene.util.UnicodeUtil#maxUTF8Length():675 [Inlined code] 0.34% 9212 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1028 [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-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 172.04 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2670991 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 6.59% 175897 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 5.72% 152787 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 4.07% 108786 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 3.67% 98088 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 3.31% 88500 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 2.94% 78521 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 2.58% 68849 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 2.12% 56684 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 2.03% 54296 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 1.82% 48683 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.61% 43090 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 1.48% 39454 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 1.47% 39256 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.47% 39150 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] 1.46% 38902 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 1.43% 38229 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.26% 33548 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 1.22% 32547 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():46 [Inlined code] 1.19% 31852 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 1.18% 31399 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 1.14% 30578 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] 0.96% 25725 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.88% 23383 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 0.71% 18940 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1032 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.65% 17437 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] at perf.LineFileDocs#nextDoc():648 [JIT compiled code] 0.63% 16919 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.63% 16834 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.63% 16757 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.62% 16562 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.61% 16202 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.59% 15853 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.56% 14986 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 0.55% 14764 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.54% 14293 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.52% 13982 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.48% 12758 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] 0.47% 12524 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 0.46% 12255 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [JIT compiled code] 0.45% 11900 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] at org.apache.lucene.codecs.lucene104.ForUtil#encode():96 [Inlined code] 0.43% 11510 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] 0.42% 11153 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.41% 10888 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():67 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] 0.40% 10595 org.apache.lucene.index.TermsHashPerField#initReader():96 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.39% 10480 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():980 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.39% 10479 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% 10148 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.38% 10127 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.37% 10011 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.37% 9975 org.apache.lucene.util.StringHelper#murmurhash3_x86_32():204 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] 0.37% 9877 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1026 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [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 172.04 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2670991 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 6.59% 175897 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():1767 [JIT compiled code] 5.70% 152194 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] 4.01% 107212 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():1855 [JIT compiled code] 3.31% 88317 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.94% 78516 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.12% 56675 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] 2.04% 54620 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.88% 50164 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.82% 48666 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():1855 [JIT compiled code] 1.62% 43384 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.47% 39249 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.47% 39220 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 1.43% 38178 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 1.22% 32547 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.20% 32028 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.17% 31373 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.17% 31284 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.14% 30577 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():1855 [JIT compiled code] 1.08% 28863 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] 1.04% 27763 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] 0.99% 26408 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.96% 25724 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():1855 [JIT compiled code] 0.86% 23054 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 0.83% 22051 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.79% 21038 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 0.71% 18936 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.69% 18340 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% 16919 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.63% 16826 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.63% 16757 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.62% 16545 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] 0.61% 16255 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.61% 16201 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():1855 [JIT compiled code] 0.60% 16096 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.54% 14544 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.54% 14291 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.52% 13982 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.48% 12758 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.48% 12732 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.47% 12524 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():1767 [JIT compiled code] 0.46% 12253 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.42% 11176 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [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] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 0.42% 11098 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.41% 10883 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.41% 10836 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():67 [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.39% 10464 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.39% 10402 org.apache.lucene.index.TermsHashPerField#initReader():96 [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% 10315 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] 0.38% 10146 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.38% 10123 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] 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 172.04 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2670991 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.32% 88736 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 3.26% 87179 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 3.21% 85838 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 2.89% 77193 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 2.79% 74625 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] 2.27% 60753 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 1.87% 50081 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.66% 44407 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 1.62% 43384 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.0x000000008c1cac98#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.59% 42408 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 1.29% 34338 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.28% 34144 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.27% 33923 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.21% 32408 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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 1.17% 31238 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 1.17% 31217 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 1.06% 28332 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 1.01% 26956 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 1.01% 26930 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] 1.00% 26732 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.95% 25392 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.85% 22821 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.80% 21397 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.76% 20320 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.74% 19649 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 0.72% 19288 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] 0.72% 19177 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.65% 17397 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.61% 16280 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.61% 16262 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 0.61% 16255 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.60% 15999 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.60% 15946 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.59% 15864 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.59% 15647 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.57% 15259 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.55% 14761 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.55% 14674 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.54% 14291 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.52% 13885 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.51% 13746 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 0.50% 13392 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.48% 12758 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.48% 12706 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.46% 12330 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.40% 10797 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():67 [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 [JIT compiled code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogram():220 [Inlined code] 0.40% 10788 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.39% 10310 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.38% 10233 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] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] 0.37% 9955 org.apache.lucene.index.TermsHashPerField#initReader():96 [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] 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 172.04 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2670991 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 2.91% 77646 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 2.81% 75082 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 2.79% 74642 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 2.73% 72785 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 2.70% 72148 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 2.05% 54627 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.82% 48563 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.62% 43384 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.0x000000008c1cac98#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():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] 1.53% 40981 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.47% 39154 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.27% 34050 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.26% 33596 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 1.14% 30327 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 1.13% 30202 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.07% 28609 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.96% 25562 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.95% 25474 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.91% 24414 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 0.91% 24256 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.81% 21725 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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.72% 19171 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.68% 18103 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.67% 18028 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.67% 17994 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.66% 17595 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.61% 16255 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.59% 15765 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.59% 15650 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.57% 15191 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.53% 14270 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.52% 14010 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.52% 13858 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.50% 13488 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.50% 13229 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.48% 12758 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.0x000000008c1cac98#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():5322 [Interpreted code] 0.48% 12701 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():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.46% 12210 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.45% 11906 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] at org.apache.lucene.index.IndexingChain#flush():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.44% 11739 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.43% 11585 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.42% 11328 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.42% 11307 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] at org.apache.lucene.index.IndexingChain#invertAndStore():1275 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.41% 11045 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.41% 10947 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.39% 10351 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.38% 10207 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.34% 9094 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():667 [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.34% 9083 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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.32% 8623 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] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.32% 8424 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():67 [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 [JIT compiled code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogram():220 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#radixSort():157 [JIT compiled code] at org.apache.lucene.util.MSBRadixSorter#sort():136 [JIT compiled code] at org.apache.lucene.util.MSBRadixSorter#radixSort():182 [JIT compiled code] at org.apache.lucene.util.MSBRadixSorter#sort():136 [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 172.04 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 966063 events (total: 284737M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.66% 44592M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 12.55% 35731M java.lang.StringUTF16#compress():216 [Inlined code] 8.96% 25522M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 8.88% 25296M java.lang.StringUTF16#compress():212 [Inlined code] 7.47% 21269M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 7.13% 20306M perf.LineFileDocs#readDocs():176 [JIT compiled code] 2.92% 8324M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 2.92% 8323M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 2.78% 7922M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 2.72% 7745M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 1.92% 5464M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.84% 5247M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.78% 5081M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.77% 5027M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.74% 4955M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.66% 4725M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.64% 4680M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.53% 4361M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.40% 3988M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 1.25% 3566M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 1.15% 3283M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 1.01% 2876M perf.LineFileDocs#nextDoc():647 [Interpreted code] 0.97% 2771M java.util.TreeMap#keyIterator():1421 [Inlined code] 0.55% 1578M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] 0.49% 1393M java.nio.HeapByteBuffer#():75 [Inlined code] 0.49% 1383M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.48% 1354M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.46% 1321M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.43% 1216M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.32% 923M java.util.ArrayList#grow():240 [Inlined code] 0.26% 737M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.25% 716M java.util.ArrayDeque#():179 [Inlined code] 0.17% 497M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] 0.17% 488M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] 0.15% 440M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.15% 440M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.14% 409M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.13% 380M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.12% 344M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.12% 341M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.11% 323M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.11% 321M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined code] 0.11% 312M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():725 [JIT compiled code] 0.11% 305M perf.LineFileDocs#nextDoc():652 [JIT compiled code] 0.09% 259M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [JIT compiled code] 0.09% 258M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] 0.09% 256M perf.LineFileDocs#nextDoc():605 [Interpreted code] 0.09% 255M java.nio.HeapByteBuffer#asReadOnlyBuffer():152 [Inlined code] 0.09% 243M perf.LineFileDocs#intToID():305 [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-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 172.04 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 966063 events (total: 284737M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.68% 41787M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 12.55% 35731M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 8.96% 25522M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 8.88% 25296M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 7.46% 21251M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 7.13% 20306M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 2.92% 8322M 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.78% 7906M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.69% 7663M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.57% 7321M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 1.92% 5464M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.84% 5247M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.78% 5081M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.77% 5027M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.74% 4955M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.64% 4680M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.63% 4638M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.53% 4361M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.24% 3522M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.16% 3291M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 1.15% 3283M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 1.01% 2876M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.99% 2804M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] 0.97% 2771M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 0.55% 1578M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.49% 1393M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 0.47% 1329M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.43% 1216M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.42% 1184M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.41% 1156M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.35% 1002M 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% 923M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.25% 716M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.25% 697M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] 0.17% 497M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] 0.15% 440M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined code] 0.15% 440M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.14% 388M java.util.ArrayList#iterator():1030 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():126 [Interpreted code] 0.12% 335M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 0.12% 329M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x000000008c1ac400#newInvokeSpecial() [Inlined code] 0.11% 325M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.11% 323M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.11% 321M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():481 [JIT compiled code] 0.10% 285M 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.10% 281M perf.LineFileDocs#nextDoc():652 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.09% 262M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.09% 259M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [JIT compiled code] 0.09% 258M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.09% 256M perf.LineFileDocs#nextDoc():605 [Interpreted 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 172.04 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 966063 events (total: 284737M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.68% 41787M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 11.53% 32837M 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] 8.18% 23294M 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.34% 20903M 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.13% 20306M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 7.13% 20287M 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] 2.74% 7804M 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.65% 7558M 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.54% 7239M 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.92% 5464M 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.84% 5247M 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.78% 5081M 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.77% 5027M 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% 4955M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.65% 4685M 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.64% 4680M 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.63% 4638M 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.47% 4187M 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] 1.37% 3914M 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.24% 3522M 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.17% 3324M 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.16% 3291M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.07% 3038M 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():1855 [JIT compiled code] 1.01% 2876M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.99% 2804M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.97% 2748M 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.91% 2600M 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.55% 1578M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [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.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.47% 1341M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000008c13afb0#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.47% 1329M 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 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.46% 1320M 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.45% 1291M 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.43% 1213M 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% 1168M 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.34% 969M 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% 923M 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.25% 716M 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.25% 697M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.22% 616M 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% 497M 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 [JIT compiled code] at org.apache.lucene.util.MSBRadixSorter#radixSort():182 [JIT compiled code] 0.15% 440M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined 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.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.12% 335M 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():80 [Inlined code] 0.12% 329M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x000000008c1ac400#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined 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] 0.11% 321M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined 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] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm():1039 [Inlined code] 0.11% 312M 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.11% 300M 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 [Inlined code] 0.10% 281M perf.LineFileDocs#nextDoc():652 [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 172.04 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 966063 events (total: 284737M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.68% 41787M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 10.67% 30367M 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.65% 21771M 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.13% 20306M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.02% 8601M 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.88% 8197M 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.57% 7319M 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():361 [Interpreted code] 1.89% 5394M 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.79% 5084M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.78% 5081M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.74% 4955M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.72% 4894M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.65% 4706M 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():361 [JIT compiled code] 1.65% 4705M 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():1855 [JIT compiled code] 1.64% 4680M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.51% 4313M 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():1855 [JIT compiled code] 1.47% 4187M 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 [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.45% 4127M 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.29% 3672M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 1.17% 3324M 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.0x000000008c1cac98#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.16% 3291M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.12% 3189M 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():1855 [JIT compiled code] 1.08% 3077M 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.0x000000008c1cac98#merge() [Interpreted code] 1.06% 3030M 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.0x000000008c1cac98#merge() [Interpreted code] 1.04% 2950M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.01% 2876M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.99% 2804M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.95% 2710M 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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.91% 2600M 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.87% 2485M 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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.87% 2470M 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.85% 2418M 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.74% 2097M 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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.63% 1790M 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():361 [Interpreted code] 0.62% 1755M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.58% 1661M 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.58% 1651M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.54% 1523M 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.53% 1509M 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.52% 1466M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] 0.47% 1329M 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 [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.46% 1306M 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.45% 1291M 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.45% 1276M 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.41% 1179M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000008c13afb0#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.41% 1159M 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():361 [JIT compiled code] 0.40% 1143M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.33% 928M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] 0.26% 730M 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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [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 172.04 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 966063 events (total: 284737M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.68% 41787M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 10.67% 30367M 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.65% 21771M 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.13% 20306M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 2.88% 8197M 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.0x000000008c1cac98#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():5322 [Interpreted code] 1.94% 5511M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 1.83% 5197M 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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] 1.76% 5010M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.74% 4955M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.74% 4943M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.65% 4712M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.61% 4587M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 1.58% 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 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.47% 4187M 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 [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.0x000000008c1cac98#merge() [Interpreted code] 1.45% 4139M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.45% 4127M 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.0x000000008c1cac98#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():5322 [Interpreted code] 1.42% 4029M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 1.17% 3324M 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.0x000000008c1cac98#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():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler#doMerge():661 [Interpreted code] 1.17% 3321M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 1.16% 3291M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.09% 3103M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.09% 3089M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 1.08% 3077M 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.0x000000008c1cac98#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():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 1.06% 3030M 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.0x000000008c1cac98#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():5322 [Interpreted code] at org.apache.lucene.index.IndexWriter#merge():4785 [Interpreted code] 1.01% 2876M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.99% 2804M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.95% 2716M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.94% 2670M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] 0.91% 2600M 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.87% 2470M 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.72% 2038M 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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.71% 2031M 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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.71% 2011M 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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] 0.62% 1752M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.57% 1615M 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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.55% 1575M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.54% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.54% 1523M 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.53% 1509M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.48% 1364M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.47% 1338M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.47% 1329M 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 [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.0x000000008c1cac98#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% 1306M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 0.45% 1291M 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.45% 1276M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] 0.45% 1271M 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():361 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] 0.41% 1167M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000008c13afb0#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.36% 1034M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.34% 969M 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.33% 928M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [Interpreted code] at org.apache.lucene.index.DocumentsWriter#maybeFlush():496 [Inlined code] at org.apache.lucene.index.DocumentsWriter#postUpdate():407 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [Inlined code] move log to /l/logs.nightly/2026.05.21.05.27.46/fastIndexBigDocs.log move vmstat log to /l/logs.nightly/2026.05.21.05.27.46/fastIndexBigDocs.vmstat.log move top log to /l/logs.nightly/2026.05.21.05.27.46/fastIndexBigDocs.top.log [2026-05-21 22:51:21.913339] took 75.0 sec [2026-05-21 22:51:21.914363] bigIndexAtClose None [2026-05-21 22:51:21.915447] 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=3549692 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-22 10:45:40 (UTC) Duration: 11588 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 91137989 1731143039 jdk.FileWrite 11977491 275451095 jdk.FileRead 322459 8965903 jdk.CPULoad 218453 4587513 jdk.BooleanFlag 116256 3836952 jdk.Checkpoint 34248 96341098 jdk.ObjectAllocationInNewTLAB 31659 689267 jdk.UnsignedIntFlag 10416 373464 jdk.IntFlag 9408 349944 jdk.StringFlag 7560 323736 jdk.ObjectAllocationOutsideTLAB 223 3995 jdk.CPUInformation 168 252504 jdk.GCConfiguration 168 4536 jdk.JVMInformation 168 316680 jdk.Metadata 168 18568704 jdk.Compilation 159 4444 jdk.GarbageCollection 65 1690 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 2042.03 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 91137989 events (total: 91M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 41.34% 37M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 37.69% 34M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 7.41% 6M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 1.62% 1M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 1.19% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] 0.97% 880766 java.util.Arrays#fill():3144 [Inlined code] 0.83% 754195 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] 0.77% 704963 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] 0.62% 562695 org.apache.lucene.util.VectorUtil#dotProduct():64 [Inlined code] 0.53% 482714 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.37% 334001 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.33% 303336 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.31% 278756 java.util.ArrayList#elementData():412 [Inlined code] 0.28% 255360 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.28% 254566 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.25% 226677 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.23% 214102 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] 0.22% 201877 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] 0.18% 159699 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 0.16% 144987 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] 0.15% 139247 org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] 0.14% 124175 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.13% 122114 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 0.13% 116105 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.12% 105503 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.10% 93988 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] 0.10% 92249 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] 0.08% 75812 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.08% 75448 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.08% 74965 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] 0.07% 67824 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] 0.07% 67797 java.util.Arrays#fill():3143 [Inlined code] 0.07% 67258 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.07% 60031 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.07% 59661 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.06% 50325 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] 0.05% 48821 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] 0.05% 44115 org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] 0.05% 42834 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.05% 42195 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] 0.05% 41986 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.04% 39780 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.04% 38217 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.04% 35662 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] 0.04% 35173 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.04% 33757 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.04% 32388 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.04% 32378 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 0.03% 29537 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] 0.03% 29465 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():347 [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.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 2042.03 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 91137989 events (total: 91M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 41.34% 37M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 37.69% 34M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 7.41% 6M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 1.62% 1M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 1.15% 1M 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.97% 880766 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.83% 754195 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.77% 704963 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.62% 562695 org.apache.lucene.util.VectorUtil#dotProduct():64 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.53% 482714 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] 0.33% 303336 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.31% 278729 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.28% 255360 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.28% 254566 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.25% 230500 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] 0.23% 214102 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.22% 201877 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.20% 180781 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.18% 159699 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 0.14% 130509 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.14% 124175 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.14% 124048 org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():83 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 0.13% 116105 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.12% 113257 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.11% 102435 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.10% 92268 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.10% 88364 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.09% 81121 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.07% 67797 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.07% 67258 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] 0.07% 62888 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.07% 60031 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.07% 59661 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.06% 50325 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.05% 45014 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.05% 44115 org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.05% 41986 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.05% 41051 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.04% 39780 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.04% 38418 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.04% 38217 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.04% 35923 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] 0.04% 35662 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] 0.04% 33644 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] 0.04% 32388 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.04% 32378 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.03% 29685 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] 0.03% 29595 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] 0.03% 29537 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] 0.03% 29524 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [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=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 2042.03 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 91137989 events (total: 91M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 41.34% 37M 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] 37.69% 34M 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.41% 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] 1.14% 1M 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] 0.97% 880766 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.77% 704963 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.74% 677912 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.67% 610603 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.63% 575942 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.56% 513306 org.apache.lucene.util.VectorUtil#dotProduct():64 [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.53% 482714 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.33% 303336 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.31% 284612 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.30% 269406 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.28% 255360 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.28% 254194 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.24% 217755 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.22% 203506 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.22% 197554 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.19% 169841 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.14% 124175 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.13% 120550 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.12% 110066 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.12% 105089 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.11% 100799 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.10% 92342 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():328 [JIT compiled code] 0.09% 85545 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] 0.09% 81621 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.09% 81121 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.08% 76283 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] 0.07% 67797 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.07% 63601 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.07% 62483 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% 61238 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.06% 56736 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.05% 48161 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():1855 [JIT compiled code] 0.05% 48018 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.05% 45014 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.05% 44115 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():713 [Inlined code] 0.04% 38805 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.04% 38217 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.04% 37163 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():328 [JIT compiled code] 0.04% 36740 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% 36612 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% 35923 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.04% 34882 org.apache.lucene.util.VectorUtil#dotProduct():64 [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] 0.04% 33644 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.04% 32388 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.03% 30986 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 0.03% 30523 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [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 2042.03 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 91137989 events (total: 91M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 34.60% 31M 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 10.99% 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] 9.59% 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] 8.89% 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] 6.83% 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.38% 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] 1.91% 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.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():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.57% 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.55% 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.52% 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.11% 1M 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 0.82% 743197 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.78% 715099 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.74% 677912 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.73% 665304 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 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.71% 648297 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.69% 627656 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.67% 613395 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.65% 588146 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():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.61% 552976 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.60% 546727 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 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.60% 543201 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.58% 525975 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.53% 482714 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.0x000000000c07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 0.45% 407534 org.apache.lucene.util.VectorUtil#dotProduct():64 [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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.28% 256290 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.28% 254194 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.26% 240310 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.24% 217755 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.22% 203506 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.21% 187232 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():328 [JIT compiled code] 0.19% 174852 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.15% 137701 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% 136585 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.15% 135359 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.14% 126530 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():328 [JIT compiled code] 0.13% 117177 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 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.13% 113954 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.12% 110066 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 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] 0.12% 105089 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.11% 100799 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c20a4c0#call() [JIT compiled code] 0.09% 82728 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():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.09% 81747 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.09% 81621 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.09% 80762 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():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.09% 80015 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.09% 78309 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 0.08% 76728 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.08% 76263 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [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 2042.03 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 91137989 events (total: 91M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 34.59% 31M 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 9.48% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 8.53% 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():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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 8.49% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 4.93% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 2.05% 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():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] 1.57% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.54% 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [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():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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.45% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.41% 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.11% 1M 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.06% 966884 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.82% 743512 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.82% 743197 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c20a4c0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.74% 677912 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c20a4c0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.73% 665144 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 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.69% 627142 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.64% 578844 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():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.63% 576806 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c20a4c0#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.61% 559181 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 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.60% 542901 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 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.57% 517800 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.54% 488257 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.53% 482714 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.0x000000000c07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.49% 445657 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():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.45% 407534 org.apache.lucene.util.VectorUtil#dotProduct():64 [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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c20a4c0#call() [JIT compiled code] 0.40% 363698 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.39% 356080 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.36% 323560 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.31% 282119 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.29% 263113 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.28% 256264 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.27% 249363 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.26% 240310 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c20a4c0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.26% 239839 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():247 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] 0.26% 235188 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.24% 217755 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c20a4c0#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.23% 212680 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():515 [Inlined code] 0.21% 192419 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c20a4c0#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% 173588 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():515 [Inlined code] 0.18% 167213 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():313 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.18% 164070 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c20a4c0#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.17% 152668 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():515 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.15% 141173 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 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.15% 137270 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 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.15% 136585 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c20a4c0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.14% 131093 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():515 [Inlined code] 0.14% 126530 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.13% 119971 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():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c20a4c0#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] 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 2042.03 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 31878 events (total: 627628M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.60% 91602M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 14.21% 89156M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 5.67% 35604M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 5.06% 31735M java.nio.HeapByteBuffer#():75 [Inlined code] 5.01% 31424M perf.LineFileDocs#readVector():212 [Inlined code] 3.53% 22185M org.apache.lucene.util.BytesRef#():71 [Inlined code] 3.03% 19028M java.util.Arrays#copyOf():3478 [Inlined code] 2.85% 17909M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] 2.35% 14769M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 2.02% 12691M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.67% 10487M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] 1.65% 10363M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 1.52% 9562M java.util.Arrays#copyOf():3537 [Inlined code] 1.48% 9301M java.util.ArrayList#grow():240 [Inlined code] 1.43% 8960M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] 1.35% 8442M java.util.Arrays#copyOfRange():3849 [Inlined code] 1.21% 7606M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.16% 7299M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 1.16% 7257M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 1.13% 7069M java.lang.StringBuilder#toString():478 [Inlined code] 1.11% 6980M java.lang.AbstractStringBuilder#():101 [Inlined code] 1.03% 6454M org.apache.lucene.document.StringField#():61 [Inlined code] 1.02% 6409M java.lang.StringUTF16#compress():212 [Inlined code] 0.90% 5676M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] 0.78% 4877M java.util.HashMap#newNode():1910 [Inlined code] 0.75% 4681M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] 0.66% 4160M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.66% 4144M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 0.57% 3599M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] 0.57% 3552M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():423 [JIT compiled code] 0.55% 3455M java.util.HashMap#resize():711 [JIT compiled code] 0.54% 3419M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.53% 3343M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.51% 3212M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] 0.49% 3057M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.46% 2902M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.44% 2743M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] 0.43% 2695M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] 0.42% 2635M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 0.42% 2611M java.lang.StringUTF16#compress():216 [Inlined code] 0.41% 2580M org.apache.lucene.facet.taxonomy.FacetLabel#():74 [Inlined code] 0.39% 2425M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#loadBlock():195 [JIT compiled code] 0.38% 2400M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.37% 2321M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.36% 2240M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.35% 2183M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.35% 2171M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.34% 2150M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] 0.33% 2097M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 0.32% 1987M perf.LineFileDocs#cloneDoc():533 [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.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 2042.03 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 31878 events (total: 627628M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.60% 91602M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 13.82% 86762M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 5.67% 35604M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] 5.01% 31424M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 4.90% 30745M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 3.51% 22032M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 3.03% 19028M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] 2.85% 17909M 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.35% 14769M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 2.02% 12691M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] 1.67% 10487M 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.65% 10363M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 1.52% 9562M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] 1.48% 9301M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 1.43% 8960M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] 1.35% 8442M java.util.Arrays#copyOfRange():3849 [Inlined code] at java.lang.String#():4863 [Inlined code] 1.21% 7606M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.16% 7299M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 1.16% 7257M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] 1.13% 7069M java.lang.StringBuilder#toString():478 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():592 [JIT compiled code] 1.11% 6980M java.lang.AbstractStringBuilder#():101 [Inlined code] at java.lang.StringBuilder#():106 [Inlined code] 1.02% 6409M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.90% 5676M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge():181 [JIT compiled code] 0.66% 4160M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] at java.lang.StringConcatHelper#newArray():578 [Inlined code] 0.66% 4144M 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.59% 3723M org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] 0.57% 3599M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#():106 [Inlined code] 0.53% 3343M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.51% 3212M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] 0.49% 3057M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.46% 2902M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():306 [JIT compiled code] 0.45% 2821M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] 0.44% 2743M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] 0.43% 2695M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.42% 2635M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 0.42% 2611M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.38% 2400M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.38% 2393M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.37% 2321M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.36% 2288M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.36% 2278M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#loadBlock():195 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum$1#get():489 [Inlined code] 0.36% 2262M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#computeIfAbsent():1241 [JIT compiled code] 0.35% 2176M java.util.HashMap#resize():711 [JIT compiled code] at java.util.HashMap#computeIfAbsent():1207 [JIT compiled code] 0.35% 2171M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.34% 2153M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():423 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] 0.34% 2150M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] 0.33% 2097M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.32% 1987M perf.LineFileDocs#cloneDoc():533 [JIT compiled code] at perf.LineFileDocs#nextDoc():766 [JIT compiled code] 0.31% 1964M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.31% 1938M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():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=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 2042.03 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 31878 events (total: 627628M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 13.44% 84384M 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.69% 79667M 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.67% 35604M 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 [JIT compiled code] 5.01% 31424M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.90% 30745M 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] 3.03% 19028M 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.85% 17909M 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.35% 14769M 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():270 [Inlined code] 2.02% 12691M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.65% 10363M 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.52% 9562M 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.48% 9301M 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] 1.43% 8960M 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] 1.35% 8442M 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.24% 7758M 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.21% 7606M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.16% 7257M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 1.15% 7245M 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.15% 7218M 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.13% 7095M 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.91% 5705M 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.90% 5676M 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():4963 [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge():4779 [JIT compiled code] 0.84% 5271M 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.74% 4651M 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.63% 3942M 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.0x000000000c04c400#concat() [Inlined code] 0.53% 3343M 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.52% 3271M 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.51% 3212M 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.49% 3057M 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.49% 3057M 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.46% 2902M 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.45% 2821M 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.44% 2743M 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.43% 2695M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.42% 2635M 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.42% 2611M 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.41% 2594M 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.41% 2575M 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.38% 2400M 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.37% 2321M 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.36% 2288M 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.36% 2278M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#loadBlock():195 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum$1#get():489 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():522 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] 0.35% 2214M 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.35% 2169M 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.34% 2153M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():423 [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.34% 2150M 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.33% 2097M 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.33% 2076M 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():426 [JIT compiled code] 0.32% 1987M 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.31% 1938M 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] 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 2042.03 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 31878 events (total: 627628M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 7.91% 49639M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 7.69% 48262M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 5.67% 35604M 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 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 5.01% 31424M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.90% 30745M 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.23% 26553M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 3.80% 23842M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] 2.85% 17909M 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.35% 14769M 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():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 1.43% 8960M 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] 1.40% 8758M 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.34% 8409M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.28% 8029M 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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.24% 7758M 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.21% 7606M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.16% 7254M 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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.91% 5705M 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():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.90% 5676M 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():4963 [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge():4779 [JIT compiled code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [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.88% 5517M 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():361 [JIT compiled code] 0.84% 5293M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.77% 4845M 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.72% 4518M 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.68% 4279M 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():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.66% 4132M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.64% 4044M 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():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.63% 3942M 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.0x000000000c04c400#concat() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeSpecial() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x000000000c04c800#invoke() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.store.IndexInput#getFullSliceDescription():150 [Inlined code] 0.59% 3701M 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.54% 3392M 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():292 [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.54% 3363M 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.52% 3271M 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():270 [Inlined code] 0.51% 3212M 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.46% 2902M 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.45% 2821M 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():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.44% 2743M 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.43% 2727M 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% 2725M 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():1855 [JIT compiled code] 0.42% 2644M 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():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.42% 2611M 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():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.41% 2575M 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.38% 2371M 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.37% 2313M 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#indexDrillDownTerms():423 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] 0.36% 2278M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#loadBlock():195 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum$1#get():489 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():522 [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.35% 2214M 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.0x000000000c1de7b0#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] 0.35% 2204M 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():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] 0.35% 2204M 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 perf.LineFileDocs#cloneDoc():533 [JIT compiled code] at perf.LineFileDocs#nextDoc():766 [JIT compiled code] 0.35% 2176M 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] 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] 0.35% 2169M 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():270 [Inlined code] 0.34% 2153M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():423 [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():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.34% 2150M 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():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.34% 2111M 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] 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] 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 2042.03 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 31878 events (total: 627628M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 7.91% 49639M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c20a4c0#call() [JIT compiled code] 7.69% 48262M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c20a4c0#call() [JIT compiled code] 5.67% 35604M 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 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():771 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 5.01% 31424M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.90% 30745M 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.23% 26553M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.80% 23842M 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():499 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():331 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.85% 17909M 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():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 2.35% 14769M 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():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 1.43% 8960M 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():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.40% 8758M 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():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 1.24% 7758M 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():270 [Inlined code] 1.21% 7606M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.08% 6792M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c20a4c0#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.91% 5730M 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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.91% 5705M 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():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.90% 5676M 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():4963 [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge():4779 [JIT compiled code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [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.88% 5493M 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():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#doFlush():541 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#postUpdate():404 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.84% 5293M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000000c20a4c0#call() [JIT compiled code] 0.80% 5024M 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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.77% 4845M 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.0x000000000c1de7b0#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():5322 [JIT compiled code] 0.72% 4518M 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():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.68% 4279M 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():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.66% 4132M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():329 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 0.64% 4044M 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():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():414 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():233 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():206 [JIT compiled code] 0.59% 3701M 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():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 0.54% 3392M 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():292 [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():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 0.54% 3363M 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():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.52% 3271M 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():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.51% 3212M 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():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.46% 2902M 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():270 [Inlined code] 0.45% 2821M 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():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.44% 2743M 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():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.43% 2727M 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():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] 0.43% 2725M 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():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] at org.apache.lucene.index.IndexingChain#invertAndStore():1271 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1245 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.42% 2644M 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():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.42% 2611M 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():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.41% 2575M 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():270 [Inlined code] 0.38% 2371M 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.37% 2313M 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#indexDrillDownTerms():423 [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] 0.37% 2298M 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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.36% 2278M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#loadBlock():195 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum$1#get():489 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():522 [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():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.36% 2230M 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():485 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.35% 2204M 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():451 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():425 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():778 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.35% 2204M 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 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():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.35% 2201M 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.0x000000000c1de7b0#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():5322 [JIT compiled code] at org.apache.lucene.index.IndexWriter#merge():4785 [JIT compiled code] at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource#merge():6590 [JIT compiled code] at org.apache.lucene.index.SerialMergeScheduler#merge():38 [Interpreted code] 0.35% 2176M 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] 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():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] 0.35% 2169M 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():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.34% 2153M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():423 [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():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.34% 2150M 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():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] move log to /l/logs.nightly/2026.05.21.05.27.46/fixedIndex.log move vmstat log to /l/logs.nightly/2026.05.21.05.27.46/fixedIndex.vmstat.log move top log to /l/logs.nightly/2026.05.21.05.27.46/fixedIndex.top.log [2026-05-22 10:36:29.220733] took 40045.5 sec [2026-05-22 10:36:29.224150] run CheckIndex [2026-05-22 10:36:29.224457] 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.21.05.27.46/checkIndex.fixedIndex.log 2>&1 [2026-05-22 10:42:25.685340] took 356.5 sec [2026-05-22 10:42:25.686346] 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-22 10:42:25.686456] search run vmstat: /usr/sbin/vmstat --active --wide --timestamp --unit M 1 > /l/logs.nightly/2026.05.21.05.27.46/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.21.05.27.46/search-tasks.top.log 2>&1 to /l/logs.nightly/2026.05.21.05.27.46/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 414.8 s 54.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.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 406.1 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.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 410.8 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.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 412.0 s 55.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.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 409.8 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.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 409.3 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.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 426.0 s 53.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.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 418.1 s 54.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.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 409.8 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.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 408.2 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.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 412.0 s 55.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 423.4 s 53.6 actual sustained QPS; 2.6 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 403.6 s 56.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.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 408.2 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.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 409.7 s 55.5 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 411.9 s 55.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.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 410.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.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 409.6 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.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 410.8 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.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 419.1 s 54.2 actual sustained QPS; 2.7 CPU cores used now kill vmstat: pid=3991053 [2026-05-22 13:00:31.279804] done search (2:18:05.593328) 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.542 1.573 2.0% 4.903 4.921 0.4% 5.284 5.311 0.5% 5.473 5.462 -0.2% 5.545 12.304 121.9% ('And3Terms', None) 1.632 1.604 -1.7% 3.165 3.154 -0.3% 3.450 3.483 1.0% 3.490 3.758 7.7% 3.615 4.814 33.1% ('AndHighHigh', None) 4.921 4.877 -0.9% 6.810 6.718 -1.3% 7.049 7.047 -0.0% 7.813 8.245 5.5% 33.345 14.571 -56.3% ('AndHighHighDayTaxoFacets', None) 68.839 71.355 3.7% 131.588 133.256 1.3% 136.242 135.861 -0.3% 144.118 136.400 -5.4% 154.453 145.885 -5.5% ('AndHighMed', None) 2.216 2.134 -3.7% 3.022 2.953 -2.3% 3.225 3.135 -2.8% 3.277 3.319 1.3% 3.293 6.462 96.3% ('AndHighMedDayTaxoFacets', None) 7.646 7.741 1.2% 22.385 22.439 0.2% 23.150 23.050 -0.4% 23.443 23.476 0.1% 24.834 24.121 -2.9% ('AndHighOrMedMed', None) 6.500 6.469 -0.5% 11.772 11.774 0.0% 12.550 12.082 -3.7% 14.375 12.438 -13.5% 26.239 26.119 -0.5% ('AndMedOrHighHigh', None) 4.365 4.285 -1.8% 11.489 11.464 -0.2% 11.872 12.955 9.1% 11.939 13.924 16.6% 60.006 100.941 68.2% ('AndMissingHigh', 'Title') 0.154 0.161 4.2% 0.274 0.267 -2.4% 0.414 0.477 15.1% 0.478 0.544 13.8% 0.491 0.609 24.0% ('AndStopWords', None) 6.226 5.744 -7.7% 18.588 18.563 -0.1% 20.167 18.930 -6.1% 20.167 18.930 -6.1% 21.183 19.831 -6.4% ('BrowseDateSSDVFacets', None) 653.977 652.961 -0.2% 657.989 658.680 0.1% 664.316 668.332 0.6% 664.316 668.332 0.6% 744.087 742.973 -0.1% ('BrowseDateTaxoFacets', None) 139.982 138.818 -0.8% 143.196 140.780 -1.7% 154.209 153.220 -0.6% 154.209 153.220 -0.6% 161.170 153.292 -4.9% ('BrowseDayOfYearSSDVFacets', None) 174.155 173.554 -0.3% 182.730 175.797 -3.8% 185.414 182.426 -1.6% 185.414 182.426 -1.6% 186.616 183.704 -1.6% ('BrowseDayOfYearTaxoFacets', None) 140.083 138.233 -1.3% 142.960 140.264 -1.9% 152.893 152.489 -0.3% 152.893 152.489 -0.3% 153.595 152.930 -0.4% ('BrowseMonthSSDVFacets', None) 162.192 162.063 -0.1% 168.655 164.515 -2.5% 173.077 170.387 -1.6% 173.077 170.387 -1.6% 173.854 171.688 -1.2% ('BrowseMonthTaxoFacets', None) 149.174 148.173 -0.7% 151.478 151.227 -0.2% 158.446 158.998 0.3% 158.446 158.998 0.3% 319.594 207.107 -35.2% ('BrowseRandomLabelSSDVFacets', None) 214.279 214.028 -0.1% 220.118 220.389 0.1% 243.106 229.311 -5.7% 243.106 229.311 -5.7% 243.644 240.660 -1.2% ('BrowseRandomLabelTaxoFacets', None) 158.774 158.199 -0.4% 162.787 162.338 -0.3% 168.276 168.858 0.3% 168.276 168.858 0.3% 180.803 169.590 -6.2% ('CombinedAndHighHigh', None) 18.979 19.172 1.0% 20.257 20.216 -0.2% 21.518 21.456 -0.3% 23.605 22.231 -5.8% 41.833 67.924 62.4% ('CombinedAndHighMed', None) 3.311 3.238 -2.2% 9.720 9.665 -0.6% 10.513 10.330 -1.7% 10.699 10.410 -2.7% 85.003 125.779 48.0% ('CombinedOrHighHigh', None) 19.021 19.462 2.3% 20.552 20.670 0.6% 21.180 21.774 2.8% 21.902 23.749 8.4% 22.393 24.534 9.6% ('CombinedOrHighMed', None) 3.412 3.380 -0.9% 9.849 9.862 0.1% 10.341 10.164 -1.7% 11.245 10.262 -8.7% 31.829 30.432 -4.4% ('CombinedTerm', None) 7.008 6.977 -0.5% 13.425 13.570 1.1% 14.109 13.859 -1.8% 14.745 14.201 -3.7% 31.118 31.589 1.5% ('CountAndHighHigh', None) 1.873 1.793 -4.2% 2.069 1.997 -3.5% 2.370 2.201 -7.1% 2.516 5.754 128.7% 2.791 5.815 108.3% ('CountAndHighMed', None) 1.715 1.709 -0.3% 1.964 1.982 0.9% 2.353 2.291 -2.6% 49.320 57.162 15.9% 77.551 91.431 17.9% ('CountFilteredIntNRQ', None) 6.768 6.631 -2.0% 7.627 7.404 -2.9% 8.641 8.150 -5.7% 36.304 34.941 -3.8% 38.767 38.614 -0.4% ('CountFilteredOrHighHigh', None) 4.914 4.854 -1.2% 5.202 5.110 -1.8% 5.433 6.348 16.8% 7.839 8.545 9.0% 20.205 24.961 23.5% ('CountFilteredOrHighMed', None) 4.398 4.351 -1.1% 4.837 4.743 -1.9% 5.079 4.882 -3.9% 7.791 4.931 -36.7% 7.888 4.952 -37.2% ('CountFilteredOrMany', None) 17.664 17.238 -2.4% 20.724 20.609 -0.6% 21.503 21.813 1.4% 22.679 22.386 -1.3% 88.592 81.590 -7.9% ('CountFilteredPhrase', None) 11.945 11.987 0.4% 17.227 17.255 0.2% 18.123 18.286 0.9% 27.748 21.094 -24.0% 112.010 128.527 14.7% ('CountOrHighHigh', None) 1.796 1.769 -1.5% 2.045 2.003 -2.1% 2.319 2.456 5.9% 2.487 2.515 1.1% 2.514 6.493 158.3% ('CountOrHighMed', None) 1.700 1.732 1.9% 2.035 1.957 -3.8% 3.227 2.614 -19.0% 3.721 3.086 -17.1% 14.748 14.404 -2.3% ('CountOrMany', None) 15.851 16.003 1.0% 19.401 19.818 2.1% 20.591 20.250 -1.7% 24.756 24.304 -1.8% 27.276 30.553 12.0% ('CountPhrase', None) 37.831 38.967 3.0% 79.130 80.065 1.2% 89.310 89.899 0.7% 90.827 90.506 -0.4% 90.927 91.494 0.6% ('CountTerm', None) 0.104 0.102 -1.8% 0.155 0.160 3.3% 0.292 0.242 -17.0% 0.384 0.276 -28.2% 0.407 0.541 32.7% ('DismaxOrHighHigh', None) 2.750 2.747 -0.1% 7.055 7.005 -0.7% 7.500 7.401 -1.3% 11.891 13.212 11.1% 15.493 15.601 0.7% ('DismaxOrHighMed', None) 2.510 2.485 -1.0% 3.181 3.135 -1.4% 3.607 3.375 -6.4% 4.119 3.423 -16.9% 7.185 5.843 -18.7% ('DismaxTerm', None) 0.679 0.693 2.1% 0.923 0.914 -1.0% 2.317 2.024 -12.7% 3.048 3.526 15.7% 4.320 4.130 -4.4% ('FilteredAnd2Terms2StopWords', None) 0.997 1.004 0.8% 6.215 6.319 1.7% 6.467 6.553 1.3% 6.527 6.675 2.3% 6.608 6.988 5.7% ('FilteredAnd3Terms', None) 1.493 1.531 2.5% 2.515 2.524 0.4% 2.711 2.748 1.3% 2.743 3.029 10.4% 78.984 3.099 -96.1% ('FilteredAndHighHigh', None) 7.343 7.309 -0.5% 7.609 7.539 -0.9% 7.799 7.742 -0.7% 7.963 7.968 0.1% 9.376 9.362 -0.1% ('FilteredAndHighMed', None) 2.211 2.213 0.1% 5.596 5.632 0.6% 5.869 5.791 -1.3% 5.937 5.911 -0.4% 5.958 5.951 -0.1% ('FilteredAndStopWords', None) 9.455 8.041 -15.0% 10.140 10.111 -0.3% 10.417 10.499 0.8% 10.417 10.499 0.8% 109.036 111.011 1.8% ('FilteredDismaxOrHighHigh', None) 10.109 10.062 -0.5% 10.766 10.711 -0.5% 12.078 11.268 -6.7% 17.002 16.110 -5.2% 31.680 32.560 2.8% ('FilteredDismaxOrHighMed', None) 3.093 3.148 1.8% 7.304 7.311 0.1% 7.865 7.707 -2.0% 9.352 8.260 -11.7% 137.235 85.857 -37.4% ('FilteredDismaxTerm', None) 3.611 3.530 -2.3% 4.933 4.774 -3.2% 5.206 4.992 -4.1% 6.897 5.093 -26.2% 13.879 6.893 -50.3% ('FilteredIntNRQ', None) 3.302 3.193 -3.3% 4.178 4.062 -2.8% 5.384 4.479 -16.8% 6.701 4.829 -27.9% 58.463 55.205 -5.6% ('FilteredOr2Terms2StopWords', None) 3.362 3.413 1.5% 7.209 7.360 2.1% 7.634 7.590 -0.6% 7.689 7.812 1.6% 106.494 95.850 -10.0% ('FilteredOr3Terms', None) 4.599 4.557 -0.9% 6.082 6.009 -1.2% 6.300 6.316 0.3% 6.648 6.495 -2.3% 8.408 9.041 7.5% ('FilteredOrHighHigh', None) 7.690 7.630 -0.8% 8.030 7.967 -0.8% 8.411 8.211 -2.4% 10.424 8.629 -17.2% 58.545 57.265 -2.2% ('FilteredOrHighMed', None) 2.242 2.211 -1.4% 5.563 5.527 -0.7% 5.782 5.726 -1.0% 6.061 5.805 -4.2% 7.077 5.947 -16.0% ('FilteredOrMany', None) 31.367 31.151 -0.7% 34.068 34.031 -0.1% 35.877 35.891 0.0% 40.863 44.616 9.2% 176.293 91.457 -48.1% ('FilteredOrStopWords', None) 11.501 11.316 -1.6% 11.953 11.910 -0.4% 13.663 12.136 -11.2% 13.663 12.136 -11.2% 138.977 142.029 2.2% ('FilteredPhrase', None) 11.030 10.918 -1.0% 16.963 16.732 -1.4% 18.925 18.732 -1.0% 22.388 24.131 7.8% 26.539 33.987 28.1% ('FilteredPrefix3', None) 1.808 1.796 -0.7% 3.918 3.790 -3.3% 4.195 4.320 3.0% 4.348 4.797 10.3% 6.321 6.087 -3.7% ('FilteredTerm', None) 3.206 3.164 -1.3% 4.569 4.554 -0.3% 4.816 5.069 5.3% 5.057 7.784 53.9% 30.870 30.534 -1.1% ('Fuzzy1', None) 9.023 9.032 0.1% 11.001 10.891 -1.0% 11.796 11.971 1.5% 13.653 16.651 22.0% 36.552 35.612 -2.6% ('Fuzzy2', None) 10.031 9.888 -1.4% 11.941 11.791 -1.3% 12.836 12.694 -1.1% 13.708 12.946 -5.6% 13.824 14.136 2.3% ('IntNRQ', None) 3.280 3.156 -3.8% 4.162 4.009 -3.7% 4.821 4.367 -9.4% 7.096 4.555 -35.8% 15.893 5.713 -64.1% ('IntSet', None) 1.187 1.171 -1.3% 1.367 1.370 0.2% 3.258 3.364 3.2% 20.364 20.609 1.2% 25.978 26.271 1.1% ('IntervalsOrdered', None) 36.489 38.646 5.9% 93.360 96.959 3.9% 94.815 98.080 3.4% 95.039 102.136 7.5% 103.586 107.313 3.6% ('MedTermDayTaxoFacets', None) 25.170 24.214 -3.8% 30.073 29.102 -3.2% 31.043 29.919 -3.6% 31.670 30.959 -2.2% 32.325 31.491 -2.6% ('Or2Terms2StopWords', None) 1.747 1.708 -2.2% 5.016 5.016 0.0% 5.653 5.196 -8.1% 6.648 5.640 -15.2% 34.320 34.848 1.5% ('Or3Terms', None) 2.137 2.166 1.4% 3.618 3.603 -0.4% 4.327 4.210 -2.7% 14.191 5.074 -64.2% 268.574 271.547 1.1% ('OrHighHigh', None) 5.156 5.080 -1.5% 5.793 5.726 -1.2% 6.139 5.975 -2.7% 7.246 8.135 12.3% 15.923 16.061 0.9% ('OrHighMed', None) 1.734 1.658 -4.4% 3.032 2.834 -6.6% 3.316 3.028 -8.7% 6.895 6.860 -0.5% 8.809 8.548 -3.0% ('OrHighMedDayTaxoFacets', None) 86.319 87.164 1.0% 287.766 290.479 0.9% 292.947 293.585 0.2% 295.358 293.884 -0.5% 296.667 310.909 4.8% ('OrHighRare', None) 2.863 2.840 -0.8% 3.096 3.123 0.9% 3.525 3.418 -3.0% 3.751 3.422 -8.8% 10.461 9.054 -13.5% ('OrMany', None) 25.334 24.547 -3.1% 27.996 27.395 -2.1% 30.450 29.856 -2.0% 31.602 30.144 -4.6% 47.188 30.648 -35.1% ('OrStopWords', None) 5.892 5.973 1.4% 15.399 15.355 -0.3% 15.880 15.666 -1.3% 15.880 15.666 -1.3% 17.506 15.751 -10.0% ('PKLookup',) 2.772 2.667 -3.8% 2.933 2.809 -4.2% 3.768 3.463 -8.1% 5.591 5.558 -0.6% 7.197 7.368 2.4% ('Phrase', None) 14.696 14.364 -2.3% 39.786 39.764 -0.1% 42.212 41.838 -0.9% 42.840 42.947 0.3% 60.634 43.532 -28.2% ('PostFilteredVectorSearch', None) 1.972 1.756 -10.9% 2.210 2.025 -8.3% 5.329 5.518 3.6% 6.463 6.795 5.1% 6.832 7.168 4.9% ('PreFilteredVectorSearch', None) 5.862 5.816 -0.8% 6.435 6.283 -2.4% 21.599 17.113 -20.8% 78.804 72.069 -8.5% 337.802 309.036 -8.5% ('Prefix3', None) 1.121 1.063 -5.2% 3.454 3.299 -4.5% 4.246 3.835 -9.7% 12.515 21.956 75.4% 92.068 86.847 -5.7% ('Respell',) 14.667 14.422 -1.7% 16.924 16.846 -0.5% 17.649 19.695 11.6% 26.404 26.522 0.4% 33.119 32.596 -1.6% ('SloppyPhrase', None) 77.271 79.373 2.7% 204.596 211.692 3.5% 210.739 215.353 2.2% 213.410 226.045 5.9% 306.765 288.215 -6.0% ('SpanNear', None) 34.478 34.137 -1.0% 93.770 91.135 -2.8% 96.901 92.618 -4.4% 97.234 93.116 -4.2% 202.040 192.169 -4.9% ('Term', None) 0.849 0.826 -2.8% 1.041 1.012 -2.8% 1.182 1.268 7.2% 1.213 2.105 73.6% 19.848 22.994 15.9% ('TermBGroup1M', None) 50.881 52.395 3.0% 82.769 84.628 2.2% 83.723 85.557 2.2% 83.893 85.942 2.4% 85.191 86.017 1.0% ('TermBGroup1M1P', None) 25.042 25.505 1.9% 44.574 45.412 1.9% 45.017 46.119 2.4% 45.301 46.285 2.2% 50.128 51.176 2.1% ('TermDateFacets', None) 34.225 32.982 -3.6% 60.465 57.034 -5.7% 63.566 58.002 -8.8% 69.019 71.194 3.2% 141.973 138.501 -2.4% ('TermDateTimeSort', 'DateTime') 4.050 4.174 3.1% 5.932 4.912 -17.2% 6.210 5.474 -11.9% 36.316 19.651 -45.9% 90.405 64.901 -28.2% ('TermDateTimeSortSkipper', 'LastModified (skipper)') 6.415 6.175 -3.7% 10.199 9.679 -5.1% 10.520 10.252 -2.6% 10.612 10.884 2.6% 41.123 37.501 -8.8% ('TermDayOfYearSort', 'DayOfYear') 2.394 2.165 -9.5% 3.390 3.437 1.4% 3.702 3.894 5.2% 3.842 4.485 16.7% 15.414 23.518 52.6% ('TermDayOfYearSortSkipper', 'DayOfYear (skipper)') 6.295 6.128 -2.7% 10.950 10.524 -3.9% 11.576 11.181 -3.4% 12.417 11.364 -8.5% 26.126 12.275 -53.0% ('TermGroup100', None) 55.821 56.571 1.3% 106.855 107.815 0.9% 108.023 109.564 1.4% 110.042 109.847 -0.2% 110.191 117.501 6.6% ('TermGroup10K', None) 63.213 64.383 1.9% 108.491 110.537 1.9% 110.668 112.911 2.0% 111.912 113.102 1.1% 128.539 137.273 6.8% ('TermGroup1M', None) 63.821 65.363 2.4% 113.057 114.890 1.6% 114.653 116.068 1.2% 115.255 116.115 0.7% 115.686 117.902 1.9% ('TermMonthSort', 'Month') 0.894 0.927 3.8% 1.037 1.085 4.7% 1.298 1.373 5.8% 2.650 1.841 -30.5% 11.216 3.883 -65.4% ('TermMonthSortSkipper', 'Month (skipper)') 5.159 4.942 -4.2% 9.021 8.393 -7.0% 9.337 8.687 -7.0% 9.564 10.205 6.7% 60.596 42.840 -29.3% ('TermTitleSort', 'Title') 7.734 7.417 -4.1% 10.776 9.588 -11.0% 13.960 13.788 -1.2% 66.680 57.610 -13.6% 95.164 122.611 28.8% ('TermTitleSortSkipper', 'Title (skipper)') 6.508 6.416 -1.4% 10.091 9.701 -3.9% 10.400 9.909 -4.7% 10.768 10.007 -7.1% 69.167 69.090 -0.1% ('VectorSearch', None) 2.184 2.095 -4.1% 2.395 2.316 -3.3% 6.350 7.778 22.5% 6.480 8.029 23.9% 8.203 8.583 4.6% ('Wildcard', None) 24.929 23.551 -5.5% 40.463 38.715 -4.3% 48.071 46.435 -3.4% 49.891 51.065 2.4% 81.577 79.082 -3.1% generate vmstat pretties /l/reports.nightly/2026.05.21.05.27.46/fastIndexMediumDocsWithVectorsQuantized /l/reports.nightly/2026.05.21.05.27.46/search-tasks /l/reports.nightly/2026.05.21.05.27.46/fastIndexBigDocs /l/reports.nightly/2026.05.21.05.27.46/fixedIndex /l/reports.nightly/2026.05.21.05.27.46/fastIndexMediumDocsWithVectors /l/reports.nightly/2026.05.21.05.27.46/nrtIndexMediumDocs /l/reports.nightly/2026.05.21.05.27.46/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 44.72 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 61.44 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 95.03 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 164.40 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 220.93 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 15.15 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 14.94 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 14.38 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 14.64 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 14.47 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: 3.5.67.204, 3.5.73.48, 3.5.75.29, 3.5.72.107, 3.5.67.239, 3.5.69.56, 52.218.0.35, 3.5.71.89 * Trying 3.5.67.204: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.67.204 port 443) from 10.17.4.7 port 55236 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/065b10a2-2435-4bef-bae7-1b32e274f61e.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEFYaCWV1LXdlc3QtMSJHMEUCIBAEureYzkwkqSi9xMRnMxkdzKEl163b%2Fww6YKTbDYasAiEAyU1Ht7NNy5N6ooXqSbpn2dDn60qgN0SNecmji3131isqugUIHhAAGgw4MzU0OTQ3NTMxMjYiDFiKZBFwGadVcZ82oiqXBd%2Bfvp%2FJ5jA18uhUGfjx%2FMPa0VvFCugTXZd6wNWL1BKxKxATtOV%2BJHxz%2BXw%2BFik6fTqTkkJLx%2FyOeIbGmDcIN6ss%2BeYRExY9PPRfHD5HsmfyEN8ymqjt%2F3hXyLzvp01O9hCN80vFv50H0dB4%2BAvZUu41f55hJ6XRRAbgqKByBp9INGJUTCyG2xfz8K9XG%2BBEARsFzPyoF4mkJepsIhGaM0ddoxlspPb2mywPARSVY9BSccOjgKHvAua9n6IDwja2LsW9JCbzuwxpDw6LaIm7eK%2FvHkAq%2FpxEfEESYT0JQ7fgKtSjz7LO%2BctldPhtDeoVe%2BFs7SBi3a8LXWn%2F5aBFj6n7onCRX9Tf3lt2AD3rWzLghEaOf3Mw10qvmbHcOXz9GIqEJOTUpDi0ufJBG6WtJLBiE%2BhnQlkwd0d5d67v%2Fp6yVDUNJpifxt0Ce0K%2BlB2XdA0d3CpKjdueViAoISZwV26TJ2km9JtK81kxFCzh84eDqFR6hCopbzM7lMzNQS8CdAvsIle0OeTqmJ7TftEv4mfnqxPdCZN5J5JJAJBGNZ4f4E11a5kF7qmQViC1BrOI1RhYJv7xBEEJGZcvUY%2FOjTaj9wHdxH4%2FX8eI2Vn6s6sQ%2BhhgB6xKl%2ByRVm6%2FzZkZ8%2BtL7xU4l%2FD3izIXo3cxZ1YX%2BBcpkLMdmKaiwcyczl9Wbtek6EZkY%2FZSC6987%2FeyUwP3uXJFD4ciZ9UvEDpefw2vQ1kqlT0pJlmjzzonABAe6f%2F5Iwf%2FvgOUMK8mzRiVJGOC0WXsFCwnkak5Yi8PtNYRdnZ7IPBt%2FPGftauMN0N%2FaWNMFh9f7R59eYoM2ve3cHw%2BV0i%2Fg0Yk%2BE9bPrnUMziyQMPF5D5AVLGBuR4JyoVtPq5PWlYNbzC4rsHQBjqxAT6l72WpYc6u8ug%2BbaNUVnhERULx2EScuSb%2FKmWHO0rjF5VFrl4DMbKFye8vGd%2BYIdG0q8AEJFHseyumO%2FDL2Gkph9vkTekjytkmWv2raHbbIXL5SmO%2F7bQkIy7YLWvtVGbtv7zi9I0D6Pq1vXNItrmGxZSVgoaM7eai4bxf1YgdwfFjNg6NtYX6V8sBW6cPM62hX1QKFEPP6plqzVl9B47PVpq2n3Qd0ujY5syEDbWRnA%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260522T171327Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTDXMN2FNK%2F20260522%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=98820484676e5caff38edb0aed256a449eb901fe2de0242b216d4e59c88bceaf HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 428332914 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 408.4M 0 0 0 2.75M 0 2.66M 02:33 00:01 02:32 2.66M 1 408.4M 0 0 1 7.75M 0 3.81M 01:46 00:02 01:44 3.81M 3 408.4M 0 0 3 12.87M 0 4.24M 01:36 00:03 01:33 4.24M 4 408.4M 0 0 4 18.43M 0 4.56M 01:29 00:04 01:25 4.56M 5 408.4M 0 0 5 24.18M 0 4.79M 01:25 00:05 01:20 4.79M 7 408.4M 0 0 7 30.18M 0 4.98M 01:21 00:06 01:15 5.46M 8 408.4M 0 0 8 36.18M 0 5.12M 01:19 00:07 01:12 5.66M 10 408.4M 0 0 10 41.50M 0 5.14M 01:19 00:08 01:11 5.69M 10 408.4M 0 0 10 44.56M 0 4.91M 01:23 00:09 01:14 5.19M 11 408.4M 0 0 11 45.87M 0 4.54M 01:29 00:10 01:19 4.29M 11 408.4M 0 0 11 47.25M 0 4.25M 01:35 00:11 01:24 3.37M 11 408.4M 0 0 11 48.68M 0 4.01M 01:41 00:12 01:29 2.46M 12 408.4M 0 0 12 50.18M 0 3.81M 01:47 00:13 01:34 1.70M 12 408.4M 0 0 12 51.75M 0 3.65M 01:51 00:14 01:37 1.40M 13 408.4M 0 0 13 53.37M 0 3.51M 01:56 00:15 01:41 1.47M 13 408.4M 0 0 13 55.06M 0 3.40M 02:00 00:16 01:44 1.53M 13 408.4M 0 0 13 56.93M 0 3.30M 02:03 00:17 01:46 1.62M 14 408.4M 0 0 14 59.12M 0 3.24M 02:05 00:18 01:47 1.76M 15 408.4M 0 0 15 61.81M 0 3.21M 02:07 00:19 01:48 1.98M 15 408.4M 0 0 15 65.31M 0 3.22M 02:06 00:20 01:46 2.35M 17 408.4M 0 0 17 69.81M 0 3.28M 02:04 00:21 01:43 2.90M 18 408.4M 0 0 18 75.87M 0 3.40M 01:59 00:22 01:37 3.75M 20 408.4M 0 0 20 83.43M 0 3.58M 01:53 00:23 01:30 4.82M 22 408.4M 0 0 22 92.81M 0 3.82M 01:46 00:24 01:22 6.16M 25 408.4M 0 0 25 104.6M 0 4.13M 01:38 00:25 01:13 7.83M 29 408.4M 0 0 29 119.1M 0 4.53M 01:30 00:26 01:04 9.84M 32 408.4M 0 0 32 133.3M 0 4.88M 01:23 00:27 00:56 11.45M 35 408.4M 0 0 35 146.9M 0 5.19M 01:18 00:28 00:50 12.66M 39 408.4M 0 0 39 161.7M 0 5.52M 01:13 00:29 00:44 13.75M 43 408.4M 0 0 43 177.3M 0 5.85M 01:09 00:30 00:39 14.52M 47 408.4M 0 0 47 193.6M 0 6.18M 01:05 00:31 00:34 14.86M 51 408.4M 0 0 51 210.3M 0 6.51M 01:02 00:32 00:30 15.38M 55 408.4M 0 0 55 227.3M 0 6.83M 00:59 00:33 00:26 16.06M 56 408.4M 0 0 56 232.7M 0 6.78M 01:00 00:34 00:26 14.17M 58 408.4M 0 0 58 239.1M 0 6.77M 01:00 00:35 00:25 12.32M 59 408.4M 0 0 59 245.0M 0 6.75M 01:00 00:36 00:24 10.26M 61 408.4M 0 0 61 250.1M 0 6.70M 01:00 00:37 00:23 7.95M 62 408.4M 0 0 62 255.7M 0 6.67M 01:01 00:38 00:23 5.65M 64 408.4M 0 0 64 261.5M 0 6.64M 01:01 00:39 00:22 5.70M 65 408.4M 0 0 65 267.3M 0 6.62M 01:01 00:40 00:21 5.58M 66 408.4M 0 0 66 273.1M 0 6.60M 01:01 00:41 00:20 5.56M 68 408.4M 0 0 68 279.0M 0 6.58M 01:01 00:42 00:19 5.70M 69 408.4M 0 0 69 284.1M 0 6.55M 01:02 00:43 00:19 5.63M 70 408.4M 0 0 70 288.5M 0 6.50M 01:02 00:44 00:18 5.38M 71 408.4M 0 0 71 293.6M 0 6.47M 01:03 00:45 00:18 5.24M 73 408.4M 0 0 73 299.0M 0 6.45M 01:03 00:46 00:17 5.16M 74 408.4M 0 0 74 304.6M 0 6.43M 01:03 00:47 00:16 5.11M 75 408.4M 0 0 75 310.4M 0 6.41M 01:03 00:48 00:15 5.23M 77 408.4M 0 0 77 316.3M 0 6.40M 01:03 00:49 00:14 5.51M 78 408.4M 0 0 78 322.1M 0 6.39M 01:03 00:50 00:13 5.67M 80 408.4M 0 0 80 328.0M 0 6.38M 01:04 00:51 00:13 5.74M 81 408.4M 0 0 81 333.8M 0 6.37M 01:04 00:52 00:12 5.79M 83 408.4M 0 0 83 339.6M 0 6.36M 01:04 00:53 00:11 5.81M 84 408.4M 0 0 84 345.8M 0 6.35M 01:04 00:54 00:10 5.88M 86 408.4M 0 0 86 352.4M 0 6.36M 01:04 00:55 00:09 6.03M 87 408.4M 0 0 87 359.4M 0 6.37M 01:04 00:56 00:08 6.27M 89 408.4M 0 0 89 367.2M 0 6.39M 01:03 00:57 00:06 6.67M 92 408.4M 0 0 92 376.0M 0 6.43M 01:03 00:58 00:05 7.25M 94 408.4M 0 0 94 384.1M 0 6.46M 01:03 00:59 00:04 7.62M 95 408.4M 0 0 95 392.0M 0 6.48M 01:02 01:00 00:02 7.88M 98 408.4M 0 0 98 400.6M 0 6.52M 01:02 01:01 00:01 8.19M* upload completely sent off: 428332914 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: dVHwZ3R01ZCiJySKPzMnOX0xH8lwx0E4MRGYDo3h0sTCzl2NIz4yqx6PLsdPLaFxi/I8eDEbpbkvyjuxEyqebIUlLobLsSsp < x-amz-request-id: 9A0DXPD1A6HRHXZ3 < Date: Fri, 22 May 2026 17:13:59 GMT < x-amz-server-side-encryption: AES256 < ETag: "ed60f505447edc9af77966b2d1af0187" < x-amz-checksum-crc64nvme: hqNnrS2+iZw= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 408.4M 0 0 100 408.4M 0 6.52M 01:02 01:02 7.95M 100 408.4M 0 0 100 408.4M 0 6.52M 01:02 01:02 7.95M 100 408.4M 0 0 100 408.4M 0 6.52M 01:02 01:02 7.95M 100 408.4M 0 0 100 408.4M 0 6.52M 01:02 01:02 7.95M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 93.92 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.121, 52.92.0.80, 3.5.65.124, 3.5.66.1, 52.92.1.0, 3.5.75.88, 3.5.75.1, 3.5.64.167 * Trying 3.5.75.121: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.121 port 443) from 10.17.4.7 port 51486 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/2ccfd829-86c5-403a-b22a-c43db1840913.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEFYaCWV1LXdlc3QtMSJHMEUCIBAEureYzkwkqSi9xMRnMxkdzKEl163b%2Fww6YKTbDYasAiEAyU1Ht7NNy5N6ooXqSbpn2dDn60qgN0SNecmji3131isqugUIHhAAGgw4MzU0OTQ3NTMxMjYiDFiKZBFwGadVcZ82oiqXBd%2Bfvp%2FJ5jA18uhUGfjx%2FMPa0VvFCugTXZd6wNWL1BKxKxATtOV%2BJHxz%2BXw%2BFik6fTqTkkJLx%2FyOeIbGmDcIN6ss%2BeYRExY9PPRfHD5HsmfyEN8ymqjt%2F3hXyLzvp01O9hCN80vFv50H0dB4%2BAvZUu41f55hJ6XRRAbgqKByBp9INGJUTCyG2xfz8K9XG%2BBEARsFzPyoF4mkJepsIhGaM0ddoxlspPb2mywPARSVY9BSccOjgKHvAua9n6IDwja2LsW9JCbzuwxpDw6LaIm7eK%2FvHkAq%2FpxEfEESYT0JQ7fgKtSjz7LO%2BctldPhtDeoVe%2BFs7SBi3a8LXWn%2F5aBFj6n7onCRX9Tf3lt2AD3rWzLghEaOf3Mw10qvmbHcOXz9GIqEJOTUpDi0ufJBG6WtJLBiE%2BhnQlkwd0d5d67v%2Fp6yVDUNJpifxt0Ce0K%2BlB2XdA0d3CpKjdueViAoISZwV26TJ2km9JtK81kxFCzh84eDqFR6hCopbzM7lMzNQS8CdAvsIle0OeTqmJ7TftEv4mfnqxPdCZN5J5JJAJBGNZ4f4E11a5kF7qmQViC1BrOI1RhYJv7xBEEJGZcvUY%2FOjTaj9wHdxH4%2FX8eI2Vn6s6sQ%2BhhgB6xKl%2ByRVm6%2FzZkZ8%2BtL7xU4l%2FD3izIXo3cxZ1YX%2BBcpkLMdmKaiwcyczl9Wbtek6EZkY%2FZSC6987%2FeyUwP3uXJFD4ciZ9UvEDpefw2vQ1kqlT0pJlmjzzonABAe6f%2F5Iwf%2FvgOUMK8mzRiVJGOC0WXsFCwnkak5Yi8PtNYRdnZ7IPBt%2FPGftauMN0N%2FaWNMFh9f7R59eYoM2ve3cHw%2BV0i%2Fg0Yk%2BE9bPrnUMziyQMPF5D5AVLGBuR4JyoVtPq5PWlYNbzC4rsHQBjqxAT6l72WpYc6u8ug%2BbaNUVnhERULx2EScuSb%2FKmWHO0rjF5VFrl4DMbKFye8vGd%2BYIdG0q8AEJFHseyumO%2FDL2Gkph9vkTekjytkmWv2raHbbIXL5SmO%2F7bQkIy7YLWvtVGbtv7zi9I0D6Pq1vXNItrmGxZSVgoaM7eai4bxf1YgdwfFjNg6NtYX6V8sBW6cPM62hX1QKFEPP6plqzVl9B47PVpq2n3Qd0ujY5syEDbWRnA%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260522T171501Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTDXMN2FNK%2F20260522%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=d5f50d1e1433d2f6d5bbefb865e1fbac3cc6344f6ba6f6569780af986be61886 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 67379167 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 5 64.25M 0 0 5 3.50M 0 3.25M 00:19 00:01 00:18 3.25M 17 64.25M 0 0 17 11.37M 0 5.48M 00:11 00:02 00:09 5.47M 30 64.25M 0 0 30 19.50M 0 6.32M 00:10 00:03 00:07 6.32M 44 64.25M 0 0 44 28.31M 0 6.93M 00:09 00:04 00:05 6.93M 58 64.25M 0 0 58 37.68M 0 7.41M 00:08 00:05 00:03 7.41M 73 64.25M 0 0 73 47.31M 0 7.77M 00:08 00:06 00:02 8.74M 88 64.25M 0 0 88 56.75M 0 8.00M 00:08 00:07 00:01 9.05M 99 64.25M 0 0 99 64.06M 0 7.91M 00:08 00:08 8.89M* upload completely sent off: 67379167 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: t+xTrnQkl9jcWXNR0kw6dTAuSJl5F+R5ugwjRPRRX3KzCtZVq4KfEO50cheTFVlNvJwvaJlGLw2wM3OfE1UvpVas6jR07bek < x-amz-request-id: 76TPT4AFJSD8YS8G < Date: Fri, 22 May 2026 17:15:07 GMT < x-amz-server-side-encryption: AES256 < ETag: "2c605f6d87b07a6a75aee24ec1647aed" < x-amz-checksum-crc64nvme: kmZbl26XyE4= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 64.25M 0 0 100 64.25M 0 7.57M 00:08 00:08 8.89M 100 64.25M 0 0 100 64.25M 0 7.57M 00:08 00:08 8.89M 100 64.25M 0 0 100 64.25M 0 7.57M 00:08 00:08 8.89M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 13.76 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.72.92, 3.5.74.8, 3.5.68.117, 3.5.66.0, 3.5.74.44, 52.92.36.88, 3.5.73.74, 3.5.68.133 * Trying 3.5.72.92: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.72.92 port 443) from 10.17.4.7 port 39556 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/52bc569a-53cf-401a-b245-4c066ef59d56.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEFYaCWV1LXdlc3QtMSJHMEUCIBAEureYzkwkqSi9xMRnMxkdzKEl163b%2Fww6YKTbDYasAiEAyU1Ht7NNy5N6ooXqSbpn2dDn60qgN0SNecmji3131isqugUIHhAAGgw4MzU0OTQ3NTMxMjYiDFiKZBFwGadVcZ82oiqXBd%2Bfvp%2FJ5jA18uhUGfjx%2FMPa0VvFCugTXZd6wNWL1BKxKxATtOV%2BJHxz%2BXw%2BFik6fTqTkkJLx%2FyOeIbGmDcIN6ss%2BeYRExY9PPRfHD5HsmfyEN8ymqjt%2F3hXyLzvp01O9hCN80vFv50H0dB4%2BAvZUu41f55hJ6XRRAbgqKByBp9INGJUTCyG2xfz8K9XG%2BBEARsFzPyoF4mkJepsIhGaM0ddoxlspPb2mywPARSVY9BSccOjgKHvAua9n6IDwja2LsW9JCbzuwxpDw6LaIm7eK%2FvHkAq%2FpxEfEESYT0JQ7fgKtSjz7LO%2BctldPhtDeoVe%2BFs7SBi3a8LXWn%2F5aBFj6n7onCRX9Tf3lt2AD3rWzLghEaOf3Mw10qvmbHcOXz9GIqEJOTUpDi0ufJBG6WtJLBiE%2BhnQlkwd0d5d67v%2Fp6yVDUNJpifxt0Ce0K%2BlB2XdA0d3CpKjdueViAoISZwV26TJ2km9JtK81kxFCzh84eDqFR6hCopbzM7lMzNQS8CdAvsIle0OeTqmJ7TftEv4mfnqxPdCZN5J5JJAJBGNZ4f4E11a5kF7qmQViC1BrOI1RhYJv7xBEEJGZcvUY%2FOjTaj9wHdxH4%2FX8eI2Vn6s6sQ%2BhhgB6xKl%2ByRVm6%2FzZkZ8%2BtL7xU4l%2FD3izIXo3cxZ1YX%2BBcpkLMdmKaiwcyczl9Wbtek6EZkY%2FZSC6987%2FeyUwP3uXJFD4ciZ9UvEDpefw2vQ1kqlT0pJlmjzzonABAe6f%2F5Iwf%2FvgOUMK8mzRiVJGOC0WXsFCwnkak5Yi8PtNYRdnZ7IPBt%2FPGftauMN0N%2FaWNMFh9f7R59eYoM2ve3cHw%2BV0i%2Fg0Yk%2BE9bPrnUMziyQMPF5D5AVLGBuR4JyoVtPq5PWlYNbzC4rsHQBjqxAT6l72WpYc6u8ug%2BbaNUVnhERULx2EScuSb%2FKmWHO0rjF5VFrl4DMbKFye8vGd%2BYIdG0q8AEJFHseyumO%2FDL2Gkph9vkTekjytkmWv2raHbbIXL5SmO%2F7bQkIy7YLWvtVGbtv7zi9I0D6Pq1vXNItrmGxZSVgoaM7eai4bxf1YgdwfFjNg6NtYX6V8sBW6cPM62hX1QKFEPP6plqzVl9B47PVpq2n3Qd0ujY5syEDbWRnA%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260522T171515Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTDXMN2FNK%2F20260522%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=041dec250ee69908cd14f8d4ab8024a048f1d93eabe589b7eb0cd454c491da54 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 648776576 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 618.7M 0 0 0 832.0k 0 783.6k 13:28 00:01 13:27 784.1k 1 618.7M 0 0 1 7.81M 0 3.77M 02:43 00:02 02:41 3.77M 2 618.7M 0 0 2 14.68M 0 4.78M 02:09 00:03 02:06 4.78M 3 618.7M 0 0 3 22.25M 0 5.46M 01:53 00:04 01:49 5.46M 4 618.7M 0 0 4 30.31M 0 5.97M 01:43 00:05 01:38 5.97M 6 618.7M 0 0 6 38.68M 0 6.36M 01:37 00:06 01:31 7.54M 7 618.7M 0 0 7 47.18M 0 6.66M 01:32 00:07 01:25 7.85M 9 618.7M 0 0 9 55.75M 0 6.89M 01:29 00:08 01:21 8.18M 10 618.7M 0 0 10 62.93M 0 6.91M 01:29 00:09 01:20 8.09M 11 618.7M 0 0 11 69.93M 0 6.92M 01:29 00:10 01:19 7.88M 12 618.7M 0 0 12 77.56M 0 6.98M 01:28 00:11 01:17 7.73M 13 618.7M 0 0 13 85.68M 0 7.07M 01:27 00:12 01:15 7.66M 15 618.7M 0 0 15 94.12M 0 7.17M 01:26 00:13 01:13 7.63M 16 618.7M 0 0 16 102.6M 0 7.26M 01:25 00:14 01:11 7.90M 17 618.7M 0 0 17 111.2M 0 7.35M 01:24 00:15 01:09 8.22M 19 618.7M 0 0 19 119.9M 0 7.43M 01:23 00:16 01:07 8.43M 20 618.7M 0 0 20 128.5M 0 7.50M 01:22 00:17 01:05 8.53M 22 618.7M 0 0 22 137.2M 0 7.56M 01:21 00:18 01:03 8.58M 23 618.7M 0 0 23 146.0M 0 7.62M 01:21 00:19 01:02 8.64M 25 618.7M 0 0 25 154.9M 0 7.69M 01:20 00:20 01:00 8.71M 26 618.7M 0 0 26 164.1M 0 7.76M 01:19 00:21 00:58 8.82M 28 618.7M 0 0 28 173.7M 0 7.84M 01:18 00:22 00:56 9.02M 29 618.7M 0 0 29 184.0M 0 7.95M 01:17 00:23 00:54 9.33M 31 618.7M 0 0 31 194.9M 0 8.07M 01:16 00:24 00:52 9.76M 32 618.7M 0 0 32 203.6M 0 8.09M 01:16 00:25 00:51 9.71M 34 618.7M 0 0 34 213.2M 0 8.15M 01:15 00:26 00:49 9.79M 36 618.7M 0 0 36 223.5M 0 8.23M 01:15 00:27 00:48 9.93M 37 618.7M 0 0 37 234.4M 0 8.32M 01:14 00:28 00:46 10.04M 39 618.7M 0 0 39 245.6M 0 8.42M 01:13 00:29 00:44 10.11M 41 618.7M 0 0 41 257.0M 0 8.51M 01:12 00:30 00:42 10.64M 43 618.7M 0 0 43 268.5M 0 8.61M 01:11 00:31 00:40 11.02M 45 618.7M 0 0 45 280.0M 0 8.70M 01:11 00:32 00:39 11.27M 47 618.7M 0 0 47 291.5M 0 8.78M 01:10 00:33 00:37 11.40M 48 618.7M 0 0 48 303.0M 0 8.86M 01:09 00:34 00:35 11.46M 50 618.7M 0 0 50 314.6M 0 8.94M 01:09 00:35 00:34 11.52M 52 618.7M 0 0 52 326.3M 0 9.02M 01:08 00:36 00:32 11.55M 54 618.7M 0 0 54 338.3M 0 9.09M 01:07 00:37 00:30 11.63M 56 618.7M 0 0 56 350.6M 0 9.18M 01:07 00:38 00:29 11.80M 58 618.7M 0 0 58 363.5M 0 9.27M 01:06 00:39 00:27 12.07M 60 618.7M 0 0 60 377.2M 0 9.38M 01:05 00:40 00:25 12.48M 63 618.7M 0 0 63 391.9M 0 9.51M 01:05 00:41 00:24 13.08M 65 618.7M 0 0 65 408.0M 0 9.67M 01:03 00:42 00:21 13.90M 68 618.7M 0 0 68 425.6M 0 9.85M 01:02 00:43 00:19 14.97M 71 618.7M 0 0 71 445.3M 0 10.07M 01:01 00:44 00:17 16.34M 75 618.7M 0 0 75 467.2M 0 10.33M 00:59 00:45 00:14 17.98M 79 618.7M 0 0 79 492.0M 0 10.65M 00:58 00:46 00:12 20.00M 80 618.7M 0 0 80 499.1M 0 10.57M 00:58 00:47 00:11 18.20M 82 618.7M 0 0 82 508.6M 0 10.55M 00:58 00:48 00:10 16.58M 83 618.7M 0 0 83 519.0M 0 10.54M 00:58 00:49 00:09 14.70M 85 618.7M 0 0 85 529.5M 0 10.54M 00:58 00:50 00:08 12.44M 87 618.7M 0 0 87 540.4M 0 10.55M 00:58 00:51 00:07 9.66M 89 618.7M 0 0 89 551.3M 0 10.56M 00:58 00:52 00:06 10.43M 90 618.7M 0 0 90 562.4M 0 10.57M 00:58 00:53 00:05 10.73M 92 618.7M 0 0 92 573.4M 0 10.57M 00:58 00:54 00:04 10.86M 94 618.7M 0 0 94 582.2M 0 10.54M 00:58 00:55 00:03 10.51M 95 618.7M 0 0 95 591.2M 0 10.51M 00:58 00:56 00:02 10.13M 97 618.7M 0 0 97 601.0M 0 10.50M 00:58 00:57 00:01 9.90M 98 618.7M 0 0 98 611.2M 0 10.49M 00:58 00:58 9.74M* upload completely sent off: 648776576 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: ryOup38gNLz+9znjuHcbjvZ4BO4omUcLxe8+cmR87meiZAWQrpVD84C4Gongw6VtEs2unuoitQrtb4JiR5OLtrl0uCDk+Hk2 < x-amz-request-id: J0C6KCR0QTG1H94B < Date: Fri, 22 May 2026 17:16:11 GMT < x-amz-server-side-encryption: AES256 < ETag: "9ede633a5f917e4ba7f957c7583ad1a2" < x-amz-checksum-crc64nvme: g5/RG1mz/ZU= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 618.7M 0 0 100 618.7M 0 10.45M 00:59 00:59 9.74M 100 618.7M 0 0 100 618.7M 0 10.45M 00:59 00:59 9.74M 100 618.7M 0 0 100 618.7M 0 10.45M 00:59 00:59 9.74M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 113.53 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: 3.5.73.52, 3.5.75.69, 3.5.74.44, 3.5.73.44, 52.92.2.128, 3.5.64.201, 3.5.66.7, 3.5.70.110 * Trying 3.5.73.52: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_CHACHA20_POLY1305_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.73.52 port 443) from 10.17.4.7 port 51084 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/e0c7a0c5-f772-4261-8c7a-e873d143241f.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEFYaCWV1LXdlc3QtMSJHMEUCIBAEureYzkwkqSi9xMRnMxkdzKEl163b%2Fww6YKTbDYasAiEAyU1Ht7NNy5N6ooXqSbpn2dDn60qgN0SNecmji3131isqugUIHhAAGgw4MzU0OTQ3NTMxMjYiDFiKZBFwGadVcZ82oiqXBd%2Bfvp%2FJ5jA18uhUGfjx%2FMPa0VvFCugTXZd6wNWL1BKxKxATtOV%2BJHxz%2BXw%2BFik6fTqTkkJLx%2FyOeIbGmDcIN6ss%2BeYRExY9PPRfHD5HsmfyEN8ymqjt%2F3hXyLzvp01O9hCN80vFv50H0dB4%2BAvZUu41f55hJ6XRRAbgqKByBp9INGJUTCyG2xfz8K9XG%2BBEARsFzPyoF4mkJepsIhGaM0ddoxlspPb2mywPARSVY9BSccOjgKHvAua9n6IDwja2LsW9JCbzuwxpDw6LaIm7eK%2FvHkAq%2FpxEfEESYT0JQ7fgKtSjz7LO%2BctldPhtDeoVe%2BFs7SBi3a8LXWn%2F5aBFj6n7onCRX9Tf3lt2AD3rWzLghEaOf3Mw10qvmbHcOXz9GIqEJOTUpDi0ufJBG6WtJLBiE%2BhnQlkwd0d5d67v%2Fp6yVDUNJpifxt0Ce0K%2BlB2XdA0d3CpKjdueViAoISZwV26TJ2km9JtK81kxFCzh84eDqFR6hCopbzM7lMzNQS8CdAvsIle0OeTqmJ7TftEv4mfnqxPdCZN5J5JJAJBGNZ4f4E11a5kF7qmQViC1BrOI1RhYJv7xBEEJGZcvUY%2FOjTaj9wHdxH4%2FX8eI2Vn6s6sQ%2BhhgB6xKl%2ByRVm6%2FzZkZ8%2BtL7xU4l%2FD3izIXo3cxZ1YX%2BBcpkLMdmKaiwcyczl9Wbtek6EZkY%2FZSC6987%2FeyUwP3uXJFD4ciZ9UvEDpefw2vQ1kqlT0pJlmjzzonABAe6f%2F5Iwf%2FvgOUMK8mzRiVJGOC0WXsFCwnkak5Yi8PtNYRdnZ7IPBt%2FPGftauMN0N%2FaWNMFh9f7R59eYoM2ve3cHw%2BV0i%2Fg0Yk%2BE9bPrnUMziyQMPF5D5AVLGBuR4JyoVtPq5PWlYNbzC4rsHQBjqxAT6l72WpYc6u8ug%2BbaNUVnhERULx2EScuSb%2FKmWHO0rjF5VFrl4DMbKFye8vGd%2BYIdG0q8AEJFHseyumO%2FDL2Gkph9vkTekjytkmWv2raHbbIXL5SmO%2F7bQkIy7YLWvtVGbtv7zi9I0D6Pq1vXNItrmGxZSVgoaM7eai4bxf1YgdwfFjNg6NtYX6V8sBW6cPM62hX1QKFEPP6plqzVl9B47PVpq2n3Qd0ujY5syEDbWRnA%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260522T171709Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTDXMN2FNK%2F20260522%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=bc872fcc6e5ab366a85355e1ead702afeb5706530ee8138d25ee02dc0cd9c351 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 61742611 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 4 58.88M 0 0 4 2.68M 0 2.59M 00:22 00:01 00:21 2.59M 12 58.88M 0 0 12 7.43M 0 3.65M 00:16 00:02 00:14 3.65M 21 58.88M 0 0 21 12.37M 0 4.06M 00:14 00:03 00:11 4.06M 27 58.88M 0 0 27 16.37M 0 4.04M 00:14 00:04 00:10 4.04M 34 58.88M 0 0 34 20.50M 0 4.04M 00:14 00:05 00:09 4.04M 41 58.88M 0 0 41 24.50M 0 4.04M 00:14 00:06 00:08 4.33M 47 58.88M 0 0 47 27.81M 0 3.92M 00:15 00:07 00:08 4.03M 53 58.88M 0 0 53 31.37M 0 3.87M 00:15 00:08 00:07 3.75M 59 58.88M 0 0 59 35.00M 0 3.84M 00:15 00:09 00:06 3.68M 65 58.88M 0 0 65 38.62M 0 3.81M 00:15 00:10 00:05 3.57M 70 58.88M 0 0 70 41.50M 0 3.72M 00:15 00:11 00:04 3.34M 75 58.88M 0 0 75 44.75M 0 3.68M 00:15 00:12 00:03 3.34M 82 58.88M 0 0 82 48.31M 0 3.67M 00:16 00:13 00:03 3.34M 88 58.88M 0 0 88 51.93M 0 3.66M 00:16 00:14 00:02 3.34M 94 58.88M 0 0 94 55.62M 0 3.66M 00:16 00:15 00:01 3.37M* upload completely sent off: 61742611 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: DClMUNCwhtO/nE5qY55EICWpYRgYJoLH7rpTlVppF5WKrx9c4HT3V7udSyvipXXb6XYJK8EuhjniX4EczPQfZhxpBF5kapVS < x-amz-request-id: NY2YD6XY1ZPX2SN1 < Date: Fri, 22 May 2026 17:17:15 GMT < x-amz-server-side-encryption: AES256 < ETag: "e2ac0caa01c27e0136579a555fa18087" < x-amz-checksum-crc64nvme: 7+SSzkET5zc= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 58.88M 0 0 100 58.88M 0 3.53M 00:16 00:16 3.15M 100 58.88M 0 0 100 58.88M 0 3.53M 00:16 00:16 3.15M 100 58.88M 0 0 100 58.88M 0 3.53M 00:16 00:16 3.15M 100 58.88M 0 0 100 58.88M 0 3.53M 00:16 00:16 3.15M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 21.51 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: 3.5.74.34, 3.5.72.123, 3.5.74.86, 52.92.2.248, 3.5.72.107, 3.5.71.108, 3.5.71.125, 3.5.66.27 * Trying 3.5.74.34: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.74.34 port 443) from 10.17.4.7 port 57708 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/20cca55a-c0db-43d1-9876-7ee1721c7ddd.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEFYaCWV1LXdlc3QtMSJHMEUCIBAEureYzkwkqSi9xMRnMxkdzKEl163b%2Fww6YKTbDYasAiEAyU1Ht7NNy5N6ooXqSbpn2dDn60qgN0SNecmji3131isqugUIHhAAGgw4MzU0OTQ3NTMxMjYiDFiKZBFwGadVcZ82oiqXBd%2Bfvp%2FJ5jA18uhUGfjx%2FMPa0VvFCugTXZd6wNWL1BKxKxATtOV%2BJHxz%2BXw%2BFik6fTqTkkJLx%2FyOeIbGmDcIN6ss%2BeYRExY9PPRfHD5HsmfyEN8ymqjt%2F3hXyLzvp01O9hCN80vFv50H0dB4%2BAvZUu41f55hJ6XRRAbgqKByBp9INGJUTCyG2xfz8K9XG%2BBEARsFzPyoF4mkJepsIhGaM0ddoxlspPb2mywPARSVY9BSccOjgKHvAua9n6IDwja2LsW9JCbzuwxpDw6LaIm7eK%2FvHkAq%2FpxEfEESYT0JQ7fgKtSjz7LO%2BctldPhtDeoVe%2BFs7SBi3a8LXWn%2F5aBFj6n7onCRX9Tf3lt2AD3rWzLghEaOf3Mw10qvmbHcOXz9GIqEJOTUpDi0ufJBG6WtJLBiE%2BhnQlkwd0d5d67v%2Fp6yVDUNJpifxt0Ce0K%2BlB2XdA0d3CpKjdueViAoISZwV26TJ2km9JtK81kxFCzh84eDqFR6hCopbzM7lMzNQS8CdAvsIle0OeTqmJ7TftEv4mfnqxPdCZN5J5JJAJBGNZ4f4E11a5kF7qmQViC1BrOI1RhYJv7xBEEJGZcvUY%2FOjTaj9wHdxH4%2FX8eI2Vn6s6sQ%2BhhgB6xKl%2ByRVm6%2FzZkZ8%2BtL7xU4l%2FD3izIXo3cxZ1YX%2BBcpkLMdmKaiwcyczl9Wbtek6EZkY%2FZSC6987%2FeyUwP3uXJFD4ciZ9UvEDpefw2vQ1kqlT0pJlmjzzonABAe6f%2F5Iwf%2FvgOUMK8mzRiVJGOC0WXsFCwnkak5Yi8PtNYRdnZ7IPBt%2FPGftauMN0N%2FaWNMFh9f7R59eYoM2ve3cHw%2BV0i%2Fg0Yk%2BE9bPrnUMziyQMPF5D5AVLGBuR4JyoVtPq5PWlYNbzC4rsHQBjqxAT6l72WpYc6u8ug%2BbaNUVnhERULx2EScuSb%2FKmWHO0rjF5VFrl4DMbKFye8vGd%2BYIdG0q8AEJFHseyumO%2FDL2Gkph9vkTekjytkmWv2raHbbIXL5SmO%2F7bQkIy7YLWvtVGbtv7zi9I0D6Pq1vXNItrmGxZSVgoaM7eai4bxf1YgdwfFjNg6NtYX6V8sBW6cPM62hX1QKFEPP6plqzVl9B47PVpq2n3Qd0ujY5syEDbWRnA%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260522T171731Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTDXMN2FNK%2F20260522%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=e207201aa7efdc878d2426daae76c354dff465c83db97ea220c75586606137ff HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 590429365 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 563.0M 0 0 0 1.68M 0 1.68M 05:34 00:01 05:33 1.68M 1 563.0M 0 0 1 6.93M 0 3.44M 02:43 00:02 02:41 3.44M 2 563.0M 0 0 2 12.93M 0 4.27M 02:11 00:03 02:08 4.27M 3 563.0M 0 0 3 19.31M 0 4.78M 01:57 00:04 01:53 4.78M 4 563.0M 0 0 4 25.93M 0 5.14M 01:49 00:05 01:44 5.14M 5 563.0M 0 0 5 31.50M 0 5.20M 01:48 00:06 01:42 5.91M 6 563.0M 0 0 6 36.68M 0 5.20M 01:48 00:07 01:41 5.90M 7 563.0M 0 0 7 42.12M 0 5.23M 01:47 00:08 01:39 5.81M 8 563.0M 0 0 8 47.81M 0 5.27M 01:46 00:09 01:37 5.67M 9 563.0M 0 0 9 53.56M 0 5.32M 01:45 00:10 01:35 5.49M 10 563.0M 0 0 10 59.31M 0 5.35M 01:45 00:11 01:34 5.53M 11 563.0M 0 0 11 65.00M 0 5.38M 01:44 00:12 01:32 5.64M 12 563.0M 0 0 12 70.75M 0 5.40M 01:44 00:13 01:31 5.69M 13 563.0M 0 0 13 76.50M 0 5.43M 01:43 00:14 01:29 5.70M 14 563.0M 0 0 14 82.50M 0 5.46M 01:43 00:15 01:28 5.75M 15 563.0M 0 0 15 88.81M 0 5.51M 01:42 00:16 01:26 5.86M 16 563.0M 0 0 16 93.81M 0 5.48M 01:42 00:17 01:25 5.72M 17 563.0M 0 0 17 99.31M 0 5.48M 01:42 00:18 01:24 5.68M 18 563.0M 0 0 18 105.2M 0 5.50M 01:42 00:19 01:23 5.71M 19 563.0M 0 0 19 111.5M 0 5.54M 01:41 00:20 01:21 5.77M 20 563.0M 0 0 20 118.0M 0 5.58M 01:40 00:21 01:19 5.80M 22 563.0M 0 0 22 124.5M 0 5.62M 01:40 00:22 01:18 6.10M 23 563.0M 0 0 23 130.9M 0 5.65M 01:39 00:23 01:16 6.29M 24 563.0M 0 0 24 137.4M 0 5.69M 01:38 00:24 01:14 6.40M 25 563.0M 0 0 25 143.9M 0 5.72M 01:38 00:25 01:13 6.45M 26 563.0M 0 0 26 150.5M 0 5.75M 01:37 00:26 01:11 6.49M 27 563.0M 0 0 27 157.3M 0 5.79M 01:37 00:27 01:10 6.54M 29 563.0M 0 0 29 164.3M 0 5.83M 01:36 00:28 01:08 6.66M 30 563.0M 0 0 30 171.8M 0 5.89M 01:35 00:29 01:06 6.85M 31 563.0M 0 0 31 179.8M 0 5.96M 01:34 00:30 01:04 7.16M 33 563.0M 0 0 33 186.1M 0 5.97M 01:34 00:31 01:03 7.10M 34 563.0M 0 0 34 193.3M 0 6.00M 01:33 00:32 01:01 7.17M 35 563.0M 0 0 35 201.0M 0 6.05M 01:32 00:33 00:59 7.29M 37 563.0M 0 0 37 209.0M 0 6.11M 01:32 00:34 00:58 7.41M 38 563.0M 0 0 38 217.2M 0 6.17M 01:31 00:35 00:56 7.45M 40 563.0M 0 0 40 225.6M 0 6.23M 01:30 00:36 00:54 7.87M 41 563.0M 0 0 41 234.1M 0 6.29M 01:29 00:37 00:52 8.15M 43 563.0M 0 0 43 242.6M 0 6.35M 01:28 00:38 00:50 8.30M 44 563.0M 0 0 44 251.0M 0 6.40M 01:27 00:39 00:48 8.38M 46 563.0M 0 0 46 259.5M 0 6.45M 01:27 00:40 00:47 8.42M 47 563.0M 0 0 47 268.0M 0 6.50M 01:26 00:41 00:45 8.43M 49 563.0M 0 0 49 276.8M 0 6.56M 01:25 00:42 00:43 8.50M 50 563.0M 0 0 50 286.0M 0 6.62M 01:25 00:43 00:42 8.66M 52 563.0M 0 0 52 295.6M 0 6.68M 01:24 00:44 00:40 8.90M 54 563.0M 0 0 54 306.0M 0 6.77M 01:23 00:45 00:38 9.28M 56 563.0M 0 0 56 317.3M 0 6.87M 01:21 00:46 00:35 9.86M 58 563.0M 0 0 58 330.0M 0 6.99M 01:20 00:47 00:33 10.61M 61 563.0M 0 0 61 344.3M 0 7.14M 01:18 00:48 00:30 11.64M 64 563.0M 0 0 64 360.5M 0 7.32M 01:16 00:49 00:27 12.95M 67 563.0M 0 0 67 379.0M 0 7.55M 01:14 00:50 00:24 14.59M 71 563.0M 0 0 71 399.8M 0 7.80M 01:12 00:51 00:21 16.32M 72 563.0M 0 0 72 409.3M 0 7.83M 01:11 00:52 00:19 15.72M 74 563.0M 0 0 74 417.9M 0 7.84M 01:11 00:53 00:18 14.55M 75 563.0M 0 0 75 425.3M 0 7.83M 01:11 00:54 00:17 12.80M 76 563.0M 0 0 76 431.6M 0 7.80M 01:12 00:55 00:17 10.36M 77 563.0M 0 0 77 435.8M 0 7.74M 01:12 00:56 00:16 7.15M 78 563.0M 0 0 78 440.2M 0 7.68M 01:13 00:57 00:16 6.12M 78 563.0M 0 0 78 444.5M 0 7.62M 01:13 00:58 00:15 5.26M 79 563.0M 0 0 79 448.3M 0 7.55M 01:14 00:59 00:15 4.54M 80 563.0M 0 0 80 451.7M 0 7.48M 01:15 01:00 00:15 3.95M 80 563.0M 0 0 80 454.6M 0 7.40M 01:16 01:01 00:15 3.69M 81 563.0M 0 0 81 457.5M 0 7.33M 01:16 01:02 00:14 3.39M 81 563.0M 0 0 81 459.9M 0 7.25M 01:17 01:03 00:14 3.01M 82 563.0M 0 0 82 462.4M 0 7.17M 01:18 01:04 00:14 2.76M 82 563.0M 0 0 82 465.0M 0 7.10M 01:19 01:05 00:14 2.61M 83 563.0M 0 0 83 467.6M 0 7.03M 01:19 01:06 00:13 2.57M 83 563.0M 0 0 83 470.3M 0 6.97M 01:20 01:07 00:13 2.51M 84 563.0M 0 0 84 473.0M 0 6.90M 01:21 01:08 00:13 2.57M 84 563.0M 0 0 84 475.7M 0 6.84M 01:22 01:09 00:13 2.61M 85 563.0M 0 0 85 478.6M 0 6.78M 01:22 01:10 00:12 2.66M 85 563.0M 0 0 85 481.8M 0 6.73M 01:23 01:11 00:12 2.77M 86 563.0M 0 0 86 485.4M 0 6.69M 01:24 01:12 00:12 2.97M 86 563.0M 0 0 86 489.6M 0 6.65M 01:24 01:13 00:11 3.29M 87 563.0M 0 0 87 494.8M 0 6.63M 01:24 01:14 00:10 3.78M 88 563.0M 0 0 88 501.0M 0 6.63M 01:24 01:15 00:09 4.44M 90 563.0M 0 0 90 508.7M 0 6.64M 01:24 01:16 00:08 5.36M 92 563.0M 0 0 92 518.3M 0 6.68M 01:24 01:17 00:07 6.54M 94 563.0M 0 0 94 529.9M 0 6.74M 01:23 01:18 00:05 8.02M 96 563.0M 0 0 96 544.1M 0 6.84M 01:22 01:19 00:03 9.84M 99 563.0M 0 0 99 560.1M 0 6.95M 01:20 01:20 11.77M* upload completely sent off: 590429365 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: dWDfmh3Gfmo4pCUYHb+6BZNylWKlui6h24HiMAMY3MWb5Sn49Xw+n3YCEvvHIZmo/OoVTLqgrPvbTn8hppbABpAXaX5FOXYb < x-amz-request-id: F8Y366SBRNXXXZYC < Date: Fri, 22 May 2026 17:18:20 GMT < x-amz-server-side-encryption: AES256 < ETag: "770eadcc602f116c07dd2a77834178fd" < x-amz-checksum-crc64nvme: Sd2Ne+UAh94= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 563.0M 0 0 100 563.0M 0 6.95M 01:20 01:20 11.77M 100 563.0M 0 0 100 563.0M 0 6.95M 01:20 01:20 11.77M 100 563.0M 0 0 100 563.0M 0 6.95M 01:20 01:20 11.77M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 129.23 seconds no out.png (QPSChart)! heaps: (155502560, 165811648, 158002760, 2135577.538085954) [2026-05-22 13:19:42.952632] RUN: tar cjf logs.tar.bz2 --exclude=*.pk * [2026-05-22 13:20:49.753884] took 66.8 sec /l/logs.nightly/2026.05.21.05.27.46/logs.tar.bz2: fixed index size 125222.25 MB /l/logs.nightly/2026.05.21.05.27.46/logs.tar.bz2: fixed index time 40045.5s, bytes 25526799676 (from log) [2026-05-22 13:21:33.656474] done: total time 1 day, 7:53:46.926869 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 stored: 2026.05.15.14.49.32, 2026-05-15 14:49:32.469222 stored: 2026.05.17.00.09.49, 2026-05-17 00:09:49.529102 stored: 2026.05.18.10.03.33, 2026-05-18 10:03:33.534249 stored: 2026.05.19.18.39.09, 2026-05-19 18:39:09.681703 stored: 2026.05.21.05.27.46, 2026-05-21 05:27:46.729594 + 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-22 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 3f998812269..9c957f8a2c6 main -> origin/main Updating 3f998812269..9c957f8a2c6 Fast-forward lucene/CHANGES.txt | 7 + lucene/benchmark-jmh/build.gradle | 1 + lucene/benchmark-jmh/src/java/module-info.java | 1 + .../jmh/DiversifyingChildrenKnnQueryBenchmark.java | 182 +++++++++++++++++++++ .../codecs/lucene90/Lucene90DocValuesProducer.java | 60 +++++++ .../document/SortedSkipperScorerSupplier.java | 2 +- .../java/org/apache/lucene/index/DocIDMerger.java | 4 +- .../lucene/search/BatchDocValuesRangeIterator.java | 2 +- .../document/TestSortedSkipperScorerSupplier.java | 155 ++++++++++++++++++ .../apache/lucene/search/TestDocValuesQueries.java | 5 +- .../org/apache/lucene/search/TestSimilarity.java | 8 +- .../TestSkipBlockRangeIteratorIntoBitSet.java | 34 ++++ .../search/grouping/TestAllGroupsCollector.java | 5 +- .../tests/index/BaseDocValuesFormatTestCase.java | 153 +++++++++++++++++ 14 files changed, 608 insertions(+), 11 deletions(-) create mode 100644 lucene/benchmark-jmh/src/java/org/apache/lucene/benchmark/jmh/DiversifyingChildrenKnnQueryBenchmark.java create mode 100644 lucene/core/src/test/org/apache/lucene/document/TestSortedSkipperScorerSupplier.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-22.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-22.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 f2c9d79c63be90d685118a6fa53c14b9c7438b52 NOTE: logging all output to /l/logs.nightly/geo/2026.05.22.13.29.14.log.txt; saving results to /l/logs.nightly/geo/2026.05.22.13.29.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.7s: points, polyRussia: 1000000... 3.4s: points, polyRussia: 2000000... 4.8s: points, polyRussia: 3000000... 6.2s: points, polyRussia: 4000000... 7.6s: points, polyRussia: 5000000... 8.9s: points, polyRussia: 6000000... 10.3s: points, polyRussia: 7000000... 11.6s: points, polyRussia: 8000000... 13.0s: points, polyRussia: 9000000... 14.4s: points, polyRussia: 10000000... 21.9s: points, polyRussia: 11000000... 22.8s: points, polyRussia: 12000000... 24.2s: points, polyRussia: 13000000... 25.5s: points, polyRussia: 14000000... 26.9s: points, polyRussia: 15000000... 28.2s: points, polyRussia: 16000000... 29.6s: points, polyRussia: 17000000... 31.0s: points, polyRussia: 18000000... 32.3s: points, polyRussia: 19000000... 33.7s: points, polyRussia: 20000000... 35.0s: points, polyRussia: 21000000... 42.4s: points, polyRussia: 22000000... 43.3s: points, polyRussia: 23000000... 44.6s: points, polyRussia: 24000000... 46.0s: points, polyRussia: 25000000... 47.4s: points, polyRussia: 26000000... 48.7s: points, polyRussia: 27000000... 50.0s: points, polyRussia: 28000000... 51.4s: points, polyRussia: 29000000... 52.7s: points, polyRussia: 30000000... 54.0s: points, polyRussia: 31000000... 55.4s: points, polyRussia: 32000000... 62.7s: points, polyRussia: 33000000... 64.0s: points, polyRussia: 34000000... 65.0s: points, polyRussia: 35000000... 66.3s: points, polyRussia: 36000000... 67.6s: points, polyRussia: 37000000... 68.9s: points, polyRussia: 38000000... 70.3s: points, polyRussia: 39000000... 71.6s: points, polyRussia: 40000000... 72.9s: points, polyRussia: 41000000... 74.3s: points, polyRussia: 42000000... 75.6s: points, polyRussia: 43000000... 82.9s: points, polyRussia: 44000000... 84.2s: points, polyRussia: 45000000... 85.1s: points, polyRussia: 46000000... 86.5s: points, polyRussia: 47000000... 87.8s: points, polyRussia: 48000000... 89.1s: points, polyRussia: 49000000... 90.5s: points, polyRussia: 50000000... 91.9s: points, polyRussia: 51000000... 93.2s: points, polyRussia: 52000000... 94.6s: points, polyRussia: 53000000... 95.9s: points, polyRussia: 54000000... 103.1s: points, polyRussia: 55000000... 104.5s: points, polyRussia: 56000000... 105.4s: points, polyRussia: 57000000... 106.8s: points, polyRussia: 58000000... 108.1s: points, polyRussia: 59000000... 109.5s: points, polyRussia: 60000000... 112.8s: points, polyRussia: 112.764062009 sec to index part 0 112.8s: points, polyRussia: INDEX SIZE: 0.4939169967547059 GB 112.8s: points, polyRussia: READER MB: 0.0 112.8s: points, polyRussia: maxDoc=60844404 113.1s: points, polyRussia: ITER 0: 15.93 M hits/sec, 4.54 QPS (0.22 sec for 1 queries), totHits=3508846 113.1s: points, polyRussia: *** 113.1s: points, polyRussia: ITER 1: 60.81 M hits/sec, 17.33 QPS (0.06 sec for 1 queries), totHits=3508846 113.1s: points, polyRussia: *** 113.2s: points, polyRussia: ITER 2: 62.78 M hits/sec, 17.89 QPS (0.06 sec for 1 queries), totHits=3508846 113.2s: points, polyRussia: *** 113.3s: points, polyRussia: ITER 3: 54.45 M hits/sec, 15.52 QPS (0.06 sec for 1 queries), totHits=3508846 113.3s: points, polyRussia: ITER 4: 64.59 M hits/sec, 18.41 QPS (0.05 sec for 1 queries), totHits=3508846 113.3s: points, polyRussia: *** 113.4s: points, polyRussia: ITER 5: 62.75 M hits/sec, 17.88 QPS (0.06 sec for 1 queries), totHits=3508846 113.4s: points, polyRussia: ITER 6: 63.71 M hits/sec, 18.16 QPS (0.06 sec for 1 queries), totHits=3508846 113.5s: points, polyRussia: ITER 7: 64.89 M hits/sec, 18.49 QPS (0.05 sec for 1 queries), totHits=3508846 113.5s: points, polyRussia: *** 113.5s: points, polyRussia: ITER 8: 61.42 M hits/sec, 17.50 QPS (0.06 sec for 1 queries), totHits=3508846 113.6s: points, polyRussia: ITER 9: 63.98 M hits/sec, 18.23 QPS (0.05 sec for 1 queries), totHits=3508846 113.6s: points, polyRussia: ITER 10: 64.52 M hits/sec, 18.39 QPS (0.05 sec for 1 queries), totHits=3508846 113.7s: points, polyRussia: ITER 11: 63.26 M hits/sec, 18.03 QPS (0.06 sec for 1 queries), totHits=3508846 113.8s: points, polyRussia: ITER 12: 65.19 M hits/sec, 18.58 QPS (0.05 sec for 1 queries), totHits=3508846 113.8s: points, polyRussia: *** 113.8s: points, polyRussia: ITER 13: 65.63 M hits/sec, 18.70 QPS (0.05 sec for 1 queries), totHits=3508846 113.8s: points, polyRussia: *** 113.9s: points, polyRussia: ITER 14: 64.72 M hits/sec, 18.45 QPS (0.05 sec for 1 queries), totHits=3508846 113.9s: points, polyRussia: ITER 15: 65.77 M hits/sec, 18.74 QPS (0.05 sec for 1 queries), totHits=3508846 113.9s: points, polyRussia: *** 114.0s: points, polyRussia: ITER 16: 65.90 M hits/sec, 18.78 QPS (0.05 sec for 1 queries), totHits=3508846 114.0s: points, polyRussia: *** 114.0s: points, polyRussia: ITER 17: 64.68 M hits/sec, 18.43 QPS (0.05 sec for 1 queries), totHits=3508846 114.1s: points, polyRussia: ITER 18: 60.31 M hits/sec, 17.19 QPS (0.06 sec for 1 queries), totHits=3508846 114.1s: points, polyRussia: ITER 19: 66.06 M hits/sec, 18.83 QPS (0.05 sec for 1 queries), totHits=3508846 114.1s: points, polyRussia: *** 114.1s: points, polyRussia: BEST M hits/sec: 66.06015921630123 114.1s: points, polyRussia: BEST QPS: 18.82674794399675 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |points|112.8s|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.06|18.83|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 115.9s: geo3d, polyRussia: 1000000... 117.9s: geo3d, polyRussia: 2000000... 119.6s: geo3d, polyRussia: 3000000... 121.2s: geo3d, polyRussia: 4000000... 122.9s: geo3d, polyRussia: 5000000... 124.5s: geo3d, polyRussia: 6000000... 126.1s: geo3d, polyRussia: 7000000... 127.8s: geo3d, polyRussia: 8000000... 129.5s: geo3d, polyRussia: 9000000... 131.1s: geo3d, polyRussia: 10000000... 139.9s: geo3d, polyRussia: 11000000... 141.0s: geo3d, polyRussia: 12000000... 142.6s: geo3d, polyRussia: 13000000... 144.3s: geo3d, polyRussia: 14000000... 145.9s: geo3d, polyRussia: 15000000... 147.6s: geo3d, polyRussia: 16000000... 149.3s: geo3d, polyRussia: 17000000... 151.0s: geo3d, polyRussia: 18000000... 152.6s: geo3d, polyRussia: 19000000... 154.3s: geo3d, polyRussia: 20000000... 155.9s: geo3d, polyRussia: 21000000... 164.8s: geo3d, polyRussia: 22000000... 165.9s: geo3d, polyRussia: 23000000... 167.5s: geo3d, polyRussia: 24000000... 169.2s: geo3d, polyRussia: 25000000... 170.8s: geo3d, polyRussia: 26000000... 172.5s: geo3d, polyRussia: 27000000... 174.1s: geo3d, polyRussia: 28000000... 175.7s: geo3d, polyRussia: 29000000... 177.4s: geo3d, polyRussia: 30000000... 179.0s: geo3d, polyRussia: 31000000... 180.6s: geo3d, polyRussia: 32000000... 189.6s: geo3d, polyRussia: 33000000... 191.3s: geo3d, polyRussia: 34000000... 192.3s: geo3d, polyRussia: 35000000... 193.9s: geo3d, polyRussia: 36000000... 195.6s: geo3d, polyRussia: 37000000... 197.2s: geo3d, polyRussia: 38000000... 198.8s: geo3d, polyRussia: 39000000... 200.4s: geo3d, polyRussia: 40000000... 202.0s: geo3d, polyRussia: 41000000... 203.7s: geo3d, polyRussia: 42000000... 205.4s: geo3d, polyRussia: 43000000... 214.4s: geo3d, polyRussia: 44000000... 216.0s: geo3d, polyRussia: 45000000... 217.0s: geo3d, polyRussia: 46000000... 218.7s: geo3d, polyRussia: 47000000... 220.3s: geo3d, polyRussia: 48000000... 221.9s: geo3d, polyRussia: 49000000... 223.6s: geo3d, polyRussia: 50000000... 225.2s: geo3d, polyRussia: 51000000... 226.8s: geo3d, polyRussia: 52000000... 228.5s: geo3d, polyRussia: 53000000... 230.1s: geo3d, polyRussia: 54000000... 239.0s: geo3d, polyRussia: 55000000... 240.6s: geo3d, polyRussia: 56000000... 241.7s: geo3d, polyRussia: 57000000... 243.3s: geo3d, polyRussia: 58000000... 245.0s: geo3d, polyRussia: 59000000... 246.6s: geo3d, polyRussia: 60000000... 249.8s: geo3d, polyRussia: 135.625807794 sec to index part 0 249.8s: geo3d, polyRussia: INDEX SIZE: 0.6990031152963638 GB 249.8s: geo3d, polyRussia: READER MB: 0.0 249.8s: geo3d, polyRussia: maxDoc=60844404 251.3s: geo3d, polyRussia: ITER 0: 2.41 M hits/sec, 0.69 QPS (1.45 sec for 1 queries), totHits=3508671 251.3s: geo3d, polyRussia: *** 252.3s: geo3d, polyRussia: ITER 1: 3.36 M hits/sec, 0.96 QPS (1.04 sec for 1 queries), totHits=3508671 252.3s: geo3d, polyRussia: *** 253.4s: geo3d, polyRussia: ITER 2: 3.46 M hits/sec, 0.99 QPS (1.01 sec for 1 queries), totHits=3508671 253.4s: geo3d, polyRussia: *** 254.4s: geo3d, polyRussia: ITER 3: 3.50 M hits/sec, 1.00 QPS (1.00 sec for 1 queries), totHits=3508671 254.4s: geo3d, polyRussia: *** 255.4s: geo3d, polyRussia: ITER 4: 3.54 M hits/sec, 1.01 QPS (0.99 sec for 1 queries), totHits=3508671 255.4s: geo3d, polyRussia: *** 256.3s: geo3d, polyRussia: ITER 5: 3.55 M hits/sec, 1.01 QPS (0.99 sec for 1 queries), totHits=3508671 256.3s: geo3d, polyRussia: *** 257.3s: geo3d, polyRussia: ITER 6: 3.62 M hits/sec, 1.03 QPS (0.97 sec for 1 queries), totHits=3508671 257.3s: geo3d, polyRussia: *** 258.3s: geo3d, polyRussia: ITER 7: 3.59 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 259.3s: geo3d, polyRussia: ITER 8: 3.62 M hits/sec, 1.03 QPS (0.97 sec for 1 queries), totHits=3508671 259.3s: geo3d, polyRussia: *** 260.2s: geo3d, polyRussia: ITER 9: 3.56 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 261.2s: geo3d, polyRussia: ITER 10: 3.56 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 262.2s: geo3d, polyRussia: ITER 11: 3.60 M hits/sec, 1.03 QPS (0.98 sec for 1 queries), totHits=3508671 263.2s: geo3d, polyRussia: ITER 12: 3.59 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 264.2s: geo3d, polyRussia: ITER 13: 3.59 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 265.1s: geo3d, polyRussia: ITER 14: 3.60 M hits/sec, 1.03 QPS (0.97 sec for 1 queries), totHits=3508671 266.1s: geo3d, polyRussia: ITER 15: 3.57 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 267.1s: geo3d, polyRussia: ITER 16: 3.58 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 268.1s: geo3d, polyRussia: ITER 17: 3.57 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 269.1s: geo3d, polyRussia: ITER 18: 3.54 M hits/sec, 1.01 QPS (0.99 sec for 1 queries), totHits=3508671 270.0s: geo3d, polyRussia: ITER 19: 3.59 M hits/sec, 1.02 QPS (0.98 sec for 1 queries), totHits=3508671 270.0s: geo3d, polyRussia: BEST M hits/sec: 3.6244452969536027 270.0s: geo3d, polyRussia: BEST QPS: 1.0329966237796597 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.6s|0.0s|0.70|0.00| |points|112.8s|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.62|1.03|3508671| |polyRussia|points|66.06|18.83|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 271.9s: shapes, polyRussia: 1000000... 274.3s: shapes, polyRussia: 2000000... 276.3s: shapes, polyRussia: 3000000... 278.3s: shapes, polyRussia: 4000000... 280.2s: shapes, polyRussia: 5000000... 282.1s: shapes, polyRussia: 6000000... 284.1s: shapes, polyRussia: 7000000... 286.0s: shapes, polyRussia: 8000000... 288.0s: shapes, polyRussia: 9000000... 289.9s: shapes, polyRussia: 10000000... 301.7s: shapes, polyRussia: 11000000... 302.8s: shapes, polyRussia: 12000000... 304.8s: shapes, polyRussia: 13000000... 306.7s: shapes, polyRussia: 14000000... 308.7s: shapes, polyRussia: 15000000... 310.6s: shapes, polyRussia: 16000000... 312.7s: shapes, polyRussia: 17000000... 314.6s: shapes, polyRussia: 18000000... 316.6s: shapes, polyRussia: 19000000... 318.5s: shapes, polyRussia: 20000000... 320.4s: shapes, polyRussia: 21000000... 332.2s: shapes, polyRussia: 22000000... 333.4s: shapes, polyRussia: 23000000... 335.3s: shapes, polyRussia: 24000000... 337.3s: shapes, polyRussia: 25000000... 339.3s: shapes, polyRussia: 26000000... 341.2s: shapes, polyRussia: 27000000... 343.1s: shapes, polyRussia: 28000000... 345.1s: shapes, polyRussia: 29000000... 347.0s: shapes, polyRussia: 30000000... 348.9s: shapes, polyRussia: 31000000... 350.8s: shapes, polyRussia: 32000000... 362.7s: shapes, polyRussia: 33000000... 364.6s: shapes, polyRussia: 34000000... 365.8s: shapes, polyRussia: 35000000... 367.7s: shapes, polyRussia: 36000000... 369.6s: shapes, polyRussia: 37000000... 371.6s: shapes, polyRussia: 38000000... 373.5s: shapes, polyRussia: 39000000... 375.4s: shapes, polyRussia: 40000000... 377.3s: shapes, polyRussia: 41000000... 379.3s: shapes, polyRussia: 42000000... 381.3s: shapes, polyRussia: 43000000... 393.0s: shapes, polyRussia: 44000000... 395.0s: shapes, polyRussia: 45000000... 396.1s: shapes, polyRussia: 46000000... 398.1s: shapes, polyRussia: 47000000... 400.0s: shapes, polyRussia: 48000000... 401.9s: shapes, polyRussia: 49000000... 404.0s: shapes, polyRussia: 50000000... 405.9s: shapes, polyRussia: 51000000... 407.8s: shapes, polyRussia: 52000000... 409.7s: shapes, polyRussia: 53000000... 411.7s: shapes, polyRussia: 54000000... 423.4s: shapes, polyRussia: 55000000... 425.4s: shapes, polyRussia: 56000000... 426.6s: shapes, polyRussia: 57000000... 428.5s: shapes, polyRussia: 58000000... 430.5s: shapes, polyRussia: 59000000... 432.4s: shapes, polyRussia: 60000000... 437.4s: shapes, polyRussia: 167.244669316 sec to index part 0 437.4s: shapes, polyRussia: INDEX SIZE: 1.2543620793148875 GB 437.4s: shapes, polyRussia: READER MB: 0.0 437.4s: shapes, polyRussia: maxDoc=60844404 437.6s: shapes, polyRussia: ITER 0: 17.75 M hits/sec, 5.06 QPS (0.20 sec for 1 queries), totHits=3508846 437.6s: shapes, polyRussia: *** 437.7s: shapes, polyRussia: ITER 1: 36.20 M hits/sec, 10.32 QPS (0.10 sec for 1 queries), totHits=3508846 437.7s: shapes, polyRussia: *** 437.8s: shapes, polyRussia: ITER 2: 41.17 M hits/sec, 11.73 QPS (0.09 sec for 1 queries), totHits=3508846 437.8s: shapes, polyRussia: *** 437.9s: shapes, polyRussia: ITER 3: 40.28 M hits/sec, 11.48 QPS (0.09 sec for 1 queries), totHits=3508846 438.0s: shapes, polyRussia: ITER 4: 44.23 M hits/sec, 12.61 QPS (0.08 sec for 1 queries), totHits=3508846 438.0s: shapes, polyRussia: *** 438.0s: shapes, polyRussia: ITER 5: 43.62 M hits/sec, 12.43 QPS (0.08 sec for 1 queries), totHits=3508846 438.1s: shapes, polyRussia: ITER 6: 42.95 M hits/sec, 12.24 QPS (0.08 sec for 1 queries), totHits=3508846 438.2s: shapes, polyRussia: ITER 7: 43.17 M hits/sec, 12.30 QPS (0.08 sec for 1 queries), totHits=3508846 438.3s: shapes, polyRussia: ITER 8: 43.75 M hits/sec, 12.47 QPS (0.08 sec for 1 queries), totHits=3508846 438.4s: shapes, polyRussia: ITER 9: 43.68 M hits/sec, 12.45 QPS (0.08 sec for 1 queries), totHits=3508846 438.4s: shapes, polyRussia: ITER 10: 45.00 M hits/sec, 12.82 QPS (0.08 sec for 1 queries), totHits=3508846 438.4s: shapes, polyRussia: *** 438.5s: shapes, polyRussia: ITER 11: 44.20 M hits/sec, 12.60 QPS (0.08 sec for 1 queries), totHits=3508846 438.6s: shapes, polyRussia: ITER 12: 35.85 M hits/sec, 10.22 QPS (0.10 sec for 1 queries), totHits=3508846 438.7s: shapes, polyRussia: ITER 13: 44.53 M hits/sec, 12.69 QPS (0.08 sec for 1 queries), totHits=3508846 438.8s: shapes, polyRussia: ITER 14: 44.23 M hits/sec, 12.60 QPS (0.08 sec for 1 queries), totHits=3508846 438.9s: shapes, polyRussia: ITER 15: 43.71 M hits/sec, 12.46 QPS (0.08 sec for 1 queries), totHits=3508846 438.9s: shapes, polyRussia: ITER 16: 44.84 M hits/sec, 12.78 QPS (0.08 sec for 1 queries), totHits=3508846 439.0s: shapes, polyRussia: ITER 17: 44.84 M hits/sec, 12.78 QPS (0.08 sec for 1 queries), totHits=3508846 439.1s: shapes, polyRussia: ITER 18: 44.43 M hits/sec, 12.66 QPS (0.08 sec for 1 queries), totHits=3508846 439.2s: shapes, polyRussia: ITER 19: 43.79 M hits/sec, 12.48 QPS (0.08 sec for 1 queries), totHits=3508846 439.2s: shapes, polyRussia: BEST M hits/sec: 44.99910581352022 439.2s: shapes, polyRussia: BEST QPS: 12.824474432197999 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.6s|0.0s|0.70|0.00| |points|112.8s|0.0s|0.49|0.00| |shapes|167.2s|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.62|1.03|3508671| |polyRussia|points|66.06|18.83|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.00|12.82|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 439.4s: points, polyMedium: INDEX SIZE: 0.4939169967547059 GB 439.4s: points, polyMedium: READER MB: 0.0 439.4s: points, polyMedium: maxDoc=60844404 440.0s: points, polyMedium: ITER 0: 6.79 M hits/sec, 83.17 QPS (0.40 sec for 33 queries), totHits=2693559 440.0s: points, polyMedium: *** 440.1s: points, polyMedium: ITER 1: 15.66 M hits/sec, 191.80 QPS (0.17 sec for 33 queries), totHits=2693559 440.1s: points, polyMedium: *** 440.3s: points, polyMedium: ITER 2: 16.57 M hits/sec, 203.01 QPS (0.16 sec for 33 queries), totHits=2693559 440.3s: points, polyMedium: *** 440.5s: points, polyMedium: ITER 3: 16.52 M hits/sec, 202.39 QPS (0.16 sec for 33 queries), totHits=2693559 440.6s: points, polyMedium: ITER 4: 16.00 M hits/sec, 196.02 QPS (0.17 sec for 33 queries), totHits=2693559 440.8s: points, polyMedium: ITER 5: 16.72 M hits/sec, 204.86 QPS (0.16 sec for 33 queries), totHits=2693559 440.8s: points, polyMedium: *** 441.0s: points, polyMedium: ITER 6: 16.72 M hits/sec, 204.86 QPS (0.16 sec for 33 queries), totHits=2693559 441.1s: points, polyMedium: ITER 7: 16.70 M hits/sec, 204.56 QPS (0.16 sec for 33 queries), totHits=2693559 441.3s: points, polyMedium: ITER 8: 16.64 M hits/sec, 203.91 QPS (0.16 sec for 33 queries), totHits=2693559 441.5s: points, polyMedium: ITER 9: 16.69 M hits/sec, 204.50 QPS (0.16 sec for 33 queries), totHits=2693559 441.6s: points, polyMedium: ITER 10: 16.48 M hits/sec, 201.85 QPS (0.16 sec for 33 queries), totHits=2693559 441.8s: points, polyMedium: ITER 11: 16.64 M hits/sec, 203.86 QPS (0.16 sec for 33 queries), totHits=2693559 441.9s: points, polyMedium: ITER 12: 16.67 M hits/sec, 204.24 QPS (0.16 sec for 33 queries), totHits=2693559 442.1s: points, polyMedium: ITER 13: 16.67 M hits/sec, 204.28 QPS (0.16 sec for 33 queries), totHits=2693559 442.3s: points, polyMedium: ITER 14: 16.75 M hits/sec, 205.20 QPS (0.16 sec for 33 queries), totHits=2693559 442.3s: points, polyMedium: *** 442.4s: points, polyMedium: ITER 15: 16.54 M hits/sec, 202.61 QPS (0.16 sec for 33 queries), totHits=2693559 442.6s: points, polyMedium: ITER 16: 15.75 M hits/sec, 192.99 QPS (0.17 sec for 33 queries), totHits=2693559 442.8s: points, polyMedium: ITER 17: 16.61 M hits/sec, 203.51 QPS (0.16 sec for 33 queries), totHits=2693559 442.9s: points, polyMedium: ITER 18: 16.54 M hits/sec, 202.67 QPS (0.16 sec for 33 queries), totHits=2693559 443.1s: points, polyMedium: ITER 19: 16.53 M hits/sec, 202.51 QPS (0.16 sec for 33 queries), totHits=2693559 443.1s: points, polyMedium: BEST M hits/sec: 16.74869117301875 443.1s: points, polyMedium: BEST QPS: 205.1957312647017 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.6s|0.0s|0.70|0.00| |points|112.8s|0.0s|0.49|0.00| |shapes|167.2s|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.75|205.20|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.62|1.03|3508671| |polyRussia|points|66.06|18.83|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.00|12.82|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 443.3s: geo3d, polyMedium: INDEX SIZE: 0.6990031152963638 GB 443.3s: geo3d, polyMedium: READER MB: 0.0 443.3s: geo3d, polyMedium: maxDoc=60844404 445.0s: geo3d, polyMedium: ITER 0: 1.74 M hits/sec, 21.28 QPS (1.55 sec for 33 queries), totHits=2693541 445.0s: geo3d, polyMedium: *** 446.1s: geo3d, polyMedium: ITER 1: 2.56 M hits/sec, 31.40 QPS (1.05 sec for 33 queries), totHits=2693541 446.1s: geo3d, polyMedium: *** 447.1s: geo3d, polyMedium: ITER 2: 2.48 M hits/sec, 30.43 QPS (1.08 sec for 33 queries), totHits=2693541 448.2s: geo3d, polyMedium: ITER 3: 2.55 M hits/sec, 31.20 QPS (1.06 sec for 33 queries), totHits=2693541 449.3s: geo3d, polyMedium: ITER 4: 2.49 M hits/sec, 30.51 QPS (1.08 sec for 33 queries), totHits=2693541 450.3s: geo3d, polyMedium: ITER 5: 2.51 M hits/sec, 30.74 QPS (1.07 sec for 33 queries), totHits=2693541 451.4s: geo3d, polyMedium: ITER 6: 2.48 M hits/sec, 30.36 QPS (1.09 sec for 33 queries), totHits=2693541 452.5s: geo3d, polyMedium: ITER 7: 2.50 M hits/sec, 30.57 QPS (1.08 sec for 33 queries), totHits=2693541 453.6s: geo3d, polyMedium: ITER 8: 2.46 M hits/sec, 30.10 QPS (1.10 sec for 33 queries), totHits=2693541 454.8s: geo3d, polyMedium: ITER 9: 2.35 M hits/sec, 28.82 QPS (1.15 sec for 33 queries), totHits=2693541 455.9s: geo3d, polyMedium: ITER 10: 2.36 M hits/sec, 28.87 QPS (1.14 sec for 33 queries), totHits=2693541 457.0s: geo3d, polyMedium: ITER 11: 2.44 M hits/sec, 29.94 QPS (1.10 sec for 33 queries), totHits=2693541 458.1s: geo3d, polyMedium: ITER 12: 2.44 M hits/sec, 29.87 QPS (1.10 sec for 33 queries), totHits=2693541 459.2s: geo3d, polyMedium: ITER 13: 2.42 M hits/sec, 29.71 QPS (1.11 sec for 33 queries), totHits=2693541 460.3s: geo3d, polyMedium: ITER 14: 2.44 M hits/sec, 29.87 QPS (1.10 sec for 33 queries), totHits=2693541 461.4s: geo3d, polyMedium: ITER 15: 2.49 M hits/sec, 30.55 QPS (1.08 sec for 33 queries), totHits=2693541 462.5s: geo3d, polyMedium: ITER 16: 2.46 M hits/sec, 30.10 QPS (1.10 sec for 33 queries), totHits=2693541 463.6s: geo3d, polyMedium: ITER 17: 2.51 M hits/sec, 30.79 QPS (1.07 sec for 33 queries), totHits=2693541 464.6s: geo3d, polyMedium: ITER 18: 2.55 M hits/sec, 31.26 QPS (1.06 sec for 33 queries), totHits=2693541 465.7s: geo3d, polyMedium: ITER 19: 2.52 M hits/sec, 30.87 QPS (1.07 sec for 33 queries), totHits=2693541 465.7s: geo3d, polyMedium: BEST M hits/sec: 2.562660454198683 465.7s: geo3d, polyMedium: BEST QPS: 31.396512987385947 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.6s|0.0s|0.70|0.00| |points|112.8s|0.0s|0.49|0.00| |shapes|167.2s|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.56|31.40|2693541| |polyMedium|points|16.75|205.20|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.62|1.03|3508671| |polyRussia|points|66.06|18.83|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.00|12.82|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 466.0s: shapes, polyMedium: INDEX SIZE: 1.2543620793148875 GB 466.0s: shapes, polyMedium: READER MB: 0.0 466.0s: shapes, polyMedium: maxDoc=60844404 466.6s: shapes, polyMedium: ITER 0: 4.82 M hits/sec, 59.11 QPS (0.56 sec for 33 queries), totHits=2693559 466.6s: shapes, polyMedium: *** 466.8s: shapes, polyMedium: ITER 1: 13.44 M hits/sec, 164.64 QPS (0.20 sec for 33 queries), totHits=2693559 466.8s: shapes, polyMedium: *** 467.0s: shapes, polyMedium: ITER 2: 13.46 M hits/sec, 164.87 QPS (0.20 sec for 33 queries), totHits=2693559 467.0s: shapes, polyMedium: *** 467.2s: shapes, polyMedium: ITER 3: 13.47 M hits/sec, 165.06 QPS (0.20 sec for 33 queries), totHits=2693559 467.2s: shapes, polyMedium: *** 467.4s: shapes, polyMedium: ITER 4: 13.12 M hits/sec, 160.78 QPS (0.21 sec for 33 queries), totHits=2693559 467.6s: shapes, polyMedium: ITER 5: 13.63 M hits/sec, 166.98 QPS (0.20 sec for 33 queries), totHits=2693559 467.6s: shapes, polyMedium: *** 467.8s: shapes, polyMedium: ITER 6: 13.57 M hits/sec, 166.23 QPS (0.20 sec for 33 queries), totHits=2693559 468.0s: shapes, polyMedium: ITER 7: 13.64 M hits/sec, 167.11 QPS (0.20 sec for 33 queries), totHits=2693559 468.0s: shapes, polyMedium: *** 468.2s: shapes, polyMedium: ITER 8: 13.58 M hits/sec, 166.39 QPS (0.20 sec for 33 queries), totHits=2693559 468.4s: shapes, polyMedium: ITER 9: 13.57 M hits/sec, 166.21 QPS (0.20 sec for 33 queries), totHits=2693559 468.6s: shapes, polyMedium: ITER 10: 13.44 M hits/sec, 164.66 QPS (0.20 sec for 33 queries), totHits=2693559 468.8s: shapes, polyMedium: ITER 11: 13.62 M hits/sec, 166.82 QPS (0.20 sec for 33 queries), totHits=2693559 469.0s: shapes, polyMedium: ITER 12: 13.38 M hits/sec, 163.93 QPS (0.20 sec for 33 queries), totHits=2693559 469.2s: shapes, polyMedium: ITER 13: 13.21 M hits/sec, 161.79 QPS (0.20 sec for 33 queries), totHits=2693559 469.4s: shapes, polyMedium: ITER 14: 13.29 M hits/sec, 162.82 QPS (0.20 sec for 33 queries), totHits=2693559 469.6s: shapes, polyMedium: ITER 15: 13.67 M hits/sec, 167.46 QPS (0.20 sec for 33 queries), totHits=2693559 469.6s: shapes, polyMedium: *** 469.8s: shapes, polyMedium: ITER 16: 13.69 M hits/sec, 167.71 QPS (0.20 sec for 33 queries), totHits=2693559 469.8s: shapes, polyMedium: *** 470.0s: shapes, polyMedium: ITER 17: 13.17 M hits/sec, 161.37 QPS (0.20 sec for 33 queries), totHits=2693559 470.2s: shapes, polyMedium: ITER 18: 13.55 M hits/sec, 166.04 QPS (0.20 sec for 33 queries), totHits=2693559 470.4s: shapes, polyMedium: ITER 19: 13.64 M hits/sec, 167.14 QPS (0.20 sec for 33 queries), totHits=2693559 470.4s: shapes, polyMedium: BEST M hits/sec: 13.688655362827586 470.4s: shapes, polyMedium: BEST QPS: 167.70585941251346 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.6s|0.0s|0.70|0.00| |points|112.8s|0.0s|0.49|0.00| |shapes|167.2s|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.56|31.40|2693541| |polyMedium|points|16.75|205.20|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.69|167.71|2693559| |polyRussia|geo3d|3.62|1.03|3508671| |polyRussia|points|66.06|18.83|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.00|12.82|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 470.7s: points, poly 10: INDEX SIZE: 0.4939169967547059 GB 470.7s: points, poly 10: READER MB: 0.0 470.7s: points, poly 10: maxDoc=60844404 472.7s: points, poly 10: ITER 0: 178.98 M hits/sec, 113.18 QPS (1.99 sec for 225 queries), totHits=355809475 472.7s: points, poly 10: *** 474.2s: points, poly 10: ITER 1: 227.18 M hits/sec, 143.66 QPS (1.57 sec for 225 queries), totHits=355809475 474.2s: points, poly 10: *** 475.6s: points, poly 10: ITER 2: 255.43 M hits/sec, 161.53 QPS (1.39 sec for 225 queries), totHits=355809475 475.6s: points, poly 10: *** 477.0s: points, poly 10: ITER 3: 261.47 M hits/sec, 165.34 QPS (1.36 sec for 225 queries), totHits=355809475 477.0s: points, poly 10: *** 478.3s: points, poly 10: ITER 4: 267.52 M hits/sec, 169.17 QPS (1.33 sec for 225 queries), totHits=355809475 478.3s: points, poly 10: *** 479.6s: points, poly 10: ITER 5: 271.55 M hits/sec, 171.72 QPS (1.31 sec for 225 queries), totHits=355809475 479.6s: points, poly 10: *** 481.0s: points, poly 10: ITER 6: 272.33 M hits/sec, 172.21 QPS (1.31 sec for 225 queries), totHits=355809475 481.0s: points, poly 10: *** 482.3s: points, poly 10: ITER 7: 271.43 M hits/sec, 171.64 QPS (1.31 sec for 225 queries), totHits=355809475 483.6s: points, poly 10: ITER 8: 270.31 M hits/sec, 170.93 QPS (1.32 sec for 225 queries), totHits=355809475 484.9s: points, poly 10: ITER 9: 269.90 M hits/sec, 170.67 QPS (1.32 sec for 225 queries), totHits=355809475 486.2s: points, poly 10: ITER 10: 273.45 M hits/sec, 172.92 QPS (1.30 sec for 225 queries), totHits=355809475 486.2s: points, poly 10: *** 487.5s: points, poly 10: ITER 11: 271.71 M hits/sec, 171.82 QPS (1.31 sec for 225 queries), totHits=355809475 488.8s: points, poly 10: ITER 12: 269.00 M hits/sec, 170.10 QPS (1.32 sec for 225 queries), totHits=355809475 490.2s: points, poly 10: ITER 13: 268.74 M hits/sec, 169.94 QPS (1.32 sec for 225 queries), totHits=355809475 491.5s: points, poly 10: ITER 14: 271.14 M hits/sec, 171.46 QPS (1.31 sec for 225 queries), totHits=355809475 492.8s: points, poly 10: ITER 15: 272.31 M hits/sec, 172.20 QPS (1.31 sec for 225 queries), totHits=355809475 494.1s: points, poly 10: ITER 16: 274.16 M hits/sec, 173.37 QPS (1.30 sec for 225 queries), totHits=355809475 494.1s: points, poly 10: *** 495.4s: points, poly 10: ITER 17: 266.23 M hits/sec, 168.35 QPS (1.34 sec for 225 queries), totHits=355809475 496.7s: points, poly 10: ITER 18: 266.90 M hits/sec, 168.78 QPS (1.33 sec for 225 queries), totHits=355809475 498.1s: points, poly 10: ITER 19: 269.21 M hits/sec, 170.24 QPS (1.32 sec for 225 queries), totHits=355809475 498.1s: points, poly 10: BEST M hits/sec: 274.1642273313981 498.1s: points, poly 10: BEST QPS: 173.37073766673743 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.6s|0.0s|0.70|0.00| |points|112.8s|0.0s|0.49|0.00| |shapes|167.2s|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|274.16|173.37|355809475| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.56|31.40|2693541| |polyMedium|points|16.75|205.20|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.69|167.71|2693559| |polyRussia|geo3d|3.62|1.03|3508671| |polyRussia|points|66.06|18.83|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.00|12.82|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 498.3s: geo3d, poly 10: INDEX SIZE: 0.6990031152963638 GB 498.3s: geo3d, poly 10: READER MB: 0.0 498.3s: geo3d, poly 10: maxDoc=60844404 500.6s: geo3d, poly 10: ITER 0: 157.94 M hits/sec, 99.86 QPS (2.25 sec for 225 queries), totHits=355855227 500.6s: geo3d, poly 10: *** 502.5s: geo3d, poly 10: ITER 1: 190.99 M hits/sec, 120.76 QPS (1.86 sec for 225 queries), totHits=355855227 502.5s: geo3d, poly 10: *** 504.0s: geo3d, poly 10: ITER 2: 234.32 M hits/sec, 148.15 QPS (1.52 sec for 225 queries), totHits=355855227 504.0s: geo3d, poly 10: *** 505.5s: geo3d, poly 10: ITER 3: 234.76 M hits/sec, 148.43 QPS (1.52 sec for 225 queries), totHits=355855227 505.5s: geo3d, poly 10: *** 506.9s: geo3d, poly 10: ITER 4: 249.34 M hits/sec, 157.65 QPS (1.43 sec for 225 queries), totHits=355855227 506.9s: geo3d, poly 10: *** 508.4s: geo3d, poly 10: ITER 5: 248.30 M hits/sec, 156.99 QPS (1.43 sec for 225 queries), totHits=355855227 509.8s: geo3d, poly 10: ITER 6: 247.73 M hits/sec, 156.63 QPS (1.44 sec for 225 queries), totHits=355855227 511.2s: geo3d, poly 10: ITER 7: 247.18 M hits/sec, 156.29 QPS (1.44 sec for 225 queries), totHits=355855227 512.7s: geo3d, poly 10: ITER 8: 248.14 M hits/sec, 156.89 QPS (1.43 sec for 225 queries), totHits=355855227 514.1s: geo3d, poly 10: ITER 9: 245.29 M hits/sec, 155.09 QPS (1.45 sec for 225 queries), totHits=355855227 515.6s: geo3d, poly 10: ITER 10: 248.54 M hits/sec, 157.15 QPS (1.43 sec for 225 queries), totHits=355855227 517.0s: geo3d, poly 10: ITER 11: 243.78 M hits/sec, 154.14 QPS (1.46 sec for 225 queries), totHits=355855227 518.5s: geo3d, poly 10: ITER 12: 245.61 M hits/sec, 155.30 QPS (1.45 sec for 225 queries), totHits=355855227 519.9s: geo3d, poly 10: ITER 13: 244.49 M hits/sec, 154.59 QPS (1.46 sec for 225 queries), totHits=355855227 521.4s: geo3d, poly 10: ITER 14: 246.24 M hits/sec, 155.69 QPS (1.45 sec for 225 queries), totHits=355855227 522.8s: geo3d, poly 10: ITER 15: 245.57 M hits/sec, 155.27 QPS (1.45 sec for 225 queries), totHits=355855227 524.3s: geo3d, poly 10: ITER 16: 244.88 M hits/sec, 154.83 QPS (1.45 sec for 225 queries), totHits=355855227 525.7s: geo3d, poly 10: ITER 17: 239.86 M hits/sec, 151.66 QPS (1.48 sec for 225 queries), totHits=355855227 527.2s: geo3d, poly 10: ITER 18: 240.33 M hits/sec, 151.95 QPS (1.48 sec for 225 queries), totHits=355855227 528.7s: geo3d, poly 10: ITER 19: 241.71 M hits/sec, 152.83 QPS (1.47 sec for 225 queries), totHits=355855227 528.7s: geo3d, poly 10: BEST M hits/sec: 249.3429583734201 528.7s: geo3d, poly 10: BEST QPS: 157.65446557293234 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.6s|0.0s|0.70|0.00| |points|112.8s|0.0s|0.49|0.00| |shapes|167.2s|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|249.34|157.65|355855227| |poly 10|points|274.16|173.37|355809475| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.56|31.40|2693541| |polyMedium|points|16.75|205.20|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.69|167.71|2693559| |polyRussia|geo3d|3.62|1.03|3508671| |polyRussia|points|66.06|18.83|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.00|12.82|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.0s: shapes, poly 10: INDEX SIZE: 1.2543620793148875 GB 529.0s: shapes, poly 10: READER MB: 0.0 529.0s: shapes, poly 10: maxDoc=60844404 531.5s: shapes, poly 10: ITER 0: 139.30 M hits/sec, 88.09 QPS (2.55 sec for 225 queries), totHits=355809475 531.5s: shapes, poly 10: *** 533.7s: shapes, poly 10: ITER 1: 161.41 M hits/sec, 102.07 QPS (2.20 sec for 225 queries), totHits=355809475 533.7s: shapes, poly 10: *** 535.8s: shapes, poly 10: ITER 2: 175.21 M hits/sec, 110.79 QPS (2.03 sec for 225 queries), totHits=355809475 535.8s: shapes, poly 10: *** 537.8s: shapes, poly 10: ITER 3: 177.23 M hits/sec, 112.07 QPS (2.01 sec for 225 queries), totHits=355809475 537.8s: shapes, poly 10: *** 539.8s: shapes, poly 10: ITER 4: 180.00 M hits/sec, 113.83 QPS (1.98 sec for 225 queries), totHits=355809475 539.8s: shapes, poly 10: *** 541.7s: shapes, poly 10: ITER 5: 178.94 M hits/sec, 113.16 QPS (1.99 sec for 225 queries), totHits=355809475 543.7s: shapes, poly 10: ITER 6: 180.01 M hits/sec, 113.83 QPS (1.98 sec for 225 queries), totHits=355809475 543.7s: shapes, poly 10: *** 545.7s: shapes, poly 10: ITER 7: 180.33 M hits/sec, 114.03 QPS (1.97 sec for 225 queries), totHits=355809475 545.7s: shapes, poly 10: *** 547.7s: shapes, poly 10: ITER 8: 180.94 M hits/sec, 114.42 QPS (1.97 sec for 225 queries), totHits=355809475 547.7s: shapes, poly 10: *** 549.6s: shapes, poly 10: ITER 9: 179.63 M hits/sec, 113.59 QPS (1.98 sec for 225 queries), totHits=355809475 551.6s: shapes, poly 10: ITER 10: 179.92 M hits/sec, 113.78 QPS (1.98 sec for 225 queries), totHits=355809475 553.6s: shapes, poly 10: ITER 11: 180.80 M hits/sec, 114.33 QPS (1.97 sec for 225 queries), totHits=355809475 555.6s: shapes, poly 10: ITER 12: 178.23 M hits/sec, 112.71 QPS (2.00 sec for 225 queries), totHits=355809475 557.5s: shapes, poly 10: ITER 13: 180.89 M hits/sec, 114.39 QPS (1.97 sec for 225 queries), totHits=355809475 559.5s: shapes, poly 10: ITER 14: 180.29 M hits/sec, 114.01 QPS (1.97 sec for 225 queries), totHits=355809475 561.5s: shapes, poly 10: ITER 15: 177.39 M hits/sec, 112.18 QPS (2.01 sec for 225 queries), totHits=355809475 563.5s: shapes, poly 10: ITER 16: 176.99 M hits/sec, 111.92 QPS (2.01 sec for 225 queries), totHits=355809475 565.5s: shapes, poly 10: ITER 17: 179.60 M hits/sec, 113.58 QPS (1.98 sec for 225 queries), totHits=355809475 567.5s: shapes, poly 10: ITER 18: 179.29 M hits/sec, 113.37 QPS (1.98 sec for 225 queries), totHits=355809475 569.5s: shapes, poly 10: ITER 19: 180.41 M hits/sec, 114.09 QPS (1.97 sec for 225 queries), totHits=355809475 569.5s: shapes, poly 10: BEST M hits/sec: 180.93663377733247 569.5s: shapes, poly 10: BEST QPS: 114.417252660008 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.6s|0.0s|0.70|0.00| |points|112.8s|0.0s|0.49|0.00| |shapes|167.2s|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|249.34|157.65|355855227| |poly 10|points|274.16|173.37|355809475| |poly 10|geopoint|||| |poly 10|shapes|180.94|114.42|355809475| |polyMedium|geo3d|2.56|31.40|2693541| |polyMedium|points|16.75|205.20|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.69|167.71|2693559| |polyRussia|geo3d|3.62|1.03|3508671| |polyRussia|points|66.06|18.83|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.00|12.82|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 569.7s: points, nearest 10: INDEX SIZE: 0.4939169967547059 GB 569.7s: points, nearest 10: READER MB: 0.0 569.7s: points, nearest 10: maxDoc=60844404 569.9s: points, nearest 10: ITER 0: 1377.79 QPS (0.16 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 569.9s: points, nearest 10: *** 570.0s: points, nearest 10: ITER 1: 2848.88 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.0s: points, nearest 10: *** 570.0s: points, nearest 10: ITER 2: 2970.12 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.0s: points, nearest 10: *** 570.1s: points, nearest 10: ITER 3: 2974.54 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.1s: points, nearest 10: *** 570.2s: points, nearest 10: ITER 4: 3077.86 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.2s: points, nearest 10: *** 570.3s: points, nearest 10: ITER 5: 3095.70 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.3s: points, nearest 10: *** 570.4s: points, nearest 10: ITER 6: 2805.12 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.4s: points, nearest 10: ITER 7: 3114.06 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.4s: points, nearest 10: *** 570.5s: points, nearest 10: ITER 8: 3224.10 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.5s: points, nearest 10: *** 570.6s: points, nearest 10: ITER 9: 3197.91 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.6s: points, nearest 10: ITER 10: 3258.91 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.6s: points, nearest 10: *** 570.7s: points, nearest 10: ITER 11: 3272.26 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.7s: points, nearest 10: *** 570.8s: points, nearest 10: ITER 12: 3271.51 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.8s: points, nearest 10: ITER 13: 3267.58 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.9s: points, nearest 10: ITER 14: 3116.01 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 571.0s: points, nearest 10: ITER 15: 3279.23 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 571.0s: points, nearest 10: *** 571.1s: points, nearest 10: ITER 16: 3271.09 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 571.1s: points, nearest 10: ITER 17: 3262.49 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 571.2s: points, nearest 10: ITER 18: 3279.21 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 571.3s: points, nearest 10: ITER 19: 3272.15 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 571.3s: points, nearest 10: BEST M hits/sec: 0.03279233271538004 571.3s: points, nearest 10: BEST QPS: 3279.2332715380044 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.6s|0.0s|0.70|0.00| |points|112.8s|0.0s|0.49|0.00| |shapes|167.2s|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|249.34|157.65|355855227| |poly 10|points|274.16|173.37|355809475| |poly 10|geopoint|||| |poly 10|shapes|180.94|114.42|355809475| |polyMedium|geo3d|2.56|31.40|2693541| |polyMedium|points|16.75|205.20|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.69|167.71|2693559| |polyRussia|geo3d|3.62|1.03|3508671| |polyRussia|points|66.06|18.83|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.00|12.82|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3279.23|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 572.9s: points, sort: 1000000... 574.8s: points, sort: 2000000... 576.3s: points, sort: 3000000... 577.7s: points, sort: 4000000... 579.1s: points, sort: 5000000... 580.5s: points, sort: 6000000... 582.0s: points, sort: 7000000... 583.4s: points, sort: 8000000... 584.8s: points, sort: 9000000... 586.3s: points, sort: 10000000... 594.0s: points, sort: 11000000... 595.0s: points, sort: 12000000... 596.4s: points, sort: 13000000... 597.8s: points, sort: 14000000... 599.2s: points, sort: 15000000... 600.6s: points, sort: 16000000... 602.1s: points, sort: 17000000... 603.5s: points, sort: 18000000... 605.0s: points, sort: 19000000... 606.4s: points, sort: 20000000... 607.8s: points, sort: 21000000... 615.3s: points, sort: 22000000... 616.2s: points, sort: 23000000... 617.6s: points, sort: 24000000... 619.1s: points, sort: 25000000... 620.5s: points, sort: 26000000... 621.9s: points, sort: 27000000... 623.3s: points, sort: 28000000... 624.7s: points, sort: 29000000... 626.1s: points, sort: 30000000... 627.5s: points, sort: 31000000... 628.9s: points, sort: 32000000... 636.4s: points, sort: 33000000... 637.8s: points, sort: 34000000... 638.7s: points, sort: 35000000... 640.1s: points, sort: 36000000... 641.5s: points, sort: 37000000... 642.9s: points, sort: 38000000... 644.2s: points, sort: 39000000... 645.6s: points, sort: 40000000... 647.0s: points, sort: 41000000... 648.5s: points, sort: 42000000... 649.8s: points, sort: 43000000... 657.4s: points, sort: 44000000... 658.8s: points, sort: 45000000... 659.7s: points, sort: 46000000... 661.1s: points, sort: 47000000... 662.5s: points, sort: 48000000... 663.9s: points, sort: 49000000... 665.4s: points, sort: 50000000... 666.8s: points, sort: 51000000... 668.2s: points, sort: 52000000... 669.6s: points, sort: 53000000... 671.0s: points, sort: 54000000... 678.4s: points, sort: 55000000... 679.9s: points, sort: 56000000... 680.8s: points, sort: 57000000... 682.3s: points, sort: 58000000... 683.7s: points, sort: 59000000... 685.1s: points, sort: 60000000... 689.6s: points, sort: 118.24306773 sec to index part 0 689.6s: points, sort: INDEX SIZE: 0.9472499107941985 GB 689.6s: points, sort: READER MB: 0.0 689.6s: points, sort: maxDoc=60844404 692.0s: points, sort: ITER 0: 127.51 M hits/sec, 129.75 QPS (1.73 sec for 225 queries), totHits=221118844 692.0s: points, sort: *** 694.2s: points, sort: ITER 1: 147.86 M hits/sec, 150.46 QPS (1.50 sec for 225 queries), totHits=221118844 694.2s: points, sort: *** 696.3s: points, sort: ITER 2: 148.51 M hits/sec, 151.12 QPS (1.49 sec for 225 queries), totHits=221118844 696.3s: points, sort: *** 698.5s: points, sort: ITER 3: 150.35 M hits/sec, 152.99 QPS (1.47 sec for 225 queries), totHits=221118844 698.5s: points, sort: *** 700.7s: points, sort: ITER 4: 146.28 M hits/sec, 148.85 QPS (1.51 sec for 225 queries), totHits=221118844 702.8s: points, sort: ITER 5: 150.41 M hits/sec, 153.05 QPS (1.47 sec for 225 queries), totHits=221118844 702.8s: points, sort: *** 705.0s: points, sort: ITER 6: 148.93 M hits/sec, 151.55 QPS (1.48 sec for 225 queries), totHits=221118844 707.1s: points, sort: ITER 7: 146.99 M hits/sec, 149.57 QPS (1.50 sec for 225 queries), totHits=221118844 709.3s: points, sort: ITER 8: 147.61 M hits/sec, 150.20 QPS (1.50 sec for 225 queries), totHits=221118844 711.4s: points, sort: ITER 9: 149.59 M hits/sec, 152.22 QPS (1.48 sec for 225 queries), totHits=221118844 713.6s: points, sort: ITER 10: 149.85 M hits/sec, 152.48 QPS (1.48 sec for 225 queries), totHits=221118844 715.7s: points, sort: ITER 11: 150.78 M hits/sec, 153.43 QPS (1.47 sec for 225 queries), totHits=221118844 715.7s: points, sort: *** 717.9s: points, sort: ITER 12: 149.99 M hits/sec, 152.63 QPS (1.47 sec for 225 queries), totHits=221118844 720.0s: points, sort: ITER 13: 151.95 M hits/sec, 154.61 QPS (1.46 sec for 225 queries), totHits=221118844 720.0s: points, sort: *** 722.1s: points, sort: ITER 14: 151.76 M hits/sec, 154.43 QPS (1.46 sec for 225 queries), totHits=221118844 724.2s: points, sort: ITER 15: 150.88 M hits/sec, 153.53 QPS (1.47 sec for 225 queries), totHits=221118844 726.3s: points, sort: ITER 16: 151.04 M hits/sec, 153.69 QPS (1.46 sec for 225 queries), totHits=221118844 728.5s: points, sort: ITER 17: 152.24 M hits/sec, 154.92 QPS (1.45 sec for 225 queries), totHits=221118844 728.5s: points, sort: *** 730.6s: points, sort: ITER 18: 150.03 M hits/sec, 152.66 QPS (1.47 sec for 225 queries), totHits=221118844 732.7s: points, sort: ITER 19: 149.44 M hits/sec, 152.06 QPS (1.48 sec for 225 queries), totHits=221118844 732.7s: points, sort: BEST M hits/sec: 152.24409111529582 732.7s: points, sort: BEST QPS: 154.9163331413833 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.6s|0.0s|0.70|0.00| |points|112.8s|0.0s|0.49|0.00| |shapes|167.2s|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|249.34|157.65|355855227| |poly 10|points|274.16|173.37|355809475| |poly 10|geopoint|||| |poly 10|shapes|180.94|114.42|355809475| |polyMedium|geo3d|2.56|31.40|2693541| |polyMedium|points|16.75|205.20|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.69|167.71|2693559| |polyRussia|geo3d|3.62|1.03|3508671| |polyRussia|points|66.06|18.83|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.00|12.82|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3279.23|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|152.24|154.92|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 733.0s: points, distance: INDEX SIZE: 0.4939169967547059 GB 733.0s: points, distance: READER MB: 0.0 733.0s: points, distance: maxDoc=60844404 735.0s: points, distance: ITER 0: 195.74 M hits/sec, 115.00 QPS (1.96 sec for 225 queries), totHits=382961957 735.0s: points, distance: *** 736.5s: points, distance: ITER 1: 252.88 M hits/sec, 148.57 QPS (1.51 sec for 225 queries), totHits=382961957 736.5s: points, distance: *** 737.7s: points, distance: ITER 2: 311.71 M hits/sec, 183.14 QPS (1.23 sec for 225 queries), totHits=382961957 737.7s: points, distance: *** 739.0s: points, distance: ITER 3: 302.09 M hits/sec, 177.49 QPS (1.27 sec for 225 queries), totHits=382961957 740.2s: points, distance: ITER 4: 320.82 M hits/sec, 188.49 QPS (1.19 sec for 225 queries), totHits=382961957 740.2s: points, distance: *** 741.4s: points, distance: ITER 5: 323.67 M hits/sec, 190.16 QPS (1.18 sec for 225 queries), totHits=382961957 741.4s: points, distance: *** 742.5s: points, distance: ITER 6: 321.00 M hits/sec, 188.60 QPS (1.19 sec for 225 queries), totHits=382961957 743.7s: points, distance: ITER 7: 320.99 M hits/sec, 188.59 QPS (1.19 sec for 225 queries), totHits=382961957 744.9s: points, distance: ITER 8: 321.18 M hits/sec, 188.70 QPS (1.19 sec for 225 queries), totHits=382961957 746.1s: points, distance: ITER 9: 318.34 M hits/sec, 187.04 QPS (1.20 sec for 225 queries), totHits=382961957 747.3s: points, distance: ITER 10: 315.78 M hits/sec, 185.53 QPS (1.21 sec for 225 queries), totHits=382961957 748.6s: points, distance: ITER 11: 318.47 M hits/sec, 187.11 QPS (1.20 sec for 225 queries), totHits=382961957 749.8s: points, distance: ITER 12: 317.04 M hits/sec, 186.27 QPS (1.21 sec for 225 queries), totHits=382961957 751.0s: points, distance: ITER 13: 312.71 M hits/sec, 183.72 QPS (1.22 sec for 225 queries), totHits=382961957 752.2s: points, distance: ITER 14: 310.48 M hits/sec, 182.41 QPS (1.23 sec for 225 queries), totHits=382961957 753.4s: points, distance: ITER 15: 311.95 M hits/sec, 183.28 QPS (1.23 sec for 225 queries), totHits=382961957 754.6s: points, distance: ITER 16: 318.37 M hits/sec, 187.05 QPS (1.20 sec for 225 queries), totHits=382961957 755.9s: points, distance: ITER 17: 313.13 M hits/sec, 183.97 QPS (1.22 sec for 225 queries), totHits=382961957 757.1s: points, distance: ITER 18: 310.33 M hits/sec, 182.33 QPS (1.23 sec for 225 queries), totHits=382961957 758.3s: points, distance: ITER 19: 310.18 M hits/sec, 182.24 QPS (1.23 sec for 225 queries), totHits=382961957 758.3s: points, distance: BEST M hits/sec: 323.6702815109155 758.3s: points, distance: BEST QPS: 190.16461559380426 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.6s|0.0s|0.70|0.00| |points|112.8s|0.0s|0.49|0.00| |shapes|167.2s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|323.67|190.16|382961957| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|249.34|157.65|355855227| |poly 10|points|274.16|173.37|355809475| |poly 10|geopoint|||| |poly 10|shapes|180.94|114.42|355809475| |polyMedium|geo3d|2.56|31.40|2693541| |polyMedium|points|16.75|205.20|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.69|167.71|2693559| |polyRussia|geo3d|3.62|1.03|3508671| |polyRussia|points|66.06|18.83|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.00|12.82|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3279.23|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|152.24|154.92|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 758.6s: geo3d, distance: INDEX SIZE: 0.6990031152963638 GB 758.6s: geo3d, distance: READER MB: 0.0 758.6s: geo3d, distance: maxDoc=60844404 760.2s: geo3d, distance: ITER 0: 234.34 M hits/sec, 137.53 QPS (1.64 sec for 225 queries), totHits=383371904 760.2s: geo3d, distance: *** 761.5s: geo3d, distance: ITER 1: 292.33 M hits/sec, 171.57 QPS (1.31 sec for 225 queries), totHits=383371904 761.5s: geo3d, distance: *** 762.8s: geo3d, distance: ITER 2: 295.69 M hits/sec, 173.54 QPS (1.30 sec for 225 queries), totHits=383371904 762.8s: geo3d, distance: *** 764.2s: geo3d, distance: ITER 3: 275.44 M hits/sec, 161.66 QPS (1.39 sec for 225 queries), totHits=383371904 765.5s: geo3d, distance: ITER 4: 309.34 M hits/sec, 181.55 QPS (1.24 sec for 225 queries), totHits=383371904 765.5s: geo3d, distance: *** 766.7s: geo3d, distance: ITER 5: 304.93 M hits/sec, 178.97 QPS (1.26 sec for 225 queries), totHits=383371904 768.0s: geo3d, distance: ITER 6: 309.31 M hits/sec, 181.53 QPS (1.24 sec for 225 queries), totHits=383371904 769.2s: geo3d, distance: ITER 7: 312.71 M hits/sec, 183.53 QPS (1.23 sec for 225 queries), totHits=383371904 769.2s: geo3d, distance: *** 770.4s: geo3d, distance: ITER 8: 310.31 M hits/sec, 182.12 QPS (1.24 sec for 225 queries), totHits=383371904 771.7s: geo3d, distance: ITER 9: 306.34 M hits/sec, 179.79 QPS (1.25 sec for 225 queries), totHits=383371904 772.9s: geo3d, distance: ITER 10: 308.54 M hits/sec, 181.08 QPS (1.24 sec for 225 queries), totHits=383371904 774.2s: geo3d, distance: ITER 11: 308.16 M hits/sec, 180.86 QPS (1.24 sec for 225 queries), totHits=383371904 775.4s: geo3d, distance: ITER 12: 305.88 M hits/sec, 179.52 QPS (1.25 sec for 225 queries), totHits=383371904 776.7s: geo3d, distance: ITER 13: 302.71 M hits/sec, 177.66 QPS (1.27 sec for 225 queries), totHits=383371904 777.9s: geo3d, distance: ITER 14: 309.00 M hits/sec, 181.35 QPS (1.24 sec for 225 queries), totHits=383371904 779.2s: geo3d, distance: ITER 15: 309.32 M hits/sec, 181.54 QPS (1.24 sec for 225 queries), totHits=383371904 780.4s: geo3d, distance: ITER 16: 303.02 M hits/sec, 177.84 QPS (1.27 sec for 225 queries), totHits=383371904 781.7s: geo3d, distance: ITER 17: 305.28 M hits/sec, 179.17 QPS (1.26 sec for 225 queries), totHits=383371904 782.9s: geo3d, distance: ITER 18: 305.68 M hits/sec, 179.40 QPS (1.25 sec for 225 queries), totHits=383371904 784.2s: geo3d, distance: ITER 19: 304.88 M hits/sec, 178.94 QPS (1.26 sec for 225 queries), totHits=383371904 784.2s: geo3d, distance: BEST M hits/sec: 312.71403796982116 784.2s: geo3d, distance: BEST QPS: 183.5310772883601 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.6s|0.0s|0.70|0.00| |points|112.8s|0.0s|0.49|0.00| |shapes|167.2s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|312.71|183.53|383371904| |distance|points|323.67|190.16|382961957| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|249.34|157.65|355855227| |poly 10|points|274.16|173.37|355809475| |poly 10|geopoint|||| |poly 10|shapes|180.94|114.42|355809475| |polyMedium|geo3d|2.56|31.40|2693541| |polyMedium|points|16.75|205.20|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.69|167.71|2693559| |polyRussia|geo3d|3.62|1.03|3508671| |polyRussia|points|66.06|18.83|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.00|12.82|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3279.23|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|152.24|154.92|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 784.5s: shapes, distance: INDEX SIZE: 1.2543620793148875 GB 784.5s: shapes, distance: READER MB: 0.0 784.5s: shapes, distance: maxDoc=60844404 787.0s: shapes, distance: ITER 0: 152.87 M hits/sec, 89.82 QPS (2.51 sec for 225 queries), totHits=382961957 787.0s: shapes, distance: *** 789.1s: shapes, distance: ITER 1: 176.79 M hits/sec, 103.87 QPS (2.17 sec for 225 queries), totHits=382961957 789.1s: shapes, distance: *** 790.9s: shapes, distance: ITER 2: 212.37 M hits/sec, 124.77 QPS (1.80 sec for 225 queries), totHits=382961957 790.9s: shapes, distance: *** 792.7s: shapes, distance: ITER 3: 219.10 M hits/sec, 128.73 QPS (1.75 sec for 225 queries), totHits=382961957 792.7s: shapes, distance: *** 794.4s: shapes, distance: ITER 4: 222.96 M hits/sec, 131.00 QPS (1.72 sec for 225 queries), totHits=382961957 794.4s: shapes, distance: *** 796.1s: shapes, distance: ITER 5: 223.94 M hits/sec, 131.57 QPS (1.71 sec for 225 queries), totHits=382961957 796.1s: shapes, distance: *** 797.8s: shapes, distance: ITER 6: 222.84 M hits/sec, 130.93 QPS (1.72 sec for 225 queries), totHits=382961957 799.6s: shapes, distance: ITER 7: 222.41 M hits/sec, 130.67 QPS (1.72 sec for 225 queries), totHits=382961957 801.3s: shapes, distance: ITER 8: 224.74 M hits/sec, 132.04 QPS (1.70 sec for 225 queries), totHits=382961957 801.3s: shapes, distance: *** 803.0s: shapes, distance: ITER 9: 222.36 M hits/sec, 130.64 QPS (1.72 sec for 225 queries), totHits=382961957 804.7s: shapes, distance: ITER 10: 220.69 M hits/sec, 129.66 QPS (1.74 sec for 225 queries), totHits=382961957 806.4s: shapes, distance: ITER 11: 222.94 M hits/sec, 130.98 QPS (1.72 sec for 225 queries), totHits=382961957 808.2s: shapes, distance: ITER 12: 223.55 M hits/sec, 131.34 QPS (1.71 sec for 225 queries), totHits=382961957 809.9s: shapes, distance: ITER 13: 223.66 M hits/sec, 131.40 QPS (1.71 sec for 225 queries), totHits=382961957 811.6s: shapes, distance: ITER 14: 222.94 M hits/sec, 130.98 QPS (1.72 sec for 225 queries), totHits=382961957 813.3s: shapes, distance: ITER 15: 222.83 M hits/sec, 130.92 QPS (1.72 sec for 225 queries), totHits=382961957 815.0s: shapes, distance: ITER 16: 221.54 M hits/sec, 130.16 QPS (1.73 sec for 225 queries), totHits=382961957 816.8s: shapes, distance: ITER 17: 219.39 M hits/sec, 128.90 QPS (1.75 sec for 225 queries), totHits=382961957 818.5s: shapes, distance: ITER 18: 221.13 M hits/sec, 129.92 QPS (1.73 sec for 225 queries), totHits=382961957 820.2s: shapes, distance: ITER 19: 220.46 M hits/sec, 129.53 QPS (1.74 sec for 225 queries), totHits=382961957 820.2s: shapes, distance: BEST M hits/sec: 224.744907338907 820.2s: shapes, distance: BEST QPS: 132.04341378288413 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.6s|0.0s|0.70|0.00| |points|112.8s|0.0s|0.49|0.00| |shapes|167.2s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|312.71|183.53|383371904| |distance|points|323.67|190.16|382961957| |distance|geopoint|||| |distance|shapes|224.74|132.04|382961957| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|249.34|157.65|355855227| |poly 10|points|274.16|173.37|355809475| |poly 10|geopoint|||| |poly 10|shapes|180.94|114.42|355809475| |polyMedium|geo3d|2.56|31.40|2693541| |polyMedium|points|16.75|205.20|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.69|167.71|2693559| |polyRussia|geo3d|3.62|1.03|3508671| |polyRussia|points|66.06|18.83|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.00|12.82|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3279.23|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|152.24|154.92|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 820.5s: points, box: INDEX SIZE: 0.4939169967547059 GB 820.5s: points, box: READER MB: 0.0 820.5s: points, box: maxDoc=60844404 821.4s: points, box: ITER 0: 259.90 M hits/sec, 264.46 QPS (0.85 sec for 225 queries), totHits=221118844 821.4s: points, box: *** 821.9s: points, box: ITER 1: 405.27 M hits/sec, 412.38 QPS (0.55 sec for 225 queries), totHits=221118844 821.9s: points, box: *** 822.5s: points, box: ITER 2: 393.70 M hits/sec, 400.61 QPS (0.56 sec for 225 queries), totHits=221118844 823.0s: points, box: ITER 3: 398.99 M hits/sec, 405.99 QPS (0.55 sec for 225 queries), totHits=221118844 823.6s: points, box: ITER 4: 397.57 M hits/sec, 404.55 QPS (0.56 sec for 225 queries), totHits=221118844 824.2s: points, box: ITER 5: 365.96 M hits/sec, 372.39 QPS (0.60 sec for 225 queries), totHits=221118844 824.7s: points, box: ITER 6: 391.20 M hits/sec, 398.07 QPS (0.57 sec for 225 queries), totHits=221118844 825.3s: points, box: ITER 7: 402.55 M hits/sec, 409.61 QPS (0.55 sec for 225 queries), totHits=221118844 825.9s: points, box: ITER 8: 382.41 M hits/sec, 389.13 QPS (0.58 sec for 225 queries), totHits=221118844 826.4s: points, box: ITER 9: 385.81 M hits/sec, 392.58 QPS (0.57 sec for 225 queries), totHits=221118844 827.0s: points, box: ITER 10: 418.75 M hits/sec, 426.10 QPS (0.53 sec for 225 queries), totHits=221118844 827.0s: points, box: *** 827.5s: points, box: ITER 11: 427.64 M hits/sec, 435.15 QPS (0.52 sec for 225 queries), totHits=221118844 827.5s: points, box: *** 828.0s: points, box: ITER 12: 432.92 M hits/sec, 440.51 QPS (0.51 sec for 225 queries), totHits=221118844 828.0s: points, box: *** 828.5s: points, box: ITER 13: 434.88 M hits/sec, 442.51 QPS (0.51 sec for 225 queries), totHits=221118844 828.5s: points, box: *** 829.0s: points, box: ITER 14: 432.64 M hits/sec, 440.24 QPS (0.51 sec for 225 queries), totHits=221118844 829.5s: points, box: ITER 15: 427.23 M hits/sec, 434.73 QPS (0.52 sec for 225 queries), totHits=221118844 830.1s: points, box: ITER 16: 425.03 M hits/sec, 432.49 QPS (0.52 sec for 225 queries), totHits=221118844 830.6s: points, box: ITER 17: 431.12 M hits/sec, 438.69 QPS (0.51 sec for 225 queries), totHits=221118844 831.1s: points, box: ITER 18: 417.36 M hits/sec, 424.69 QPS (0.53 sec for 225 queries), totHits=221118844 831.6s: points, box: ITER 19: 426.72 M hits/sec, 434.21 QPS (0.52 sec for 225 queries), totHits=221118844 831.6s: points, box: BEST M hits/sec: 434.88114718910816 831.6s: points, box: BEST QPS: 442.5143345880975 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.6s|0.0s|0.70|0.00| |points|112.8s|0.0s|0.49|0.00| |shapes|167.2s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|312.71|183.53|383371904| |distance|points|323.67|190.16|382961957| |distance|geopoint|||| |distance|shapes|224.74|132.04|382961957| |box|geo3d|||| |box|points|434.88|442.51|221118844| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|249.34|157.65|355855227| |poly 10|points|274.16|173.37|355809475| |poly 10|geopoint|||| |poly 10|shapes|180.94|114.42|355809475| |polyMedium|geo3d|2.56|31.40|2693541| |polyMedium|points|16.75|205.20|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.69|167.71|2693559| |polyRussia|geo3d|3.62|1.03|3508671| |polyRussia|points|66.06|18.83|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.00|12.82|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3279.23|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|152.24|154.92|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 831.9s: geo3d, box: INDEX SIZE: 0.6990031152963638 GB 831.9s: geo3d, box: READER MB: 0.0 831.9s: geo3d, box: maxDoc=60844404 833.1s: geo3d, box: ITER 0: 174.24 M hits/sec, 177.30 QPS (1.27 sec for 225 queries), totHits=221118844 833.1s: geo3d, box: *** 834.1s: geo3d, box: ITER 1: 232.25 M hits/sec, 236.33 QPS (0.95 sec for 225 queries), totHits=221118844 834.1s: geo3d, box: *** 835.1s: geo3d, box: ITER 2: 230.65 M hits/sec, 234.70 QPS (0.96 sec for 225 queries), totHits=221118844 836.1s: geo3d, box: ITER 3: 214.37 M hits/sec, 218.13 QPS (1.03 sec for 225 queries), totHits=221118844 837.1s: geo3d, box: ITER 4: 211.18 M hits/sec, 214.88 QPS (1.05 sec for 225 queries), totHits=221118844 838.0s: geo3d, box: ITER 5: 246.13 M hits/sec, 250.46 QPS (0.90 sec for 225 queries), totHits=221118844 838.0s: geo3d, box: *** 838.9s: geo3d, box: ITER 6: 243.90 M hits/sec, 248.18 QPS (0.91 sec for 225 queries), totHits=221118844 839.8s: geo3d, box: ITER 7: 245.47 M hits/sec, 249.78 QPS (0.90 sec for 225 queries), totHits=221118844 840.7s: geo3d, box: ITER 8: 247.85 M hits/sec, 252.20 QPS (0.89 sec for 225 queries), totHits=221118844 840.7s: geo3d, box: *** 841.6s: geo3d, box: ITER 9: 248.32 M hits/sec, 252.68 QPS (0.89 sec for 225 queries), totHits=221118844 841.6s: geo3d, box: *** 842.5s: geo3d, box: ITER 10: 240.26 M hits/sec, 244.48 QPS (0.92 sec for 225 queries), totHits=221118844 843.4s: geo3d, box: ITER 11: 246.12 M hits/sec, 250.44 QPS (0.90 sec for 225 queries), totHits=221118844 844.4s: geo3d, box: ITER 12: 240.93 M hits/sec, 245.16 QPS (0.92 sec for 225 queries), totHits=221118844 845.3s: geo3d, box: ITER 13: 246.36 M hits/sec, 250.68 QPS (0.90 sec for 225 queries), totHits=221118844 846.2s: geo3d, box: ITER 14: 247.95 M hits/sec, 252.30 QPS (0.89 sec for 225 queries), totHits=221118844 847.1s: geo3d, box: ITER 15: 237.79 M hits/sec, 241.96 QPS (0.93 sec for 225 queries), totHits=221118844 848.0s: geo3d, box: ITER 16: 237.68 M hits/sec, 241.85 QPS (0.93 sec for 225 queries), totHits=221118844 848.9s: geo3d, box: ITER 17: 241.58 M hits/sec, 245.82 QPS (0.92 sec for 225 queries), totHits=221118844 849.8s: geo3d, box: ITER 18: 244.60 M hits/sec, 248.89 QPS (0.90 sec for 225 queries), totHits=221118844 850.7s: geo3d, box: ITER 19: 242.44 M hits/sec, 246.70 QPS (0.91 sec for 225 queries), totHits=221118844 850.7s: geo3d, box: BEST M hits/sec: 248.32428326481562 850.7s: geo3d, box: BEST QPS: 252.68295873771623 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.6s|0.0s|0.70|0.00| |points|112.8s|0.0s|0.49|0.00| |shapes|167.2s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|312.71|183.53|383371904| |distance|points|323.67|190.16|382961957| |distance|geopoint|||| |distance|shapes|224.74|132.04|382961957| |box|geo3d|248.32|252.68|221118844| |box|points|434.88|442.51|221118844| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|249.34|157.65|355855227| |poly 10|points|274.16|173.37|355809475| |poly 10|geopoint|||| |poly 10|shapes|180.94|114.42|355809475| |polyMedium|geo3d|2.56|31.40|2693541| |polyMedium|points|16.75|205.20|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.69|167.71|2693559| |polyRussia|geo3d|3.62|1.03|3508671| |polyRussia|points|66.06|18.83|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.00|12.82|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3279.23|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|152.24|154.92|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 851.0s: shapes, box: INDEX SIZE: 1.2543620793148875 GB 851.0s: shapes, box: READER MB: 0.0 851.0s: shapes, box: maxDoc=60844404 852.4s: shapes, box: ITER 0: 154.61 M hits/sec, 157.32 QPS (1.43 sec for 225 queries), totHits=221118844 852.4s: shapes, box: *** 853.5s: shapes, box: ITER 1: 199.75 M hits/sec, 203.25 QPS (1.11 sec for 225 queries), totHits=221118844 853.5s: shapes, box: *** 854.7s: shapes, box: ITER 2: 191.38 M hits/sec, 194.74 QPS (1.16 sec for 225 queries), totHits=221118844 855.8s: shapes, box: ITER 3: 200.14 M hits/sec, 203.66 QPS (1.10 sec for 225 queries), totHits=221118844 855.8s: shapes, box: *** 856.9s: shapes, box: ITER 4: 198.04 M hits/sec, 201.51 QPS (1.12 sec for 225 queries), totHits=221118844 858.0s: shapes, box: ITER 5: 201.89 M hits/sec, 205.43 QPS (1.10 sec for 225 queries), totHits=221118844 858.0s: shapes, box: *** 859.1s: shapes, box: ITER 6: 208.53 M hits/sec, 212.19 QPS (1.06 sec for 225 queries), totHits=221118844 859.1s: shapes, box: *** 860.1s: shapes, box: ITER 7: 209.61 M hits/sec, 213.29 QPS (1.05 sec for 225 queries), totHits=221118844 860.1s: shapes, box: *** 861.2s: shapes, box: ITER 8: 213.30 M hits/sec, 217.04 QPS (1.04 sec for 225 queries), totHits=221118844 861.2s: shapes, box: *** 862.2s: shapes, box: ITER 9: 209.83 M hits/sec, 213.51 QPS (1.05 sec for 225 queries), totHits=221118844 863.3s: shapes, box: ITER 10: 210.84 M hits/sec, 214.54 QPS (1.05 sec for 225 queries), totHits=221118844 864.3s: shapes, box: ITER 11: 210.03 M hits/sec, 213.72 QPS (1.05 sec for 225 queries), totHits=221118844 865.4s: shapes, box: ITER 12: 208.73 M hits/sec, 212.39 QPS (1.06 sec for 225 queries), totHits=221118844 866.4s: shapes, box: ITER 13: 211.58 M hits/sec, 215.29 QPS (1.05 sec for 225 queries), totHits=221118844 867.5s: shapes, box: ITER 14: 209.31 M hits/sec, 212.99 QPS (1.06 sec for 225 queries), totHits=221118844 868.6s: shapes, box: ITER 15: 201.34 M hits/sec, 204.87 QPS (1.10 sec for 225 queries), totHits=221118844 869.7s: shapes, box: ITER 16: 205.49 M hits/sec, 209.09 QPS (1.08 sec for 225 queries), totHits=221118844 870.7s: shapes, box: ITER 17: 208.32 M hits/sec, 211.97 QPS (1.06 sec for 225 queries), totHits=221118844 871.8s: shapes, box: ITER 18: 210.99 M hits/sec, 214.70 QPS (1.05 sec for 225 queries), totHits=221118844 872.8s: shapes, box: ITER 19: 207.52 M hits/sec, 211.17 QPS (1.07 sec for 225 queries), totHits=221118844 872.8s: shapes, box: BEST M hits/sec: 213.2993573873745 872.8s: shapes, box: BEST QPS: 217.04326299824208 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|135.6s|0.0s|0.70|0.00| |points|112.8s|0.0s|0.49|0.00| |shapes|167.2s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|312.71|183.53|383371904| |distance|points|323.67|190.16|382961957| |distance|geopoint|||| |distance|shapes|224.74|132.04|382961957| |box|geo3d|248.32|252.68|221118844| |box|points|434.88|442.51|221118844| |box|geopoint|||| |box|shapes|213.30|217.04|221118844| |poly 10|geo3d|249.34|157.65|355855227| |poly 10|points|274.16|173.37|355809475| |poly 10|geopoint|||| |poly 10|shapes|180.94|114.42|355809475| |polyMedium|geo3d|2.56|31.40|2693541| |polyMedium|points|16.75|205.20|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.69|167.71|2693559| |polyRussia|geo3d|3.62|1.03|3508671| |polyRussia|points|66.06|18.83|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|45.00|12.82|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3279.23|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|152.24|154.92|221118844| |sort|geopoint|||| |sort|shapes|||| Took 874.1 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 3f998812269..9c957f8a2c6 main -> origin/main Updating 3f998812269..9c957f8a2c6 Fast-forward lucene/CHANGES.txt | 7 + lucene/benchmark-jmh/build.gradle | 1 + lucene/benchmark-jmh/src/java/module-info.java | 1 + .../jmh/DiversifyingChildrenKnnQueryBenchmark.java | 182 +++++++++++++++++++++ .../codecs/lucene90/Lucene90DocValuesProducer.java | 60 +++++++ .../document/SortedSkipperScorerSupplier.java | 2 +- .../java/org/apache/lucene/index/DocIDMerger.java | 4 +- .../lucene/search/BatchDocValuesRangeIterator.java | 2 +- .../document/TestSortedSkipperScorerSupplier.java | 155 ++++++++++++++++++ .../apache/lucene/search/TestDocValuesQueries.java | 5 +- .../org/apache/lucene/search/TestSimilarity.java | 8 +- .../TestSkipBlockRangeIteratorIntoBitSet.java | 34 ++++ .../search/grouping/TestAllGroupsCollector.java | 5 +- .../tests/index/BaseDocValuesFormatTestCase.java | 153 +++++++++++++++++ 14 files changed, 608 insertions(+), 11 deletions(-) create mode 100644 lucene/benchmark-jmh/src/java/org/apache/lucene/benchmark/jmh/DiversifyingChildrenKnnQueryBenchmark.java create mode 100644 lucene/core/src/test/org/apache/lucene/document/TestSortedSkipperScorerSupplier.java creating directories /l/logs.nightly/taxis/2026.05.22.13.44.00... Lucene git hash: 9c957f8a2c6dea79e834b308ec2288d999f5acbd Compile lucene core... run: "../../gradlew jar" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core log: /l/logs.nightly/taxis/2026.05.22.13.44.00/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.22.13.44.00/index.1threads.sparse.sorted.log 3.1 sec: 0.3 M docs; 95.7 K docs/sec 6.8 sec: 0.6 M docs; 88.6 K docs/sec 10.1 sec: 0.9 M docs; 88.9 K docs/sec 13.4 sec: 1.2 M docs; 89.6 K docs/sec 16.7 sec: 1.5 M docs; 90.0 K docs/sec 20.7 sec: 1.9 M docs; 91.7 K docs/sec 24.0 sec: 2.2 M docs; 91.5 K docs/sec 28.1 sec: 2.6 M docs; 92.5 K docs/sec 32.2 sec: 3.0 M docs; 93.2 K docs/sec 35.4 sec: 3.3 M docs; 93.1 K docs/sec 48.5 sec: 3.7 M docs; 76.3 K docs/sec 52.5 sec: 4.1 M docs; 78.0 K docs/sec 55.8 sec: 4.4 M docs; 78.9 K docs/sec 59.9 sec: 4.8 M docs; 80.2 K docs/sec 63.9 sec: 5.2 M docs; 81.3 K docs/sec 67.2 sec: 5.5 M docs; 81.8 K docs/sec 71.3 sec: 5.9 M docs; 82.8 K docs/sec 75.4 sec: 6.3 M docs; 83.6 K docs/sec 78.6 sec: 6.6 M docs; 84.0 K docs/sec 82.7 sec: 7.0 M docs; 84.7 K docs/sec 95.7 sec: 7.4 M docs; 77.3 K docs/sec 99.0 sec: 7.7 M docs; 77.8 K docs/sec 103.0 sec: 8.1 M docs; 78.6 K docs/sec 107.1 sec: 8.5 M docs; 79.4 K docs/sec 110.3 sec: 8.8 M docs; 79.8 K docs/sec 114.4 sec: 9.2 M docs; 80.4 K docs/sec 118.5 sec: 9.6 M docs; 81.0 K docs/sec 121.7 sec: 9.9 M docs; 81.3 K docs/sec 125.8 sec: 10.3 M docs; 81.9 K docs/sec 129.8 sec: 10.7 M docs; 82.4 K docs/sec 142.0 sec: 11.0 M docs; 77.5 K docs/sec 146.1 sec: 11.4 M docs; 78.0 K docs/sec 150.1 sec: 11.8 M docs; 78.6 K docs/sec 153.4 sec: 12.1 M docs; 78.9 K docs/sec 157.4 sec: 12.5 M docs; 79.4 K docs/sec 161.5 sec: 12.9 M docs; 79.9 K docs/sec 164.7 sec: 13.2 M docs; 80.1 K docs/sec 168.8 sec: 13.6 M docs; 80.6 K docs/sec 172.8 sec: 14.0 M docs; 81.0 K docs/sec 176.1 sec: 14.3 M docs; 81.2 K docs/sec 189.1 sec: 14.7 M docs; 77.7 K docs/sec 193.2 sec: 15.1 M docs; 78.2 K docs/sec 196.4 sec: 15.4 M docs; 78.4 K docs/sec 200.5 sec: 15.8 M docs; 78.8 K docs/sec 204.5 sec: 16.2 M docs; 79.2 K docs/sec 207.8 sec: 16.5 M docs; 79.4 K docs/sec 211.8 sec: 16.9 M docs; 79.8 K docs/sec 215.9 sec: 17.3 M docs; 80.1 K docs/sec 219.1 sec: 17.6 M docs; 80.3 K docs/sec 223.1 sec: 18.0 M docs; 80.7 K docs/sec 236.1 sec: 18.4 M docs; 77.9 K docs/sec 239.4 sec: 18.7 M docs; 78.1 K docs/sec 243.4 sec: 19.1 M docs; 78.5 K docs/sec 246.8 sec: 19.4 M docs; 78.6 K docs/sec 250.7 sec: 19.8 M docs; 79.0 K docs/sec 252.4 sec: 20.0 M docs; 79.3 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.22.13.44.00/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.22.13.44.00/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.22.13.44.00/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.22.13.44.00/index.1threads.sparse.log 2.9 sec: 0.3 M docs; 102.7 K docs/sec 6.4 sec: 0.6 M docs; 94.1 K docs/sec 9.5 sec: 0.9 M docs; 94.7 K docs/sec 12.6 sec: 1.2 M docs; 95.6 K docs/sec 15.6 sec: 1.5 M docs; 96.1 K docs/sec 19.4 sec: 1.9 M docs; 97.8 K docs/sec 22.5 sec: 2.2 M docs; 97.6 K docs/sec 26.4 sec: 2.6 M docs; 98.5 K docs/sec 30.2 sec: 3.0 M docs; 99.3 K docs/sec 33.3 sec: 3.3 M docs; 99.2 K docs/sec 44.8 sec: 3.7 M docs; 82.7 K docs/sec 48.6 sec: 4.1 M docs; 84.4 K docs/sec 51.6 sec: 4.4 M docs; 85.2 K docs/sec 55.4 sec: 4.8 M docs; 86.6 K docs/sec 59.3 sec: 5.2 M docs; 87.8 K docs/sec 62.3 sec: 5.5 M docs; 88.3 K docs/sec 66.1 sec: 5.9 M docs; 89.2 K docs/sec 69.9 sec: 6.3 M docs; 90.1 K docs/sec 73.0 sec: 6.6 M docs; 90.4 K docs/sec 76.8 sec: 7.0 M docs; 91.2 K docs/sec 88.2 sec: 7.4 M docs; 83.9 K docs/sec 91.3 sec: 7.7 M docs; 84.4 K docs/sec 95.1 sec: 8.1 M docs; 85.2 K docs/sec 98.9 sec: 8.5 M docs; 86.0 K docs/sec 101.9 sec: 8.8 M docs; 86.4 K docs/sec 105.7 sec: 9.2 M docs; 87.0 K docs/sec 109.5 sec: 9.6 M docs; 87.7 K docs/sec 112.5 sec: 9.9 M docs; 88.0 K docs/sec 116.3 sec: 10.3 M docs; 88.5 K docs/sec 120.2 sec: 10.7 M docs; 89.1 K docs/sec 130.7 sec: 11.0 M docs; 84.1 K docs/sec 134.5 sec: 11.4 M docs; 84.7 K docs/sec 138.3 sec: 11.8 M docs; 85.3 K docs/sec 141.3 sec: 12.1 M docs; 85.6 K docs/sec 145.1 sec: 12.5 M docs; 86.1 K docs/sec 148.9 sec: 12.9 M docs; 86.6 K docs/sec 152.0 sec: 13.2 M docs; 86.9 K docs/sec 155.8 sec: 13.6 M docs; 87.3 K docs/sec 159.6 sec: 14.0 M docs; 87.7 K docs/sec 162.6 sec: 14.3 M docs; 87.9 K docs/sec 174.0 sec: 14.7 M docs; 84.5 K docs/sec 177.8 sec: 15.1 M docs; 84.9 K docs/sec 180.9 sec: 15.4 M docs; 85.1 K docs/sec 184.7 sec: 15.8 M docs; 85.6 K docs/sec 188.5 sec: 16.2 M docs; 85.9 K docs/sec 191.5 sec: 16.5 M docs; 86.2 K docs/sec 195.3 sec: 16.9 M docs; 86.5 K docs/sec 199.1 sec: 17.3 M docs; 86.9 K docs/sec 202.1 sec: 17.6 M docs; 87.1 K docs/sec 206.0 sec: 18.0 M docs; 87.4 K docs/sec 217.3 sec: 18.4 M docs; 84.7 K docs/sec 220.4 sec: 18.7 M docs; 84.9 K docs/sec 224.2 sec: 19.1 M docs; 85.2 K docs/sec 227.3 sec: 19.4 M docs; 85.4 K docs/sec 231.0 sec: 19.8 M docs; 85.7 K docs/sec 232.6 sec: 20.0 M docs; 86.0 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.22.13.44.00/checkIndexsparse.log took 0.5 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.22.13.44.00/diskUsagesparse.log took 51.6 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.22.13.44.00/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.22.13.44.00/index.1threads.nonsparse.log 3.0 sec: 0.3 M docs; 100.7 K docs/sec 6.4 sec: 0.6 M docs; 93.0 K docs/sec 9.5 sec: 0.9 M docs; 95.2 K docs/sec 12.5 sec: 1.2 M docs; 96.3 K docs/sec 16.2 sec: 1.6 M docs; 98.8 K docs/sec 19.9 sec: 2.0 M docs; 100.6 K docs/sec 23.6 sec: 2.4 M docs; 101.7 K docs/sec 27.3 sec: 2.8 M docs; 102.5 K docs/sec 31.0 sec: 3.2 M docs; 103.2 K docs/sec 34.7 sec: 3.6 M docs; 103.7 K docs/sec 43.5 sec: 3.7 M docs; 85.0 K docs/sec 47.3 sec: 4.1 M docs; 86.8 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.2 K docs/sec 61.4 sec: 5.6 M docs; 91.3 K docs/sec 65.0 sec: 6.0 M docs; 92.3 K docs/sec 68.0 sec: 6.3 M docs; 92.6 K docs/sec 71.7 sec: 6.7 M docs; 93.5 K docs/sec 74.7 sec: 7.0 M docs; 93.7 K docs/sec 85.7 sec: 7.4 M docs; 86.3 K docs/sec 89.4 sec: 7.8 M docs; 87.2 K docs/sec 93.0 sec: 8.2 M docs; 88.1 K docs/sec 96.1 sec: 8.5 M docs; 88.5 K docs/sec 99.8 sec: 8.9 M docs; 89.2 K docs/sec 103.5 sec: 9.3 M docs; 89.9 K docs/sec 107.1 sec: 9.7 M docs; 90.6 K docs/sec 110.1 sec: 10.0 M docs; 90.8 K docs/sec 113.9 sec: 10.4 M docs; 91.3 K docs/sec 117.6 sec: 10.8 M docs; 91.8 K docs/sec 127.0 sec: 11.0 M docs; 86.6 K docs/sec 130.8 sec: 11.4 M docs; 87.2 K docs/sec 134.5 sec: 11.8 M docs; 87.8 K docs/sec 138.2 sec: 12.2 M docs; 88.3 K docs/sec 141.9 sec: 12.6 M docs; 88.8 K docs/sec 145.6 sec: 13.0 M docs; 89.3 K docs/sec 149.3 sec: 13.4 M docs; 89.7 K docs/sec 153.0 sec: 13.8 M docs; 90.2 K docs/sec 156.0 sec: 14.1 M docs; 90.4 K docs/sec 159.7 sec: 14.5 M docs; 90.8 K docs/sec 169.2 sec: 14.7 M docs; 86.9 K docs/sec 172.9 sec: 15.1 M docs; 87.3 K docs/sec 176.6 sec: 15.5 M docs; 87.8 K docs/sec 180.3 sec: 15.9 M docs; 88.2 K docs/sec 184.0 sec: 16.3 M docs; 88.6 K docs/sec 187.7 sec: 16.7 M docs; 89.0 K docs/sec 191.4 sec: 17.1 M docs; 89.3 K docs/sec 195.2 sec: 17.5 M docs; 89.7 K docs/sec 198.9 sec: 17.9 M docs; 90.0 K docs/sec 202.5 sec: 18.3 M docs; 90.4 K docs/sec 211.2 sec: 18.4 M docs; 87.1 K docs/sec 214.9 sec: 18.8 M docs; 87.5 K docs/sec 218.6 sec: 19.2 M docs; 87.8 K docs/sec 222.3 sec: 19.6 M docs; 88.2 K docs/sec 226.0 sec: 20.0 M docs; 88.5 K docs/sec 226.0 sec: 20.0 M docs; 88.5 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.22.13.44.00/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.22.13.44.00/diskUsagenonsparse.log took 44.3 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.22.13.44.00/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 22 01:59:20 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 22 02:04:14 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 352G 484G 43% / + echo 'Stopping background df process...' Stopping background df process... + kill 2889079 + wait 2889079 + 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.21.05.27.46 now shutil.copy2 /l/logs.nightly/all.log to /l/reports.nightly/2026.05.21.05.27.46