start: disk usage on /l: + df -h /l Filesystem Size Used Avail Use% Mounted on /dev/nvme1n1p1 880G 351G 485G 42% / + export ANT_HOME=/usr/local/src/apache-ant-1.9.5 + ANT_HOME=/usr/local/src/apache-ant-1.9.5 + export JAVA_HOME=/usr/lib/jvm/java-25-openjdk + JAVA_HOME=/usr/lib/jvm/java-25-openjdk + export GRADLE_HOME=/usr/local/src/gradle-2.9 + GRADLE_HOME=/usr/local/src/gradle-2.9 + export PATH=/usr/local/src/apache-ant-1.9.5/bin:/usr/lib/jvm/java-25-openjdk/bin:/usr/local/src/gradle-2.9/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games + PATH=/usr/local/src/apache-ant-1.9.5/bin:/usr/lib/jvm/java-25-openjdk/bin:/usr/local/src/gradle-2.9/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games ++ date + echo -e '\n\nMon May 18 09:59:27 AM EDT 2026: now start nightly benchmarks' Mon May 18 09:59:27 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 de92f115a31..ff110e83c79 main -> origin/main Updating de92f115a31..ff110e83c79 Fast-forward lucene/CHANGES.txt | 9 ++ .../apache/lucene/document/RangeBulkScorer.java | 98 ++++++++++++++ .../document/SortedSetDocValuesRangeQuery.java | 6 +- .../document/SortedSkipperScorerSupplier.java | 92 +++++++++---- .../java/org/apache/lucene/util/Accountable.java | 14 +- .../src/java/org/apache/lucene/util/BitSet.java | 14 ++ .../org/apache/lucene/util/BitSetIterator.java | 11 ++ .../java/org/apache/lucene/util/FixedBitSet.java | 42 ++++++ .../java/org/apache/lucene/util/NotDocIdSet.java | 7 + .../org/apache/lucene/util/RoaringDocIdSet.java | 34 +++++ .../org/apache/lucene/util/SparseFixedBitSet.java | 84 ++++++++++++ .../document/TestRangeFilteredBulkScorer.java | 144 +++++++++++++++++++++ .../lucene/index/TestColumnBatchIndexing.java | 33 +++-- .../org/apache/lucene/util/TestBitSetIterator.java | 144 +++++++++++++++++++++ .../org/apache/lucene/util/TestFixedBitSet.java | 22 ++++ .../org/apache/lucene/util/TestNotDocIdSet.java | 61 +++++++++ .../apache/lucene/util/TestRoaringDocIdSet.java | 85 ++++++++++++ .../apache/lucene/util/TestSparseFixedBitSet.java | 29 +++++ .../lucene/tests/util/BaseBitSetTestCase.java | 9 ++ 19 files changed, 898 insertions(+), 40 deletions(-) create mode 100644 lucene/core/src/java/org/apache/lucene/document/RangeBulkScorer.java create mode 100644 lucene/core/src/test/org/apache/lucene/document/TestRangeFilteredBulkScorer.java create mode 100644 lucene/core/src/test/org/apache/lucene/util/TestBitSetIterator.java + ../gradlew clean 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 :lucene:classification:clean > Task :lucene:analysis:clean UP-TO-DATE > Task :lucene:demo:clean > Task :lucene:analysis.tests:clean > Task :lucene:core.tests:clean > Task :lucene:clean UP-TO-DATE > Task :lucene:distribution:clean UP-TO-DATE > Task :lucene:distribution.tests:clean > Task :lucene:documentation:clean UP-TO-DATE > Task :lucene:benchmark:clean > Task :lucene:codecs:clean > Task :lucene:expressions:clean > Task :lucene:grouping:clean > Task :lucene:memory:clean > Task :lucene:join:clean > Task :lucene:replicator:clean > Task :lucene:highlighter:clean > Task :lucene:monitor:clean > Task :lucene:misc:clean > Task :lucene:backward-codecs:clean > Task :lucene:facet:clean > Task :lucene:spatial-test-fixtures:clean > Task :lucene:benchmark-jmh:clean > Task :lucene:analysis:icu:clean > Task :lucene:luke:clean > Task :lucene:spatial-extras:clean > Task :lucene:spatial3d: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:smartcn:clean > Task :lucene:analysis:nori:clean > Task :lucene:analysis:kuromoji:clean > Task :lucene:analysis:stempel:clean > Task :lucene:test-framework:clean > Task :lucene:analysis:common:clean > Task :lucene:core:clean BUILD SUCCESSFUL in 6s 46 actionable tasks: 38 executed, 8 up-to-date Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.5.0/userguide/configuration_cache_enabling.html + ../gradlew jar + cd /l/util.nightly + echo 'activate luceneutil venv' activate luceneutil venv + make env make: Nothing to be done for 'env'. + source .venv/bin/activate ++ deactivate nondestructive ++ '[' -n '' ']' ++ '[' -n '' ']' ++ hash -r ++ '[' -n '' ']' ++ unset VIRTUAL_ENV ++ unset VIRTUAL_ENV_PROMPT ++ '[' '!' nondestructive = nondestructive ']' ++ case "$(uname)" in +++ uname ++ export VIRTUAL_ENV=/l/util.nightly/.venv ++ VIRTUAL_ENV=/l/util.nightly/.venv ++ _OLD_VIRTUAL_PATH=/usr/local/src/apache-ant-1.9.5/bin:/usr/lib/jvm/java-25-openjdk/bin:/usr/local/src/gradle-2.9/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games ++ PATH=/l/util.nightly/.venv/bin:/usr/local/src/apache-ant-1.9.5/bin:/usr/lib/jvm/java-25-openjdk/bin:/usr/local/src/gradle-2.9/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games ++ export PATH ++ VIRTUAL_ENV_PROMPT=.venv ++ export VIRTUAL_ENV_PROMPT ++ '[' -n '' ']' ++ '[' -z '' ']' ++ _OLD_VIRTUAL_PS1= ++ PS1='(.venv) ' ++ export PS1 ++ hash -r + rm -rf build + mkdir build + git pull origin main From github.com:mikemccand/luceneutil * branch main -> FETCH_HEAD Already up to date. + echo 'Run gradle test' Run gradle test + python3 -u /l/util.nightly/src/python/runNightlyGradleTestPrecommit.py ***USING BIG LINE FILE*** Using java from: /usr/lib/jvm/java-25-openjdk/bin/ gradle test log: /l/logs.nightly/ant_test/2026.05.18.lucene-tests.txt took: 1.5 min gradle precommit log: /l/logs.nightly/ant_test/2026.05.18.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: 303 open, 3959 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-18 10:03:33.534228] start [2026-05-18 10:03:33.534345] log dir /l/logs.nightly/2026.05.18.10.03.33 Java version (see also /l/logs.nightly/2026.05.18.10.03.33/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.18.10.03.33/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.18.10.03.33/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 = 1577058304 {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.18.10.03.33/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.18.10.03.33/cpu_frequency_info.txt): cmd='cpupower frequency-info' analyzing CPU 108: driver: amd-pstate-epp CPUs which run at the same hardware frequency: 108 CPUs which need to have their frequency coordinated by software: 108 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: 186. CPU specifics (see also /l/logs.nightly/2026.05.18.10.03.33/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.18.10.03.33/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.18.10.03.33/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.18.10.03.33/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.18.10.03.33/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.18.10.03.33/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.18.10.03.33/pacman.txt): cmd='pacman -Q' 7zip 26.00-1 abseil-cpp 20250814.1-1 acl 2.3.2-1 acpica 20250404-1 adobe-source-code-pro-fonts 2.042u+1.062i+1.026vf-2 adwaita-cursors 49.0-1 adwaita-fonts 49.0-2 adwaita-icon-theme 49.0-1 adwaita-icon-theme-legacy 46.2-3 alsa-lib 1.2.15.3-2 alsa-topology-conf 1.2.5.1-4 alsa-ucm-conf 1.2.15.3-1 amd-ucode 20260110-1 aom 3.13.1-2 apparmor 4.1.6-1 apr 1.7.6-1 apr-util 1.6.3-2 archlinux-keyring 20260206-1 argon2 20190702-6 at-spi2-core 2.58.3-1 atop 2.12.1-1 attr 2.5.2-1 audit 4.1.2-2 autoconf 2.72-1 automake 1.18.1-1 avahi 1:0.9rc3-1 base 3-3 bash 5.3.9-1 bash-completion 2.17.0-3 bcc 0.36.1-1 bcc-libbpf-tools 0.36.1-1 binutils 2.46-1 bison 3.8.2-8 boost-libs 1.89.0-4 bridge-utils 1.7.1-2 brotli 1.2.0-1 btop 1.4.6-1 bubblewrap 0.11.0-1 bzip2 1.0.8-6 ca-certificates 20240618-1 ca-certificates-mozilla 3.120.1-1 ca-certificates-utils 20240618-1 cairo 1.18.4-1 cantarell-fonts 1:0.311-1 celt 0.11.3-4 clang 21.1.8-1 cmake 4.2.3-1 colord 1.4.8-1 compiler-rt 21.1.8-1 containerd 2.2.1-1 coreutils 9.10-1 cppdap 1.58.0-2 cpupower 6.19-2 cracklib 2.10.3-1 cryptsetup 2.8.4-1 curl 8.18.0-3 cython 3.2.4-3 dav1d 1.5.3-1 db 6.2.32-4 db5.3 5.3.28-7 dbus 1.16.2-1 dbus-broker 37-3 dbus-broker-units 37-3 dconf 0.49.0-1 debugedit 5.2-1 default-cursors 3-1 desktop-file-utils 0.28-1 device-mapper 2.03.38-1 diffutils 3.12-2 ding-libs 0.6.2-2 dkms 3.3.0-1 dmidecode 3.7-1 dnssec-anchors 20250524-1 docker 1:29.2.1-1 docker-compose 5.0.2-1 double-conversion 3.4.0-1 downgrade 11.8.0-1 duktape 2.7.0-7 e2fsprogs 1.47.3-2 elfutils 0.194-1 emacs 30.2-1 emacs-python-mode 6.3.1-1 ethtool 1:6.19-1 exiv2 0.28.7-1 expat 2.7.4-1 fakeroot 1.37.2-1 ffmpeg 2:8.0.1-7 fftw 3.3.10-8 file 5.46-5 filesystem 2025.10.12-1 findutils 4.10.0-3 flac 1.5.0-1 flex 2.6.4-5 fontconfig 2:2.17.1-1 freeglut 3.8.0-1 freetype2 2.14.1-2 fribidi 1.0.16-2 fzf 0.68.0-1 gawk 5.3.2-1 gc 8.2.12-1 gcc 15.2.1+r604+g0b99615a8aef-1 gcc-libs 15.2.1+r604+g0b99615a8aef-1 gd 2.3.3-9 gdb 17.1-2 gdb-common 17.1-2 gdbm 1.26-2 gdk-pixbuf2 2.44.4-1 geoip 1.6.12-3 geoip-database 20260204-1 gettext 1.0-2 ghostscript 10.06.0-1 giflib 5.2.2-2 git 2.53.0-1 glib-networking 1:2.80.1-1 glib2 2.86.4-1 glibc 2.43+r5+g856c426a7534-1 glslang 1:1.4.341.0-1 glu 9.0.3-3 glycin 2.0.8-1 gmp 6.3.0-3 gnu-netcat 0.7.1-10 gnulib-l10n 20241231-1 gnupg 2.4.9-1 gnuplot 6.0.4-1 gnutls 3.8.12-2 gobject-introspection-runtime 1.86.0-2 google-chrome 113.0.5672.63-1 gpac 1:2.4.0-1 gperftools 2.17.2-1 gpgme 2.0.1-1 gpm 1.20.7.r38.ge82d1a6-6 gradle 9.3.1-1 graphene 1.10.8-2 graphite 1:1.3.14-6 graphviz 14.1.2-1 grep 3.12-2 groff 1.23.0-8 grub 2:2.14-1 gsettings-desktop-schemas 49.1-1 gsettings-system-schemas 49.1-1 gsfonts 20200910-6 gsm 1.0.23-1 gssdp 1.6.4-1 gssproxy 0.9.2-2 gst-plugins-bad-libs 1.28.0-2 gst-plugins-base-libs 1.28.0-2 gstreamer 1.28.0-2 gtest 1.17.0-2 gtk-update-icon-cache 1:4.20.3-1 gtk3 1:3.24.51-1 gts 0.7.6.121130-5 guile 3.0.11-1 gupnp 1:1.6.9-1 gupnp-igd 1.6.0-2 gzip 1.14-2 harfbuzz 12.3.2-1 hddtemp 0.3.beta15.54-5 hdf5 2.0.0-4 hicolor-icon-theme 0.18-1 hidapi 0.15.0-1 highway 1.3.0-2 htop 3.4.1-1 http-parser 2.9.4-2 hwdata 0.404-1 hwloc 2.13.0-1 i2c-tools 4.4-4 iana-etc 20260203-1 icu 78.2-2 ijs 0.35-6 imath 3.2.2-3 imlib2 1.12.6-1 inetutils 2.7-2 iotop 0.6-13 iproute2 6.19.0-2 iptables 1:1.8.11-2 iputils 20250605-1 iso-codes 4.20.1-1 jack2 1.9.22-2 jansson 2.15.0-1 java-environment-common 3-6 java-openjdk-bin 20.u36-1 java-runtime-common 3-6 jbig2dec 0.20-1 jbigkit 2.1-8 jc 1.25.6-2 jdk-openjdk 25.0.2.u10-1 jdk17-openjdk 17.0.18.u8-1 jdk21-openjdk 21.0.10.u7-1 jemalloc 1:5.3.0-5 jitterentropy 3.6.3-1 js60 60.9.0-2 js78 78.15.0-4 json-c 0.18-2 json-glib 1.10.8-1 jsoncpp 1.9.6-3 judy 1.0.5-9 kbd 2.9.0-1 keyutils 1.6.3-3 kmod 34.2-1 krb5 1.21.3-2 l-smash 2.14.5-4 lame 3.101.r6531-1 lcms2 2.18-1 ldns 1.9.0-1 leancrypto 1.6.0-1 less 1:692-1 libaec 1.1.5-1 libaio 0.3.113-3 libarchive 3.8.5-1 libasan 15.2.1+r604+g0b99615a8aef-1 libass 0.17.4-1 libassuan 3.0.0-1 libasyncns 1:0.8+r3+g68cd5af-3 libatasmart 0.19-7 libatomic 15.2.1+r604+g0b99615a8aef-1 libavc1394 0.5.4-7 libavif 1.3.0-5 libb2 0.98.1-3 libblockdev 3.4.0-2 libblockdev-crypto 3.4.0-2 libblockdev-fs 3.4.0-2 libblockdev-loop 3.4.0-2 libblockdev-mdraid 3.4.0-2 libblockdev-nvme 3.4.0-2 libblockdev-part 3.4.0-2 libblockdev-smart 3.4.0-2 libblockdev-swap 3.4.0-2 libbluray 1.4.0-2 libbpf 1.6.2-1 libbs2b 3.1.0-10 libbsd 0.12.2-2 libbytesize 2.12-3 libcaca 0.99.beta20-6 libcanberra 1:0.30+r2+gc0620e4-6 libcap 2.77-1 libcap-ng 0.9-1 libcerf 1:3.3-1 libcloudproviders 0.4.0-1 libcolord 1.4.8-1 libcroco 0.6.13-2 libcups 2:2.4.16-2 libdaemon 0.14-6 libdatrie 0.2.14-1 libde265 1.0.16-2 libdeflate 1.25-1 libdovi 3.3.2-1 libdrm 2.4.131-1 libdvdnav 7.0.0-1 libdvdread 7.0.1-1 libedit 20250104_3.1-1 libei 1.5.0-1 libelf 0.194-1 libepoxy 1.5.10-3 libevdev 1.13.6-1 libevent 2.1.12-5 libfabric 2.4.0-1 libffi 3.5.2-1 libgcc 15.2.1+r604+g0b99615a8aef-1 libgccjit 15.2.1+r604+g0b99615a8aef-1 libgcrypt 1.12.1-1 libgexiv2 0.14.6-2 libgfortran 15.2.1+r604+g0b99615a8aef-1 libgirepository 1.86.0-2 libgit2 1:1.9.2-3 libglvnd 1.7.0-3 libgomp 15.2.1+r604+g0b99615a8aef-1 libgpg-error 1.59-1 libgudev 238-3 libgusb 0.4.9-2 libheif 1.21.2-2 libibus 1.5.33-3 libice 1.1.2-1 libid3tag 0.16.3-2 libidn 1.43-1 libidn2 2.3.8-1 libiec61883 1.2.0-9 libimagequant 4.4.1-1 libinih 61-1 libinput 1.30.1-1 libisl 0.27-1 libjpeg-turbo 3.1.3-1 libjxl 0.11.2-2 libksba 1.6.7-2 libldap 2.6.12-1 liblqr 0.4.3-1 liblsan 15.2.1+r604+g0b99615a8aef-1 libmagick6 6.9.11.38-1 libmakepkg-dropins 20-1 libmd 1.1.0-2 libmfx 23.2.2-6 libmicrohttpd 1.0.2-1 libmnl 1.0.5-2 libmodplug 0.8.9.0-6 libmpc 1.3.1-2 libmspack 1:1.11-1 libnet 2:1.3-1 libnetfilter_conntrack 1.0.9-2 libnfnetlink 1.0.2-2 libnftnl 1.3.1-1 libnghttp2 1.68.0-1 libnghttp3 1.15.0-1 libngtcp2 1.20.0-1 libnice 0.1.23-1 libnl 3.12.0-1 libnotify 0.8.8-1 libnsl 2.0.1-1 libnvme 1.16.1-3 libobjc 15.2.1+r604+g0b99615a8aef-1 libogg 1.3.6-1 libomxil-bellagio 0.9.3-5 libopenmpt 0.8.4-1 libotf 0.9.16-6 libp11 0.4.16-1 libp11-kit 0.26.2-1 libpaper 2.2.7-1 libpcap 1.10.6-1 libpciaccess 0.18.1-2 libpfm 4.13.0+r83+g91970fe-1 libpgm 5.3.128-3 libpipeline 1.5.8-1 libplacebo 7.360.0-1 libpng 1.6.55-1 libproxy 0.5.12-1 libpsl 0.21.5-2 libpulse 17.0+r98+gb096704c0-1 libquadmath 15.2.1+r604+g0b99615a8aef-1 libraqm 0.10.4-1 libraw1394 2.1.2-4 librsvg 2:2.61.4-1 libsamplerate 0.2.2-3 libsasl 2.1.28-5 libseccomp 2.6.0-1 libsecret 0.21.7-1 libsm 1.2.6-1 libsndfile 1.2.2-4 libsodium 1.0.20-1 libsoup 2.74.3-4 libsoup3 3.6.6-1 libsoxr 0.1.3-4 libssh 0.12.0-1 libssh2 1.11.1-1 libstdc++ 15.2.1+r604+g0b99615a8aef-1 libstemmer 3.0.1-1 libsysprof-capture 49.0-2 libtasn1 4.21.0-1 libthai 0.1.30-1 libtheora 1.2.0-1 libtiff 4.7.1-1 libtirpc 1.3.7-1 libtool 2.6.0-4 libtraceevent 1:1.8.7-1 libtsan 15.2.1+r604+g0b99615a8aef-1 libubsan 15.2.1+r604+g0b99615a8aef-1 libunibreak 6.1-1 libunistring 1.4.1-1 libunwind 1.8.2-1 liburing 2.14-1 libusb 1.0.29-1 libutempter 1.2.3-1 libutf8proc 2.11.3-1 libuv 1.52.0-1 libva 2.22.0-1 libvdpau 1.5-4 libverto 0.3.2-5 libvorbis 1.3.7-4 libvpl 2.16.0-2 libvpx 1.15.2-3 libwacom 2.18.0-2 libwebp 1.6.0-2 libx11 1.8.13-1 libxau 1.0.12-1 libxaw 1.0.16-1 libxcb 1.17.0-1 libxcomposite 0.4.7-1 libxcrypt 4.5.2-1 libxcursor 1.2.3-1 libxdamage 1.1.7-1 libxdmcp 1.1.5-1 libxext 1.3.7-1 libxfixes 6.0.2-1 libxft 2.3.9-1 libxi 1.8.2-1 libxinerama 1.1.6-1 libxkbcommon 1.13.1-1 libxkbcommon-x11 1.13.1-1 libxml2 2.15.1-5 libxmu 1.3.1-1 libxpm 3.5.18-1 libxrandr 1.5.5-1 libxrender 0.9.12-1 libxshmfence 1.3.3-1 libxss 1.2.5-1 libxt 1.3.1-1 libxtst 1.2.5-1 libxv 1.0.13-1 libxxf86vm 1.1.7-1 libyaml 0.2.5-3 libyuv r2426+464c51a03-1 licenses 20240728-1 linux 6.18.9.arch1-2 linux-api-headers 6.19-1 linux-firmware 20260110-1 linux-firmware-amdgpu 20260110-1 linux-firmware-atheros 20260110-1 linux-firmware-broadcom 20260110-1 linux-firmware-cirrus 20260110-1 linux-firmware-intel 20260110-1 linux-firmware-mediatek 20260110-1 linux-firmware-nvidia 20260110-1 linux-firmware-other 20260110-1 linux-firmware-radeon 20260110-1 linux-firmware-realtek 20260110-1 linux-firmware-whence 20260110-1 linux-lts 6.12.74-1 lksctp-tools 1.0.21-1 llhttp 9.3.1-1 llvm 21.1.8-1 llvm-libs 21.1.8-1 lm_sensors 1:3.6.2-1 lmdb 0.9.33-1 lsb-release 2.0.r55.a25a4fc-1 lshw B.02.20-3 lsof 4.99.5-2 lua 5.4.8-2 luajit 2.1.1767980792+707c12b-2 lynis 3.1.6-1 lz4 1:1.10.0-2 lzo 2.10-5 m17n-db 1.8.10-1 m17n-lib 1.8.6-1 m4 1.4.21-1 mailcap 2.1.54-2 make 4.4.1-2 man-db 2.13.1-1 man-pages 6.17-1 mariadb 12.2.2-2 mariadb-clients 12.2.2-2 mariadb-libs 12.2.2-2 mbedtls2 2.28.10-1 md4c 0.5.2-1 mdadm 4.4-2 memtest86+ 7.20-2 memtest86+-efi 7.20-2 mesa 1:25.3.5-1 meson 1.10.1-1 mkinitcpio 40-4 mkinitcpio-busybox 1.36.1-1 mosh 1.4.0-28 mpdecimal 4.0.1-1 mpfr 4.2.2-1 mpg123 1.33.4-1 msr-tools 1.3-4 mtdev 1.1.7-1 ncurses 6.6-1 net-tools 2.10-3 netctl 1.29-2 netpbm 10.86.48-1 nettle 3.10.2-1 nfs-utils 2.8.5-2 nfsidmap 2.8.5-2 nftables 1:1.1.6-2 nginx 1.28.2-1 ninja 1.13.2-3 nload 0.7.4-9 npth 1.8-1 nspr 4.38.2-1 nss 3.120.1-1 ntp 4.2.8.p18-6 numactl 2.0.19-1 nvme-cli 2.16-2 ocl-icd 2.3.4-1 opencore-amr 0.1.6-2 openexr 3.4.5-1 openh264 2.6.0-2 openjpeg2 2.5.4-1 openmpi 5.0.9-4 openpmix 5.0.10-1 openresolv 3.17.4-1 openssh 10.2p1-2 openssl 3.6.1-1 openucx 1.20.0-3 opus 1.6.1-1 orc 0.4.42-1 p11-kit 0.26.2-1 pacman 7.1.0.r9.g54d9411-1 pacman-contrib 1.13.1-1 pacman-mirrorlist 20260213-1 pam 1.7.2-2 pambase 20250719-1 pango 1:1.57.0-2 parted 3.6-2 patch 2.8-1 pciutils 3.14.0-1 pcre 8.45-4 pcre2 10.47-1 perf 6.19-2 perl 5.42.0-1 perl-dbd-sqlite 1.78-1 perl-dbi 1.647-2 perl-error 0.17030-3 perl-io-tty 1.20-3 perl-mailtools 2.22-3 perl-timedate 2.33-9 pinentry 1.3.2-2 pixman 0.46.4-1 pkgconf 2.5.1-1 pkgfile 25-2 polkit 127-3 poppler-data 0.4.12-2 popt 1.19-2 portaudio 1:19.7.0-3 postgresql-libs 18.2-1 powertop 2.15-2 procps-ng 4.0.6-1 protobuf 33.1-4 prrte 3.0.13-1 psmisc 23.7-1 pv 1.10.3-1 python 3.14.3-1 python-absl 2.4.0-1 python-annotated-types 0.7.0-3 python-appdirs 1.4.4-12 python-asn1crypto 1.5.1-6 python-attrs 25.4.0-3 python-autocommand 2.2.2-9 python-bcc 0.36.1-1 python-bcrypt 5.0.0-2 python-cachecontrol 1:0.14.4-3 python-cached-property 1.5.2-7 python-cffi 2.0.0-2 python-chardet 5.2.0-7 python-charset-normalizer 3.4.4-2 python-click 8.3.1-1 python-colorama 0.4.6-6 python-contextlib2 21.6.0-2 python-cryptography 46.0.5-2 python-dateutil 2.9.0-8 python-deprecated 1.2.18-2 python-distlib 0.4.0-2 python-distro 1.9.0-4 python-dnslib 0.9.26-3 python-docker 7.1.0-4 python-docker-pycreds 0.4.0-10 python-dockerpty 0.4.1-11 python-docopt 0.6.2-15 python-dotenv 1.2.1-2 python-fastjsonschema 2.21.2-2 python-filelock 3.24.0-1 python-fluidity 0.2.1-8 python-github3py 4.0.1-5 python-gobject 3.54.5-2 python-html5lib 1.1-17 python-idna 3.11-2 python-importlib-metadata 8.7.1-3 python-inflect 7.5.0-2 python-invoke 2.2.1-2 python-jaraco.collections 5.1.0-3 python-jaraco.context 6.0.1-3 python-jaraco.functools 4.1.0-3 python-jaraco.text 4.0.0-4 python-jsonschema 4.26.0-1 python-jsonschema-specifications 2025.9.1-2 python-jwcrypto 1.5.6-6 python-legacy-cgi 2.6.4-2 python-lexicon 3.0.0-2 python-more-itertools 10.8.0-2 python-msgpack 1.1.2-2 python-mysqlclient 2.2.8-2 python-nspektr 0.5.0-3 python-ordered-set 4.1.0-8 python-packaging 26.0-1 python-paramiko 4.0.0-2 python-pep517 0.13.0-1 python-pillow 12.1.1-1 python-pip 26.0.1-1 python-pkg_resources 81.0.0-1 python-platformdirs 4.9.2-1 python-ply 3.11-16 python-progress 1.6-5 python-psutil 7.2.2-1 python-pycparser 2.23-2 python-pydantic 2.12.5-4 python-pydantic-core 3:2.41.5-3 python-pygments 2.19.2-3 python-pyjwt 2.11.0-1 python-pynacl 1.6.2-1 python-pyopenssl 25.3.0-2 python-pyparsing 3.3.2-1 python-pyrsistent 0.19.3-4 python-pytoml 0.1.21-8 python-referencing 0.37.0-3 python-requests 2.32.5-3 python-resolvelib 1.2.1-2 python-retrying 1.3.4-5 python-rpds-py 0.30.0-3 python-ruamel-yaml 0.18.10-2 python-ruamel.yaml.clib 0.2.15-2 python-setuptools 1:82.0.0-1 python-six 1.17.0-2 python-texttable 1.7.0-4 python-toml 0.10.2-13 python-tomli 2.4.0-1 python-tqdm 4.67.3-1 python-trove-classifiers 2026.1.14.14-1 python-typeguard 4.4.4-2 python-typing-inspection 0.4.2-2 python-typing_extensions 4.15.0-3 python-uritemplate 4.2.0-2 python-urllib3 2.6.3-1 python-urwid 3.0.5-1 python-validate-pyproject 0.25-1 python-wcwidth 0.6.0-1 python-webencodings 0.5.1-13 python-websocket-client 1.9.0-3 python-wheel 0.46.3-1 python-wrapt 1.17.3-2 python-xmltodict 1.0.4-1 python-yaml 6.0.3-2 python-zipp 3.21.0-4 python2 2.7.18-5 qt5-base 5.15.18+kde+r109-2 qt5-svg 5.15.18+kde+r5-1 qt5-translations 5.15.18-1 qt6-5compat 6.10.2-1 qt6-base 6.10.2-1 qt6-shadertools 6.10.2-1 qt6-svg 6.10.2-1 qt6-translations 6.10.2-1 rasdaemon 0.8.2-1 rasdaemon-debug 0.8.2-1 rav1e 0.8.1-2 readline 8.3.003-1 rhash 1.4.6-1 rng-tools 6.17-3 rpcbind 1.2.8-1 rsync 3.4.1-2 rtl-sdr 1:2.0.2-1 rubberband 4.0.0-1 run-parts 5.23.2-1 runc 1.4.0-1 s-tui 1.3.0-1 sdl2-compat 2.32.64-1 sdl3 3.4.2-1 sed 4.9-3 serf 1.3.10-2 shaderc 2026.1-1 shadow 4.18.0-1 shared-mime-info 2.4-3 slang 2.3.3-4 smartmontools 7.5-1 snappy 1.2.2-3 sndio 1.10.0-1 sound-theme-freedesktop 0.8-6 source-highlight 3.1.9-16 speex 1.2.1-2 speexdsp 1.2.1-2 spirv-tools 1:1.4.341.0-1 sqlite 3.51.2-1 squid 7.4-1 srt 1.5.4-1 strace 6.19-1 stress 1.0.7-3 stress-ng 0.20.01-1 subversion 1.14.5-5 sudo 1.9.17.p2-2 svt-av1 4.0.1-1 sysbench 1.0.20-2 sysfsutils 2.1.1-2 sysstat 12.7.9-1 systemd 259.1-1 systemd-libs 259.1-1 systemd-sysvcompat 259.1-1 tar 1.35-2 tdb 1.4.15-1 texinfo 7.2-1 tinysparql 3.10.1-2 tmux 3.6_a-1 tpm2-tss 4.1.3-1 traceroute 2.1.6-1 tree-sitter 0.25.10-3 tslib 1.24-1 ttf-liberation 2.1.5-2 turbostat 6.19-2 tzdata 2025c-1 udisks2 2.11.0-1 unzip 6.0-23 usbutils 019-1 util-linux 2.41.3-2 util-linux-libs 2.41.3-2 v4l-utils 1.32.0-1 vapoursynth 73-2 vid.stab 1.1.1-2 vim 9.2.0038-1 vim-runtime 9.2.0038-1 vmaf 3.0.0-2 volume_key 0.3.12-12 vsftpd 3.0.5-1 vulkan-headers 1:1.4.341.0-1 vulkan-icd-loader 1.4.341.0-1 wayland 1.24.0-1 wayland-protocols 1.47-1 wget 1.25.0-3 which 2.23-1 wxwidgets-common 3.2.9-4 wxwidgets-gtk3 3.2.9-4 x264 3:0.165.r3222.b35605a-2 x265 4.1-1 xcb-proto 1.17.0-4 xcb-util 0.4.1-2 xcb-util-cursor 0.1.6-1 xcb-util-image 0.4.1-3 xcb-util-keysyms 0.4.1-5 xcb-util-renderutil 0.3.10-2 xcb-util-wm 0.4.2-2 xdg-utils 1.2.1-2 xkeyboard-config 2.46-1 xorg-xprop 1.2.8-1 xorg-xset 1.2.5-2 xorgproto 2025.1-1 xvidcore 1.3.7-3 xxhash 0.8.3-1 xz 5.8.2-1 youtube-dl 2021.12.17-2 zeromq 4.3.5-3 zimg 3.0.6-1 zip 3.0-11 zita-alsa-pcmi 0.6.1-3 zita-resampler 1.11.2-2 zlib 1:1.3.2-2 zlib-ng 2.3.3-1 zstd 1.5.7-3 luceneutil rev is 63c1b2b252f377e272313c1ac0f182be79ad78b6 LUCENE rev is ff110e83c79fc1519b68b5e1735c32456112c99a last successful Lucene rev de92f115a3125624bf7c7141b8e700efa9a89427, luceneutil rev 63c1b2b252f377e272313c1ac0f182be79ad78b6 run ['git', 'log', 'de92f115a3125624bf7c7141b8e700efa9a89427^..ff110e83c79fc1519b68b5e1735c32456112c99a'] No commit message asking for regold of results files [2026-05-18 10:03:33.764851] 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-18 10:03:34.005040] 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-18 10:03:34.005134] RUN: /l/trunk.nightly/gradlew --stacktrace clean > /l/logs.nightly/2026.05.18.10.03.33/clean-lucene.log 2>&1 [2026-05-18 10:03:38.213702] took 4.2 sec [2026-05-18 10:03:38.213782] RUN: /l/trunk.nightly/gradlew jar > /l/logs.nightly/2026.05.18.10.03.33/jar-lucene.log 2>&1 [2026-05-18 10:03:52.515079] 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-18 10:03:55.205526] 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: 146045.00 stored_field_size_mb: 624.38 retrieved_time_msec: 196.50 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: 355224.00 stored_field_size_mb: 385.76 retrieved_time_msec: 1337.32 Done: took 1028.43 seconds, saved to /l/logs.nightly/2026.05.18.10.03.33/geonames-stored-fields-benchmark-results.pk [2026-05-18 10:21:04.115409] done run stored fields benchmark [2026-05-18 10:21:04.115432] 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 18, 2026 10:21:05 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: 1531.7819560333332 ms Total time creating SSDVFacetCounts: 3035.655680133333 ms Total time taken to get all dims for taxonomy: 0.12363949999999997 ms Total time taken to get all dims for SSDV: 0.07407956666666667 ms Total time to get top dims for taxonomy: 0.03858096666666667 ms Total time to get top dims for SSDV: 0.033175166666666665 ms Total time to get top "address.taxonomy/TX" children: 0.12314850000000001 ms Total time to get top "address.sortedset/TX" children: 0.20263829999999997 ms Total time to get all "address.taxonomy/TX" children: 0.1409094 ms Total time to get all "address.sortedset/TX" children: 0.5827555333333334 ms Done: took 3544.64 seconds, saved to /l/logs.nightly/2026.05.18.10.03.33/nad-facet-benchmark.pk [2026-05-18 11:20:08.759520] done run NAD facets benchmark [2026-05-18 11:20:09.383829] now run KNN benchmark Lucene HEAD git revision at /l/trunk.nightly: ff110e83c79fc1519b68b5e1735c32456112c99a dirty?=False luceneutil HEAD git revision at /l/util.nightly: 63c1b2b252f377e272313c1ac0f182be79ad78b6 dirty?=False compile Lucene jars at /l/trunk.nightly Starting a Gradle Daemon (subsequent builds will be faster) > Task :build-infra:compileJava UP-TO-DATE > Task :build-infra:pluginDescriptors UP-TO-DATE > Task :build-infra:processResources UP-TO-DATE > Task :build-infra:classes UP-TO-DATE > Task :build-infra:jar UP-TO-DATE The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. > Task :errorProneSkipped SKIPPED > Task :build-tools:build-infra-shadow:pluginDescriptors UP-TO-DATE > Task :lucene:facet:processResources NO-SOURCE > Task :lucene:spatial3d:processResources NO-SOURCE > Task :build-tools:missing-doclet:processResources NO-SOURCE > Task :lucene:analysis.tests:processResources NO-SOURCE > Task :lucene:queries:processResources NO-SOURCE > Task :lucene:highlighter:processResources NO-SOURCE > Task :lucene:memory:processResources NO-SOURCE > Task :lucene:spatial-extras:processResources NO-SOURCE > Task :lucene:backward-codecs:processResources UP-TO-DATE > Task :lucene:sandbox:processResources UP-TO-DATE > Task :lucene:queryparser:processResources UP-TO-DATE > Task :lucene:core:processResources UP-TO-DATE > Task :lucene:analysis.tests:compileJava NO-SOURCE > Task :lucene:benchmark:processResources NO-SOURCE > Task :lucene:benchmark-jmh:processResources NO-SOURCE > Task :lucene:grouping:processResources NO-SOURCE > Task :lucene:classification:processResources NO-SOURCE > Task :lucene:analysis.tests:classes UP-TO-DATE > Task :lucene:analysis:phonetic:processResources UP-TO-DATE > Task :lucene:demo:processResources NO-SOURCE > Task :lucene:join:processResources NO-SOURCE > Task :lucene:distribution.tests:compileJava NO-SOURCE > Task :lucene:misc:processResources NO-SOURCE > Task :lucene:distribution.tests:processResources NO-SOURCE > Task :lucene:distribution.tests:classes UP-TO-DATE > Task :lucene:suggest:processResources UP-TO-DATE > Task :lucene:codecs:processResources UP-TO-DATE > Task :lucene:analysis:icu:processResources UP-TO-DATE > Task :lucene:expressions:processResources UP-TO-DATE > Task :lucene:analysis:kuromoji:processResources UP-TO-DATE > Task :lucene:distribution.tests:jar UP-TO-DATE > Task :lucene:analysis:morfologik:processResources UP-TO-DATE > Task :lucene:analysis.tests:jar UP-TO-DATE > Task :lucene:analysis:opennlp:processResources UP-TO-DATE > Task :lucene:analysis:stempel:processResources UP-TO-DATE > Task :lucene:analysis:nori:processResources UP-TO-DATE > Task :lucene:monitor:processResources NO-SOURCE > Task :lucene:replicator:processResources NO-SOURCE > Task :lucene:analysis:smartcn:processResources UP-TO-DATE > Task :lucene:spatial-test-fixtures:processResources NO-SOURCE > Task :lucene:analysis:common:processResources UP-TO-DATE > Task :lucene:core.tests:compileJava UP-TO-DATE > Task :lucene:analysis:morfologik.tests:compileJava NO-SOURCE > Task :lucene:luke:processResources 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:processResources NO-SOURCE > Task :build-tools:missing-doclet:classes UP-TO-DATE > Task :lucene:test-framework:processResources UP-TO-DATE > Task :lucene:core.tests:classes 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 :lucene:analysis:morfologik.tests:jar UP-TO-DATE > Task :build-tools:build-infra-shadow:classes UP-TO-DATE > Task :build-tools:missing-doclet:jar UP-TO-DATE > Task :build-tools:build-infra-shadow:jar UP-TO-DATE > Task :lucene:core:compileJava UP-TO-DATE > Task :lucene:core:classes UP-TO-DATE > Task :lucene:core:compileMain25Java UP-TO-DATE > Task :lucene:core:processMain25Resources NO-SOURCE > Task :lucene:core:main25Classes UP-TO-DATE > Task :lucene:core:jar UP-TO-DATE > Task :lucene:memory:compileJava UP-TO-DATE > Task :lucene:memory:classes UP-TO-DATE > Task :lucene:memory:jar UP-TO-DATE > Task :lucene:replicator:compileJava UP-TO-DATE > Task :lucene:replicator:classes UP-TO-DATE > Task :lucene:spatial3d:compileJava UP-TO-DATE > Task :lucene:spatial3d:classes UP-TO-DATE > Task :lucene:replicator:jar UP-TO-DATE > Task :lucene:spatial3d:jar UP-TO-DATE > Task :lucene:misc:compileJava UP-TO-DATE > Task :lucene:join:compileJava UP-TO-DATE > Task :lucene:misc:classes UP-TO-DATE > Task :lucene:join: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:codecs:compileJava UP-TO-DATE > Task :lucene:facet:compileJava UP-TO-DATE > Task :lucene:codecs:classes UP-TO-DATE > Task :lucene:backward-codecs:classes UP-TO-DATE > Task :lucene:facet:classes UP-TO-DATE > Task :lucene:queries:compileJava UP-TO-DATE > Task :lucene:queries:classes UP-TO-DATE > Task :lucene:facet:jar UP-TO-DATE > Task :lucene:codecs:jar UP-TO-DATE > Task :lucene:backward-codecs:jar UP-TO-DATE > Task :lucene:queries:jar UP-TO-DATE > Task :lucene:spatial-extras:compileJava UP-TO-DATE > Task :lucene:spatial-extras:classes UP-TO-DATE > Task :lucene:spatial-extras:jar UP-TO-DATE > Task :lucene:expressions:compileJava UP-TO-DATE > Task :lucene:expressions:classes UP-TO-DATE > Task :lucene:grouping:compileJava UP-TO-DATE > Task :lucene:expressions:jar 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:sandbox:compileJava UP-TO-DATE > Task :lucene:sandbox:classes UP-TO-DATE > Task :lucene:highlighter:jar 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:opennlp:compileJava UP-TO-DATE > Task :lucene:analysis:morfologik:compileJava UP-TO-DATE > Task :lucene:analysis:stempel:compileJava UP-TO-DATE > Task :lucene:analysis:smartcn:compileJava UP-TO-DATE > Task :lucene:analysis:icu:compileJava UP-TO-DATE > Task :lucene:analysis:morfologik:classes UP-TO-DATE > Task :lucene:analysis:stempel:classes UP-TO-DATE > Task :lucene:analysis:smartcn:classes UP-TO-DATE > Task :lucene:analysis:opennlp:classes UP-TO-DATE > Task :lucene:analysis:icu:classes UP-TO-DATE > Task :lucene:analysis:phonetic:jar UP-TO-DATE > Task :lucene:analysis:kuromoji:compileJava UP-TO-DATE > Task :lucene:analysis:kuromoji:classes UP-TO-DATE > Task :lucene:analysis:morfologik:jar UP-TO-DATE > Task :lucene:analysis:smartcn:jar UP-TO-DATE > Task :lucene:analysis:nori:compileJava UP-TO-DATE > Task :lucene:analysis:nori:classes UP-TO-DATE > Task :lucene:analysis:icu:jar UP-TO-DATE > Task :lucene:suggest:compileJava UP-TO-DATE > Task :lucene:suggest:classes UP-TO-DATE > Task :lucene:analysis:opennlp:jar UP-TO-DATE > Task :lucene:analysis:stempel:jar UP-TO-DATE > Task :lucene:benchmark-jmh:compileJava UP-TO-DATE > Task :lucene:benchmark-jmh:classes UP-TO-DATE > Task :lucene:analysis:kuromoji:jar UP-TO-DATE > Task :lucene:analysis:nori:jar UP-TO-DATE > Task :lucene:suggest:jar UP-TO-DATE > Task :lucene:test-framework:compileJava UP-TO-DATE > Task :lucene:queryparser:compileJava UP-TO-DATE > Task :lucene:test-framework:classes UP-TO-DATE > Task :lucene:queryparser:classes UP-TO-DATE > Task :lucene:monitor:compileJava UP-TO-DATE > Task :lucene:monitor:classes UP-TO-DATE > Task :lucene:test-framework:jar UP-TO-DATE > Task :lucene:queryparser:jar UP-TO-DATE > Task :lucene:monitor:jar UP-TO-DATE > Task :lucene:benchmark-jmh:jar UP-TO-DATE > Task :lucene:spatial-test-fixtures:compileJava UP-TO-DATE > Task :lucene:spatial-test-fixtures:classes UP-TO-DATE > Task :lucene:spatial-test-fixtures: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.0/userguide/configuration_cache_enabling.html compile luceneutil KNN at /l/util.nightly WARNING: A restricted method in java.lang.System has been called WARNING: java.lang.System::load has been called by net.rubygrapefruit.platform.internal.NativeLibraryLoader in an unnamed module (file:/home/mike/.gradle/wrapper/dists/gradle-9.1.0-bin/9agqghryom9wkf8r80qlhnts3/gradle-9.1.0/lib/native-platform-0.22-milestone-28.jar) WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module WARNING: Restricted methods will be blocked in a future release unless native access is enabled Starting a Gradle Daemon (subsequent builds will be faster) > Task :compileKnn Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: /l/util.nightly/src/main/perf/SearchTask.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. [Incubating] Problems report is available at: file:///l/util.nightly/build/reports/problems/problems-report.html Deprecated Gradle features were used in this build, making it incompatible with Gradle 10. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/9.1.0/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. BUILD SUCCESSFUL in 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: 35.20 GB available RAM: 243.37 GB used RAM: 8.35 GB dirty RAM: 3.75 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.7s smell: 200/2000 ( 10%) 2.7s smell: 300/2000 ( 15%) 2.7s smell: 400/2000 ( 20%) 2.7s smell: 500/2000 ( 25%) 2.7s 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.9s smell: 1700/2000 ( 85%) 2.9s smell: 1800/2000 ( 90%) 2.9s smell: 1900/2000 ( 95%) 2.9s smell: 2000/2000 (100%) 2.9s smell: 2 degenerate dim(s) found in 3.1s: (OUTLIER_SPREAD: std of all dims: μ=0.027, σ=0.007, threshold=3.0σ) [ ▂▅▇█▇▂▁ ] dim 0585 μ= -0.031 σ= 0.050 zeros= 0% [ ▁▂▄▆███████▅▂▁ ] -> OUTLIER_SPREAD: this_std=0.0501, mean_std=0.0266, +3.3sigma vs threshold=3.0sigma [ ▁▃▅██▄▁ ] dim 0910 μ= -0.007 σ= 0.048 zeros= 0% [ ▂▃▅███████▅▃▁ ] -> OUTLIER_SPREAD: this_std=0.0483, mean_std=0.0266, +3.1sigma vs threshold=3.0sigma smell: all 1024 dims: [ ▂██ ] dim 0000 μ= +0.002 σ= 0.024 zeros= 0% [ ▁▃████▃▁ ] [ ▃█▆ ] dim 0001 μ= +0.018 σ= 0.027 zeros= 0% [ ▁▅████▃▁ ] [ ▂▆█▆▂ ] dim 0002 μ= -0.006 σ= 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.034 zeros= 0% [ ▂▄█████▄▁ ] [ █▅ ] dim 0006 μ= +0.000 σ= 0.020 zeros= 0% [ ▂▇██▅▁ ] [ ▆█▁ ] dim 0007 μ= -0.030 σ= 0.021 zeros= 0% [ ▁▆███▃ ] [ █▆ ] dim 0008 μ= -0.018 σ= 0.019 zeros= 0% [ ▁███▅▁ ] [ ▁██▄ ] dim 0009 μ= +0.007 σ= 0.029 zeros= 0% [ ▁▄████▆▂ ] [ ▆█▆▁ ] dim 0010 μ= +0.013 σ= 0.031 zeros= 0% [ ▁▄█████▄▁ ] [ ▂██▅ ] dim 0011 μ= -0.011 σ= 0.035 zeros= 0% [ ▁▃▅█████▄▁ ] [ ▄█▂ ] dim 0012 μ= +0.011 σ= 0.019 zeros= 0% [ ▃███▃ ] [ ▅█▂ ] dim 0013 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▅███▃ ] [ ▄██▇ ] dim 0014 μ= +0.006 σ= 0.035 zeros= 0% [ ▁▃▆█████▃▁ ] [ ▂█▆ ] dim 0015 μ= -0.002 σ= 0.021 zeros= 0% [ ▃███▅▁ ] [ ▅█▇▁ ] dim 0016 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▅████▄▁ ] [ ▅██▂ ] dim 0017 μ= +0.016 σ= 0.032 zeros= 0% [ ▁▄█████▅▂ ] [ ▂▇██▂ ] dim 0018 μ= +0.013 σ= 0.037 zeros= 0% [ ▁▂▆█████▆▃▁ ] [ ▂▆█▃ ] dim 0019 μ= +0.004 σ= 0.031 zeros= 0% [ ▂▅████▆▂ ] [ ▂█▄ ] dim 0020 μ= +0.012 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▆█▂ ] dim 0021 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▅███▄▁ ] [ ▅█▆▃ ] dim 0022 μ= +0.003 σ= 0.035 zeros= 0% [ ▁▃█████▆▃▁▁ ] [ ▄█▇█▄ ] dim 0023 μ= -0.005 σ= 0.046 zeros= 0% [ ▁▂▅▇██████▅▂▁ ] [ ▄█▅ ] dim 0024 μ= -0.004 σ= 0.032 zeros= 0% [ ▁▃▇████▃▁ ] [ ▅█▆▂ ] dim 0025 μ= +0.018 σ= 0.027 zeros= 0% [ ▁▅████▃▁ ] [ ▇█▃ ] dim 0026 μ= +0.027 σ= 0.024 zeros= 0% [ ▂▆███▄▁ ] [ ▄█▄ ] dim 0027 μ= -0.007 σ= 0.027 zeros= 0% [ ▂▇███▆▂▁ ] [ ▁▇█▅ ] dim 0028 μ= +0.027 σ= 0.029 zeros= 0% [ ▁▄████▇▂▁ ] [ ▄█▇▂ ] dim 0029 μ= -0.000 σ= 0.029 zeros= 0% [ ▁▇████▄▁ ] [ ▄█▃ ] dim 0030 μ= -0.009 σ= 0.025 zeros= 0% [ ▂▇███▅▁ ] [ ██ ] dim 0031 μ= -0.014 σ= 0.018 zeros= 0% [ ▁▆███▁ ] [ ▁▆█▄▂ ] dim 0032 μ= +0.030 σ= 0.035 zeros= 0% [ ▁▂▅█████▅▂ ] [ ▆█▅ ] dim 0033 μ= +0.030 σ= 0.028 zeros= 0% [ ▁▂████▇▂▁ ] [ ▃█▅ ] dim 0034 μ= -0.004 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ ▂██▄ ] dim 0035 μ= +0.008 σ= 0.033 zeros= 0% [ ▂▅████▇▃▁ ] [ █▆ ] dim 0036 μ= +0.001 σ= 0.019 zeros= 0% [ ▁▇██▆▁ ] [ ▅█▄ ] dim 0037 μ= -0.027 σ= 0.026 zeros= 0% [ ▂▇███▅▂ ] [ ▁█▆ ] dim 0038 μ= -0.001 σ= 0.020 zeros= 0% [ ▂███▆▁ ] [ ▃█▆ ] dim 0039 μ= +0.033 σ= 0.029 zeros= 0% [ ▂▆████▃▁ ] [ ▄█▅ ] dim 0040 μ= +0.012 σ= 0.036 zeros= 0% [ ▁▂▅█████▄▂ ] [ ▅█ ] dim 0041 μ= +0.006 σ= 0.017 zeros= 0% [ ▁▄██▆▁ ] [ ▃▇█▂ ] dim 0042 μ= -0.016 σ= 0.026 zeros= 0% [ ▁▃████▄▁ ] [ ▄█▅ ] dim 0043 μ= +0.013 σ= 0.026 zeros= 0% [ ▂▅███▆▂ ] [ ▆█▇ ] dim 0044 μ= -0.024 σ= 0.031 zeros= 0% [ ▁▃█████▃▁ ] [ ▃█▇ ] dim 0045 μ= +0.017 σ= 0.024 zeros= 0% [ ▁▄███▇▂ ] [ ▃█▃ ] dim 0046 μ= +0.012 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ▄██▄ ] dim 0047 μ= +0.005 σ= 0.030 zeros= 0% [ ▁▂▄████▆▂ ] [ ▃▇█▆▂ ] dim 0048 μ= +0.011 σ= 0.042 zeros= 0% [ ▂▃▆█████▆▃▁▁ ] [ ▁▇█▂ ] dim 0049 μ= +0.023 σ= 0.028 zeros= 0% [ ▁▄████▅▁ ] [ ▅██ ] dim 0050 μ= +0.014 σ= 0.029 zeros= 0% [ ▁▂▇████▃▁ ] [ ▄█▇▁ ] dim 0051 μ= -0.001 σ= 0.029 zeros= 0% [ ▂▇████▄▁ ] [ ▆█ ] dim 0052 μ= +0.005 σ= 0.015 zeros= 0% [ ▃██▅ ] [ ▁█▅ ] dim 0053 μ= -0.003 σ= 0.021 zeros= 0% [ ▃███▅▁ ] [ ▃█▄ ] dim 0054 μ= +0.014 σ= 0.023 zeros= 0% [ ▁▄███▆▁ ] [ ▂█▆ ] dim 0055 μ= +0.016 σ= 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.031 zeros= 0% [ ▁▄█████▃▁ ] [ ▁▇█▅ ] dim 0059 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▃████▇▂▁ ] [ ▁█ ] dim 0060 μ= +0.008 σ= 0.012 zeros= 0% [ ▁██▄ ] [ ▂█▆▂ ] dim 0061 μ= -0.017 σ= 0.029 zeros= 0% [ ▂▅████▄▁ ] [ ▃██▃ ] dim 0062 μ= -0.032 σ= 0.035 zeros= 0% [ ▁▃▆████▇▄▁ ] [ ▂█▅ ] dim 0063 μ= +0.016 σ= 0.024 zeros= 0% [ ▁▄███▇▂ ] [ ▁▇█▅ ] dim 0064 μ= -0.010 σ= 0.031 zeros= 0% [ ▂▄████▇▃▁ ] [ ▃█▇▃ ] dim 0065 μ= +0.005 σ= 0.029 zeros= 0% [ ▁▅████▅▁ ] [ ▅█▂ ] dim 0066 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▅███▃▁ ] [ ▁▆█▆▂ ] dim 0067 μ= -0.002 σ= 0.038 zeros= 0% [ ▂▄█████▆▄▁ ] [ ▅█▃ ] dim 0068 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▆███▅▁ ] [ █▃ ] dim 0069 μ= +0.014 σ= 0.017 zeros= 0% [ ▂███▂ ] [ ▅█▃ ] dim 0070 μ= -0.008 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ ▂▆█▆ ] dim 0071 μ= +0.009 σ= 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.023 zeros= 0% [ ▁▅███▅▁ ] [ ▁█▅ ] dim 0076 μ= -0.002 σ= 0.020 zeros= 0% [ ▂███▅▁ ] [ ▃▇█▇▁ ] dim 0077 μ= -0.009 σ= 0.039 zeros= 0% [ ▁▃▆█████▅▂▁ ] [ ▂█▅ ] dim 0078 μ= +0.015 σ= 0.021 zeros= 0% [ ▁▃███▅▁ ] [ ▁▆█▅ ] dim 0079 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▃████▅▂ ] [ ▅█ ] dim 0080 μ= -0.012 σ= 0.015 zeros= 0% [ ▂██▅ ] [ ▄█▂ ] dim 0081 μ= +0.011 σ= 0.025 zeros= 0% [ ▁▆███▅▁ ] [ ▂▅█▆▃ ] dim 0082 μ= +0.015 σ= 0.040 zeros= 0% [ ▁▃▅█████▇▃▁▁ ] [ ▃█▅ ] dim 0083 μ= +0.015 σ= 0.023 zeros= 0% [ ▁▄███▆▁ ] [ ▅█▅▁ ] dim 0084 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▄▇████▄▁ ] [ ▃█▅ ] dim 0085 μ= -0.003 σ= 0.023 zeros= 0% [ ▁▄███▆▂ ] [ ▄█▆▃ ] dim 0086 μ= -0.018 σ= 0.031 zeros= 0% [ ▁▂▇████▅▁▁ ] [ ▄█▂ ] dim 0087 μ= +0.012 σ= 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.035 σ= 0.033 zeros= 0% [ ▁▄█████▆▁▁ ] [ ▁▅█▅▂ ] dim 0093 μ= -0.005 σ= 0.035 zeros= 0% [ ▂▅█████▅▂ ] [ ▂█▄ ] dim 0094 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▂█ ] dim 0095 μ= -0.011 σ= 0.013 zeros= 0% [ ▁██▄ ] [ ▂▆█▄ ] dim 0096 μ= +0.006 σ= 0.031 zeros= 0% [ ▂▅████▇▂▁ ] [ ▃█▅ ] dim 0097 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▇█▂ ] dim 0098 μ= +0.005 σ= 0.026 zeros= 0% [ ▁▃████▄▁ ] [ ▃█▂ ] dim 0099 μ= -0.006 σ= 0.020 zeros= 0% [ ▁▃███▃▁ ] [ ██ ] dim 0100 μ= +0.002 σ= 0.022 zeros= 0% [ ▂███▆▂ ] [ ▃█▄ ] dim 0101 μ= -0.022 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▅█▂ ] dim 0102 μ= -0.009 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▅█▁ ] dim 0103 μ= +0.006 σ= 0.023 zeros= 0% [ ▂▇███▃ ] [ ▃█▄ ] dim 0104 μ= +0.013 σ= 0.026 zeros= 0% [ ▂▅███▆▂ ] [ ▁▅█▂ ] dim 0105 μ= +0.006 σ= 0.028 zeros= 0% [ ▁▃████▅▁ ] [ ▁▅█▄ ] dim 0106 μ= +0.009 σ= 0.029 zeros= 0% [ ▁▃████▆▂ ] [ █▄ ] dim 0107 μ= -0.003 σ= 0.019 zeros= 0% [ ▂███▄ ] [ ▄█▆▂ ] dim 0108 μ= -0.017 σ= 0.035 zeros= 0% [ ▁▃▇████▆▃▁ ] [ ▅█▂ ] dim 0109 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▅███▃ ] [ ▅█▁ ] dim 0110 μ= +0.007 σ= 0.022 zeros= 0% [ ▁▆███▃ ] [ ▆█ ] dim 0111 μ= +0.024 σ= 0.020 zeros= 0% [ ▁▅██▇▂ ] [ ██▂ ] dim 0112 μ= +0.007 σ= 0.025 zeros= 0% [ ▂████▅▁ ] [ ██ ] dim 0113 μ= -0.014 σ= 0.016 zeros= 0% [ ▄██▅▁ ] [ ▃▇▇█▃ ] dim 0114 μ= -0.006 σ= 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.014 σ= 0.033 zeros= 0% [ ▁▃▅████▇▃ ] [ ▆█▄ ] dim 0119 μ= -0.011 σ= 0.028 zeros= 0% [ ▁▃████▆▁ ] [ ▄▆█▃ ] dim 0120 μ= -0.034 σ= 0.037 zeros= 0% [ ▁▁▄▇█████▄▁ ] [ ▄█▅ ] dim 0121 μ= +0.013 σ= 0.026 zeros= 0% [ ▁▆███▆▂▁ ] [ █▄ ] dim 0122 μ= -0.003 σ= 0.017 zeros= 0% [ ▁███▃ ] [ ▁▇█ ] dim 0123 μ= +0.003 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ██ ] dim 0124 μ= -0.014 σ= 0.021 zeros= 0% [ ▂▇███▂ ] [ ▃▇█▆▅ ] dim 0125 μ= -0.004 σ= 0.046 zeros= 0% [ ▁▂▄▇██████▄▃▁ ] [ ██ ] dim 0126 μ= +0.021 σ= 0.017 zeros= 0% [ ▁▅██▅▁ ] [ ▃██ ] dim 0127 μ= -0.019 σ= 0.023 zeros= 0% [ ▁▄████▂ ] [ ▄▆█▁ ] dim 0128 μ= -0.018 σ= 0.030 zeros= 0% [ ▂▅████▄▁ ] [ ▂▆█▄▂ ] dim 0129 μ= -0.007 σ= 0.040 zeros= 0% [ ▁▃▆█████▄▄▁ ] [ ▆█▄ ] dim 0130 μ= -0.028 σ= 0.023 zeros= 0% [ ▁▆███▄▁ ] [ ▄█▅ ] dim 0131 μ= -0.001 σ= 0.028 zeros= 0% [ ▂▅████▄▁ ] [ █▇▃ ] dim 0132 μ= +0.007 σ= 0.025 zeros= 0% [ ▁▃████▅▁ ] [ ▂█ ] dim 0133 μ= +0.008 σ= 0.015 zeros= 0% [ ▂██▆ ] [ ▁▇█▁ ] dim 0134 μ= +0.023 σ= 0.024 zeros= 0% [ ▂████▃▁ ] [ ▄██▂ ] dim 0135 μ= -0.003 σ= 0.031 zeros= 0% [ ▁▃█████▅▁ ] [ ▁▄█▅▁ ] dim 0136 μ= +0.009 σ= 0.040 zeros= 0% [ ▁▂▃▆█████▄▂▁ ] [ ▆█▆ ] dim 0137 μ= -0.022 σ= 0.030 zeros= 0% [ ▃▇████▄▁ ] [ ▄█▅ ] dim 0138 μ= +0.035 σ= 0.027 zeros= 0% [ ▂▅████▃▁ ] [ ▁██▄ ] dim 0139 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▄████▆▂ ] [ ▆█▃ ] dim 0140 μ= +0.008 σ= 0.022 zeros= 0% [ ▁▆███▃ ] [ ▆█▂ ] dim 0141 μ= +0.007 σ= 0.023 zeros= 0% [ ▂▇███▃▁ ] [ ▂█ ] dim 0142 μ= +0.009 σ= 0.015 zeros= 0% [ ▂██▇▁ ] [ ▁█▆▁ ] dim 0143 μ= +0.003 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▄█▇▅▁ ] dim 0144 μ= +0.005 σ= 0.035 zeros= 0% [ ▁▃▇█████▄▁ ] [ █▆ ] dim 0145 μ= -0.018 σ= 0.018 zeros= 0% [ ▁▇██▅▁ ] [ ▅█▇▂ ] dim 0146 μ= +0.016 σ= 0.032 zeros= 0% [ ▁▃▇████▅▁ ] [ ▁▇█▅ ] dim 0147 μ= +0.024 σ= 0.029 zeros= 0% [ ▁▄████▅▁ ] [ █▄ ] dim 0148 μ= -0.003 σ= 0.018 zeros= 0% [ ▂▇██▃ ] [ ▇█▁ ] dim 0149 μ= -0.014 σ= 0.024 zeros= 0% [ ▃▇███▃▁ ] [ ▃██▇▁ ] dim 0150 μ= -0.011 σ= 0.035 zeros= 0% [ ▁▃▆█████▅▁ ] [ ▂▅██▃ ] dim 0151 μ= +0.011 σ= 0.039 zeros= 0% [ ▁▃▆█████▆▃▁ ] [ █▇ ] dim 0152 μ= +0.023 σ= 0.018 zeros= 0% [ ▁▅██▇▁ ] [ ▆█▆ ] dim 0153 μ= -0.027 σ= 0.029 zeros= 0% [ ▁▄████▇▂▁ ] [ ▂▇█▅▂ ] dim 0154 μ= -0.006 σ= 0.035 zeros= 0% [ ▂▄█████▅▂▁ ] [ ▃█ ] dim 0155 μ= +0.008 σ= 0.014 zeros= 0% [ ▁██▅ ] [ ▇██▂ ] dim 0156 μ= -0.002 σ= 0.033 zeros= 0% [ ▁▃▇████▆▂▁ ] [ ▅█▃ ] dim 0157 μ= -0.009 σ= 0.025 zeros= 0% [ ▂▆███▅▁ ] [ ▃█▅ ] dim 0158 μ= -0.004 σ= 0.021 zeros= 0% [ ▃███▄▁ ] [ ▅█▆▂ ] dim 0159 μ= -0.003 σ= 0.035 zeros= 0% [ ▁▁▅█████▅▃▁ ] [ ▃█▆ ] dim 0160 μ= -0.002 σ= 0.026 zeros= 0% [ ▁▅████▂▁ ] [ ▁▆██▂ ] dim 0161 μ= -0.005 σ= 0.033 zeros= 0% [ ▁▄█████▅▂ ] [ ▃█▅ ] dim 0162 μ= -0.004 σ= 0.024 zeros= 0% [ ▁▄███▆▁ ] [ ▃██▂ ] dim 0163 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▅████▄▁ ] [ ▄█▅ ] dim 0164 μ= +0.032 σ= 0.031 zeros= 0% [ ▁▃█████▄▂ ] [ ▁▇█▃ ] dim 0165 μ= -0.013 σ= 0.026 zeros= 0% [ ▁▄████▅▁ ] [ ▁██▆▁ ] dim 0166 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▅█████▄▁ ] [ ▁█ ] dim 0167 μ= -0.007 σ= 0.015 zeros= 0% [ ▁███▁ ] [ ▇█ ] dim 0168 μ= +0.003 σ= 0.015 zeros= 0% [ ▄██▄ ] [ ▃█▇▁ ] dim 0169 μ= +0.000 σ= 0.029 zeros= 0% [ ▂▆████▅▁ ] [ ▄██▃ ] dim 0170 μ= +0.021 σ= 0.032 zeros= 0% [ ▁▂▆████▆▂▁ ] [ ▆█▃ ] dim 0171 μ= -0.009 σ= 0.029 zeros= 0% [ ▁▃████▇▂▁ ] [ ▅█▃ ] dim 0172 μ= -0.009 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ █▂ ] dim 0173 μ= -0.005 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▂█▆▁ ] dim 0174 μ= -0.019 σ= 0.027 zeros= 0% [ ▁▅████▃▁ ] [ ▃██▄ ] dim 0175 μ= -0.013 σ= 0.031 zeros= 0% [ ▂▅████▇▃▁ ] [ █▆ ] dim 0176 μ= +0.001 σ= 0.019 zeros= 0% [ ▂███▆▁ ] [ ▅█▃ ] dim 0177 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▃████▆▂ ] [ ▇█ ] dim 0178 μ= +0.022 σ= 0.022 zeros= 0% [ ▂▇███▂ ] [ ▁▄█▇▁ ] dim 0179 μ= -0.021 σ= 0.033 zeros= 0% [ ▁▃█████▄▂▁ ] [ ▆█▄ ] dim 0180 μ= +0.008 σ= 0.024 zeros= 0% [ ▂▇███▄▁ ] [ ▄█▇ ] dim 0181 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▅████▃▁ ] [ ▅█▂ ] dim 0182 μ= -0.030 σ= 0.028 zeros= 0% [ ▁▃████▅▂ ] [ ▄██▅▅ ] dim 0183 μ= -0.003 σ= 0.044 zeros= 0% [ ▂▃▇██████▅▂▁ ] [ ▂▇█▆ ] dim 0184 μ= +0.006 σ= 0.033 zeros= 0% [ ▁▂▆█████▃▁ ] [ ▂█▆▂ ] dim 0185 μ= -0.016 σ= 0.031 zeros= 0% [ ▁▆████▅▂▁ ] [ ▂█▂ ] dim 0186 μ= -0.005 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▁▇█▂ ] dim 0187 μ= +0.004 σ= 0.024 zeros= 0% [ ▃████▃▁ ] [ ▁█▅ ] dim 0188 μ= +0.034 σ= 0.019 zeros= 0% [ ▂███▄ ] [ ▁▆█▇▅ ] dim 0189 μ= +0.018 σ= 0.041 zeros= 0% [ ▁▂▆██████▅▂▁ ] [ ▂▆█▃ ] dim 0190 μ= -0.010 σ= 0.036 zeros= 0% [ ▁▂▆█████▄▂ ] [ ▆█▆▂ ] dim 0191 μ= -0.004 σ= 0.036 zeros= 0% [ ▂▅█████▅▂▁ ] [ ▃█▇▁ ] dim 0192 μ= -0.020 σ= 0.029 zeros= 0% [ ▁▂▆████▄▁ ] [ ▅█▇▂ ] dim 0193 μ= -0.000 σ= 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.023 zeros= 0% [ ▂▇███▄▁ ] [ ▆█ ] dim 0197 μ= -0.013 σ= 0.016 zeros= 0% [ ▃██▆▁ ] [ ▂██ ] dim 0198 μ= +0.002 σ= 0.024 zeros= 0% [ ▁▃████▃▁ ] [ ▄█▇▂ ] dim 0199 μ= +0.018 σ= 0.031 zeros= 0% [ ▁▂▆████▅▂ ] [ ▄▇█▄ ] dim 0200 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▆████▅▂ ] [ ▂█ ] dim 0201 μ= -0.008 σ= 0.017 zeros= 0% [ ▂██▇▁ ] [ ▂█▄ ] dim 0202 μ= -0.000 σ= 0.023 zeros= 0% [ ▃███▇▂ ] [ ▄█▅ ] dim 0203 μ= +0.030 σ= 0.029 zeros= 0% [ ▁▃████▇▃ ] [ ▃█▆▁ ] dim 0204 μ= -0.000 σ= 0.032 zeros= 0% [ ▁▂▆████▄▂ ] [ ▃█▅ ] dim 0205 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▅███▆▂ ] [ ▁██▂ ] dim 0206 μ= +0.004 σ= 0.025 zeros= 0% [ ▁▃████▃ ] [ ▁▇█▇▁ ] dim 0207 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▁▄█████▄▁ ] [ ▄█▁ ] dim 0208 μ= -0.029 σ= 0.018 zeros= 0% [ ▄███▂ ] [ ▁█▇ ] dim 0209 μ= +0.019 σ= 0.023 zeros= 0% [ ▃███▇▁ ] [ ▂█ ] dim 0210 μ= -0.009 σ= 0.015 zeros= 0% [ ▂██▆▁ ] [ ▅██▃ ] dim 0211 μ= +0.001 σ= 0.031 zeros= 0% [ ▁▂▇████▅▂ ] [ ▆█▇▂ ] dim 0212 μ= +0.015 σ= 0.032 zeros= 0% [ ▁▃█████▄▁ ] [ ▄█▅ ] dim 0213 μ= -0.002 σ= 0.025 zeros= 0% [ ▁▅████▃▁ ] [ ▄█▆▁ ] dim 0214 μ= -0.002 σ= 0.030 zeros= 0% [ ▁▂▇████▄▁ ] [ ▂█▆ ] dim 0215 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▅███▇▃▁ ] [ ▆█▅ ] dim 0216 μ= -0.008 σ= 0.027 zeros= 0% [ ▃▇███▆▂ ] [ ▄██▃ ] dim 0217 μ= +0.003 σ= 0.033 zeros= 0% [ ▁▂▆████▅▃▁ ] [ █▅ ] dim 0218 μ= +0.000 σ= 0.015 zeros= 0% [ ▁▆██▃ ] [ ▂▇█▆ ] dim 0219 μ= +0.008 σ= 0.032 zeros= 0% [ ▁▂▅█████▃▁ ] [ ▄▇█▄ ] dim 0220 μ= +0.024 σ= 0.031 zeros= 0% [ ▂▅████▇▂▁ ] [ ▅█▃ ] dim 0221 μ= -0.009 σ= 0.024 zeros= 0% [ ▁▇███▅▁ ] [ ▃█▇ ] dim 0222 μ= -0.002 σ= 0.026 zeros= 0% [ ▁▅████▃▁ ] [ ▆█▂ ] dim 0223 μ= +0.007 σ= 0.024 zeros= 0% [ ▂▇███▄▁ ] [ ▄██▂ ] dim 0224 μ= +0.019 σ= 0.030 zeros= 0% [ ▂▆████▅▁ ] [ ▁▇█▅ ] dim 0225 μ= -0.009 σ= 0.028 zeros= 0% [ ▁▃████▇▂ ] [ ▃██▂ ] dim 0226 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▅████▄▁ ] [ ▄██▄ ] dim 0227 μ= -0.033 σ= 0.030 zeros= 0% [ ▂▅████▆▂▁ ] [ ▁▄█▇▄ ] dim 0228 μ= +0.038 σ= 0.037 zeros= 0% [ ▂▄█████▇▄▁ ] [ ▇█▂ ] dim 0229 μ= +0.005 σ= 0.023 zeros= 0% [ ▂████▃ ] [ ▄█ ] dim 0230 μ= +0.007 σ= 0.019 zeros= 0% [ ▁▄███▁ ] [ ▂▇█ ] dim 0231 μ= -0.017 σ= 0.024 zeros= 0% [ ▁▃████▂ ] [ ▅█▄ ] dim 0232 μ= +0.028 σ= 0.026 zeros= 0% [ ▂▇███▅▁ ] [ ▇█▅ ] dim 0233 μ= -0.028 σ= 0.026 zeros= 0% [ ▂▇███▅▁ ] [ ▃▇█▃ ] dim 0234 μ= +0.038 σ= 0.030 zeros= 0% [ ▁▂▆████▅▁ ] [ ▁▇█ ] dim 0235 μ= +0.002 σ= 0.021 zeros= 0% [ ▂████▂ ] [ ▃██▄ ] dim 0236 μ= +0.018 σ= 0.040 zeros= 0% [ ▁▂▅█████▇▄▁ ] [ ▅█▄ ] dim 0237 μ= -0.009 σ= 0.023 zeros= 0% [ ▂▆███▄▁ ] [ ▆█▃ ] dim 0238 μ= -0.011 σ= 0.028 zeros= 0% [ ▁▃████▆▂ ] [ ▃█▆▂ ] dim 0239 μ= -0.018 σ= 0.027 zeros= 0% [ ▁▅████▃▁ ] [ ▃█▆ ] dim 0240 μ= +0.016 σ= 0.024 zeros= 0% [ ▁▄███▆▂ ] [ ▂▇█▇▁ ] dim 0241 μ= +0.028 σ= 0.040 zeros= 0% [ ▁▂▃▆█████▆▂▁ ] [ ▁██▂ ] dim 0242 μ= +0.003 σ= 0.026 zeros= 0% [ ▁▄████▄▁ ] [ ▂█▃ ] dim 0243 μ= -0.006 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ▂██▇▂ ] dim 0244 μ= -0.007 σ= 0.034 zeros= 0% [ ▁▁▄█████▄▁▁ ] [ ▃█▇▅ ] dim 0245 μ= +0.004 σ= 0.033 zeros= 0% [ ▁▃▇████▆▂▁ ] [ █▆ ] dim 0246 μ= -0.016 σ= 0.017 zeros= 0% [ ▁▅██▅▁ ] [ ▇█▇▂ ] dim 0247 μ= -0.036 σ= 0.035 zeros= 0% [ ▁▃▇████▆▃▁ ] [ ▁▇█▆▁ ] dim 0248 μ= +0.010 σ= 0.035 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▄█▅▂ ] dim 0249 μ= -0.020 σ= 0.034 zeros= 0% [ ▁▃█████▅▂▁ ] [ ▂██ ] dim 0250 μ= +0.001 σ= 0.022 zeros= 0% [ ▃████▂ ] [ ▇█ ] dim 0251 μ= +0.023 σ= 0.015 zeros= 0% [ ▃██▅ ] [ ▂█▄ ] dim 0252 μ= -0.005 σ= 0.022 zeros= 0% [ ▁▄███▅▁ ] [ ▁▆█▁ ] dim 0253 μ= -0.015 σ= 0.023 zeros= 0% [ ▃████▂ ] [ ▁██▁ ] dim 0254 μ= +0.023 σ= 0.027 zeros= 0% [ ▁▃████▅▁ ] [ ▁█▇▅▂ ] dim 0255 μ= -0.011 σ= 0.039 zeros= 0% [ ▁▃▇█████▅▂▁ ] [ ▅██▇▂ ] dim 0256 μ= -0.012 σ= 0.045 zeros= 0% [ ▁▃▆██████▆▃▂ ] [ ▅█▆▃ ] dim 0257 μ= +0.000 σ= 0.031 zeros= 0% [ ▂▆████▅▂ ] [ ▃▇█▂ ] dim 0258 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▅████▄▁ ] [ ██ ] dim 0259 μ= +0.004 σ= 0.019 zeros= 0% [ ▁▆██▇▁ ] [ ▁▅██▂ ] dim 0260 μ= -0.003 σ= 0.034 zeros= 0% [ ▁▄█████▅▂▁ ] [ █▃ ] dim 0261 μ= -0.020 σ= 0.016 zeros= 0% [ ▁▇██▃ ] [ ▃█ ] dim 0262 μ= +0.027 σ= 0.019 zeros= 0% [ ▁▄███▂ ] [ ▄█▁ ] dim 0263 μ= -0.010 σ= 0.018 zeros= 0% [ ▄███▂ ] [ ▂█▆▂ ] dim 0264 μ= -0.014 σ= 0.029 zeros= 0% [ ▁▄████▅▂ ] [ ▇█▄ ] dim 0265 μ= -0.009 σ= 0.026 zeros= 0% [ ▂▇███▅▂ ] [ ██ ] dim 0266 μ= +0.002 σ= 0.021 zeros= 0% [ ▂███▇▂ ] [ ▃█▂ ] dim 0267 μ= +0.010 σ= 0.018 zeros= 0% [ ▃███▁ ] [ ▃▆█▄ ] dim 0268 μ= +0.025 σ= 0.038 zeros= 0% [ ▁▄▇█████▄▂ ] [ ▂▇█▂ ] dim 0269 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▅████▄▁ ] [ ▃█▇▂ ] dim 0270 μ= +0.000 σ= 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.038 zeros= 0% [ ▁▂▆█████▆▂▁ ] [ ▂▇█▃ ] dim 0274 μ= +0.008 σ= 0.033 zeros= 0% [ ▁▅████▆▃▁ ] [ ▃▇█▃ ] dim 0275 μ= +0.021 σ= 0.026 zeros= 0% [ ▁▄████▄▁ ] [ ▃█▂ ] dim 0276 μ= -0.008 σ= 0.022 zeros= 0% [ ▁▅███▃▁ ] [ ▂▆█▃ ] dim 0277 μ= +0.007 σ= 0.027 zeros= 0% [ ▁▃████▆▂ ] [ ▄█▁ ] dim 0278 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▅███▃▁ ] [ ▂█▇▂ ] dim 0279 μ= +0.019 σ= 0.033 zeros= 0% [ ▁▃▇████▅▃▁ ] [ ██▃ ] dim 0280 μ= +0.025 σ= 0.023 zeros= 0% [ ▂▇███▄▁ ] [ ▆█▁ ] dim 0281 μ= +0.004 σ= 0.025 zeros= 0% [ ▁▃████▃▁ ] [ ▆█ ] dim 0282 μ= +0.005 σ= 0.018 zeros= 0% [ ▅██▇▁ ] [ ▆█▄ ] dim 0283 μ= -0.006 σ= 0.029 zeros= 0% [ ▁▃▇███▇▃▁ ] [ ▃▆█▃ ] dim 0284 μ= -0.051 σ= 0.032 zeros= 0% [ ▂▅████▆▂▁ ] [ ▃██▇▁ ] dim 0285 μ= +0.009 σ= 0.033 zeros= 0% [ ▂▆█████▄▁ ] [ ▂▄█▅▁ ] dim 0286 μ= -0.008 σ= 0.033 zeros= 0% [ ▂▅█████▃▁ ] [ ██ ] dim 0287 μ= +0.006 σ= 0.022 zeros= 0% [ ▁▇███▃ ] [ ▁▅██▄▁ ] dim 0288 μ= -0.015 σ= 0.043 zeros= 0% [ ▁▃▄██████▅▃▁ ] [ ▅█▄ ] dim 0289 μ= +0.012 σ= 0.025 zeros= 0% [ ▁▆███▅▂ ] [ ▃██▇▂ ] dim 0290 μ= +0.013 σ= 0.037 zeros= 0% [ ▁▂▆█████▇▂▁ ] [ ▆█ ] dim 0291 μ= -0.014 σ= 0.014 zeros= 0% [ ▃██▄ ] [ ▃██▄ ] dim 0292 μ= +0.004 σ= 0.034 zeros= 0% [ ▁▃▆████▇▃▁ ] [ █▆ ] dim 0293 μ= +0.020 σ= 0.019 zeros= 0% [ ▁▇██▆▁ ] [ ▄█▇ ] dim 0294 μ= -0.003 σ= 0.027 zeros= 0% [ ▁▆████▃▁ ] [ █▂ ] dim 0295 μ= -0.001 σ= 0.013 zeros= 0% [ ▄██▁ ] [ ▁█▆▁ ] dim 0296 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▄████▃ ] [ ▁█▃ ] dim 0297 μ= -0.004 σ= 0.017 zeros= 0% [ ▂███▃ ] [ ▅█▂ ] dim 0298 μ= -0.010 σ= 0.024 zeros= 0% [ ▂▇███▄▁ ] [ ▂█▇▁ ] dim 0299 μ= +0.001 σ= 0.026 zeros= 0% [ ▁▄████▄▁ ] [ ▄█▅ ] dim 0300 μ= -0.023 σ= 0.031 zeros= 0% [ ▁▃█████▄▁ ] [ ▇█▄ ] dim 0301 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▃████▅▁ ] [ ▂██▅ ] dim 0302 μ= +0.006 σ= 0.035 zeros= 0% [ ▁▃▇█████▄▁ ] [ █▆ ] dim 0303 μ= -0.018 σ= 0.016 zeros= 0% [ ▁▆██▄ ] [ ▄▆█▃ ] dim 0304 μ= +0.001 σ= 0.031 zeros= 0% [ ▃▇████▅▂ ] [ ▂█▇▄ ] dim 0305 μ= +0.024 σ= 0.034 zeros= 0% [ ▁▃▅████▇▃▁ ] [ ▂▇██▁ ] dim 0306 μ= +0.011 σ= 0.037 zeros= 0% [ ▁▂▆█████▅▂▁ ] [ ▂█ ] dim 0307 μ= +0.009 σ= 0.016 zeros= 0% [ ▂██▇▁ ] [ ▂▆█▇▁ ] dim 0308 μ= +0.029 σ= 0.037 zeros= 0% [ ▁▁▂▅█████▅▂▁ ] [ ▁▇█▄ ] dim 0309 μ= +0.003 σ= 0.030 zeros= 0% [ ▂▆████▅▁ ] [ █ ] dim 0310 μ= -0.002 σ= 0.010 zeros= 0% [ ▃██ ] [ ▄█ ] dim 0311 μ= +0.006 σ= 0.013 zeros= 0% [ ▁██▄ ] [ ▄██▃ ] dim 0312 μ= +0.019 σ= 0.036 zeros= 0% [ ▁▁▃█████▇▃▁ ] [ ▆█ ] dim 0313 μ= +0.004 σ= 0.020 zeros= 0% [ ▁▆██▇▁ ] [ ▁▄█▆▅▁ ] dim 0314 μ= +0.003 σ= 0.045 zeros= 0% [ ▁▂▃▅██████▅▃▁ ] [ ▂██ ] dim 0315 μ= -0.001 σ= 0.022 zeros= 0% [ ▃███▆▁ ] [ ▅█▅ ] dim 0316 μ= -0.025 σ= 0.025 zeros= 0% [ ▂▅███▅▁ ] [ ▄█▇▃ ] dim 0317 μ= -0.014 σ= 0.029 zeros= 0% [ ▁▄████▅▂ ] [ ▃█ ] dim 0318 μ= -0.010 σ= 0.015 zeros= 0% [ ▂██▆▁ ] [ ▁▆█▅ ] dim 0319 μ= +0.009 σ= 0.031 zeros= 0% [ ▁▄████▇▃▁ ] [ ▁▇█▂ ] dim 0320 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▃████▄▁ ] [ ▂█ ] dim 0321 μ= -0.026 σ= 0.015 zeros= 0% [ ▂███▁ ] [ ▁▆█▆▁ ] dim 0322 μ= -0.007 σ= 0.037 zeros= 0% [ ▁▂▅█████▅▂ ] [ ▄█▅▁ ] dim 0323 μ= +0.015 σ= 0.034 zeros= 0% [ ▁▄█████▅▂ ] [ █▂ ] dim 0324 μ= -0.023 σ= 0.018 zeros= 0% [ ▂███▃ ] [ ▂▅█▅▁ ] dim 0325 μ= +0.011 σ= 0.036 zeros= 0% [ ▁▂▅█████▄▂ ] [ ▄█▄ ] dim 0326 μ= -0.005 σ= 0.023 zeros= 0% [ ▁▅███▆▁ ] [ ▁█▂ ] dim 0327 μ= -0.024 σ= 0.018 zeros= 0% [ ▂███▃ ] [ █▇ ] dim 0328 μ= +0.003 σ= 0.010 zeros= 0% [ ▁██▁ ] [ ▄▇█▄ ] dim 0329 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▂▅████▅▂ ] [ ▄█▇▃ ] dim 0330 μ= +0.019 σ= 0.040 zeros= 0% [ ▁▂▅█████▇▅▁▁ ] [ ▁▆██▂ ] dim 0331 μ= -0.002 σ= 0.039 zeros= 0% [ ▁▂▆█████▇▄▁ ] [ ██ ] dim 0332 μ= +0.022 σ= 0.020 zeros= 0% [ ▁████▂ ] [ ▃█▆ ] dim 0333 μ= -0.003 σ= 0.028 zeros= 0% [ ▁▁▆████▃▁ ] [ █▅ ] dim 0334 μ= +0.018 σ= 0.016 zeros= 0% [ ▁▆██▃ ] [ ▁█▆▁ ] dim 0335 μ= +0.003 σ= 0.024 zeros= 0% [ ▁▂████▃ ] [ ▄▆█▃ ] dim 0336 μ= +0.001 σ= 0.033 zeros= 0% [ ▁▃▇████▅▂▁ ] [ ▁██▂ ] dim 0337 μ= -0.014 σ= 0.026 zeros= 0% [ ▁▃████▄▁ ] [ ▆█▄ ] dim 0338 μ= +0.011 σ= 0.029 zeros= 0% [ ▁▃████▇▂▁ ] [ ▂▆█▃ ] dim 0339 μ= +0.005 σ= 0.028 zeros= 0% [ ▁▄████▅▁ ] [ ▃█▇▃ ] dim 0340 μ= +0.001 σ= 0.032 zeros= 0% [ ▁▃▆████▅▂ ] [ ▁█▅ ] dim 0341 μ= +0.016 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▃█▇ ] dim 0342 μ= -0.018 σ= 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.026 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.025 σ= 0.030 zeros= 0% [ ▁▃█████▃▁ ] [ ▁█▄ ] dim 0350 μ= +0.015 σ= 0.018 zeros= 0% [ ▁███▃ ] [ ▂█▆ ] dim 0351 μ= +0.018 σ= 0.027 zeros= 0% [ ▁▅████▄▁ ] [ ▄▇█▆ ] dim 0352 μ= +0.005 σ= 0.032 zeros= 0% [ ▁▂▆████▇▂▁ ] [ ▃██▁ ] dim 0353 μ= -0.017 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▂█▇▇▂ ] dim 0354 μ= +0.011 σ= 0.036 zeros= 0% [ ▁▃▅█████▅▂▁ ] [ ▄█▂ ] dim 0355 μ= -0.009 σ= 0.021 zeros= 0% [ ▁▄███▃ ] [ ▁▆█▇▂ ] dim 0356 μ= +0.032 σ= 0.034 zeros= 0% [ ▂▅█████▅▂▁ ] [ ▂▇█▁ ] dim 0357 μ= +0.020 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ █▁ ] dim 0358 μ= -0.003 σ= 0.013 zeros= 0% [ ▅██▁ ] [ ▇█▄ ] dim 0359 μ= -0.010 σ= 0.026 zeros= 0% [ ▁▂▇███▄▂ ] [ ▆█▄ ] dim 0360 μ= +0.011 σ= 0.028 zeros= 0% [ ▃▇███▇▂ ] [ ▃▆█▃ ] dim 0361 μ= -0.015 σ= 0.037 zeros= 0% [ ▁▃▇████▇▃▁ ] [ ▂█▁ ] dim 0362 μ= -0.025 σ= 0.017 zeros= 0% [ ▂███▂ ] [ ▃█▇▂ ] dim 0363 μ= +0.019 σ= 0.031 zeros= 0% [ ▂▇████▅▂ ] [ ▆█▂ ] dim 0364 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▃████▇▂ ] [ ▆█▆▁ ] dim 0365 μ= +0.031 σ= 0.031 zeros= 0% [ ▁▃█████▃▂ ] [ ▃█▆ ] dim 0366 μ= -0.021 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ██ ] dim 0367 μ= +0.004 σ= 0.015 zeros= 0% [ ▄██▅ ] [ ▃█▃ ] dim 0368 μ= -0.006 σ= 0.022 zeros= 0% [ ▁▄███▄▁ ] [ ▁█▄ ] dim 0369 μ= +0.032 σ= 0.020 zeros= 0% [ ▃███▄▁ ] [ ▁█▄ ] dim 0370 μ= -0.002 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▅▇█▄ ] dim 0371 μ= +0.004 σ= 0.037 zeros= 0% [ ▁▃▇█████▄▂ ] [ ▄█▇▅ ] dim 0372 μ= +0.020 σ= 0.034 zeros= 0% [ ▁▃▇████▆▃▁ ] [ ▃█▇▂ ] dim 0373 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▃▇████▅▂ ] [ █▇ ] dim 0374 μ= -0.018 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ ▆█▄ ] dim 0375 μ= +0.011 σ= 0.028 zeros= 0% [ ▁▃▇███▆▃ ] [ ▄█ ] dim 0376 μ= -0.011 σ= 0.018 zeros= 0% [ ▄██▇▁ ] [ ▄█▄ ] dim 0377 μ= -0.005 σ= 0.029 zeros= 0% [ ▁▂▇███▇▃▁ ] [ ▄█▆▁ ] dim 0378 μ= -0.002 σ= 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.017 zeros= 0% [ ▁▇██▅▁ ] [ ▂▆█▃ ] dim 0382 μ= -0.010 σ= 0.030 zeros= 0% [ ▁▃████▇▂▁ ] [ ▃▆█▅ ] dim 0383 μ= +0.023 σ= 0.035 zeros= 0% [ ▁▃▆█████▂▁ ] [ ▇█▄ ] dim 0384 μ= +0.010 σ= 0.026 zeros= 0% [ ▂████▆▂ ] [ ▂█▇▁ ] dim 0385 μ= +0.021 σ= 0.026 zeros= 0% [ ▁▄████▃▁ ] [ ▄█▃ ] dim 0386 μ= +0.010 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ █ ] dim 0387 μ= -0.010 σ= 0.011 zeros= 0% [ ██▃ ] [ ▃▅█▇▃ ] dim 0388 μ= +0.013 σ= 0.044 zeros= 0% [ ▁▂▃▇█████▇▄▂▁ ] [ ▇█▄ ] dim 0389 μ= +0.007 σ= 0.028 zeros= 0% [ ▁▃████▆▂ ] [ ▆█▄ ] dim 0390 μ= +0.025 σ= 0.026 zeros= 0% [ ▁▃████▅▁ ] [ ▄█▆▁ ] dim 0391 μ= -0.000 σ= 0.030 zeros= 0% [ ▃▆████▅▁ ] [ ▂██▂ ] dim 0392 μ= +0.020 σ= 0.026 zeros= 0% [ ▁▄████▃▁ ] [ ▃▇█▆▁ ] dim 0393 μ= -0.010 σ= 0.039 zeros= 0% [ ▁▃▇█████▅▂▁ ] [ █▅ ] dim 0394 μ= +0.017 σ= 0.018 zeros= 0% [ ▁▇██▃ ] [ ▁▇█▇▂ ] dim 0395 μ= -0.004 σ= 0.034 zeros= 0% [ ▁▄█████▅▂▁ ] [ ▁▇█▁ ] dim 0396 μ= -0.016 σ= 0.024 zeros= 0% [ ▁▃████▃▁ ] [ ██ ] dim 0397 μ= +0.002 σ= 0.018 zeros= 0% [ ▁▇██▆▁ ] [ ▁▅█▇▅ ] dim 0398 μ= +0.002 σ= 0.038 zeros= 0% [ ▁▂▄█████▇▄▂ ] [ ▆█ ] dim 0399 μ= -0.013 σ= 0.016 zeros= 0% [ ▃██▆ ] [ ▂███▃ ] dim 0400 μ= -0.005 σ= 0.037 zeros= 0% [ ▁▂▆█████▅▃▁ ] [ ▃██▂ ] dim 0401 μ= -0.017 σ= 0.030 zeros= 0% [ ▁▂▆████▅▁ ] [ ▂█▇ ] dim 0402 μ= -0.000 σ= 0.025 zeros= 0% [ ▁▄███▇▃ ] [ ▄█▅ ] dim 0403 μ= -0.005 σ= 0.026 zeros= 0% [ ▂▆███▇▂ ] [ ▂█▇ ] dim 0404 μ= +0.002 σ= 0.024 zeros= 0% [ ▃████▃ ] [ ▅█▆▁ ] dim 0405 μ= +0.017 σ= 0.030 zeros= 0% [ ▁▂▆████▄▁ ] [ ▁█▄ ] dim 0406 μ= +0.014 σ= 0.018 zeros= 0% [ ▂███▃ ] [ ▁█▂ ] dim 0407 μ= +0.013 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▂██▁ ] dim 0408 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▃████▃▁ ] [ ▆█▄ ] dim 0409 μ= -0.011 σ= 0.026 zeros= 0% [ ▁▃████▄▁ ] [ ▃█▇▁ ] dim 0410 μ= -0.018 σ= 0.026 zeros= 0% [ ▁▄████▃▁ ] [ ▂█▇▂ ] dim 0411 μ= +0.002 σ= 0.029 zeros= 0% [ ▂▅████▅▁ ] [ ▄██▄▁ ] dim 0412 μ= +0.003 σ= 0.039 zeros= 0% [ ▁▂▄▇█████▄▂▁ ] [ ▆█▄ ] dim 0413 μ= -0.010 σ= 0.025 zeros= 0% [ ▃▇███▅▁ ] [ ▄█▄ ] dim 0414 μ= -0.009 σ= 0.026 zeros= 0% [ ▁▃▇███▅▁ ] [ ▃█▂ ] dim 0415 μ= -0.007 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ ▁▆██▄ ] dim 0416 μ= -0.002 σ= 0.039 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.018 σ= 0.027 zeros= 0% [ ▁▅████▃▁ ] [ ▄█▃ ] dim 0422 μ= +0.012 σ= 0.028 zeros= 0% [ ▁▃▆███▇▂▁ ] [ ▃█▅ ] dim 0423 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▅███▆▁ ] [ ▂█▆ ] dim 0424 μ= +0.016 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▅█▇▅▁ ] dim 0425 μ= -0.013 σ= 0.038 zeros= 0% [ ▁▄██████▅▂▁ ] [ █▃ ] dim 0426 μ= +0.019 σ= 0.012 zeros= 0% [ ▃██▂ ] [ ▃▆█▅ ] dim 0427 μ= +0.003 σ= 0.035 zeros= 0% [ ▁▃▇████▆▃▁ ] [ ▆██▅ ] dim 0428 μ= +0.019 σ= 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.012 σ= 0.021 zeros= 0% [ ▁▄███▃▁ ] [ ▁▇█▃ ] dim 0433 μ= -0.012 σ= 0.030 zeros= 0% [ ▁▄████▅▂ ] [ ▂██▁ ] dim 0434 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▄████▃▁ ] [ ▅█ ] dim 0435 μ= +0.006 σ= 0.017 zeros= 0% [ ▄██▆▁ ] [ ▁▅█▄▁ ] dim 0436 μ= -0.008 σ= 0.034 zeros= 0% [ ▁▁▅█████▄▂ ] [ ▆█▆ ] dim 0437 μ= +0.012 σ= 0.030 zeros= 0% [ ▁▃▇███▇▃▁ ] [ ▃█▅ ] dim 0438 μ= -0.002 σ= 0.023 zeros= 0% [ ▁▃███▇▂ ] [ ▃██▃ ] dim 0439 μ= -0.016 σ= 0.028 zeros= 0% [ ▁▅████▄▁ ] [ ▂▆█▂ ] dim 0440 μ= +0.004 σ= 0.027 zeros= 0% [ ▁▄████▅▁ ] [ ▅██▃ ] dim 0441 μ= +0.018 σ= 0.036 zeros= 0% [ ▁▂▃█████▆▃▁ ] [ ▃█▃ ] dim 0442 μ= +0.012 σ= 0.020 zeros= 0% [ ▄███▃▁ ] [ ▅█ ] dim 0443 μ= -0.011 σ= 0.017 zeros= 0% [ ▃███▁ ] [ ▃▇▇█▃ ] dim 0444 μ= +0.017 σ= 0.044 zeros= 0% [ ▁▄███████▅▂▁ ] [ ▆█ ] dim 0445 μ= +0.005 σ= 0.021 zeros= 0% [ ▂▆███▂ ] [ ▄██▂ ] dim 0446 μ= +0.018 σ= 0.029 zeros= 0% [ ▁▂▆████▄▁ ] [ ▂▇█▂ ] dim 0447 μ= +0.020 σ= 0.025 zeros= 0% [ ▁▅████▃ ] [ ▂██▃ ] dim 0448 μ= -0.014 σ= 0.031 zeros= 0% [ ▂▅████▆▂▁ ] [ ▃█▃ ] dim 0449 μ= +0.013 σ= 0.021 zeros= 0% [ ▄███▃▁ ] [ █▇ ] dim 0450 μ= -0.017 σ= 0.019 zeros= 0% [ ▁███▅▁ ] [ ▆█▁ ] dim 0451 μ= +0.007 σ= 0.022 zeros= 0% [ ▁▆███▃ ] [ ▂██▄ ] dim 0452 μ= -0.013 σ= 0.030 zeros= 0% [ ▁▄████▅▂ ] [ ▃█▂ ] dim 0453 μ= -0.007 σ= 0.018 zeros= 0% [ ▃███▂ ] [ █▄ ] dim 0454 μ= +0.000 σ= 0.014 zeros= 0% [ ▄██▂ ] [ ▁▆█▆▂ ] dim 0455 μ= +0.012 σ= 0.042 zeros= 0% [ ▁▂▃▆█████▇▃▁▁ ] [ ▄██▂ ] dim 0456 μ= -0.018 σ= 0.033 zeros= 0% [ ▁▃▇████▆▂ ] [ ▆█▅ ] dim 0457 μ= +0.012 σ= 0.028 zeros= 0% [ ▃█████▃ ] [ ▅▇█▃ ] dim 0458 μ= +0.015 σ= 0.032 zeros= 0% [ ▁▃█████▄▁ ] [ ▆█▂ ] dim 0459 μ= -0.010 σ= 0.023 zeros= 0% [ ▂▆███▄▁ ] [ ▆█▃ ] dim 0460 μ= -0.009 σ= 0.026 zeros= 0% [ ▂▇███▆▁ ] [ █ ] dim 0461 μ= -0.006 σ= 0.012 zeros= 0% [ ▆█▇ ] [ ▇█▁ ] dim 0462 μ= -0.014 σ= 0.023 zeros= 0% [ ▂▇███▃▁ ] [ ▄██▃ ] dim 0463 μ= -0.018 σ= 0.035 zeros= 0% [ ▁▃█████▆▃▁ ] [ ▃▅█▆▄ ] dim 0464 μ= -0.021 σ= 0.042 zeros= 0% [ ▁▃▆█████▇▄▂▁ ] [ ▅█▅ ] dim 0465 μ= -0.007 σ= 0.025 zeros= 0% [ ▂▆███▆▁ ] [ ▂▄█▇▂ ] dim 0466 μ= -0.005 σ= 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.028 zeros= 0% [ ▁▂▆████▃▁ ] [ █▇ ] dim 0470 μ= -0.016 σ= 0.017 zeros= 0% [ ▁▅██▄▁ ] [ █▆ ] dim 0471 μ= +0.038 σ= 0.015 zeros= 0% [ ▅██▃ ] [ ▄█▆ ] dim 0472 μ= -0.004 σ= 0.027 zeros= 0% [ ▂▆███▇▃▁ ] [ █▇ ] dim 0473 μ= -0.016 σ= 0.016 zeros= 0% [ ▄██▄ ] [ ▃█▄ ] dim 0474 μ= +0.014 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ ▄█▇▃ ] dim 0475 μ= -0.001 σ= 0.038 zeros= 0% [ ▁▂▅█████▇▃▁ ] [ ▄█▁ ] dim 0476 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▅███▃ ] [ ▂█▄ ] dim 0477 μ= -0.005 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ▄█▅ ] dim 0478 μ= -0.023 σ= 0.025 zeros= 0% [ ▁▆███▆▂ ] [ ▁▇█▃ ] dim 0479 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▅████▆▂ ] [ ▆█▄ ] dim 0480 μ= -0.008 σ= 0.031 zeros= 0% [ ▁▄████▇▃▁ ] [ ▆█ ] dim 0481 μ= +0.021 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ ▅█▅ ] dim 0482 μ= +0.011 σ= 0.029 zeros= 0% [ ▁▃████▇▂▁ ] [ ▁▆█▄ ] dim 0483 μ= -0.010 σ= 0.031 zeros= 0% [ ▂▄████▇▂▁ ] [ ▂█▆▅ ] dim 0484 μ= +0.005 σ= 0.035 zeros= 0% [ ▁▄▆█████▃▁ ] [ █▂ ] dim 0485 μ= +0.017 σ= 0.014 zeros= 0% [ ▅██▂ ] [ ▂▆█▄ ] dim 0486 μ= +0.025 σ= 0.029 zeros= 0% [ ▁▄████▅▂ ] [ ▃██ ] dim 0487 μ= +0.017 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▆▇█▇▂ ] dim 0488 μ= +0.025 σ= 0.044 zeros= 0% [ ▁▃▅██████▅▄▁▁ ] [ ▆█▄ ] dim 0489 μ= -0.025 σ= 0.024 zeros= 0% [ ▁▆███▆▁ ] [ ▂██▄ ] dim 0490 μ= -0.012 σ= 0.031 zeros= 0% [ ▂▄████▇▂▁ ] [ █▅ ] dim 0491 μ= +0.019 σ= 0.015 zeros= 0% [ ▆██▄ ] [ ▁▆█▄ ] dim 0492 μ= -0.011 σ= 0.029 zeros= 0% [ ▁▄████▆▂ ] [ ▁█▃ ] dim 0493 μ= +0.014 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ██ ] dim 0494 μ= +0.022 σ= 0.019 zeros= 0% [ ▁▇██▇▁ ] [ ▁▆█▁ ] dim 0495 μ= -0.015 σ= 0.027 zeros= 0% [ ▁▄████▅▁ ] [ ▄█ ] dim 0496 μ= +0.025 σ= 0.015 zeros= 0% [ ▃██▆ ] [ ██ ] dim 0497 μ= -0.015 σ= 0.018 zeros= 0% [ ▁▆██▇▁ ] [ ▂█▇▂ ] dim 0498 μ= +0.016 σ= 0.041 zeros= 0% [ ▁▁▃▅█████▇▄▁ ] [ ▁▆█▃ ] dim 0499 μ= -0.012 σ= 0.028 zeros= 0% [ ▁▄████▅▂▁ ] [ ▅█▇▅▁ ] dim 0500 μ= +0.021 σ= 0.040 zeros= 0% [ ▁▂▄██████▄▂ ] [ █ ] dim 0501 μ= -0.007 σ= 0.013 zeros= 0% [ ▁▇█▆ ] [ ██ ] dim 0502 μ= +0.021 σ= 0.022 zeros= 0% [ ▂████▂ ] [ ▂██▂ ] dim 0503 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▅████▅▂▁ ] [ █ ] dim 0504 μ= -0.004 σ= 0.011 zeros= 0% [ ▄█▇ ] [ ▂█▅ ] dim 0505 μ= -0.003 σ= 0.024 zeros= 0% [ ▁▄███▆▁ ] [ ▅█▃ ] dim 0506 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▂▇███▅▁ ] [ ▇█▃ ] dim 0507 μ= -0.010 σ= 0.023 zeros= 0% [ ▁▆███▄▁ ] [ ▁▅█▇▂ ] dim 0508 μ= -0.005 σ= 0.034 zeros= 0% [ ▂▄█████▄▂▁ ] [ ▃██▁ ] dim 0509 μ= -0.000 σ= 0.026 zeros= 0% [ ▁▅████▃ ] [ ▅█▅ ] dim 0510 μ= -0.008 σ= 0.028 zeros= 0% [ ▁▃████▆▂▁ ] [ ▃▅█▄ ] dim 0511 μ= +0.009 σ= 0.036 zeros= 0% [ ▁▂▆█████▄▂▁ ] [ ▂██▂ ] dim 0512 μ= -0.015 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ▄█ ] dim 0513 μ= +0.024 σ= 0.013 zeros= 0% [ ▂██▃ ] [ ▁▆█▆ ] dim 0514 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▅█████▅▂▁ ] [ ▆█▁ ] dim 0515 μ= -0.030 σ= 0.024 zeros= 0% [ ▂▇███▄▁ ] [ ██ ] dim 0516 μ= +0.024 σ= 0.020 zeros= 0% [ ▁▆███▂ ] [ ▁▅█▇▂ ] dim 0517 μ= -0.004 σ= 0.038 zeros= 0% [ ▁▂▆█████▇▃▁ ] [ ▇█▂ ] dim 0518 μ= +0.025 σ= 0.023 zeros= 0% [ ▂▆███▃▁ ] [ ▅█▆ ] dim 0519 μ= -0.039 σ= 0.027 zeros= 0% [ ▁▆████▃▁ ] [ ▆█▄ ] dim 0520 μ= +0.011 σ= 0.031 zeros= 0% [ ▁▃█████▃▁ ] [ ▃█▇▄ ] dim 0521 μ= +0.022 σ= 0.033 zeros= 0% [ ▁▃▆████▆▃▁ ] [ ▄█▄ ] dim 0522 μ= +0.012 σ= 0.025 zeros= 0% [ ▁▆███▅▂ ] [ █▆ ] dim 0523 μ= +0.019 σ= 0.016 zeros= 0% [ ▆██▃ ] [ ▅█▅ ] dim 0524 μ= +0.013 σ= 0.028 zeros= 0% [ ▂▇███▇▃▁ ] [ █ ] dim 0525 μ= -0.006 σ= 0.011 zeros= 0% [ ▅█▅ ] [ ▂█▇ ] dim 0526 μ= -0.017 σ= 0.025 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▄ ] dim 0527 μ= +0.012 σ= 0.025 zeros= 0% [ ▁▅███▆▁ ] [ ▃█▅ ] dim 0528 μ= -0.039 σ= 0.028 zeros= 0% [ ▂▅████▃▁ ] [ ▅█▇▁ ] dim 0529 μ= +0.013 σ= 0.029 zeros= 0% [ ▁▃▇████▃ ] [ ▁██▂ ] dim 0530 μ= -0.014 σ= 0.026 zeros= 0% [ ▁▄████▄▁ ] [ ██▁ ] dim 0531 μ= -0.015 σ= 0.024 zeros= 0% [ ▃████▃▁ ] [ ▇█▇▁ ] dim 0532 μ= -0.004 σ= 0.032 zeros= 0% [ ▁▄█████▄▁▁ ] [ ▁█▅ ] dim 0533 μ= -0.001 σ= 0.020 zeros= 0% [ ▂███▅▁ ] [ ▅█▇▂ ] dim 0534 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▃▇████▆▂ ] [ ▄█▇▅ ] dim 0535 μ= -0.016 σ= 0.038 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.037 zeros= 0% [ ▂▄█████▇▄▁ ] [ ▂▆█▅▁ ] dim 0540 μ= -0.005 σ= 0.035 zeros= 0% [ ▁▂▄█████▅▃ ] [ ▅██ ] dim 0541 μ= -0.002 σ= 0.028 zeros= 0% [ ▂▅████▃▁ ] [ ▅█▄▁ ] dim 0542 μ= -0.004 σ= 0.032 zeros= 0% [ ▁▃▇████▄▂ ] [ ▁▄▇█▅ ] dim 0543 μ= +0.018 σ= 0.038 zeros= 0% [ ▁▂▅█████▆▄▁ ] [ ▇█▁ ] dim 0544 μ= +0.005 σ= 0.021 zeros= 0% [ ▁▇███▂ ] [ █▄ ] dim 0545 μ= -0.020 σ= 0.017 zeros= 0% [ ▁▇██▃ ] [ ▄█▇▃ ] dim 0546 μ= -0.016 σ= 0.034 zeros= 0% [ ▁▃▆████▆▂▁ ] [ ▁▇█▃ ] dim 0547 μ= -0.013 σ= 0.026 zeros= 0% [ ▁▄████▅▁ ] [ ▂█▆ ] dim 0548 μ= -0.035 σ= 0.024 zeros= 0% [ ▃████▂▁ ] [ ▆█▆ ] dim 0549 μ= +0.013 σ= 0.029 zeros= 0% [ ▁▃█████▃▁ ] [ ▃█▇▅▃ ] dim 0550 μ= -0.007 σ= 0.039 zeros= 0% [ ▁▃▅█████▆▃▁ ] [ ▅█ ] dim 0551 μ= +0.008 σ= 0.017 zeros= 0% [ ▃██▇▁ ] [ ▄█▅ ] dim 0552 μ= -0.006 σ= 0.028 zeros= 0% [ ▂████▇▂ ] [ ▅█▅ ] dim 0553 μ= -0.005 σ= 0.027 zeros= 0% [ ▂▇████▂▁ ] [ █▅ ] dim 0554 μ= +0.018 σ= 0.018 zeros= 0% [ ▁███▅▁ ] [ ▃█▅ ] dim 0555 μ= +0.015 σ= 0.030 zeros= 0% [ ▁▂▇███▇▄▁ ] [ ▄██▄ ] dim 0556 μ= -0.014 σ= 0.035 zeros= 0% [ ▄▇████▇▃▂ ] [ ▂█▅ ] dim 0557 μ= -0.003 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▇█▅ ] dim 0558 μ= +0.009 σ= 0.026 zeros= 0% [ ▃████▆▁ ] [ ▁▄██▄▁ ] dim 0559 μ= -0.012 σ= 0.042 zeros= 0% [ ▁▂▄██████▇▃▁ ] [ ▁▄█▇▃ ] dim 0560 μ= -0.001 σ= 0.037 zeros= 0% [ ▁▂▅█████▆▂▁ ] [ ▃█▅ ] dim 0561 μ= -0.023 σ= 0.035 zeros= 0% [ ▁▁▄█████▅▂▁ ] [ ▁█▆ ] dim 0562 μ= +0.000 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ ▄█▅ ] dim 0563 μ= +0.031 σ= 0.027 zeros= 0% [ ▂▆███▇▂ ] [ ▆█ ] dim 0564 μ= +0.006 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ ▂█▅ ] dim 0565 μ= -0.020 σ= 0.022 zeros= 0% [ ▃███▆▁ ] [ ▂▆█▃ ] dim 0566 μ= +0.007 σ= 0.029 zeros= 0% [ ▁▄████▆▂ ] [ █▇ ] dim 0567 μ= +0.003 σ= 0.017 zeros= 0% [ ▁▅██▅▁ ] [ ▃█▅ ] dim 0568 μ= +0.016 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▃█▇▂ ] dim 0569 μ= -0.018 σ= 0.028 zeros= 0% [ ▂▅████▄▁ ] [ ▄█▅ ] dim 0570 μ= +0.014 σ= 0.026 zeros= 0% [ ▂▅███▇▂ ] [ ▄█▇▅ ] dim 0571 μ= +0.002 σ= 0.032 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.005 σ= 0.044 zeros= 0% [ ▁▁▃▆██████▇▃▁ ] [ ▃█▆ ] dim 0576 μ= +0.016 σ= 0.026 zeros= 0% [ ▁▅███▇▂▁ ] [ ▃█▇ ] dim 0577 μ= -0.001 σ= 0.025 zeros= 0% [ ▁▄████▃ ] [ ▄██▆ ] dim 0578 μ= -0.012 σ= 0.034 zeros= 0% [ ▁▂▆█████▃▁ ] [ ▅█▄ ] dim 0579 μ= -0.010 σ= 0.026 zeros= 0% [ ▁▃▇███▅▁ ] [ ▅█▆▁ ] dim 0580 μ= -0.002 σ= 0.030 zeros= 0% [ ▁▂▇████▄▁ ] [ ▂█▇▁ ] dim 0581 μ= +0.002 σ= 0.025 zeros= 0% [ ▁▃████▃▁ ] [ ▅█ ] dim 0582 μ= +0.023 σ= 0.020 zeros= 0% [ ▁▆██▇▂ ] [ █ ] dim 0583 μ= -0.006 σ= 0.014 zeros= 0% [ ▁▇██▁ ] [ ▃▇█▄ ] dim 0584 μ= +0.004 σ= 0.031 zeros= 0% [ ▁▂▅████▅▂ ] [ ▂▅▇█▇▂▁ ] dim 0585 μ= -0.031 σ= 0.050 zeros= 0% [ ▁▂▄▆███████▅▂▁ ] -> OUTLIER_SPREAD: this_std=0.0501, mean_std=0.0266, +3.3sigma vs threshold=3.0sigma [ ▁█▇ ] dim 0586 μ= +0.001 σ= 0.021 zeros= 0% [ ▂███▇▁ ] [ ▃█ ] dim 0587 μ= -0.008 σ= 0.016 zeros= 0% [ ▂███▁ ] [ ▃▆█▅ ] dim 0588 μ= -0.012 σ= 0.034 zeros= 0% [ ▁▃▆█████▄▁ ] [ █▄ ] dim 0589 μ= -0.002 σ= 0.015 zeros= 0% [ ▁▆██▂ ] [ ▃▆█▅ ] dim 0590 μ= +0.008 σ= 0.034 zeros= 0% [ ▂▅████▇▄▁ ] [ █▅ ] dim 0591 μ= -0.021 σ= 0.017 zeros= 0% [ ▁███▃ ] [ ▃█▄ ] dim 0592 μ= -0.004 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ ▇█▇▁ ] dim 0593 μ= +0.016 σ= 0.034 zeros= 0% [ ▁▄▇████▅▂▁ ] [ ▁▆█▇▃ ] dim 0594 μ= -0.001 σ= 0.036 zeros= 0% [ ▁▁▄█████▆▃▁ ] [ ▆█▄ ] dim 0595 μ= +0.010 σ= 0.027 zeros= 0% [ ▂▇███▆▂ ] [ ▁██▁ ] dim 0596 μ= +0.004 σ= 0.022 zeros= 0% [ ▂████▂▁ ] [ ▃█▇ ] dim 0597 μ= +0.016 σ= 0.029 zeros= 0% [ ▂▆████▃▁ ] [ ▂▇█▄ ] dim 0598 μ= +0.004 σ= 0.029 zeros= 0% [ ▁▅████▆▁ ] [ ▇█ ] dim 0599 μ= +0.023 σ= 0.014 zeros= 0% [ ▃██▄ ] [ ▅█▆▃ ] dim 0600 μ= -0.018 σ= 0.037 zeros= 0% [ ▁▄█████▆▄▁ ] [ ▂█▃ ] dim 0601 μ= +0.013 σ= 0.021 zeros= 0% [ ▁▃███▄ ] [ ▆█ ] dim 0602 μ= -0.014 σ= 0.018 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.030 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ▄█▇▃ ] dim 0607 μ= +0.001 σ= 0.032 zeros= 0% [ ▁▂▆████▅▂▁ ] [ ▁▇██▄ ] dim 0608 μ= -0.001 σ= 0.038 zeros= 0% [ ▁▂▅██████▃▂ ] [ ▂▆█▅ ] dim 0609 μ= +0.008 σ= 0.031 zeros= 0% [ ▁▄████▇▃▁ ] [ ▁█▆ ] dim 0610 μ= +0.018 σ= 0.020 zeros= 0% [ ▃███▆▁ ] [ ▂█▅ ] dim 0611 μ= -0.000 σ= 0.024 zeros= 0% [ ▁▃███▇▂ ] [ ▃█▇▆▃ ] dim 0612 μ= +0.010 σ= 0.040 zeros= 0% [ ▁▃▇█████▅▃▁ ] [ █▆ ] dim 0613 μ= +0.020 σ= 0.013 zeros= 0% [ ▃██▂ ] [ ▅█▄ ] dim 0614 μ= +0.009 σ= 0.024 zeros= 0% [ ▂▇███▄▁ ] [ ▃█ ] dim 0615 μ= -0.009 σ= 0.018 zeros= 0% [ ▃███▂ ] [ ▄█▄ ] dim 0616 μ= -0.004 σ= 0.025 zeros= 0% [ ▁▅███▇▂ ] [ ▂██▃ ] dim 0617 μ= +0.005 σ= 0.030 zeros= 0% [ ▁▅████▅▂ ] [ ▃██▂ ] dim 0618 μ= +0.003 σ= 0.026 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.009 σ= 0.023 zeros= 0% [ ▂▆███▄▁ ] [ ▂█▃ ] dim 0624 μ= -0.006 σ= 0.020 zeros= 0% [ ▁▃███▃▁ ] [ ▁█▆ ] dim 0625 μ= -0.018 σ= 0.024 zeros= 0% [ ▁▄████▂ ] [ ▅█▆▅▁ ] dim 0626 μ= -0.012 σ= 0.039 zeros= 0% [ ▁▄▇█████▅▂▁ ] [ ▃█▇ ] dim 0627 μ= +0.017 σ= 0.025 zeros= 0% [ ▁▅████▂▁ ] [ ▅█▇▃ ] dim 0628 μ= -0.020 σ= 0.035 zeros= 0% [ ▁▄█████▆▂ ] [ ▂▆█▅ ] dim 0629 μ= -0.012 σ= 0.031 zeros= 0% [ ▂▅████▇▃ ] [ ▃█▆ ] dim 0630 μ= -0.020 σ= 0.026 zeros= 0% [ ▁▅████▃ ] [ ▃█▇▂ ] dim 0631 μ= -0.001 σ= 0.028 zeros= 0% [ ▁▂▆████▃▁ ] [ ▇█ ] dim 0632 μ= -0.014 σ= 0.022 zeros= 0% [ ▁▇███▂ ] [ █▆ ] dim 0633 μ= -0.017 σ= 0.022 zeros= 0% [ ▂███▇▂ ] [ ▃█▁ ] dim 0634 μ= -0.009 σ= 0.019 zeros= 0% [ ▁▃███▂ ] [ ▁▅█▆▃ ] dim 0635 μ= -0.020 σ= 0.037 zeros= 0% [ ▁▁▅█████▅▃▁ ] [ ▁█▄ ] dim 0636 μ= -0.002 σ= 0.020 zeros= 0% [ ▂███▅ ] [ ▅█▄ ] dim 0637 μ= -0.025 σ= 0.030 zeros= 0% [ ▁▃█████▃▁ ] [ ▂█▄ ] dim 0638 μ= -0.021 σ= 0.022 zeros= 0% [ ▁▃███▆▁ ] [ ▁▆██▃ ] dim 0639 μ= +0.016 σ= 0.034 zeros= 0% [ ▁▃█████▆▂ ] [ █▇ ] dim 0640 μ= +0.002 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ ▄▆█▆▁ ] dim 0641 μ= -0.009 σ= 0.040 zeros= 0% [ ▁▁▄▆█████▆▃▁ ] [ ▁█▆ ] dim 0642 μ= +0.019 σ= 0.024 zeros= 0% [ ▃████▂ ] [ ▄█▃ ] dim 0643 μ= -0.007 σ= 0.020 zeros= 0% [ ▁▄███▃▁ ] [ ▃█▇▁ ] dim 0644 μ= -0.017 σ= 0.030 zeros= 0% [ ▂▅████▄▂ ] [ ▅█▇▁ ] dim 0645 μ= -0.004 σ= 0.031 zeros= 0% [ ▁▃█████▄▁ ] [ ▁▇█▆ ] dim 0646 μ= +0.010 σ= 0.031 zeros= 0% [ ▁▄█████▃▁ ] [ ▄█▅ ] dim 0647 μ= -0.005 σ= 0.023 zeros= 0% [ ▁▅███▅▁ ] [ ▁█▇▃ ] dim 0648 μ= +0.005 σ= 0.030 zeros= 0% [ ▁▅████▆▂ ] [ ▃▇█▅ ] dim 0649 μ= -0.013 σ= 0.036 zeros= 0% [ ▁▃▇█████▄▁ ] [ ▆█▆ ] dim 0650 μ= -0.007 σ= 0.030 zeros= 0% [ ▁▃████▇▃▁ ] [ ▃▇█▅ ] dim 0651 μ= +0.006 σ= 0.030 zeros= 0% [ ▁▅████▆▂▁ ] [ ▆█▅ ] dim 0652 μ= +0.030 σ= 0.029 zeros= 0% [ ▁▃████▇▃▁ ] [ ▃▆█▅ ] dim 0653 μ= -0.012 σ= 0.031 zeros= 0% [ ▂▅████▆▃▁ ] [ ▂█▂ ] dim 0654 μ= -0.006 σ= 0.020 zeros= 0% [ ▁▃███▄ ] [ ▂█▇▂ ] dim 0655 μ= +0.002 σ= 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.018 zeros= 0% [ ▁███▄ ] [ ▄██▂ ] dim 0659 μ= +0.019 σ= 0.029 zeros= 0% [ ▂▆████▄▁ ] [ ▄██▅ ] dim 0660 μ= +0.004 σ= 0.037 zeros= 0% [ ▁▄██████▃▂▁ ] [ ▄█▆ ] dim 0661 μ= -0.002 σ= 0.023 zeros= 0% [ ▁▃███▇▂ ] [ █▅ ] dim 0662 μ= +0.001 σ= 0.013 zeros= 0% [ ▃██▂ ] [ ▅▇█▇▁ ] dim 0663 μ= -0.008 σ= 0.040 zeros= 0% [ ▁▃▇█████▆▃▁ ] [ ▃█▆▂ ] dim 0664 μ= +0.001 σ= 0.030 zeros= 0% [ ▂▆████▄▂ ] [ ▂▆█▅ ] dim 0665 μ= -0.010 σ= 0.035 zeros= 0% [ ▁▂▆████▇▄▁▁ ] [ ▁█▇▁ ] dim 0666 μ= +0.003 σ= 0.023 zeros= 0% [ ▁▂████▂ ] [ ▃▆█▅▂ ] dim 0667 μ= +0.008 σ= 0.039 zeros= 0% [ ▁▂▃▆█████▅▂▁ ] [ ▄█ ] dim 0668 μ= +0.006 σ= 0.019 zeros= 0% [ ▁▄███▁ ] [ ▃█▅ ] dim 0669 μ= -0.020 σ= 0.027 zeros= 0% [ ▂▅████▃▁ ] [ ▃█▂ ] dim 0670 μ= +0.010 σ= 0.023 zeros= 0% [ ▂▆███▄▁ ] [ ▄█▃ ] dim 0671 μ= +0.030 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ ██▅ ] dim 0672 μ= +0.008 σ= 0.025 zeros= 0% [ ▂████▅▁ ] [ ▆█▁ ] dim 0673 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▅███▄▁ ] [ ▂█▆▁ ] dim 0674 μ= +0.020 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▃▇█▁ ] dim 0675 μ= +0.020 σ= 0.029 zeros= 0% [ ▂▅████▄▁ ] [ ▃█▆▁ ] dim 0676 μ= -0.018 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▆█▆▃ ] dim 0677 μ= +0.017 σ= 0.035 zeros= 0% [ ▁▅█████▆▂▁ ] [ ▅█▃ ] dim 0678 μ= -0.027 σ= 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.013 σ= 0.021 zeros= 0% [ ▁▇███▂ ] [ ▃█▇▂ ] dim 0683 μ= +0.002 σ= 0.030 zeros= 0% [ ▂▅████▅▂ ] [ █▆ ] dim 0684 μ= +0.019 σ= 0.017 zeros= 0% [ ▁▆██▄ ] [ ▄█▅ ] dim 0685 μ= +0.013 σ= 0.026 zeros= 0% [ ▂▆███▆▂ ] [ ▃▇█▆▃ ] dim 0686 μ= -0.024 σ= 0.042 zeros= 0% [ ▁▂▃▆█████▆▄▂▁ ] [ ▃█▇ ] dim 0687 μ= -0.003 σ= 0.026 zeros= 0% [ ▂▅████▂▁ ] [ ▂▇█▄ ] dim 0688 μ= -0.014 σ= 0.036 zeros= 0% [ ▂▃▆████▇▃▁ ] [ ▇█▁ ] dim 0689 μ= -0.013 σ= 0.022 zeros= 0% [ ▂▇███▃ ] [ ▃█▁ ] dim 0690 μ= +0.010 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▅█▆▁ ] dim 0691 μ= +0.018 σ= 0.032 zeros= 0% [ ▁▃▆████▆▂ ] [ ▄█▇ ] dim 0692 μ= -0.001 σ= 0.030 zeros= 0% [ ▁▂▆████▄▁ ] [ ▃▇█▄ ] dim 0693 μ= -0.015 σ= 0.034 zeros= 0% [ ▁▂▇████▆▃▁ ] [ ▄█▂ ] dim 0694 μ= +0.010 σ= 0.021 zeros= 0% [ ▁▅███▃ ] [ ▃██▂ ] dim 0695 μ= -0.015 σ= 0.028 zeros= 0% [ ▁▄████▅▁ ] [ ▅█▃ ] dim 0696 μ= +0.011 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ ▅██▃ ] dim 0697 μ= -0.018 σ= 0.033 zeros= 0% [ ▁▂▇████▆▂▁ ] [ █▂ ] dim 0698 μ= -0.022 σ= 0.016 zeros= 0% [ ▁▇██▂ ] [ ▃█▅ ] dim 0699 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▅████▂ ] [ ▄█▅ ] dim 0700 μ= -0.003 σ= 0.027 zeros= 0% [ ▂▅████▂▁ ] [ ▁▅█▅▁ ] dim 0701 μ= +0.011 σ= 0.034 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▃█▄ ] dim 0702 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▆███▇▂ ] [ ▁██▁ ] dim 0703 μ= +0.002 σ= 0.024 zeros= 0% [ ▁▃████▂ ] [ █▂ ] dim 0704 μ= -0.003 σ= 0.015 zeros= 0% [ ▁▇██▂ ] [ ▂▇█▄ ] dim 0705 μ= -0.011 σ= 0.030 zeros= 0% [ ▁▄████▇▂▁ ] [ ▃█ ] dim 0706 μ= +0.026 σ= 0.014 zeros= 0% [ ▂██▅ ] [ █▄ ] dim 0707 μ= -0.019 σ= 0.018 zeros= 0% [ ▁▆██▄▁ ] [ ▂▇█▅ ] dim 0708 μ= +0.009 σ= 0.031 zeros= 0% [ ▁▄█████▃▁ ] [ ▂█▆ ] dim 0709 μ= +0.017 σ= 0.023 zeros= 0% [ ▁▃███▆▂ ] [ ▁▅█▇▄ ] dim 0710 μ= -0.001 σ= 0.039 zeros= 0% [ ▁▂▅█████▇▃▁ ] [ ▁▆█▅▂ ] dim 0711 μ= -0.008 σ= 0.037 zeros= 0% [ ▁▂▅█████▅▂ ] [ ▇█▂ ] dim 0712 μ= -0.013 σ= 0.024 zeros= 0% [ ▁▃████▃ ] [ ▅█▅ ] dim 0713 μ= -0.006 σ= 0.026 zeros= 0% [ ▂▆███▇▂ ] [ ▃▆█▅ ] dim 0714 μ= -0.008 σ= 0.035 zeros= 0% [ ▂▅█████▄▁▁ ] [ █▆ ] dim 0715 μ= +0.020 σ= 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.016 zeros= 0% [ ▁███▁ ] [ ▂▇█▆ ] dim 0719 μ= +0.042 σ= 0.036 zeros= 0% [ ▁▃▇█████▄▁ ] [ ▅█▇▂ ] dim 0720 μ= -0.003 σ= 0.032 zeros= 0% [ ▁▃█████▅▂ ] [ ▂██▁ ] dim 0721 μ= -0.017 σ= 0.025 zeros= 0% [ ▁▃████▃▁ ] [ █▃ ] dim 0722 μ= -0.004 σ= 0.018 zeros= 0% [ ▁███▃ ] [ ▂█▆▃ ] dim 0723 μ= -0.016 σ= 0.032 zeros= 0% [ ▁▂▆████▆▂▁ ] [ ▅█▅ ] dim 0724 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▄█████▄▁ ] [ ▆█ ] dim 0725 μ= +0.004 σ= 0.021 zeros= 0% [ ▂▇███▂ ] [ ▂██▆▃ ] dim 0726 μ= -0.007 σ= 0.039 zeros= 0% [ ▁▃▆█████▆▃▁ ] [ ▆█▄ ] dim 0727 μ= -0.009 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ ▁█▆ ] dim 0728 μ= -0.019 σ= 0.022 zeros= 0% [ ▃███▇▁ ] [ ▆█▄ ] dim 0729 μ= +0.008 σ= 0.026 zeros= 0% [ ▂▇███▅▁ ] [ ▂▆█▂ ] dim 0730 μ= -0.015 σ= 0.026 zeros= 0% [ ▁▄████▄▁ ] [ ▃▇█▃ ] dim 0731 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▅████▅▁ ] [ ▁▆█▅ ] dim 0732 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▄████▇▁ ] [ ▆█▂ ] dim 0733 μ= +0.007 σ= 0.024 zeros= 0% [ ▂▆███▄▁ ] [ ▇█▂ ] dim 0734 μ= -0.012 σ= 0.023 zeros= 0% [ ▁▇███▃▁ ] [ █▇ ] dim 0735 μ= -0.015 σ= 0.022 zeros= 0% [ ▂████▂ ] [ ▃█▂ ] dim 0736 μ= -0.026 σ= 0.020 zeros= 0% [ ▁▃███▃ ] [ ▅█▇▂ ] dim 0737 μ= -0.020 σ= 0.031 zeros= 0% [ ▁▃▇████▅▁ ] [ ▂▅█▇▆▁ ] dim 0738 μ= +0.022 σ= 0.044 zeros= 0% [ ▁▃▅██████▆▃▁▁ ] [ █▇ ] dim 0739 μ= -0.017 σ= 0.021 zeros= 0% [ ▂▇██▇▁ ] [ ▂▅█▇▃ ] dim 0740 μ= +0.014 σ= 0.038 zeros= 0% [ ▁▂▅█████▇▂▁ ] [ ▆█▄ ] dim 0741 μ= +0.028 σ= 0.024 zeros= 0% [ ▁▆███▅▁ ] [ ▁▆█▂ ] dim 0742 μ= -0.014 σ= 0.032 zeros= 0% [ ▁▂▅████▅▂ ] [ █▆ ] dim 0743 μ= -0.039 σ= 0.018 zeros= 0% [ ▂███▄ ] [ ▂█▆▂ ] dim 0744 μ= +0.002 σ= 0.031 zeros= 0% [ ▁▂▅████▆▁ ] [ ▂█▅ ] dim 0745 μ= +0.017 σ= 0.024 zeros= 0% [ ▁▄███▆▂ ] [ ▂█▁ ] dim 0746 μ= -0.007 σ= 0.017 zeros= 0% [ ▂███▂ ] [ ▅█▄ ] dim 0747 μ= -0.005 σ= 0.029 zeros= 0% [ ▁▂▇███▇▃▁ ] [ ▅█▅ ] dim 0748 μ= -0.023 σ= 0.030 zeros= 0% [ ▁▃▇████▃▁ ] [ ▅█▂ ] dim 0749 μ= -0.010 σ= 0.022 zeros= 0% [ ▁▆███▃▁ ] [ ▂▆█▇▃ ] dim 0750 μ= -0.004 σ= 0.039 zeros= 0% [ ▁▃▅█████▇▃▁ ] [ ▄▇█▃ ] dim 0751 μ= +0.002 σ= 0.031 zeros= 0% [ ▁▂▇████▆▂ ] [ ▄█▇▁ ] dim 0752 μ= +0.000 σ= 0.028 zeros= 0% [ ▁▅████▄▁ ] [ ▃█▃ ] dim 0753 μ= -0.006 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▃█ ] dim 0754 μ= -0.012 σ= 0.011 zeros= 0% [ ▁██▃ ] [ ▂█▂ ] dim 0755 μ= -0.006 σ= 0.018 zeros= 0% [ ▂███▃ ] [ ▆█▇ ] dim 0756 μ= +0.014 σ= 0.028 zeros= 0% [ ▁▂▇████▃▁ ] [ ▁█▇▁ ] dim 0757 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▂▆█▅▁ ] dim 0758 μ= -0.008 σ= 0.035 zeros= 0% [ ▁▂▅█████▄▂ ] [ ▄█▇▅ ] dim 0759 μ= +0.020 σ= 0.038 zeros= 0% [ ▂▄█████▇▄▁ ] [ █ ] dim 0760 μ= -0.009 σ= 0.010 zeros= 0% [ ▇█▃ ] [ ▁▆██▂ ] dim 0761 μ= +0.016 σ= 0.038 zeros= 0% [ ▁▂▅█████▅▃▁ ] [ ▁▇█▅ ] dim 0762 μ= -0.009 σ= 0.030 zeros= 0% [ ▁▃████▇▃▁ ] [ ▅█▄ ] dim 0763 μ= -0.005 σ= 0.029 zeros= 0% [ ▁▂▆████▂▁ ] [ ▆█▃ ] dim 0764 μ= +0.009 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ ▁█ ] dim 0765 μ= +0.012 σ= 0.016 zeros= 0% [ ▂██▇▁ ] [ ▁██▅ ] dim 0766 μ= -0.011 σ= 0.032 zeros= 0% [ ▁▂▅████▇▃▁ ] [ ▄█▇▂ ] dim 0767 μ= +0.016 σ= 0.031 zeros= 0% [ ▁▃▇████▄▁ ] [ ▅█▂ ] dim 0768 μ= -0.010 σ= 0.020 zeros= 0% [ ▁▅███▂ ] [ ▃█▅ ] dim 0769 μ= -0.003 σ= 0.027 zeros= 0% [ ▂▅████▃▁ ] [ ▄█▆▁ ] dim 0770 μ= -0.004 σ= 0.030 zeros= 0% [ ▁▃█████▃▁ ] [ ▆█▁ ] dim 0771 μ= -0.011 σ= 0.022 zeros= 0% [ ▁▆███▃ ] [ █▂ ] dim 0772 μ= +0.014 σ= 0.016 zeros= 0% [ ▁███▂ ] [ ▁▆█▃ ] dim 0773 μ= -0.011 σ= 0.029 zeros= 0% [ ▁▃████▆▂ ] [ ▂▅█▄ ] dim 0774 μ= -0.009 σ= 0.038 zeros= 0% [ ▁▂▆█████▅▂▁ ] [ ▂█▅ ] dim 0775 μ= -0.004 σ= 0.022 zeros= 0% [ ▁▄███▅▁ ] [ ▂█▇▄ ] dim 0776 μ= +0.006 σ= 0.034 zeros= 0% [ ▁▂▆████▇▃▁ ] [ ▃█▇▄ ] dim 0777 μ= -0.015 σ= 0.032 zeros= 0% [ ▁▃▅████▆▂▁ ] [ ▂█▄ ] dim 0778 μ= +0.014 σ= 0.021 zeros= 0% [ ▃███▄▁ ] [ ▃█▄ ] dim 0779 μ= -0.005 σ= 0.025 zeros= 0% [ ▁▅███▆▁ ] [ ▅█▇ ] dim 0780 μ= -0.022 σ= 0.025 zeros= 0% [ ▂▅███▇▂ ] [ ▆█▁ ] dim 0781 μ= -0.011 σ= 0.020 zeros= 0% [ ▁▅███▂ ] [ ▃█ ] dim 0782 μ= +0.028 σ= 0.016 zeros= 0% [ ▂███▁ ] [ ▂█▆ ] dim 0783 μ= +0.000 σ= 0.024 zeros= 0% [ ▁▄████▃ ] [ ▄█▅ ] dim 0784 μ= -0.004 σ= 0.026 zeros= 0% [ ▂▅███▇▂ ] [ ▃█▅ ] dim 0785 μ= -0.003 σ= 0.023 zeros= 0% [ ▁▄███▆▂ ] [ ▂██▃ ] dim 0786 μ= +0.023 σ= 0.029 zeros= 0% [ ▁▅████▅▂ ] [ ██ ] dim 0787 μ= +0.002 σ= 0.020 zeros= 0% [ ▂▇██▆▁ ] [ ▅█▂ ] dim 0788 μ= +0.025 σ= 0.025 zeros= 0% [ ▃████▄▁ ] [ ▃█▅ ] dim 0789 μ= +0.016 σ= 0.027 zeros= 0% [ ▁▅███▇▃▁ ] [ ▂▇█▆▁ ] dim 0790 μ= -0.027 σ= 0.035 zeros= 0% [ ▁▂▆█████▅▂ ] [ ▂█ ] dim 0791 μ= -0.009 σ= 0.016 zeros= 0% [ ▂███▁ ] [ ▄█▆▂ ] dim 0792 μ= +0.018 σ= 0.034 zeros= 0% [ ▁▃█████▆▂▁ ] [ ▃█▃ ] dim 0793 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▅███▆▁ ] [ ▂█▆▁ ] dim 0794 μ= +0.000 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▅█▇ ] dim 0795 μ= -0.006 σ= 0.026 zeros= 0% [ ▁▂▇███▇▂ ] [ ▃█▄ ] dim 0796 μ= +0.013 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ ▆█▃ ] dim 0797 μ= -0.030 σ= 0.026 zeros= 0% [ ▃████▄▁ ] [ ▂██▂ ] dim 0798 μ= +0.003 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▃█▃ ] dim 0799 μ= -0.042 σ= 0.025 zeros= 0% [ ▁▄███▅▂ ] [ ▂▆█▆▂ ] dim 0800 μ= +0.029 σ= 0.039 zeros= 0% [ ▁▃▆█████▆▂▁ ] [ ▁█ ] dim 0801 μ= -0.029 σ= 0.013 zeros= 0% [ ▁██▅ ] [ ▅█▃ ] dim 0802 μ= -0.026 σ= 0.023 zeros= 0% [ ▁▅███▅▁ ] [ ▃█ ] dim 0803 μ= +0.009 σ= 0.015 zeros= 0% [ ▂██▇▁ ] [ ▃██▃ ] dim 0804 μ= +0.018 σ= 0.033 zeros= 0% [ ▁▃█████▆▂▁ ] [ █ ] dim 0805 μ= -0.022 σ= 0.008 zeros= 0% [ ▂█▅ ] [ ▃█▄ ] dim 0806 μ= -0.024 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▁▆█▆▃ ] dim 0807 μ= +0.016 σ= 0.039 zeros= 0% [ ▁▂▅█████▇▃▁▁ ] [ ▂▇█▃ ] dim 0808 μ= +0.005 σ= 0.029 zeros= 0% [ ▁▅████▅▂ ] [ ▂█▂ ] dim 0809 μ= +0.013 σ= 0.017 zeros= 0% [ ▂███▂ ] [ ▁▇█▄ ] dim 0810 μ= +0.007 σ= 0.029 zeros= 0% [ ▁▄████▆▂ ] [ ▂██▇▂ ] dim 0811 μ= +0.012 σ= 0.033 zeros= 0% [ ▂▄█████▅▂ ] [ ▃█▇▃ ] dim 0812 μ= +0.004 σ= 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.024 zeros= 0% [ ▁▄███▇▂ ] [ ▁▇█▁ ] dim 0816 μ= +0.039 σ= 0.022 zeros= 0% [ ▃████▂ ] [ █▃ ] dim 0817 μ= +0.033 σ= 0.016 zeros= 0% [ ▁▇██▂ ] [ ▃█▇▂ ] dim 0818 μ= -0.016 σ= 0.031 zeros= 0% [ ▂▆████▅▂ ] [ ▆█▇▂ ] dim 0819 μ= +0.036 σ= 0.034 zeros= 0% [ ▁▄█████▆▂▁ ] [ ▃█▇▅ ] dim 0820 μ= +0.004 σ= 0.034 zeros= 0% [ ▃▆████▆▃▁ ] [ ██ ] dim 0821 μ= +0.003 σ= 0.021 zeros= 0% [ ▂████▂ ] [ ▃█▂ ] dim 0822 μ= -0.006 σ= 0.020 zeros= 0% [ ▃███▄ ] [ ▃▆█▄ ] dim 0823 μ= -0.012 σ= 0.033 zeros= 0% [ ▁▂▅████▇▃▁ ] [ ▄█▃ ] dim 0824 μ= -0.007 σ= 0.026 zeros= 0% [ ▂▆███▆▂ ] [ ▂█▇ ] dim 0825 μ= +0.000 σ= 0.024 zeros= 0% [ ▄███▇▂▁ ] [ ▅██▂ ] dim 0826 μ= +0.017 σ= 0.030 zeros= 0% [ ▃▆████▄▁ ] [ ▅█ ] dim 0827 μ= -0.012 σ= 0.018 zeros= 0% [ ▄██▇▁ ] [ ▅█▅ ] dim 0828 μ= -0.024 σ= 0.029 zeros= 0% [ ▁▂▇███▆▃ ] [ ▂▇█▅▁ ] dim 0829 μ= -0.008 σ= 0.036 zeros= 0% [ ▁▂▅█████▅▂▁ ] [ ▁▄█▆▄ ] dim 0830 μ= +0.001 σ= 0.038 zeros= 0% [ ▁▁▄█████▇▄▁ ] [ █▄ ] dim 0831 μ= -0.000 σ= 0.014 zeros= 0% [ ▅██▂ ] [ ▁██▃ ] dim 0832 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▃████▄▁ ] [ ▄█▆▂ ] dim 0833 μ= -0.000 σ= 0.030 zeros= 0% [ ▂▆████▅▁▁ ] [ ▆██▄ ] dim 0834 μ= -0.001 σ= 0.034 zeros= 0% [ ▁▁▄▇████▅▂▁ ] [ ▅█▅ ] dim 0835 μ= -0.005 σ= 0.028 zeros= 0% [ ▁▂▇████▂▁ ] [ ▁█▇ ] dim 0836 μ= +0.000 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ ▆█▅ ] dim 0837 μ= +0.027 σ= 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.030 zeros= 0% [ ▁▃█████▄▁ ] [ ▆█▄ ] dim 0841 μ= +0.010 σ= 0.026 zeros= 0% [ ▂████▆▂ ] [ ▅██▂ ] dim 0842 μ= -0.020 σ= 0.032 zeros= 0% [ ▁▃█████▅▂ ] [ █ ] dim 0843 μ= +0.011 σ= 0.013 zeros= 0% [ ▁██▆ ] [ ▁▇█▃ ] dim 0844 μ= +0.006 σ= 0.025 zeros= 0% [ ▂████▄▁ ] [ ▁▇█▄ ] dim 0845 μ= -0.011 σ= 0.029 zeros= 0% [ ▁▄████▆▃ ] [ ▃█▅ ] dim 0846 μ= -0.023 σ= 0.025 zeros= 0% [ ▁▅███▆▂ ] [ ▄▇█▅ ] dim 0847 μ= +0.024 σ= 0.033 zeros= 0% [ ▁▂▇█████▃▁ ] [ ▅▇█▃ ] dim 0848 μ= +0.001 σ= 0.032 zeros= 0% [ ▁▃▆████▆▂▁ ] [ ▄██▂ ] dim 0849 μ= +0.036 σ= 0.031 zeros= 0% [ ▁▃▇████▅▂ ] [ ▁█▅ ] dim 0850 μ= +0.018 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ ▆█▂ ] dim 0851 μ= +0.007 σ= 0.026 zeros= 0% [ ▁▂████▄▁ ] [ ▂▇█▆▂ ] dim 0852 μ= +0.011 σ= 0.038 zeros= 0% [ ▁▃▅█████▅▂▁ ] [ ▁█▄ ] dim 0853 μ= -0.002 σ= 0.020 zeros= 0% [ ▂███▅▁ ] [ ▅█▃ ] dim 0854 μ= +0.012 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ █▆ ] dim 0855 μ= +0.002 σ= 0.016 zeros= 0% [ ▅██▄▁ ] [ ▅█▃ ] dim 0856 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▂▇███▅▂ ] [ ▃██▄ ] dim 0857 μ= +0.005 σ= 0.030 zeros= 0% [ ▂▅████▆▂ ] [ ▃█▅ ] dim 0858 μ= -0.003 σ= 0.029 zeros= 0% [ ▁▂▆████▃▁ ] [ ▁█▆ ] dim 0859 μ= +0.000 σ= 0.021 zeros= 0% [ ▂███▆▂ ] [ ▃█▇▂ ] dim 0860 μ= -0.018 σ= 0.032 zeros= 0% [ ▁▂▆████▅▂ ] [ █▇ ] dim 0861 μ= +0.002 σ= 0.019 zeros= 0% [ ▁▇██▆▁ ] [ ▁▅█▅▁ ] dim 0862 μ= -0.023 σ= 0.036 zeros= 0% [ ▂▄█████▅▂▁ ] [ ▄█▆ ] dim 0863 μ= +0.014 σ= 0.022 zeros= 0% [ ▁▄███▅▁ ] [ ▇█▃ ] dim 0864 μ= +0.009 σ= 0.026 zeros= 0% [ ▂▇███▅▁ ] [ ▂█▇ ] dim 0865 μ= +0.001 σ= 0.022 zeros= 0% [ ▂███▇▂ ] [ ▂█▆ ] dim 0866 μ= -0.020 σ= 0.025 zeros= 0% [ ▁▄████▂ ] [ ▄█▁ ] dim 0867 μ= +0.008 σ= 0.022 zeros= 0% [ ▁▆███▃ ] [ ▁▇█▁ ] dim 0868 μ= +0.002 σ= 0.024 zeros= 0% [ ▁▃████▂ ] [ █▅ ] dim 0869 μ= -0.037 σ= 0.017 zeros= 0% [ ▁▆██▃ ] [ ▃█▅ ] dim 0870 μ= -0.002 σ= 0.030 zeros= 0% [ ▂▆████▅▁ ] [ ▄█▇▄ ] dim 0871 μ= +0.002 σ= 0.037 zeros= 0% [ ▁▄█████▇▃▁ ] [ ▃▅█▄ ] dim 0872 μ= -0.013 σ= 0.036 zeros= 0% [ ▁▃▆████▇▃▂▁ ] [ ▄█▄ ] dim 0873 μ= -0.007 σ= 0.029 zeros= 0% [ ▁▃▇███▆▂▁ ] [ ▁▅█▇▂ ] dim 0874 μ= +0.013 σ= 0.036 zeros= 0% [ ▁▂▅█████▅▂▁ ] [ █ ] dim 0875 μ= -0.007 σ= 0.014 zeros= 0% [ ▁██▇▁ ] [ ▂█▂ ] dim 0876 μ= +0.012 σ= 0.016 zeros= 0% [ ▂███▂ ] [ ▁█▄ ] dim 0877 μ= -0.003 σ= 0.020 zeros= 0% [ ▂███▄▁ ] [ ▁█ ] dim 0878 μ= -0.008 σ= 0.015 zeros= 0% [ ▁██▇▁ ] [ ▃▆█▅▁ ] dim 0879 μ= -0.010 σ= 0.037 zeros= 0% [ ▁▃▆█████▅▂▁ ] [ ▅█▆ ] dim 0880 μ= +0.033 σ= 0.031 zeros= 0% [ ▁▃▇████▄▁ ] [ █▆ ] dim 0881 μ= -0.037 σ= 0.019 zeros= 0% [ ▂███▅▁ ] [ ▄██▅ ] dim 0882 μ= +0.005 σ= 0.035 zeros= 0% [ ▁▃▇█████▃▁ ] [ ▂██▃ ] dim 0883 μ= -0.015 σ= 0.027 zeros= 0% [ ▁▄████▅▁ ] [ ▄█▄ ] dim 0884 μ= -0.005 σ= 0.028 zeros= 0% [ ▂▆███▇▂▁ ] [ ██ ] dim 0885 μ= -0.015 σ= 0.019 zeros= 0% [ ▁▇██▇▁ ] [ ▃██▂ ] dim 0886 μ= -0.016 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ██ ] dim 0887 μ= +0.042 σ= 0.019 zeros= 0% [ ▁▆██▇▂ ] [ ▆█ ] dim 0888 μ= -0.014 σ= 0.020 zeros= 0% [ ▁▆██▇▂ ] [ ▃▇█▄ ] dim 0889 μ= -0.013 σ= 0.031 zeros= 0% [ ▂▅████▇▂▁ ] [ ▂█▅ ] dim 0890 μ= +0.018 σ= 0.022 zeros= 0% [ ▃███▆▂ ] [ ▅█▇▃ ] dim 0891 μ= +0.001 σ= 0.029 zeros= 0% [ ▁▂▅████▄▁ ] [ ▄█▁ ] dim 0892 μ= +0.010 σ= 0.020 zeros= 0% [ ▄███▃▁ ] [ ▂▇█▇▂ ] dim 0893 μ= -0.005 σ= 0.034 zeros= 0% [ ▂▄█████▅▂▁ ] [ ▅█▄ ] dim 0894 μ= -0.024 σ= 0.027 zeros= 0% [ ▂▇███▇▃▁ ] [ ▃▆█▃ ] dim 0895 μ= +0.001 σ= 0.044 zeros= 0% [ ▁▁▃▆██████▅▂▁ ] [ ▂█▇▄ ] dim 0896 μ= +0.037 σ= 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.016 zeros= 0% [ ▁▇██▃ ] [ ▂██▃ ] dim 0900 μ= -0.012 σ= 0.027 zeros= 0% [ ▁▃████▅▂ ] [ ▆█▅ ] dim 0901 μ= +0.013 σ= 0.033 zeros= 0% [ ▂▃█████▄▂ ] [ ▁█▇▃ ] dim 0902 μ= +0.020 σ= 0.030 zeros= 0% [ ▁▂▅████▅▁ ] [ ▄█▆ ] dim 0903 μ= -0.022 σ= 0.033 zeros= 0% [ ▁▃█████▅▂ ] [ ▁██▂ ] dim 0904 μ= -0.014 σ= 0.024 zeros= 0% [ ▃████▄▁ ] [ ▃█▇▄ ] dim 0905 μ= +0.020 σ= 0.038 zeros= 0% [ ▁▂▄██████▄▁ ] [ ▂▆█▁ ] dim 0906 μ= +0.021 σ= 0.028 zeros= 0% [ ▂▄████▄▁ ] [ ▅█ ] dim 0907 μ= +0.007 σ= 0.018 zeros= 0% [ ▁▄██▇▁ ] [ ▄█▄ ] dim 0908 μ= -0.006 σ= 0.023 zeros= 0% [ ▁▅███▅▁ ] [ ▃██▃ ] dim 0909 μ= +0.003 σ= 0.028 zeros= 0% [ ▂▄████▅▁ ] [ ▁▃▅██▄▁ ] dim 0910 μ= -0.007 σ= 0.048 zeros= 0% [ ▂▃▅███████▅▃▁ ] -> OUTLIER_SPREAD: this_std=0.0483, mean_std=0.0266, +3.1sigma vs threshold=3.0sigma [ ▁█▇▁ ] dim 0911 μ= +0.001 σ= 0.026 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.007 σ= 0.026 zeros= 0% [ ▁▂████▅▁ ] [ ▅█▅ ] dim 0916 μ= -0.007 σ= 0.031 zeros= 0% [ ▁▃████▇▃▁ ] [ ▄█▄ ] dim 0917 μ= -0.008 σ= 0.023 zeros= 0% [ ▁▆███▄▁ ] [ ▅█▇▂ ] dim 0918 μ= -0.003 σ= 0.033 zeros= 0% [ ▁▄█████▄▂ ] [ ▄██▅ ] dim 0919 μ= +0.004 σ= 0.030 zeros= 0% [ ▁▅████▅▂ ] [ ▆█▁ ] dim 0920 μ= -0.030 σ= 0.020 zeros= 0% [ ▁▅███▂ ] [ ▆█▆▂ ] dim 0921 μ= +0.032 σ= 0.033 zeros= 0% [ ▁▁▄█████▅▁ ] [ ▅█▅ ] dim 0922 μ= -0.006 σ= 0.028 zeros= 0% [ ▂▆███▆▂▁ ] [ ▅█▁ ] dim 0923 μ= -0.008 σ= 0.021 zeros= 0% [ ▄███▃▁ ] [ ██ ] dim 0924 μ= -0.015 σ= 0.022 zeros= 0% [ ▂▇███▂ ] [ ▄▇█▅ ] dim 0925 μ= -0.031 σ= 0.032 zeros= 0% [ ▂▆████▆▃▁ ] [ ▅█▇ ] dim 0926 μ= +0.034 σ= 0.027 zeros= 0% [ ▂▆████▃ ] [ ▄█▃ ] dim 0927 μ= +0.010 σ= 0.024 zeros= 0% [ ▂▆███▄▁ ] [ ▂▆██▃ ] dim 0928 μ= -0.019 σ= 0.037 zeros= 0% [ ▂▅█████▇▃▁ ] [ ▂█▆ ] dim 0929 μ= -0.001 σ= 0.023 zeros= 0% [ ▁▄███▇▂ ] [ ▃█▂ ] dim 0930 μ= -0.007 σ= 0.021 zeros= 0% [ ▁▄███▄▁ ] [ ▃▇█▄ ] dim 0931 μ= -0.012 σ= 0.036 zeros= 0% [ ▁▃▆█████▄▁ ] [ ▆█ ] dim 0932 μ= +0.005 σ= 0.015 zeros= 0% [ ▃██▄ ] [ ▃█ ] dim 0933 μ= -0.012 σ= 0.012 zeros= 0% [ ▁██▃ ] [ ▂▅█▇▄ ] dim 0934 μ= -0.020 σ= 0.036 zeros= 0% [ ▁▁▄█████▆▃▁ ] [ ▇█▆ ] dim 0935 μ= -0.028 σ= 0.026 zeros= 0% [ ▂████▅▁ ] [ ▇█ ] dim 0936 μ= +0.004 σ= 0.017 zeros= 0% [ ▁▅██▆▁ ] [ ▃█▅ ] dim 0937 μ= -0.002 σ= 0.021 zeros= 0% [ ▃███▆▁ ] [ ▁██▄ ] dim 0938 μ= +0.009 σ= 0.032 zeros= 0% [ ▂▄████▆▃▁ ] [ ▁█▆▂ ] dim 0939 μ= -0.014 σ= 0.027 zeros= 0% [ ▁▄████▅▁ ] [ ▆█▇ ] dim 0940 μ= +0.014 σ= 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.018 zeros= 0% [ ▁███▄ ] [ ▆█▅ ] dim 0946 μ= -0.006 σ= 0.029 zeros= 0% [ ▁▃▇████▂▁ ] [ ▇█▁ ] dim 0947 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▃████▄▁ ] [ ▃█▅ ] dim 0948 μ= +0.014 σ= 0.023 zeros= 0% [ ▁▅███▅▁ ] [ ▂▆█▃ ] dim 0949 μ= +0.007 σ= 0.033 zeros= 0% [ ▁▂▄████▆▃ ] [ ▇█ ] dim 0950 μ= +0.022 σ= 0.023 zeros= 0% [ ▂████▂▁ ] [ ▄█▂ ] dim 0951 μ= +0.009 σ= 0.023 zeros= 0% [ ▂▅███▄▁ ] [ ▄▇█▂ ] dim 0952 μ= +0.018 σ= 0.032 zeros= 0% [ ▁▃▇████▄▂▁ ] [ ▄█▅ ] dim 0953 μ= -0.006 σ= 0.028 zeros= 0% [ ▂▇███▇▂▁ ] [ ▅█▅ ] dim 0954 μ= -0.026 σ= 0.029 zeros= 0% [ ▁▃████▇▂▁ ] [ ▅█▅ ] dim 0955 μ= +0.013 σ= 0.031 zeros= 0% [ ▁▃█████▄▁ ] [ ▂█▁ ] dim 0956 μ= -0.007 σ= 0.018 zeros= 0% [ ▂███▂ ] [ █▆ ] dim 0957 μ= +0.000 σ= 0.017 zeros= 0% [ ▁▇██▄ ] [ ▆█▂ ] dim 0958 μ= +0.008 σ= 0.023 zeros= 0% [ ▂▆███▄▁ ] [ ▃▇█▂ ] dim 0959 μ= +0.002 σ= 0.029 zeros= 0% [ ▂▅████▅▁ ] [ ▂█▆ ] dim 0960 μ= -0.001 σ= 0.024 zeros= 0% [ ▁▄███▇▂ ] [ ▂█▄ ] dim 0961 μ= -0.003 σ= 0.020 zeros= 0% [ ▃███▅▁ ] [ ▁█▃ ] dim 0962 μ= -0.005 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ██▁ ] dim 0963 μ= -0.013 σ= 0.024 zeros= 0% [ ▂████▄▁ ] [ ▄██▄ ] dim 0964 μ= -0.014 σ= 0.034 zeros= 0% [ ▁▂▅████▇▃▁ ] [ ▄██▄ ] dim 0965 μ= -0.016 σ= 0.035 zeros= 0% [ ▁▃▇████▇▃▁ ] [ ▃█▇▆▂ ] dim 0966 μ= +0.011 σ= 0.043 zeros= 0% [ ▂▄▇█████▇▄▂▁ ] [ ▇█ ] dim 0967 μ= -0.033 σ= 0.021 zeros= 0% [ ▂▇███▂ ] [ ▃█ ] dim 0968 μ= -0.011 σ= 0.015 zeros= 0% [ ▂██▆▁ ] [ ▄█▆▂ ] dim 0969 μ= +0.020 σ= 0.032 zeros= 0% [ ▁▂▆████▆▂▁ ] [ ▄██▇▂ ] dim 0970 μ= +0.009 σ= 0.038 zeros= 0% [ ▁▃▇█████▆▂▁ ] [ ▄▆██▇▁ ] dim 0971 μ= +0.015 σ= 0.048 zeros= 0% [ ▁▁▂▅███████▆▃▁ ] [ ▂▇█▇ ] dim 0972 μ= -0.010 σ= 0.033 zeros= 0% [ ▂▅█████▄▁ ] [ █▅ ] dim 0973 μ= -0.001 σ= 0.019 zeros= 0% [ ▂███▅▁ ] [ █▂ ] dim 0974 μ= -0.022 σ= 0.014 zeros= 0% [ ▁▆██▁ ] [ ▂█▃ ] dim 0975 μ= -0.005 σ= 0.019 zeros= 0% [ ▃███▃ ] [ ▆█▅ ] dim 0976 μ= -0.008 σ= 0.026 zeros= 0% [ ▂████▆▂ ] [ ▁▆█▆ ] dim 0977 μ= -0.008 σ= 0.032 zeros= 0% [ ▁▅█████▃▁ ] [ ▂█▇▃ ] dim 0978 μ= +0.023 σ= 0.029 zeros= 0% [ ▁▅████▅▂ ] [ ▁█▅ ] dim 0979 μ= -0.002 σ= 0.021 zeros= 0% [ ▃███▆▁ ] [ ▆█▄ ] dim 0980 μ= -0.009 σ= 0.025 zeros= 0% [ ▂▇███▅▁ ] [ ▄█▆ ] dim 0981 μ= +0.016 σ= 0.027 zeros= 0% [ ▂▆████▃▁ ] [ ▂██▂ ] dim 0982 μ= +0.003 σ= 0.028 zeros= 0% [ ▁▅████▅▁ ] [ ▁█▄ ] dim 0983 μ= +0.016 σ= 0.020 zeros= 0% [ ▃███▅▁ ] [ █▄ ] dim 0984 μ= -0.002 σ= 0.016 zeros= 0% [ ▁▇██▂ ] [ ▄█▄ ] dim 0985 μ= +0.032 σ= 0.026 zeros= 0% [ ▁▅███▅▂ ] [ ▁▃▇█▆ ] dim 0986 μ= +0.021 σ= 0.038 zeros= 0% [ ▂▄██████▄▁ ] [ ▃██▅ ] dim 0987 μ= -0.016 σ= 0.035 zeros= 0% [ ▁▄▇████▇▃▁ ] [ █▇ ] dim 0988 μ= +0.003 σ= 0.015 zeros= 0% [ ▄██▄ ] [ ▅█▆▂ ] dim 0989 μ= -0.022 σ= 0.034 zeros= 0% [ ▁▄█████▅▂▁ ] [ ▄█▇▁ ] dim 0990 μ= -0.021 σ= 0.032 zeros= 0% [ ▁▃▇████▅▂ ] [ █▃ ] dim 0991 μ= -0.002 σ= 0.015 zeros= 0% [ ▇██▂ ] [ ▂█▅ ] dim 0992 μ= -0.020 σ= 0.028 zeros= 0% [ ▂▅████▃▁ ] [ ▂▆█▆▂ ] dim 0993 μ= -0.009 σ= 0.038 zeros= 0% [ ▁▃▆█████▅▂▁ ] [ ▃██▃ ] dim 0994 μ= +0.002 σ= 0.031 zeros= 0% [ ▁▂▆████▆▂ ] [ ▄██▃ ] dim 0995 μ= -0.016 σ= 0.035 zeros= 0% [ ▁▃▇████▆▃▁ ] [ ▇█ ] dim 0996 μ= -0.015 σ= 0.019 zeros= 0% [ ▁▇██▇▁ ] [ ▇█▃ ] dim 0997 μ= -0.013 σ= 0.024 zeros= 0% [ ▂████▄▁ ] [ ▂█▄ ] dim 0998 μ= +0.016 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▃▇█ ] dim 0999 μ= +0.018 σ= 0.024 zeros= 0% [ ▁▄████▂ ] [ ▃██▃ ] dim 1000 μ= +0.019 σ= 0.032 zeros= 0% [ ▁▃▆████▅▂▁ ] [ ▃██▃ ] dim 1001 μ= +0.003 σ= 0.033 zeros= 0% [ ▁▃▅████▆▂▁ ] [ ▁▇█▂ ] dim 1002 μ= -0.015 σ= 0.025 zeros= 0% [ ▁▃████▄▁ ] [ █▆ ] dim 1003 μ= +0.020 σ= 0.018 zeros= 0% [ ▁▇██▆▁ ] [ ▃█▅ ] dim 1004 μ= -0.005 σ= 0.025 zeros= 0% [ ▁▅███▆▂ ] [ ▆█▄ ] dim 1005 μ= +0.011 σ= 0.028 zeros= 0% [ ▃████▇▂▁ ] [ ▅█▄ ] dim 1006 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▃▇███▆▂▁ ] [ ▇█▃ ] dim 1007 μ= -0.012 σ= 0.026 zeros= 0% [ ▁▃████▄▁ ] [ ▂█▅ ] dim 1008 μ= -0.002 σ= 0.024 zeros= 0% [ ▁▄███▇▂ ] [ ▆█▂ ] dim 1009 μ= +0.007 σ= 0.022 zeros= 0% [ ▂▆███▃ ] [ ▄█▇▂ ] dim 1010 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▃▆████▄▂▁ ] [ ▅█▇▂ ] dim 1011 μ= -0.004 σ= 0.033 zeros= 0% [ ▁▄█████▅▁ ] [ ▂▇█▁ ] dim 1012 μ= +0.000 σ= 0.026 zeros= 0% [ ▁▄████▃▁ ] [ ▁█▆ ] dim 1013 μ= +0.000 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ ▄█▆ ] dim 1014 μ= -0.003 σ= 0.029 zeros= 0% [ ▁▂▆████▃▁ ] [ █ ] dim 1015 μ= -0.021 σ= 0.011 zeros= 0% [ ▃██▁ ] [ ▁█▆ ] dim 1016 μ= -0.002 σ= 0.020 zeros= 0% [ ▃███▄▁ ] [ ▂█ ] dim 1017 μ= -0.009 σ= 0.016 zeros= 0% [ ▂██▇▁ ] [ ▂▇█▃ ] dim 1018 μ= -0.013 σ= 0.027 zeros= 0% [ ▁▃████▅▁ ] [ ▆█▅ ] dim 1019 μ= -0.008 σ= 0.031 zeros= 0% [ ▁▄████▇▃▁ ] [ ▄█▅ ] dim 1020 μ= -0.004 σ= 0.023 zeros= 0% [ ▁▄███▅▁ ] [ ▅█▅ ] dim 1021 μ= +0.032 σ= 0.027 zeros= 0% [ ▂▆███▇▂▁ ] [ ▃█▇▂ ] dim 1022 μ= +0.003 σ= 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.4s smell: 200/2000 ( 10%) 0.6s smell: 300/2000 ( 15%) 0.9s smell: 400/2000 ( 20%) 1.2s smell: 500/2000 ( 25%) 1.4s smell: 600/2000 ( 30%) 1.6s smell: 700/2000 ( 35%) 1.9s smell: 800/2000 ( 40%) 2.3s smell: 900/2000 ( 45%) 2.5s smell: 1000/2000 ( 50%) 2.8s smell: 1100/2000 ( 55%) 3.0s smell: 1200/2000 ( 60%) 3.2s smell: 1300/2000 ( 65%) 3.6s smell: 1400/2000 ( 70%) 3.8s smell: 1500/2000 ( 75%) 4.0s smell: 1600/2000 ( 80%) 4.3s smell: 1700/2000 ( 85%) 4.5s smell: 1800/2000 ( 90%) 4.8s smell: 1900/2000 ( 95%) 5.1s smell: 2000/2000 (100%) 5.3s smell: 2 degenerate dim(s) found in 5.4s: (OUTLIER_SPREAD: std of all dims: μ=0.027, σ=0.007, threshold=3.0σ) [ ▄▇█▆▃ ] dim 0585 μ= -0.032 σ= 0.050 zeros= 0% [ ▁▂▅██████▇▃▂ ] -> OUTLIER_SPREAD: this_std=0.0498, mean_std=0.0265, +3.3sigma vs threshold=3.0sigma [ ▃▇██▃ ] dim 0910 μ= -0.007 σ= 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.003 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ ▂█▅ ] dim 0001 μ= +0.019 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ ▄█▄ ] dim 0002 μ= -0.007 σ= 0.033 zeros= 0% [ ▁▃▇███▆▂▁ ] [ ▂█▇ ] dim 0003 μ= +0.022 σ= 0.028 zeros= 0% [ ▁▄████▃ ] [ ▂█▇▁ ] dim 0004 μ= -0.016 σ= 0.028 zeros= 0% [ ▃████▃▁ ] [ ▆█▄ ] dim 0005 μ= -0.008 σ= 0.033 zeros= 0% [ ▁▃████▇▂▁ ] [ █▅ ] dim 0006 μ= -0.001 σ= 0.020 zeros= 0% [ ▂▇██▄ ] [ ▄█▁ ] dim 0007 μ= -0.031 σ= 0.022 zeros= 0% [ ▁▄███▂ ] [ █▆ ] dim 0008 μ= -0.018 σ= 0.018 zeros= 0% [ ▁▅██▄ ] [ ▁▇█▂ ] dim 0009 μ= +0.007 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▇█▅ ] dim 0010 μ= +0.012 σ= 0.031 zeros= 0% [ ▁▃████▆▂▁ ] [ ▂▇█▃ ] dim 0011 μ= -0.011 σ= 0.035 zeros= 0% [ ▂▄████▇▂▁ ] [ ▄█ ] dim 0012 μ= +0.012 σ= 0.019 zeros= 0% [ ▃███▁ ] [ ▄█▁ ] dim 0013 μ= -0.009 σ= 0.021 zeros= 0% [ ▄███▂ ] [ ▃▆█▃ ] dim 0014 μ= +0.005 σ= 0.035 zeros= 0% [ ▁▂▆████▆▂ ] [ █▄ ] dim 0015 μ= -0.001 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▅█▅ ] dim 0016 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▄█▄ ] dim 0017 μ= +0.014 σ= 0.031 zeros= 0% [ ▃▇███▆▂ ] [ ▃██▇▂ ] dim 0018 μ= +0.014 σ= 0.037 zeros= 0% [ ▁▁▅█████▅▁ ] [ ▂▇█▂ ] dim 0019 μ= +0.006 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▃█▂ ] dim 0020 μ= +0.012 σ= 0.024 zeros= 0% [ ▁▄███▃ ] [ ▅█ ] dim 0021 μ= +0.009 σ= 0.021 zeros= 0% [ ▁▄███▁ ] [ ▃█▆▁ ] dim 0022 μ= +0.003 σ= 0.035 zeros= 0% [ ▁▂▆████▅▂▁ ] [ ▄██▆▃ ] dim 0023 μ= -0.008 σ= 0.047 zeros= 0% [ ▂▃███████▄▁ ] [ ▆█▆ ] dim 0024 μ= -0.005 σ= 0.032 zeros= 0% [ ▁▂█████▃▁ ] [ ▄█▅ ] dim 0025 μ= +0.018 σ= 0.027 zeros= 0% [ ▁▅███▇▁ ] [ ██ ] dim 0026 μ= +0.026 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▄█▃ ] dim 0027 μ= -0.007 σ= 0.027 zeros= 0% [ ▁▆███▄▁ ] [ ▁██▃ ] dim 0028 μ= +0.027 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▃█▅ ] dim 0029 μ= +0.001 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▅█▃ ] dim 0030 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ ▆█ ] dim 0031 μ= -0.013 σ= 0.019 zeros= 0% [ ▄██▆▁ ] [ ▁▅█▅ ] dim 0032 μ= +0.029 σ= 0.036 zeros= 0% [ ▁▁▆████▅▃▁ ] [ ▆█▂ ] dim 0033 μ= +0.031 σ= 0.027 zeros= 0% [ ▂████▅▁ ] [ ▃█▅ ] dim 0034 μ= -0.004 σ= 0.023 zeros= 0% [ ▁▃███▄▁ ] [ ▁▇█▃ ] dim 0035 μ= +0.008 σ= 0.033 zeros= 0% [ ▁▄████▅▂ ] [ █▅ ] dim 0036 μ= +0.001 σ= 0.020 zeros= 0% [ ▁▆██▄ ] [ ▄█▄ ] dim 0037 μ= -0.028 σ= 0.026 zeros= 0% [ ▁▆███▄▁ ] [ ▁█▅ ] dim 0038 μ= -0.001 σ= 0.021 zeros= 0% [ ▁███▄▁ ] [ ▇█▆ ] dim 0039 μ= +0.033 σ= 0.029 zeros= 0% [ ▂▇███▆▂ ] [ ▁▅█▆ ] dim 0040 μ= +0.011 σ= 0.036 zeros= 0% [ ▁▂▅████▇▃▁ ] [ █▇ ] dim 0041 μ= +0.005 σ= 0.017 zeros= 0% [ ▄██▅ ] [ ▁██ ] dim 0042 μ= -0.016 σ= 0.027 zeros= 0% [ ▃████▃▁ ] [ ▅█▃ ] dim 0043 μ= +0.013 σ= 0.027 zeros= 0% [ ▁▅███▄▁ ] [ ▄█▅ ] dim 0044 μ= -0.024 σ= 0.030 zeros= 0% [ ▂▆███▇▂ ] [ ▃█▅ ] dim 0045 μ= +0.017 σ= 0.024 zeros= 0% [ ▁▃███▄▁ ] [ ▃█ ] dim 0046 μ= +0.012 σ= 0.019 zeros= 0% [ ▃███▁ ] [ ▁▆█▂ ] dim 0047 μ= +0.004 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▂▅█▄ ] dim 0048 μ= +0.009 σ= 0.041 zeros= 0% [ ▁▃▇████▇▄▂ ] [ ▄██ ] dim 0049 μ= +0.022 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▃█▅ ] dim 0050 μ= +0.014 σ= 0.028 zeros= 0% [ ▂▆███▅▁ ] [ ▃█▆ ] dim 0051 μ= -0.000 σ= 0.029 zeros= 0% [ ▁▅████▂▁ ] [ █▇ ] dim 0052 μ= +0.005 σ= 0.016 zeros= 0% [ ▃██▃ ] [ ▁█▃ ] dim 0053 μ= -0.003 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▂█▃ ] dim 0054 μ= +0.015 σ= 0.024 zeros= 0% [ ▁▄███▃▁ ] [ ▁█▄ ] dim 0055 μ= +0.018 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ▅█▆ ] dim 0056 μ= +0.019 σ= 0.031 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.030 zeros= 0% [ ▄████▄▁ ] [ ▂▆█▅ ] dim 0062 μ= -0.030 σ= 0.035 zeros= 0% [ ▁▃████▆▃▁ ] [ ▄█▄ ] dim 0063 μ= +0.017 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▄█▂ ] dim 0064 μ= -0.010 σ= 0.031 zeros= 0% [ ▁▂████▅▂ ] [ ▁█▇▁ ] dim 0065 μ= +0.004 σ= 0.027 zeros= 0% [ ▃████▃ ] [ ▆█ ] dim 0066 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▁▅█▇▃ ] dim 0067 μ= -0.003 σ= 0.039 zeros= 0% [ ▂▄█████▅▂ ] [ ▆█▃ ] dim 0068 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ▂█ ] dim 0069 μ= +0.014 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▆█▂ ] dim 0070 μ= -0.008 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▁▇█▄ ] dim 0071 μ= +0.010 σ= 0.031 zeros= 0% [ ▁▃████▅▂ ] [ ▂█▁ ] dim 0072 μ= +0.014 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▆█ ] dim 0073 μ= +0.007 σ= 0.014 zeros= 0% [ ▂██▃ ] [ ▁▆█▃ ] dim 0074 μ= -0.012 σ= 0.031 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.016 σ= 0.022 zeros= 0% [ ▃███▄ ] [ ▅█▂ ] dim 0079 μ= +0.011 σ= 0.027 zeros= 0% [ ▂▆███▄▁ ] [ ▄█ ] dim 0080 μ= -0.013 σ= 0.014 zeros= 0% [ ▁██▃ ] [ ▆█▂ ] dim 0081 μ= +0.011 σ= 0.025 zeros= 0% [ ▁▅███▃▁ ] [ ▂▄█▅▁ ] dim 0082 μ= +0.014 σ= 0.038 zeros= 0% [ ▂▄█████▃▁▁ ] [ ▅█▃ ] dim 0083 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▅█▄ ] dim 0084 μ= +0.013 σ= 0.032 zeros= 0% [ ▁▃▇███▆▂ ] [ ▁█▃ ] dim 0085 μ= -0.002 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▂██▂ ] dim 0086 μ= -0.017 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ ▆█▂ ] dim 0087 μ= +0.011 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ ▆█▃ ] dim 0088 μ= -0.010 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▄▇█▁ ] dim 0089 μ= +0.023 σ= 0.032 zeros= 0% [ ▂▅████▅▁ ] [ ▃█▇▃ ] dim 0090 μ= +0.003 σ= 0.035 zeros= 0% [ ▁▂▆████▅▂ ] [ ▄█▁ ] dim 0091 μ= +0.032 σ= 0.020 zeros= 0% [ ▃███▁ ] [ ▅█▆ ] dim 0092 μ= +0.035 σ= 0.033 zeros= 0% [ ▁▃▇███▇▂▁ ] [ ▁▅█▆ ] dim 0093 μ= -0.006 σ= 0.035 zeros= 0% [ ▁▄█████▃▁ ] [ ▁█▆ ] dim 0094 μ= +0.003 σ= 0.027 zeros= 0% [ ▁▃████▂ ] [ ▂█ ] dim 0095 μ= -0.011 σ= 0.013 zeros= 0% [ ▁██▃ ] [ ▂▆█▃ ] dim 0096 μ= +0.006 σ= 0.033 zeros= 0% [ ▁▅████▅▁ ] [ ▃█▃ ] dim 0097 μ= -0.004 σ= 0.024 zeros= 0% [ ▁▃███▅▁ ] [ ▁█▇ ] dim 0098 μ= +0.004 σ= 0.026 zeros= 0% [ ▂████▂ ] [ ▂█▁ ] dim 0099 μ= -0.007 σ= 0.020 zeros= 0% [ ▂███▂ ] [ █▇ ] dim 0100 μ= +0.002 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▁█▄ ] dim 0101 μ= -0.023 σ= 0.022 zeros= 0% [ ▂███▃▁ ] [ ▄█▁ ] dim 0102 μ= -0.009 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ ▆█ ] dim 0103 μ= +0.007 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▄█▂ ] dim 0104 μ= +0.012 σ= 0.026 zeros= 0% [ ▁▆███▄▁ ] [ ▇█▂ ] dim 0105 μ= +0.007 σ= 0.027 zeros= 0% [ ▃▇███▃▁ ] [ ▅█▁ ] dim 0106 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▂████▄▁ ] [ █▁ ] dim 0107 μ= -0.003 σ= 0.018 zeros= 0% [ ▁▇██▂ ] [ ▂█▇▂ ] dim 0108 μ= -0.016 σ= 0.036 zeros= 0% [ ▂▆████▆▂▁ ] [ ▅█ ] dim 0109 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▇█ ] dim 0110 μ= +0.007 σ= 0.022 zeros= 0% [ ▁▆██▇▁ ] [ ██ ] dim 0111 μ= +0.024 σ= 0.019 zeros= 0% [ ▁▆██▄▁ ] [ ▆█▁ ] dim 0112 μ= +0.007 σ= 0.025 zeros= 0% [ ▂▇███▂ ] [ ██ ] dim 0113 μ= -0.015 σ= 0.017 zeros= 0% [ ▄██▅ ] [ ▁▆█▆ ] dim 0114 μ= -0.008 σ= 0.037 zeros= 0% [ ▂▄█████▃▁ ] [ ▃▆█▃ ] dim 0115 μ= -0.013 σ= 0.034 zeros= 0% [ ▂▅████▇▂▁ ] [ ▆█ ] dim 0116 μ= +0.007 σ= 0.018 zeros= 0% [ ▄██▆▁ ] [ █ ] dim 0117 μ= -0.006 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▁██▂ ] dim 0118 μ= -0.014 σ= 0.032 zeros= 0% [ ▁▅████▆▂ ] [ ▅█▂ ] dim 0119 μ= -0.011 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▂▇█▅ ] dim 0120 μ= -0.032 σ= 0.040 zeros= 0% [ ▁▃▇█████▄▂ ] [ ▄█▂ ] dim 0121 μ= +0.012 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ █▂ ] dim 0122 μ= -0.003 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ █▆ ] dim 0123 μ= +0.004 σ= 0.024 zeros= 0% [ ▂███▇▂ ] [ ▆█ ] dim 0124 μ= -0.015 σ= 0.021 zeros= 0% [ ▁▆██▇▁ ] [ ▃██▆▄ ] dim 0125 μ= -0.005 σ= 0.045 zeros= 0% [ ▁▄▆█████▇▃▁ ] [ █▄ ] dim 0126 μ= +0.021 σ= 0.017 zeros= 0% [ ▁▆██▂ ] [ ▁█▆ ] dim 0127 μ= -0.020 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ ▃█▇ ] dim 0128 μ= -0.019 σ= 0.029 zeros= 0% [ ▁▅████▃▁ ] [ ▁▆█▅▁ ] dim 0129 μ= -0.005 σ= 0.039 zeros= 0% [ ▁▅█████▅▂▁ ] [ ▄█▄ ] dim 0130 μ= -0.027 σ= 0.022 zeros= 0% [ ▄███▃ ] [ ▃█▆ ] dim 0131 μ= -0.000 σ= 0.028 zeros= 0% [ ▁▄███▇▂▁ ] [ ▁▇█▁ ] dim 0132 μ= +0.006 σ= 0.026 zeros= 0% [ ▂████▃▁ ] [ ▄█ ] dim 0133 μ= +0.008 σ= 0.014 zeros= 0% [ ▂██▃ ] [ █▅ ] dim 0134 μ= +0.023 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ ▃█▅ ] dim 0135 μ= -0.002 σ= 0.032 zeros= 0% [ ▁▂▆███▇▃▁ ] [ ▂██▆▁ ] dim 0136 μ= +0.009 σ= 0.041 zeros= 0% [ ▁▃▆█████▄▁ ] [ ▂█▅ ] dim 0137 μ= -0.023 σ= 0.029 zeros= 0% [ ▁▅███▇▂ ] [ ▄█▃ ] dim 0138 μ= +0.035 σ= 0.027 zeros= 0% [ ▁▅███▅▁ ] [ ▆█▂ ] dim 0139 μ= +0.007 σ= 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.026 zeros= 0% [ ▁▃████▂ ] [ ▃▆█▅ ] dim 0144 μ= +0.006 σ= 0.034 zeros= 0% [ ▂▆████▆▂ ] [ █▇ ] dim 0145 μ= -0.018 σ= 0.018 zeros= 0% [ ▁▆██▄ ] [ ▅█▅ ] dim 0146 μ= +0.016 σ= 0.033 zeros= 0% [ ▁▂█████▃▁ ] [ ▁▇█▁ ] dim 0147 μ= +0.025 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ █▂ ] dim 0148 μ= -0.004 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▆█ ] dim 0149 μ= -0.014 σ= 0.024 zeros= 0% [ ▁▆███▂ ] [ ▁▇█▆ ] dim 0150 μ= -0.010 σ= 0.035 zeros= 0% [ ▂▅█████▃▁ ] [ ▃▆█▅ ] dim 0151 μ= +0.009 σ= 0.039 zeros= 0% [ ▁▂▆█████▄▁ ] [ █▆ ] dim 0152 μ= +0.024 σ= 0.017 zeros= 0% [ ▅██▃ ] [ ▅█▄ ] dim 0153 μ= -0.028 σ= 0.030 zeros= 0% [ ▂▇███▆▂ ] [ ▆█▄ ] dim 0154 μ= -0.007 σ= 0.034 zeros= 0% [ ▁▃████▇▃▁ ] [ ▃█ ] dim 0155 μ= +0.009 σ= 0.013 zeros= 0% [ ▁██▃ ] [ ▃█▆ ] dim 0156 μ= -0.001 σ= 0.032 zeros= 0% [ ▂▆████▃▁ ] [ ▅█▃ ] dim 0157 μ= -0.008 σ= 0.024 zeros= 0% [ ▁▅███▄ ] [ ▁█▃ ] dim 0158 μ= -0.003 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ▃█▅ ] dim 0159 μ= -0.003 σ= 0.035 zeros= 0% [ ▁▃▇████▃▁ ] [ ▄█▆ ] dim 0160 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▄███▆▁ ] [ ▄█▄ ] dim 0161 μ= -0.006 σ= 0.033 zeros= 0% [ ▁▂████▇▃▁ ] [ ▃█▆ ] dim 0162 μ= -0.003 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▃█▇▁ ] dim 0163 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▄████▃ ] [ ██▅ ] dim 0164 μ= +0.034 σ= 0.031 zeros= 0% [ ▁▃▇███▇▂ ] [ ▇█▄ ] dim 0165 μ= -0.012 σ= 0.027 zeros= 0% [ ▂████▄▁ ] [ ▁▆█▅ ] dim 0166 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▃████▇▂▁ ] [ ▂█ ] dim 0167 μ= -0.008 σ= 0.016 zeros= 0% [ ▁██▇ ] [ ██ ] dim 0168 μ= +0.004 σ= 0.015 zeros= 0% [ ▄██▃ ] [ ▃█▇ ] dim 0169 μ= -0.002 σ= 0.029 zeros= 0% [ ▁▅████▂ ] [ ▄█▅▁ ] dim 0170 μ= +0.021 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ ▅█▃ ] dim 0171 μ= -0.007 σ= 0.028 zeros= 0% [ ▂▆███▅▁ ] [ ▃█▃ ] dim 0172 μ= -0.008 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ █ ] dim 0173 μ= -0.005 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▃██ ] dim 0174 μ= -0.019 σ= 0.027 zeros= 0% [ ▁▄████▂ ] [ ▁██▄ ] dim 0175 μ= -0.013 σ= 0.032 zeros= 0% [ ▁▄████▅▂ ] [ █▆ ] dim 0176 μ= +0.001 σ= 0.020 zeros= 0% [ ▁███▄▁ ] [ ▇█▃ ] dim 0177 μ= +0.010 σ= 0.028 zeros= 0% [ ▂▇███▄▁ ] [ ▁█▅ ] dim 0178 μ= +0.021 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▃█▅▁ ] dim 0179 μ= -0.020 σ= 0.032 zeros= 0% [ ▂▅████▃▁ ] [ ██▁ ] dim 0180 μ= +0.007 σ= 0.025 zeros= 0% [ ▂████▃ ] [ ▃█▆ ] dim 0181 μ= -0.001 σ= 0.027 zeros= 0% [ ▁▅███▇▂ ] [ ▆█▃ ] dim 0182 μ= -0.031 σ= 0.028 zeros= 0% [ ▂████▅▁ ] [ ▃█▇▇▂ ] dim 0183 μ= -0.006 σ= 0.045 zeros= 0% [ ▁▃▇█████▆▃▁▁ ] [ ▂▆█▄ ] dim 0184 μ= +0.006 σ= 0.033 zeros= 0% [ ▁▆████▅▁ ] [ ▃█▆▁ ] dim 0185 μ= -0.018 σ= 0.030 zeros= 0% [ ▁▅████▄▁ ] [ ▁█▁ ] dim 0186 μ= -0.005 σ= 0.019 zeros= 0% [ ▂███▂ ] [ █▇ ] dim 0187 μ= +0.005 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▃█▂ ] dim 0188 μ= +0.035 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▂▆█▆▁ ] dim 0189 μ= +0.015 σ= 0.042 zeros= 0% [ ▁▂▅█████▅▂▁ ] [ ▂▇█▆ ] dim 0190 μ= -0.011 σ= 0.035 zeros= 0% [ ▂▅█████▃ ] [ ▆█▆ ] dim 0191 μ= -0.004 σ= 0.035 zeros= 0% [ ▁▄█████▄▁ ] [ ▄█▆ ] dim 0192 μ= -0.021 σ= 0.029 zeros= 0% [ ▁▅███▇▂ ] [ ▄█▆ ] dim 0193 μ= +0.000 σ= 0.032 zeros= 0% [ ▁▆████▄▁ ] [ ▆█▃ ] dim 0194 μ= -0.011 σ= 0.030 zeros= 0% [ ▃▇███▅▁ ] [ █▇▁ ] dim 0195 μ= +0.027 σ= 0.026 zeros= 0% [ ▂████▃ ] [ ██ ] dim 0196 μ= +0.026 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▆█ ] dim 0197 μ= -0.014 σ= 0.016 zeros= 0% [ ▂██▄ ] [ █▅ ] dim 0198 μ= +0.003 σ= 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.017 zeros= 0% [ ▂██▇▁ ] [ █▅ ] dim 0202 μ= +0.001 σ= 0.023 zeros= 0% [ ▂███▅▁ ] [ ▇█▃ ] dim 0203 μ= +0.029 σ= 0.029 zeros= 0% [ ▁▂▇███▄▁ ] [ ▄█▇▁ ] dim 0204 μ= -0.001 σ= 0.031 zeros= 0% [ ▂▆████▃▁ ] [ ▄█▃ ] dim 0205 μ= +0.013 σ= 0.024 zeros= 0% [ ▁▄███▃▁ ] [ █▇ ] dim 0206 μ= +0.005 σ= 0.025 zeros= 0% [ ▂████▂ ] [ ▁▆█▅ ] dim 0207 μ= +0.012 σ= 0.034 zeros= 0% [ ▁▃████▇▃▁ ] [ ▂█▁ ] dim 0208 μ= -0.028 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▃█▄ ] dim 0209 μ= +0.017 σ= 0.022 zeros= 0% [ ▃███▄ ] [ ▁█ ] dim 0210 μ= -0.009 σ= 0.015 zeros= 0% [ ▁██▅ ] [ ▅██▁ ] dim 0211 μ= +0.000 σ= 0.031 zeros= 0% [ ▂▆████▄▁ ] [ ▄█▄ ] dim 0212 μ= +0.016 σ= 0.032 zeros= 0% [ ▁▂▇███▇▃▁ ] [ ▃█▅ ] dim 0213 μ= -0.003 σ= 0.025 zeros= 0% [ ▁▃███▅▁ ] [ ▃█▆ ] dim 0214 μ= -0.002 σ= 0.032 zeros= 0% [ ▂▆████▃▁ ] [ ▃█▆ ] dim 0215 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▅█▃ ] dim 0216 μ= -0.009 σ= 0.027 zeros= 0% [ ▂▇███▅▁ ] [ ▄█▇▂ ] dim 0217 μ= +0.001 σ= 0.033 zeros= 0% [ ▁▂▅████▄▁ ] [ █▃ ] dim 0218 μ= -0.001 σ= 0.016 zeros= 0% [ ▅██▁ ] [ ▂██▃ ] dim 0219 μ= +0.007 σ= 0.031 zeros= 0% [ ▁▃████▅▁ ] [ ▂█▇ ] dim 0220 μ= +0.022 σ= 0.030 zeros= 0% [ ▁▅████▃▁ ] [ ▅█▂ ] dim 0221 μ= -0.008 σ= 0.023 zeros= 0% [ ▁▄███▃ ] [ ▃█▅ ] dim 0222 μ= -0.002 σ= 0.026 zeros= 0% [ ▁▄███▆▁ ] [ ▆█▁ ] dim 0223 μ= +0.008 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ ▄█▆ ] dim 0224 μ= +0.018 σ= 0.030 zeros= 0% [ ▂▆███▇▂▁ ] [ ▅█▄ ] dim 0225 μ= -0.009 σ= 0.028 zeros= 0% [ ▂▆███▄▁ ] [ ▂▇█ ] dim 0226 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▄███▇▂▁ ] [ ▁▇█▃ ] dim 0227 μ= -0.033 σ= 0.031 zeros= 0% [ ▁▄████▅▁ ] [ ▅█▆▁ ] dim 0228 μ= +0.039 σ= 0.037 zeros= 0% [ ▁▄█████▅▂▁ ] [ ▇█ ] dim 0229 μ= +0.004 σ= 0.023 zeros= 0% [ ▂███▇▁ ] [ ▆█ ] dim 0230 μ= +0.006 σ= 0.019 zeros= 0% [ ▁▄██▆▁ ] [ ██ ] dim 0231 μ= -0.017 σ= 0.024 zeros= 0% [ ▂███▇▁ ] [ ▇█▂ ] dim 0232 μ= +0.029 σ= 0.026 zeros= 0% [ ▂████▃▁ ] [ ▆█▂ ] dim 0233 μ= -0.029 σ= 0.027 zeros= 0% [ ▁▆███▅▁ ] [ ▄█▆ ] dim 0234 μ= +0.040 σ= 0.031 zeros= 0% [ ▂▅████▃▁ ] [ █▆ ] dim 0235 μ= +0.002 σ= 0.021 zeros= 0% [ ▁███▅▁ ] [ ▅▇█▃ ] dim 0236 μ= +0.021 σ= 0.039 zeros= 0% [ ▂▃▇████▅▂▁ ] [ ▄█▂ ] dim 0237 μ= -0.008 σ= 0.023 zeros= 0% [ ▁▄███▃ ] [ ▅█▃ ] dim 0238 μ= -0.009 σ= 0.029 zeros= 0% [ ▂▇███▅▁ ] [ ▂█▆ ] dim 0239 μ= -0.018 σ= 0.029 zeros= 0% [ ▁▃████▃▁ ] [ ▂█▃ ] dim 0240 μ= +0.016 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▂██▄ ] dim 0241 μ= +0.028 σ= 0.040 zeros= 0% [ ▁▃▆████▇▄▁ ] [ ▁█▅ ] dim 0242 μ= +0.002 σ= 0.025 zeros= 0% [ ▃████▂ ] [ ▂█▁ ] dim 0243 μ= -0.007 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▅█▄ ] dim 0244 μ= -0.007 σ= 0.034 zeros= 0% [ ▁▃████▇▃▁ ] [ ▄█▆▂ ] dim 0245 μ= +0.003 σ= 0.032 zeros= 0% [ ▂▅████▄▁ ] [ ██ ] dim 0246 μ= -0.016 σ= 0.018 zeros= 0% [ ▅██▅ ] [ ▂█▅▁ ] dim 0247 μ= -0.037 σ= 0.036 zeros= 0% [ ▂▆████▅▃▁ ] [ ▁▆█▅ ] dim 0248 μ= +0.010 σ= 0.034 zeros= 0% [ ▁▅████▇▂ ] [ ▄█▇▁ ] dim 0249 μ= -0.020 σ= 0.032 zeros= 0% [ ▂▅████▄▁ ] [ ▁█▇ ] dim 0250 μ= +0.002 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ █▅ ] dim 0251 μ= +0.022 σ= 0.015 zeros= 0% [ ▄██▂ ] [ ▂█▂ ] dim 0252 μ= -0.005 σ= 0.022 zeros= 0% [ ▃███▄ ] [ ██ ] dim 0253 μ= -0.016 σ= 0.023 zeros= 0% [ ▁▇███▁ ] [ ▂█▆ ] dim 0254 μ= +0.023 σ= 0.027 zeros= 0% [ ▁▃███▇▃ ] [ ▂██▅ ] dim 0255 μ= -0.011 σ= 0.037 zeros= 0% [ ▁▂▆████▇▄▁ ] [ ▃▇█▆▁ ] dim 0256 μ= -0.013 σ= 0.045 zeros= 0% [ ▁▂▄██████▅▂▁ ] [ ▄█▇ ] dim 0257 μ= -0.001 σ= 0.029 zeros= 0% [ ▁▅████▃▁ ] [ ▁█▆ ] dim 0258 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▄███▇▂ ] [ █▆ ] dim 0259 μ= +0.004 σ= 0.018 zeros= 0% [ ▅██▄ ] [ ▅█▆▁ ] dim 0260 μ= -0.002 σ= 0.033 zeros= 0% [ ▁▂▇████▄▁ ] [ █▃ ] dim 0261 μ= -0.020 σ= 0.016 zeros= 0% [ ▅██▂ ] [ ▇█ ] dim 0262 μ= +0.028 σ= 0.018 zeros= 0% [ ▄██▆▁ ] [ ▄█ ] dim 0263 μ= -0.010 σ= 0.018 zeros= 0% [ ▂██▇▁ ] [ ▁▆█▃ ] dim 0264 μ= -0.014 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▂ ] dim 0265 μ= -0.010 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ █▅ ] dim 0266 μ= +0.002 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▃█ ] dim 0267 μ= +0.010 σ= 0.018 zeros= 0% [ ▂██▆▁ ] [ ▄█▆▂ ] dim 0268 μ= +0.024 σ= 0.039 zeros= 0% [ ▁▃▇████▆▃▁ ] [ ▃█▇▁ ] dim 0269 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▄█▇▁ ] dim 0270 μ= -0.000 σ= 0.031 zeros= 0% [ ▂▆████▄▁ ] [ ▅█▄ ] dim 0271 μ= -0.008 σ= 0.026 zeros= 0% [ ▁▆███▄▁ ] [ ▃█ ] dim 0272 μ= -0.009 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▆█▄ ] dim 0273 μ= +0.014 σ= 0.037 zeros= 0% [ ▁▄████▇▄▁ ] [ ▁▇█▃ ] dim 0274 μ= +0.008 σ= 0.033 zeros= 0% [ ▁▅████▆▂ ] [ ▁██ ] dim 0275 μ= +0.022 σ= 0.026 zeros= 0% [ ▁▃███▆▂ ] [ ▃█▁ ] dim 0276 μ= -0.009 σ= 0.022 zeros= 0% [ ▁▄███▂ ] [ ▇█▃ ] dim 0277 μ= +0.008 σ= 0.028 zeros= 0% [ ▃████▄▁ ] [ ▄█▁ ] dim 0278 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▄█▇▁ ] dim 0279 μ= +0.020 σ= 0.034 zeros= 0% [ ▁▃▆████▄▁ ] [ ██ ] dim 0280 μ= +0.025 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ ▁█▇ ] dim 0281 μ= +0.002 σ= 0.024 zeros= 0% [ ▃███▇▁ ] [ ▆█ ] dim 0282 μ= +0.007 σ= 0.018 zeros= 0% [ ▄██▅▁ ] [ ▄█▃ ] dim 0283 μ= -0.007 σ= 0.030 zeros= 0% [ ▂▇███▆▂ ] [ ▁▇█▄ ] dim 0284 μ= -0.051 σ= 0.032 zeros= 0% [ ▁▃████▆▂▁ ] [ ▂█▇▃ ] dim 0285 μ= +0.007 σ= 0.032 zeros= 0% [ ▁▃████▅▁ ] [ ▆█▅ ] dim 0286 μ= -0.007 σ= 0.032 zeros= 0% [ ▁▃▇███▆▂▁ ] [ █▆ ] dim 0287 μ= +0.004 σ= 0.021 zeros= 0% [ ▁▆██▆▁ ] [ ▅██▆ ] dim 0288 μ= -0.013 σ= 0.043 zeros= 0% [ ▁▃▆█████▅▂▁ ] [ ▆█▁ ] dim 0289 μ= +0.010 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ ▁▆█▇▁ ] dim 0290 μ= +0.013 σ= 0.036 zeros= 0% [ ▁▅█████▃▁ ] [ ▆█ ] dim 0291 μ= -0.015 σ= 0.014 zeros= 0% [ ▂██▂ ] [ ▃▇█▃ ] dim 0292 μ= +0.004 σ= 0.034 zeros= 0% [ ▂▆████▅▂ ] [ █▄ ] dim 0293 μ= +0.020 σ= 0.019 zeros= 0% [ ▁▇██▃ ] [ ▄█▅ ] dim 0294 μ= -0.004 σ= 0.026 zeros= 0% [ ▁▅███▆▁ ] [ █▁ ] dim 0295 μ= -0.001 σ= 0.013 zeros= 0% [ ▃██▁ ] [ ▂██ ] dim 0296 μ= +0.001 σ= 0.026 zeros= 0% [ ▁▃███▇▂ ] [ ▁█▂ ] dim 0297 μ= -0.005 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▄█▁ ] dim 0298 μ= -0.010 σ= 0.023 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.035 zeros= 0% [ ▂▆████▆▂▁ ] [ █▆ ] dim 0303 μ= -0.018 σ= 0.017 zeros= 0% [ ▅██▃ ] [ ▃█▇▁ ] dim 0304 μ= +0.001 σ= 0.031 zeros= 0% [ ▂▅████▄▁ ] [ ▄█▇▂ ] dim 0305 μ= +0.024 σ= 0.034 zeros= 0% [ ▂▅████▅▁ ] [ ▁▇█▆ ] dim 0306 μ= +0.012 σ= 0.037 zeros= 0% [ ▂▄█████▃▁ ] [ ▂█ ] dim 0307 μ= +0.010 σ= 0.016 zeros= 0% [ ▂██▅ ] [ ▁▆█▅▁ ] dim 0308 μ= +0.030 σ= 0.038 zeros= 0% [ ▁▂▆█████▃▁ ] [ ▁█▆ ] dim 0309 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▄████▃▁ ] [ █ ] dim 0310 μ= -0.002 σ= 0.010 zeros= 0% [ ▂█▆ ] [ ▆█ ] dim 0311 μ= +0.006 σ= 0.013 zeros= 0% [ ▂██▂ ] [ ▄█▆ ] dim 0312 μ= +0.019 σ= 0.035 zeros= 0% [ ▁▃▆████▄▁ ] [ ██ ] dim 0313 μ= +0.004 σ= 0.019 zeros= 0% [ ▁▆██▅▁ ] [ ▄██▄ ] dim 0314 μ= +0.003 σ= 0.045 zeros= 0% [ ▁▂▅▇█████▄▁▁ ] [ █▄ ] dim 0315 μ= -0.001 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▄█▄ ] dim 0316 μ= -0.026 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ ▁█▇▁ ] dim 0317 μ= -0.014 σ= 0.029 zeros= 0% [ ▄████▅▁ ] [ ▃█ ] dim 0318 μ= -0.010 σ= 0.015 zeros= 0% [ ▁██▅ ] [ ▁▇█▄ ] dim 0319 μ= +0.009 σ= 0.031 zeros= 0% [ ▁▃████▅▁ ] [ ██▁ ] dim 0320 μ= -0.015 σ= 0.025 zeros= 0% [ ▂████▃▁ ] [ █ ] dim 0321 μ= -0.026 σ= 0.015 zeros= 0% [ ▁▇█▇▁ ] [ ▁██▄ ] dim 0322 μ= -0.009 σ= 0.036 zeros= 0% [ ▁▄█████▃▁ ] [ ▅█▆ ] dim 0323 μ= +0.014 σ= 0.034 zeros= 0% [ ▁▃████▇▃▁ ] [ █▃ ] dim 0324 μ= -0.023 σ= 0.019 zeros= 0% [ ▁▇██▃ ] [ ▂▇█▄ ] dim 0325 μ= +0.010 σ= 0.034 zeros= 0% [ ▁▄████▇▃▁ ] [ ▄█▄ ] dim 0326 μ= -0.005 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ █▃ ] dim 0327 μ= -0.023 σ= 0.018 zeros= 0% [ ▁▇██▂ ] [ █▅ ] dim 0328 μ= +0.003 σ= 0.010 zeros= 0% [ ▁██ ] [ ▂▆█▂ ] dim 0329 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▅████▄▁ ] [ ▃▆██▃ ] dim 0330 μ= +0.017 σ= 0.041 zeros= 0% [ ▁▂▅█████▆▂ ] [ ▁▅██▂ ] dim 0331 μ= -0.002 σ= 0.039 zeros= 0% [ ▂▄█████▆▂▁ ] [ █▆ ] dim 0332 μ= +0.022 σ= 0.019 zeros= 0% [ ▁▇██▄ ] [ ▂█▄ ] dim 0333 μ= -0.003 σ= 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.014 σ= 0.026 zeros= 0% [ ▂████▄▁ ] [ ▆█▄ ] dim 0338 μ= +0.010 σ= 0.029 zeros= 0% [ ▃████▅▁ ] [ ▁██▂ ] dim 0339 μ= +0.005 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▃█▇▂ ] dim 0340 μ= +0.001 σ= 0.032 zeros= 0% [ ▂▅████▄▁ ] [ ▂█▃ ] dim 0341 μ= +0.017 σ= 0.022 zeros= 0% [ ▂███▃ ] [ ▁██ ] dim 0342 μ= -0.017 σ= 0.026 zeros= 0% [ ▁▂████▂ ] [ █▃ ] dim 0343 μ= +0.001 σ= 0.014 zeros= 0% [ ▄██▁ ] [ ▄█▂ ] dim 0344 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▅█▄ ] dim 0345 μ= +0.014 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ █ ] dim 0346 μ= -0.004 σ= 0.015 zeros= 0% [ ▁▆██▁ ] [ ▆█▆ ] dim 0347 μ= -0.026 σ= 0.031 zeros= 0% [ ▂█████▃▁ ] [ ▁▆█▄ ] dim 0348 μ= -0.008 σ= 0.033 zeros= 0% [ ▁▄████▇▂▁ ] [ ▅█▅ ] dim 0349 μ= -0.026 σ= 0.030 zeros= 0% [ ▂▆███▆▂▁ ] [ █ ] dim 0350 μ= +0.015 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▃█▆ ] dim 0351 μ= +0.020 σ= 0.027 zeros= 0% [ ▁▄███▇▂ ] [ ▁▆█▂ ] dim 0352 μ= +0.006 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▁█▇ ] dim 0353 μ= -0.017 σ= 0.026 zeros= 0% [ ▃████▂ ] [ ▇█▄ ] dim 0354 μ= +0.011 σ= 0.036 zeros= 0% [ ▂▄████▇▃▁ ] [ ▄█▁ ] dim 0355 μ= -0.010 σ= 0.021 zeros= 0% [ ▅███▂ ] [ ▁▆█▅ ] dim 0356 μ= +0.033 σ= 0.033 zeros= 0% [ ▁▃████▇▂ ] [ ▂█▅ ] dim 0357 μ= +0.019 σ= 0.027 zeros= 0% [ ▁▄███▆▁ ] [ █ ] dim 0358 μ= -0.003 σ= 0.013 zeros= 0% [ ▅██ ] [ ▄█▁ ] dim 0359 μ= -0.011 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▅█▂ ] dim 0360 μ= +0.011 σ= 0.028 zeros= 0% [ ▂▆███▄▁ ] [ ▄██▄ ] dim 0361 μ= -0.015 σ= 0.036 zeros= 0% [ ▁▃▅████▆▃▁ ] [ █▁ ] dim 0362 μ= -0.025 σ= 0.017 zeros= 0% [ ▁▇██▁ ] [ ▄█▅ ] dim 0363 μ= +0.020 σ= 0.031 zeros= 0% [ ▂▆████▄▁ ] [ ▅█▃ ] dim 0364 μ= +0.011 σ= 0.029 zeros= 0% [ ▃▇███▅▁ ] [ ██▄ ] dim 0365 μ= +0.032 σ= 0.032 zeros= 0% [ ▁▄████▇▂ ] [ █▅ ] dim 0366 μ= -0.022 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ██ ] dim 0367 μ= +0.004 σ= 0.015 zeros= 0% [ ▃██▃ ] [ ▄█▂ ] dim 0368 μ= -0.007 σ= 0.023 zeros= 0% [ ▁▄███▃ ] [ ▄█▁ ] dim 0369 μ= +0.033 σ= 0.020 zeros= 0% [ ▃███▂ ] [ █▃ ] dim 0370 μ= -0.002 σ= 0.021 zeros= 0% [ ▂███▄ ] [ ▃██▃ ] dim 0371 μ= +0.006 σ= 0.037 zeros= 0% [ ▁▃▅████▆▃▁ ] [ ▃██▁ ] dim 0372 μ= +0.021 σ= 0.035 zeros= 0% [ ▁▂▇████▄▂ ] [ ▃█▅ ] dim 0373 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▂▅███▇▃▁ ] [ █▇ ] dim 0374 μ= -0.018 σ= 0.021 zeros= 0% [ ▁▆██▅▁ ] [ ▆█▃ ] dim 0375 μ= +0.012 σ= 0.030 zeros= 0% [ ▁▃▇███▆▁ ] [ ▄█ ] dim 0376 μ= -0.011 σ= 0.018 zeros= 0% [ ▃██▇▁ ] [ ▄█▄ ] dim 0377 μ= -0.004 σ= 0.029 zeros= 0% [ ▂▅███▆▂ ] [ ▂█▆ ] dim 0378 μ= -0.000 σ= 0.027 zeros= 0% [ ▁▄███▇▂ ] [ █▆ ] dim 0379 μ= +0.003 σ= 0.026 zeros= 0% [ ▃████▂ ] [ ▃█▅ ] dim 0380 μ= -0.004 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ █▅ ] dim 0381 μ= +0.002 σ= 0.018 zeros= 0% [ ▅██▃ ] [ ██▄ ] dim 0382 μ= -0.009 σ= 0.031 zeros= 0% [ ▁▃████▆▂ ] [ ▂██▂ ] dim 0383 μ= +0.024 σ= 0.034 zeros= 0% [ ▁▂▆████▅▂ ] [ ▆█▂ ] dim 0384 μ= +0.010 σ= 0.027 zeros= 0% [ ▂▆███▃▁ ] [ ▂█▄ ] dim 0385 μ= +0.019 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▅█▂ ] dim 0386 μ= +0.010 σ= 0.025 zeros= 0% [ ▁▅███▃▁ ] [ █ ] dim 0387 μ= -0.010 σ= 0.011 zeros= 0% [ ▇█▂ ] [ ▃▆█▅▁ ] dim 0388 μ= +0.013 σ= 0.043 zeros= 0% [ ▁▂▆█████▅▂▁ ] [ ▆█▁ ] dim 0389 μ= +0.008 σ= 0.027 zeros= 0% [ ▂████▄▁ ] [ █▇▁ ] dim 0390 μ= +0.026 σ= 0.026 zeros= 0% [ ▃▇███▂ ] [ ▂█▆ ] dim 0391 μ= +0.000 σ= 0.031 zeros= 0% [ ▂▅████▄▁ ] [ ▃█▆ ] dim 0392 μ= +0.020 σ= 0.026 zeros= 0% [ ▁▄███▇▁ ] [ ▃▇█▆▁ ] dim 0393 μ= -0.010 σ= 0.041 zeros= 0% [ ▁▂▇█████▅▂▁ ] [ █▃ ] dim 0394 μ= +0.018 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▆█▆▁ ] dim 0395 μ= -0.003 σ= 0.034 zeros= 0% [ ▁▂█████▃▁ ] [ ██ ] dim 0396 μ= -0.015 σ= 0.026 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.003 σ= 0.037 zeros= 0% [ ▁▄█████▄▂ ] [ ▃▇█▁ ] dim 0401 μ= -0.017 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▂█▇ ] dim 0402 μ= +0.001 σ= 0.025 zeros= 0% [ ▃███▆▂ ] [ ▄█▅ ] dim 0403 μ= -0.004 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ █▇ ] dim 0404 μ= +0.003 σ= 0.024 zeros= 0% [ ▂███▇▁ ] [ ▄█▆ ] dim 0405 μ= +0.017 σ= 0.030 zeros= 0% [ ▂▅███▆▂▁ ] [ ▂█▁ ] dim 0406 μ= +0.015 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▃█ ] dim 0407 μ= +0.012 σ= 0.018 zeros= 0% [ ▂██▇▁ ] [ ▁█▇ ] dim 0408 μ= +0.003 σ= 0.024 zeros= 0% [ ▂███▇▂ ] [ ▆█▂ ] dim 0409 μ= -0.011 σ= 0.025 zeros= 0% [ ▂▇███▃▁ ] [ ▁█▇ ] dim 0410 μ= -0.018 σ= 0.025 zeros= 0% [ ▃████▂ ] [ ▃█▇▁ ] dim 0411 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▄████▃ ] [ ▃█▇▃ ] dim 0412 μ= +0.003 σ= 0.038 zeros= 0% [ ▁▃▇████▆▃▁ ] [ ▆█▂ ] dim 0413 μ= -0.010 σ= 0.025 zeros= 0% [ ▁▆███▃ ] [ ▅█▃ ] dim 0414 μ= -0.008 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▃█▂ ] dim 0415 μ= -0.008 σ= 0.022 zeros= 0% [ ▁▄███▂ ] [ ▄█▇▂ ] dim 0416 μ= -0.003 σ= 0.038 zeros= 0% [ ▂▅█████▄▂ ] [ ▇█▄ ] dim 0417 μ= +0.009 σ= 0.028 zeros= 0% [ ▂████▄▁ ] [ █▇ ] dim 0418 μ= -0.016 σ= 0.021 zeros= 0% [ ▁▇██▆▁ ] [ █ ] dim 0419 μ= -0.005 σ= 0.014 zeros= 0% [ ▅█▆▁ ] [ ▄▇█▂ ] dim 0420 μ= +0.002 σ= 0.035 zeros= 0% [ ▁▃▆████▅▂▁ ] [ ▃██ ] dim 0421 μ= -0.018 σ= 0.027 zeros= 0% [ ▁▃████▃ ] [ ▆█▃ ] dim 0422 μ= +0.011 σ= 0.028 zeros= 0% [ ▂▆███▄▁ ] [ ▄█▃ ] dim 0423 μ= +0.014 σ= 0.023 zeros= 0% [ ▄███▄▁ ] [ ▂█▃ ] dim 0424 μ= +0.016 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ▄█▇▃ ] dim 0425 μ= -0.013 σ= 0.038 zeros= 0% [ ▁▂▅█████▃▁ ] [ █ ] dim 0426 μ= +0.019 σ= 0.012 zeros= 0% [ ▄██ ] [ ▄█▇▃ ] dim 0427 μ= +0.003 σ= 0.034 zeros= 0% [ ▂▇████▅▁ ] [ ▃█▅▁ ] dim 0428 μ= +0.020 σ= 0.035 zeros= 0% [ ▁▂▇████▄▁ ] [ ▂█ ] dim 0429 μ= +0.011 σ= 0.016 zeros= 0% [ ▂██▆ ] [ ▆█▁ ] dim 0430 μ= +0.009 σ= 0.025 zeros= 0% [ ▂▆███▃ ] [ ▅█▃ ] dim 0431 μ= +0.015 σ= 0.028 zeros= 0% [ ▂▅███▅▁ ] [ ▅█▂ ] dim 0432 μ= +0.011 σ= 0.021 zeros= 0% [ ▄███▂ ] [ ▁▆█▃ ] dim 0433 μ= -0.012 σ= 0.031 zeros= 0% [ ▁▃████▅▂ ] [ ▁██ ] dim 0434 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▃███▇▂ ] [ ▇█ ] dim 0435 μ= +0.006 σ= 0.017 zeros= 0% [ ▄██▄ ] [ ▅█▄ ] dim 0436 μ= -0.008 σ= 0.034 zeros= 0% [ ▁▄████▇▃ ] [ ▆█▄ ] dim 0437 μ= +0.011 σ= 0.031 zeros= 0% [ ▁▃████▆▁ ] [ ▂█▅ ] dim 0438 μ= -0.002 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ▂█▇▂ ] dim 0439 μ= -0.016 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▂██▁ ] dim 0440 μ= +0.003 σ= 0.027 zeros= 0% [ ▁▃████▂▁ ] [ ▅█▅▁ ] dim 0441 μ= +0.018 σ= 0.036 zeros= 0% [ ▁▃▇████▄▂ ] [ ▄█ ] dim 0442 μ= +0.012 σ= 0.019 zeros= 0% [ ▃███▁ ] [ ▄█ ] dim 0443 μ= -0.011 σ= 0.018 zeros= 0% [ ▃██▇▁ ] [ ▅▇█▄▃ ] dim 0444 μ= +0.017 σ= 0.044 zeros= 0% [ ▁▂▆█████▇▃▁ ] [ █▇ ] dim 0445 μ= +0.006 σ= 0.021 zeros= 0% [ ▁▆██▆▁ ] [ ▃█▆ ] dim 0446 μ= +0.017 σ= 0.029 zeros= 0% [ ▂▆███▇▂ ] [ ▂█▇ ] dim 0447 μ= +0.021 σ= 0.025 zeros= 0% [ ▁▃███▆▂ ] [ ▁██▂ ] dim 0448 μ= -0.015 σ= 0.030 zeros= 0% [ ▁▄████▅▁ ] [ ▃█▁ ] dim 0449 μ= +0.013 σ= 0.020 zeros= 0% [ ▃███▂ ] [ █▇ ] dim 0450 μ= -0.018 σ= 0.020 zeros= 0% [ ▁▆██▅▁ ] [ ▆█ ] dim 0451 μ= +0.008 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▁▆█▂ ] dim 0452 μ= -0.014 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▂█ ] dim 0453 μ= -0.007 σ= 0.019 zeros= 0% [ ▂███▁ ] [ █▂ ] dim 0454 μ= -0.000 σ= 0.014 zeros= 0% [ ▄██▁ ] [ ▄▅█▅▂ ] dim 0455 μ= +0.011 σ= 0.042 zeros= 0% [ ▁▃▆█████▅▂▁ ] [ ▄██▁ ] dim 0456 μ= -0.019 σ= 0.033 zeros= 0% [ ▂▆████▅▁ ] [ ▇█▅ ] dim 0457 μ= +0.012 σ= 0.028 zeros= 0% [ ▂▇███▅▁ ] [ ▄█▆ ] dim 0458 μ= +0.015 σ= 0.031 zeros= 0% [ ▃▇███▆▂ ] [ ▄█▁ ] dim 0459 μ= -0.010 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ ▃█▂ ] dim 0460 μ= -0.008 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ █ ] dim 0461 μ= -0.006 σ= 0.013 zeros= 0% [ ▆█▆ ] [ ▅█ ] dim 0462 μ= -0.014 σ= 0.022 zeros= 0% [ ▁▆██▇▁ ] [ ▄██▃ ] dim 0463 μ= -0.016 σ= 0.035 zeros= 0% [ ▁▂▆████▆▂▁ ] [ ▆█▆▄ ] dim 0464 μ= -0.019 σ= 0.042 zeros= 0% [ ▁▄█████▇▃▂ ] [ ▄█▂ ] dim 0465 μ= -0.008 σ= 0.026 zeros= 0% [ ▁▆███▄▁ ] [ ▁▇█▇▂ ] dim 0466 μ= -0.005 σ= 0.040 zeros= 0% [ ▁▂▅█████▆▂▁ ] [ █▇ ] dim 0467 μ= +0.003 σ= 0.022 zeros= 0% [ ▂▇██▆▁ ] [ █▇ ] dim 0468 μ= +0.005 σ= 0.022 zeros= 0% [ ▁▇██▇▁ ] [ ▃█▇ ] dim 0469 μ= -0.002 σ= 0.029 zeros= 0% [ ▂▅███▇▂ ] [ █▇ ] dim 0470 μ= -0.017 σ= 0.017 zeros= 0% [ ▅██▄ ] [ █▂ ] dim 0471 μ= +0.039 σ= 0.015 zeros= 0% [ ▆██▁ ] [ ▄█▅ ] dim 0472 μ= -0.004 σ= 0.028 zeros= 0% [ ▁▅███▆▂ ] [ █▆ ] dim 0473 μ= -0.017 σ= 0.016 zeros= 0% [ ▃██▃ ] [ ▂█▃ ] dim 0474 μ= +0.015 σ= 0.023 zeros= 0% [ ▁▃███▃ ] [ ▅██▃ ] dim 0475 μ= +0.000 σ= 0.040 zeros= 0% [ ▁▄█████▅▃▁ ] [ ▅█▁ ] dim 0476 μ= -0.011 σ= 0.021 zeros= 0% [ ▄███▂ ] [ ▂█▂ ] dim 0477 μ= -0.005 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▂█▅ ] dim 0478 μ= -0.023 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▂█▇▃ ] dim 0479 μ= +0.005 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▄ ] dim 0480 μ= -0.008 σ= 0.030 zeros= 0% [ ▁▂▇███▅▂ ] [ █▅ ] dim 0481 μ= +0.021 σ= 0.019 zeros= 0% [ ▁▇██▃ ] [ ▆█▃ ] dim 0482 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▂████▄▁ ] [ ▆█▄ ] dim 0483 μ= -0.010 σ= 0.030 zeros= 0% [ ▁▃████▅▂ ] [ ▂▇█▂ ] dim 0484 μ= +0.006 σ= 0.036 zeros= 0% [ ▂▆████▆▃▁ ] [ █ ] dim 0485 μ= +0.016 σ= 0.015 zeros= 0% [ ▁▇██▁ ] [ ▁█▇▁ ] dim 0486 μ= +0.024 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▂█▄ ] dim 0487 μ= +0.017 σ= 0.024 zeros= 0% [ ▁▃███▄▁ ] [ ▄██▅ ] dim 0488 μ= +0.026 σ= 0.044 zeros= 0% [ ▁▂▄▇████▇▄▂▁ ] [ ▃█▄ ] dim 0489 μ= -0.025 σ= 0.024 zeros= 0% [ ▄███▅▁ ] [ ▁▆█▂ ] dim 0490 μ= -0.012 σ= 0.032 zeros= 0% [ ▁▃████▅▂ ] [ █▂ ] dim 0491 μ= +0.019 σ= 0.016 zeros= 0% [ ▆██▁ ] [ ▆█▃ ] dim 0492 μ= -0.010 σ= 0.029 zeros= 0% [ ▂████▅▁ ] [ ▂█▁ ] dim 0493 μ= +0.014 σ= 0.019 zeros= 0% [ ▂███▂ ] [ █▅ ] dim 0494 μ= +0.022 σ= 0.019 zeros= 0% [ ▁▆██▄ ] [ ▁▇█▁ ] dim 0495 μ= -0.015 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ ██ ] dim 0496 μ= +0.026 σ= 0.014 zeros= 0% [ ▃██▃ ] [ ▇█ ] dim 0497 μ= -0.015 σ= 0.019 zeros= 0% [ ▁▄██▅▁ ] [ ▄█▇▁ ] dim 0498 μ= +0.017 σ= 0.038 zeros= 0% [ ▁▄█████▅▁ ] [ ▆█▄ ] dim 0499 μ= -0.011 σ= 0.028 zeros= 0% [ ▁▂████▄▁ ] [ ▄██▄ ] dim 0500 μ= +0.023 σ= 0.039 zeros= 0% [ ▁▁▃▇████▇▃▁ ] [ █ ] dim 0501 μ= -0.006 σ= 0.013 zeros= 0% [ ▆█▅ ] [ ▁█▅ ] dim 0502 μ= +0.021 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▃█▇▁ ] dim 0503 μ= +0.002 σ= 0.030 zeros= 0% [ ▁▄████▃▁ ] [ █ ] dim 0504 μ= -0.004 σ= 0.012 zeros= 0% [ ▄█▆ ] [ ▂█▅ ] dim 0505 μ= -0.003 σ= 0.024 zeros= 0% [ ▁▃███▄▁ ] [ ▆█▂ ] dim 0506 μ= +0.009 σ= 0.026 zeros= 0% [ ▂▇███▃▁ ] [ ▆█▁ ] dim 0507 μ= -0.011 σ= 0.023 zeros= 0% [ ▁▅███▂ ] [ ▆█▇ ] dim 0508 μ= -0.003 σ= 0.034 zeros= 0% [ ▁▃▇████▄▁ ] [ ▂█▅ ] dim 0509 μ= -0.001 σ= 0.025 zeros= 0% [ ▁▃███▆▁ ] [ ▅█▄ ] dim 0510 μ= -0.007 σ= 0.028 zeros= 0% [ ▂▅███▆▁ ] [ ▄██▅ ] dim 0511 μ= +0.008 σ= 0.036 zeros= 0% [ ▂▆█████▃▁ ] [ █▆▁ ] dim 0512 μ= -0.015 σ= 0.026 zeros= 0% [ ▂▇███▃ ] [ █▆ ] dim 0513 μ= +0.023 σ= 0.013 zeros= 0% [ ▃██▁ ] [ ▆█▄ ] dim 0514 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▃████▆▃ ] [ ▅█▂ ] dim 0515 μ= -0.029 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ █▇ ] dim 0516 μ= +0.024 σ= 0.020 zeros= 0% [ ▁▆██▅▁ ] [ ▂▆█▆▂ ] dim 0517 μ= -0.006 σ= 0.039 zeros= 0% [ ▂▄█████▅▂ ] [ ▇█ ] dim 0518 μ= +0.025 σ= 0.023 zeros= 0% [ ▂████▁ ] [ ▂█▇ ] dim 0519 μ= -0.039 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ █▇▅ ] dim 0520 μ= +0.010 σ= 0.031 zeros= 0% [ ▁▄████▅▂ ] [ ▄█▆▃ ] dim 0521 μ= +0.022 σ= 0.033 zeros= 0% [ ▂▆████▄▁ ] [ ▄█▃ ] dim 0522 μ= +0.012 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ █▂ ] dim 0523 μ= +0.018 σ= 0.016 zeros= 0% [ ▇██▁ ] [ ▄█▃ ] dim 0524 μ= +0.013 σ= 0.028 zeros= 0% [ ▂▆███▅▁ ] [ █ ] dim 0525 μ= -0.006 σ= 0.012 zeros= 0% [ ▅█▄ ] [ ▁██▁ ] dim 0526 μ= -0.017 σ= 0.026 zeros= 0% [ ▃████▂ ] [ ▄█▃ ] dim 0527 μ= +0.012 σ= 0.026 zeros= 0% [ ▁▇███▄▁ ] [ ▂█▇ ] dim 0528 μ= -0.038 σ= 0.027 zeros= 0% [ ▁▃████▃ ] [ ▄█▄ ] dim 0529 μ= +0.013 σ= 0.029 zeros= 0% [ ▂▆███▅▂ ] [ ▇█ ] dim 0530 μ= -0.015 σ= 0.025 zeros= 0% [ ▂████▃ ] [ ██ ] dim 0531 μ= -0.015 σ= 0.023 zeros= 0% [ ▁▇███▂ ] [ ▅█▆ ] dim 0532 μ= -0.004 σ= 0.033 zeros= 0% [ ▁▂▆███▇▃▁ ] [ ▁█▅ ] dim 0533 μ= -0.002 σ= 0.020 zeros= 0% [ ▂███▄ ] [ ▅█▇▁ ] dim 0534 μ= -0.000 σ= 0.032 zeros= 0% [ ▂▆████▄▁ ] [ ▂▆█▂ ] dim 0535 μ= -0.015 σ= 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.038 zeros= 0% [ ▁▃▇████▆▃▁ ] [ ▁█▇▆▁ ] dim 0540 μ= -0.006 σ= 0.035 zeros= 0% [ ▁▄█████▃▁ ] [ ▃██ ] dim 0541 μ= -0.001 σ= 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.022 zeros= 0% [ ▁▆██▇▂ ] [ █▄ ] dim 0545 μ= -0.019 σ= 0.017 zeros= 0% [ ▅██▃ ] [ ▄█▇▄ ] dim 0546 μ= -0.017 σ= 0.033 zeros= 0% [ ▂▆████▅▂ ] [ ▆█▁ ] dim 0547 μ= -0.012 σ= 0.025 zeros= 0% [ ▂▆███▃ ] [ ██▁ ] dim 0548 μ= -0.034 σ= 0.024 zeros= 0% [ ▁▆███▂ ] [ ▄█▂ ] dim 0549 μ= +0.014 σ= 0.029 zeros= 0% [ ▂▆███▆▂ ] [ ▂▇█▅ ] dim 0550 μ= -0.009 σ= 0.039 zeros= 0% [ ▁▂▆█████▄▂ ] [ ▇█ ] dim 0551 μ= +0.008 σ= 0.017 zeros= 0% [ ▂██▆ ] [ ▄█▆ ] dim 0552 μ= -0.006 σ= 0.028 zeros= 0% [ ▁▆███▆▁ ] [ ▄█▅ ] dim 0553 μ= -0.005 σ= 0.027 zeros= 0% [ ▁▅███▆▁ ] [ █▃ ] dim 0554 μ= +0.018 σ= 0.019 zeros= 0% [ ▁███▃ ] [ ▇█▇ ] dim 0555 μ= +0.015 σ= 0.032 zeros= 0% [ ▁▃████▇▃▁ ] [ ▄██▄ ] dim 0556 μ= -0.015 σ= 0.033 zeros= 0% [ ▁▅████▅▂ ] [ ▁█▂ ] dim 0557 μ= -0.003 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ▆█▃ ] dim 0558 μ= +0.009 σ= 0.026 zeros= 0% [ ▂▇███▃ ] [ ▄▆█▅▁ ] dim 0559 μ= -0.011 σ= 0.043 zeros= 0% [ ▁▃▇█████▅▂▁ ] [ ▅██▃ ] dim 0560 μ= -0.001 σ= 0.038 zeros= 0% [ ▁▃█████▅▂▁ ] [ ▅█▆▁ ] dim 0561 μ= -0.023 σ= 0.036 zeros= 0% [ ▁▃▆████▄▂ ] [ █▄ ] dim 0562 μ= -0.000 σ= 0.020 zeros= 0% [ ▁███▄ ] [ ▄█▁ ] dim 0563 μ= +0.031 σ= 0.026 zeros= 0% [ ▂▆███▃▁ ] [ ██ ] dim 0564 μ= +0.006 σ= 0.021 zeros= 0% [ ▁▆██▇▁ ] [ █▄ ] dim 0565 μ= -0.021 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▆█▂ ] dim 0566 μ= +0.007 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ █▇ ] dim 0567 μ= +0.003 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▄█▃ ] dim 0568 μ= +0.015 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ ▁▇█▂ ] dim 0569 μ= -0.016 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▄█▄ ] dim 0570 μ= +0.015 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▃██▂ ] dim 0571 μ= +0.002 σ= 0.032 zeros= 0% [ ▂▅████▄▁ ] [ ▆█ ] dim 0572 μ= +0.007 σ= 0.015 zeros= 0% [ ▂██▄ ] [ ▁█▃ ] dim 0573 μ= -0.003 σ= 0.022 zeros= 0% [ ▃███▃▁ ] [ ▃█ ] dim 0574 μ= -0.011 σ= 0.016 zeros= 0% [ ▁██▅ ] [ ▅█▆▂ ] dim 0575 μ= +0.004 σ= 0.043 zeros= 0% [ ▁▂▄▇████▇▄▂▁ ] [ ▃█▄ ] dim 0576 μ= +0.017 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▂█▆ ] dim 0577 μ= -0.002 σ= 0.026 zeros= 0% [ ▁▃███▇▁ ] [ █▇▃ ] dim 0578 μ= -0.012 σ= 0.034 zeros= 0% [ ▁▄████▅▂▁ ] [ ▅█▂ ] dim 0579 μ= -0.009 σ= 0.026 zeros= 0% [ ▁▆███▄▁ ] [ ▃█▅ ] dim 0580 μ= -0.003 σ= 0.031 zeros= 0% [ ▂▆███▇▂▁ ] [ █▅ ] dim 0581 μ= +0.002 σ= 0.025 zeros= 0% [ ▂███▇▂ ] [ █▇ ] dim 0582 μ= +0.025 σ= 0.020 zeros= 0% [ ▁▅██▅▁ ] [ █ ] dim 0583 μ= -0.006 σ= 0.014 zeros= 0% [ ▆█▆ ] [ ▃█▇▂ ] dim 0584 μ= +0.004 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▄▇█▆▃ ] dim 0585 μ= -0.032 σ= 0.050 zeros= 0% [ ▁▂▅██████▇▃▂ ] -> OUTLIER_SPREAD: this_std=0.0498, mean_std=0.0265, +3.3sigma vs threshold=3.0sigma [ ▁█▆ ] dim 0586 μ= +0.001 σ= 0.021 zeros= 0% [ ▁███▅▁ ] [ ▁█ ] dim 0587 μ= -0.008 σ= 0.016 zeros= 0% [ ▁██▆▁ ] [ ▂▇█▅ ] dim 0588 μ= -0.011 σ= 0.034 zeros= 0% [ ▁▄████▆▃▁ ] [ █▂ ] dim 0589 μ= -0.001 σ= 0.015 zeros= 0% [ ▅██▁ ] [ ▂▆█▂ ] dim 0590 μ= +0.008 σ= 0.035 zeros= 0% [ ▂▄████▆▂▁ ] [ █▄ ] dim 0591 μ= -0.020 σ= 0.018 zeros= 0% [ ▁▆██▃ ] [ █▃ ] dim 0592 μ= -0.004 σ= 0.022 zeros= 0% [ ▃███▃ ] [ ▆█▆ ] dim 0593 μ= +0.017 σ= 0.034 zeros= 0% [ ▁▃▇████▃▁ ] [ ▃█▆▁ ] dim 0594 μ= +0.001 σ= 0.035 zeros= 0% [ ▁▂▆████▅▂ ] [ ▇█▁ ] dim 0595 μ= +0.008 σ= 0.026 zeros= 0% [ ▂▇███▃ ] [ █▇ ] dim 0596 μ= +0.003 σ= 0.022 zeros= 0% [ ▁███▇▁ ] [ ▄█▅ ] dim 0597 μ= +0.015 σ= 0.028 zeros= 0% [ ▁▆███▅▂ ] [ ▁██▁ ] dim 0598 μ= +0.005 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ █▄ ] dim 0599 μ= +0.023 σ= 0.013 zeros= 0% [ ▃██▁ ] [ ▄██▄ ] dim 0600 μ= -0.016 σ= 0.036 zeros= 0% [ ▁▂▇████▆▃▁ ] [ ▂█▂ ] dim 0601 μ= +0.014 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▆█ ] dim 0602 μ= -0.014 σ= 0.019 zeros= 0% [ ▁▄██▆▁ ] [ ▃█▅ ] dim 0603 μ= -0.023 σ= 0.027 zeros= 0% [ ▁▄███▇▂ ] [ ▂█▇ ] dim 0604 μ= +0.001 σ= 0.029 zeros= 0% [ ▁▅████▃ ] [ ▅█▅ ] dim 0605 μ= +0.014 σ= 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.007 σ= 0.031 zeros= 0% [ ▁▄████▅▁ ] [ ▁█▃ ] dim 0610 μ= +0.018 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ▁█▆ ] dim 0611 μ= -0.001 σ= 0.024 zeros= 0% [ ▁▃███▆▁ ] [ ▂██▅ ] dim 0612 μ= +0.010 σ= 0.040 zeros= 0% [ ▁▂▆█████▄▁ ] [ █ ] dim 0613 μ= +0.020 σ= 0.012 zeros= 0% [ ▃██▁ ] [ ▅█▁ ] dim 0614 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▅███▃ ] [ ▂█ ] dim 0615 μ= -0.009 σ= 0.018 zeros= 0% [ ▂██▇▁ ] [ ▂█▄ ] dim 0616 μ= -0.003 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ ▁▇█▃ ] dim 0617 μ= +0.007 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ ▁██ ] dim 0618 μ= +0.003 σ= 0.026 zeros= 0% [ ▁▃███▇▂ ] [ ▂█ ] dim 0619 μ= -0.010 σ= 0.017 zeros= 0% [ ▂██▆▁ ] [ ▃█▄ ] dim 0620 μ= -0.002 σ= 0.026 zeros= 0% [ ▁▄███▆▁ ] [ █▇ ] dim 0621 μ= -0.039 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▆█▄ ] dim 0622 μ= -0.009 σ= 0.034 zeros= 0% [ ▁▄████▇▂▁ ] [ ▅█ ] dim 0623 μ= +0.007 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▁█▁ ] dim 0624 μ= -0.005 σ= 0.021 zeros= 0% [ ▂███▃ ] [ █▇ ] dim 0625 μ= -0.019 σ= 0.024 zeros= 0% [ ▂███▆▁ ] [ ▄▇█▄ ] dim 0626 μ= -0.013 σ= 0.040 zeros= 0% [ ▁▃▇████▇▄▁ ] [ ▃█▄ ] dim 0627 μ= +0.016 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ ▄█▆▂ ] dim 0628 μ= -0.021 σ= 0.036 zeros= 0% [ ▁▃▆████▅▁ ] [ ▁██▄ ] dim 0629 μ= -0.013 σ= 0.031 zeros= 0% [ ▁▄████▅▁ ] [ ▁█▇ ] dim 0630 μ= -0.020 σ= 0.027 zeros= 0% [ ▁▄███▇▂ ] [ ▂█▇ ] dim 0631 μ= -0.001 σ= 0.028 zeros= 0% [ ▁▅███▇▂ ] [ ▇█ ] dim 0632 μ= -0.014 σ= 0.022 zeros= 0% [ ▁▅██▇▂ ] [ █▇ ] dim 0633 μ= -0.016 σ= 0.022 zeros= 0% [ ▁▇██▇▁ ] [ ▃█ ] dim 0634 μ= -0.008 σ= 0.019 zeros= 0% [ ▂███▁ ] [ ▅█▇▃ ] dim 0635 μ= -0.019 σ= 0.038 zeros= 0% [ ▁▄█████▆▂▁ ] [ ▁█▃ ] dim 0636 μ= -0.004 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▄█▅ ] dim 0637 μ= -0.025 σ= 0.030 zeros= 0% [ ▂▆███▇▂ ] [ ▁█▅ ] dim 0638 μ= -0.022 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▅█▅ ] dim 0639 μ= +0.015 σ= 0.033 zeros= 0% [ ▁▃▇████▃▁ ] [ █▆ ] dim 0640 μ= +0.003 σ= 0.020 zeros= 0% [ ▁▇██▅▁ ] [ ▂▅█▅▂ ] dim 0641 μ= -0.010 σ= 0.040 zeros= 0% [ ▁▂▆█████▄▁ ] [ ▁█▅ ] dim 0642 μ= +0.020 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▃█▂ ] dim 0643 μ= -0.008 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▁█▇▁ ] dim 0644 μ= -0.017 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▄█▅ ] dim 0645 μ= -0.005 σ= 0.031 zeros= 0% [ ▂▆███▇▂▁ ] [ ▇█▅ ] dim 0646 μ= +0.009 σ= 0.031 zeros= 0% [ ▁▃████▅▁ ] [ ▃█▅ ] dim 0647 μ= -0.005 σ= 0.023 zeros= 0% [ ▁▄███▃▁ ] [ ▁██▃ ] dim 0648 μ= +0.006 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▂▇█▅ ] dim 0649 μ= -0.012 σ= 0.036 zeros= 0% [ ▁▂▅█████▃▁ ] [ ▆█▆ ] dim 0650 μ= -0.008 σ= 0.030 zeros= 0% [ ▁▃████▆▂ ] [ ▁▆█▂ ] dim 0651 μ= +0.008 σ= 0.031 zeros= 0% [ ▁▄████▄▂ ] [ ▅█▃ ] dim 0652 μ= +0.030 σ= 0.031 zeros= 0% [ ▁▃████▅▂ ] [ ▁██▂ ] dim 0653 μ= -0.013 σ= 0.031 zeros= 0% [ ▁▄████▅▂ ] [ ▁█▂ ] dim 0654 μ= -0.005 σ= 0.021 zeros= 0% [ ▂███▃ ] [ █▅ ] dim 0655 μ= +0.001 σ= 0.024 zeros= 0% [ ▂███▆▁ ] [ █▇ ] dim 0656 μ= +0.003 σ= 0.022 zeros= 0% [ ▂▇██▆▁ ] [ ▆█▄ ] dim 0657 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▃████▇▃ ] [ █▄ ] dim 0658 μ= +0.000 σ= 0.018 zeros= 0% [ ▁▆██▃ ] [ ▅█▇ ] dim 0659 μ= +0.019 σ= 0.029 zeros= 0% [ ▁▆███▇▂▁ ] [ ▄█▇▃ ] dim 0660 μ= +0.005 σ= 0.038 zeros= 0% [ ▁▂▆████▇▃▁ ] [ ▂█▄ ] dim 0661 μ= -0.002 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ █▂ ] dim 0662 μ= +0.001 σ= 0.013 zeros= 0% [ ▃██▁ ] [ ▃▆█▅ ] dim 0663 μ= -0.009 σ= 0.039 zeros= 0% [ ▁▂▅████▇▄▂▁ ] [ ▃█▇ ] dim 0664 μ= +0.001 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▂▇█▅ ] dim 0665 μ= -0.009 σ= 0.035 zeros= 0% [ ▁▄████▇▃▁ ] [ ▇█ ] dim 0666 μ= +0.004 σ= 0.023 zeros= 0% [ ▁███▇▁ ] [ ▃▇█▅ ] dim 0667 μ= +0.008 σ= 0.039 zeros= 0% [ ▁▂▅█████▃▁ ] [ ▆█ ] dim 0668 μ= +0.006 σ= 0.019 zeros= 0% [ ▄██▆▁ ] [ ▃██ ] dim 0669 μ= -0.019 σ= 0.028 zeros= 0% [ ▁▄████▂ ] [ ▆█▁ ] dim 0670 μ= +0.009 σ= 0.024 zeros= 0% [ ▁▆███▂ ] [ ▅█▁ ] dim 0671 μ= +0.031 σ= 0.024 zeros= 0% [ ▁▅███▂ ] [ ▇█▂ ] dim 0672 μ= +0.009 σ= 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.018 σ= 0.026 zeros= 0% [ ▃████▃ ] [ ▄█▅▁ ] dim 0677 μ= +0.017 σ= 0.034 zeros= 0% [ ▁▃▇████▄▁ ] [ ▃█▃ ] dim 0678 μ= -0.027 σ= 0.023 zeros= 0% [ ▄███▃ ] [ ▃█▆ ] dim 0679 μ= -0.002 σ= 0.028 zeros= 0% [ ▁▅███▆▂ ] [ ▆█ ] dim 0680 μ= +0.006 σ= 0.020 zeros= 0% [ ▁▅██▆▁ ] [ ▂█▄ ] dim 0681 μ= +0.038 σ= 0.024 zeros= 0% [ ▃███▄▁ ] [ ▅█ ] dim 0682 μ= -0.014 σ= 0.021 zeros= 0% [ ▁▆██▇▁ ] [ ▃█▇▂ ] dim 0683 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▅████▃▁ ] [ █▃ ] dim 0684 μ= +0.019 σ= 0.016 zeros= 0% [ ▁▆██▂ ] [ ▆█▃ ] dim 0685 μ= +0.011 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ ▁▇██▃ ] dim 0686 μ= -0.024 σ= 0.041 zeros= 0% [ ▁▂▅█████▅▃▁ ] [ ▃█▄ ] dim 0687 μ= -0.003 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ ▃▇█▃ ] dim 0688 μ= -0.014 σ= 0.036 zeros= 0% [ ▁▂▆████▇▃▁ ] [ ▇█ ] dim 0689 μ= -0.013 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▄█ ] dim 0690 μ= +0.010 σ= 0.018 zeros= 0% [ ▂██▆▁ ] [ ▃█▇ ] dim 0691 μ= +0.019 σ= 0.032 zeros= 0% [ ▂▆████▃▁ ] [ ▃█▅ ] dim 0692 μ= -0.002 σ= 0.031 zeros= 0% [ ▂▆███▇▃▁ ] [ ▃██▄ ] dim 0693 μ= -0.013 σ= 0.034 zeros= 0% [ ▁▅████▅▂▁ ] [ ▅█ ] dim 0694 μ= +0.010 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▂██▂ ] dim 0695 μ= -0.015 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▆█▁ ] dim 0696 μ= +0.010 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ ▅█▇▂ ] dim 0697 μ= -0.021 σ= 0.033 zeros= 0% [ ▁▂▆████▄▁ ] [ █▃ ] dim 0698 μ= -0.021 σ= 0.017 zeros= 0% [ ▅██▂ ] [ ▃█▅ ] dim 0699 μ= -0.004 σ= 0.026 zeros= 0% [ ▁▄███▅▁ ] [ ▄█▃ ] dim 0700 μ= -0.005 σ= 0.027 zeros= 0% [ ▁▅███▅▂ ] [ ▇█▄ ] dim 0701 μ= +0.011 σ= 0.032 zeros= 0% [ ▁▃████▇▂ ] [ ▃█▅ ] dim 0702 μ= -0.004 σ= 0.027 zeros= 0% [ ▁▅███▆▁ ] [ █▅ ] dim 0703 μ= +0.001 σ= 0.024 zeros= 0% [ ▂███▇▁ ] [ █ ] dim 0704 μ= -0.004 σ= 0.014 zeros= 0% [ ▆██▁ ] [ ▅█▄ ] dim 0705 μ= -0.010 σ= 0.030 zeros= 0% [ ▁▃▇███▆▁ ] [ █▆ ] dim 0706 μ= +0.025 σ= 0.014 zeros= 0% [ ▂██▂ ] [ █▅ ] dim 0707 μ= -0.018 σ= 0.018 zeros= 0% [ ▅██▃ ] [ ▁▇█▄ ] dim 0708 μ= +0.009 σ= 0.030 zeros= 0% [ ▁▃████▅▁ ] [ ▂█▄ ] dim 0709 μ= +0.019 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ▆█▇▃ ] dim 0710 μ= -0.001 σ= 0.038 zeros= 0% [ ▁▄█████▆▂ ] [ ▇█▅ ] dim 0711 μ= -0.009 σ= 0.037 zeros= 0% [ ▁▁▄████▇▃▁ ] [ ▆█ ] dim 0712 μ= -0.013 σ= 0.025 zeros= 0% [ ▁▇███▃ ] [ ▄█▃ ] dim 0713 μ= -0.006 σ= 0.027 zeros= 0% [ ▁▅███▅▁ ] [ ▇█▆ ] dim 0714 μ= -0.007 σ= 0.035 zeros= 0% [ ▁▄█████▃▁ ] [ █▄ ] dim 0715 μ= +0.020 σ= 0.020 zeros= 0% [ ▁███▃ ] [ ▂█▁ ] dim 0716 μ= +0.014 σ= 0.019 zeros= 0% [ ▂███▁ ] [ ▆█▃ ] dim 0717 μ= +0.009 σ= 0.028 zeros= 0% [ ▁▂████▄▁ ] [ █▁ ] dim 0718 μ= -0.025 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▃█▇▁ ] dim 0719 μ= +0.042 σ= 0.036 zeros= 0% [ ▁▃▇████▅▂ ] [ ▃█▆ ] dim 0720 μ= -0.002 σ= 0.032 zeros= 0% [ ▂▆████▄▁ ] [ ▁█▇ ] dim 0721 μ= -0.016 σ= 0.025 zeros= 0% [ ▃████▂ ] [ █▁ ] dim 0722 μ= -0.004 σ= 0.018 zeros= 0% [ ▁▇██▂ ] [ ▄█▇▁ ] dim 0723 μ= -0.018 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ ▆█▆ ] dim 0724 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▃████▇▃ ] [ ██ ] dim 0725 μ= +0.004 σ= 0.021 zeros= 0% [ ▁▆██▆▁ ] [ ▂▅█▆▁ ] dim 0726 μ= -0.008 σ= 0.040 zeros= 0% [ ▁▃▅█████▄▂ ] [ ▆█▂ ] dim 0727 μ= -0.010 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ █▆ ] dim 0728 μ= -0.020 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▅█▁ ] dim 0729 μ= +0.009 σ= 0.025 zeros= 0% [ ▂▆███▃▁ ] [ ▇█▁ ] dim 0730 μ= -0.016 σ= 0.026 zeros= 0% [ ▂████▃ ] [ ▁█▆▁ ] dim 0731 μ= +0.004 σ= 0.030 zeros= 0% [ ▁▅████▄▁ ] [ ▆█▂ ] dim 0732 μ= +0.007 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▇█▁ ] dim 0733 μ= +0.007 σ= 0.024 zeros= 0% [ ▁▇███▂ ] [ ▅█ ] dim 0734 μ= -0.011 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▆█ ] dim 0735 μ= -0.015 σ= 0.021 zeros= 0% [ ▁▆██▇▁ ] [ ▂█▃ ] dim 0736 μ= -0.026 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▃█▇ ] dim 0737 μ= -0.022 σ= 0.030 zeros= 0% [ ▂▅████▂▁ ] [ ▂▇██▃ ] dim 0738 μ= +0.022 σ= 0.043 zeros= 0% [ ▂▅██████▅▁ ] [ █▇ ] dim 0739 μ= -0.017 σ= 0.021 zeros= 0% [ ▁▆██▅▁ ] [ ▁▅█▆▁ ] dim 0740 μ= +0.014 σ= 0.037 zeros= 0% [ ▂▅█████▄▁ ] [ ▆█▂ ] dim 0741 μ= +0.029 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ▁▆█▂ ] dim 0742 μ= -0.014 σ= 0.031 zeros= 0% [ ▁▄████▅▁ ] [ █▇ ] dim 0743 μ= -0.038 σ= 0.018 zeros= 0% [ ▁▅██▄ ] [ ▃█▇▁ ] dim 0744 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ ▃█▄ ] dim 0745 μ= +0.017 σ= 0.024 zeros= 0% [ ▄███▅▁ ] [ ▁█ ] dim 0746 μ= -0.007 σ= 0.017 zeros= 0% [ ▁██▇▁ ] [ ▄█▅ ] dim 0747 μ= -0.006 σ= 0.030 zeros= 0% [ ▂▇███▆▂ ] [ ▃█▄ ] dim 0748 μ= -0.023 σ= 0.030 zeros= 0% [ ▁▆███▇▃▁ ] [ ▅█▁ ] dim 0749 μ= -0.011 σ= 0.023 zeros= 0% [ ▁▅███▂ ] [ ▂▆██▂ ] dim 0750 μ= -0.003 σ= 0.038 zeros= 0% [ ▂▄█████▆▂▁ ] [ ▃▇█▁ ] dim 0751 μ= +0.002 σ= 0.032 zeros= 0% [ ▂▅████▄▁ ] [ █▇ ] dim 0752 μ= +0.003 σ= 0.027 zeros= 0% [ ▁▃████▂ ] [ ▃█▃ ] dim 0753 μ= -0.007 σ= 0.024 zeros= 0% [ ▁▄███▃ ] [ ▃█ ] dim 0754 μ= -0.013 σ= 0.011 zeros= 0% [ ██▁ ] [ ▁█ ] dim 0755 μ= -0.007 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▄█▃ ] dim 0756 μ= +0.014 σ= 0.027 zeros= 0% [ ▂▅███▄▁ ] [ ▂█▇ ] dim 0757 μ= +0.002 σ= 0.026 zeros= 0% [ ▃████▂ ] [ ▆█▅ ] dim 0758 μ= -0.010 σ= 0.034 zeros= 0% [ ▁▄████▇▂▁ ] [ ▆██▃ ] dim 0759 μ= +0.022 σ= 0.037 zeros= 0% [ ▁▃█████▆▂▁ ] [ █ ] dim 0760 μ= -0.009 σ= 0.010 zeros= 0% [ ▆█▂ ] [ ▇█▆▁ ] dim 0761 μ= +0.015 σ= 0.037 zeros= 0% [ ▂▄█████▄▁ ] [ ██▃ ] dim 0762 μ= -0.008 σ= 0.030 zeros= 0% [ ▂▇███▇▂ ] [ ▆█▅ ] dim 0763 μ= -0.007 σ= 0.029 zeros= 0% [ ▂▆███▆▁ ] [ ▆█▁ ] dim 0764 μ= +0.008 σ= 0.024 zeros= 0% [ ▂▆███▃ ] [ ▂█ ] dim 0765 μ= +0.012 σ= 0.016 zeros= 0% [ ▁██▆▁ ] [ ▆█▅ ] dim 0766 μ= -0.009 σ= 0.032 zeros= 0% [ ▁▃████▆▂▁ ] [ ▃█▅ ] dim 0767 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▂▆███▇▂ ] [ ▄█ ] dim 0768 μ= -0.010 σ= 0.020 zeros= 0% [ ▃███▁ ] [ ▄█▄ ] dim 0769 μ= -0.005 σ= 0.028 zeros= 0% [ ▂▅███▆▁ ] [ ▄█▅ ] dim 0770 μ= -0.003 σ= 0.029 zeros= 0% [ ▁▅███▇▂ ] [ ▇█ ] dim 0771 μ= -0.013 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ █ ] dim 0772 μ= +0.014 σ= 0.016 zeros= 0% [ ▁██▇▁ ] [ ▅█▃ ] dim 0773 μ= -0.011 σ= 0.029 zeros= 0% [ ▁▂▇███▄▁ ] [ ▂▅█▅ ] dim 0774 μ= -0.009 σ= 0.036 zeros= 0% [ ▂▅█████▃▁ ] [ ▂█▂ ] dim 0775 μ= -0.005 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▂▇█▄ ] dim 0776 μ= +0.007 σ= 0.035 zeros= 0% [ ▁▆████▆▂▁ ] [ ▂▆█▁ ] dim 0777 μ= -0.015 σ= 0.032 zeros= 0% [ ▁▄████▅▁ ] [ ▂█▂ ] dim 0778 μ= +0.014 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▃█▃ ] dim 0779 μ= -0.005 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ ▁█▄ ] dim 0780 μ= -0.023 σ= 0.025 zeros= 0% [ ▁▃███▅▁ ] [ ▆█ ] dim 0781 μ= -0.011 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▇█ ] dim 0782 μ= +0.028 σ= 0.016 zeros= 0% [ ▃██▅ ] [ ▁█▅ ] dim 0783 μ= +0.000 σ= 0.024 zeros= 0% [ ▂███▆▁ ] [ ▄█▅ ] dim 0784 μ= -0.005 σ= 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.020 zeros= 0% [ ▁▇██▅▁ ] [ ▆█ ] dim 0788 μ= +0.027 σ= 0.025 zeros= 0% [ ▂▇███▂ ] [ ▃█▄ ] dim 0789 μ= +0.018 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ ▆█▇▁ ] dim 0790 μ= -0.025 σ= 0.035 zeros= 0% [ ▁▃█████▄▁ ] [ ▂█ ] dim 0791 μ= -0.009 σ= 0.016 zeros= 0% [ ▁██▆ ] [ ▅█▅ ] dim 0792 μ= +0.017 σ= 0.033 zeros= 0% [ ▃▆████▃▁ ] [ ▄█▅ ] dim 0793 μ= -0.006 σ= 0.024 zeros= 0% [ ▁▄███▃▁ ] [ ▂█▅ ] dim 0794 μ= -0.001 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▅█▄ ] dim 0795 μ= -0.005 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▅█▃ ] dim 0796 μ= +0.013 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ ▅█▃ ] dim 0797 μ= -0.030 σ= 0.026 zeros= 0% [ ▁▆███▄▁ ] [ ▃█▇▁ ] dim 0798 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▄████▂ ] [ ▁█▅ ] dim 0799 μ= -0.043 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▃▆█▆ ] dim 0800 μ= +0.030 σ= 0.038 zeros= 0% [ ▁▂▆█████▃▁ ] [ █ ] dim 0801 μ= -0.028 σ= 0.013 zeros= 0% [ ▇█▅ ] [ ▂█▃ ] dim 0802 μ= -0.025 σ= 0.023 zeros= 0% [ ▃███▄▁ ] [ ▄█ ] dim 0803 μ= +0.008 σ= 0.015 zeros= 0% [ ▂██▄ ] [ ▅█▆▁ ] dim 0804 μ= +0.017 σ= 0.034 zeros= 0% [ ▁▃█████▃▁ ] [ █ ] dim 0805 μ= -0.022 σ= 0.008 zeros= 0% [ ▁█▅ ] [ ▂█▅ ] dim 0806 μ= -0.024 σ= 0.024 zeros= 0% [ ▄███▅▁ ] [ ▂██▇▂ ] dim 0807 μ= +0.015 σ= 0.040 zeros= 0% [ ▁▂▅█████▅▂▁ ] [ ▁██▁ ] dim 0808 μ= +0.005 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▃█ ] dim 0809 μ= +0.012 σ= 0.018 zeros= 0% [ ▂██▇▁ ] [ ▁▆█▂ ] dim 0810 μ= +0.007 σ= 0.030 zeros= 0% [ ▁▄████▅▁ ] [ ▁▇█▅ ] dim 0811 μ= +0.012 σ= 0.034 zeros= 0% [ ▁▃████▇▃▁ ] [ ▃█▇▂ ] dim 0812 μ= +0.004 σ= 0.032 zeros= 0% [ ▁▅████▅▁ ] [ ▆█ ] dim 0813 μ= +0.027 σ= 0.024 zeros= 0% [ ▁▇███▂ ] [ ▃█ ] dim 0814 μ= +0.012 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▄█▆ ] dim 0815 μ= -0.003 σ= 0.025 zeros= 0% [ ▄███▆▁ ] [ ▁█▅ ] dim 0816 μ= +0.040 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▁█ ] dim 0817 μ= +0.034 σ= 0.016 zeros= 0% [ ▁██▇▁ ] [ ▂██▂ ] dim 0818 μ= -0.015 σ= 0.031 zeros= 0% [ ▁▄████▅▂ ] [ ▆█▄ ] dim 0819 μ= +0.034 σ= 0.034 zeros= 0% [ ▁▃████▇▃▁ ] [ ▃█▇▃ ] dim 0820 μ= +0.003 σ= 0.034 zeros= 0% [ ▂▆████▄▁ ] [ ▆█ ] dim 0821 μ= +0.004 σ= 0.021 zeros= 0% [ ▁▇██▆▁ ] [ ▂█▂ ] dim 0822 μ= -0.007 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▂▇█▅ ] dim 0823 μ= -0.011 σ= 0.033 zeros= 0% [ ▁▄████▇▂▁ ] [ ▄█▂ ] dim 0824 μ= -0.007 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▁█▆ ] dim 0825 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▂███▇▁ ] [ ▅█▅ ] dim 0826 μ= +0.016 σ= 0.030 zeros= 0% [ ▂▆███▇▂ ] [ ▆█ ] dim 0827 μ= -0.013 σ= 0.018 zeros= 0% [ ▃██▆▁ ] [ ▄█▆ ] dim 0828 μ= -0.024 σ= 0.029 zeros= 0% [ ▁▆███▇▂ ] [ ▁▇█▇ ] dim 0829 μ= -0.007 σ= 0.036 zeros= 0% [ ▂▄█████▃▁ ] [ ▅█▇▂ ] dim 0830 μ= -0.001 σ= 0.037 zeros= 0% [ ▁▄█████▅▂▁ ] [ █▂ ] dim 0831 μ= -0.001 σ= 0.014 zeros= 0% [ ▄██▁ ] [ ▆█▁ ] dim 0832 μ= -0.012 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ ▃█▄ ] dim 0833 μ= -0.001 σ= 0.030 zeros= 0% [ ▁▅████▂▁ ] [ ▅█▅▂ ] dim 0834 μ= -0.000 σ= 0.034 zeros= 0% [ ▁▂▆████▄▁ ] [ ▃█▃ ] dim 0835 μ= -0.006 σ= 0.027 zeros= 0% [ ▁▅███▅▁ ] [ █▇ ] dim 0836 μ= +0.002 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▆█▂ ] dim 0837 μ= +0.029 σ= 0.028 zeros= 0% [ ▁▂████▄▁ ] [ ▃█▁ ] dim 0838 μ= +0.012 σ= 0.021 zeros= 0% [ ▃███▂ ] [ ▇█▃ ] dim 0839 μ= -0.010 σ= 0.027 zeros= 0% [ ▂▇███▅▁ ] [ ▅█▅ ] dim 0840 μ= -0.004 σ= 0.031 zeros= 0% [ ▂▆███▆▂▁ ] [ ▅█▂ ] dim 0841 μ= +0.010 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ ▅█▆ ] dim 0842 μ= -0.021 σ= 0.031 zeros= 0% [ ▁▆████▃▁ ] [ ▂█ ] dim 0843 μ= +0.010 σ= 0.013 zeros= 0% [ ▁██▄ ] [ ██ ] dim 0844 μ= +0.006 σ= 0.025 zeros= 0% [ ▂▇███▂ ] [ ▁▆█▂ ] dim 0845 μ= -0.012 σ= 0.030 zeros= 0% [ ▁▃████▅▁ ] [ ▂█▆ ] dim 0846 μ= -0.022 σ= 0.025 zeros= 0% [ ▃███▅▁ ] [ ▃█▇▂ ] dim 0847 μ= +0.023 σ= 0.032 zeros= 0% [ ▂▆████▄▁ ] [ ▃█▅▂ ] dim 0848 μ= -0.000 σ= 0.031 zeros= 0% [ ▂▆████▃▁ ] [ ▆█▅ ] dim 0849 μ= +0.036 σ= 0.031 zeros= 0% [ ▃▇████▂▁ ] [ ▂█▄ ] dim 0850 μ= +0.018 σ= 0.022 zeros= 0% [ ▂███▄ ] [ ██ ] dim 0851 μ= +0.005 σ= 0.025 zeros= 0% [ ▂████▂ ] [ ▁▅█▅ ] dim 0852 μ= +0.012 σ= 0.038 zeros= 0% [ ▂▅█████▄▁ ] [ █▄ ] dim 0853 μ= -0.001 σ= 0.020 zeros= 0% [ ▁███▃ ] [ ▄█▂ ] dim 0854 μ= +0.012 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ █▆ ] dim 0855 μ= +0.003 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▆█▂ ] dim 0856 μ= +0.010 σ= 0.026 zeros= 0% [ ▂▆███▃▁ ] [ ▁▆█▂ ] dim 0857 μ= +0.007 σ= 0.030 zeros= 0% [ ▁▃████▄▁ ] [ ▅█▄ ] dim 0858 μ= -0.004 σ= 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.026 σ= 0.036 zeros= 0% [ ▁▄█████▄▁ ] [ ▃█▁ ] dim 0863 μ= +0.014 σ= 0.023 zeros= 0% [ ▄███▃▁ ] [ ▆█ ] dim 0864 μ= +0.008 σ= 0.024 zeros= 0% [ ▁▅███▂ ] [ █▅ ] dim 0865 μ= +0.000 σ= 0.021 zeros= 0% [ ▁███▄▁ ] [ ▂█▆ ] dim 0866 μ= -0.021 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▆█ ] dim 0867 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▁██ ] dim 0868 μ= +0.004 σ= 0.025 zeros= 0% [ ▂████▂ ] [ ██ ] dim 0869 μ= -0.037 σ= 0.017 zeros= 0% [ ▄██▄ ] [ ▄█▆▁ ] dim 0870 μ= -0.002 σ= 0.031 zeros= 0% [ ▂▆████▂▁ ] [ ▄█▇▃ ] dim 0871 μ= +0.004 σ= 0.037 zeros= 0% [ ▁▂▆████▆▂▁ ] [ ▁▆█▄ ] dim 0872 μ= -0.012 σ= 0.037 zeros= 0% [ ▂▅████▇▃▁ ] [ ▅█▄ ] dim 0873 μ= -0.006 σ= 0.030 zeros= 0% [ ▂▆███▆▂ ] [ ▆█▆ ] dim 0874 μ= +0.016 σ= 0.036 zeros= 0% [ ▁▃█████▄▁ ] [ █ ] dim 0875 μ= -0.007 σ= 0.014 zeros= 0% [ ▇█▆ ] [ ▁█ ] dim 0876 μ= +0.012 σ= 0.016 zeros= 0% [ ▁██▇ ] [ █▄ ] dim 0877 μ= -0.002 σ= 0.020 zeros= 0% [ ▂███▃ ] [ █ ] dim 0878 μ= -0.008 σ= 0.015 zeros= 0% [ ▁██▆ ] [ ▂▇█▆▁ ] dim 0879 μ= -0.009 σ= 0.038 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▅█▃ ] dim 0880 μ= +0.032 σ= 0.032 zeros= 0% [ ▁▃████▆▂ ] [ █▇ ] dim 0881 μ= -0.038 σ= 0.020 zeros= 0% [ ▁▆██▅ ] [ ▄▆█▃ ] dim 0882 μ= +0.004 σ= 0.036 zeros= 0% [ ▁▂▆████▅▂▁ ] [ ▁██▂ ] dim 0883 μ= -0.015 σ= 0.028 zeros= 0% [ ▃████▃▁ ] [ ▃█▆ ] dim 0884 μ= -0.004 σ= 0.028 zeros= 0% [ ▁▅███▆▂ ] [ ▇█ ] dim 0885 μ= -0.015 σ= 0.020 zeros= 0% [ ▁▆██▇▁ ] [ ▁▇█▁ ] dim 0886 μ= -0.015 σ= 0.027 zeros= 0% [ ▃████▃▁ ] [ █▅ ] dim 0887 μ= +0.043 σ= 0.019 zeros= 0% [ ▁▆██▃ ] [ ▆█ ] dim 0888 μ= -0.013 σ= 0.020 zeros= 0% [ ▅██▇▁ ] [ ▃▇█▃ ] dim 0889 μ= -0.014 σ= 0.033 zeros= 0% [ ▁▄████▆▂ ] [ ▂█▂ ] dim 0890 μ= +0.017 σ= 0.022 zeros= 0% [ ▃███▄ ] [ ▂█▇▁ ] dim 0891 μ= +0.002 σ= 0.030 zeros= 0% [ ▁▅████▃▁ ] [ ▅█ ] dim 0892 μ= +0.010 σ= 0.021 zeros= 0% [ ▄███▂ ] [ ▇█▅ ] dim 0893 μ= -0.006 σ= 0.033 zeros= 0% [ ▁▃█████▃▁ ] [ ▆█▄ ] dim 0894 μ= -0.025 σ= 0.027 zeros= 0% [ ▁▅███▆▁ ] [ ▁▅█▆▄ ] dim 0895 μ= +0.002 σ= 0.044 zeros= 0% [ ▁▂▅█████▇▄▂ ] [ ▅█▇▁ ] dim 0896 μ= +0.038 σ= 0.032 zeros= 0% [ ▁▂▇████▃▁ ] [ ▃█▁ ] dim 0897 μ= -0.007 σ= 0.022 zeros= 0% [ ▃███▂ ] [ ██▂ ] dim 0898 μ= -0.034 σ= 0.027 zeros= 0% [ ▂████▃▁ ] [ █▅ ] dim 0899 μ= -0.020 σ= 0.017 zeros= 0% [ ▁▅██▃ ] [ ▇█▂ ] dim 0900 μ= -0.012 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ██▆ ] dim 0901 μ= +0.013 σ= 0.033 zeros= 0% [ ▁▃████▇▂▁ ] [ ▃▇█ ] dim 0902 μ= +0.021 σ= 0.030 zeros= 0% [ ▂▅████▃▁ ] [ ▄█▅ ] dim 0903 μ= -0.022 σ= 0.033 zeros= 0% [ ▁▂▆███▇▄▁ ] [ ██▁ ] dim 0904 μ= -0.014 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ ▄█▆▃ ] dim 0905 μ= +0.022 σ= 0.037 zeros= 0% [ ▁▃▆████▆▂▁ ] [ ▃█▆ ] dim 0906 μ= +0.020 σ= 0.028 zeros= 0% [ ▁▅████▂ ] [ ▅█ ] dim 0907 μ= +0.007 σ= 0.017 zeros= 0% [ ▃██▅ ] [ ▄█▃ ] dim 0908 μ= -0.006 σ= 0.023 zeros= 0% [ ▁▃███▃▁ ] [ ▂██▁ ] dim 0909 μ= +0.003 σ= 0.027 zeros= 0% [ ▁▃████▃ ] [ ▃▇██▃ ] dim 0910 μ= -0.007 σ= 0.048 zeros= 0% [ ▂▄███████▄▂ ] -> OUTLIER_SPREAD: this_std=0.0483, mean_std=0.0265, +3.1sigma vs threshold=3.0sigma [ ▂█▆ ] dim 0911 μ= +0.000 σ= 0.025 zeros= 0% [ ▃███▆▂ ] [ ▇█ ] dim 0912 μ= -0.017 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ ▃█▂ ] dim 0913 μ= +0.014 σ= 0.023 zeros= 0% [ ▁▃███▃ ] [ ▅█▃ ] dim 0914 μ= +0.012 σ= 0.025 zeros= 0% [ ▁▅███▃ ] [ ▆█▁ ] dim 0915 μ= +0.006 σ= 0.027 zeros= 0% [ ▂████▃▁ ] [ ▄█▅ ] dim 0916 μ= -0.005 σ= 0.032 zeros= 0% [ ▂▇███▇▂▁ ] [ ▄█▂ ] dim 0917 μ= -0.008 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ ▇█▇ ] dim 0918 μ= -0.004 σ= 0.034 zeros= 0% [ ▁▃█████▄▁ ] [ ▄█▇▂ ] dim 0919 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▄█ ] dim 0920 μ= -0.030 σ= 0.019 zeros= 0% [ ▃███▁ ] [ ▆█▆ ] dim 0921 μ= +0.033 σ= 0.034 zeros= 0% [ ▁▄█████▃▁ ] [ ▆█▄ ] dim 0922 μ= -0.007 σ= 0.027 zeros= 0% [ ▁▅███▅▂ ] [ ▃█▁ ] dim 0923 μ= -0.008 σ= 0.021 zeros= 0% [ ▁▃███▂ ] [ ██ ] dim 0924 μ= -0.016 σ= 0.023 zeros= 0% [ ▂▇██▇▂ ] [ ▂██▃ ] dim 0925 μ= -0.033 σ= 0.031 zeros= 0% [ ▁▄████▅▂ ] [ ▆█▄ ] dim 0926 μ= +0.033 σ= 0.027 zeros= 0% [ ▂▆███▄▁ ] [ ▅█▂ ] dim 0927 μ= +0.010 σ= 0.025 zeros= 0% [ ▁▆███▃▁ ] [ ▄█▇▃ ] dim 0928 μ= -0.018 σ= 0.037 zeros= 0% [ ▁▃█████▇▂▁ ] [ ▁█▅ ] dim 0929 μ= -0.001 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▃█ ] dim 0930 μ= -0.008 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▁▆█▄ ] dim 0931 μ= -0.009 σ= 0.036 zeros= 0% [ ▁▅████▆▃▁ ] [ ▆█ ] dim 0932 μ= +0.006 σ= 0.015 zeros= 0% [ ▃██▃ ] [ ▄█ ] dim 0933 μ= -0.013 σ= 0.012 zeros= 0% [ ▁██▂ ] [ ▃██▂ ] dim 0934 μ= -0.019 σ= 0.035 zeros= 0% [ ▁▂▆████▄▂▁ ] [ ▄█▄ ] dim 0935 μ= -0.027 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ █▆ ] dim 0936 μ= +0.004 σ= 0.017 zeros= 0% [ ▄██▄ ] [ █▄ ] dim 0937 μ= -0.002 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ▆█▂ ] dim 0938 μ= +0.011 σ= 0.031 zeros= 0% [ ▃████▆▂ ] [ ▇█▂ ] dim 0939 μ= -0.014 σ= 0.027 zeros= 0% [ ▃████▄▁ ] [ ▆█▅ ] dim 0940 μ= +0.014 σ= 0.030 zeros= 0% [ ▂▇███▇▂ ] [ ▃█▇ ] dim 0941 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▃███▇▃ ] [ ▂▅█▇▁ ] dim 0942 μ= +0.014 σ= 0.043 zeros= 0% [ ▁▂▆█████▆▂▁ ] [ ▄█ ] dim 0943 μ= -0.011 σ= 0.020 zeros= 0% [ ▄███▁ ] [ ▆█▅ ] dim 0944 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▂▇███▇▂▁ ] [ █▂ ] dim 0945 μ= +0.017 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▅█▄ ] dim 0946 μ= -0.007 σ= 0.029 zeros= 0% [ ▂▇███▅▂ ] [ ▆█▂ ] dim 0947 μ= -0.012 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ ▅█▃ ] dim 0948 μ= +0.013 σ= 0.022 zeros= 0% [ ▄███▃ ] [ ▃█▇▂ ] dim 0949 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▄████▅▁ ] [ █▇ ] dim 0950 μ= +0.023 σ= 0.022 zeros= 0% [ ▁███▆▁ ] [ ▇█ ] dim 0951 μ= +0.008 σ= 0.023 zeros= 0% [ ▁▅███▂ ] [ ▄█▅ ] dim 0952 μ= +0.018 σ= 0.031 zeros= 0% [ ▁▆████▃▁ ] [ ▅█▃ ] dim 0953 μ= -0.006 σ= 0.027 zeros= 0% [ ▁▅███▆▁ ] [ ▅█▅ ] dim 0954 μ= -0.027 σ= 0.028 zeros= 0% [ ▂▇███▆▂ ] [ ▄█▄ ] dim 0955 μ= +0.013 σ= 0.031 zeros= 0% [ ▂████▅▂▁ ] [ ▂█ ] dim 0956 μ= -0.007 σ= 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.029 zeros= 0% [ ▁▄████▃ ] [ ▂█▅ ] dim 0960 μ= -0.001 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ ▁█▃ ] dim 0961 μ= -0.005 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▂█▂ ] dim 0962 μ= -0.005 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▇█▁ ] dim 0963 μ= -0.013 σ= 0.024 zeros= 0% [ ▁▆███▂ ] [ ▁▇█▂ ] dim 0964 μ= -0.014 σ= 0.033 zeros= 0% [ ▁▅████▅▂ ] [ ▅▇█▂ ] dim 0965 μ= -0.017 σ= 0.036 zeros= 0% [ ▂▆████▆▂▁ ] [ ▄▇█▆▁ ] dim 0966 μ= +0.012 σ= 0.042 zeros= 0% [ ▁▃▇█████▅▂▁ ] [ ▄█ ] dim 0967 μ= -0.032 σ= 0.021 zeros= 0% [ ▁▄██▇▂ ] [ ▂█ ] dim 0968 μ= -0.010 σ= 0.015 zeros= 0% [ ▁██▅ ] [ ▄█▆▁ ] dim 0969 μ= +0.022 σ= 0.033 zeros= 0% [ ▂▆████▄▁ ] [ ▂▇█▅ ] dim 0970 μ= +0.010 σ= 0.038 zeros= 0% [ ▁▂▆█████▃▁ ] [ ▃▆█▆▄ ] dim 0971 μ= +0.017 σ= 0.047 zeros= 0% [ ▁▁▃▆█████▇▃▂ ] [ ▁▇█▄ ] dim 0972 μ= -0.010 σ= 0.033 zeros= 0% [ ▁▄████▇▂ ] [ █▃ ] dim 0973 μ= -0.001 σ= 0.019 zeros= 0% [ ▁▇██▃ ] [ █▂ ] dim 0974 μ= -0.022 σ= 0.014 zeros= 0% [ ▄██▁ ] [ ▁█▁ ] dim 0975 μ= -0.006 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▅█▂ ] dim 0976 μ= -0.008 σ= 0.026 zeros= 0% [ ▁▆███▄▁ ] [ ▆█▄ ] dim 0977 μ= -0.008 σ= 0.033 zeros= 0% [ ▁▃████▇▂▁ ] [ ▂█▆ ] dim 0978 μ= +0.022 σ= 0.028 zeros= 0% [ ▁▄████▂ ] [ ▁█▄ ] dim 0979 μ= -0.002 σ= 0.021 zeros= 0% [ ▂███▄ ] [ ▄█▁ ] dim 0980 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▃█▄ ] dim 0981 μ= +0.016 σ= 0.027 zeros= 0% [ ▁▅███▆▁ ] [ ▁█▆ ] dim 0982 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▃███▇▂ ] [ ▂█▃ ] dim 0983 μ= +0.016 σ= 0.021 zeros= 0% [ ▃███▃ ] [ █▁ ] dim 0984 μ= -0.003 σ= 0.016 zeros= 0% [ ▁▆██▁ ] [ ▅█▃ ] dim 0985 μ= +0.032 σ= 0.025 zeros= 0% [ ▁▆███▃▁ ] [ ▃█▆▂ ] dim 0986 μ= +0.020 σ= 0.037 zeros= 0% [ ▁▂▇████▅▂ ] [ ▃█▇▂ ] dim 0987 μ= -0.017 σ= 0.034 zeros= 0% [ ▂▆████▅▂ ] [ █▆ ] dim 0988 μ= +0.003 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▅█▆ ] dim 0989 μ= -0.023 σ= 0.032 zeros= 0% [ ▂▆████▃▁ ] [ ▄██▁ ] dim 0990 μ= -0.022 σ= 0.033 zeros= 0% [ ▁▃▆████▄▁ ] [ █▁ ] dim 0991 μ= -0.002 σ= 0.016 zeros= 0% [ ▁▆██▁ ] [ ▂█▆ ] dim 0992 μ= -0.021 σ= 0.027 zeros= 0% [ ▁▄███▇▂ ] [ ▂▅█▄ ] dim 0993 μ= -0.010 σ= 0.036 zeros= 0% [ ▁▄████▇▃▁ ] [ ▃█▇▁ ] dim 0994 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▄████▃▁ ] [ ▃▇█▃ ] dim 0995 μ= -0.014 σ= 0.033 zeros= 0% [ ▁▅████▅▂ ] [ ██ ] dim 0996 μ= -0.016 σ= 0.019 zeros= 0% [ ▁▅██▅▁ ] [ ▆█▁ ] dim 0997 μ= -0.011 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ▂█▂ ] dim 0998 μ= +0.015 σ= 0.022 zeros= 0% [ ▃███▃▁ ] [ ▂█▅ ] dim 0999 μ= +0.018 σ= 0.024 zeros= 0% [ ▃███▄▁ ] [ ▄█▆ ] dim 1000 μ= +0.017 σ= 0.033 zeros= 0% [ ▁▂▇████▃▁ ] [ ▃█▆▁ ] dim 1001 μ= +0.001 σ= 0.033 zeros= 0% [ ▂▅████▄▁ ] [ ▇█ ] dim 1002 μ= -0.015 σ= 0.025 zeros= 0% [ ▂████▂ ] [ █▃ ] dim 1003 μ= +0.020 σ= 0.019 zeros= 0% [ ▁▇██▃ ] [ ▂█▄ ] dim 1004 μ= -0.003 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▇█▃ ] dim 1005 μ= +0.011 σ= 0.028 zeros= 0% [ ▂▇███▅▁ ] [ ▅█▃ ] dim 1006 μ= +0.012 σ= 0.029 zeros= 0% [ ▂▇███▅▁ ] [ ▇█▂ ] dim 1007 μ= -0.011 σ= 0.026 zeros= 0% [ ▁▇███▄▁ ] [ ▁█▅ ] dim 1008 μ= -0.002 σ= 0.024 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.021 zeros= 0% [ ▂███▄▁ ] [ ▃█▅ ] dim 1014 μ= -0.002 σ= 0.029 zeros= 0% [ ▁▅███▇▂▁ ] [ █▁ ] dim 1015 μ= -0.021 σ= 0.011 zeros= 0% [ ▂██ ] [ █▅ ] dim 1016 μ= -0.001 σ= 0.019 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.023 zeros= 0% [ ▃███▄ ] [ ▄█▃ ] dim 1021 μ= +0.031 σ= 0.027 zeros= 0% [ ▂▆███▄▁ ] [ ▂██▃ ] dim 1022 μ= +0.005 σ= 0.033 zeros= 0% [ ▂▅████▅▁▁ ] [ ▂██▃ ] dim 1023 μ= +0.007 σ= 0.030 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.18.10.03.33/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.215s][info][jfr,startup] Started recording 1. [0.215s][info][jfr,startup] [0.215s][info][jfr,startup] Use jcmd 423048 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2603924495926669 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 18, 2026 11:20: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-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: 106 segments, 12 merges 110.1s _16r: 5 segs, 1136.8 K docs, 5117.2 MB 45.4s _19t: 8 segs, 224.7 K docs, 1009.0 MB 38.1s _1a9: 8 segs, 117.1 K docs, 525.0 MB 33.7s _1ai: 8 segs, 42.5 K docs, 189.6 MB 28.0s _1ar: 8 segs, 40.2 K docs, 179.6 MB 24.0s _1b0: 8 segs, 41.3 K docs, 184.5 MB 20.8s _1b8: 8 segs, 214.1 K docs, 961.5 MB 17.2s _1bg: 8 segs, 42.4 K docs, 189.4 MB 12.6s _1bp: 8 segs, 41.5 K docs, 185.4 MB 7.5s _1bx: 8 segs, 41.7 K docs, 186.1 MB 2.2s _1c7: 8 segs, 40.1 K docs, 178.9 MB 0.0s _1c8: 8 segs, 26.8 K docs, 119.3 MB 5.0 sec: 99 segments, 11 merges 115.1s _16r: 5 segs, 1136.8 K docs, 5117.2 MB 50.4s _19t: 8 segs, 224.7 K docs, 1009.0 MB 43.1s _1a9: 8 segs, 117.1 K docs, 525.0 MB 33.0s _1ar: 8 segs, 40.2 K docs, 179.6 MB 29.0s _1b0: 8 segs, 41.3 K docs, 184.5 MB 25.8s _1b8: 8 segs, 214.1 K docs, 961.5 MB 22.2s _1bg: 8 segs, 42.4 K docs, 189.4 MB 17.6s _1bp: 8 segs, 41.5 K docs, 185.4 MB 12.5s _1bx: 8 segs, 41.7 K docs, 186.1 MB 7.2s _1c7: 8 segs, 40.1 K docs, 178.9 MB 5.0s _1c8: 8 segs, 26.8 K docs, 119.3 MB 10.0 sec: 92 segments, 10 merges 120.1s _16r: 5 segs, 1136.8 K docs, 5117.2 MB 55.5s _19t: 8 segs, 224.7 K docs, 1009.0 MB 48.1s _1a9: 8 segs, 117.1 K docs, 525.0 MB 34.0s _1b0: 8 segs, 41.3 K docs, 184.5 MB 30.8s _1b8: 8 segs, 214.1 K docs, 961.5 MB 27.3s _1bg: 8 segs, 42.4 K docs, 189.4 MB 22.6s _1bp: 8 segs, 41.5 K docs, 185.4 MB 17.5s _1bx: 8 segs, 41.7 K docs, 186.1 MB 12.2s _1c7: 8 segs, 40.1 K docs, 178.9 MB 10.0s _1c8: 8 segs, 26.8 K docs, 119.3 MB 15.1 sec: 78 segments, 8 merges 125.2s _16r: 5 segs, 1136.8 K docs, 5117.2 MB 60.5s _19t: 8 segs, 224.7 K docs, 1009.0 MB 53.2s _1a9: 8 segs, 117.1 K docs, 525.0 MB 35.9s _1b8: 8 segs, 214.1 K docs, 961.5 MB 32.3s _1bg: 8 segs, 42.4 K docs, 189.4 MB 27.7s _1bp: 8 segs, 41.5 K docs, 185.4 MB 22.6s _1bx: 8 segs, 41.7 K docs, 186.1 MB 17.3s _1c7: 8 segs, 40.1 K docs, 178.9 MB 20.1 sec: 71 segments, 7 merges 130.2s _16r: 5 segs, 1136.8 K docs, 5117.2 MB 65.5s _19t: 8 segs, 224.7 K docs, 1009.0 MB 58.2s _1a9: 8 segs, 117.1 K docs, 525.0 MB 40.9s _1b8: 8 segs, 214.1 K docs, 961.5 MB 32.7s _1bp: 8 segs, 41.5 K docs, 185.4 MB 27.6s _1bx: 8 segs, 41.7 K docs, 186.1 MB 22.3s _1c7: 8 segs, 40.1 K docs, 178.9 MB 25.0 sec: 64 segments, 6 merges 135.1s _16r: 5 segs, 1136.8 K docs, 5117.2 MB 70.4s _19t: 8 segs, 224.7 K docs, 1009.0 MB 63.1s _1a9: 8 segs, 117.1 K docs, 525.0 MB 45.8s _1b8: 8 segs, 214.1 K docs, 961.5 MB 32.5s _1bx: 8 segs, 41.7 K docs, 186.1 MB 27.2s _1c7: 8 segs, 40.1 K docs, 178.9 MB 30.0 sec: 50 segments, 5 merges 140.1s _16r: 5 segs, 1136.8 K docs, 5117.2 MB 75.5s _19t: 8 segs, 224.7 K docs, 1009.0 MB 68.1s _1a9: 8 segs, 117.1 K docs, 525.0 MB 50.8s _1b8: 8 segs, 214.1 K docs, 961.5 MB 1.7s _1c9: 8 segs, 316.5 K docs, 1421.1 MB 35.0 sec: 50 segments, 5 merges 145.1s _16r: 5 segs, 1136.8 K docs, 5117.2 MB 80.5s _19t: 8 segs, 224.7 K docs, 1009.0 MB 73.1s _1a9: 8 segs, 117.1 K docs, 525.0 MB 55.8s _1b8: 8 segs, 214.1 K docs, 961.5 MB 6.7s _1c9: 8 segs, 316.5 K docs, 1421.1 MB 40.0 sec: 50 segments, 5 merges 150.2s _16r: 5 segs, 1136.8 K docs, 5117.2 MB 85.5s _19t: 8 segs, 224.7 K docs, 1009.0 MB 78.1s _1a9: 8 segs, 117.1 K docs, 525.0 MB 60.8s _1b8: 8 segs, 214.1 K docs, 961.5 MB 11.7s _1c9: 8 segs, 316.5 K docs, 1421.1 MB 45.0 sec: 50 segments, 5 merges 155.2s _16r: 5 segs, 1136.8 K docs, 5117.2 MB 90.5s _19t: 8 segs, 224.7 K docs, 1009.0 MB 83.1s _1a9: 8 segs, 117.1 K docs, 525.0 MB 65.8s _1b8: 8 segs, 214.1 K docs, 961.5 MB 16.7s _1c9: 8 segs, 316.5 K docs, 1421.1 MB 50.0 sec: 39 segments, 3 merges 95.5s _19t: 8 segs, 224.7 K docs, 1009.0 MB 70.8s _1b8: 8 segs, 214.1 K docs, 961.5 MB 21.7s _1c9: 8 segs, 316.5 K docs, 1421.1 MB 55.1 sec: 32 segments, 2 merges 75.9s _1b8: 8 segs, 214.1 K docs, 961.5 MB 26.8s _1c9: 8 segs, 316.5 K docs, 1421.1 MB 60.1 sec: 25 segments, 1 merges 31.8s _1c9: 8 segs, 316.5 K docs, 1421.1 MB 65.0 sec: 25 segments, 1 merges 36.7s _1c9: 8 segs, 316.5 K docs, 1421.1 MB 70.0 sec: 25 segments, 1 merges 41.7s _1c9: 8 segs, 316.5 K docs, 1421.1 MB 75.0 sec: 25 segments, 1 merges 46.7s _1c9: 8 segs, 316.5 K docs, 1421.1 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 964 seconds reindex takes 964.38 sec index has 18 segments: segments_2: _75(11.0.0):C791023 _gm(11.0.0):C1136593 _pb(11.0.0):C1086316 _qg(11.0.0):C899728 _16r(11.0.0):C1136814 _141(11.0.0):C480852 _vt(11.0.0):C648649 _162(11.0.0):C258345 _1b8(11.0.0):C214070 _15u(11.0.0):C135031 _19t(11.0.0):C224684 _18b(11.0.0):C111032 _19d(11.0.0):C122100 _196(11.0.0):C153571 _18i(11.0.0):C119676 _1a9(11.0.0):C117110 _1a2(11.0.0):C47876 _1c9(11.0.0):C316530 _75: 3563.8 MB _gm: 5122.8 MB _pb: 4895.9 MB _qg: 4054.1 MB _16r: 5123.8 MB _141: 2165.5 MB _vt: 2921.9 MB _162: 1163.0 MB _1b8: 963.5 MB _15u: 607.5 MB _19t: 1011.3 MB _18b: 499.4 MB _19d: 549.3 MB _196: 691.0 MB _18i: 538.3 MB _1a9: 526.8 MB _1a2: 215.0 MB _1c9: 1425.1 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=0.5 index disk usage is 36038.11 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=58259362779 cpu@end=71848707261 deltaMS=13589.344482 thread 14 name=Reference Handler cpu@start=2145283 cpu@end=2145283 deltaMS=0.0 thread 15 name=Finalizer cpu@start=130184 cpu@end=130184 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=53559 cpu@end=53559 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=3007407 cpu@end=3007407 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=13452217555 cpu@end=13453788523 deltaMS=1.570968 thread 42 name=JFR Periodic Tasks cpu@start=62141066156 cpu@end=62795226624 deltaMS=654.160468 thread 45 name=Notification Thread cpu@start=173593 cpu@end=173593 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=995514387956 cpu@end=995514387956 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=994399812790 cpu@end=994399812790 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=995801093988 cpu@end=995801093988 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=998076955781 cpu@end=998076955781 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=995932627151 cpu@end=995932627151 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=995003537546 cpu@end=995003537546 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=996471107111 cpu@end=996471107111 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=997246474587 cpu@end=997246474587 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=995860119715 cpu@end=995860119715 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=993821829284 cpu@end=993821829284 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=996325230287 cpu@end=996325230287 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=993698315328 cpu@end=993698315328 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=996294609221 cpu@end=996294609221 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=995592574485 cpu@end=995592574485 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=993501347234 cpu@end=993501347234 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=994977687698 cpu@end=994977687698 deltaMS=0.0 Average CPU cores used: 1.047363799021793 completed 1000 searches in 13600 ms: 73 QPS CPU time=14244 ms checking results SUMMARY: 0.897 13.600 14.244 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 66919 964.38 8295.48 0.00 18 36038.11 null N/A 1.000 35278.320 4028.320 false HNSW no Leaf 0 has 4 layers Leaf 0 has 791023 documents Graph level=3 size=31, Fanout min=4, mean=7.16, max=12, meandelta=75151.45 % 0 10 20 30 40 50 60 70 80 90 100 0 5 5 6 6 6 7 7 8 10 12 Graph level=2 size=671, Fanout min=6, mean=21.95, max=32, meandelta=33119.46 % 0 10 20 30 40 50 60 70 80 90 100 0 13 16 18 19 21 24 26 29 32 32 Graph level=1 size=24342, Fanout min=3, mean=27.97, max=32, meandelta=25932.38 % 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=791023, Fanout min=1, mean=39.62, max=64, meandelta=18500.66 % 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=31, connectedness=1.00 Graph level=2 size=671, connectedness=1.00 Graph level=1 size=24342, connectedness=1.00 Graph level=0 size=791023, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 1136593 documents Graph level=3 size=57, Fanout min=3, mean=9.09, max=14, meandelta=97115.49 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 8 9 9 11 12 13 14 Graph level=2 size=944, Fanout min=9, mean=22.93, max=32, meandelta=45468.14 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 22 25 28 32 32 32 Graph level=1 size=34628, Fanout min=3, mean=28.12, max=32, meandelta=37077.09 % 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=1136593, Fanout min=1, mean=39.52, max=64, meandelta=26619.15 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=57, connectedness=1.00 Graph level=2 size=944, connectedness=1.00 Graph level=1 size=34628, connectedness=1.00 Graph level=0 size=1136593, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 1086316 documents Graph level=3 size=50, Fanout min=4, mean=8.32, max=17, meandelta=89993.51 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 7 8 9 9 10 11 17 Graph level=2 size=879, Fanout min=7, mean=22.63, max=32, meandelta=44107.92 % 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=33078, Fanout min=3, mean=28.04, max=32, meandelta=35473.97 % 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=1086316, Fanout min=1, mean=39.54, max=64, meandelta=25434.17 % 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=50, connectedness=1.00 Graph level=2 size=879, connectedness=1.00 Graph level=1 size=33078, connectedness=1.00 Graph level=0 size=1086316, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 899728 documents Graph level=3 size=38, Fanout min=3, mean=6.63, max=10, meandelta=88339.30 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 6 6 7 7 8 9 10 Graph level=2 size=805, Fanout min=8, mean=22.91, max=32, meandelta=35763.59 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 21 23 25 28 31 32 32 Graph level=1 size=27544, Fanout min=3, mean=28.01, max=32, meandelta=29397.64 % 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=899728, Fanout min=1, mean=39.61, max=64, meandelta=21036.79 % 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=38, connectedness=1.00 Graph level=2 size=805, connectedness=1.00 Graph level=1 size=27544, connectedness=1.00 Graph level=0 size=899728, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 1136814 documents Graph level=3 size=58, Fanout min=4, mean=9.14, max=17, meandelta=100650.61 % 0 10 20 30 40 50 60 70 80 90 100 0 6 6 7 8 9 9 10 11 13 17 Graph level=2 size=933, Fanout min=6, mean=22.86, max=32, meandelta=45195.29 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 22 25 28 32 32 32 Graph level=1 size=34390, Fanout min=3, mean=28.12, max=32, meandelta=36975.13 % 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=1136814, Fanout min=1, mean=39.54, max=64, meandelta=26611.66 % 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=58, connectedness=1.00 Graph level=2 size=933, connectedness=1.00 Graph level=1 size=34390, connectedness=1.00 Graph level=0 size=1136814, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 480852 documents Graph level=3 size=24, Fanout min=2, mean=5.75, max=10, meandelta=35202.25 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 4 5 6 6 7 7 8 10 Graph level=2 size=351, Fanout min=7, mean=17.97, max=32, meandelta=22953.48 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 14 15 17 18 21 24 27 32 Graph level=1 size=14520, Fanout min=7, mean=27.69, max=32, meandelta=15894.31 % 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=480852, Fanout min=1, mean=39.67, max=64, meandelta=11244.83 % 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=24, connectedness=1.00 Graph level=2 size=351, connectedness=1.00 Graph level=1 size=14520, connectedness=1.00 Graph level=0 size=480852, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 648649 documents Graph level=3 size=25, Fanout min=3, mean=5.84, max=12, meandelta=59483.48 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 5 5 5 5 7 7 8 12 Graph level=2 size=523, Fanout min=7, mean=20.40, max=32, meandelta=29182.73 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 16 18 20 22 24 27 31 32 Graph level=1 size=19845, Fanout min=5, mean=27.81, max=32, meandelta=21412.58 % 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=648649, Fanout min=1, mean=39.67, max=64, meandelta=15158.42 % 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=25, connectedness=1.00 Graph level=2 size=523, connectedness=1.00 Graph level=1 size=19845, connectedness=1.00 Graph level=0 size=648649, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 258345 documents Graph level=3 size=20, Fanout min=3, mean=5.10, max=9, meandelta=33756.94 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 4 4 5 5 6 6 7 9 Graph level=2 size=233, Fanout min=6, mean=15.49, max=32, meandelta=13896.23 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 13 15 16 17 19 22 32 Graph level=1 size=7984, Fanout min=8, mean=27.31, max=32, meandelta=8636.45 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 24 27 30 32 32 32 32 32 Graph level=0 size=258345, Fanout min=1, mean=39.50, max=64, meandelta=6073.88 % 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=20, connectedness=1.00 Graph level=2 size=233, connectedness=1.00 Graph level=1 size=7984, connectedness=1.00 Graph level=0 size=258345, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 214070 documents Graph level=3 size=6, Fanout min=1, mean=2.33, max=4, meandelta=27120.79 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 2 2 3 3 3 4 Graph level=2 size=188, Fanout min=6, mean=14.73, max=29, meandelta=12293.85 % 0 10 20 30 40 50 60 70 80 90 100 0 9 10 11 13 14 16 17 19 21 29 Graph level=1 size=6677, Fanout min=6, mean=27.12, max=32, meandelta=7200.71 % 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=214070, Fanout min=1, mean=39.37, max=64, meandelta=5048.45 % 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=6, connectedness=1.00 Graph level=2 size=188, connectedness=1.00 Graph level=1 size=6677, connectedness=1.00 Graph level=0 size=214070, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 135031 documents Graph level=3 size=3, Fanout min=1, mean=1.33, max=2, meandelta=6920.50 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 1 1 2 Graph level=2 size=121, Fanout min=3, mean=12.41, max=22, meandelta=8929.29 % 0 10 20 30 40 50 60 70 80 90 100 0 8 9 10 11 12 13 14 16 17 22 Graph level=1 size=4226, Fanout min=6, mean=26.82, max=32, meandelta=4601.67 % 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=135031, Fanout min=1, mean=39.14, max=64, meandelta=3204.68 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 58 64 64 Graph level=3 size=3, connectedness=1.00 Graph level=2 size=121, connectedness=1.00 Graph level=1 size=4226, connectedness=1.00 Graph level=0 size=135031, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 224684 documents Graph level=3 size=7, Fanout min=1, mean=2.86, max=4, meandelta=26526.05 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 2 2 3 3 3 3 4 4 Graph level=2 size=199, Fanout min=6, mean=14.83, max=31, meandelta=12526.66 % 0 10 20 30 40 50 60 70 80 90 100 0 9 10 12 13 14 16 17 19 21 31 Graph level=1 size=6955, Fanout min=8, mean=27.29, max=32, meandelta=7508.02 % 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=224684, Fanout min=1, mean=39.43, max=64, meandelta=5291.13 % 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=199, connectedness=1.00 Graph level=1 size=6955, connectedness=1.00 Graph level=0 size=224684, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 111032 documents Graph level=3 size=3, Fanout min=2, mean=2.00, max=2, meandelta=11602.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=99, Fanout min=5, mean=11.64, max=26, meandelta=7880.60 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 9 10 11 12 13 14 17 26 Graph level=1 size=3484, Fanout min=9, mean=26.42, max=32, meandelta=3834.20 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 23 25 28 32 32 32 32 32 Graph level=0 size=111032, Fanout min=1, mean=39.09, max=64, meandelta=2642.00 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 57 64 64 Graph level=3 size=3, connectedness=1.00 Graph level=2 size=99, connectedness=1.00 Graph level=1 size=3484, connectedness=1.00 Graph level=0 size=111032, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 122100 documents Graph level=3 size=3, Fanout min=2, mean=2.00, max=2, meandelta=14844.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=107, Fanout min=5, mean=11.76, max=23, meandelta=8511.54 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 9 10 11 12 13 15 17 23 Graph level=1 size=3809, Fanout min=7, mean=26.63, max=32, meandelta=4199.54 % 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=122100, Fanout min=2, mean=39.03, max=64, meandelta=2908.38 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 41 48 58 64 64 Graph level=3 size=3, connectedness=1.00 Graph level=2 size=107, connectedness=1.00 Graph level=1 size=3809, connectedness=1.00 Graph level=0 size=122100, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 153571 documents Graph level=3 size=5, Fanout min=2, mean=2.40, max=3, meandelta=38474.42 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 2 2 2 3 3 3 Graph level=2 size=137, Fanout min=4, mean=13.37, max=26, meandelta=9447.25 % 0 10 20 30 40 50 60 70 80 90 100 0 8 10 11 12 12 14 15 18 20 26 Graph level=1 size=4807, Fanout min=6, mean=27.11, max=32, meandelta=5165.01 % 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=153571, Fanout min=1, mean=39.18, max=64, meandelta=3640.10 % 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=5, connectedness=1.00 Graph level=2 size=137, connectedness=1.00 Graph level=1 size=4807, connectedness=1.00 Graph level=0 size=153571, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 119676 documents Graph level=3 size=3, Fanout min=2, mean=2.00, max=2, meandelta=13368.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=109, Fanout min=5, mean=11.63, max=25, meandelta=8648.35 % 0 10 20 30 40 50 60 70 80 90 100 0 8 9 9 11 11 12 13 15 16 25 Graph level=1 size=3742, Fanout min=9, mean=26.79, max=32, meandelta=4083.43 % 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=119676, Fanout min=2, mean=39.02, max=64, meandelta=2850.33 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 57 64 64 Graph level=3 size=3, connectedness=1.00 Graph level=2 size=109, connectedness=1.00 Graph level=1 size=3742, connectedness=1.00 Graph level=0 size=119676, connectedness=1.00 Leaf 15 has 4 layers Leaf 15 has 117110 documents Graph level=3 size=5, Fanout min=2, mean=2.80, max=3, meandelta=22440.64 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 3 3 3 3 3 3 3 Graph level=2 size=113, Fanout min=5, mean=11.88, max=21, meandelta=8262.15 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 9 10 11 12 14 15 17 21 Graph level=1 size=3652, Fanout min=7, mean=26.31, max=32, meandelta=4063.20 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 23 25 28 32 32 32 32 32 Graph level=0 size=117110, Fanout min=1, mean=39.05, max=64, meandelta=2783.72 % 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=5, connectedness=1.00 Graph level=2 size=113, connectedness=1.00 Graph level=1 size=3652, connectedness=1.00 Graph level=0 size=117110, connectedness=1.00 Leaf 16 has 4 layers Leaf 16 has 47876 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=38, Fanout min=3, mean=7.42, max=11, meandelta=5087.51 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 7 7 8 8 9 10 11 Graph level=1 size=1499, Fanout min=8, mean=24.74, max=32, meandelta=1779.44 % 0 10 20 30 40 50 60 70 80 90 100 0 16 18 20 23 25 28 32 32 32 32 Graph level=0 size=47876, Fanout min=3, mean=37.99, max=64, meandelta=1176.23 % 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=38, connectedness=1.00 Graph level=1 size=1499, connectedness=1.00 Graph level=0 size=47876, connectedness=1.00 Leaf 17 has 4 layers Leaf 17 has 316530 documents Graph level=3 size=19, Fanout min=2, mean=4.95, max=8, meandelta=20438.34 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 4 4 5 5 5 6 7 8 Graph level=2 size=213, Fanout min=6, mean=15.45, max=32, meandelta=13787.28 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 14 15 16 17 20 22 32 Graph level=1 size=9488, Fanout min=8, mean=27.47, max=32, meandelta=10531.33 % 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=316530, Fanout min=1, mean=39.63, max=64, meandelta=7414.25 % 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=19, connectedness=1.00 Graph level=2 size=213, connectedness=1.00 Graph level=1 size=9488, connectedness=1.00 Graph level=0 size=316530, 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.18.10.03.33/bench-knn-q4-fmFalse.jfr knn.KnnGraphTester -maxConn 32 -dim 1024 -docs /big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec -ndoc 8000000 -topK 100 -numIndexThreads 8 -beamWidthIndex 100 -search-and-stats /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -metric dot_product -numMergeThread 16 -numMergeWorker 48 -reindex -quantize -quantizeBits 4 -quantizeCompress': 31,326,776.47 msec task-clock:u 118,868,973,866,927 cycles:u (36.36%) 122,228,090,086,499 instructions:u (36.36%) 2,721,856,002,119 cache-references:u (36.36%) 1,232,630,153,563 cache-misses:u (36.36%) 44,305,893,280,194 L1-dcache-loads:u (36.36%) 1,470,629,366,699 L1-dcache-load-misses:u (36.37%) 2,882,520,764,052 L1-icache-loads:u (36.36%) 10,672,665,771 L1-icache-load-misses:u (36.36%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 25,003,541 faults:u 24,276,064 minor-faults:u 3,373 major-faults:u 10,491,090,192,248 branches:u (36.36%) 87,525,867,458 branch-misses:u (36.36%) 1,925,049,280,924 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 1134.139891933 seconds time elapsed 30850.151659000 seconds user 467.215258000 seconds sys took 0:18:54.166858 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='ff110e83c79fc1519b68b5e1735c32456112c99a', luceneutil_git_rev='63c1b2b252f377e272313c1ac0f182be79ad78b6', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=False, recall=0.897, cpu_time_ms=13.6, net_cpu_ms=14.244, 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=66919, index_time_sec=964.38, index_docs_per_sec=8295.48, force_merge_time_sec=0.0, index_num_segments=18, index_size_on_disk_mb=36038.11, selectivity=None, pre_post_filter='null', vec_disk_mb=35278.32, vec_ram_mb=4028.32, graph_level_conn_p_values={3: (19, {0: 0, 10: 2, 20: 3, 30: 4, 40: 4, 50: 5, 60: 5, 70: 5, 80: 6, 90: 7, 100: 8}), 2: (213, {0: 0, 10: 9, 20: 11, 30: 12, 40: 14, 50: 15, 60: 16, 70: 17, 80: 20, 90: 22, 100: 32}), 1: (9488, {0: 0, 10: 19, 20: 22, 30: 25, 40: 28, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 0: (316530, {0: 0, 10: 20, 20: 25, 30: 29, 40: 32, 50: 37, 60: 42, 70: 49, 80: 59, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=1134, microseconds=166858)) Profiler summary for /l/logs.nightly/2026.05.18.10.03.33/bench-knn-q4-fmFalse.jfr Version: 2.1 Chunks: 85 Start: 2026-05-18 15:20:32 (UTC) Duration: 1125 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 29959090 512550559 jdk.FileWrite 17701500 368559056 jdk.FileRead 8003666 182255585 jdk.ObjectAllocationInNewTLAB 58532 1162189 jdk.BooleanFlag 42160 1333281 jdk.CPULoad 20975 418861 jdk.Compilation 6349 163814 jdk.Checkpoint 5282 26303041 jdk.UnsignedIntFlag 4080 138358 jdk.IntFlag 3740 136419 jdk.StringFlag 2890 112056 jdk.ObjectAllocationOutsideTLAB 1124 20147 jdk.CPUInformation 85 127666 jdk.GCConfiguration 85 2206 jdk.JVMInformation 85 80576 jdk.Metadata 85 9394792 jdk.GarbageCollection 46 1102 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.18.10.03.33/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q4-fmFalse.jfr is 1051.68 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 29959090 events (total: 29M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 35.86% 10M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 27.92% 8M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 15.59% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 4.00% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 3.42% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.72% 813949 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 1.88% 562847 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 1.22% 366193 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.90% 270079 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.72% 217113 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.62% 186721 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.55% 165967 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.31% 92508 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.31% 92399 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.30% 89496 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.26% 76448 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.25% 75571 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.16% 47504 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.15% 43629 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.14% 42379 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.14% 42065 sun.nio.ch.NativeThread#current0() [Native code] 0.14% 41437 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.13% 39130 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.12% 35685 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.12% 34776 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.11% 34352 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.10% 31222 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.10% 30767 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.10% 28832 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.10% 28705 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.09% 27323 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.09% 25647 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.08% 24383 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.07% 21172 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.06% 19214 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.06% 18892 java.util.Arrays#sort():99 [Inlined code] 0.05% 15247 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.05% 14563 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.05% 14160 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.05% 14140 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.04% 12427 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$1#score():93 [JIT compiled code] 0.04% 10773 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():60 [Inlined code] 0.03% 9533 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 0.03% 9322 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 8742 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.03% 8708 knn.IndexerThread#_run():105 [JIT compiled code] 0.03% 7714 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():172 [JIT compiled code] 0.03% 7523 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.02% 7235 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 6853 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [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.18.10.03.33/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q4-fmFalse.jfr is 1051.68 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 29959090 events (total: 29M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 33.83% 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.88% 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.59% 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.42% 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.95% 884294 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.72% 813775 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.70% 508925 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] 1.22% 366092 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.00% 299295 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.97% 290938 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.90% 271061 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.90% 270079 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% 196207 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.47% 141562 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.32% 94846 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.31% 92363 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% 76431 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.25% 73750 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% 65763 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.18% 52455 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% 50977 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% 43824 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% 42363 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.14% 41563 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.14% 41419 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% 38222 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.12% 35547 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.12% 34766 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% 30767 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% 30030 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.10% 29128 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.10% 28698 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% 27587 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.09% 27323 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeAndRecalculateCentroids():459 [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():331 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] 0.08% 24308 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% 22476 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.07% 21765 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% 21422 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.07% 21138 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% 20984 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.07% 20129 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% 18891 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% 18790 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.06% 16826 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.06% 16639 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.06% 16483 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.05% 13675 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.04% 13254 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():790 [Inlined code] 0.04% 12286 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] 0.04% 11994 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] 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.18.10.03.33/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q4-fmFalse.jfr is 1051.68 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 29959090 events (total: 29M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 22.16% 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.15% 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.0x000000008b19ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 16.47% 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 [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.0x000000008b19ed30#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] 13.82% 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 2.92% 874476 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.64% 789680 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():790 [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.89% 567513 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.45% 434887 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008b197d88#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 1.37% 409498 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] 1.35% 404659 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():790 [Inlined code] 1.22% 364698 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] 1.22% 364081 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008b197d88#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.21% 363784 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():790 [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.60% 181027 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.0x000000008b19ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.58% 173925 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.55% 163632 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.0x000000008b19ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.54% 161175 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():209 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():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.53% 157532 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.0x000000008b19ed30#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.47% 140230 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.0x000000008b19ed30#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.46% 136658 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.0x000000008b19ed30#call() [Inlined code] 0.43% 128846 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.0x000000008b19ed30#call() [Inlined code] 0.41% 124042 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.0x000000008b19ed30#call() [Inlined code] 0.41% 122040 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.0x000000008b19ed30#call() [Inlined code] 0.40% 118463 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.31% 92314 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.28% 82825 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008b197d88#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.25% 73504 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.24% 71352 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():209 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():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% 69349 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 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [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.23% 68381 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008b197d88#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.22% 66817 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.0x000000008b19ed30#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.0x000000008b19f288#run() [JIT compiled code] 0.22% 64804 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.0x000000008b19ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.20% 59808 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008b197d88#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.19% 57766 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.0x000000008b19ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.19% 56580 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.0x000000008b19ed30#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.0x000000008b19f288#run() [JIT compiled code] 0.18% 54203 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():790 [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% 46718 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.0x000000008b19ed30#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.14% 41291 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.0x000000008b19ed30#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% 40217 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% 38222 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.0x000000008b07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.12% 37120 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.0x000000008b19ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.12% 36092 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():790 [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% 34893 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.0x000000008b19ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.11% 32351 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008b197d88#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% 30481 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():771 [JIT compiled code] 0.10% 29828 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.10% 28526 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% 27413 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.0x000000008b19ed30#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.09% 27176 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x000000008b197d88#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.09% 26269 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.0x000000008b19ed30#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] 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.18.10.03.33/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q4-fmFalse.jfr is 1051.68 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 59629 events (total: 449669M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.56% 101436M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 22.30% 100277M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 19.27% 86664M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 14.31% 64365M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 6.95% 31246M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.02% 18066M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.55% 6954M java.lang.Integer#valueOf():1006 [Inlined code] 0.91% 4088M java.util.Arrays#copyOf():3478 [Inlined code] 0.69% 3098M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.66% 2946M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.64% 2882M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.54% 2437M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.51% 2283M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] 0.36% 1611M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.31% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.28% 1249M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.27% 1212M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.23% 1043M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.23% 1035M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.21% 931M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.19% 859M java.util.ArrayList#grow():240 [Inlined code] 0.19% 844M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.17% 785M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.17% 766M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.15% 665M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.14% 620M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.13% 599M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.13% 592M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.10% 452M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.09% 411M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.09% 411M knn.IndexerThread#_run():108 [JIT compiled code] 0.09% 391M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.08% 379M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.08% 369M knn.IndexerThread#_run():125 [JIT compiled code] 0.08% 355M java.util.List#of():935 [Inlined code] 0.08% 354M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.08% 353M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.08% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.07% 325M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.06% 286M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.06% 264M java.util.HashMap#newNode():1910 [Inlined code] 0.05% 235M org.apache.lucene.document.Document#():42 [Inlined code] 0.05% 213M java.io.BufferedOutputStream#():92 [JIT compiled code] 0.04% 183M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#getRandomVectorScorer():67 [Inlined code] 0.04% 183M org.apache.lucene.util.PriorityQueue#():134 [Inlined code] 0.04% 183M org.apache.lucene.util.packed.DirectReader#getInstance():73 [Inlined code] 0.04% 183M java.lang.Integer#toString():435 [Inlined code] 0.04% 182M java.io.BufferedOutputStream#():92 [Inlined code] 0.04% 176M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.04% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet():98 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.18.10.03.33/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q4-fmFalse.jfr is 1051.68 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 59629 events (total: 449669M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.16% 81648M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 18.13% 81540M 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.41% 51314M 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.81% 39624M 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.24% 32541M 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.95% 31246M 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.49% 24687M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] 4.33% 19490M 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.17% 18736M 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.02% 18066M 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.52% 6834M 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.86% 3854M 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.69% 3098M 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.54% 2437M 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.47% 2127M 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.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.36% 1611M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.35% 1563M 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.34% 1531M 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.23% 1043M 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.22% 986M 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.22% 983M 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.19% 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.19% 836M 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% 824M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2274 [JIT compiled code] 0.15% 665M 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% 620M 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.13% 581M 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% 550M 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.10% 461M 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% 439M 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.10% 428M 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 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.09% 411M 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% 411M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.09% 389M 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% 385M 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.08% 380M 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():790 [Inlined code] 0.08% 379M 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% 369M knn.IndexerThread#_run():125 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.08% 368M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.08% 366M 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():790 [Inlined code] 0.08% 355M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1883 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at knn.IndexerThread#_run():126 [JIT compiled code] 0.08% 354M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():288 [JIT compiled code] at java.lang.ThreadLocal#setInitialValue():203 [Inlined code] at java.lang.ThreadLocal#get():193 [Inlined code] 0.08% 348M 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.08% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000008b19f288#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.07% 332M 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% 309M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.07% 297M 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] 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.18.10.03.33/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q4-fmFalse.jfr is 1051.68 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 59629 events (total: 449669M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.80% 39560M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 6.95% 31246M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():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.80% 26063M 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.0x000000008b19ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 5.70% 25635M 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.0x000000008b19ed30#call() [Inlined code] 5.54% 24931M 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.0x000000008b19ed30#call() [Inlined code] 5.43% 24412M 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.0x000000008b19ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 5.35% 24055M 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.0x000000008b19ed30#call() [Inlined code] 5.07% 22784M 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.0x000000008b19ed30#call() [Inlined code] 4.96% 22298M 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():790 [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.87% 21917M 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():790 [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.84% 17263M 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.68% 16548M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 3.38% 15191M 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.81% 8138M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 1.52% 6847M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():440 [Interpreted code] 1.52% 6834M 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.46% 6574M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():440 [Interpreted code] 1.36% 6125M 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():790 [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.07% 4819M 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.0x000000008b19ed30#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] 1.03% 4609M 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.94% 4212M 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.92% 4133M 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.90% 4054M 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.87% 3901M 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% 3854M 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.75% 3375M 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():790 [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% 2924M 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.63% 2836M 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():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [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% 2827M 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.0x000000008b19ed30#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% 2776M 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():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [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% 2717M 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.58% 2616M 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.54% 2417M 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.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.0x000000008b19ed30#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.0x000000008b19f288#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.45% 2038M 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():790 [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.42% 1901M 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.0x000000008b19ed30#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.36% 1611M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.36% 1607M 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():790 [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.31% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.29% 1288M 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.0x000000008b19ed30#call() [Inlined code] 0.24% 1070M 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.0x000000008b19ed30#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] 0.24% 1066M 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.0x000000008b19ed30#call() [Inlined code] 0.24% 1060M 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.0x000000008b19ed30#call() [Inlined code] 0.23% 1031M 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.0x000000008b19ed30#call() [Inlined code] 0.19% 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.19% 838M 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():790 [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.18% 817M 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.0x000000008b19ed30#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% 686M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2274 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():873 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():884 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():753 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] 0.14% 607M 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.0x000000008b19ed30#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% 604M 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.0x000000008b19ed30#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.18.10.03.33/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.224s][info][jfr,startup] Started recording 1. [0.224s][info][jfr,startup] [0.224s][info][jfr,startup] Use jcmd 439771 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2605547947329116 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 18, 2026 11:47:35 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: 86 segments, 8 merges 119.9s _16z: 8 segs, 1088.1 K docs, 4897.6 MB 41.3s _1b0: 8 segs, 116.2 K docs, 521.1 MB 28.8s _1bi: 8 segs, 40.4 K docs, 180.4 MB 23.5s _1bo: 8 segs, 1081.7 K docs, 4866.7 MB 15.3s _1bw: 12 segs, 59.5 K docs, 265.6 MB 9.8s _1c6: 9 segs, 46.5 K docs, 207.6 MB 4.7s _1cg: 9 segs, 45.8 K docs, 204.7 MB 5.0 sec: 79 segments, 7 merges 124.9s _16z: 8 segs, 1088.1 K docs, 4897.6 MB 46.3s _1b0: 8 segs, 116.2 K docs, 521.1 MB 28.5s _1bo: 8 segs, 1081.7 K docs, 4866.7 MB 20.3s _1bw: 12 segs, 59.5 K docs, 265.6 MB 14.8s _1c6: 9 segs, 46.5 K docs, 207.6 MB 9.7s _1cg: 9 segs, 45.8 K docs, 204.7 MB 5.0s _1ck: 11 segs, 47.2 K docs, 210.6 MB 10.0 sec: 79 segments, 7 merges 129.9s _16z: 8 segs, 1088.1 K docs, 4897.6 MB 51.3s _1b0: 8 segs, 116.2 K docs, 521.1 MB 33.5s _1bo: 8 segs, 1081.7 K docs, 4866.7 MB 25.3s _1bw: 12 segs, 59.5 K docs, 265.6 MB 19.8s _1c6: 9 segs, 46.5 K docs, 207.6 MB 14.7s _1cg: 9 segs, 45.8 K docs, 204.7 MB 10.0s _1ck: 11 segs, 47.2 K docs, 210.6 MB 15.0 sec: 79 segments, 7 merges 134.9s _16z: 8 segs, 1088.1 K docs, 4897.6 MB 56.3s _1b0: 8 segs, 116.2 K docs, 521.1 MB 38.5s _1bo: 8 segs, 1081.7 K docs, 4866.7 MB 30.3s _1bw: 12 segs, 59.5 K docs, 265.6 MB 24.8s _1c6: 9 segs, 46.5 K docs, 207.6 MB 19.7s _1cg: 9 segs, 45.8 K docs, 204.7 MB 15.0s _1ck: 11 segs, 47.2 K docs, 210.6 MB 20.0 sec: 79 segments, 7 merges 139.9s _16z: 8 segs, 1088.1 K docs, 4897.6 MB 61.4s _1b0: 8 segs, 116.2 K docs, 521.1 MB 43.5s _1bo: 8 segs, 1081.7 K docs, 4866.7 MB 35.3s _1bw: 12 segs, 59.5 K docs, 265.6 MB 29.8s _1c6: 9 segs, 46.5 K docs, 207.6 MB 24.7s _1cg: 9 segs, 45.8 K docs, 204.7 MB 20.0s _1ck: 11 segs, 47.2 K docs, 210.6 MB 25.0 sec: 71 segments, 6 merges 144.9s _16z: 8 segs, 1088.1 K docs, 4897.6 MB 66.4s _1b0: 8 segs, 116.2 K docs, 521.1 MB 48.5s _1bo: 8 segs, 1081.7 K docs, 4866.7 MB 40.3s _1bw: 12 segs, 59.5 K docs, 265.6 MB 29.7s _1cg: 9 segs, 45.8 K docs, 204.7 MB 25.0s _1ck: 11 segs, 47.2 K docs, 210.6 MB 30.0 sec: 71 segments, 6 merges 149.9s _16z: 8 segs, 1088.1 K docs, 4897.6 MB 71.4s _1b0: 8 segs, 116.2 K docs, 521.1 MB 53.5s _1bo: 8 segs, 1081.7 K docs, 4866.7 MB 45.3s _1bw: 12 segs, 59.5 K docs, 265.6 MB 34.7s _1cg: 9 segs, 45.8 K docs, 204.7 MB 30.0s _1ck: 11 segs, 47.2 K docs, 210.6 MB 35.0 sec: 53 segments, 4 merges 154.9s _16z: 8 segs, 1088.1 K docs, 4897.6 MB 76.4s _1b0: 8 segs, 116.2 K docs, 521.1 MB 58.5s _1bo: 8 segs, 1081.7 K docs, 4866.7 MB 50.3s _1bw: 12 segs, 59.5 K docs, 265.6 MB 40.0 sec: 53 segments, 4 merges 159.9s _16z: 8 segs, 1088.1 K docs, 4897.6 MB 81.4s _1b0: 8 segs, 116.2 K docs, 521.1 MB 63.5s _1bo: 8 segs, 1081.7 K docs, 4866.7 MB 55.3s _1bw: 12 segs, 59.5 K docs, 265.6 MB 45.0 sec: 42 segments, 3 merges 164.9s _16z: 8 segs, 1088.1 K docs, 4897.6 MB 86.4s _1b0: 8 segs, 116.2 K docs, 521.1 MB 68.5s _1bo: 8 segs, 1081.7 K docs, 4866.7 MB 50.0 sec: 42 segments, 3 merges 169.9s _16z: 8 segs, 1088.1 K docs, 4897.6 MB 91.4s _1b0: 8 segs, 116.2 K docs, 521.1 MB 73.5s _1bo: 8 segs, 1081.7 K docs, 4866.7 MB 55.1 sec: 42 segments, 3 merges 174.9s _16z: 8 segs, 1088.1 K docs, 4897.6 MB 96.4s _1b0: 8 segs, 116.2 K docs, 521.1 MB 78.6s _1bo: 8 segs, 1081.7 K docs, 4866.7 MB 60.1 sec: 35 segments, 2 merges 179.9s _16z: 8 segs, 1088.1 K docs, 4897.6 MB 83.6s _1bo: 8 segs, 1081.7 K docs, 4866.7 MB 65.1 sec: 28 segments, 2 merges 88.6s _1bo: 8 segs, 1081.7 K docs, 4866.7 MB 4.5s _1cl: 8 segs, 357.1 K docs, 1603.6 MB 70.1 sec: 28 segments, 2 merges 93.6s _1bo: 8 segs, 1081.7 K docs, 4866.7 MB 9.5s _1cl: 8 segs, 357.1 K docs, 1603.6 MB 75.1 sec: 28 segments, 2 merges 98.6s _1bo: 8 segs, 1081.7 K docs, 4866.7 MB 14.5s _1cl: 8 segs, 357.1 K docs, 1603.6 MB 80.1 sec: 28 segments, 2 merges 103.6s _1bo: 8 segs, 1081.7 K docs, 4866.7 MB 19.5s _1cl: 8 segs, 357.1 K docs, 1603.6 MB 85.1 sec: 28 segments, 2 merges 108.6s _1bo: 8 segs, 1081.7 K docs, 4866.7 MB 24.5s _1cl: 8 segs, 357.1 K docs, 1603.6 MB 90.1 sec: 28 segments, 2 merges 113.6s _1bo: 8 segs, 1081.7 K docs, 4866.7 MB 29.5s _1cl: 8 segs, 357.1 K docs, 1603.6 MB 95.1 sec: 28 segments, 2 merges 118.6s _1bo: 8 segs, 1081.7 K docs, 4866.7 MB 34.5s _1cl: 8 segs, 357.1 K docs, 1603.6 MB 100.1 sec: 28 segments, 2 merges 123.6s _1bo: 8 segs, 1081.7 K docs, 4866.7 MB 39.5s _1cl: 8 segs, 357.1 K docs, 1603.6 MB 105.1 sec: 28 segments, 2 merges 128.6s _1bo: 8 segs, 1081.7 K docs, 4866.7 MB 44.5s _1cl: 8 segs, 357.1 K docs, 1603.6 MB 110.0 sec: 28 segments, 2 merges 133.5s _1bo: 8 segs, 1081.7 K docs, 4866.7 MB 49.4s _1cl: 8 segs, 357.1 K docs, 1603.6 MB 115.0 sec: 28 segments, 2 merges 138.5s _1bo: 8 segs, 1081.7 K docs, 4866.7 MB 54.4s _1cl: 8 segs, 357.1 K docs, 1603.6 MB 120.0 sec: 28 segments, 2 merges 143.5s _1bo: 8 segs, 1081.7 K docs, 4866.7 MB 59.4s _1cl: 8 segs, 357.1 K docs, 1603.6 MB 125.0 sec: 28 segments, 2 merges 148.5s _1bo: 8 segs, 1081.7 K docs, 4866.7 MB 64.4s _1cl: 8 segs, 357.1 K docs, 1603.6 MB 130.0 sec: 28 segments, 2 merges 153.5s _1bo: 8 segs, 1081.7 K docs, 4866.7 MB 69.4s _1cl: 8 segs, 357.1 K docs, 1603.6 MB 135.0 sec: 28 segments, 2 merges 158.5s _1bo: 8 segs, 1081.7 K docs, 4866.7 MB 74.4s _1cl: 8 segs, 357.1 K docs, 1603.6 MB 140.1 sec: 28 segments, 2 merges 163.6s _1bo: 8 segs, 1081.7 K docs, 4866.7 MB 79.5s _1cl: 8 segs, 357.1 K docs, 1603.6 MB 145.0 sec: 21 segments, 1 merges 84.4s _1cl: 8 segs, 357.1 K docs, 1603.6 MB 150.0 sec: 21 segments, 1 merges 89.4s _1cl: 8 segs, 357.1 K docs, 1603.6 MB 155.0 sec: 21 segments, 1 merges 94.4s _1cl: 8 segs, 357.1 K docs, 1603.6 MB 160.0 sec: 21 segments, 1 merges 99.4s _1cl: 8 segs, 357.1 K docs, 1603.6 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1028 seconds reindex takes 1028.89 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: 14 segments, 1 merges 5.0 sec: 14 segments, 1 merges 5.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 10.0 sec: 14 segments, 1 merges 10.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 15.0 sec: 14 segments, 1 merges 15.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 20.0 sec: 14 segments, 1 merges 20.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 25.0 sec: 14 segments, 1 merges 25.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 30.0 sec: 14 segments, 1 merges 30.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 35.0 sec: 14 segments, 1 merges 35.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 40.0 sec: 14 segments, 1 merges 40.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 45.0 sec: 14 segments, 1 merges 45.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 50.0 sec: 14 segments, 1 merges 50.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 55.0 sec: 14 segments, 1 merges 55.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 60.1 sec: 14 segments, 1 merges 60.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 65.1 sec: 14 segments, 1 merges 65.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 70.1 sec: 14 segments, 1 merges 70.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 75.1 sec: 14 segments, 1 merges 75.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 80.1 sec: 14 segments, 1 merges 80.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 85.1 sec: 14 segments, 1 merges 85.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 90.1 sec: 14 segments, 1 merges 90.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 95.1 sec: 14 segments, 1 merges 95.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 100.1 sec: 14 segments, 1 merges 100.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 105.1 sec: 14 segments, 1 merges 105.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 110.1 sec: 14 segments, 1 merges 110.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 115.0 sec: 14 segments, 1 merges 115.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 120.0 sec: 14 segments, 1 merges 120.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 125.0 sec: 14 segments, 1 merges 125.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 130.0 sec: 14 segments, 1 merges 130.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 135.0 sec: 14 segments, 1 merges 135.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 140.0 sec: 14 segments, 1 merges 140.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 145.0 sec: 14 segments, 1 merges 145.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 150.0 sec: 14 segments, 1 merges 150.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 155.0 sec: 14 segments, 1 merges 155.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 160.0 sec: 14 segments, 1 merges 160.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 165.0 sec: 14 segments, 1 merges 165.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 170.0 sec: 14 segments, 1 merges 170.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 175.1 sec: 14 segments, 1 merges 175.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 180.1 sec: 14 segments, 1 merges 180.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 185.1 sec: 14 segments, 1 merges 185.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 190.1 sec: 14 segments, 1 merges 190.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 195.1 sec: 14 segments, 1 merges 195.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 200.1 sec: 14 segments, 1 merges 200.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 205.1 sec: 14 segments, 1 merges 205.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 210.1 sec: 14 segments, 1 merges 210.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 215.1 sec: 14 segments, 1 merges 215.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 220.1 sec: 14 segments, 1 merges 220.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 225.1 sec: 14 segments, 1 merges 225.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 230.1 sec: 14 segments, 1 merges 230.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 235.0 sec: 14 segments, 1 merges 235.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 240.0 sec: 14 segments, 1 merges 240.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 245.0 sec: 14 segments, 1 merges 245.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 250.0 sec: 14 segments, 1 merges 250.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 255.0 sec: 14 segments, 1 merges 255.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 260.0 sec: 14 segments, 1 merges 260.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 265.0 sec: 14 segments, 1 merges 265.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 270.0 sec: 14 segments, 1 merges 270.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 275.0 sec: 14 segments, 1 merges 275.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 280.0 sec: 14 segments, 1 merges 280.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 285.0 sec: 14 segments, 1 merges 285.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 290.1 sec: 14 segments, 1 merges 290.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 295.1 sec: 14 segments, 1 merges 295.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 300.1 sec: 14 segments, 1 merges 300.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 305.1 sec: 14 segments, 1 merges 305.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 310.1 sec: 14 segments, 1 merges 310.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 315.1 sec: 14 segments, 1 merges 315.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 320.1 sec: 14 segments, 1 merges 320.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 325.1 sec: 14 segments, 1 merges 325.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 330.1 sec: 14 segments, 1 merges 330.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 335.1 sec: 14 segments, 1 merges 335.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 340.1 sec: 14 segments, 1 merges 340.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 345.1 sec: 14 segments, 1 merges 345.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 350.0 sec: 14 segments, 1 merges 350.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 355.0 sec: 14 segments, 1 merges 355.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 360.0 sec: 14 segments, 1 merges 360.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 365.0 sec: 14 segments, 1 merges 365.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 370.0 sec: 14 segments, 1 merges 370.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 375.0 sec: 14 segments, 1 merges 375.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 380.0 sec: 14 segments, 1 merges 380.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 385.0 sec: 14 segments, 1 merges 385.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 390.0 sec: 14 segments, 1 merges 390.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 395.0 sec: 14 segments, 1 merges 395.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 400.0 sec: 14 segments, 1 merges 400.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 405.1 sec: 14 segments, 1 merges 405.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 410.1 sec: 14 segments, 1 merges 410.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 415.1 sec: 14 segments, 1 merges 415.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 420.1 sec: 14 segments, 1 merges 420.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 425.1 sec: 14 segments, 1 merges 425.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 430.0 sec: 14 segments, 1 merges 430.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 435.0 sec: 14 segments, 1 merges 435.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 440.0 sec: 14 segments, 1 merges 440.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 445.0 sec: 14 segments, 1 merges 445.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 450.0 sec: 14 segments, 1 merges 450.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 455.0 sec: 14 segments, 1 merges 455.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 460.0 sec: 14 segments, 1 merges 460.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 465.0 sec: 14 segments, 1 merges 465.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 470.0 sec: 14 segments, 1 merges 470.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 475.0 sec: 14 segments, 1 merges 475.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 480.1 sec: 14 segments, 1 merges 480.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 485.1 sec: 14 segments, 1 merges 485.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 490.1 sec: 14 segments, 1 merges 490.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 495.1 sec: 14 segments, 1 merges 495.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 500.1 sec: 14 segments, 1 merges 500.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 505.1 sec: 14 segments, 1 merges 505.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 510.1 sec: 14 segments, 1 merges 510.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 515.0 sec: 14 segments, 1 merges 515.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 520.0 sec: 14 segments, 1 merges 520.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 525.0 sec: 14 segments, 1 merges 525.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 530.0 sec: 14 segments, 1 merges 530.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 535.0 sec: 14 segments, 1 merges 535.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 540.1 sec: 14 segments, 1 merges 540.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 545.1 sec: 14 segments, 1 merges 545.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 550.1 sec: 14 segments, 1 merges 550.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 555.1 sec: 14 segments, 1 merges 555.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 560.1 sec: 14 segments, 1 merges 560.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 565.1 sec: 14 segments, 1 merges 565.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 570.1 sec: 14 segments, 1 merges 570.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 575.1 sec: 14 segments, 1 merges 575.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 580.0 sec: 14 segments, 1 merges 580.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 585.0 sec: 14 segments, 1 merges 585.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 590.0 sec: 14 segments, 1 merges 590.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 595.0 sec: 14 segments, 1 merges 595.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 600.0 sec: 14 segments, 1 merges 600.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 605.0 sec: 14 segments, 1 merges 605.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 610.1 sec: 14 segments, 1 merges 610.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 615.1 sec: 14 segments, 1 merges 615.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 620.1 sec: 14 segments, 1 merges 620.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 625.1 sec: 14 segments, 1 merges 625.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 630.1 sec: 14 segments, 1 merges 630.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 635.1 sec: 14 segments, 1 merges 635.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 640.1 sec: 14 segments, 1 merges 640.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 645.1 sec: 14 segments, 1 merges 645.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 650.1 sec: 14 segments, 1 merges 650.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 655.0 sec: 14 segments, 1 merges 655.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 660.0 sec: 14 segments, 1 merges 660.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 665.0 sec: 14 segments, 1 merges 665.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 670.0 sec: 14 segments, 1 merges 670.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 675.0 sec: 14 segments, 1 merges 675.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 680.0 sec: 14 segments, 1 merges 680.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 685.0 sec: 14 segments, 1 merges 685.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 690.0 sec: 14 segments, 1 merges 690.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 695.0 sec: 14 segments, 1 merges 695.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 700.0 sec: 14 segments, 1 merges 700.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 705.0 sec: 14 segments, 1 merges 705.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 710.0 sec: 14 segments, 1 merges 710.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 715.1 sec: 14 segments, 1 merges 715.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 720.1 sec: 14 segments, 1 merges 720.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 725.1 sec: 14 segments, 1 merges 725.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 730.1 sec: 14 segments, 1 merges 730.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 735.1 sec: 14 segments, 1 merges 735.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 740.1 sec: 14 segments, 1 merges 740.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 745.1 sec: 14 segments, 1 merges 745.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 750.0 sec: 14 segments, 1 merges 750.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 755.0 sec: 14 segments, 1 merges 755.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 760.0 sec: 14 segments, 1 merges 760.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 765.0 sec: 14 segments, 1 merges 765.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 770.0 sec: 14 segments, 1 merges 770.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 775.0 sec: 14 segments, 1 merges 775.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 780.1 sec: 14 segments, 1 merges 780.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 785.1 sec: 14 segments, 1 merges 785.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 790.1 sec: 14 segments, 1 merges 790.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 795.1 sec: 14 segments, 1 merges 795.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 800.1 sec: 14 segments, 1 merges 800.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 805.1 sec: 14 segments, 1 merges 805.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 810.1 sec: 14 segments, 1 merges 810.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 815.1 sec: 14 segments, 1 merges 815.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 820.1 sec: 14 segments, 1 merges 820.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 825.1 sec: 14 segments, 1 merges 825.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 830.0 sec: 14 segments, 1 merges 830.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 835.0 sec: 14 segments, 1 merges 835.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 840.1 sec: 14 segments, 1 merges 840.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 845.1 sec: 14 segments, 1 merges 845.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 850.1 sec: 14 segments, 1 merges 850.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 855.0 sec: 14 segments, 1 merges 855.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 860.0 sec: 14 segments, 1 merges 860.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 865.0 sec: 14 segments, 1 merges 865.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 870.0 sec: 14 segments, 1 merges 870.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 875.0 sec: 14 segments, 1 merges 875.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 880.0 sec: 14 segments, 1 merges 880.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 885.0 sec: 14 segments, 1 merges 885.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 890.0 sec: 14 segments, 1 merges 890.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 895.0 sec: 14 segments, 1 merges 895.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 900.0 sec: 14 segments, 1 merges 900.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 905.0 sec: 14 segments, 1 merges 905.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 910.0 sec: 14 segments, 1 merges 910.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 915.0 sec: 14 segments, 1 merges 915.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 920.1 sec: 14 segments, 1 merges 920.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 925.1 sec: 14 segments, 1 merges 925.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 930.1 sec: 14 segments, 1 merges 930.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 935.1 sec: 14 segments, 1 merges 935.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 940.1 sec: 14 segments, 1 merges 940.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 945.1 sec: 14 segments, 1 merges 945.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 950.1 sec: 14 segments, 1 merges 950.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 955.1 sec: 14 segments, 1 merges 955.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 960.1 sec: 14 segments, 1 merges 960.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 965.1 sec: 14 segments, 1 merges 965.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 970.1 sec: 14 segments, 1 merges 970.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 975.1 sec: 14 segments, 1 merges 975.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 980.1 sec: 14 segments, 1 merges 980.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 985.1 sec: 14 segments, 1 merges 985.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 990.1 sec: 14 segments, 1 merges 990.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 995.1 sec: 14 segments, 1 merges 995.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 1000.1 sec: 14 segments, 1 merges 1000.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 1005.1 sec: 14 segments, 1 merges 1005.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 1010.1 sec: 14 segments, 1 merges 1010.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 1015.0 sec: 14 segments, 1 merges 1015.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 1020.0 sec: 14 segments, 1 merges 1020.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 1025.0 sec: 14 segments, 1 merges 1025.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 1030.1 sec: 14 segments, 1 merges 1030.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 1035.1 sec: 14 segments, 1 merges 1035.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 1040.1 sec: 14 segments, 1 merges 1040.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 1045.1 sec: 14 segments, 1 merges 1045.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 1050.1 sec: 14 segments, 1 merges 1050.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 1055.1 sec: 14 segments, 1 merges 1055.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 1060.1 sec: 14 segments, 1 merges 1060.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 1065.1 sec: 14 segments, 1 merges 1065.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 1070.1 sec: 14 segments, 1 merges 1070.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 1075.1 sec: 14 segments, 1 merges 1075.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 1080.1 sec: 14 segments, 1 merges 1080.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 1085.0 sec: 14 segments, 1 merges 1085.0s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 1090.1 sec: 14 segments, 1 merges 1090.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 1095.1 sec: 14 segments, 1 merges 1095.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 1100.1 sec: 14 segments, 1 merges 1100.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 1105.1 sec: 14 segments, 1 merges 1105.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 1110.1 sec: 14 segments, 1 merges 1110.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 1115.1 sec: 14 segments, 1 merges 1115.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 1120.1 sec: 14 segments, 1 merges 1120.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB 1125.1 sec: 14 segments, 1 merges 1125.1s _1cm: 14 segs, 8000.0 K docs, 36043.2 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 1132.92 sec index has 1 segments: segments_3: _1cm(11.0.0):C8000000 _1cm: 36186.1 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=0.5 index disk usage is 36186.13 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=49362784648 cpu@end=51731582348 deltaMS=2368.7977 thread 14 name=Reference Handler cpu@start=1431159 cpu@end=1431159 deltaMS=0.0 thread 15 name=Finalizer cpu@start=125295 cpu@end=125295 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=50241 cpu@end=50241 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=4963782 cpu@end=4963782 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=16965224979 cpu@end=16966368605 deltaMS=1.143626 thread 42 name=JFR Periodic Tasks cpu@start=130182610121 cpu@end=130299103969 deltaMS=116.493848 thread 45 name=Notification Thread cpu@start=73425 cpu@end=73425 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1853722705611 cpu@end=1853722705611 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1858304770786 cpu@end=1858304770786 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1857822612552 cpu@end=1857822612552 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1853380401160 cpu@end=1853380401160 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1862612059266 cpu@end=1862612059266 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1852054674185 cpu@end=1852054674185 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1854450010268 cpu@end=1854450010268 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1851127359564 cpu@end=1851127359564 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1854660653624 cpu@end=1854660653624 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1853323833117 cpu@end=1853323833117 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1857321129941 cpu@end=1857321129941 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1857099118829 cpu@end=1857099118829 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1859990174711 cpu@end=1859990174711 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1860149523077 cpu@end=1860149523077 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1856985291233 cpu@end=1856985291233 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1857743333905 cpu@end=1857743333905 deltaMS=0.0 Average CPU cores used: 1.0464790182677117 completed 1000 searches in 2376 ms: 420 QPS CPU time=2486 ms checking results SUMMARY: 0.880 2.376 2.486 1.046 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 5719 1028.89 7775.34 1132.92 1 36186.13 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=250, Fanout min=6, mean=16.12, max=32, meandelta=406776.56 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 15 17 18 20 24 32 Graph level=2 size=7689, Fanout min=7, mean=27.31, max=32, meandelta=268971.31 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 24 27 31 32 32 32 32 32 Graph level=1 size=247281, Fanout min=1, mean=28.30, max=32, meandelta=258576.84 % 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.74, max=64, meandelta=194149.38 % 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=250, connectedness=1.00 Graph level=2 size=7689, connectedness=1.00 Graph level=1 size=247281, 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.18.10.03.33/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': 47,844,655.28 msec task-clock:u 184,926,259,848,227 cycles:u (36.36%) 187,278,846,731,925 instructions:u (36.36%) 4,324,339,310,383 cache-references:u (36.36%) 1,835,569,969,185 cache-misses:u (36.36%) 68,598,431,941,496 L1-dcache-loads:u (36.36%) 2,022,400,397,798 L1-dcache-load-misses:u (36.36%) 3,979,665,506,808 L1-icache-loads:u (36.36%) 16,951,870,790 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 28,991,484 faults:u 28,003,436 minor-faults:u 18,814 major-faults:u 16,476,361,190,866 branches:u (36.36%) 118,117,930,084 branch-misses:u (36.36%) 2,784,411,157,139 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 2399.804087692 seconds time elapsed 47207.608711000 seconds user 624.444303000 seconds sys took 0:39:59.839828 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='ff110e83c79fc1519b68b5e1735c32456112c99a', luceneutil_git_rev='63c1b2b252f377e272313c1ac0f182be79ad78b6', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=True, recall=0.88, cpu_time_ms=2.376, net_cpu_ms=2.486, avg_cpu_core_count=1.046, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='4 bits', total_visited=5719, index_time_sec=1028.89, index_docs_per_sec=7775.34, force_merge_time_sec=1132.92, index_num_segments=1, index_size_on_disk_mb=36186.13, selectivity=None, pre_post_filter='null', vec_disk_mb=35278.32, vec_ram_mb=4028.32, graph_level_conn_p_values={3: (250, {0: 0, 10: 10, 20: 12, 30: 13, 40: 14, 50: 15, 60: 17, 70: 18, 80: 20, 90: 24, 100: 32}), 2: (7689, {0: 0, 10: 18, 20: 21, 30: 24, 40: 27, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247281, {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: 59, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=2399, microseconds=839828)) Profiler summary for /l/logs.nightly/2026.05.18.10.03.33/bench-knn-q4-fmTrue.jfr Version: 2.1 Chunks: 115 Start: 2026-05-18 15:47:35 (UTC) Duration: 2387 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 46000278 786688064 jdk.FileWrite 22565720 476340550 jdk.FileRead 8003662 182283234 jdk.ObjectAllocationInNewTLAB 72979 1446409 jdk.BooleanFlag 57040 1804551 jdk.CPULoad 44752 894401 jdk.Checkpoint 8102 30157578 jdk.Compilation 6246 161046 jdk.UnsignedIntFlag 5520 187258 jdk.IntFlag 5060 184629 jdk.StringFlag 3910 151571 jdk.ObjectAllocationOutsideTLAB 1349 24044 jdk.CPUInformation 115 172726 jdk.GCConfiguration 115 2986 jdk.JVMInformation 115 109246 jdk.Metadata 115 12710602 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.18.10.03.33/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q4-fmTrue.jfr is 1424.15 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 46000278 events (total: 46M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 43.18% 19M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] 20.63% 9M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] 10.70% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 6.92% 3M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 3.44% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 3.26% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 2.36% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 1.35% 619421 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 1.19% 548799 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.85% 390414 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.82% 376900 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.59% 269359 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 0.50% 229143 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.47% 215074 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.33% 153005 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.26% 119134 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.24% 112432 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.24% 111664 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.24% 110570 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.21% 98141 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.17% 76246 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.14% 65297 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.11% 48981 sun.nio.ch.NativeThread#current0() [Native code] 0.10% 47802 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.10% 46524 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.10% 45667 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.09% 41332 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.09% 40324 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.08% 38797 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.07% 30735 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.07% 30545 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.06% 28086 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.06% 27568 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.06% 25759 java.util.Arrays#sort():99 [Inlined code] 0.05% 22948 org.apache.lucene.util.TernaryLongHeap#push():79 [Inlined code] 0.04% 19096 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.04% 18931 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.04% 18814 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.04% 17849 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.03% 15747 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 14503 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():60 [Inlined code] 0.03% 14497 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 12941 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.03% 11538 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 10465 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 0.02% 10152 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 9669 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.02% 8808 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.02% 8226 knn.IndexerThread#_run():105 [JIT compiled code] 0.02% 7969 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.18.10.03.33/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q4-fmTrue.jfr is 1424.15 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 46000278 events (total: 46M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 41.95% 19M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 20.63% 9M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():583 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [JIT compiled code] 10.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] 6.89% 3M 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.22% 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] 2.58% 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.36% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 1.29% 593060 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] at 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] 1.03% 471716 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [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] 0.69% 317905 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():790 [Inlined code] 0.65% 300925 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.63% 289544 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.53% 243783 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.46% 210346 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.40% 184245 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.36% 163807 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.33% 152762 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.28% 130894 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.26% 119131 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% 111633 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% 106465 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at 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] 0.22% 103188 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.19% 88758 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.19% 88662 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% 88462 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.19% 85228 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.17% 77437 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.16% 75825 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.14% 65294 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.14% 63450 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.12% 54511 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.09% 41402 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.09% 41332 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% 40022 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% 36528 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% 34834 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% 31821 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.07% 30735 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeAndRecalculateCentroids():459 [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():331 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] 0.07% 30543 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.06% 29037 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.06% 28082 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% 27568 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.06% 25963 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% 25758 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.05% 21803 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% 21579 org.apache.lucene.util.TernaryLongHeap#push():79 [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% 20414 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% 20399 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% 20323 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% 17640 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] 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.18.10.03.33/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q4-fmTrue.jfr is 1424.15 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 46000278 events (total: 46M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 26.03% 11M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [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 [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.0x000000008019a880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 14.23% 6M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [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 [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.0x000000008019a880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 9.96% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():583 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [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 [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] 9.52% 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 4.60% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():583 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [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 [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] 4.54% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():583 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [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 [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] 2.80% 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.08% 957598 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] 2.00% 921751 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.0x000000008019a880#call() [Inlined code] 1.79% 822300 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():790 [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.74% 799797 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] 1.03% 473798 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.0x000000008019a880#call() [Inlined code] 1.03% 473696 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [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 [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.0x000000008019a880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.91% 420787 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000801963b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.91% 420582 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000801963b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.87% 399544 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():790 [Inlined code] 0.84% 385078 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] at 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] 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] 0.74% 341498 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000801963b8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.69% 317570 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():790 [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] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.69% 316523 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [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 [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.57% 263744 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.0x000000008019a880#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.0x000000008019add8#run() [JIT compiled code] 0.49% 226900 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():583 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [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 [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.42% 194936 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [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 [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.0x000000008019a880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.40% 183969 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():583 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [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 [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.39% 178925 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] at 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] 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] 0.38% 175406 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.36% 163413 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():209 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():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.34% 154131 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [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 [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.28% 128954 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.0x000000008019a880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.27% 123112 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():583 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [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 [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.25% 112791 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.0x000000008019a880#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.22% 99525 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.19% 88662 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.0x000000008007aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.19% 86090 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.19% 85872 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [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 [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.0x000000008019a880#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.18% 84687 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.0x000000008019a880#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.0x000000008019add8#run() [JIT compiled code] 0.17% 80025 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():583 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [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 [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.17% 80015 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.0x000000008019a880#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.0x000000008019add8#run() [JIT compiled code] 0.16% 75304 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():790 [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.15% 69691 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000801963b8#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% 69484 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():209 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():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 [JIT compiled code] 0.14% 64868 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.0x000000008019a880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.14% 63945 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% 60541 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.0x000000008019a880#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% 59546 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000801963b8#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% 59259 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.0x000000008019a880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.13% 58526 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at 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] 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] 0.12% 56767 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():790 [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% 55008 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000801963b8#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% 53462 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.0x000000008019a880#call() [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.18.10.03.33/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q4-fmTrue.jfr is 1424.15 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 74305 events (total: 572940M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.54% 134862M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 23.31% 133535M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 23.02% 131878M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 11.08% 63491M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 5.52% 31625M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.92% 22477M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.05% 5999M java.util.Arrays#copyOf():3478 [Inlined code] 0.98% 5595M java.lang.Integer#valueOf():1006 [Inlined code] 0.75% 4292M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.69% 3951M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.68% 3892M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.65% 3708M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.58% 3307M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] 0.34% 1962M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.31% 1785M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.30% 1731M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.29% 1672M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.20% 1121M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.19% 1106M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.17% 953M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.16% 905M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.13% 773M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.13% 746M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.13% 745M java.util.ArrayList#grow():240 [Inlined code] 0.10% 590M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.10% 556M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.09% 531M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.08% 453M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.08% 453M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.07% 421M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.07% 395M knn.IndexerThread#_run():108 [JIT compiled code] 0.06% 370M 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.06% 329M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.05% 280M knn.IndexerThread#_run():125 [JIT compiled code] 0.05% 277M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.05% 265M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.04% 256M knn.IndexerThread#_run():86 [JIT compiled code] 0.04% 219M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.04% 204M org.apache.lucene.document.Document#():42 [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% 167M org.apache.lucene.util.ArrayUtil#growExact():319 [JIT compiled code] 0.03% 154M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.03% 150M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 147M java.lang.ThreadLocal$ThreadLocalMap#set():550 [Inlined code] 0.02% 135M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.02% 130M java.util.HashMap#newNode():1910 [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.18.10.03.33/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q4-fmTrue.jfr is 1424.15 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 74305 events (total: 572940M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.98% 108728M 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.56% 106318M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 13.17% 75444M 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.45% 54158M 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.80% 38976M 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.52% 31625M 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.41% 25252M 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% 24807M 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.28% 24502M 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] 3.92% 22477M 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% 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.94% 5408M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] 0.75% 4292M 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.70% 4034M 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.68% 3892M 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.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.36% 2069M 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.32% 1811M 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.31% 1785M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.26% 1481M 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.25% 1416M 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.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.22% 1285M 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.19% 1085M 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.17% 953M 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.17% 952M 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 [JIT compiled code] 0.15% 884M 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% 794M 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% 746M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2274 [JIT compiled code] 0.13% 745M 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% 687M 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% 587M 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():790 [Inlined code] 0.10% 583M 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.10% 581M 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.10% 545M 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.09% 535M 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.09% 528M 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% 494M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.08% 480M 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% 453M 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% 452M 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.07% 421M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.07% 401M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.07% 400M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():534 [JIT compiled code] 0.07% 395M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.07% 391M 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.06% 370M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000008019add8#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.05% 307M 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.05% 299M 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():790 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.18.10.03.33/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q4-fmTrue.jfr is 1424.15 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 74305 events (total: 572940M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.90% 50978M 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.0x000000008019a880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 8.62% 49399M 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.0x000000008019a880#call() [Inlined code] 8.46% 48491M 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.0x000000008019a880#call() [Inlined code] 6.79% 38912M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 6.75% 38667M 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] 5.52% 31625M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():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] 4.27% 24445M 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.0x000000008019a880#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 4.21% 24122M 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.0x000000008019a880#call() [Inlined code] 4.08% 23368M 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.0x000000008019a880#call() [Inlined code] 4.05% 23176M 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():790 [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.54% 20263M 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():790 [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.85% 16352M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 2.67% 15297M 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.52% 8688M 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.45% 8296M 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.42% 8150M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 1.31% 7514M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():440 [Interpreted code] 1.28% 7360M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():440 [Interpreted code] 1.26% 7234M 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.0x000000008019a880#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.12% 6399M 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():790 [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.97% 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.94% 5408M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1131 [JIT compiled code] at knn.KnnGraphTester#printFanoutHist():1086 [Interpreted code] at knn.KnnGraphTester#printFanoutHist():1061 [Interpreted code] at knn.KnnGraphTester#run():775 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] at knn.KnnGraphTester#main():275 [Interpreted code] 0.94% 5373M 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.92% 5287M 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.77% 4427M 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.77% 4416M 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.77% 4402M 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():790 [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% 4328M 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.0x000000008019a880#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.75% 4285M 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():790 [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% 2900M 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():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [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% 2875M 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.0x000000008019a880#call() [Inlined code] 0.48% 2775M 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.0x000000008019a880#call() [Inlined code] 0.47% 2664M 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.43% 2491M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():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.40% 2300M 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():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [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% 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.0x000000008019a880#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.0x000000008019add8#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.38% 2165M 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.0x000000008019a880#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.37% 2137M 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():790 [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.31% 1785M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.26% 1510M 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.0x000000008019a880#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% 1496M 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.0x000000008019a880#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% 1408M 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():790 [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.23% 1325M 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.0x000000008019a880#call() [Inlined code] 0.20% 1158M 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.0x000000008019a880#call() [Inlined code] 0.17% 979M 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():790 [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.17% 952M 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 [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.0x000000008019a880#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.0x000000008019add8#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.16% 917M 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.0x000000008019a880#call() [Interpreted code] 0.14% 821M 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.0x000000008019a880#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% 745M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] now remove KNN index knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-fm cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.18.10.03.33/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.217s][info][jfr,startup] Started recording 1. [0.217s][info][jfr,startup] [0.217s][info][jfr,startup] Use jcmd 470997 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2608669469092628 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 18, 2026 12:39:37 PM 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: 121 segments, 13 merges 189.4s _185: 8 segs, 786.2 K docs, 3920.0 MB 101.0s _1ar: 8 segs, 162.6 K docs, 808.9 MB 83.7s _1bd: 8 segs, 279.5 K docs, 1392.0 MB 57.6s _1cd: 8 segs, 40.2 K docs, 199.2 MB 51.6s _1cm: 8 segs, 41.8 K docs, 207.1 MB 44.9s _1cu: 8 segs, 81.5 K docs, 404.8 MB 37.3s _1d3: 8 segs, 41.6 K docs, 205.8 MB 30.4s _1da: 8 segs, 128.5 K docs, 639.2 MB 24.3s _1di: 8 segs, 75.2 K docs, 373.4 MB 18.5s _1dp: 8 segs, 73.9 K docs, 366.8 MB 11.9s _1dz: 8 segs, 39.3 K docs, 194.4 MB 4.5s _1e7: 8 segs, 90.5 K docs, 449.8 MB 0.0s _1eb: 11 segs, 40.5 K docs, 200.3 MB 5.0 sec: 114 segments, 12 merges 194.4s _185: 8 segs, 786.2 K docs, 3920.0 MB 106.0s _1ar: 8 segs, 162.6 K docs, 808.9 MB 88.7s _1bd: 8 segs, 279.5 K docs, 1392.0 MB 62.7s _1cd: 8 segs, 40.2 K docs, 199.2 MB 56.6s _1cm: 8 segs, 41.8 K docs, 207.1 MB 49.9s _1cu: 8 segs, 81.5 K docs, 404.8 MB 35.4s _1da: 8 segs, 128.5 K docs, 639.2 MB 29.3s _1di: 8 segs, 75.2 K docs, 373.4 MB 23.5s _1dp: 8 segs, 73.9 K docs, 366.8 MB 16.9s _1dz: 8 segs, 39.3 K docs, 194.4 MB 9.5s _1e7: 8 segs, 90.5 K docs, 449.8 MB 5.0s _1eb: 11 segs, 40.5 K docs, 200.3 MB 10.0 sec: 107 segments, 11 merges 199.5s _185: 8 segs, 786.2 K docs, 3920.0 MB 111.0s _1ar: 8 segs, 162.6 K docs, 808.9 MB 93.7s _1bd: 8 segs, 279.5 K docs, 1392.0 MB 67.7s _1cd: 8 segs, 40.2 K docs, 199.2 MB 61.6s _1cm: 8 segs, 41.8 K docs, 207.1 MB 40.4s _1da: 8 segs, 128.5 K docs, 639.2 MB 34.3s _1di: 8 segs, 75.2 K docs, 373.4 MB 28.5s _1dp: 8 segs, 73.9 K docs, 366.8 MB 21.9s _1dz: 8 segs, 39.3 K docs, 194.4 MB 14.6s _1e7: 8 segs, 90.5 K docs, 449.8 MB 10.0s _1eb: 11 segs, 40.5 K docs, 200.3 MB 15.0 sec: 107 segments, 11 merges 204.5s _185: 8 segs, 786.2 K docs, 3920.0 MB 116.0s _1ar: 8 segs, 162.6 K docs, 808.9 MB 98.7s _1bd: 8 segs, 279.5 K docs, 1392.0 MB 72.7s _1cd: 8 segs, 40.2 K docs, 199.2 MB 66.7s _1cm: 8 segs, 41.8 K docs, 207.1 MB 45.4s _1da: 8 segs, 128.5 K docs, 639.2 MB 39.3s _1di: 8 segs, 75.2 K docs, 373.4 MB 33.5s _1dp: 8 segs, 73.9 K docs, 366.8 MB 26.9s _1dz: 8 segs, 39.3 K docs, 194.4 MB 19.6s _1e7: 8 segs, 90.5 K docs, 449.8 MB 15.0s _1eb: 11 segs, 40.5 K docs, 200.3 MB 20.0 sec: 93 segments, 9 merges 121.0s _1ar: 8 segs, 162.6 K docs, 808.9 MB 103.7s _1bd: 8 segs, 279.5 K docs, 1392.0 MB 77.7s _1cd: 8 segs, 40.2 K docs, 199.2 MB 50.5s _1da: 8 segs, 128.5 K docs, 639.2 MB 44.3s _1di: 8 segs, 75.2 K docs, 373.4 MB 38.5s _1dp: 8 segs, 73.9 K docs, 366.8 MB 31.9s _1dz: 8 segs, 39.3 K docs, 194.4 MB 24.6s _1e7: 8 segs, 90.5 K docs, 449.8 MB 20.0s _1eb: 11 segs, 40.5 K docs, 200.3 MB 25.0 sec: 86 segments, 8 merges 108.8s _1bd: 8 segs, 279.5 K docs, 1392.0 MB 82.7s _1cd: 8 segs, 40.2 K docs, 199.2 MB 55.5s _1da: 8 segs, 128.5 K docs, 639.2 MB 49.4s _1di: 8 segs, 75.2 K docs, 373.4 MB 43.5s _1dp: 8 segs, 73.9 K docs, 366.8 MB 37.0s _1dz: 8 segs, 39.3 K docs, 194.4 MB 29.6s _1e7: 8 segs, 90.5 K docs, 449.8 MB 25.0s _1eb: 11 segs, 40.5 K docs, 200.3 MB 30.1 sec: 72 segments, 7 merges 113.8s _1bd: 8 segs, 279.5 K docs, 1392.0 MB 60.5s _1da: 8 segs, 128.5 K docs, 639.2 MB 48.6s _1dp: 8 segs, 73.9 K docs, 366.8 MB 42.0s _1dz: 8 segs, 39.3 K docs, 194.4 MB 34.6s _1e7: 8 segs, 90.5 K docs, 449.8 MB 30.1s _1eb: 11 segs, 40.5 K docs, 200.3 MB 1.9s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 35.1 sec: 72 segments, 7 merges 118.8s _1bd: 8 segs, 279.5 K docs, 1392.0 MB 65.5s _1da: 8 segs, 128.5 K docs, 639.2 MB 53.6s _1dp: 8 segs, 73.9 K docs, 366.8 MB 47.0s _1dz: 8 segs, 39.3 K docs, 194.4 MB 39.6s _1e7: 8 segs, 90.5 K docs, 449.8 MB 35.1s _1eb: 11 segs, 40.5 K docs, 200.3 MB 6.9s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 40.1 sec: 55 segments, 5 merges 123.8s _1bd: 8 segs, 279.5 K docs, 1392.0 MB 70.5s _1da: 8 segs, 128.5 K docs, 639.2 MB 58.6s _1dp: 8 segs, 73.9 K docs, 366.8 MB 52.0s _1dz: 8 segs, 39.3 K docs, 194.4 MB 11.9s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 45.1 sec: 41 segments, 4 merges 128.8s _1bd: 8 segs, 279.5 K docs, 1392.0 MB 75.5s _1da: 8 segs, 128.5 K docs, 639.2 MB 16.9s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 4.0s _1ed: 8 segs, 625.1 K docs, 3115.5 MB 50.1 sec: 34 segments, 3 merges 80.5s _1da: 8 segs, 128.5 K docs, 639.2 MB 21.9s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 9.0s _1ed: 8 segs, 625.1 K docs, 3115.5 MB 55.1 sec: 27 segments, 2 merges 26.9s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 14.0s _1ed: 8 segs, 625.1 K docs, 3115.5 MB 60.1 sec: 27 segments, 2 merges 31.9s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 19.0s _1ed: 8 segs, 625.1 K docs, 3115.5 MB 65.1 sec: 27 segments, 2 merges 36.9s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 24.0s _1ed: 8 segs, 625.1 K docs, 3115.5 MB 70.1 sec: 27 segments, 2 merges 41.9s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 29.0s _1ed: 8 segs, 625.1 K docs, 3115.5 MB 75.0 sec: 27 segments, 2 merges 46.8s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 33.9s _1ed: 8 segs, 625.1 K docs, 3115.5 MB 80.0 sec: 27 segments, 2 merges 51.8s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 38.9s _1ed: 8 segs, 625.1 K docs, 3115.5 MB 85.0 sec: 27 segments, 2 merges 56.8s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 44.0s _1ed: 8 segs, 625.1 K docs, 3115.5 MB 90.0 sec: 27 segments, 2 merges 61.8s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 49.0s _1ed: 8 segs, 625.1 K docs, 3115.5 MB 95.0 sec: 27 segments, 2 merges 66.8s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 54.0s _1ed: 8 segs, 625.1 K docs, 3115.5 MB 100.0 sec: 27 segments, 2 merges 71.8s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 59.0s _1ed: 8 segs, 625.1 K docs, 3115.5 MB 105.0 sec: 27 segments, 2 merges 76.9s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 64.0s _1ed: 8 segs, 625.1 K docs, 3115.5 MB 110.0 sec: 27 segments, 2 merges 81.9s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 69.0s _1ed: 8 segs, 625.1 K docs, 3115.5 MB 115.0 sec: 27 segments, 2 merges 86.9s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 74.0s _1ed: 8 segs, 625.1 K docs, 3115.5 MB 120.1 sec: 27 segments, 2 merges 91.9s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 79.0s _1ed: 8 segs, 625.1 K docs, 3115.5 MB 125.1 sec: 27 segments, 2 merges 96.9s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 84.0s _1ed: 8 segs, 625.1 K docs, 3115.5 MB 130.1 sec: 27 segments, 2 merges 101.9s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 89.0s _1ed: 8 segs, 625.1 K docs, 3115.5 MB 135.1 sec: 27 segments, 2 merges 106.9s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 94.0s _1ed: 8 segs, 625.1 K docs, 3115.5 MB 140.1 sec: 27 segments, 2 merges 111.9s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 99.0s _1ed: 8 segs, 625.1 K docs, 3115.5 MB 145.1 sec: 27 segments, 2 merges 116.9s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 104.0s _1ed: 8 segs, 625.1 K docs, 3115.5 MB 150.1 sec: 27 segments, 2 merges 121.9s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 109.0s _1ed: 8 segs, 625.1 K docs, 3115.5 MB 155.1 sec: 27 segments, 2 merges 126.9s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 114.0s _1ed: 8 segs, 625.1 K docs, 3115.5 MB 160.0 sec: 27 segments, 2 merges 131.8s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 118.9s _1ed: 8 segs, 625.1 K docs, 3115.5 MB 165.0 sec: 20 segments, 1 merges 136.8s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 170.0 sec: 20 segments, 1 merges 141.8s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 175.0 sec: 20 segments, 1 merges 146.8s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 180.0 sec: 20 segments, 1 merges 151.8s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 185.0 sec: 20 segments, 1 merges 156.8s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 190.0 sec: 20 segments, 1 merges 161.9s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 195.0 sec: 20 segments, 1 merges 166.9s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 200.0 sec: 20 segments, 1 merges 171.9s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 205.0 sec: 20 segments, 1 merges 176.9s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 210.1 sec: 20 segments, 1 merges 181.9s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 215.1 sec: 20 segments, 1 merges 186.9s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 220.1 sec: 20 segments, 1 merges 191.9s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 225.1 sec: 20 segments, 1 merges 196.9s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 230.1 sec: 20 segments, 1 merges 201.9s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 235.1 sec: 20 segments, 1 merges 206.9s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 240.1 sec: 20 segments, 1 merges 211.9s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 245.0 sec: 20 segments, 1 merges 216.8s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 250.0 sec: 20 segments, 1 merges 221.8s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 255.0 sec: 20 segments, 1 merges 226.8s _1ec: 3 segs, 995.4 K docs, 4967.7 MB 260.0 sec: 20 segments, 1 merges 231.8s _1ec: 3 segs, 995.4 K docs, 4967.7 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1545 seconds reindex takes 1545.19 sec index has 18 segments: segments_2: _8e(11.0.0):C872322 _j5(11.0.0):C1023017 _vk(11.0.0):C995556 _tc(11.0.0):C536771 _1ec(11.0.0):C995391 _124(11.0.0):C930660 _185(11.0.0):C786217 _11k(11.0.0):C177768 _179(11.0.0):C211630 _1ed(11.0.0):C625125 _1bd(11.0.0):C279500 _1ar(11.0.0):C162594 _17x(11.0.0):C113403 _1da(11.0.0):C128526 _1cd(11.0.0):C40235 _1d3(11.0.0):C41557 _1dz(11.0.0):C39257 _1eb(11.0.0):C40471 _8e: 4356.2 MB _j5: 5109.6 MB _vk: 4972.3 MB _tc: 2679.5 MB _1ec: 4971.6 MB _124: 4648.0 MB _185: 3925.8 MB _11k: 886.8 MB _179: 1055.8 MB _1ed: 3120.9 MB _1bd: 1394.7 MB _1ar: 811.0 MB _17x: 565.4 MB _1da: 641.0 MB _1cd: 200.3 MB _1d3: 206.9 MB _1dz: 195.4 MB _1eb: 201.5 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=1.0 index disk usage is 39942.94 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=57051751868 cpu@end=71295691578 deltaMS=14243.93971 thread 14 name=Reference Handler cpu@start=1716155 cpu@end=1716155 deltaMS=0.0 thread 15 name=Finalizer cpu@start=179219 cpu@end=179219 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=63866 cpu@end=63866 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=7142662 cpu@end=7142662 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=19443561138 cpu@end=19446175028 deltaMS=2.61389 thread 42 name=JFR Periodic Tasks cpu@start=123879546075 cpu@end=124563854320 deltaMS=684.308245 thread 45 name=Notification Thread cpu@start=115239 cpu@end=115239 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1746453976907 cpu@end=1746453976907 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1748282428464 cpu@end=1748282428464 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1746158053130 cpu@end=1746158053130 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1746321077239 cpu@end=1746321077239 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1749646754803 cpu@end=1749646754803 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1746624195994 cpu@end=1746624195994 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1748956902411 cpu@end=1748956902411 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1751451572727 cpu@end=1751451572727 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1749953423151 cpu@end=1749953423151 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1748444898672 cpu@end=1748444898672 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1750458449870 cpu@end=1750458449870 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1748752909970 cpu@end=1748752909970 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1749907541832 cpu@end=1749907541832 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1746669067650 cpu@end=1746669067650 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1750482432992 cpu@end=1750482432992 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1746377990010 cpu@end=1746377990010 deltaMS=0.0 Average CPU cores used: 1.0474148172305697 completed 1000 searches in 14254 ms: 70 QPS CPU time=14929 ms checking results SUMMARY: 0.954 14.254 14.929 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 65297 1545.19 5177.35 0.00 18 39942.94 null N/A 1.000 39184.570 7934.570 false HNSW no Leaf 0 has 4 layers Leaf 0 has 872322 documents Graph level=3 size=35, Fanout min=4, mean=7.49, max=13, meandelta=71216.58 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 7 7 8 9 9 10 13 Graph level=2 size=758, Fanout min=7, mean=22.38, max=32, meandelta=35774.71 % 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=26737, Fanout min=2, mean=27.98, max=32, meandelta=28546.65 % 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=872322, Fanout min=1, mean=39.53, max=64, meandelta=20442.74 % 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=35, connectedness=1.00 Graph level=2 size=758, connectedness=1.00 Graph level=1 size=26737, connectedness=1.00 Graph level=0 size=872322, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 1023017 documents Graph level=3 size=55, Fanout min=3, mean=8.25, max=18, meandelta=96359.81 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 7 8 8 9 11 12 18 Graph level=2 size=833, Fanout min=7, mean=22.63, max=32, meandelta=41422.60 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 19 20 22 25 27 31 32 32 Graph level=1 size=30995, Fanout min=2, mean=28.06, max=32, meandelta=33375.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=1023017, Fanout min=1, mean=39.47, max=64, meandelta=23994.17 % 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=833, connectedness=1.00 Graph level=1 size=30995, connectedness=1.00 Graph level=0 size=1023017, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 995556 documents Graph level=3 size=59, Fanout min=6, mean=10.07, max=16, meandelta=75854.72 % 0 10 20 30 40 50 60 70 80 90 100 0 6 8 8 9 10 11 11 13 14 16 Graph level=2 size=848, Fanout min=8, mean=23.23, max=32, meandelta=39070.07 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 21 23 26 28 32 32 32 Graph level=1 size=30280, Fanout min=3, mean=27.99, max=32, meandelta=32586.21 % 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=995556, Fanout min=1, mean=39.50, max=64, meandelta=23333.45 % 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=59, connectedness=1.00 Graph level=2 size=848, connectedness=1.00 Graph level=1 size=30280, connectedness=1.00 Graph level=0 size=995556, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 536771 documents Graph level=3 size=28, Fanout min=2, mean=5.21, max=10, meandelta=57232.52 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 4 4 5 5 6 7 8 10 Graph level=2 size=422, Fanout min=6, mean=19.50, max=32, meandelta=24022.46 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 16 17 19 21 23 25 29 32 Graph level=1 size=16320, Fanout min=5, mean=27.70, max=32, meandelta=17730.08 % 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=536771, Fanout min=1, mean=39.58, max=64, meandelta=12575.31 % 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=28, connectedness=1.00 Graph level=2 size=422, connectedness=1.00 Graph level=1 size=16320, connectedness=1.00 Graph level=0 size=536771, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 995391 documents Graph level=3 size=57, Fanout min=2, mean=8.35, max=16, meandelta=94863.81 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 7 8 9 9 11 12 16 Graph level=2 size=797, Fanout min=8, mean=22.25, max=32, meandelta=40922.79 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 21 24 26 29 32 32 Graph level=1 size=30214, Fanout min=3, mean=28.06, max=32, meandelta=32509.35 % 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=995391, Fanout min=1, mean=39.52, max=64, meandelta=23322.40 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=57, connectedness=1.00 Graph level=2 size=797, connectedness=1.00 Graph level=1 size=30214, connectedness=1.00 Graph level=0 size=995391, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 930660 documents Graph level=3 size=49, Fanout min=4, mean=7.80, max=18, meandelta=87994.83 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 6 7 7 8 9 13 18 Graph level=2 size=838, Fanout min=7, mean=22.84, max=32, meandelta=36723.65 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 19 20 22 25 28 31 32 32 Graph level=1 size=28333, Fanout min=4, mean=28.03, max=32, meandelta=30380.08 % 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=930660, Fanout min=1, mean=39.55, max=64, meandelta=21799.32 % 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=49, connectedness=1.00 Graph level=2 size=838, connectedness=1.00 Graph level=1 size=28333, connectedness=1.00 Graph level=0 size=930660, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 786217 documents Graph level=3 size=41, Fanout min=3, mean=7.12, max=12, meandelta=83472.73 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 6 7 7 8 9 10 12 Graph level=2 size=688, Fanout min=6, mean=21.84, max=32, meandelta=32859.95 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 17 19 21 23 26 29 32 32 Graph level=1 size=23927, Fanout min=2, mean=27.94, max=32, meandelta=25703.81 % 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=786217, Fanout min=1, mean=39.53, max=64, meandelta=18427.12 % 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=688, connectedness=1.00 Graph level=1 size=23927, connectedness=1.00 Graph level=0 size=786217, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 177768 documents Graph level=3 size=9, Fanout min=2, mean=3.78, max=5, meandelta=32644.18 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 3 3 3 4 4 5 5 5 Graph level=2 size=155, Fanout min=5, mean=13.60, max=25, meandelta=11242.68 % 0 10 20 30 40 50 60 70 80 90 100 0 8 10 11 12 13 15 16 17 19 25 Graph level=1 size=5501, Fanout min=8, mean=27.07, max=32, meandelta=5984.15 % 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=177768, Fanout min=1, mean=39.30, max=64, meandelta=4201.73 % 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=9, connectedness=1.00 Graph level=2 size=155, connectedness=1.00 Graph level=1 size=5501, connectedness=1.00 Graph level=0 size=177768, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 211630 documents Graph level=3 size=8, Fanout min=2, mean=3.75, max=5, meandelta=22343.30 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 3 3 4 4 4 4 5 5 Graph level=2 size=189, Fanout min=5, mean=14.44, max=31, meandelta=12305.49 % 0 10 20 30 40 50 60 70 80 90 100 0 9 10 12 13 14 15 16 18 21 31 Graph level=1 size=6555, Fanout min=8, mean=27.31, max=32, meandelta=7102.80 % 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=211630, Fanout min=1, mean=39.30, max=64, meandelta=5001.65 % 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=6555, connectedness=1.00 Graph level=0 size=211630, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 625125 documents Graph level=3 size=33, Fanout min=3, mean=6.61, max=12, meandelta=60319.60 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 5 6 6 7 8 8 9 12 Graph level=2 size=512, Fanout min=6, mean=20.93, max=32, meandelta=27335.36 % 0 10 20 30 40 50 60 70 80 90 100 0 13 15 17 18 20 22 24 27 31 32 Graph level=1 size=19021, Fanout min=5, mean=27.86, max=32, meandelta=20578.70 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=625125, Fanout min=1, mean=39.60, max=64, meandelta=14635.72 % 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=33, connectedness=1.00 Graph level=2 size=512, connectedness=1.00 Graph level=1 size=19021, connectedness=1.00 Graph level=0 size=625125, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 279500 documents Graph level=3 size=17, Fanout min=2, mean=5.18, max=8, meandelta=41226.91 % 0 10 20 30 40 50 60 70 80 90 100 0 2 4 4 5 5 5 5 6 6 8 Graph level=2 size=255, Fanout min=6, mean=16.96, max=32, meandelta=14094.01 % 0 10 20 30 40 50 60 70 80 90 100 0 10 13 14 15 16 17 19 21 24 32 Graph level=1 size=8601, Fanout min=6, mean=27.51, max=32, meandelta=9273.37 % 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=279500, Fanout min=1, mean=39.46, max=64, meandelta=6576.44 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=17, connectedness=1.00 Graph level=2 size=255, connectedness=1.00 Graph level=1 size=8601, connectedness=1.00 Graph level=0 size=279500, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 162594 documents Graph level=3 size=8, Fanout min=3, mean=3.50, max=5, meandelta=18259.96 % 0 10 20 30 40 50 60 70 80 90 100 0 1 3 3 3 3 3 3 4 4 5 Graph level=2 size=156, Fanout min=4, mean=13.32, max=26, meandelta=10174.46 % 0 10 20 30 40 50 60 70 80 90 100 0 9 10 11 11 13 14 15 17 19 26 Graph level=1 size=5029, Fanout min=8, mean=26.92, max=32, meandelta=5517.11 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 24 26 30 32 32 32 32 32 Graph level=0 size=162594, Fanout min=1, mean=39.24, max=64, meandelta=3848.87 % 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=5029, connectedness=1.00 Graph level=0 size=162594, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 113403 documents Graph level=3 size=6, Fanout min=1, mean=2.00, max=3, meandelta=20848.50 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 2 2 2 2 3 3 Graph level=2 size=104, Fanout min=6, mean=11.54, max=27, meandelta=8312.28 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 9 10 11 12 13 14 16 27 Graph level=1 size=3472, Fanout min=8, mean=26.47, max=32, meandelta=3919.07 % 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=113403, Fanout min=2, mean=38.92, max=64, meandelta=2703.84 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 41 47 57 64 64 Graph level=3 size=6, connectedness=1.00 Graph level=2 size=104, connectedness=1.00 Graph level=1 size=3472, connectedness=1.00 Graph level=0 size=113403, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 128526 documents Graph level=3 size=5, Fanout min=1, mean=2.40, max=4, meandelta=10362.50 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 2 2 2 2 3 3 4 Graph level=2 size=117, Fanout min=5, mean=12.43, max=24, meandelta=8708.08 % 0 10 20 30 40 50 60 70 80 90 100 0 7 9 11 11 12 13 14 15 17 24 Graph level=1 size=4006, Fanout min=8, mean=26.70, max=32, meandelta=4405.96 % 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=128526, Fanout min=2, mean=39.11, max=64, meandelta=3055.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=5, connectedness=1.00 Graph level=2 size=117, connectedness=1.00 Graph level=1 size=4006, connectedness=1.00 Graph level=0 size=128526, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 40235 documents Graph level=3 size=2, Fanout min=1, mean=1.00, max=1, meandelta=0.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 1 1 1 Graph level=2 size=33, Fanout min=4, mean=7.64, max=13, meandelta=4218.39 % 0 10 20 30 40 50 60 70 80 90 100 0 5 5 7 7 7 8 9 9 9 13 Graph level=1 size=1239, Fanout min=9, mean=24.33, max=32, meandelta=1495.75 % 0 10 20 30 40 50 60 70 80 90 100 0 16 18 20 22 24 27 30 32 32 32 Graph level=0 size=40235, Fanout min=3, mean=37.96, max=64, meandelta=982.06 % 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=33, connectedness=1.00 Graph level=1 size=1239, connectedness=1.00 Graph level=0 size=40235, connectedness=1.00 Leaf 15 has 4 layers Leaf 15 has 41557 documents Graph level=3 size=2, Fanout min=1, mean=1.00, max=1, meandelta=0.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 1 1 1 Graph level=2 size=33, Fanout min=3, mean=6.79, max=11, meandelta=4989.14 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 6 7 7 8 8 9 11 Graph level=1 size=1268, Fanout min=6, mean=24.19, max=32, meandelta=1536.53 % 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=41557, Fanout min=3, mean=37.83, max=64, meandelta=1017.44 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 39 45 54 64 64 Graph level=3 size=2, connectedness=1.00 Graph level=2 size=33, connectedness=1.00 Graph level=1 size=1268, connectedness=1.00 Graph level=0 size=41557, connectedness=1.00 Leaf 16 has 4 layers Leaf 16 has 39257 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=4, mean=6.56, max=11, meandelta=4727.50 % 0 10 20 30 40 50 60 70 80 90 100 0 5 5 5 5 6 6 7 8 10 11 Graph level=1 size=1213, Fanout min=9, mean=24.58, max=32, meandelta=1448.94 % 0 10 20 30 40 50 60 70 80 90 100 0 16 18 20 23 25 27 31 32 32 32 Graph level=0 size=39257, Fanout min=3, mean=37.93, max=64, meandelta=959.13 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 27 31 35 39 46 55 64 64 Graph level=3 size=1, connectedness=1.00 Graph level=2 size=32, connectedness=1.00 Graph level=1 size=1213, connectedness=1.00 Graph level=0 size=39257, connectedness=1.00 Leaf 17 has 4 layers Leaf 17 has 40471 documents Graph level=3 size=2, Fanout min=1, mean=1.00, max=1, meandelta=0.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 1 1 1 1 1 Graph level=2 size=33, Fanout min=4, mean=6.73, max=12, meandelta=4893.79 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 6 7 7 8 8 9 12 Graph level=1 size=1232, Fanout min=7, mean=24.18, max=32, meandelta=1490.98 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 20 22 24 27 31 32 32 32 Graph level=0 size=40471, Fanout min=3, mean=37.98, max=64, meandelta=987.26 % 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=33, connectedness=1.00 Graph level=1 size=1232, connectedness=1.00 Graph level=0 size=40471, 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.18.10.03.33/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,508,289.54 msec task-clock:u 208,893,717,974,916 cycles:u (36.36%) 116,831,189,173,455 instructions:u (36.36%) 3,468,727,239,462 cache-references:u (36.36%) 1,556,866,785,493 cache-misses:u (36.36%) 42,154,647,760,085 L1-dcache-loads:u (36.36%) 1,493,412,933,923 L1-dcache-load-misses:u (36.36%) 2,342,069,815,980 L1-icache-loads:u (36.36%) 12,521,594,572 L1-icache-load-misses:u (36.36%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 7,139,839 faults:u 6,247,152 minor-faults:u 781 major-faults:u 11,832,197,213,714 branches:u (36.36%) 89,354,863,032 branch-misses:u (36.36%) 3,060,476,216,887 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 1898.902431194 seconds time elapsed 53941.086303000 seconds user 556.129270000 seconds sys took 0:31:38.934731 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='ff110e83c79fc1519b68b5e1735c32456112c99a', luceneutil_git_rev='63c1b2b252f377e272313c1ac0f182be79ad78b6', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=False, recall=0.954, cpu_time_ms=14.254, net_cpu_ms=14.929, 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=65297, index_time_sec=1545.19, index_docs_per_sec=5177.35, force_merge_time_sec=0.0, index_num_segments=18, index_size_on_disk_mb=39942.94, selectivity=None, pre_post_filter='null', vec_disk_mb=39184.57, vec_ram_mb=7934.57, 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: (33, {0: 0, 10: 4, 20: 4, 30: 5, 40: 6, 50: 7, 60: 7, 70: 8, 80: 8, 90: 9, 100: 12}), 1: (1232, {0: 0, 10: 15, 20: 17, 30: 20, 40: 22, 50: 24, 60: 27, 70: 31, 80: 32, 90: 32, 100: 32}), 0: (40471, {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=1898, microseconds=934731)) Profiler summary for /l/logs.nightly/2026.05.18.10.03.33/bench-knn-q7-fmFalse.jfr Version: 2.1 Chunks: 119 Start: 2026-05-18 16:39:37 (UTC) Duration: 1886 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 52135670 895004119 jdk.FileWrite 19948898 418115068 jdk.FileRead 8003664 183048494 jdk.ObjectAllocationInNewTLAB 62419 1243395 jdk.BooleanFlag 59024 1867387 jdk.CPULoad 34919 697748 jdk.Checkpoint 8211 33590016 jdk.Compilation 6033 155941 jdk.UnsignedIntFlag 5712 193778 jdk.IntFlag 5236 191057 jdk.StringFlag 4046 156970 jdk.ObjectAllocationOutsideTLAB 1074 19261 jdk.CPUInformation 119 178734 jdk.GCConfiguration 119 3090 jdk.JVMInformation 119 110666 jdk.Metadata 119 13152710 jdk.GarbageCollection 46 1100 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.18.10.03.33/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q7-fmFalse.jfr is 1476.04 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 52135670 events (total: 52M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 59.14% 30M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 15.90% 8M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 11.66% 6M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 3.65% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.13% 1M java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 1.95% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 0.64% 331124 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.48% 249064 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.40% 207478 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.36% 186715 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.30% 155047 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.26% 134253 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.23% 118612 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.21% 108243 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.20% 104617 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.17% 90899 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.17% 86302 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.15% 75930 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.13% 65557 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.11% 54747 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.10% 54573 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.10% 51304 sun.nio.ch.NativeThread#current0() [Native code] 0.09% 48500 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.09% 46942 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.09% 45464 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.07% 38145 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.07% 36896 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.06% 32196 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.06% 30699 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.06% 29023 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.05% 28422 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.05% 25598 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.05% 24175 java.util.Arrays#sort():99 [Inlined code] 0.04% 20610 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.04% 20592 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.04% 18347 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.03% 15998 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 15015 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 14601 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$1#score():93 [JIT compiled code] 0.03% 13751 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 0.03% 13500 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.03% 13041 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.02% 11645 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():60 [Inlined code] 0.02% 11069 knn.IndexerThread#_run():105 [JIT compiled code] 0.02% 10955 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.02% 10113 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.02% 9902 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():172 [JIT compiled code] 0.02% 8551 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 8110 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.02% 7956 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.18.10.03.33/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q7-fmFalse.jfr is 1476.04 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 52135670 events (total: 52M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 56.37% 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.90% 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.65% 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] 3.65% 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.13% 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.91% 995691 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.42% 740441 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] 0.64% 335716 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.52% 271386 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.47% 247542 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] 0.46% 239857 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.36% 186678 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.31% 159075 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.30% 154583 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.26% 134225 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.21% 108030 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.15% 80364 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% 73490 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.13% 65187 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.12% 62949 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.11% 57603 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.11% 57041 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% 52518 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.09% 48954 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% 48060 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% 46942 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeAndRecalculateCentroids():459 [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():331 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] 0.09% 45458 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% 43700 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.07% 37950 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.07% 37722 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% 36709 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.07% 36325 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.06% 30600 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% 29009 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% 27842 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% 25727 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.05% 25498 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.05% 24174 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% 22376 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% 21722 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% 21039 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% 20584 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% 20348 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% 19717 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.04% 19645 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.04% 19569 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% 19152 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.03% 16737 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% 16466 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Interpreted code] 0.03% 13751 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [Inlined code] 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.18.10.03.33/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q7-fmFalse.jfr is 1476.04 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 52135670 events (total: 52M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 32.03% 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] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():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.0x000000004419f9b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 23.89% 12M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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.0x000000004419f9b0#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.61% 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 11.21% 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.79% 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():790 [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.14% 594714 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.0x000000004419f9b0#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.12% 586093 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.92% 481357 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():790 [Inlined code] 0.87% 455571 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.76% 395329 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.0x000000004419f9b0#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.60% 315281 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000044195000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.55% 285847 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.52% 271328 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000044195000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.34% 176473 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.0x000000004419f9b0#call() [Inlined code] 0.30% 153832 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000044195000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.29% 149289 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.0x000000004419f9b0#call() [Inlined code] 0.27% 139961 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.0x000000004419f9b0#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% 136339 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():209 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():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.26% 134132 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% 110849 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():790 [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.20% 105580 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% 97991 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():790 [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% 91758 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.0x000000004419f9b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.16% 83069 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.0x000000004419f9b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.15% 80364 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.0x000000004407aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.14% 70726 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.0x000000004419f9b0#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.14% 70560 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000044195000#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% 70517 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.0x000000004419f9b0#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% 66404 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.12% 64053 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():209 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():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% 62104 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.0x000000004419f9b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.12% 61553 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.0x000000004419f9b0#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.0x000000004419d000#run() [JIT compiled code] 0.12% 60831 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.0x000000004419f9b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.11% 59875 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.0x000000004419f9b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.11% 57401 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000044195000#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% 51250 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.0x000000004419f9b0#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.0x000000004419d000#run() [JIT compiled code] 0.09% 45993 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.0x000000004419f9b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.09% 45363 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.0x000000004419f9b0#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.09% 45265 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% 44638 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.08% 42834 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.0x000000004419f9b0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.08% 41892 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.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% 41713 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.0x000000004419f9b0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.08% 41666 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():790 [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.08% 41589 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.0x000000004419f9b0#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.07% 38185 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.0x000000004419f9b0#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.0x000000004419d000#run() [JIT compiled code] 0.07% 37647 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.07% 35001 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():771 [JIT compiled code] 0.07% 34314 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.0x000000004419f9b0#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% 32175 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 [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] 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.18.10.03.33/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q7-fmFalse.jfr is 1476.04 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 63468 events (total: 450858M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.84% 102962M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 22.17% 99970M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 19.33% 87151M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 14.29% 64431M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 7.07% 31875M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.09% 18427M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.57% 7078M java.lang.Integer#valueOf():1006 [Inlined code] 0.74% 3355M java.util.Arrays#copyOf():3478 [Inlined code] 0.70% 3148M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.66% 2988M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.58% 2597M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.56% 2539M 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.44% 1984M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.42% 1902M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.30% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.28% 1239M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.21% 937M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.19% 861M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.18% 799M java.util.ArrayList#grow():240 [Inlined code] 0.17% 764M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.17% 760M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.17% 744M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.16% 708M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.16% 704M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.13% 605M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.13% 600M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.12% 547M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.11% 478M knn.IndexerThread#_run():108 [JIT compiled code] 0.09% 404M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.08% 370M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.08% 366M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.08% 365M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.08% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.08% 338M java.util.HashMap#newNode():1910 [Inlined code] 0.07% 337M java.util.HashMap#resize():711 [JIT compiled code] 0.07% 331M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.07% 304M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.06% 258M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.06% 251M knn.IndexerThread#_run():86 [JIT compiled code] 0.05% 246M knn.IndexerThread#_run():125 [JIT compiled code] 0.05% 244M java.util.List#of():935 [Inlined code] 0.05% 241M org.apache.lucene.document.Document#():42 [Inlined code] 0.04% 189M org.apache.lucene.util.ArrayUtil#growExact():400 [Inlined code] 0.04% 178M java.io.BufferedOutputStream#():92 [Inlined code] 0.04% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet():98 [Interpreted code] 0.03% 153M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.03% 145M org.apache.lucene.util.packed.DirectMonotonicWriter#():72 [Inlined code] 0.03% 129M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.02% 110M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():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.18.10.03.33/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q7-fmFalse.jfr is 1476.04 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 63468 events (total: 450858M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.42% 83030M 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.88% 80619M 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.36% 51217M 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.77% 39528M 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.10% 31995M 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.07% 31875M 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.52% 24896M 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.37% 19715M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 4.27% 19264M 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.09% 18427M 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.54% 6954M 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% 3128M 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.66% 2988M 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.56% 2539M 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.50% 2252M 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.44% 1984M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.33% 1496M 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.33% 1466M 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.30% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.29% 1319M 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.28% 1284M 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.22% 976M 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.21% 940M 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.18% 827M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2274 [JIT compiled code] 0.18% 799M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.17% 764M 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% 708M 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.14% 611M 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.13% 602M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [JIT compiled code] 0.12% 549M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [Inlined code] 0.11% 479M 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% 478M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.10% 457M 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% 400M 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.09% 391M 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.09% 391M 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% 386M 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():790 [Inlined code] 0.08% 370M 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% 354M 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% 345M 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.08% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000004419d000#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.08% 339M 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.07% 326M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.07% 304M 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% 281M 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% 258M 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.0x000000004417f400#concat() [Inlined code] 0.06% 251M knn.IndexerThread#_run():86 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.05% 246M knn.IndexerThread#_run():125 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.05% 244M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():534 [JIT compiled code] 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.18.10.03.33/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q7-fmFalse.jfr is 1476.04 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 63468 events (total: 450858M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.75% 39464M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 7.07% 31875M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():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% 27667M 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.0x000000004419f9b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 5.99% 27018M 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.0x000000004419f9b0#call() [Inlined code] 5.93% 26746M 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.0x000000004419f9b0#call() [Inlined code] 5.07% 22867M 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.0x000000004419f9b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 5.00% 22563M 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():790 [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.93% 22234M 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.0x000000004419f9b0#call() [Inlined code] 4.81% 21684M 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.0x000000004419f9b0#call() [Inlined code] 4.78% 21546M 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():790 [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.00% 18025M 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.67% 16568M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 3.10% 13959M 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.85% 8328M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 1.54% 6954M 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.38% 6215M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():440 [Interpreted code] 1.36% 6120M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():440 [Interpreted code] 1.27% 5720M 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():790 [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.16% 5229M 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.14% 5119M 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.91% 4095M 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.90% 4058M 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.0x000000004419f9b0#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.89% 4008M 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.85% 3830M 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.83% 3737M 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():790 [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% 3186M 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.69% 3128M 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.65% 2944M 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.63% 2855M 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():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [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% 2824M 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():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [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% 2718M 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.0x000000004419f9b0#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.59% 2649M 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.56% 2503M 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.0x000000004419f9b0#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.49% 2223M 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.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.0x000000004419f9b0#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.0x000000004419d000#run() [Interpreted code] 0.44% 1984M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.41% 1867M 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():790 [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.37% 1676M 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():790 [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% 1557M 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.0x000000004419f9b0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [Interpreted code] 0.30% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.29% 1329M 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.0x000000004419f9b0#call() [Inlined code] 0.29% 1315M 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.0x000000004419f9b0#call() [Inlined code] 0.24% 1062M 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.0x000000004419f9b0#call() [Inlined code] 0.20% 922M 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.0x000000004419f9b0#call() [Inlined code] 0.20% 922M 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] 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.0x000000004419f9b0#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] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000004419d000#run() [Interpreted code] 0.20% 885M 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():790 [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.18% 827M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2274 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():873 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():884 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():753 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] 0.18% 799M 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.17% 748M 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.0x000000004419f9b0#call() [Interpreted code] 0.15% 695M 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.0x000000004419f9b0#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.18.10.03.33/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.217s][info][jfr,startup] Started recording 1. [0.217s][info][jfr,startup] [0.217s][info][jfr,startup] Use jcmd 498025 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2611367398663270 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 18, 2026 1:24:35 PM 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: 120 segments, 12 merges 249.1s _16s: 8 segs, 988.0 K docs, 4928.1 MB 131.5s _1ao: 8 segs, 159.6 K docs, 794.2 MB 107.9s _1bb: 8 segs, 157.0 K docs, 780.8 MB 68.7s _1cf: 8 segs, 85.5 K docs, 425.1 MB 54.1s _1cw: 8 segs, 89.7 K docs, 445.5 MB 48.7s _1d3: 8 segs, 122.5 K docs, 609.2 MB 41.4s _1dc: 8 segs, 39.6 K docs, 195.9 MB 34.1s _1dl: 8 segs, 40.1 K docs, 198.5 MB 26.5s _1dt: 8 segs, 387.2 K docs, 1929.3 MB 20.3s _1e0: 10 segs, 47.8 K docs, 236.6 MB 9.8s _1ea: 9 segs, 43.8 K docs, 217.0 MB 5.0 sec: 113 segments, 11 merges 254.1s _16s: 8 segs, 988.0 K docs, 4928.1 MB 136.5s _1ao: 8 segs, 159.6 K docs, 794.2 MB 113.0s _1bb: 8 segs, 157.0 K docs, 780.8 MB 73.7s _1cf: 8 segs, 85.5 K docs, 425.1 MB 59.1s _1cw: 8 segs, 89.7 K docs, 445.5 MB 53.8s _1d3: 8 segs, 122.5 K docs, 609.2 MB 46.4s _1dc: 8 segs, 39.6 K docs, 195.9 MB 31.5s _1dt: 8 segs, 387.2 K docs, 1929.3 MB 25.3s _1e0: 10 segs, 47.8 K docs, 236.6 MB 14.8s _1ea: 9 segs, 43.8 K docs, 217.0 MB 5.0s _1ei: 13 segs, 51.0 K docs, 252.5 MB 10.0 sec: 106 segments, 10 merges 259.1s _16s: 8 segs, 988.0 K docs, 4928.1 MB 141.5s _1ao: 8 segs, 159.6 K docs, 794.2 MB 118.0s _1bb: 8 segs, 157.0 K docs, 780.8 MB 78.7s _1cf: 8 segs, 85.5 K docs, 425.1 MB 58.8s _1d3: 8 segs, 122.5 K docs, 609.2 MB 51.4s _1dc: 8 segs, 39.6 K docs, 195.9 MB 36.5s _1dt: 8 segs, 387.2 K docs, 1929.3 MB 30.3s _1e0: 10 segs, 47.8 K docs, 236.6 MB 19.8s _1ea: 9 segs, 43.8 K docs, 217.0 MB 10.0s _1ei: 13 segs, 51.0 K docs, 252.5 MB 15.0 sec: 106 segments, 10 merges 264.1s _16s: 8 segs, 988.0 K docs, 4928.1 MB 146.5s _1ao: 8 segs, 159.6 K docs, 794.2 MB 123.0s _1bb: 8 segs, 157.0 K docs, 780.8 MB 83.7s _1cf: 8 segs, 85.5 K docs, 425.1 MB 63.8s _1d3: 8 segs, 122.5 K docs, 609.2 MB 56.4s _1dc: 8 segs, 39.6 K docs, 195.9 MB 41.5s _1dt: 8 segs, 387.2 K docs, 1929.3 MB 35.4s _1e0: 10 segs, 47.8 K docs, 236.6 MB 24.8s _1ea: 9 segs, 43.8 K docs, 217.0 MB 15.0s _1ei: 13 segs, 51.0 K docs, 252.5 MB 20.0 sec: 90 segments, 8 merges 269.1s _16s: 8 segs, 988.0 K docs, 4928.1 MB 151.5s _1ao: 8 segs, 159.6 K docs, 794.2 MB 128.0s _1bb: 8 segs, 157.0 K docs, 780.8 MB 88.7s _1cf: 8 segs, 85.5 K docs, 425.1 MB 68.8s _1d3: 8 segs, 122.5 K docs, 609.2 MB 46.5s _1dt: 8 segs, 387.2 K docs, 1929.3 MB 29.8s _1ea: 9 segs, 43.8 K docs, 217.0 MB 20.0s _1ei: 13 segs, 51.0 K docs, 252.5 MB 25.0 sec: 90 segments, 8 merges 274.1s _16s: 8 segs, 988.0 K docs, 4928.1 MB 156.5s _1ao: 8 segs, 159.6 K docs, 794.2 MB 133.0s _1bb: 8 segs, 157.0 K docs, 780.8 MB 93.8s _1cf: 8 segs, 85.5 K docs, 425.1 MB 73.8s _1d3: 8 segs, 122.5 K docs, 609.2 MB 51.5s _1dt: 8 segs, 387.2 K docs, 1929.3 MB 34.8s _1ea: 9 segs, 43.8 K docs, 217.0 MB 25.0s _1ei: 13 segs, 51.0 K docs, 252.5 MB 30.1 sec: 90 segments, 8 merges 279.1s _16s: 8 segs, 988.0 K docs, 4928.1 MB 161.5s _1ao: 8 segs, 159.6 K docs, 794.2 MB 138.0s _1bb: 8 segs, 157.0 K docs, 780.8 MB 98.8s _1cf: 8 segs, 85.5 K docs, 425.1 MB 78.8s _1d3: 8 segs, 122.5 K docs, 609.2 MB 56.5s _1dt: 8 segs, 387.2 K docs, 1929.3 MB 39.8s _1ea: 9 segs, 43.8 K docs, 217.0 MB 30.1s _1ei: 13 segs, 51.0 K docs, 252.5 MB 35.1 sec: 83 segments, 7 merges 284.1s _16s: 8 segs, 988.0 K docs, 4928.1 MB 166.5s _1ao: 8 segs, 159.6 K docs, 794.2 MB 143.0s _1bb: 8 segs, 157.0 K docs, 780.8 MB 83.8s _1d3: 8 segs, 122.5 K docs, 609.2 MB 61.5s _1dt: 8 segs, 387.2 K docs, 1929.3 MB 44.8s _1ea: 9 segs, 43.8 K docs, 217.0 MB 35.1s _1ei: 13 segs, 51.0 K docs, 252.5 MB 40.1 sec: 69 segments, 6 merges 148.0s _1bb: 8 segs, 157.0 K docs, 780.8 MB 88.8s _1d3: 8 segs, 122.5 K docs, 609.2 MB 66.5s _1dt: 8 segs, 387.2 K docs, 1929.3 MB 49.8s _1ea: 9 segs, 43.8 K docs, 217.0 MB 40.1s _1ei: 13 segs, 51.0 K docs, 252.5 MB 2.4s _1ej: 6 segs, 1003.4 K docs, 5006.3 MB 45.1 sec: 47 segments, 3 merges 71.5s _1dt: 8 segs, 387.2 K docs, 1929.3 MB 45.1s _1ei: 13 segs, 51.0 K docs, 252.5 MB 7.4s _1ej: 6 segs, 1003.4 K docs, 5006.3 MB 50.1 sec: 47 segments, 3 merges 76.5s _1dt: 8 segs, 387.2 K docs, 1929.3 MB 50.1s _1ei: 13 segs, 51.0 K docs, 252.5 MB 12.4s _1ej: 6 segs, 1003.4 K docs, 5006.3 MB 55.0 sec: 35 segments, 2 merges 81.5s _1dt: 8 segs, 387.2 K docs, 1929.3 MB 17.4s _1ej: 6 segs, 1003.4 K docs, 5006.3 MB 60.0 sec: 35 segments, 2 merges 86.5s _1dt: 8 segs, 387.2 K docs, 1929.3 MB 22.4s _1ej: 6 segs, 1003.4 K docs, 5006.3 MB 65.0 sec: 35 segments, 2 merges 91.5s _1dt: 8 segs, 387.2 K docs, 1929.3 MB 27.4s _1ej: 6 segs, 1003.4 K docs, 5006.3 MB 70.1 sec: 35 segments, 2 merges 96.5s _1dt: 8 segs, 387.2 K docs, 1929.3 MB 32.4s _1ej: 6 segs, 1003.4 K docs, 5006.3 MB 75.1 sec: 35 segments, 2 merges 101.5s _1dt: 8 segs, 387.2 K docs, 1929.3 MB 37.4s _1ej: 6 segs, 1003.4 K docs, 5006.3 MB 80.1 sec: 35 segments, 2 merges 106.5s _1dt: 8 segs, 387.2 K docs, 1929.3 MB 42.4s _1ej: 6 segs, 1003.4 K docs, 5006.3 MB 85.1 sec: 35 segments, 2 merges 111.5s _1dt: 8 segs, 387.2 K docs, 1929.3 MB 47.4s _1ej: 6 segs, 1003.4 K docs, 5006.3 MB 90.1 sec: 28 segments, 2 merges 52.4s _1ej: 6 segs, 1003.4 K docs, 5006.3 MB 4.8s _1ek: 3 segs, 997.8 K docs, 4980.0 MB 95.1 sec: 28 segments, 2 merges 57.4s _1ej: 6 segs, 1003.4 K docs, 5006.3 MB 9.8s _1ek: 3 segs, 997.8 K docs, 4980.0 MB 100.1 sec: 28 segments, 2 merges 62.4s _1ej: 6 segs, 1003.4 K docs, 5006.3 MB 14.8s _1ek: 3 segs, 997.8 K docs, 4980.0 MB 105.1 sec: 28 segments, 2 merges 67.4s _1ej: 6 segs, 1003.4 K docs, 5006.3 MB 19.8s _1ek: 3 segs, 997.8 K docs, 4980.0 MB 110.1 sec: 28 segments, 2 merges 72.4s _1ej: 6 segs, 1003.4 K docs, 5006.3 MB 24.8s _1ek: 3 segs, 997.8 K docs, 4980.0 MB 115.1 sec: 28 segments, 2 merges 77.4s _1ej: 6 segs, 1003.4 K docs, 5006.3 MB 29.8s _1ek: 3 segs, 997.8 K docs, 4980.0 MB 120.1 sec: 28 segments, 2 merges 82.5s _1ej: 6 segs, 1003.4 K docs, 5006.3 MB 34.8s _1ek: 3 segs, 997.8 K docs, 4980.0 MB 125.0 sec: 28 segments, 2 merges 87.4s _1ej: 6 segs, 1003.4 K docs, 5006.3 MB 39.8s _1ek: 3 segs, 997.8 K docs, 4980.0 MB 130.1 sec: 28 segments, 2 merges 92.4s _1ej: 6 segs, 1003.4 K docs, 5006.3 MB 44.8s _1ek: 3 segs, 997.8 K docs, 4980.0 MB 135.1 sec: 28 segments, 2 merges 97.4s _1ej: 6 segs, 1003.4 K docs, 5006.3 MB 49.8s _1ek: 3 segs, 997.8 K docs, 4980.0 MB 140.1 sec: 28 segments, 2 merges 102.4s _1ej: 6 segs, 1003.4 K docs, 5006.3 MB 54.8s _1ek: 3 segs, 997.8 K docs, 4980.0 MB 145.1 sec: 28 segments, 2 merges 107.4s _1ej: 6 segs, 1003.4 K docs, 5006.3 MB 59.8s _1ek: 3 segs, 997.8 K docs, 4980.0 MB 150.1 sec: 28 segments, 2 merges 112.4s _1ej: 6 segs, 1003.4 K docs, 5006.3 MB 64.8s _1ek: 3 segs, 997.8 K docs, 4980.0 MB 155.1 sec: 23 segments, 1 merges 69.8s _1ek: 3 segs, 997.8 K docs, 4980.0 MB 160.1 sec: 23 segments, 1 merges 74.8s _1ek: 3 segs, 997.8 K docs, 4980.0 MB 165.1 sec: 23 segments, 1 merges 79.8s _1ek: 3 segs, 997.8 K docs, 4980.0 MB 170.1 sec: 23 segments, 1 merges 84.8s _1ek: 3 segs, 997.8 K docs, 4980.0 MB 175.1 sec: 23 segments, 1 merges 89.8s _1ek: 3 segs, 997.8 K docs, 4980.0 MB 180.0 sec: 23 segments, 1 merges 94.7s _1ek: 3 segs, 997.8 K docs, 4980.0 MB 185.0 sec: 23 segments, 1 merges 99.7s _1ek: 3 segs, 997.8 K docs, 4980.0 MB 190.0 sec: 23 segments, 1 merges 104.7s _1ek: 3 segs, 997.8 K docs, 4980.0 MB 195.0 sec: 23 segments, 1 merges 109.7s _1ek: 3 segs, 997.8 K docs, 4980.0 MB 200.0 sec: 23 segments, 1 merges 114.7s _1ek: 3 segs, 997.8 K docs, 4980.0 MB 205.0 sec: 21 segments, 1 merges 2.4s _1el: 7 segs, 994.5 K docs, 4960.4 MB 210.0 sec: 21 segments, 1 merges 7.4s _1el: 7 segs, 994.5 K docs, 4960.4 MB 215.0 sec: 21 segments, 1 merges 12.4s _1el: 7 segs, 994.5 K docs, 4960.4 MB 220.0 sec: 21 segments, 1 merges 17.4s _1el: 7 segs, 994.5 K docs, 4960.4 MB 225.1 sec: 21 segments, 1 merges 22.4s _1el: 7 segs, 994.5 K docs, 4960.4 MB 230.1 sec: 21 segments, 1 merges 27.4s _1el: 7 segs, 994.5 K docs, 4960.4 MB 235.1 sec: 21 segments, 1 merges 32.4s _1el: 7 segs, 994.5 K docs, 4960.4 MB 240.1 sec: 21 segments, 1 merges 37.4s _1el: 7 segs, 994.5 K docs, 4960.4 MB 245.1 sec: 21 segments, 1 merges 42.4s _1el: 7 segs, 994.5 K docs, 4960.4 MB 250.1 sec: 21 segments, 1 merges 47.4s _1el: 7 segs, 994.5 K docs, 4960.4 MB 255.1 sec: 21 segments, 1 merges 52.4s _1el: 7 segs, 994.5 K docs, 4960.4 MB 260.1 sec: 21 segments, 1 merges 57.4s _1el: 7 segs, 994.5 K docs, 4960.4 MB 265.1 sec: 21 segments, 1 merges 62.4s _1el: 7 segs, 994.5 K docs, 4960.4 MB 270.1 sec: 21 segments, 1 merges 67.4s _1el: 7 segs, 994.5 K docs, 4960.4 MB 275.1 sec: 21 segments, 1 merges 72.4s _1el: 7 segs, 994.5 K docs, 4960.4 MB 280.0 sec: 21 segments, 1 merges 77.3s _1el: 7 segs, 994.5 K docs, 4960.4 MB 285.0 sec: 21 segments, 1 merges 82.3s _1el: 7 segs, 994.5 K docs, 4960.4 MB 290.0 sec: 21 segments, 1 merges 87.4s _1el: 7 segs, 994.5 K docs, 4960.4 MB 295.0 sec: 21 segments, 1 merges 92.4s _1el: 7 segs, 994.5 K docs, 4960.4 MB 300.0 sec: 21 segments, 1 merges 97.4s _1el: 7 segs, 994.5 K docs, 4960.4 MB 305.0 sec: 21 segments, 1 merges 102.4s _1el: 7 segs, 994.5 K docs, 4960.4 MB 310.0 sec: 21 segments, 1 merges 107.4s _1el: 7 segs, 994.5 K docs, 4960.4 MB 315.0 sec: 21 segments, 1 merges 112.4s _1el: 7 segs, 994.5 K docs, 4960.4 MB 320.0 sec: 21 segments, 1 merges 117.4s _1el: 7 segs, 994.5 K docs, 4960.4 MB 325.0 sec: 21 segments, 1 merges 122.4s _1el: 7 segs, 994.5 K docs, 4960.4 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1515 seconds reindex takes 1515.26 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: 15 segments, 1 merges 5.0 sec: 15 segments, 1 merges 5.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 10.0 sec: 15 segments, 1 merges 10.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 15.0 sec: 15 segments, 1 merges 15.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 20.0 sec: 15 segments, 1 merges 20.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 25.0 sec: 15 segments, 1 merges 25.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 30.0 sec: 15 segments, 1 merges 30.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 35.0 sec: 15 segments, 1 merges 35.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 40.0 sec: 15 segments, 1 merges 40.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 45.0 sec: 15 segments, 1 merges 45.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 50.0 sec: 15 segments, 1 merges 50.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 55.0 sec: 15 segments, 1 merges 55.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 60.0 sec: 15 segments, 1 merges 60.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 65.1 sec: 15 segments, 1 merges 65.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 70.1 sec: 15 segments, 1 merges 70.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 75.1 sec: 15 segments, 1 merges 75.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 80.1 sec: 15 segments, 1 merges 80.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 85.1 sec: 15 segments, 1 merges 85.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 90.1 sec: 15 segments, 1 merges 90.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 95.1 sec: 15 segments, 1 merges 95.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 100.1 sec: 15 segments, 1 merges 100.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 105.1 sec: 15 segments, 1 merges 105.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 110.1 sec: 15 segments, 1 merges 110.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 115.0 sec: 15 segments, 1 merges 115.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 120.0 sec: 15 segments, 1 merges 120.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 125.0 sec: 15 segments, 1 merges 125.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 130.0 sec: 15 segments, 1 merges 130.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 135.0 sec: 15 segments, 1 merges 135.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 140.0 sec: 15 segments, 1 merges 140.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 145.0 sec: 15 segments, 1 merges 145.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 150.0 sec: 15 segments, 1 merges 150.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 155.0 sec: 15 segments, 1 merges 155.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 160.0 sec: 15 segments, 1 merges 160.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 165.0 sec: 15 segments, 1 merges 165.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 170.1 sec: 15 segments, 1 merges 170.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 175.1 sec: 15 segments, 1 merges 175.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 180.1 sec: 15 segments, 1 merges 180.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 185.1 sec: 15 segments, 1 merges 185.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 190.1 sec: 15 segments, 1 merges 190.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 195.1 sec: 15 segments, 1 merges 195.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 200.1 sec: 15 segments, 1 merges 200.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 205.1 sec: 15 segments, 1 merges 205.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 210.1 sec: 15 segments, 1 merges 210.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 215.1 sec: 15 segments, 1 merges 215.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 220.1 sec: 15 segments, 1 merges 220.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 225.1 sec: 15 segments, 1 merges 225.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 230.0 sec: 15 segments, 1 merges 230.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 235.0 sec: 15 segments, 1 merges 235.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 240.0 sec: 15 segments, 1 merges 240.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 245.0 sec: 15 segments, 1 merges 245.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 250.0 sec: 15 segments, 1 merges 250.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 255.0 sec: 15 segments, 1 merges 255.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 260.0 sec: 15 segments, 1 merges 260.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 265.0 sec: 15 segments, 1 merges 265.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 270.0 sec: 15 segments, 1 merges 270.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 275.0 sec: 15 segments, 1 merges 275.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 280.0 sec: 15 segments, 1 merges 280.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 285.0 sec: 15 segments, 1 merges 285.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 290.1 sec: 15 segments, 1 merges 290.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 295.1 sec: 15 segments, 1 merges 295.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 300.1 sec: 15 segments, 1 merges 300.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 305.1 sec: 15 segments, 1 merges 305.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 310.1 sec: 15 segments, 1 merges 310.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 315.1 sec: 15 segments, 1 merges 315.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 320.1 sec: 15 segments, 1 merges 320.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 325.1 sec: 15 segments, 1 merges 325.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 330.1 sec: 15 segments, 1 merges 330.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 335.1 sec: 15 segments, 1 merges 335.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 340.1 sec: 15 segments, 1 merges 340.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 345.0 sec: 15 segments, 1 merges 345.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 350.0 sec: 15 segments, 1 merges 350.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 355.0 sec: 15 segments, 1 merges 355.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 360.0 sec: 15 segments, 1 merges 360.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 365.0 sec: 15 segments, 1 merges 365.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 370.0 sec: 15 segments, 1 merges 370.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 375.0 sec: 15 segments, 1 merges 375.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 380.0 sec: 15 segments, 1 merges 380.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 385.0 sec: 15 segments, 1 merges 385.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 390.0 sec: 15 segments, 1 merges 390.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 395.0 sec: 15 segments, 1 merges 395.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 400.1 sec: 15 segments, 1 merges 400.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 405.1 sec: 15 segments, 1 merges 405.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 410.1 sec: 15 segments, 1 merges 410.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 415.1 sec: 15 segments, 1 merges 415.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 420.1 sec: 15 segments, 1 merges 420.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 425.1 sec: 15 segments, 1 merges 425.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 430.1 sec: 15 segments, 1 merges 430.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 435.1 sec: 15 segments, 1 merges 435.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 440.1 sec: 15 segments, 1 merges 440.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 445.1 sec: 15 segments, 1 merges 445.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 450.0 sec: 15 segments, 1 merges 450.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 455.0 sec: 15 segments, 1 merges 455.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 460.0 sec: 15 segments, 1 merges 460.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 465.0 sec: 15 segments, 1 merges 465.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 470.0 sec: 15 segments, 1 merges 470.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 475.0 sec: 15 segments, 1 merges 475.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 480.0 sec: 15 segments, 1 merges 480.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 485.0 sec: 15 segments, 1 merges 485.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 490.0 sec: 15 segments, 1 merges 490.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 495.0 sec: 15 segments, 1 merges 495.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 500.0 sec: 15 segments, 1 merges 500.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 505.0 sec: 15 segments, 1 merges 505.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 510.0 sec: 15 segments, 1 merges 510.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 515.0 sec: 15 segments, 1 merges 515.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 520.0 sec: 15 segments, 1 merges 520.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 525.0 sec: 15 segments, 1 merges 525.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 530.1 sec: 15 segments, 1 merges 530.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 535.1 sec: 15 segments, 1 merges 535.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 540.1 sec: 15 segments, 1 merges 540.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 545.1 sec: 15 segments, 1 merges 545.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 550.1 sec: 15 segments, 1 merges 550.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 555.1 sec: 15 segments, 1 merges 555.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 560.1 sec: 15 segments, 1 merges 560.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 565.1 sec: 15 segments, 1 merges 565.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 570.1 sec: 15 segments, 1 merges 570.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 575.1 sec: 15 segments, 1 merges 575.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 580.0 sec: 15 segments, 1 merges 580.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 585.1 sec: 15 segments, 1 merges 585.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 590.1 sec: 15 segments, 1 merges 590.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 595.1 sec: 15 segments, 1 merges 595.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 600.1 sec: 15 segments, 1 merges 600.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 605.1 sec: 15 segments, 1 merges 605.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 610.1 sec: 15 segments, 1 merges 610.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 615.1 sec: 15 segments, 1 merges 615.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 620.1 sec: 15 segments, 1 merges 620.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 625.1 sec: 15 segments, 1 merges 625.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 630.1 sec: 15 segments, 1 merges 630.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 635.0 sec: 15 segments, 1 merges 635.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 640.0 sec: 15 segments, 1 merges 640.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 645.0 sec: 15 segments, 1 merges 645.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 650.0 sec: 15 segments, 1 merges 650.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 655.0 sec: 15 segments, 1 merges 655.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 660.0 sec: 15 segments, 1 merges 660.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 665.0 sec: 15 segments, 1 merges 665.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 670.0 sec: 15 segments, 1 merges 670.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 675.0 sec: 15 segments, 1 merges 675.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 680.0 sec: 15 segments, 1 merges 680.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 685.0 sec: 15 segments, 1 merges 685.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 690.1 sec: 15 segments, 1 merges 690.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 695.1 sec: 15 segments, 1 merges 695.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 700.1 sec: 15 segments, 1 merges 700.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 705.1 sec: 15 segments, 1 merges 705.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 710.1 sec: 15 segments, 1 merges 710.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 715.1 sec: 15 segments, 1 merges 715.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 720.1 sec: 15 segments, 1 merges 720.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 725.0 sec: 15 segments, 1 merges 725.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 730.1 sec: 15 segments, 1 merges 730.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 735.1 sec: 15 segments, 1 merges 735.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 740.1 sec: 15 segments, 1 merges 740.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 745.1 sec: 15 segments, 1 merges 745.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 750.1 sec: 15 segments, 1 merges 750.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 755.1 sec: 15 segments, 1 merges 755.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 760.1 sec: 15 segments, 1 merges 760.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 765.1 sec: 15 segments, 1 merges 765.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 770.1 sec: 15 segments, 1 merges 770.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 775.1 sec: 15 segments, 1 merges 775.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 780.1 sec: 15 segments, 1 merges 780.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 785.1 sec: 15 segments, 1 merges 785.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 790.0 sec: 15 segments, 1 merges 790.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 795.0 sec: 15 segments, 1 merges 795.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 800.1 sec: 15 segments, 1 merges 800.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 805.1 sec: 15 segments, 1 merges 805.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 810.1 sec: 15 segments, 1 merges 810.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 815.0 sec: 15 segments, 1 merges 815.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 820.0 sec: 15 segments, 1 merges 820.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 825.0 sec: 15 segments, 1 merges 825.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 830.0 sec: 15 segments, 1 merges 830.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 835.0 sec: 15 segments, 1 merges 835.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 840.0 sec: 15 segments, 1 merges 840.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 845.0 sec: 15 segments, 1 merges 845.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 850.0 sec: 15 segments, 1 merges 850.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 855.0 sec: 15 segments, 1 merges 855.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 860.0 sec: 15 segments, 1 merges 860.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 865.0 sec: 15 segments, 1 merges 865.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 870.1 sec: 15 segments, 1 merges 870.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 875.1 sec: 15 segments, 1 merges 875.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 880.0 sec: 15 segments, 1 merges 880.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 885.1 sec: 15 segments, 1 merges 885.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 890.1 sec: 15 segments, 1 merges 890.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 895.1 sec: 15 segments, 1 merges 895.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 900.1 sec: 15 segments, 1 merges 900.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 905.1 sec: 15 segments, 1 merges 905.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 910.1 sec: 15 segments, 1 merges 910.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 915.1 sec: 15 segments, 1 merges 915.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 920.1 sec: 15 segments, 1 merges 920.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 925.1 sec: 15 segments, 1 merges 925.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 930.1 sec: 15 segments, 1 merges 930.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 935.0 sec: 15 segments, 1 merges 935.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 940.0 sec: 15 segments, 1 merges 940.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 945.0 sec: 15 segments, 1 merges 945.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 950.0 sec: 15 segments, 1 merges 950.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 955.0 sec: 15 segments, 1 merges 955.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 960.0 sec: 15 segments, 1 merges 960.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 965.0 sec: 15 segments, 1 merges 965.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 970.0 sec: 15 segments, 1 merges 970.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 975.0 sec: 15 segments, 1 merges 975.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 980.1 sec: 15 segments, 1 merges 980.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 985.1 sec: 15 segments, 1 merges 985.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 990.1 sec: 15 segments, 1 merges 990.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 995.1 sec: 15 segments, 1 merges 995.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1000.1 sec: 15 segments, 1 merges 1000.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1005.1 sec: 15 segments, 1 merges 1005.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1010.1 sec: 15 segments, 1 merges 1010.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1015.1 sec: 15 segments, 1 merges 1015.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1020.1 sec: 15 segments, 1 merges 1020.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1025.1 sec: 15 segments, 1 merges 1025.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1030.1 sec: 15 segments, 1 merges 1030.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1035.0 sec: 15 segments, 1 merges 1035.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1040.0 sec: 15 segments, 1 merges 1040.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1045.0 sec: 15 segments, 1 merges 1045.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1050.1 sec: 15 segments, 1 merges 1050.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1055.0 sec: 15 segments, 1 merges 1055.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1060.0 sec: 15 segments, 1 merges 1060.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1065.0 sec: 15 segments, 1 merges 1065.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1070.0 sec: 15 segments, 1 merges 1070.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1075.0 sec: 15 segments, 1 merges 1075.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1080.0 sec: 15 segments, 1 merges 1080.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1085.0 sec: 15 segments, 1 merges 1085.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1090.0 sec: 15 segments, 1 merges 1090.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1095.0 sec: 15 segments, 1 merges 1095.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1100.0 sec: 15 segments, 1 merges 1100.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1105.0 sec: 15 segments, 1 merges 1105.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1110.1 sec: 15 segments, 1 merges 1110.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1115.1 sec: 15 segments, 1 merges 1115.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1120.1 sec: 15 segments, 1 merges 1120.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1125.1 sec: 15 segments, 1 merges 1125.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1130.1 sec: 15 segments, 1 merges 1130.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1135.0 sec: 15 segments, 1 merges 1135.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1140.0 sec: 15 segments, 1 merges 1140.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1145.0 sec: 15 segments, 1 merges 1145.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1150.0 sec: 15 segments, 1 merges 1150.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1155.0 sec: 15 segments, 1 merges 1155.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1160.0 sec: 15 segments, 1 merges 1160.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1165.0 sec: 15 segments, 1 merges 1165.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1170.0 sec: 15 segments, 1 merges 1170.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1175.0 sec: 15 segments, 1 merges 1175.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1180.0 sec: 15 segments, 1 merges 1180.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1185.0 sec: 15 segments, 1 merges 1185.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1190.0 sec: 15 segments, 1 merges 1190.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1195.1 sec: 15 segments, 1 merges 1195.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1200.1 sec: 15 segments, 1 merges 1200.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1205.1 sec: 15 segments, 1 merges 1205.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1210.1 sec: 15 segments, 1 merges 1210.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1215.1 sec: 15 segments, 1 merges 1215.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1220.1 sec: 15 segments, 1 merges 1220.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1225.1 sec: 15 segments, 1 merges 1225.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1230.1 sec: 15 segments, 1 merges 1230.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1235.1 sec: 15 segments, 1 merges 1235.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1240.1 sec: 15 segments, 1 merges 1240.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1245.1 sec: 15 segments, 1 merges 1245.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1250.1 sec: 15 segments, 1 merges 1250.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1255.1 sec: 15 segments, 1 merges 1255.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1260.1 sec: 15 segments, 1 merges 1260.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1265.1 sec: 15 segments, 1 merges 1265.1s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1270.0 sec: 15 segments, 1 merges 1270.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1275.0 sec: 15 segments, 1 merges 1275.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1280.0 sec: 15 segments, 1 merges 1280.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1285.0 sec: 15 segments, 1 merges 1285.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1290.0 sec: 15 segments, 1 merges 1290.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1295.0 sec: 15 segments, 1 merges 1295.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1300.0 sec: 15 segments, 1 merges 1300.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1305.0 sec: 15 segments, 1 merges 1305.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1310.0 sec: 15 segments, 1 merges 1310.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1315.0 sec: 15 segments, 1 merges 1315.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1320.0 sec: 15 segments, 1 merges 1320.0s _1em: 15 segs, 8000.0 K docs, 39948.7 MB 1325.1 sec: 1 segments, 0 merges done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 1328.67 sec index has 1 segments: segments_3: _1em(11.0.0):C8000000 _1em: 40090.6 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=1.0 index disk usage is 40090.63 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=49439960315 cpu@end=51919622455 deltaMS=2479.66214 thread 14 name=Reference Handler cpu@start=1738280 cpu@end=1738280 deltaMS=0.0 thread 15 name=Finalizer cpu@start=163108 cpu@end=163108 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=71269 cpu@end=71269 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=7846374 cpu@end=7846374 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=22675430110 cpu@end=22675927920 deltaMS=0.49781 thread 42 name=JFR Periodic Tasks cpu@start=194918281360 cpu@end=195034558082 deltaMS=116.276722 thread 45 name=Notification Thread cpu@start=100320 cpu@end=100320 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=2698898453969 cpu@end=2698898453969 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=2698703273681 cpu@end=2698703273681 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=2696688136676 cpu@end=2696688136676 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=2697967999124 cpu@end=2697967999124 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=2697122934658 cpu@end=2697122934658 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=2698663423054 cpu@end=2698663423054 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=2694491655459 cpu@end=2694491655459 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=2700330751846 cpu@end=2700330751846 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=2701070118534 cpu@end=2701070118534 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=2698572548980 cpu@end=2698572548980 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=2697372113632 cpu@end=2697372113632 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=2695849467277 cpu@end=2695849467277 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=2700736756140 cpu@end=2700736756140 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=2704184862093 cpu@end=2704184862093 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=2700038987222 cpu@end=2700038987222 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=2697834669515 cpu@end=2697834669515 deltaMS=0.0 Average CPU cores used: 1.0423270901021053 completed 1000 searches in 2490 ms: 401 QPS CPU time=2595 ms checking results SUMMARY: 0.929 2.490 2.595 1.042 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 5666 1515.26 5279.63 1328.67 1 40090.63 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=236, Fanout min=6, mean=15.97, max=32, meandelta=420162.38 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 13 14 16 17 18 21 24 32 Graph level=2 size=7575, Fanout min=8, mean=27.34, max=32, meandelta=267718.59 % 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=247229, Fanout min=1, mean=28.32, max=32, meandelta=258385.17 % 0 10 20 30 40 50 60 70 80 90 100 0 19 24 27 31 32 32 32 32 32 32 Graph level=0 size=8000000, Fanout min=1, mean=37.66, max=64, meandelta=194601.36 % 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=236, connectedness=1.00 Graph level=2 size=7575, connectedness=1.00 Graph level=1 size=247229, 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.18.10.03.33/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': 70,355,986.70 msec task-clock:u 273,827,012,427,549 cycles:u (36.36%) 175,758,445,174,634 instructions:u (36.36%) 5,195,231,009,622 cache-references:u (36.36%) 2,375,880,117,526 cache-misses:u (36.36%) 61,302,458,631,208 L1-dcache-loads:u (36.36%) 2,047,412,946,278 L1-dcache-load-misses:u (36.36%) 6,663,256,289,174 L1-icache-loads:u (36.36%) 25,085,362,614 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,006,680 faults:u 14,865,023 minor-faults:u 3,949 major-faults:u 18,159,543,425,133 branches:u (36.36%) 120,226,005,495 branch-misses:u (36.36%) 3,702,689,773,972 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 3250.888454030 seconds time elapsed 69631.778993000 seconds user 706.174796000 seconds sys took 0:54:10.915395 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='ff110e83c79fc1519b68b5e1735c32456112c99a', luceneutil_git_rev='63c1b2b252f377e272313c1ac0f182be79ad78b6', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=True, recall=0.929, cpu_time_ms=2.49, net_cpu_ms=2.595, avg_cpu_core_count=1.042, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='7 bits', total_visited=5666, index_time_sec=1515.26, index_docs_per_sec=5279.63, force_merge_time_sec=1328.67, index_num_segments=1, index_size_on_disk_mb=40090.63, selectivity=None, pre_post_filter='null', vec_disk_mb=39184.57, vec_ram_mb=7934.57, graph_level_conn_p_values={3: (236, {0: 0, 10: 9, 20: 11, 30: 13, 40: 14, 50: 16, 60: 17, 70: 18, 80: 21, 90: 24, 100: 32}), 2: (7575, {0: 0, 10: 18, 20: 22, 30: 24, 40: 27, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247229, {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=3250, microseconds=915395)) Profiler summary for /l/logs.nightly/2026.05.18.10.03.33/bench-knn-q7-fmTrue.jfr Version: 2.1 Chunks: 152 Start: 2026-05-18 17:24:35 (UTC) Duration: 3234 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 67614759 1158584726 jdk.FileWrite 26309572 574067030 jdk.FileRead 8003660 183035031 jdk.BooleanFlag 75392 2385784 jdk.ObjectAllocationInNewTLAB 74990 1488579 jdk.CPULoad 60378 1206925 jdk.Checkpoint 11187 36631088 jdk.UnsignedIntFlag 7296 247568 jdk.IntFlag 6688 244088 jdk.Compilation 5936 153350 jdk.StringFlag 5168 200411 jdk.ObjectAllocationOutsideTLAB 1331 23666 jdk.CPUInformation 152 228300 jdk.GCConfiguration 152 3948 jdk.JVMInformation 152 141660 jdk.Metadata 152 16800101 jdk.GarbageCollection 59 1418 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.18.10.03.33/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q7-fmTrue.jfr is 1883.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 67614759 events (total: 67M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 59.99% 40M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 14.12% 9M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 11.93% 8M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 2.75% 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.86% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.88% 595082 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.78% 526604 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.74% 502166 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.67% 450336 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.37% 252287 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.36% 242459 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.34% 230808 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.27% 181665 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.26% 175994 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.21% 145177 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.21% 144846 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.21% 138657 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.20% 134863 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.17% 111901 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.10% 65517 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.10% 64383 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.09% 59077 sun.nio.ch.NativeThread#current0() [Native code] 0.08% 54872 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.08% 51265 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.08% 50754 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.07% 49590 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.07% 44013 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.06% 43225 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.06% 41760 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.06% 40420 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.05% 35048 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.05% 32423 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.05% 30634 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.04% 28670 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.04% 27295 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.04% 25343 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.03% 22179 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 20300 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.03% 17664 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.02% 15988 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.02% 15269 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 14837 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.02% 13434 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 0.02% 13365 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 12786 knn.IndexerThread#_run():105 [JIT compiled code] 0.02% 12033 org.apache.lucene.store.OutputStreamIndexOutput#writeBytes():59 [JIT compiled code] 0.02% 11013 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():285 [JIT compiled code] 0.02% 10199 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():172 [JIT compiled code] 0.01% 9760 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.18.10.03.33/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q7-fmTrue.jfr is 1883.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 67614759 events (total: 67M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 56.86% 38M 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] 14.11% 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] 11.93% 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] 2.75% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 2.15% 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.65% 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.54% 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] 0.88% 594990 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.78% 526604 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.73% 494902 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.57% 386595 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.47% 316615 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% 247721 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.35% 233436 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% 230804 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% 204224 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.27% 181520 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.26% 175857 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.21% 144811 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.21% 139416 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.20% 134382 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% 130740 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% 113972 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.15% 99722 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.13% 88837 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% 70424 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.10% 68690 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% 54780 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.07% 50486 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.07% 49415 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.07% 48571 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% 47917 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% 45572 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% 44013 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeAndRecalculateCentroids():459 [Interpreted code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():331 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] 0.06% 43648 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.06% 41760 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% 36879 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.05% 35043 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% 34250 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% 31538 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% 30632 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% 29776 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% 28821 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% 28643 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% 26995 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% 24859 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% 23496 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% 22536 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.03% 21585 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong():121 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] 0.03% 20889 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] 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.18.10.03.33/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q7-fmTrue.jfr is 1883.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 67614759 events (total: 67M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 38.68% 26M 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.0x0000000032199a80#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.67% 11M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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.0x0000000032199a80#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] 13.58% 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] 10.96% 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 2.12% 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():790 [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.58% 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.0x0000000032199a80#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.14% 770884 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.0x0000000032199a80#call() [Inlined code] 0.69% 469423 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():790 [Inlined code] 0.62% 422122 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000032197c48#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.60% 405608 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.0x0000000032199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.56% 375670 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.0x0000000032199a80#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.53% 356339 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000032197c48#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.51% 344598 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.0x0000000032199a80#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.0x00000000321a4000#run() [JIT compiled code] 0.50% 339436 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.0x0000000032199a80#call() [Inlined code] 0.50% 335306 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.0x0000000032199a80#call() [Inlined code] 0.42% 281196 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.0x0000000032199a80#call() [Inlined code] 0.40% 271896 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.38% 259923 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000032197c48#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.38% 256030 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.0x0000000032199a80#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% 174516 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.0x0000000032199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.25% 171590 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.23% 158763 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.0x0000000032199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.22% 147623 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.0x0000000032199a80#call() [Inlined code] 0.22% 147416 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.0x0000000032199a80#call() [Inlined code] 0.21% 144720 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% 139613 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():209 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():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.19% 130982 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.0x000000003207aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.19% 125434 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.18% 122373 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.0x0000000032199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.18% 119686 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% 109868 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.0x0000000032199a80#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% 104092 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.0x0000000032199a80#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.0x00000000321a4000#run() [JIT compiled code] 0.14% 95588 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.0x0000000032199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.14% 95307 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.14% 95301 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.0x0000000032199a80#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.0x00000000321a4000#run() [JIT compiled code] 0.11% 76804 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():790 [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.11% 76520 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000032197c48#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.11% 74084 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000032197c48#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.11% 71843 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.10% 69294 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.0x0000000032199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.09% 61281 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():209 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():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.09% 57715 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.0x0000000032199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.08% 55884 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():790 [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% 53620 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000032197c48#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% 52705 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.0x0000000032199a80#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.07% 46781 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.0x0000000032199a80#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.06% 43681 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.0x0000000032199a80#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.06% 43452 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.0x0000000032199a80#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.06% 42379 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():790 [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] 0.06% 42259 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.0x0000000032199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.18.10.03.33/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q7-fmTrue.jfr is 1883.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 76295 events (total: 578699M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.48% 135858M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 23.34% 135045M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 23.30% 134836M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 10.96% 63442M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 5.38% 31135M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.25% 24579M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.03% 5941M java.util.Arrays#copyOf():3478 [Inlined code] 0.93% 5377M java.lang.Integer#valueOf():1006 [Inlined code] 0.68% 3958M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.68% 3915M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.67% 3895M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.65% 3753M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.36% 2061M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] 0.33% 1921M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.33% 1885M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.32% 1856M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.25% 1474M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] 0.18% 1041M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.17% 1010M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.16% 898M java.util.ArrayList#grow():240 [Inlined code] 0.15% 885M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.14% 836M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.14% 828M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.14% 825M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.13% 753M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.11% 623M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.09% 508M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.08% 487M knn.IndexerThread#_run():108 [JIT compiled code] 0.07% 398M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.07% 388M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.07% 382M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.06% 344M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.06% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.06% 342M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.05% 298M knn.IndexerThread#_run():125 [JIT compiled code] 0.05% 287M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.04% 257M java.util.HashMap#newNode():1910 [Inlined code] 0.04% 235M org.apache.lucene.document.Document#():42 [Inlined code] 0.04% 224M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.04% 223M java.nio.HeapByteBuffer#():75 [Inlined code] 0.04% 219M java.util.List#of():935 [Inlined code] 0.04% 216M java.util.HashMap#resize():711 [JIT compiled code] 0.03% 198M knn.IndexerThread#_run():86 [JIT compiled code] 0.03% 197M org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():526 [JIT compiled code] 0.03% 193M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 189M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.03% 171M java.util.ArrayList#grow():240 [JIT compiled code] 0.03% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet():98 [Interpreted code] 0.03% 171M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():199 [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.18.10.03.33/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q7-fmTrue.jfr is 1883.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 76295 events (total: 578699M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 19.08% 110418M 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.89% 109317M 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.00% 75237M 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.46% 54755M 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.73% 38968M 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.38% 31135M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 4.40% 25486M 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.34% 25134M 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.25% 24579M 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.23% 24474M 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] 0.96% 5555M 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.91% 5238M 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.68% 3915M 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.65% 3753M 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% 3578M 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.36% 2066M 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.33% 1902M 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% 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.32% 1856M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.26% 1483M 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.25% 1451M 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.25% 1439M 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.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.22% 1245M 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.18% 1031M 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% 1010M 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% 898M 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% 856M 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.13% 753M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2274 [JIT compiled code] 0.11% 652M 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% 623M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [Inlined code] 0.11% 619M 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% 608M 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% 509M 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.09% 508M 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% 498M 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% 498M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.08% 487M knn.IndexerThread#_run():108 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.08% 440M 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% 388M 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% 376M 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():790 [Inlined code] 0.06% 371M 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% 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.0x00000000321a4000#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.06% 342M 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% 337M 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.06% 336M 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% 311M 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.05% 298M knn.IndexerThread#_run():125 [JIT compiled code] at knn.IndexerThread#run():77 [Interpreted code] 0.05% 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.ArrayUtil#grow():377 [Inlined code] at org.apache.lucene.internal.hppc.IntArrayList#ensureBufferSpace():276 [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.18.10.03.33/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q7-fmTrue.jfr is 1883.94 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 76295 events (total: 578699M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 9.14% 52912M 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.0x0000000032199a80#call() [Inlined code] 9.00% 52079M 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.0x0000000032199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 8.79% 50859M 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.0x0000000032199a80#call() [Inlined code] 7.07% 40927M 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.72% 38904M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 5.38% 31135M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():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] 3.96% 22897M 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():790 [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.89% 22505M 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.0x0000000032199a80#call() [Inlined code] 3.88% 22453M 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.0x0000000032199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 3.81% 22068M 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():790 [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.77% 21813M 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.0x0000000032199a80#call() [Inlined code] 2.82% 16320M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 2.34% 13554M 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.62% 9401M 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.50% 8705M 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.45% 8375M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():440 [Interpreted code] 1.41% 8154M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 1.38% 8005M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():440 [Interpreted code] 1.33% 7708M 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.0x0000000032199a80#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.06% 6132M 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():790 [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.99% 5737M 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.97% 5631M 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.96% 5555M 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.91% 5238M 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.70% 4047M 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.69% 4001M 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.0x0000000032199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.69% 3991M 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.68% 3916M 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.59% 3402M 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.54% 3135M 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():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [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.48% 2775M 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.0x0000000032199a80#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% 2748M 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.0x0000000032199a80#call() [Inlined code] 0.46% 2658M 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.0x0000000032199a80#call() [Inlined code] 0.44% 2555M 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():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [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.44% 2550M 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.39% 2280M 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.33% 1913M 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():790 [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.33% 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.0x0000000032199a80#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.0x00000000321a4000#run() [Interpreted code] 0.32% 1856M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.29% 1691M 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.0x0000000032199a80#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% 1594M 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.0x0000000032199a80#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.24% 1374M knn.IndexerThread#_run():86 [Interpreted code] at knn.IndexerThread#run():77 [Interpreted code] 0.22% 1266M 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():790 [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.18% 1056M 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.0x0000000032199a80#call() [Inlined code] 0.16% 898M 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% 861M 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.0x0000000032199a80#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% 846M 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] 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.0x0000000032199a80#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.0x00000000321a4000#run() [JIT compiled code] 0.14% 812M 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.0x0000000032199a80#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.0x00000000321a4000#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.14% 812M 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.0x0000000032199a80#call() [Inlined code] 0.13% 779M 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.0x0000000032199a80#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] 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.18.10.03.33/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.215s][info][jfr,startup] Started recording 1. [0.215s][info][jfr,startup] [0.215s][info][jfr,startup] Use jcmd 540541 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2615680498550309 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 18, 2026 2:36:28 PM 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: 261 segments, 31 merges 1654.1s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1433.0s _z3: 8 segs, 212.9 K docs, 849.0 MB 1255.6s _11t: 8 segs, 172.3 K docs, 686.8 MB 1224.3s _129: 8 segs, 983.4 K docs, 3929.6 MB 703.9s _188: 8 segs, 105.4 K docs, 419.5 MB 688.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 668.2s _18n: 8 segs, 171.8 K docs, 684.7 MB 594.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 520.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 507.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 490.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 479.7s _1ak: 8 segs, 71.4 K docs, 283.8 MB 464.5s _1as: 8 segs, 178.4 K docs, 710.9 MB 400.3s _1bq: 8 segs, 90.9 K docs, 361.4 MB 380.1s _1bz: 8 segs, 37.6 K docs, 148.8 MB 359.3s _1c7: 8 segs, 186.2 K docs, 742.2 MB 320.4s _1co: 8 segs, 37.7 K docs, 149.1 MB 280.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 264.9s _1dc: 8 segs, 74.4 K docs, 295.7 MB 226.2s _1dr: 8 segs, 140.5 K docs, 559.7 MB 207.0s _1dz: 8 segs, 73.1 K docs, 290.5 MB 187.4s _1e8: 8 segs, 39.0 K docs, 154.3 MB 163.9s _1eg: 8 segs, 39.7 K docs, 157.3 MB 145.2s _1eq: 8 segs, 37.6 K docs, 148.9 MB 123.0s _1ey: 8 segs, 185.4 K docs, 738.9 MB 100.7s _1f7: 9 segs, 42.9 K docs, 169.8 MB 79.6s _1fg: 8 segs, 39.5 K docs, 156.5 MB 53.0s _1fp: 8 segs, 40.2 K docs, 159.1 MB 32.1s _1fw: 8 segs, 140.5 K docs, 559.7 MB 2.6s _1g4: 8 segs, 39.2 K docs, 155.0 MB 0.0s _1g6: 8 segs, 27.8 K docs, 110.1 MB 5.0 sec: 261 segments, 31 merges 1659.2s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1438.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1260.6s _11t: 8 segs, 172.3 K docs, 686.8 MB 1229.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 709.0s _188: 8 segs, 105.4 K docs, 419.5 MB 693.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 673.2s _18n: 8 segs, 171.8 K docs, 684.7 MB 599.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 525.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 512.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 495.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 484.7s _1ak: 8 segs, 71.4 K docs, 283.8 MB 469.5s _1as: 8 segs, 178.4 K docs, 710.9 MB 405.3s _1bq: 8 segs, 90.9 K docs, 361.4 MB 385.1s _1bz: 8 segs, 37.6 K docs, 148.8 MB 364.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 325.4s _1co: 8 segs, 37.7 K docs, 149.1 MB 285.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 270.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 231.2s _1dr: 8 segs, 140.5 K docs, 559.7 MB 212.0s _1dz: 8 segs, 73.1 K docs, 290.5 MB 192.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 169.0s _1eg: 8 segs, 39.7 K docs, 157.3 MB 150.3s _1eq: 8 segs, 37.6 K docs, 148.9 MB 128.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 105.7s _1f7: 9 segs, 42.9 K docs, 169.8 MB 84.6s _1fg: 8 segs, 39.5 K docs, 156.5 MB 58.0s _1fp: 8 segs, 40.2 K docs, 159.1 MB 37.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 7.6s _1g4: 8 segs, 39.2 K docs, 155.0 MB 5.0s _1g6: 8 segs, 27.8 K docs, 110.1 MB 10.0 sec: 254 segments, 30 merges 1664.2s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1443.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1265.6s _11t: 8 segs, 172.3 K docs, 686.8 MB 1234.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 714.0s _188: 8 segs, 105.4 K docs, 419.5 MB 698.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 678.3s _18n: 8 segs, 171.8 K docs, 684.7 MB 604.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 530.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 517.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 500.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 489.7s _1ak: 8 segs, 71.4 K docs, 283.8 MB 474.6s _1as: 8 segs, 178.4 K docs, 710.9 MB 410.3s _1bq: 8 segs, 90.9 K docs, 361.4 MB 390.1s _1bz: 8 segs, 37.6 K docs, 148.8 MB 369.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 290.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 275.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 236.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 217.0s _1dz: 8 segs, 73.1 K docs, 290.5 MB 197.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 174.0s _1eg: 8 segs, 39.7 K docs, 157.3 MB 155.3s _1eq: 8 segs, 37.6 K docs, 148.9 MB 133.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 110.7s _1f7: 9 segs, 42.9 K docs, 169.8 MB 89.7s _1fg: 8 segs, 39.5 K docs, 156.5 MB 63.0s _1fp: 8 segs, 40.2 K docs, 159.1 MB 42.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 12.6s _1g4: 8 segs, 39.2 K docs, 155.0 MB 10.0s _1g6: 8 segs, 27.8 K docs, 110.1 MB 15.1 sec: 254 segments, 30 merges 1669.2s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1448.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1270.7s _11t: 8 segs, 172.3 K docs, 686.8 MB 1239.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 719.0s _188: 8 segs, 105.4 K docs, 419.5 MB 703.8s _18f: 8 segs, 120.6 K docs, 480.2 MB 683.3s _18n: 8 segs, 171.8 K docs, 684.7 MB 609.2s _19d: 8 segs, 105.6 K docs, 420.0 MB 535.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 522.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 505.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 494.8s _1ak: 8 segs, 71.4 K docs, 283.8 MB 479.6s _1as: 8 segs, 178.4 K docs, 710.9 MB 415.3s _1bq: 8 segs, 90.9 K docs, 361.4 MB 395.1s _1bz: 8 segs, 37.6 K docs, 148.8 MB 374.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 295.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 280.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 241.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 222.1s _1dz: 8 segs, 73.1 K docs, 290.5 MB 202.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 179.0s _1eg: 8 segs, 39.7 K docs, 157.3 MB 160.3s _1eq: 8 segs, 37.6 K docs, 148.9 MB 138.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 115.8s _1f7: 9 segs, 42.9 K docs, 169.8 MB 94.7s _1fg: 8 segs, 39.5 K docs, 156.5 MB 68.0s _1fp: 8 segs, 40.2 K docs, 159.1 MB 47.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 17.7s _1g4: 8 segs, 39.2 K docs, 155.0 MB 15.1s _1g6: 8 segs, 27.8 K docs, 110.1 MB 20.1 sec: 254 segments, 30 merges 1674.2s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1453.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1275.7s _11t: 8 segs, 172.3 K docs, 686.8 MB 1244.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 724.0s _188: 8 segs, 105.4 K docs, 419.5 MB 708.8s _18f: 8 segs, 120.6 K docs, 480.2 MB 688.3s _18n: 8 segs, 171.8 K docs, 684.7 MB 614.2s _19d: 8 segs, 105.6 K docs, 420.0 MB 540.6s _19z: 8 segs, 179.3 K docs, 714.5 MB 527.2s _1a5: 8 segs, 204.5 K docs, 815.1 MB 510.7s _1ad: 8 segs, 172.8 K docs, 688.6 MB 499.8s _1ak: 8 segs, 71.4 K docs, 283.8 MB 484.6s _1as: 8 segs, 178.4 K docs, 710.9 MB 420.3s _1bq: 8 segs, 90.9 K docs, 361.4 MB 400.2s _1bz: 8 segs, 37.6 K docs, 148.8 MB 379.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 300.5s _1d4: 8 segs, 72.5 K docs, 288.0 MB 285.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 246.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 227.1s _1dz: 8 segs, 73.1 K docs, 290.5 MB 207.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 184.0s _1eg: 8 segs, 39.7 K docs, 157.3 MB 165.3s _1eq: 8 segs, 37.6 K docs, 148.9 MB 143.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 120.8s _1f7: 9 segs, 42.9 K docs, 169.8 MB 99.7s _1fg: 8 segs, 39.5 K docs, 156.5 MB 73.1s _1fp: 8 segs, 40.2 K docs, 159.1 MB 52.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 22.7s _1g4: 8 segs, 39.2 K docs, 155.0 MB 20.1s _1g6: 8 segs, 27.8 K docs, 110.1 MB 25.0 sec: 254 segments, 30 merges 1679.1s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1458.0s _z3: 8 segs, 212.9 K docs, 849.0 MB 1280.6s _11t: 8 segs, 172.3 K docs, 686.8 MB 1249.3s _129: 8 segs, 983.4 K docs, 3929.6 MB 728.9s _188: 8 segs, 105.4 K docs, 419.5 MB 713.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 693.2s _18n: 8 segs, 171.8 K docs, 684.7 MB 619.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 545.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 532.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 515.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 504.7s _1ak: 8 segs, 71.4 K docs, 283.8 MB 489.5s _1as: 8 segs, 178.4 K docs, 710.9 MB 425.3s _1bq: 8 segs, 90.9 K docs, 361.4 MB 405.1s _1bz: 8 segs, 37.6 K docs, 148.8 MB 384.3s _1c7: 8 segs, 186.2 K docs, 742.2 MB 305.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 289.9s _1dc: 8 segs, 74.4 K docs, 295.7 MB 251.2s _1dr: 8 segs, 140.5 K docs, 559.7 MB 232.0s _1dz: 8 segs, 73.1 K docs, 290.5 MB 212.4s _1e8: 8 segs, 39.0 K docs, 154.3 MB 188.9s _1eg: 8 segs, 39.7 K docs, 157.3 MB 170.2s _1eq: 8 segs, 37.6 K docs, 148.9 MB 148.0s _1ey: 8 segs, 185.4 K docs, 738.9 MB 125.7s _1f7: 9 segs, 42.9 K docs, 169.8 MB 104.6s _1fg: 8 segs, 39.5 K docs, 156.5 MB 78.0s _1fp: 8 segs, 40.2 K docs, 159.1 MB 57.1s _1fw: 8 segs, 140.5 K docs, 559.7 MB 27.6s _1g4: 8 segs, 39.2 K docs, 155.0 MB 25.0s _1g6: 8 segs, 27.8 K docs, 110.1 MB 30.0 sec: 254 segments, 30 merges 1684.2s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1463.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1285.6s _11t: 8 segs, 172.3 K docs, 686.8 MB 1254.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 734.0s _188: 8 segs, 105.4 K docs, 419.5 MB 718.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 698.2s _18n: 8 segs, 171.8 K docs, 684.7 MB 624.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 550.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 537.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 520.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 509.7s _1ak: 8 segs, 71.4 K docs, 283.8 MB 494.5s _1as: 8 segs, 178.4 K docs, 710.9 MB 430.3s _1bq: 8 segs, 90.9 K docs, 361.4 MB 410.1s _1bz: 8 segs, 37.6 K docs, 148.8 MB 389.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 310.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 295.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 256.2s _1dr: 8 segs, 140.5 K docs, 559.7 MB 237.0s _1dz: 8 segs, 73.1 K docs, 290.5 MB 217.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 194.0s _1eg: 8 segs, 39.7 K docs, 157.3 MB 175.3s _1eq: 8 segs, 37.6 K docs, 148.9 MB 153.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 130.7s _1f7: 9 segs, 42.9 K docs, 169.8 MB 109.6s _1fg: 8 segs, 39.5 K docs, 156.5 MB 83.0s _1fp: 8 segs, 40.2 K docs, 159.1 MB 62.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 32.6s _1g4: 8 segs, 39.2 K docs, 155.0 MB 30.0s _1g6: 8 segs, 27.8 K docs, 110.1 MB 35.0 sec: 254 segments, 30 merges 1689.2s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1468.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1290.6s _11t: 8 segs, 172.3 K docs, 686.8 MB 1259.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 739.0s _188: 8 segs, 105.4 K docs, 419.5 MB 723.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 703.3s _18n: 8 segs, 171.8 K docs, 684.7 MB 629.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 555.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 542.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 525.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 514.7s _1ak: 8 segs, 71.4 K docs, 283.8 MB 499.6s _1as: 8 segs, 178.4 K docs, 710.9 MB 435.3s _1bq: 8 segs, 90.9 K docs, 361.4 MB 415.1s _1bz: 8 segs, 37.6 K docs, 148.8 MB 394.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 315.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 300.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 261.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 242.0s _1dz: 8 segs, 73.1 K docs, 290.5 MB 222.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 199.0s _1eg: 8 segs, 39.7 K docs, 157.3 MB 180.3s _1eq: 8 segs, 37.6 K docs, 148.9 MB 158.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 135.7s _1f7: 9 segs, 42.9 K docs, 169.8 MB 114.7s _1fg: 8 segs, 39.5 K docs, 156.5 MB 88.0s _1fp: 8 segs, 40.2 K docs, 159.1 MB 67.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 37.6s _1g4: 8 segs, 39.2 K docs, 155.0 MB 35.0s _1g6: 8 segs, 27.8 K docs, 110.1 MB 40.1 sec: 254 segments, 30 merges 1694.2s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1473.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1295.6s _11t: 8 segs, 172.3 K docs, 686.8 MB 1264.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 744.0s _188: 8 segs, 105.4 K docs, 419.5 MB 728.8s _18f: 8 segs, 120.6 K docs, 480.2 MB 708.3s _18n: 8 segs, 171.8 K docs, 684.7 MB 634.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 560.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 547.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 530.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 519.7s _1ak: 8 segs, 71.4 K docs, 283.8 MB 504.6s _1as: 8 segs, 178.4 K docs, 710.9 MB 440.3s _1bq: 8 segs, 90.9 K docs, 361.4 MB 420.1s _1bz: 8 segs, 37.6 K docs, 148.8 MB 399.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 320.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 305.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 266.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 247.0s _1dz: 8 segs, 73.1 K docs, 290.5 MB 227.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 204.0s _1eg: 8 segs, 39.7 K docs, 157.3 MB 185.3s _1eq: 8 segs, 37.6 K docs, 148.9 MB 163.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 140.8s _1f7: 9 segs, 42.9 K docs, 169.8 MB 119.7s _1fg: 8 segs, 39.5 K docs, 156.5 MB 93.0s _1fp: 8 segs, 40.2 K docs, 159.1 MB 72.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 42.7s _1g4: 8 segs, 39.2 K docs, 155.0 MB 40.1s _1g6: 8 segs, 27.8 K docs, 110.1 MB 45.1 sec: 254 segments, 30 merges 1699.2s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1478.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1300.7s _11t: 8 segs, 172.3 K docs, 686.8 MB 1269.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 749.0s _188: 8 segs, 105.4 K docs, 419.5 MB 733.8s _18f: 8 segs, 120.6 K docs, 480.2 MB 713.3s _18n: 8 segs, 171.8 K docs, 684.7 MB 639.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 565.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 552.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 535.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 524.7s _1ak: 8 segs, 71.4 K docs, 283.8 MB 509.6s _1as: 8 segs, 178.4 K docs, 710.9 MB 445.3s _1bq: 8 segs, 90.9 K docs, 361.4 MB 425.1s _1bz: 8 segs, 37.6 K docs, 148.8 MB 404.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 325.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 310.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 271.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 252.1s _1dz: 8 segs, 73.1 K docs, 290.5 MB 232.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 209.0s _1eg: 8 segs, 39.7 K docs, 157.3 MB 190.3s _1eq: 8 segs, 37.6 K docs, 148.9 MB 168.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 145.8s _1f7: 9 segs, 42.9 K docs, 169.8 MB 124.7s _1fg: 8 segs, 39.5 K docs, 156.5 MB 98.0s _1fp: 8 segs, 40.2 K docs, 159.1 MB 77.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 47.7s _1g4: 8 segs, 39.2 K docs, 155.0 MB 45.1s _1g6: 8 segs, 27.8 K docs, 110.1 MB 50.1 sec: 247 segments, 29 merges 1704.2s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1483.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1305.7s _11t: 8 segs, 172.3 K docs, 686.8 MB 1274.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 754.0s _188: 8 segs, 105.4 K docs, 419.5 MB 738.8s _18f: 8 segs, 120.6 K docs, 480.2 MB 718.3s _18n: 8 segs, 171.8 K docs, 684.7 MB 644.2s _19d: 8 segs, 105.6 K docs, 420.0 MB 570.6s _19z: 8 segs, 179.3 K docs, 714.5 MB 557.2s _1a5: 8 segs, 204.5 K docs, 815.1 MB 540.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 529.8s _1ak: 8 segs, 71.4 K docs, 283.8 MB 514.6s _1as: 8 segs, 178.4 K docs, 710.9 MB 430.2s _1bz: 8 segs, 37.6 K docs, 148.8 MB 409.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 330.5s _1d4: 8 segs, 72.5 K docs, 288.0 MB 315.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 276.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 257.1s _1dz: 8 segs, 73.1 K docs, 290.5 MB 237.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 214.0s _1eg: 8 segs, 39.7 K docs, 157.3 MB 195.3s _1eq: 8 segs, 37.6 K docs, 148.9 MB 173.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 150.8s _1f7: 9 segs, 42.9 K docs, 169.8 MB 129.7s _1fg: 8 segs, 39.5 K docs, 156.5 MB 103.1s _1fp: 8 segs, 40.2 K docs, 159.1 MB 82.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 52.7s _1g4: 8 segs, 39.2 K docs, 155.0 MB 50.1s _1g6: 8 segs, 27.8 K docs, 110.1 MB 55.1 sec: 240 segments, 28 merges 1709.2s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1488.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1310.7s _11t: 8 segs, 172.3 K docs, 686.8 MB 1279.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 759.0s _188: 8 segs, 105.4 K docs, 419.5 MB 743.8s _18f: 8 segs, 120.6 K docs, 480.2 MB 723.3s _18n: 8 segs, 171.8 K docs, 684.7 MB 649.2s _19d: 8 segs, 105.6 K docs, 420.0 MB 575.6s _19z: 8 segs, 179.3 K docs, 714.5 MB 562.2s _1a5: 8 segs, 204.5 K docs, 815.1 MB 545.7s _1ad: 8 segs, 172.8 K docs, 688.6 MB 534.8s _1ak: 8 segs, 71.4 K docs, 283.8 MB 519.6s _1as: 8 segs, 178.4 K docs, 710.9 MB 435.2s _1bz: 8 segs, 37.6 K docs, 148.8 MB 414.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 335.5s _1d4: 8 segs, 72.5 K docs, 288.0 MB 320.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 281.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 262.1s _1dz: 8 segs, 73.1 K docs, 290.5 MB 242.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 219.0s _1eg: 8 segs, 39.7 K docs, 157.3 MB 178.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 155.8s _1f7: 9 segs, 42.9 K docs, 169.8 MB 134.7s _1fg: 8 segs, 39.5 K docs, 156.5 MB 108.1s _1fp: 8 segs, 40.2 K docs, 159.1 MB 87.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 57.7s _1g4: 8 segs, 39.2 K docs, 155.0 MB 55.1s _1g6: 8 segs, 27.8 K docs, 110.1 MB 60.0 sec: 240 segments, 28 merges 1714.1s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1493.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1315.6s _11t: 8 segs, 172.3 K docs, 686.8 MB 1284.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 763.9s _188: 8 segs, 105.4 K docs, 419.5 MB 748.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 728.2s _18n: 8 segs, 171.8 K docs, 684.7 MB 654.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 580.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 567.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 550.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 539.7s _1ak: 8 segs, 71.4 K docs, 283.8 MB 524.5s _1as: 8 segs, 178.4 K docs, 710.9 MB 440.1s _1bz: 8 segs, 37.6 K docs, 148.8 MB 419.3s _1c7: 8 segs, 186.2 K docs, 742.2 MB 340.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 325.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 286.2s _1dr: 8 segs, 140.5 K docs, 559.7 MB 267.0s _1dz: 8 segs, 73.1 K docs, 290.5 MB 247.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 224.0s _1eg: 8 segs, 39.7 K docs, 157.3 MB 183.0s _1ey: 8 segs, 185.4 K docs, 738.9 MB 160.7s _1f7: 9 segs, 42.9 K docs, 169.8 MB 139.6s _1fg: 8 segs, 39.5 K docs, 156.5 MB 113.0s _1fp: 8 segs, 40.2 K docs, 159.1 MB 92.1s _1fw: 8 segs, 140.5 K docs, 559.7 MB 62.6s _1g4: 8 segs, 39.2 K docs, 155.0 MB 60.0s _1g6: 8 segs, 27.8 K docs, 110.1 MB 65.0 sec: 240 segments, 28 merges 1719.2s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1498.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1320.6s _11t: 8 segs, 172.3 K docs, 686.8 MB 1289.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 769.0s _188: 8 segs, 105.4 K docs, 419.5 MB 753.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 733.2s _18n: 8 segs, 171.8 K docs, 684.7 MB 659.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 585.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 572.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 555.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 544.7s _1ak: 8 segs, 71.4 K docs, 283.8 MB 529.5s _1as: 8 segs, 178.4 K docs, 710.9 MB 445.1s _1bz: 8 segs, 37.6 K docs, 148.8 MB 424.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 345.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 330.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 291.2s _1dr: 8 segs, 140.5 K docs, 559.7 MB 272.0s _1dz: 8 segs, 73.1 K docs, 290.5 MB 252.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 229.0s _1eg: 8 segs, 39.7 K docs, 157.3 MB 188.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 165.7s _1f7: 9 segs, 42.9 K docs, 169.8 MB 144.7s _1fg: 8 segs, 39.5 K docs, 156.5 MB 118.0s _1fp: 8 segs, 40.2 K docs, 159.1 MB 97.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 67.6s _1g4: 8 segs, 39.2 K docs, 155.0 MB 65.0s _1g6: 8 segs, 27.8 K docs, 110.1 MB 70.1 sec: 232 segments, 27 merges 1724.2s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1503.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1325.7s _11t: 8 segs, 172.3 K docs, 686.8 MB 1294.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 774.0s _188: 8 segs, 105.4 K docs, 419.5 MB 758.8s _18f: 8 segs, 120.6 K docs, 480.2 MB 738.3s _18n: 8 segs, 171.8 K docs, 684.7 MB 664.2s _19d: 8 segs, 105.6 K docs, 420.0 MB 590.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 577.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 560.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 549.8s _1ak: 8 segs, 71.4 K docs, 283.8 MB 534.6s _1as: 8 segs, 178.4 K docs, 710.9 MB 450.1s _1bz: 8 segs, 37.6 K docs, 148.8 MB 429.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 350.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 335.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 296.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 277.1s _1dz: 8 segs, 73.1 K docs, 290.5 MB 257.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 234.0s _1eg: 8 segs, 39.7 K docs, 157.3 MB 193.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 149.7s _1fg: 8 segs, 39.5 K docs, 156.5 MB 123.0s _1fp: 8 segs, 40.2 K docs, 159.1 MB 102.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 72.7s _1g4: 8 segs, 39.2 K docs, 155.0 MB 70.1s _1g6: 8 segs, 27.8 K docs, 110.1 MB 75.1 sec: 225 segments, 26 merges 1729.2s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1508.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1330.7s _11t: 8 segs, 172.3 K docs, 686.8 MB 1299.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 779.0s _188: 8 segs, 105.4 K docs, 419.5 MB 763.8s _18f: 8 segs, 120.6 K docs, 480.2 MB 743.3s _18n: 8 segs, 171.8 K docs, 684.7 MB 669.2s _19d: 8 segs, 105.6 K docs, 420.0 MB 595.6s _19z: 8 segs, 179.3 K docs, 714.5 MB 582.2s _1a5: 8 segs, 204.5 K docs, 815.1 MB 565.7s _1ad: 8 segs, 172.8 K docs, 688.6 MB 539.6s _1as: 8 segs, 178.4 K docs, 710.9 MB 455.2s _1bz: 8 segs, 37.6 K docs, 148.8 MB 434.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 355.5s _1d4: 8 segs, 72.5 K docs, 288.0 MB 340.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 301.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 282.1s _1dz: 8 segs, 73.1 K docs, 290.5 MB 262.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 239.0s _1eg: 8 segs, 39.7 K docs, 157.3 MB 198.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 154.7s _1fg: 8 segs, 39.5 K docs, 156.5 MB 128.1s _1fp: 8 segs, 40.2 K docs, 159.1 MB 107.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 77.7s _1g4: 8 segs, 39.2 K docs, 155.0 MB 75.1s _1g6: 8 segs, 27.8 K docs, 110.1 MB 80.0 sec: 225 segments, 26 merges 1734.1s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1513.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1335.6s _11t: 8 segs, 172.3 K docs, 686.8 MB 1304.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 783.9s _188: 8 segs, 105.4 K docs, 419.5 MB 768.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 748.2s _18n: 8 segs, 171.8 K docs, 684.7 MB 674.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 600.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 587.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 570.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 544.5s _1as: 8 segs, 178.4 K docs, 710.9 MB 460.1s _1bz: 8 segs, 37.6 K docs, 148.8 MB 439.3s _1c7: 8 segs, 186.2 K docs, 742.2 MB 360.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 345.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 306.2s _1dr: 8 segs, 140.5 K docs, 559.7 MB 287.0s _1dz: 8 segs, 73.1 K docs, 290.5 MB 267.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 244.0s _1eg: 8 segs, 39.7 K docs, 157.3 MB 203.0s _1ey: 8 segs, 185.4 K docs, 738.9 MB 159.6s _1fg: 8 segs, 39.5 K docs, 156.5 MB 133.0s _1fp: 8 segs, 40.2 K docs, 159.1 MB 112.1s _1fw: 8 segs, 140.5 K docs, 559.7 MB 82.6s _1g4: 8 segs, 39.2 K docs, 155.0 MB 80.0s _1g6: 8 segs, 27.8 K docs, 110.1 MB 85.0 sec: 225 segments, 26 merges 1739.2s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1518.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1340.6s _11t: 8 segs, 172.3 K docs, 686.8 MB 1309.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 789.0s _188: 8 segs, 105.4 K docs, 419.5 MB 773.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 753.2s _18n: 8 segs, 171.8 K docs, 684.7 MB 679.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 605.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 592.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 575.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 549.5s _1as: 8 segs, 178.4 K docs, 710.9 MB 465.1s _1bz: 8 segs, 37.6 K docs, 148.8 MB 444.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 365.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 350.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 311.2s _1dr: 8 segs, 140.5 K docs, 559.7 MB 292.0s _1dz: 8 segs, 73.1 K docs, 290.5 MB 272.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 249.0s _1eg: 8 segs, 39.7 K docs, 157.3 MB 208.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 164.6s _1fg: 8 segs, 39.5 K docs, 156.5 MB 138.0s _1fp: 8 segs, 40.2 K docs, 159.1 MB 117.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 87.6s _1g4: 8 segs, 39.2 K docs, 155.0 MB 85.0s _1g6: 8 segs, 27.8 K docs, 110.1 MB 90.0 sec: 225 segments, 26 merges 1744.2s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1523.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1345.6s _11t: 8 segs, 172.3 K docs, 686.8 MB 1314.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 794.0s _188: 8 segs, 105.4 K docs, 419.5 MB 778.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 758.2s _18n: 8 segs, 171.8 K docs, 684.7 MB 684.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 610.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 597.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 580.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 554.5s _1as: 8 segs, 178.4 K docs, 710.9 MB 470.1s _1bz: 8 segs, 37.6 K docs, 148.8 MB 449.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 370.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 355.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 316.2s _1dr: 8 segs, 140.5 K docs, 559.7 MB 297.0s _1dz: 8 segs, 73.1 K docs, 290.5 MB 277.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 254.0s _1eg: 8 segs, 39.7 K docs, 157.3 MB 213.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 169.7s _1fg: 8 segs, 39.5 K docs, 156.5 MB 143.0s _1fp: 8 segs, 40.2 K docs, 159.1 MB 122.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 92.6s _1g4: 8 segs, 39.2 K docs, 155.0 MB 90.0s _1g6: 8 segs, 27.8 K docs, 110.1 MB 95.0 sec: 218 segments, 25 merges 1749.2s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1528.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1350.6s _11t: 8 segs, 172.3 K docs, 686.8 MB 1319.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 799.0s _188: 8 segs, 105.4 K docs, 419.5 MB 783.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 763.3s _18n: 8 segs, 171.8 K docs, 684.7 MB 689.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 615.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 602.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 585.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 559.6s _1as: 8 segs, 178.4 K docs, 710.9 MB 475.1s _1bz: 8 segs, 37.6 K docs, 148.8 MB 454.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 375.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 360.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 321.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 302.0s _1dz: 8 segs, 73.1 K docs, 290.5 MB 282.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 259.0s _1eg: 8 segs, 39.7 K docs, 157.3 MB 218.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 148.0s _1fp: 8 segs, 40.2 K docs, 159.1 MB 127.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 97.7s _1g4: 8 segs, 39.2 K docs, 155.0 MB 95.0s _1g6: 8 segs, 27.8 K docs, 110.1 MB 100.1 sec: 211 segments, 24 merges 1754.2s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1533.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1355.6s _11t: 8 segs, 172.3 K docs, 686.8 MB 1324.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 804.0s _188: 8 segs, 105.4 K docs, 419.5 MB 788.8s _18f: 8 segs, 120.6 K docs, 480.2 MB 768.3s _18n: 8 segs, 171.8 K docs, 684.7 MB 694.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 620.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 607.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 590.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 564.6s _1as: 8 segs, 178.4 K docs, 710.9 MB 459.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 380.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 365.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 326.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 307.0s _1dz: 8 segs, 73.1 K docs, 290.5 MB 287.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 264.0s _1eg: 8 segs, 39.7 K docs, 157.3 MB 223.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 153.0s _1fp: 8 segs, 40.2 K docs, 159.1 MB 132.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 102.7s _1g4: 8 segs, 39.2 K docs, 155.0 MB 100.1s _1g6: 8 segs, 27.8 K docs, 110.1 MB 105.1 sec: 211 segments, 24 merges 1759.2s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1538.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1360.7s _11t: 8 segs, 172.3 K docs, 686.8 MB 1329.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 809.0s _188: 8 segs, 105.4 K docs, 419.5 MB 793.8s _18f: 8 segs, 120.6 K docs, 480.2 MB 773.3s _18n: 8 segs, 171.8 K docs, 684.7 MB 699.2s _19d: 8 segs, 105.6 K docs, 420.0 MB 625.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 612.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 595.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 569.6s _1as: 8 segs, 178.4 K docs, 710.9 MB 464.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 385.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 370.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 331.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 312.1s _1dz: 8 segs, 73.1 K docs, 290.5 MB 292.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 269.0s _1eg: 8 segs, 39.7 K docs, 157.3 MB 228.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 158.0s _1fp: 8 segs, 40.2 K docs, 159.1 MB 137.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 107.7s _1g4: 8 segs, 39.2 K docs, 155.0 MB 105.1s _1g6: 8 segs, 27.8 K docs, 110.1 MB 110.1 sec: 211 segments, 24 merges 1764.2s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1543.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1365.7s _11t: 8 segs, 172.3 K docs, 686.8 MB 1334.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 814.0s _188: 8 segs, 105.4 K docs, 419.5 MB 798.8s _18f: 8 segs, 120.6 K docs, 480.2 MB 778.3s _18n: 8 segs, 171.8 K docs, 684.7 MB 704.2s _19d: 8 segs, 105.6 K docs, 420.0 MB 630.6s _19z: 8 segs, 179.3 K docs, 714.5 MB 617.2s _1a5: 8 segs, 204.5 K docs, 815.1 MB 600.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 574.6s _1as: 8 segs, 178.4 K docs, 710.9 MB 469.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 390.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 375.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 336.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 317.1s _1dz: 8 segs, 73.1 K docs, 290.5 MB 297.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 274.0s _1eg: 8 segs, 39.7 K docs, 157.3 MB 233.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 163.1s _1fp: 8 segs, 40.2 K docs, 159.1 MB 142.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 112.7s _1g4: 8 segs, 39.2 K docs, 155.0 MB 110.1s _1g6: 8 segs, 27.8 K docs, 110.1 MB 115.1 sec: 204 segments, 24 merges 1769.2s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1548.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1370.7s _11t: 8 segs, 172.3 K docs, 686.8 MB 1339.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 819.0s _188: 8 segs, 105.4 K docs, 419.5 MB 803.8s _18f: 8 segs, 120.6 K docs, 480.2 MB 783.3s _18n: 8 segs, 171.8 K docs, 684.7 MB 709.2s _19d: 8 segs, 105.6 K docs, 420.0 MB 635.6s _19z: 8 segs, 179.3 K docs, 714.5 MB 622.2s _1a5: 8 segs, 204.5 K docs, 815.1 MB 605.7s _1ad: 8 segs, 172.8 K docs, 688.6 MB 579.6s _1as: 8 segs, 178.4 K docs, 710.9 MB 474.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 395.5s _1d4: 8 segs, 72.5 K docs, 288.0 MB 380.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 341.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 322.1s _1dz: 8 segs, 73.1 K docs, 290.5 MB 302.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 238.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 168.1s _1fp: 8 segs, 40.2 K docs, 159.1 MB 147.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 117.7s _1g4: 8 segs, 39.2 K docs, 155.0 MB 115.1s _1g6: 8 segs, 27.8 K docs, 110.1 MB 1.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 120.0 sec: 204 segments, 24 merges 1774.1s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1553.0s _z3: 8 segs, 212.9 K docs, 849.0 MB 1375.6s _11t: 8 segs, 172.3 K docs, 686.8 MB 1344.3s _129: 8 segs, 983.4 K docs, 3929.6 MB 823.9s _188: 8 segs, 105.4 K docs, 419.5 MB 808.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 788.2s _18n: 8 segs, 171.8 K docs, 684.7 MB 714.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 640.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 627.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 610.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 584.5s _1as: 8 segs, 178.4 K docs, 710.9 MB 479.3s _1c7: 8 segs, 186.2 K docs, 742.2 MB 400.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 384.9s _1dc: 8 segs, 74.4 K docs, 295.7 MB 346.2s _1dr: 8 segs, 140.5 K docs, 559.7 MB 327.0s _1dz: 8 segs, 73.1 K docs, 290.5 MB 307.4s _1e8: 8 segs, 39.0 K docs, 154.3 MB 243.0s _1ey: 8 segs, 185.4 K docs, 738.9 MB 173.0s _1fp: 8 segs, 40.2 K docs, 159.1 MB 152.1s _1fw: 8 segs, 140.5 K docs, 559.7 MB 122.6s _1g4: 8 segs, 39.2 K docs, 155.0 MB 120.0s _1g6: 8 segs, 27.8 K docs, 110.1 MB 6.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 125.0 sec: 204 segments, 24 merges 1779.2s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1558.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1380.6s _11t: 8 segs, 172.3 K docs, 686.8 MB 1349.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 829.0s _188: 8 segs, 105.4 K docs, 419.5 MB 813.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 793.2s _18n: 8 segs, 171.8 K docs, 684.7 MB 719.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 645.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 632.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 615.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 589.5s _1as: 8 segs, 178.4 K docs, 710.9 MB 484.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 405.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 390.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 351.2s _1dr: 8 segs, 140.5 K docs, 559.7 MB 332.0s _1dz: 8 segs, 73.1 K docs, 290.5 MB 312.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 248.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 178.0s _1fp: 8 segs, 40.2 K docs, 159.1 MB 157.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 127.6s _1g4: 8 segs, 39.2 K docs, 155.0 MB 125.0s _1g6: 8 segs, 27.8 K docs, 110.1 MB 11.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 130.0 sec: 204 segments, 24 merges 1784.2s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1563.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1385.6s _11t: 8 segs, 172.3 K docs, 686.8 MB 1354.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 834.0s _188: 8 segs, 105.4 K docs, 419.5 MB 818.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 798.2s _18n: 8 segs, 171.8 K docs, 684.7 MB 724.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 650.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 637.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 620.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 594.5s _1as: 8 segs, 178.4 K docs, 710.9 MB 489.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 410.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 395.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 356.2s _1dr: 8 segs, 140.5 K docs, 559.7 MB 337.0s _1dz: 8 segs, 73.1 K docs, 290.5 MB 317.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 253.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 183.0s _1fp: 8 segs, 40.2 K docs, 159.1 MB 162.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 132.6s _1g4: 8 segs, 39.2 K docs, 155.0 MB 130.0s _1g6: 8 segs, 27.8 K docs, 110.1 MB 16.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 135.1 sec: 204 segments, 24 merges 1789.2s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1568.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1390.7s _11t: 8 segs, 172.3 K docs, 686.8 MB 1359.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 839.0s _188: 8 segs, 105.4 K docs, 419.5 MB 823.8s _18f: 8 segs, 120.6 K docs, 480.2 MB 803.3s _18n: 8 segs, 171.8 K docs, 684.7 MB 729.2s _19d: 8 segs, 105.6 K docs, 420.0 MB 655.6s _19z: 8 segs, 179.3 K docs, 714.5 MB 642.2s _1a5: 8 segs, 204.5 K docs, 815.1 MB 625.7s _1ad: 8 segs, 172.8 K docs, 688.6 MB 599.6s _1as: 8 segs, 178.4 K docs, 710.9 MB 494.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 415.5s _1d4: 8 segs, 72.5 K docs, 288.0 MB 400.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 361.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 342.1s _1dz: 8 segs, 73.1 K docs, 290.5 MB 322.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 258.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 188.1s _1fp: 8 segs, 40.2 K docs, 159.1 MB 167.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 137.7s _1g4: 8 segs, 39.2 K docs, 155.0 MB 135.1s _1g6: 8 segs, 27.8 K docs, 110.1 MB 21.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 140.0 sec: 204 segments, 24 merges 1794.1s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1573.0s _z3: 8 segs, 212.9 K docs, 849.0 MB 1395.6s _11t: 8 segs, 172.3 K docs, 686.8 MB 1364.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 843.9s _188: 8 segs, 105.4 K docs, 419.5 MB 828.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 808.2s _18n: 8 segs, 171.8 K docs, 684.7 MB 734.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 660.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 647.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 630.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 604.5s _1as: 8 segs, 178.4 K docs, 710.9 MB 499.3s _1c7: 8 segs, 186.2 K docs, 742.2 MB 420.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 404.9s _1dc: 8 segs, 74.4 K docs, 295.7 MB 366.2s _1dr: 8 segs, 140.5 K docs, 559.7 MB 347.0s _1dz: 8 segs, 73.1 K docs, 290.5 MB 327.4s _1e8: 8 segs, 39.0 K docs, 154.3 MB 263.0s _1ey: 8 segs, 185.4 K docs, 738.9 MB 193.0s _1fp: 8 segs, 40.2 K docs, 159.1 MB 172.1s _1fw: 8 segs, 140.5 K docs, 559.7 MB 142.6s _1g4: 8 segs, 39.2 K docs, 155.0 MB 140.0s _1g6: 8 segs, 27.8 K docs, 110.1 MB 26.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 145.0 sec: 197 segments, 23 merges 1799.2s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1578.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1400.6s _11t: 8 segs, 172.3 K docs, 686.8 MB 1369.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 848.9s _188: 8 segs, 105.4 K docs, 419.5 MB 833.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 813.2s _18n: 8 segs, 171.8 K docs, 684.7 MB 739.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 665.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 652.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 635.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 609.5s _1as: 8 segs, 178.4 K docs, 710.9 MB 504.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 425.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 410.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 371.2s _1dr: 8 segs, 140.5 K docs, 559.7 MB 352.0s _1dz: 8 segs, 73.1 K docs, 290.5 MB 332.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 268.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 177.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 147.6s _1g4: 8 segs, 39.2 K docs, 155.0 MB 145.0s _1g6: 8 segs, 27.8 K docs, 110.1 MB 31.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 150.0 sec: 197 segments, 23 merges 1804.2s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1583.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1405.6s _11t: 8 segs, 172.3 K docs, 686.8 MB 1374.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 854.0s _188: 8 segs, 105.4 K docs, 419.5 MB 838.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 818.2s _18n: 8 segs, 171.8 K docs, 684.7 MB 744.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 670.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 657.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 640.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 614.5s _1as: 8 segs, 178.4 K docs, 710.9 MB 509.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 430.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 415.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 376.2s _1dr: 8 segs, 140.5 K docs, 559.7 MB 357.0s _1dz: 8 segs, 73.1 K docs, 290.5 MB 337.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 273.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 182.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 152.6s _1g4: 8 segs, 39.2 K docs, 155.0 MB 150.0s _1g6: 8 segs, 27.8 K docs, 110.1 MB 36.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 155.0 sec: 197 segments, 23 merges 1809.2s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1588.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1410.6s _11t: 8 segs, 172.3 K docs, 686.8 MB 1379.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 859.0s _188: 8 segs, 105.4 K docs, 419.5 MB 843.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 823.2s _18n: 8 segs, 171.8 K docs, 684.7 MB 749.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 675.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 662.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 645.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 619.5s _1as: 8 segs, 178.4 K docs, 710.9 MB 514.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 435.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 420.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 381.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 362.0s _1dz: 8 segs, 73.1 K docs, 290.5 MB 342.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 278.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 187.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 157.6s _1g4: 8 segs, 39.2 K docs, 155.0 MB 155.0s _1g6: 8 segs, 27.8 K docs, 110.1 MB 41.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 160.0 sec: 190 segments, 22 merges 1814.2s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1593.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1415.6s _11t: 8 segs, 172.3 K docs, 686.8 MB 1384.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 864.0s _188: 8 segs, 105.4 K docs, 419.5 MB 848.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 828.3s _18n: 8 segs, 171.8 K docs, 684.7 MB 754.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 680.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 667.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 650.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 624.6s _1as: 8 segs, 178.4 K docs, 710.9 MB 519.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 440.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 425.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 386.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 367.0s _1dz: 8 segs, 73.1 K docs, 290.5 MB 347.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 283.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 192.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 160.0s _1g6: 8 segs, 27.8 K docs, 110.1 MB 46.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 165.1 sec: 190 segments, 22 merges 1819.2s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1598.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1420.7s _11t: 8 segs, 172.3 K docs, 686.8 MB 1389.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 869.0s _188: 8 segs, 105.4 K docs, 419.5 MB 853.8s _18f: 8 segs, 120.6 K docs, 480.2 MB 833.3s _18n: 8 segs, 171.8 K docs, 684.7 MB 759.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 685.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 672.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 655.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 629.6s _1as: 8 segs, 178.4 K docs, 710.9 MB 524.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 445.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 430.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 391.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 372.1s _1dz: 8 segs, 73.1 K docs, 290.5 MB 352.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 288.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 197.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 165.1s _1g6: 8 segs, 27.8 K docs, 110.1 MB 51.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 170.1 sec: 190 segments, 22 merges 1824.2s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1603.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1425.7s _11t: 8 segs, 172.3 K docs, 686.8 MB 1394.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 874.0s _188: 8 segs, 105.4 K docs, 419.5 MB 858.8s _18f: 8 segs, 120.6 K docs, 480.2 MB 838.3s _18n: 8 segs, 171.8 K docs, 684.7 MB 764.2s _19d: 8 segs, 105.6 K docs, 420.0 MB 690.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 677.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 660.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 634.6s _1as: 8 segs, 178.4 K docs, 710.9 MB 529.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 450.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 435.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 396.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 377.1s _1dz: 8 segs, 73.1 K docs, 290.5 MB 357.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 293.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 202.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 170.1s _1g6: 8 segs, 27.8 K docs, 110.1 MB 56.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 175.1 sec: 190 segments, 22 merges 1829.2s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1608.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1430.7s _11t: 8 segs, 172.3 K docs, 686.8 MB 1399.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 879.0s _188: 8 segs, 105.4 K docs, 419.5 MB 863.8s _18f: 8 segs, 120.6 K docs, 480.2 MB 843.3s _18n: 8 segs, 171.8 K docs, 684.7 MB 769.2s _19d: 8 segs, 105.6 K docs, 420.0 MB 695.6s _19z: 8 segs, 179.3 K docs, 714.5 MB 682.2s _1a5: 8 segs, 204.5 K docs, 815.1 MB 665.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 639.6s _1as: 8 segs, 178.4 K docs, 710.9 MB 534.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 455.5s _1d4: 8 segs, 72.5 K docs, 288.0 MB 440.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 401.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 382.1s _1dz: 8 segs, 73.1 K docs, 290.5 MB 362.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 298.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 207.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 175.1s _1g6: 8 segs, 27.8 K docs, 110.1 MB 61.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 180.1 sec: 190 segments, 22 merges 1834.2s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1613.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1435.7s _11t: 8 segs, 172.3 K docs, 686.8 MB 1404.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 884.0s _188: 8 segs, 105.4 K docs, 419.5 MB 868.8s _18f: 8 segs, 120.6 K docs, 480.2 MB 848.3s _18n: 8 segs, 171.8 K docs, 684.7 MB 774.2s _19d: 8 segs, 105.6 K docs, 420.0 MB 700.6s _19z: 8 segs, 179.3 K docs, 714.5 MB 687.2s _1a5: 8 segs, 204.5 K docs, 815.1 MB 670.7s _1ad: 8 segs, 172.8 K docs, 688.6 MB 644.6s _1as: 8 segs, 178.4 K docs, 710.9 MB 539.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 460.5s _1d4: 8 segs, 72.5 K docs, 288.0 MB 445.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 406.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 387.1s _1dz: 8 segs, 73.1 K docs, 290.5 MB 367.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 303.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 212.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 180.1s _1g6: 8 segs, 27.8 K docs, 110.1 MB 66.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 185.0 sec: 190 segments, 22 merges 1839.1s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1618.0s _z3: 8 segs, 212.9 K docs, 849.0 MB 1440.6s _11t: 8 segs, 172.3 K docs, 686.8 MB 1409.3s _129: 8 segs, 983.4 K docs, 3929.6 MB 888.9s _188: 8 segs, 105.4 K docs, 419.5 MB 873.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 853.2s _18n: 8 segs, 171.8 K docs, 684.7 MB 779.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 705.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 692.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 675.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 649.5s _1as: 8 segs, 178.4 K docs, 710.9 MB 544.3s _1c7: 8 segs, 186.2 K docs, 742.2 MB 465.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 449.9s _1dc: 8 segs, 74.4 K docs, 295.7 MB 411.2s _1dr: 8 segs, 140.5 K docs, 559.7 MB 392.0s _1dz: 8 segs, 73.1 K docs, 290.5 MB 372.4s _1e8: 8 segs, 39.0 K docs, 154.3 MB 308.0s _1ey: 8 segs, 185.4 K docs, 738.9 MB 217.1s _1fw: 8 segs, 140.5 K docs, 559.7 MB 185.0s _1g6: 8 segs, 27.8 K docs, 110.1 MB 71.8s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 190.0 sec: 190 segments, 22 merges 1844.1s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1623.0s _z3: 8 segs, 212.9 K docs, 849.0 MB 1445.6s _11t: 8 segs, 172.3 K docs, 686.8 MB 1414.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 893.9s _188: 8 segs, 105.4 K docs, 419.5 MB 878.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 858.2s _18n: 8 segs, 171.8 K docs, 684.7 MB 784.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 710.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 697.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 680.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 654.5s _1as: 8 segs, 178.4 K docs, 710.9 MB 549.3s _1c7: 8 segs, 186.2 K docs, 742.2 MB 470.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 454.9s _1dc: 8 segs, 74.4 K docs, 295.7 MB 416.2s _1dr: 8 segs, 140.5 K docs, 559.7 MB 397.0s _1dz: 8 segs, 73.1 K docs, 290.5 MB 377.4s _1e8: 8 segs, 39.0 K docs, 154.3 MB 313.0s _1ey: 8 segs, 185.4 K docs, 738.9 MB 222.1s _1fw: 8 segs, 140.5 K docs, 559.7 MB 190.0s _1g6: 8 segs, 27.8 K docs, 110.1 MB 76.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 195.0 sec: 190 segments, 22 merges 1849.1s _v9: 8 segs, 1262.3 K docs, 5044.5 MB 1628.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1450.6s _11t: 8 segs, 172.3 K docs, 686.8 MB 1419.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 898.9s _188: 8 segs, 105.4 K docs, 419.5 MB 883.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 863.2s _18n: 8 segs, 171.8 K docs, 684.7 MB 789.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 715.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 702.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 685.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 659.5s _1as: 8 segs, 178.4 K docs, 710.9 MB 554.3s _1c7: 8 segs, 186.2 K docs, 742.2 MB 475.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 460.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 421.2s _1dr: 8 segs, 140.5 K docs, 559.7 MB 402.0s _1dz: 8 segs, 73.1 K docs, 290.5 MB 382.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 318.0s _1ey: 8 segs, 185.4 K docs, 738.9 MB 227.1s _1fw: 8 segs, 140.5 K docs, 559.7 MB 195.0s _1g6: 8 segs, 27.8 K docs, 110.1 MB 81.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 200.0 sec: 183 segments, 21 merges 1633.1s _z3: 8 segs, 212.9 K docs, 849.0 MB 1455.6s _11t: 8 segs, 172.3 K docs, 686.8 MB 1424.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 903.9s _188: 8 segs, 105.4 K docs, 419.5 MB 888.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 868.2s _18n: 8 segs, 171.8 K docs, 684.7 MB 794.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 720.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 707.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 690.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 664.5s _1as: 8 segs, 178.4 K docs, 710.9 MB 559.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 480.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 465.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 426.2s _1dr: 8 segs, 140.5 K docs, 559.7 MB 407.0s _1dz: 8 segs, 73.1 K docs, 290.5 MB 387.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 323.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 232.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 200.0s _1g6: 8 segs, 27.8 K docs, 110.1 MB 86.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 205.0 sec: 162 segments, 18 merges 1429.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 909.0s _188: 8 segs, 105.4 K docs, 419.5 MB 893.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 799.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 725.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 712.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 695.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 669.5s _1as: 8 segs, 178.4 K docs, 710.9 MB 564.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 485.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 470.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 431.2s _1dr: 8 segs, 140.5 K docs, 559.7 MB 412.0s _1dz: 8 segs, 73.1 K docs, 290.5 MB 392.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 328.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 237.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 205.0s _1g6: 8 segs, 27.8 K docs, 110.1 MB 91.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 210.0 sec: 155 segments, 17 merges 1434.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 914.0s _188: 8 segs, 105.4 K docs, 419.5 MB 898.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 804.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 730.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 717.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 700.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 569.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 490.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 475.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 436.2s _1dr: 8 segs, 140.5 K docs, 559.7 MB 417.0s _1dz: 8 segs, 73.1 K docs, 290.5 MB 397.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 333.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 242.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 210.0s _1g6: 8 segs, 27.8 K docs, 110.1 MB 96.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 215.0 sec: 155 segments, 17 merges 1439.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 919.0s _188: 8 segs, 105.4 K docs, 419.5 MB 903.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 809.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 735.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 722.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 705.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 574.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 495.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 480.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 441.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 422.0s _1dz: 8 segs, 73.1 K docs, 290.5 MB 402.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 338.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 247.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 215.0s _1g6: 8 segs, 27.8 K docs, 110.1 MB 101.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 220.0 sec: 155 segments, 17 merges 1444.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 924.0s _188: 8 segs, 105.4 K docs, 419.5 MB 908.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 814.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 740.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 727.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 710.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 579.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 500.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 485.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 446.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 427.0s _1dz: 8 segs, 73.1 K docs, 290.5 MB 407.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 343.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 252.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 220.0s _1g6: 8 segs, 27.8 K docs, 110.1 MB 106.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 225.1 sec: 155 segments, 17 merges 1449.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 929.0s _188: 8 segs, 105.4 K docs, 419.5 MB 913.8s _18f: 8 segs, 120.6 K docs, 480.2 MB 819.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 745.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 732.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 715.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 584.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 505.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 490.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 451.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 432.0s _1dz: 8 segs, 73.1 K docs, 290.5 MB 412.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 348.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 257.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 225.1s _1g6: 8 segs, 27.8 K docs, 110.1 MB 111.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 230.1 sec: 148 segments, 17 merges 1454.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 934.0s _188: 8 segs, 105.4 K docs, 419.5 MB 918.8s _18f: 8 segs, 120.6 K docs, 480.2 MB 824.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 750.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 737.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 720.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 589.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 510.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 495.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 456.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 437.1s _1dz: 8 segs, 73.1 K docs, 290.5 MB 417.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 353.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 262.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 116.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 3.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 235.1 sec: 148 segments, 17 merges 1459.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 939.0s _188: 8 segs, 105.4 K docs, 419.5 MB 923.8s _18f: 8 segs, 120.6 K docs, 480.2 MB 829.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 755.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 742.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 725.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 594.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 515.4s _1d4: 8 segs, 72.5 K docs, 288.0 MB 500.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 461.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 442.1s _1dz: 8 segs, 73.1 K docs, 290.5 MB 422.5s _1e8: 8 segs, 39.0 K docs, 154.3 MB 358.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 267.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 121.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 8.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 240.1 sec: 134 segments, 15 merges 1464.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 944.0s _188: 8 segs, 105.4 K docs, 419.5 MB 928.8s _18f: 8 segs, 120.6 K docs, 480.2 MB 834.2s _19d: 8 segs, 105.6 K docs, 420.0 MB 760.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 747.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 730.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 599.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 505.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 466.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 447.1s _1dz: 8 segs, 73.1 K docs, 290.5 MB 363.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 272.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 126.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 13.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 245.1 sec: 134 segments, 15 merges 1469.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 949.0s _188: 8 segs, 105.4 K docs, 419.5 MB 933.8s _18f: 8 segs, 120.6 K docs, 480.2 MB 839.2s _19d: 8 segs, 105.6 K docs, 420.0 MB 765.6s _19z: 8 segs, 179.3 K docs, 714.5 MB 752.2s _1a5: 8 segs, 204.5 K docs, 815.1 MB 735.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 604.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 510.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 471.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 452.1s _1dz: 8 segs, 73.1 K docs, 290.5 MB 368.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 277.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 131.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 18.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 250.1 sec: 134 segments, 15 merges 1474.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 954.0s _188: 8 segs, 105.4 K docs, 419.5 MB 938.8s _18f: 8 segs, 120.6 K docs, 480.2 MB 844.2s _19d: 8 segs, 105.6 K docs, 420.0 MB 770.6s _19z: 8 segs, 179.3 K docs, 714.5 MB 757.2s _1a5: 8 segs, 204.5 K docs, 815.1 MB 740.7s _1ad: 8 segs, 172.8 K docs, 688.6 MB 609.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 515.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 476.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 457.1s _1dz: 8 segs, 73.1 K docs, 290.5 MB 373.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 282.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 136.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 23.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 255.1 sec: 134 segments, 15 merges 1479.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 959.0s _188: 8 segs, 105.4 K docs, 419.5 MB 943.8s _18f: 8 segs, 120.6 K docs, 480.2 MB 849.2s _19d: 8 segs, 105.6 K docs, 420.0 MB 775.6s _19z: 8 segs, 179.3 K docs, 714.5 MB 762.2s _1a5: 8 segs, 204.5 K docs, 815.1 MB 745.7s _1ad: 8 segs, 172.8 K docs, 688.6 MB 614.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 520.0s _1dc: 8 segs, 74.4 K docs, 295.7 MB 481.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 462.1s _1dz: 8 segs, 73.1 K docs, 290.5 MB 378.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 287.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 141.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 28.2s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 260.1 sec: 120 segments, 13 merges 1484.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 964.0s _188: 8 segs, 105.4 K docs, 419.5 MB 948.8s _18f: 8 segs, 120.6 K docs, 480.2 MB 854.2s _19d: 8 segs, 105.6 K docs, 420.0 MB 780.6s _19z: 8 segs, 179.3 K docs, 714.5 MB 767.2s _1a5: 8 segs, 204.5 K docs, 815.1 MB 750.7s _1ad: 8 segs, 172.8 K docs, 688.6 MB 619.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 486.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 383.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 292.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 146.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 33.2s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 265.0 sec: 120 segments, 13 merges 1489.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 968.9s _188: 8 segs, 105.4 K docs, 419.5 MB 953.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 859.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 785.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 772.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 755.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 624.3s _1c7: 8 segs, 186.2 K docs, 742.2 MB 491.2s _1dr: 8 segs, 140.5 K docs, 559.7 MB 388.0s _1ey: 8 segs, 185.4 K docs, 738.9 MB 297.1s _1fw: 8 segs, 140.5 K docs, 559.7 MB 151.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 38.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 270.0 sec: 113 segments, 12 merges 1494.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 958.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 864.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 790.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 777.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 760.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 629.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 496.2s _1dr: 8 segs, 140.5 K docs, 559.7 MB 393.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 302.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 156.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 43.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 275.0 sec: 113 segments, 12 merges 1499.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 963.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 869.1s _19d: 8 segs, 105.6 K docs, 420.0 MB 795.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 782.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 765.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 634.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 501.2s _1dr: 8 segs, 140.5 K docs, 559.7 MB 398.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 307.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 161.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 48.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 280.0 sec: 106 segments, 11 merges 1504.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 968.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 800.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 787.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 770.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 639.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 506.2s _1dr: 8 segs, 140.5 K docs, 559.7 MB 403.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 312.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 166.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 53.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 285.0 sec: 106 segments, 11 merges 1509.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 973.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 805.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 792.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 775.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 644.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 511.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 408.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 317.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 171.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 58.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 290.0 sec: 106 segments, 11 merges 1514.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 978.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 810.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 797.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 780.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 649.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 516.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 413.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 322.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 176.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 63.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 295.1 sec: 106 segments, 11 merges 1519.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 983.8s _18f: 8 segs, 120.6 K docs, 480.2 MB 815.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 802.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 785.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 654.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 521.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 418.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 327.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 181.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 68.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 300.1 sec: 106 segments, 11 merges 1524.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 988.8s _18f: 8 segs, 120.6 K docs, 480.2 MB 820.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 807.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 790.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 659.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 526.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 423.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 332.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 186.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 73.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 305.1 sec: 106 segments, 11 merges 1529.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 993.8s _18f: 8 segs, 120.6 K docs, 480.2 MB 825.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 812.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 795.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 664.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 531.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 428.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 337.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 191.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 78.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 310.1 sec: 106 segments, 11 merges 1534.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 998.8s _18f: 8 segs, 120.6 K docs, 480.2 MB 830.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 817.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 800.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 669.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 536.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 433.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 342.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 196.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 83.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 315.1 sec: 106 segments, 11 merges 1539.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 1003.8s _18f: 8 segs, 120.6 K docs, 480.2 MB 835.6s _19z: 8 segs, 179.3 K docs, 714.5 MB 822.2s _1a5: 8 segs, 204.5 K docs, 815.1 MB 805.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 674.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 541.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 438.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 347.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 201.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 88.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 320.1 sec: 106 segments, 11 merges 1544.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 1008.8s _18f: 8 segs, 120.6 K docs, 480.2 MB 840.6s _19z: 8 segs, 179.3 K docs, 714.5 MB 827.2s _1a5: 8 segs, 204.5 K docs, 815.1 MB 810.7s _1ad: 8 segs, 172.8 K docs, 688.6 MB 679.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 546.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 443.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 352.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 206.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 93.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 325.1 sec: 106 segments, 11 merges 1549.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 1013.8s _18f: 8 segs, 120.6 K docs, 480.2 MB 845.6s _19z: 8 segs, 179.3 K docs, 714.5 MB 832.2s _1a5: 8 segs, 204.5 K docs, 815.1 MB 815.7s _1ad: 8 segs, 172.8 K docs, 688.6 MB 684.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 551.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 448.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 357.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 211.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 98.2s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 330.1 sec: 106 segments, 11 merges 1554.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 1018.8s _18f: 8 segs, 120.6 K docs, 480.2 MB 850.6s _19z: 8 segs, 179.3 K docs, 714.5 MB 837.2s _1a5: 8 segs, 204.5 K docs, 815.1 MB 820.7s _1ad: 8 segs, 172.8 K docs, 688.6 MB 689.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 556.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 453.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 362.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 216.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 103.2s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 335.0 sec: 106 segments, 11 merges 1559.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 1023.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 855.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 842.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 825.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 694.3s _1c7: 8 segs, 186.2 K docs, 742.2 MB 561.2s _1dr: 8 segs, 140.5 K docs, 559.7 MB 458.0s _1ey: 8 segs, 185.4 K docs, 738.9 MB 367.1s _1fw: 8 segs, 140.5 K docs, 559.7 MB 221.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 108.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 340.0 sec: 106 segments, 11 merges 1564.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 1028.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 860.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 847.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 830.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 699.3s _1c7: 8 segs, 186.2 K docs, 742.2 MB 566.2s _1dr: 8 segs, 140.5 K docs, 559.7 MB 463.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 372.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 226.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 113.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 345.0 sec: 106 segments, 11 merges 1569.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 1033.7s _18f: 8 segs, 120.6 K docs, 480.2 MB 865.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 852.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 835.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 704.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 571.2s _1dr: 8 segs, 140.5 K docs, 559.7 MB 468.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 377.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 231.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 118.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 350.0 sec: 99 segments, 10 merges 1574.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 870.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 857.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 840.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 709.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 576.2s _1dr: 8 segs, 140.5 K docs, 559.7 MB 473.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 382.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 236.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 123.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 355.0 sec: 99 segments, 10 merges 1579.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 875.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 862.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 845.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 714.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 581.2s _1dr: 8 segs, 140.5 K docs, 559.7 MB 478.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 387.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 241.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 128.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 360.1 sec: 99 segments, 10 merges 1584.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 880.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 867.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 850.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 719.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 586.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 483.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 392.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 246.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 133.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 365.1 sec: 99 segments, 10 merges 1589.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 885.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 872.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 855.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 724.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 591.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 488.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 397.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 251.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 138.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 370.1 sec: 99 segments, 10 merges 1594.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 890.6s _19z: 8 segs, 179.3 K docs, 714.5 MB 877.2s _1a5: 8 segs, 204.5 K docs, 815.1 MB 860.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 729.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 596.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 493.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 402.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 256.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 143.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 375.1 sec: 99 segments, 10 merges 1599.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 895.6s _19z: 8 segs, 179.3 K docs, 714.5 MB 882.2s _1a5: 8 segs, 204.5 K docs, 815.1 MB 865.7s _1ad: 8 segs, 172.8 K docs, 688.6 MB 734.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 601.3s _1dr: 8 segs, 140.5 K docs, 559.7 MB 498.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 407.2s _1fw: 8 segs, 140.5 K docs, 559.7 MB 261.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 148.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 380.1 sec: 85 segments, 9 merges 1604.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 900.6s _19z: 8 segs, 179.3 K docs, 714.5 MB 887.2s _1a5: 8 segs, 204.5 K docs, 815.1 MB 870.7s _1ad: 8 segs, 172.8 K docs, 688.6 MB 739.4s _1c7: 8 segs, 186.2 K docs, 742.2 MB 503.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 266.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 153.2s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 3.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 385.1 sec: 78 segments, 8 merges 1609.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 905.6s _19z: 8 segs, 179.3 K docs, 714.5 MB 892.2s _1a5: 8 segs, 204.5 K docs, 815.1 MB 875.7s _1ad: 8 segs, 172.8 K docs, 688.6 MB 508.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 271.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 158.2s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 8.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 390.0 sec: 78 segments, 8 merges 1614.3s _129: 8 segs, 983.4 K docs, 3929.6 MB 910.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 897.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 880.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 513.0s _1ey: 8 segs, 185.4 K docs, 738.9 MB 276.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 163.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 13.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 395.0 sec: 78 segments, 8 merges 1619.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 915.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 902.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 885.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 518.0s _1ey: 8 segs, 185.4 K docs, 738.9 MB 281.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 168.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 18.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 400.0 sec: 78 segments, 8 merges 1624.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 920.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 907.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 890.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 523.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 286.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 173.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 23.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 405.0 sec: 78 segments, 8 merges 1629.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 925.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 912.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 895.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 528.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 291.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 178.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 28.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 410.0 sec: 78 segments, 8 merges 1634.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 930.5s _19z: 8 segs, 179.3 K docs, 714.5 MB 917.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 900.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 533.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 296.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 183.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 33.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 415.0 sec: 71 segments, 7 merges 1639.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 922.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 905.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 538.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 301.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 188.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 38.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 420.0 sec: 71 segments, 7 merges 1644.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 927.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 910.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 543.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 306.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 193.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 43.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 425.0 sec: 71 segments, 7 merges 1649.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 932.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 915.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 548.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 311.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 198.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 48.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 430.0 sec: 71 segments, 7 merges 1654.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 937.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 920.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 553.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 316.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 203.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 53.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 435.1 sec: 71 segments, 7 merges 1659.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 942.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 925.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 558.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 321.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 208.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 58.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 440.1 sec: 71 segments, 7 merges 1664.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 947.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 930.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 563.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 326.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 213.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 63.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 445.1 sec: 71 segments, 7 merges 1669.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 952.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 935.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 568.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 331.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 218.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 68.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 450.1 sec: 71 segments, 7 merges 1674.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 957.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 940.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 573.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 336.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 223.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 73.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 455.1 sec: 71 segments, 7 merges 1679.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 962.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 945.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 578.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 341.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 228.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 78.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 460.1 sec: 71 segments, 7 merges 1684.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 967.2s _1a5: 8 segs, 204.5 K docs, 815.1 MB 950.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 583.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 346.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 233.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 83.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 465.1 sec: 71 segments, 7 merges 1689.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 972.2s _1a5: 8 segs, 204.5 K docs, 815.1 MB 955.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 588.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 351.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 238.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 88.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 470.1 sec: 71 segments, 7 merges 1694.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 977.2s _1a5: 8 segs, 204.5 K docs, 815.1 MB 960.7s _1ad: 8 segs, 172.8 K docs, 688.6 MB 593.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 356.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 243.2s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 93.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 475.1 sec: 71 segments, 7 merges 1699.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 982.2s _1a5: 8 segs, 204.5 K docs, 815.1 MB 965.7s _1ad: 8 segs, 172.8 K docs, 688.6 MB 598.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 361.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 248.2s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 98.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 480.1 sec: 71 segments, 7 merges 1704.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 987.2s _1a5: 8 segs, 204.5 K docs, 815.1 MB 970.7s _1ad: 8 segs, 172.8 K docs, 688.6 MB 603.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 366.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 253.2s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 103.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 485.0 sec: 71 segments, 7 merges 1709.3s _129: 8 segs, 983.4 K docs, 3929.6 MB 992.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 975.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 608.0s _1ey: 8 segs, 185.4 K docs, 738.9 MB 371.8s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 258.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 108.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 490.0 sec: 71 segments, 7 merges 1714.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 997.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 980.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 613.0s _1ey: 8 segs, 185.4 K docs, 738.9 MB 376.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 263.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 113.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 495.0 sec: 71 segments, 7 merges 1719.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 1002.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 985.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 618.0s _1ey: 8 segs, 185.4 K docs, 738.9 MB 381.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 268.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 118.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 500.0 sec: 71 segments, 7 merges 1724.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 1007.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 990.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 623.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 386.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 273.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 123.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 505.0 sec: 71 segments, 7 merges 1729.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 1012.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 995.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 628.1s _1ey: 8 segs, 185.4 K docs, 738.9 MB 391.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 278.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 128.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 510.0 sec: 64 segments, 6 merges 1734.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 1017.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 1000.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 396.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 283.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 133.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 515.0 sec: 64 segments, 6 merges 1739.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 1022.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 1005.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 401.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 288.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 138.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 520.0 sec: 64 segments, 6 merges 1744.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 1027.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 1010.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 406.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 293.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 143.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 525.0 sec: 64 segments, 6 merges 1749.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 1032.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 1015.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 411.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 298.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 148.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 530.0 sec: 64 segments, 6 merges 1754.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 1037.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 1020.6s _1ad: 8 segs, 172.8 K docs, 688.6 MB 416.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 303.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 153.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 535.1 sec: 57 segments, 5 merges 1759.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 1042.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 421.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 308.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 158.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 540.1 sec: 57 segments, 5 merges 1764.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 1047.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 426.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 313.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 163.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 545.1 sec: 57 segments, 5 merges 1769.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 1052.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 431.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 318.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 168.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 550.1 sec: 57 segments, 5 merges 1774.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 1057.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 436.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 323.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 173.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 555.1 sec: 57 segments, 5 merges 1779.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 1062.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 441.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 328.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 178.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 560.1 sec: 57 segments, 5 merges 1784.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 1067.2s _1a5: 8 segs, 204.5 K docs, 815.1 MB 446.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 333.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 183.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 565.1 sec: 57 segments, 5 merges 1789.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 1072.2s _1a5: 8 segs, 204.5 K docs, 815.1 MB 451.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 338.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 188.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 570.1 sec: 57 segments, 5 merges 1794.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 1077.2s _1a5: 8 segs, 204.5 K docs, 815.1 MB 456.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 343.2s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 193.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 575.1 sec: 57 segments, 5 merges 1799.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 1082.2s _1a5: 8 segs, 204.5 K docs, 815.1 MB 461.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 348.2s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 198.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 580.1 sec: 57 segments, 5 merges 1804.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 1087.2s _1a5: 8 segs, 204.5 K docs, 815.1 MB 466.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 353.2s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 203.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 585.0 sec: 57 segments, 5 merges 1809.3s _129: 8 segs, 983.4 K docs, 3929.6 MB 1092.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 471.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 358.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 208.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 590.0 sec: 57 segments, 5 merges 1814.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 1097.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 476.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 363.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 213.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 595.0 sec: 57 segments, 5 merges 1819.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 1102.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 481.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 368.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 218.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 600.0 sec: 57 segments, 5 merges 1824.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 1107.1s _1a5: 8 segs, 204.5 K docs, 815.1 MB 486.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 373.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 223.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 605.0 sec: 50 segments, 4 merges 1829.4s _129: 8 segs, 983.4 K docs, 3929.6 MB 491.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 378.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 228.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 610.0 sec: 43 segments, 3 merges 496.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 383.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 233.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 615.0 sec: 43 segments, 3 merges 501.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 388.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 238.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 620.0 sec: 43 segments, 3 merges 506.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 393.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 243.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 625.0 sec: 43 segments, 3 merges 511.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 398.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 248.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 630.0 sec: 43 segments, 3 merges 516.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 403.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 253.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 635.1 sec: 43 segments, 3 merges 521.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 408.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 258.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 640.1 sec: 43 segments, 3 merges 526.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 413.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 263.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 645.1 sec: 43 segments, 3 merges 531.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 418.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 268.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 650.1 sec: 43 segments, 3 merges 536.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 423.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 273.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 655.1 sec: 43 segments, 3 merges 541.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 428.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 278.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 660.1 sec: 43 segments, 3 merges 546.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 433.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 283.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 665.1 sec: 43 segments, 3 merges 551.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 438.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 288.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 670.1 sec: 43 segments, 3 merges 556.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 443.2s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 293.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 675.1 sec: 43 segments, 3 merges 561.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 448.2s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 298.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 680.1 sec: 43 segments, 3 merges 566.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 453.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 303.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 685.1 sec: 43 segments, 3 merges 571.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 458.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 308.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 690.1 sec: 43 segments, 3 merges 576.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 463.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 313.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 695.1 sec: 43 segments, 3 merges 581.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 468.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 318.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 700.1 sec: 43 segments, 3 merges 586.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 473.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 323.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 705.1 sec: 43 segments, 3 merges 591.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 478.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 328.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 710.1 sec: 43 segments, 3 merges 596.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 483.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 333.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 715.1 sec: 43 segments, 3 merges 601.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 488.2s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 338.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 720.0 sec: 43 segments, 3 merges 606.8s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 493.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 343.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 725.0 sec: 43 segments, 3 merges 611.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 498.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 348.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 730.0 sec: 43 segments, 3 merges 616.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 503.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 353.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 735.0 sec: 43 segments, 3 merges 621.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 508.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 358.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 740.0 sec: 43 segments, 3 merges 626.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 513.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 363.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 745.0 sec: 43 segments, 3 merges 631.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 518.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 368.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 750.0 sec: 43 segments, 3 merges 636.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 523.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 373.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 755.0 sec: 43 segments, 3 merges 641.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 528.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 378.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 760.0 sec: 43 segments, 3 merges 646.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 533.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 383.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 765.1 sec: 43 segments, 3 merges 651.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 538.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 388.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 770.1 sec: 43 segments, 3 merges 656.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 543.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 393.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 775.1 sec: 43 segments, 3 merges 661.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 548.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 398.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 780.1 sec: 43 segments, 3 merges 666.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 553.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 403.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 785.1 sec: 43 segments, 3 merges 671.9s _1g7: 8 segs, 449.7 K docs, 1794.2 MB 558.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 408.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 790.1 sec: 36 segments, 2 merges 563.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 413.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 795.1 sec: 36 segments, 2 merges 568.2s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 418.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 800.1 sec: 36 segments, 2 merges 573.2s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 423.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 805.1 sec: 36 segments, 2 merges 578.2s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 428.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 810.0 sec: 36 segments, 2 merges 583.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 433.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 815.0 sec: 36 segments, 2 merges 588.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 438.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 820.0 sec: 36 segments, 2 merges 593.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 443.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 825.0 sec: 36 segments, 2 merges 598.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 448.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 830.0 sec: 36 segments, 2 merges 603.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 453.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 835.0 sec: 36 segments, 2 merges 608.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 458.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 840.0 sec: 36 segments, 2 merges 613.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 463.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 845.0 sec: 36 segments, 2 merges 618.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 468.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 850.1 sec: 36 segments, 2 merges 623.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 473.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 855.1 sec: 36 segments, 2 merges 628.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 478.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 860.1 sec: 36 segments, 2 merges 633.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 483.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 865.1 sec: 36 segments, 2 merges 638.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 488.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 870.1 sec: 36 segments, 2 merges 643.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 493.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 875.1 sec: 36 segments, 2 merges 648.2s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 498.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 880.1 sec: 36 segments, 2 merges 653.2s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 503.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 885.0 sec: 36 segments, 2 merges 658.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 508.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 890.0 sec: 36 segments, 2 merges 663.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 513.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 895.0 sec: 36 segments, 2 merges 668.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 518.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 900.0 sec: 36 segments, 2 merges 673.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 523.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 905.0 sec: 36 segments, 2 merges 678.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 528.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 910.0 sec: 36 segments, 2 merges 683.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 533.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 915.0 sec: 36 segments, 2 merges 688.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 538.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 920.1 sec: 36 segments, 2 merges 693.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 543.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 925.1 sec: 36 segments, 2 merges 698.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 548.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 930.1 sec: 36 segments, 2 merges 703.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 553.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 935.1 sec: 36 segments, 2 merges 708.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 558.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 940.1 sec: 36 segments, 2 merges 713.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 563.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 945.1 sec: 36 segments, 2 merges 718.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 568.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 950.1 sec: 36 segments, 2 merges 723.2s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 573.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 955.1 sec: 36 segments, 2 merges 728.2s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 578.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 960.0 sec: 36 segments, 2 merges 733.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 583.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 965.0 sec: 36 segments, 2 merges 738.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 588.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 970.0 sec: 36 segments, 2 merges 743.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 593.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 975.0 sec: 36 segments, 2 merges 748.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 598.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 980.0 sec: 36 segments, 2 merges 753.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 603.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 985.0 sec: 36 segments, 2 merges 758.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 608.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 990.0 sec: 36 segments, 2 merges 763.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 613.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 995.0 sec: 36 segments, 2 merges 768.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 618.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1000.1 sec: 36 segments, 2 merges 773.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 623.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1005.1 sec: 36 segments, 2 merges 778.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 628.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1010.1 sec: 36 segments, 2 merges 783.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 633.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1015.1 sec: 36 segments, 2 merges 788.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 638.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1020.1 sec: 36 segments, 2 merges 793.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 643.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1025.1 sec: 36 segments, 2 merges 798.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 648.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1030.1 sec: 36 segments, 2 merges 803.2s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 653.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1035.1 sec: 36 segments, 2 merges 808.2s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 658.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1040.0 sec: 36 segments, 2 merges 813.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 663.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1045.0 sec: 36 segments, 2 merges 818.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 668.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1050.0 sec: 36 segments, 2 merges 823.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 673.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1055.0 sec: 36 segments, 2 merges 828.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 678.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1060.0 sec: 36 segments, 2 merges 833.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 683.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1065.0 sec: 36 segments, 2 merges 838.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 688.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1070.0 sec: 36 segments, 2 merges 843.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 693.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1075.1 sec: 36 segments, 2 merges 848.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 698.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1080.1 sec: 36 segments, 2 merges 853.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 703.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1085.1 sec: 36 segments, 2 merges 858.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 708.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1090.1 sec: 36 segments, 2 merges 863.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 713.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1095.1 sec: 36 segments, 2 merges 868.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 718.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1100.1 sec: 36 segments, 2 merges 873.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 723.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1105.1 sec: 36 segments, 2 merges 878.2s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 728.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1110.1 sec: 36 segments, 2 merges 883.2s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 733.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1115.1 sec: 36 segments, 2 merges 888.2s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 738.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1120.1 sec: 36 segments, 2 merges 893.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 743.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1125.1 sec: 36 segments, 2 merges 898.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 748.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1130.1 sec: 36 segments, 2 merges 903.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 753.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1135.1 sec: 36 segments, 2 merges 908.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 758.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1140.1 sec: 36 segments, 2 merges 913.2s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 763.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1145.1 sec: 36 segments, 2 merges 918.2s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 768.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1150.0 sec: 36 segments, 2 merges 923.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 773.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1155.0 sec: 36 segments, 2 merges 928.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 778.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1160.0 sec: 36 segments, 2 merges 933.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 783.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1165.0 sec: 36 segments, 2 merges 938.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 788.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1170.0 sec: 36 segments, 2 merges 943.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 793.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1175.0 sec: 36 segments, 2 merges 948.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 798.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1180.0 sec: 36 segments, 2 merges 953.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 803.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1185.0 sec: 36 segments, 2 merges 958.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 808.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1190.0 sec: 36 segments, 2 merges 963.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 813.2s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1195.1 sec: 36 segments, 2 merges 968.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 818.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1200.1 sec: 36 segments, 2 merges 973.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 823.3s _1g9: 8 segs, 403.7 K docs, 1610.3 MB 1205.1 sec: 29 segments, 2 merges 978.1s _1g8: 8 segs, 1132.1 K docs, 4523.4 MB 0.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1210.1 sec: 22 segments, 1 merges 5.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1215.1 sec: 22 segments, 1 merges 10.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1220.1 sec: 22 segments, 1 merges 15.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1225.1 sec: 22 segments, 1 merges 20.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1230.1 sec: 22 segments, 1 merges 25.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1235.1 sec: 22 segments, 1 merges 30.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1240.0 sec: 22 segments, 1 merges 35.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1245.0 sec: 22 segments, 1 merges 40.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1250.0 sec: 22 segments, 1 merges 45.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1255.0 sec: 22 segments, 1 merges 50.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1260.0 sec: 22 segments, 1 merges 55.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1265.0 sec: 22 segments, 1 merges 60.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1270.0 sec: 22 segments, 1 merges 65.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1275.0 sec: 22 segments, 1 merges 70.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1280.0 sec: 22 segments, 1 merges 75.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1285.0 sec: 22 segments, 1 merges 80.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1290.0 sec: 22 segments, 1 merges 85.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1295.1 sec: 22 segments, 1 merges 90.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1300.1 sec: 22 segments, 1 merges 95.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1305.1 sec: 22 segments, 1 merges 100.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1310.1 sec: 22 segments, 1 merges 105.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1315.1 sec: 22 segments, 1 merges 110.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1320.1 sec: 22 segments, 1 merges 115.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1325.1 sec: 22 segments, 1 merges 120.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1330.1 sec: 22 segments, 1 merges 125.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1335.1 sec: 22 segments, 1 merges 130.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1340.1 sec: 22 segments, 1 merges 135.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1345.1 sec: 22 segments, 1 merges 140.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1350.1 sec: 22 segments, 1 merges 145.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1355.0 sec: 22 segments, 1 merges 150.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1360.0 sec: 22 segments, 1 merges 155.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1365.0 sec: 22 segments, 1 merges 160.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1370.0 sec: 22 segments, 1 merges 165.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1375.0 sec: 22 segments, 1 merges 170.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1380.0 sec: 22 segments, 1 merges 175.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1385.0 sec: 22 segments, 1 merges 180.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1390.0 sec: 22 segments, 1 merges 185.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1395.0 sec: 22 segments, 1 merges 190.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1400.0 sec: 22 segments, 1 merges 195.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1405.0 sec: 22 segments, 1 merges 200.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1410.1 sec: 22 segments, 1 merges 205.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1415.1 sec: 22 segments, 1 merges 210.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1420.1 sec: 22 segments, 1 merges 215.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1425.1 sec: 22 segments, 1 merges 220.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1430.1 sec: 22 segments, 1 merges 225.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1435.1 sec: 22 segments, 1 merges 230.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1440.1 sec: 22 segments, 1 merges 235.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1445.1 sec: 22 segments, 1 merges 240.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1450.1 sec: 22 segments, 1 merges 245.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1455.1 sec: 22 segments, 1 merges 250.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1460.0 sec: 22 segments, 1 merges 255.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1465.0 sec: 22 segments, 1 merges 260.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1470.0 sec: 22 segments, 1 merges 265.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1475.0 sec: 22 segments, 1 merges 270.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1480.0 sec: 22 segments, 1 merges 275.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1485.0 sec: 22 segments, 1 merges 280.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1490.0 sec: 22 segments, 1 merges 285.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1495.0 sec: 22 segments, 1 merges 290.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1500.0 sec: 22 segments, 1 merges 295.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1505.0 sec: 22 segments, 1 merges 300.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1510.0 sec: 22 segments, 1 merges 305.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1515.0 sec: 22 segments, 1 merges 310.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1520.1 sec: 22 segments, 1 merges 315.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1525.1 sec: 22 segments, 1 merges 320.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1530.1 sec: 22 segments, 1 merges 325.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1535.1 sec: 22 segments, 1 merges 330.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1540.1 sec: 22 segments, 1 merges 335.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1545.1 sec: 22 segments, 1 merges 340.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1550.1 sec: 22 segments, 1 merges 345.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1555.1 sec: 22 segments, 1 merges 350.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1560.1 sec: 22 segments, 1 merges 355.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1565.1 sec: 22 segments, 1 merges 360.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1570.1 sec: 22 segments, 1 merges 365.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1575.1 sec: 22 segments, 1 merges 370.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1580.0 sec: 22 segments, 1 merges 375.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1585.0 sec: 22 segments, 1 merges 380.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1590.0 sec: 22 segments, 1 merges 385.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1595.0 sec: 22 segments, 1 merges 390.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1600.0 sec: 22 segments, 1 merges 395.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1605.0 sec: 22 segments, 1 merges 400.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1610.0 sec: 22 segments, 1 merges 405.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1615.0 sec: 22 segments, 1 merges 410.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1620.0 sec: 22 segments, 1 merges 415.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1625.0 sec: 22 segments, 1 merges 420.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1630.0 sec: 22 segments, 1 merges 425.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1635.1 sec: 22 segments, 1 merges 430.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1640.1 sec: 22 segments, 1 merges 435.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1645.1 sec: 22 segments, 1 merges 440.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1650.1 sec: 22 segments, 1 merges 445.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1655.1 sec: 22 segments, 1 merges 450.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1660.1 sec: 22 segments, 1 merges 455.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1665.1 sec: 22 segments, 1 merges 460.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1670.1 sec: 22 segments, 1 merges 465.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1675.1 sec: 22 segments, 1 merges 470.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1680.1 sec: 22 segments, 1 merges 475.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1685.1 sec: 22 segments, 1 merges 480.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1690.1 sec: 22 segments, 1 merges 485.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1695.0 sec: 22 segments, 1 merges 490.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1700.0 sec: 22 segments, 1 merges 495.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1705.0 sec: 22 segments, 1 merges 500.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1710.0 sec: 22 segments, 1 merges 505.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1715.0 sec: 22 segments, 1 merges 510.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1720.0 sec: 22 segments, 1 merges 515.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1725.0 sec: 22 segments, 1 merges 520.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1730.0 sec: 22 segments, 1 merges 525.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1735.0 sec: 22 segments, 1 merges 530.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1740.0 sec: 22 segments, 1 merges 535.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1745.0 sec: 22 segments, 1 merges 540.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1750.0 sec: 22 segments, 1 merges 545.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1755.1 sec: 22 segments, 1 merges 550.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1760.1 sec: 22 segments, 1 merges 555.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1765.1 sec: 22 segments, 1 merges 560.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1770.1 sec: 22 segments, 1 merges 565.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1775.1 sec: 22 segments, 1 merges 570.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1780.1 sec: 22 segments, 1 merges 575.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1785.1 sec: 22 segments, 1 merges 580.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1790.1 sec: 22 segments, 1 merges 585.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1795.1 sec: 22 segments, 1 merges 590.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1800.1 sec: 22 segments, 1 merges 595.1s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1805.0 sec: 22 segments, 1 merges 600.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1810.0 sec: 22 segments, 1 merges 605.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1815.0 sec: 22 segments, 1 merges 610.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1820.0 sec: 22 segments, 1 merges 615.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1825.0 sec: 22 segments, 1 merges 620.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1830.0 sec: 22 segments, 1 merges 625.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1835.0 sec: 22 segments, 1 merges 630.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1840.0 sec: 22 segments, 1 merges 635.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1845.0 sec: 22 segments, 1 merges 640.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1850.0 sec: 22 segments, 1 merges 645.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1855.0 sec: 22 segments, 1 merges 650.0s _1ga: 6 segs, 1176.2 K docs, 4701.3 MB 1860.0 sec: 17 segments, 1 merges 0.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 1865.1 sec: 17 segments, 1 merges 5.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 1870.1 sec: 17 segments, 1 merges 10.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 1875.1 sec: 17 segments, 1 merges 15.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 1880.1 sec: 17 segments, 1 merges 20.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 1885.1 sec: 17 segments, 1 merges 25.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 1890.1 sec: 17 segments, 1 merges 30.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 1895.1 sec: 17 segments, 1 merges 35.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 1900.1 sec: 17 segments, 1 merges 40.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 1905.1 sec: 17 segments, 1 merges 45.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 1910.1 sec: 17 segments, 1 merges 50.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 1915.0 sec: 17 segments, 1 merges 55.8s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 1920.0 sec: 17 segments, 1 merges 60.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 1925.0 sec: 17 segments, 1 merges 65.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 1930.0 sec: 17 segments, 1 merges 70.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 1935.0 sec: 17 segments, 1 merges 75.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 1940.0 sec: 17 segments, 1 merges 80.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 1945.0 sec: 17 segments, 1 merges 85.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 1950.0 sec: 17 segments, 1 merges 90.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 1955.1 sec: 17 segments, 1 merges 95.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 1960.1 sec: 17 segments, 1 merges 100.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 1965.1 sec: 17 segments, 1 merges 105.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 1970.1 sec: 17 segments, 1 merges 110.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 1975.1 sec: 17 segments, 1 merges 115.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 1980.1 sec: 17 segments, 1 merges 120.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 1985.0 sec: 17 segments, 1 merges 125.8s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 1990.0 sec: 17 segments, 1 merges 130.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 1995.0 sec: 17 segments, 1 merges 135.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2000.0 sec: 17 segments, 1 merges 140.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2005.0 sec: 17 segments, 1 merges 145.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2010.0 sec: 17 segments, 1 merges 150.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2015.0 sec: 17 segments, 1 merges 155.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2020.0 sec: 17 segments, 1 merges 160.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2025.1 sec: 17 segments, 1 merges 165.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2030.1 sec: 17 segments, 1 merges 170.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2035.1 sec: 17 segments, 1 merges 175.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2040.1 sec: 17 segments, 1 merges 180.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2045.1 sec: 17 segments, 1 merges 185.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2050.1 sec: 17 segments, 1 merges 190.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2055.1 sec: 17 segments, 1 merges 195.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2060.1 sec: 17 segments, 1 merges 200.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2065.1 sec: 17 segments, 1 merges 205.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2070.1 sec: 17 segments, 1 merges 210.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2075.0 sec: 17 segments, 1 merges 215.8s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2080.0 sec: 17 segments, 1 merges 220.8s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2085.0 sec: 17 segments, 1 merges 225.8s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2090.0 sec: 17 segments, 1 merges 230.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2095.0 sec: 17 segments, 1 merges 235.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2100.0 sec: 17 segments, 1 merges 240.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2105.0 sec: 17 segments, 1 merges 245.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2110.0 sec: 17 segments, 1 merges 250.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2115.0 sec: 17 segments, 1 merges 255.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2120.0 sec: 17 segments, 1 merges 260.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2125.0 sec: 17 segments, 1 merges 265.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2130.0 sec: 17 segments, 1 merges 270.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2135.1 sec: 17 segments, 1 merges 275.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2140.1 sec: 17 segments, 1 merges 280.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2145.1 sec: 17 segments, 1 merges 285.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2150.1 sec: 17 segments, 1 merges 290.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2155.1 sec: 17 segments, 1 merges 295.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2160.1 sec: 17 segments, 1 merges 300.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2165.1 sec: 17 segments, 1 merges 305.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2170.1 sec: 17 segments, 1 merges 310.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2175.1 sec: 17 segments, 1 merges 315.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2180.1 sec: 17 segments, 1 merges 320.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2185.1 sec: 17 segments, 1 merges 325.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2190.1 sec: 17 segments, 1 merges 330.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2195.0 sec: 17 segments, 1 merges 335.8s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2200.0 sec: 17 segments, 1 merges 340.8s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2205.0 sec: 17 segments, 1 merges 345.8s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2210.0 sec: 17 segments, 1 merges 350.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2215.0 sec: 17 segments, 1 merges 355.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2220.0 sec: 17 segments, 1 merges 360.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2225.0 sec: 17 segments, 1 merges 365.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2230.0 sec: 17 segments, 1 merges 370.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2235.0 sec: 17 segments, 1 merges 375.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2240.0 sec: 17 segments, 1 merges 380.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2245.0 sec: 17 segments, 1 merges 385.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2250.1 sec: 17 segments, 1 merges 390.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2255.1 sec: 17 segments, 1 merges 395.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2260.1 sec: 17 segments, 1 merges 400.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2265.1 sec: 17 segments, 1 merges 405.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2270.1 sec: 17 segments, 1 merges 410.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2275.1 sec: 17 segments, 1 merges 415.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2280.1 sec: 17 segments, 1 merges 420.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2285.0 sec: 17 segments, 1 merges 425.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2290.0 sec: 17 segments, 1 merges 430.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2295.0 sec: 17 segments, 1 merges 435.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2300.0 sec: 17 segments, 1 merges 440.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2305.0 sec: 17 segments, 1 merges 445.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2310.0 sec: 17 segments, 1 merges 450.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2315.1 sec: 17 segments, 1 merges 455.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2320.1 sec: 17 segments, 1 merges 460.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2325.1 sec: 17 segments, 1 merges 465.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2330.1 sec: 17 segments, 1 merges 470.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2335.1 sec: 17 segments, 1 merges 475.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2340.1 sec: 17 segments, 1 merges 480.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2345.1 sec: 17 segments, 1 merges 485.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2350.1 sec: 17 segments, 1 merges 490.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2355.1 sec: 17 segments, 1 merges 495.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2360.1 sec: 17 segments, 1 merges 500.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2365.0 sec: 17 segments, 1 merges 505.8s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2370.0 sec: 17 segments, 1 merges 510.8s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2375.0 sec: 17 segments, 1 merges 515.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2380.0 sec: 17 segments, 1 merges 520.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2385.0 sec: 17 segments, 1 merges 525.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2390.0 sec: 17 segments, 1 merges 530.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2395.0 sec: 17 segments, 1 merges 535.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2400.0 sec: 17 segments, 1 merges 540.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2405.0 sec: 17 segments, 1 merges 545.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2410.0 sec: 17 segments, 1 merges 550.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2415.1 sec: 17 segments, 1 merges 555.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2420.1 sec: 17 segments, 1 merges 560.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2425.1 sec: 17 segments, 1 merges 565.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2430.1 sec: 17 segments, 1 merges 570.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2435.1 sec: 17 segments, 1 merges 575.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2440.1 sec: 17 segments, 1 merges 580.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2445.1 sec: 17 segments, 1 merges 585.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2450.0 sec: 17 segments, 1 merges 590.8s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2455.0 sec: 17 segments, 1 merges 595.8s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB 2460.0 sec: 17 segments, 1 merges 600.9s _1gb: 6 segs, 1178.0 K docs, 4708.3 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 3339 seconds reindex takes 3339.07 sec index has 12 segments: segments_2: _g9(11.0.0):C942340 _v9(11.0.0):C1262337 _1ga(11.0.0):C1176196 _1gb(11.0.0):C1177966 _129(11.0.0):C983431 _1g8(11.0.0):C1132099 _1g7(11.0.0):C449727 _18f(11.0.0):C120629 _188(11.0.0):C105447 _19d(11.0.0):C105582 _1g9(11.0.0):C403739 _1dr(11.0.0):C140507 _g9: 3771.6 MB _v9: 5054.8 MB _1ga: 4709.1 MB _1gb: 4716.3 MB _129: 3936.4 MB _1g8: 4532.4 MB _1g7: 1798.8 MB _18f: 481.9 MB _188: 421.1 MB _19d: 421.7 MB _1g9: 1614.7 MB _1dr: 561.4 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=4.0 index disk usage is 32020.14 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=55205555740 cpu@end=66268036866 deltaMS=11062.481126 thread 14 name=Reference Handler cpu@start=2771222 cpu@end=2771222 deltaMS=0.0 thread 15 name=Finalizer cpu@start=115079 cpu@end=115079 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=74559 cpu@end=74559 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=34902085 cpu@end=34902085 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=55857635218 cpu@end=55859160521 deltaMS=1.525303 thread 42 name=JFR Periodic Tasks cpu@start=428422212223 cpu@end=428956888846 deltaMS=534.676623 thread 45 name=Notification Thread cpu@start=111959 cpu@end=111959 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=5738621634151 cpu@end=5738621634151 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=5734768067524 cpu@end=5734768067524 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=5727889748989 cpu@end=5727889748989 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=5743415115287 cpu@end=5743415115287 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=5745136011218 cpu@end=5745136011218 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=5733978465517 cpu@end=5733978465517 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=5739058915032 cpu@end=5739058915032 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=5745761366952 cpu@end=5745761366952 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=5746119772686 cpu@end=5746119772686 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=5745220189198 cpu@end=5745220189198 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=5746113005219 cpu@end=5746113005219 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=5733313048317 cpu@end=5733313048317 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=5733865333679 cpu@end=5733865333679 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=5724778870108 cpu@end=5724778870108 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=5746253787465 cpu@end=5746253787465 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=5730885277662 cpu@end=5730885277662 deltaMS=0.0 Average CPU cores used: 1.0476509508362484 completed 1000 searches in 11071 ms: 90 QPS CPU time=11598 ms checking results SUMMARY: 0.976 11.071 11.598 1.048 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 54742 3339.07 2395.87 0.00 12 32020.14 null N/A 1.000 31250.000 31250.000 false HNSW no Leaf 0 has 4 layers Leaf 0 has 942340 documents Graph level=3 size=51, Fanout min=4, mean=8.67, max=14, meandelta=80634.10 % 0 10 20 30 40 50 60 70 80 90 100 0 6 6 7 7 8 9 10 11 12 14 Graph level=2 size=827, Fanout min=6, mean=22.88, max=32, meandelta=37091.05 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 18 20 22 25 28 31 32 32 Graph level=1 size=28731, Fanout min=4, mean=27.96, max=32, meandelta=30844.26 % 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=942340, Fanout min=1, mean=39.46, max=64, meandelta=22114.59 % 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=51, connectedness=1.00 Graph level=2 size=827, connectedness=1.00 Graph level=1 size=28731, connectedness=1.00 Graph level=0 size=942340, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 1262337 documents Graph level=3 size=71, Fanout min=5, mean=9.92, max=18, meandelta=93322.42 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 8 9 9 10 11 12 14 18 Graph level=2 size=1182, Fanout min=8, mean=23.84, max=32, meandelta=47977.83 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 19 21 24 26 29 32 32 32 Graph level=1 size=38612, Fanout min=3, mean=28.16, max=32, meandelta=41101.89 % 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=1262337, Fanout min=1, mean=39.44, max=64, meandelta=29614.95 % 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=71, connectedness=1.00 Graph level=2 size=1182, connectedness=1.00 Graph level=1 size=38612, connectedness=1.00 Graph level=0 size=1262337, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 1176196 documents Graph level=3 size=56, Fanout min=4, mean=8.25, max=18, meandelta=109733.98 % 0 10 20 30 40 50 60 70 80 90 100 0 5 5 6 7 7 8 10 10 12 18 Graph level=2 size=1062, Fanout min=9, mean=23.48, max=32, meandelta=45063.99 % 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=36040, Fanout min=3, mean=28.12, max=32, meandelta=38171.29 % 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=1176196, Fanout min=1, mean=39.44, max=64, meandelta=27606.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=56, connectedness=1.00 Graph level=2 size=1062, connectedness=1.00 Graph level=1 size=36040, connectedness=1.00 Graph level=0 size=1176196, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 1177966 documents Graph level=3 size=64, Fanout min=4, mean=9.16, max=18, meandelta=99064.52 % 0 10 20 30 40 50 60 70 80 90 100 0 5 7 7 8 9 9 10 11 13 18 Graph level=2 size=1083, Fanout min=7, mean=23.99, max=32, meandelta=44382.57 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 19 22 24 27 30 32 32 32 Graph level=1 size=35946, Fanout min=3, mean=28.10, max=32, meandelta=38333.84 % 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=1177966, Fanout min=1, mean=39.45, max=64, meandelta=27634.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=64, connectedness=1.00 Graph level=2 size=1083, connectedness=1.00 Graph level=1 size=35946, connectedness=1.00 Graph level=0 size=1177966, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 983431 documents Graph level=3 size=42, Fanout min=3, mean=8.10, max=16, meandelta=89218.38 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 7 7 8 9 10 13 16 Graph level=2 size=870, Fanout min=8, mean=22.92, max=32, meandelta=39049.95 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 19 21 23 25 28 31 32 32 Graph level=1 size=30035, Fanout min=2, mean=28.10, max=32, meandelta=32030.88 % 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=983431, Fanout min=1, mean=39.53, max=64, meandelta=23039.90 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=42, connectedness=1.00 Graph level=2 size=870, connectedness=1.00 Graph level=1 size=30035, connectedness=1.00 Graph level=0 size=983431, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 1132099 documents Graph level=3 size=47, Fanout min=4, mean=8.47, max=14, meandelta=112835.48 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 7 8 9 9 11 12 14 Graph level=2 size=997, Fanout min=9, mean=23.27, max=32, meandelta=44134.72 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 21 23 25 28 32 32 32 Graph level=1 size=34642, Fanout min=3, mean=28.13, max=32, meandelta=36824.66 % 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=1132099, Fanout min=1, mean=39.49, max=64, meandelta=26541.31 % 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=47, connectedness=1.00 Graph level=2 size=997, connectedness=1.00 Graph level=1 size=34642, connectedness=1.00 Graph level=0 size=1132099, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 449727 documents Graph level=3 size=27, Fanout min=2, mean=6.00, max=9, meandelta=53352.60 % 0 10 20 30 40 50 60 70 80 90 100 0 2 5 5 5 6 7 7 7 8 9 Graph level=2 size=374, Fanout min=7, mean=18.60, max=32, meandelta=20587.97 % 0 10 20 30 40 50 60 70 80 90 100 0 12 13 15 16 18 20 21 23 27 32 Graph level=1 size=13725, Fanout min=7, mean=27.78, max=32, meandelta=14811.24 % 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=449727, Fanout min=1, mean=39.57, max=64, meandelta=10545.48 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=27, connectedness=1.00 Graph level=2 size=374, connectedness=1.00 Graph level=1 size=13725, connectedness=1.00 Graph level=0 size=449727, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 120629 documents Graph level=3 size=8, Fanout min=1, mean=3.75, max=6, meandelta=15688.33 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 2 3 4 4 4 5 5 6 Graph level=2 size=115, Fanout min=5, mean=12.38, max=25, meandelta=8209.85 % 0 10 20 30 40 50 60 70 80 90 100 0 7 9 10 11 12 13 14 16 18 25 Graph level=1 size=3695, Fanout min=9, mean=26.55, max=32, meandelta=4170.70 % 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=120629, Fanout min=3, mean=39.01, max=64, meandelta=2869.54 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 41 48 57 64 64 Graph level=3 size=8, connectedness=1.00 Graph level=2 size=115, connectedness=1.00 Graph level=1 size=3695, connectedness=1.00 Graph level=0 size=120629, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 105447 documents Graph level=3 size=5, Fanout min=1, mean=2.00, max=3, meandelta=21452.70 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 2 2 2 2 2 2 3 Graph level=2 size=96, Fanout min=5, mean=11.65, max=25, meandelta=7595.04 % 0 10 20 30 40 50 60 70 80 90 100 0 8 8 9 10 11 11 13 14 17 25 Graph level=1 size=3237, Fanout min=8, mean=26.47, max=32, meandelta=3655.17 % 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=105447, Fanout min=2, mean=38.88, max=64, meandelta=2516.65 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 41 47 57 64 64 Graph level=3 size=5, connectedness=1.00 Graph level=2 size=96, connectedness=1.00 Graph level=1 size=3237, connectedness=1.00 Graph level=0 size=105447, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 105582 documents Graph level=3 size=5, Fanout min=3, mean=3.20, max=4, meandelta=18951.56 % 0 10 20 30 40 50 60 70 80 90 100 0 1 3 3 3 3 3 3 3 3 4 Graph level=2 size=98, Fanout min=4, mean=11.31, max=22, meandelta=7807.09 % 0 10 20 30 40 50 60 70 80 90 100 0 7 8 9 10 11 12 13 14 15 22 Graph level=1 size=3240, Fanout min=9, mean=26.68, max=32, meandelta=3625.44 % 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=105582, Fanout min=3, mean=38.85, max=64, meandelta=2520.99 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 41 47 57 64 64 Graph level=3 size=5, connectedness=1.00 Graph level=2 size=98, connectedness=1.00 Graph level=1 size=3240, connectedness=1.00 Graph level=0 size=105582, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 403739 documents Graph level=3 size=12, Fanout min=2, mean=4.00, max=7, meandelta=53184.71 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 3 3 4 4 4 4 4 7 Graph level=2 size=372, Fanout min=7, mean=18.67, max=32, meandelta=18763.13 % 0 10 20 30 40 50 60 70 80 90 100 0 11 14 15 16 18 20 21 23 27 32 Graph level=1 size=12487, Fanout min=7, mean=27.67, max=32, meandelta=13366.17 % 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=403739, Fanout min=1, mean=39.55, max=64, meandelta=9469.58 % 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=12, connectedness=1.00 Graph level=2 size=372, connectedness=1.00 Graph level=1 size=12487, connectedness=1.00 Graph level=0 size=403739, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 140507 documents Graph level=3 size=7, Fanout min=1, mean=2.57, max=5, meandelta=21159.22 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 2 2 2 3 4 5 Graph level=2 size=126, Fanout min=4, mean=12.51, max=24, meandelta=9640.06 % 0 10 20 30 40 50 60 70 80 90 100 0 8 9 10 11 12 13 14 15 17 24 Graph level=1 size=4315, Fanout min=9, mean=26.87, max=32, meandelta=4786.18 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 24 26 30 32 32 32 32 32 Graph level=0 size=140507, Fanout min=1, mean=39.08, max=64, meandelta=3336.11 % 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=126, connectedness=1.00 Graph level=1 size=4315, connectedness=1.00 Graph level=0 size=140507, 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.18.10.03.33/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': 193,563,530.43 msec task-clock:u 728,598,244,231,505 cycles:u (36.36%) 48,846,967,228,460 instructions:u (36.36%) 9,786,826,927,996 cache-references:u (36.36%) 2,436,681,746,274 cache-misses:u (36.36%) 27,001,872,850,978 L1-dcache-loads:u (36.36%) 2,772,123,450,245 L1-dcache-load-misses:u (36.36%) 3,228,639,434,985 L1-icache-loads:u (36.36%) 40,142,231,235 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 40,538,630 faults:u 12,399,050 minor-faults:u 148 major-faults:u 4,915,188,836,080 branches:u (36.36%) 85,193,161,344 branch-misses:u (36.36%) 10,186,209,703,133 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 5894.938908825 seconds time elapsed 192423.614411000 seconds user 1108.391761000 seconds sys took 1:38:14.969314 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='ff110e83c79fc1519b68b5e1735c32456112c99a', luceneutil_git_rev='63c1b2b252f377e272313c1ac0f182be79ad78b6', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=False, recall=0.976, cpu_time_ms=11.071, net_cpu_ms=11.598, avg_cpu_core_count=1.048, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='no', total_visited=54742, index_time_sec=3339.07, index_docs_per_sec=2395.87, force_merge_time_sec=0.0, index_num_segments=12, index_size_on_disk_mb=32020.14, selectivity=None, pre_post_filter='null', vec_disk_mb=31250.0, vec_ram_mb=31250.0, graph_level_conn_p_values={3: (7, {0: 0, 10: 1, 20: 1, 30: 1, 40: 1, 50: 2, 60: 2, 70: 2, 80: 3, 90: 4, 100: 5}), 2: (126, {0: 0, 10: 8, 20: 9, 30: 10, 40: 11, 50: 12, 60: 13, 70: 14, 80: 15, 90: 17, 100: 24}), 1: (4315, {0: 0, 10: 18, 20: 21, 30: 24, 40: 26, 50: 30, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 0: (140507, {0: 0, 10: 20, 20: 25, 30: 28, 40: 32, 50: 36, 60: 41, 70: 48, 80: 58, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=5894, microseconds=969314)) Profiler summary for /l/logs.nightly/2026.05.18.10.03.33/bench-knn-q32-fmFalse.jfr Version: 2.1 Chunks: 165 Start: 2026-05-18 19:10:32 (UTC) Duration: 3833 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 107943376 1899494980 jdk.FileWrite 6433157 140783008 jdk.FileRead 2269061 53408809 jdk.BooleanFlag 81840 2609841 jdk.CPULoad 70717 1442183 jdk.ObjectAllocationInNewTLAB 33114 662813 jdk.Checkpoint 11992 29126963 jdk.UnsignedIntFlag 7920 270678 jdk.IntFlag 7260 266739 jdk.StringFlag 5610 219354 jdk.ObjectAllocationOutsideTLAB 1092 20562 jdk.Compilation 1056 28956 jdk.CPUInformation 165 247866 jdk.GCConfiguration 165 4326 jdk.JVMInformation 165 149361 jdk.Metadata 165 18236991 jdk.GarbageCollection 22 539 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.18.10.03.33/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q32-fmFalse.jfr is 2047.52 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 107943376 events (total: 107M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 85.52% 92M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 7.37% 7M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 2.33% 2M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 1.16% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.83% 892142 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.52% 563517 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.32% 345605 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.29% 313258 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.24% 255437 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.18% 194169 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.14% 155905 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.13% 137456 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.12% 128592 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.10% 106070 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.06% 59600 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.05% 56022 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.04% 43407 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.04% 38721 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.03% 34539 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.03% 32177 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.02% 25512 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.02% 23031 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.02% 22191 sun.nio.ch.NativeThread#current0() [Native code] 0.02% 22116 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [JIT compiled code] 0.02% 20322 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.02% 20121 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.02% 19649 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.02% 18327 org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():160 [Inlined code] 0.02% 17216 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():285 [JIT compiled code] 0.02% 16601 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.02% 16395 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.01% 14206 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.01% 12955 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.01% 12650 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.01% 12361 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.01% 11515 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.01% 10986 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [JIT compiled code] 0.01% 10029 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.01% 8898 java.util.DualPivotQuicksort#sort():238 [JIT compiled code] 0.01% 8543 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.01% 8075 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.01% 7798 org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():234 [Inlined code] 0.01% 7780 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.01% 6982 java.util.Objects#checkIndex():365 [Inlined code] 0.01% 6842 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():468 [JIT compiled code] 0.01% 6814 knn.IndexerThread#_run():105 [JIT compiled code] 0.01% 6539 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():172 [JIT compiled code] 0.01% 6138 java.util.concurrent.locks.AbstractQueuedSynchronizer#signalNext():644 [Inlined code] 0.01% 6033 org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#lockAndPoll():44 [JIT compiled code] 0.01% 5884 org.apache.lucene.util.hnsw.NeighborArray#descSortFindRightMostInsertionPoint():283 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.18.10.03.33/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q32-fmFalse.jfr is 2047.52 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 107943376 events (total: 107M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 79.78% 86M 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] 7.37% 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] 5.71% 6M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] 1.44% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] 1.01% 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.83% 892142 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.72% 774479 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.32% 343139 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.29% 312804 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.28% 301893 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.20% 220401 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.19% 204739 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():790 [Inlined code] 0.18% 193891 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.17% 180657 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.15% 156784 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.12% 128415 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.07% 71786 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.06% 62894 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% 59600 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.05% 54502 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.05% 53149 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.05% 49825 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% 43804 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% 43407 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.03% 35703 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.03% 33866 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% 33593 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.03% 31214 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.03% 28205 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.02% 25512 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.02% 22116 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] 0.02% 21235 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% 20404 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% 20106 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% 19649 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] 0.02% 16873 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.02% 16850 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.02% 16313 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% 16296 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.01% 16172 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% 14995 org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():160 [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.01% 13903 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 0.01% 12888 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.0x00000000851746d0#accept() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#alertOnHeapMemoryUsageChange():118 [Inlined code] 0.01% 11502 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% 11415 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.01% 11343 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.01% 11068 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():285 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.01% 11037 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% 10739 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [JIT compiled code] at java.util.Arrays#sort():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():173 [JIT compiled code] 0.01% 10007 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] 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.18.10.03.33/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q32-fmFalse.jfr is 2047.52 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 107943376 events (total: 107M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 74.44% 80M 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.0x000000008519c800#call() [Inlined code] 7.01% 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 4.82% 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] 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.0x000000008519c800#call() [Inlined code] 2.83% 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():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.0x000000008519c800#call() [Inlined code] 2.48% 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 [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] 1.44% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():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.96% 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] 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.0x000000008519c800#call() [Inlined code] 0.72% 774479 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 [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.56% 603156 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 [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.47% 512619 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():790 [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% 303927 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.28% 303396 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.0x000000008519c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.27% 287715 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.0x000000008519c800#call() [Inlined code] 0.23% 248487 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.0x000000008519c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.22% 240901 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():790 [Inlined code] 0.19% 204739 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():790 [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] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.17% 180224 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():164 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():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.16% 176455 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.0x000000008519c800#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.0x000000008519cd58#run() [JIT compiled code] 0.16% 171729 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.0x000000008519c800#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.0x000000008519cd58#run() [JIT compiled code] 0.16% 171410 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.0x000000008519c800#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.15% 156784 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.0x000000008519c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.11% 121041 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.11% 120744 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.0x000000008507aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.10% 109475 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.07% 73147 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.0x000000008507aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.06% 69905 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.06% 60988 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% 59321 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.05% 58729 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():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.0x000000008519c800#call() [Inlined code] 0.05% 54502 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 [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% 52285 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.0x000000008519c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.04% 43946 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.0x000000008519c800#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.04% 43396 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.04% 41953 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.0x000000008519c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.04% 40723 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#scoreEntryPoints():97 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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.04% 40097 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():790 [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.03% 28093 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.0x000000008519c800#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.0x000000008519cd58#run() [JIT compiled code] 0.03% 27974 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] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000008519c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.03% 27462 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] 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.0x000000008519c800#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.0x000000008519cd58#run() [JIT compiled code] 0.03% 27153 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.02% 24509 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():790 [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.02% 23396 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] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#checkIntegrity():266 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsReader#checkIntegrity():272 [JIT compiled code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():115 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000085198000#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.02% 22669 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 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.02% 22363 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] 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.0x000000008519c800#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.02% 21206 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] at org.apache.lucene.store.DataOutput#writeBytes():54 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#mergeOneFlatVectorField():235 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000085198000#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.02% 20982 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] 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.0x000000008519c800#call() [Inlined code] 0.02% 20106 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 [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.02% 18586 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 [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.02% 17122 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():790 [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] 0.02% 16873 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 [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.0x000000008519c800#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.18.10.03.33/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q32-fmFalse.jfr is 2047.52 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34195 events (total: 202384M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 31.70% 64157M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 24.13% 48835M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 23.76% 48095M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 4.72% 9554M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.58% 7252M java.lang.Integer#valueOf():1006 [Inlined code] 3.42% 6930M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.42% 2866M java.util.Arrays#copyOf():3478 [Inlined code] 0.76% 1546M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.76% 1533M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] 0.73% 1468M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.62% 1250M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.42% 843M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.40% 813M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.36% 733M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.33% 672M org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#():59 [Inlined code] 0.18% 361M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.17% 336M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.16% 316M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.14% 284M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.14% 277M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.11% 230M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.11% 228M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.11% 225M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.10% 211M java.util.ArrayList#grow():240 [Inlined code] 0.10% 203M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.10% 201M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.10% 199M java.util.HashMap#newNode():1910 [Inlined code] 0.10% 196M org.apache.lucene.document.Document#():42 [Inlined code] 0.10% 196M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [Interpreted code] 0.08% 168M org.apache.lucene.search.TopKnnCollector#topDocs():63 [Inlined code] 0.08% 158M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.08% 156M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.07% 151M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.06% 121M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.05% 101M java.lang.Thread#beforeSleep():473 [Inlined code] 0.05% 97M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.05% 95M knn.KnnIndexer#createIndex():264 [Interpreted code] 0.05% 92M knn.IndexerThread#_run():125 [JIT compiled code] 0.04% 90M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.04% 82M knn.IndexerThread#_run():86 [JIT compiled code] 0.04% 81M java.io.BufferedOutputStream#():92 [Inlined code] 0.04% 74M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.04% 70M java.util.HashMap#resize():711 [JIT compiled code] 0.03% 69M java.util.List#of():935 [Inlined code] 0.03% 68M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 66M org.apache.lucene.util.packed.DirectMonotonicWriter#():72 [Inlined code] 0.03% 61M org.apache.lucene.util.ArrayUtil#growExact():319 [JIT compiled code] 0.03% 60M knn.KnnIndexer#waitForMergesWithStatus():297 [Interpreted code] 0.03% 54M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.03% 53M 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.18.10.03.33/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q32-fmFalse.jfr is 2047.52 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34195 events (total: 202384M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 19.82% 40119M 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] 19.51% 39491M 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] 19.40% 39254M 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] 12.19% 24665M 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.72% 9554M 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.33% 8766M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 4.31% 8715M 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.56% 7213M 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.67% 5403M 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.40% 2834M 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.76% 1533M 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.75% 1526M 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.59% 1202M 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.37% 750M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2274 [JIT compiled code] 0.33% 672M 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.30% 605M 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.28% 561M 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% 551M 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.26% 529M 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% 490M 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% 380M 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.18% 361M 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% 284M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.14% 273M 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% 265M 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.11% 230M 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% 228M 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.11% 225M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 0.11% 223M 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.11% 221M 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.10% 211M 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% 201M 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.10% 196M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [Interpreted code] at org.apache.lucene.internal.hppc.IntIntHashMap#ensureCapacity():450 [Inlined code] at org.apache.lucene.internal.hppc.IntIntHashMap#():107 [Inlined code] at org.apache.lucene.internal.hppc.IntIntHashMap#():93 [Inlined code] 0.09% 183M 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.08% 168M 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% 168M org.apache.lucene.document.Document#():42 [Inlined code] at org.apache.lucene.document.DocumentStoredFieldVisitor#():39 [Inlined code] at org.apache.lucene.index.StoredFields#document():67 [JIT compiled code] at knn.KnnTesterUtils#getResultIds():42 [JIT compiled code] 0.08% 168M org.apache.lucene.search.TopKnnCollector#topDocs():63 [Inlined code] at org.apache.lucene.search.KnnFloatVectorQuery#approximateSearch():119 [JIT compiled code] at org.apache.lucene.search.AbstractKnnVectorQuery#getLeafResults():196 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#searchLeaf():177 [Inlined code] 0.08% 158M 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.08% 157M 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.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.08% 156M 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% 156M 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():790 [Inlined code] 0.08% 153M 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.06% 127M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#putVal():638 [Inlined code] at java.util.HashMap#put():619 [Inlined code] at java.util.HashSet#add():230 [Inlined code] 0.06% 117M 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.06% 112M 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.0x0000000085182000#concat() [Inlined code] 0.06% 111M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():534 [JIT compiled code] 0.05% 109M 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.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.05% 105M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined 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% 101M 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% 100M 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():790 [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.18.10.03.33/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q32-fmFalse.jfr is 2047.52 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34195 events (total: 202384M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 19.48% 39427M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 14.39% 29113M 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.0x000000008519c800#call() [Inlined code] 14.18% 28703M 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.0x000000008519c800#call() [Inlined code] 8.11% 16421M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 4.72% 9554M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():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] 4.07% 8243M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 3.56% 7213M 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] 3.14% 6347M 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():790 [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.97% 6004M 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():790 [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.51% 5085M 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.45% 4957M 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.63% 3297M 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] 1.58% 3196M 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] 1.48% 2996M 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.0x000000008519c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 1.40% 2834M 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.31% 2645M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():453 [Interpreted code] 1.26% 2546M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():453 [Interpreted code] 1.19% 2406M 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.0x000000008519c800#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.73% 1467M 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 [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.0x000000008519c800#call() [Inlined code] 0.68% 1382M 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():790 [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.51% 1031M 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.49% 981M 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.44% 895M 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():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [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.42% 851M 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():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [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.33% 672M 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] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#lambda$search$0():311 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader$$Lambda.0x00000000851b9df0#get() [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():334 [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.32% 648M 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.0x000000008519c800#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.31% 627M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2274 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():873 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():884 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():753 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] 0.27% 553M 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.0x000000008519c800#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.22% 450M 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():790 [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% 436M 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():790 [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.15% 311M 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.0x000000008519c800#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.15% 294M 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.0x000000008519c800#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.0x000000008519cd58#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.15% 293M 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.0x000000008519c800#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.14% 284M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.14% 282M 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 [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.0x000000008519c800#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.14% 277M 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.0x000000008519c800#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.14% 274M 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.0x000000008519c800#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% 267M 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.0x000000008519c800#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% 247M 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] 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.0x000000008519c800#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% 247M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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 [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.0x000000008519c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.12% 247M 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 [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.0x000000008519c800#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.0x000000008519cd58#run() [JIT compiled code] 0.12% 242M 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] 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.0x000000008519c800#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% 235M 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():790 [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.11% 230M 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.0x0000000085196aa8#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] 0.10% 211M 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.10% 205M 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] 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.0x000000008519c800#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.10% 201M 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] at org.apache.lucene.index.SegmentMerger#mergeFields():249 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x0000000085196aa8#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] 0.09% 182M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [Interpreted code] at org.apache.lucene.internal.hppc.IntIntHashMap#ensureCapacity():450 [Inlined code] at org.apache.lucene.internal.hppc.IntIntHashMap#():107 [Inlined code] at org.apache.lucene.internal.hppc.IntIntHashMap#():93 [Inlined code] at knn.KnnGraphTester#printGraphConnectedNess():1117 [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.09% 175M 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] 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.0x000000008519c800#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.08% 168M 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] 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.18.10.03.33/bench-knn-q32-fmTrue.jfr', 'knn.KnnGraphTester', '-maxConn', '32', '-dim', '1024', '-docs', '/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', '-ndoc', '8000000', '-topK', '100', '-numIndexThreads', '8', '-beamWidthIndex', '100', '-search-and-stats', '/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', '-metric', 'dot_product', '-numMergeThread', '16', '-numMergeWorker', '48', '-forceMerge'] WARNING: Using incubator modules: jdk.incubator.vector [0.214s][info][jfr,startup] Started recording 1. [0.214s][info][jfr,startup] [0.214s][info][jfr,startup] Use jcmd 613841 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 2623256259981676 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 18, 2026 4:42:43 PM 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: 223 segments, 24 merges 762.5s _14l: 8 segs, 214.2 K docs, 853.9 MB 649.8s _160: 8 segs, 177.8 K docs, 708.4 MB 496.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 456.9s _18x: 11 segs, 55.0 K docs, 217.6 MB 404.2s _19m: 11 segs, 54.7 K docs, 216.7 MB 328.9s _1al: 8 segs, 74.3 K docs, 295.1 MB 269.4s _1bj: 8 segs, 74.2 K docs, 294.8 MB 253.5s _1bs: 8 segs, 40.8 K docs, 161.7 MB 239.0s _1c1: 8 segs, 41.1 K docs, 162.7 MB 227.7s _1c8: 8 segs, 212.5 K docs, 847.2 MB 216.0s _1cg: 8 segs, 40.7 K docs, 161.3 MB 202.6s _1co: 8 segs, 74.1 K docs, 294.2 MB 192.7s _1cu: 8 segs, 226.7 K docs, 903.8 MB 164.3s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 152.6s _1dj: 13 segs, 65.5 K docs, 259.3 MB 132.7s _1dv: 11 segs, 54.5 K docs, 215.7 MB 105.1s _1e5: 9 segs, 45.5 K docs, 180.0 MB 86.1s _1ed: 8 segs, 72.3 K docs, 287.3 MB 72.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 56.5s _1es: 8 segs, 92.7 K docs, 368.7 MB 35.7s _1f1: 8 segs, 39.4 K docs, 155.8 MB 21.1s _1f8: 8 segs, 129.5 K docs, 515.9 MB 6.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 0.0s _1fi: 10 segs, 40.0 K docs, 158.3 MB 5.0 sec: 216 segments, 23 merges 767.5s _14l: 8 segs, 214.2 K docs, 853.9 MB 654.8s _160: 8 segs, 177.8 K docs, 708.4 MB 501.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 461.9s _18x: 11 segs, 55.0 K docs, 217.6 MB 409.2s _19m: 11 segs, 54.7 K docs, 216.7 MB 333.9s _1al: 8 segs, 74.3 K docs, 295.1 MB 274.4s _1bj: 8 segs, 74.2 K docs, 294.8 MB 258.5s _1bs: 8 segs, 40.8 K docs, 161.7 MB 244.0s _1c1: 8 segs, 41.1 K docs, 162.7 MB 232.7s _1c8: 8 segs, 212.5 K docs, 847.2 MB 207.6s _1co: 8 segs, 74.1 K docs, 294.2 MB 197.7s _1cu: 8 segs, 226.7 K docs, 903.8 MB 169.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 157.6s _1dj: 13 segs, 65.5 K docs, 259.3 MB 137.8s _1dv: 11 segs, 54.5 K docs, 215.7 MB 110.1s _1e5: 9 segs, 45.5 K docs, 180.0 MB 91.1s _1ed: 8 segs, 72.3 K docs, 287.3 MB 77.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 61.5s _1es: 8 segs, 92.7 K docs, 368.7 MB 40.7s _1f1: 8 segs, 39.4 K docs, 155.8 MB 26.1s _1f8: 8 segs, 129.5 K docs, 515.9 MB 11.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 5.0s _1fi: 10 segs, 40.0 K docs, 158.3 MB 10.0 sec: 192 segments, 20 merges 772.5s _14l: 8 segs, 214.2 K docs, 853.9 MB 659.8s _160: 8 segs, 177.8 K docs, 708.4 MB 506.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 414.2s _19m: 11 segs, 54.7 K docs, 216.7 MB 279.4s _1bj: 8 segs, 74.2 K docs, 294.8 MB 263.5s _1bs: 8 segs, 40.8 K docs, 161.7 MB 249.0s _1c1: 8 segs, 41.1 K docs, 162.7 MB 237.7s _1c8: 8 segs, 212.5 K docs, 847.2 MB 202.7s _1cu: 8 segs, 226.7 K docs, 903.8 MB 174.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 162.6s _1dj: 13 segs, 65.5 K docs, 259.3 MB 142.8s _1dv: 11 segs, 54.5 K docs, 215.7 MB 115.1s _1e5: 9 segs, 45.5 K docs, 180.0 MB 96.1s _1ed: 8 segs, 72.3 K docs, 287.3 MB 82.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 66.5s _1es: 8 segs, 92.7 K docs, 368.7 MB 45.7s _1f1: 8 segs, 39.4 K docs, 155.8 MB 31.1s _1f8: 8 segs, 129.5 K docs, 515.9 MB 16.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 10.0s _1fi: 10 segs, 40.0 K docs, 158.3 MB 15.0 sec: 178 segments, 18 merges 664.8s _160: 8 segs, 177.8 K docs, 708.4 MB 511.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 419.2s _19m: 11 segs, 54.7 K docs, 216.7 MB 268.5s _1bs: 8 segs, 40.8 K docs, 161.7 MB 254.0s _1c1: 8 segs, 41.1 K docs, 162.7 MB 242.8s _1c8: 8 segs, 212.5 K docs, 847.2 MB 207.7s _1cu: 8 segs, 226.7 K docs, 903.8 MB 179.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 167.6s _1dj: 13 segs, 65.5 K docs, 259.3 MB 147.8s _1dv: 11 segs, 54.5 K docs, 215.7 MB 120.1s _1e5: 9 segs, 45.5 K docs, 180.0 MB 101.1s _1ed: 8 segs, 72.3 K docs, 287.3 MB 87.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 71.5s _1es: 8 segs, 92.7 K docs, 368.7 MB 50.7s _1f1: 8 segs, 39.4 K docs, 155.8 MB 36.1s _1f8: 8 segs, 129.5 K docs, 515.9 MB 21.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 15.0s _1fi: 10 segs, 40.0 K docs, 158.3 MB 20.0 sec: 164 segments, 17 merges 516.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 424.2s _19m: 11 segs, 54.7 K docs, 216.7 MB 273.5s _1bs: 8 segs, 40.8 K docs, 161.7 MB 247.8s _1c8: 8 segs, 212.5 K docs, 847.2 MB 212.7s _1cu: 8 segs, 226.7 K docs, 903.8 MB 184.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 172.6s _1dj: 13 segs, 65.5 K docs, 259.3 MB 152.8s _1dv: 11 segs, 54.5 K docs, 215.7 MB 125.1s _1e5: 9 segs, 45.5 K docs, 180.0 MB 106.1s _1ed: 8 segs, 72.3 K docs, 287.3 MB 92.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 76.5s _1es: 8 segs, 92.7 K docs, 368.7 MB 55.7s _1f1: 8 segs, 39.4 K docs, 155.8 MB 41.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 26.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 20.0s _1fi: 10 segs, 40.0 K docs, 158.3 MB 4.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 25.0 sec: 164 segments, 17 merges 521.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 429.2s _19m: 11 segs, 54.7 K docs, 216.7 MB 278.5s _1bs: 8 segs, 40.8 K docs, 161.7 MB 252.8s _1c8: 8 segs, 212.5 K docs, 847.2 MB 217.7s _1cu: 8 segs, 226.7 K docs, 903.8 MB 189.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 177.6s _1dj: 13 segs, 65.5 K docs, 259.3 MB 157.8s _1dv: 11 segs, 54.5 K docs, 215.7 MB 130.1s _1e5: 9 segs, 45.5 K docs, 180.0 MB 111.2s _1ed: 8 segs, 72.3 K docs, 287.3 MB 97.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 81.5s _1es: 8 segs, 92.7 K docs, 368.7 MB 60.7s _1f1: 8 segs, 39.4 K docs, 155.8 MB 46.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 31.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 25.0s _1fi: 10 segs, 40.0 K docs, 158.3 MB 9.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 30.0 sec: 164 segments, 17 merges 526.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 434.2s _19m: 11 segs, 54.7 K docs, 216.7 MB 283.5s _1bs: 8 segs, 40.8 K docs, 161.7 MB 257.8s _1c8: 8 segs, 212.5 K docs, 847.2 MB 222.8s _1cu: 8 segs, 226.7 K docs, 903.8 MB 194.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 182.6s _1dj: 13 segs, 65.5 K docs, 259.3 MB 162.8s _1dv: 11 segs, 54.5 K docs, 215.7 MB 135.1s _1e5: 9 segs, 45.5 K docs, 180.0 MB 116.2s _1ed: 8 segs, 72.3 K docs, 287.3 MB 102.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 86.5s _1es: 8 segs, 92.7 K docs, 368.7 MB 65.7s _1f1: 8 segs, 39.4 K docs, 155.8 MB 51.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 36.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 30.0s _1fi: 10 segs, 40.0 K docs, 158.3 MB 14.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 35.1 sec: 164 segments, 17 merges 531.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 439.2s _19m: 11 segs, 54.7 K docs, 216.7 MB 288.5s _1bs: 8 segs, 40.8 K docs, 161.7 MB 262.8s _1c8: 8 segs, 212.5 K docs, 847.2 MB 227.8s _1cu: 8 segs, 226.7 K docs, 903.8 MB 199.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 187.6s _1dj: 13 segs, 65.5 K docs, 259.3 MB 167.8s _1dv: 11 segs, 54.5 K docs, 215.7 MB 140.1s _1e5: 9 segs, 45.5 K docs, 180.0 MB 121.2s _1ed: 8 segs, 72.3 K docs, 287.3 MB 107.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 91.5s _1es: 8 segs, 92.7 K docs, 368.7 MB 70.7s _1f1: 8 segs, 39.4 K docs, 155.8 MB 56.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 41.8s _1ff: 8 segs, 175.7 K docs, 700.4 MB 35.1s _1fi: 10 segs, 40.0 K docs, 158.3 MB 19.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 40.1 sec: 154 segments, 16 merges 536.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 293.5s _1bs: 8 segs, 40.8 K docs, 161.7 MB 267.8s _1c8: 8 segs, 212.5 K docs, 847.2 MB 232.8s _1cu: 8 segs, 226.7 K docs, 903.8 MB 204.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 192.7s _1dj: 13 segs, 65.5 K docs, 259.3 MB 172.8s _1dv: 11 segs, 54.5 K docs, 215.7 MB 145.2s _1e5: 9 segs, 45.5 K docs, 180.0 MB 126.2s _1ed: 8 segs, 72.3 K docs, 287.3 MB 112.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 96.6s _1es: 8 segs, 92.7 K docs, 368.7 MB 75.7s _1f1: 8 segs, 39.4 K docs, 155.8 MB 61.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 46.8s _1ff: 8 segs, 175.7 K docs, 700.4 MB 40.1s _1fi: 10 segs, 40.0 K docs, 158.3 MB 24.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 45.1 sec: 154 segments, 16 merges 541.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 298.5s _1bs: 8 segs, 40.8 K docs, 161.7 MB 272.8s _1c8: 8 segs, 212.5 K docs, 847.2 MB 237.8s _1cu: 8 segs, 226.7 K docs, 903.8 MB 209.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 197.7s _1dj: 13 segs, 65.5 K docs, 259.3 MB 177.8s _1dv: 11 segs, 54.5 K docs, 215.7 MB 150.2s _1e5: 9 segs, 45.5 K docs, 180.0 MB 131.2s _1ed: 8 segs, 72.3 K docs, 287.3 MB 117.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 101.6s _1es: 8 segs, 92.7 K docs, 368.7 MB 80.7s _1f1: 8 segs, 39.4 K docs, 155.8 MB 66.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 51.8s _1ff: 8 segs, 175.7 K docs, 700.4 MB 45.1s _1fi: 10 segs, 40.0 K docs, 158.3 MB 29.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 50.1 sec: 154 segments, 16 merges 546.7s _18c: 8 segs, 634.6 K docs, 2534.8 MB 303.6s _1bs: 8 segs, 40.8 K docs, 161.7 MB 277.8s _1c8: 8 segs, 212.5 K docs, 847.2 MB 242.8s _1cu: 8 segs, 226.7 K docs, 903.8 MB 214.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 202.7s _1dj: 13 segs, 65.5 K docs, 259.3 MB 182.8s _1dv: 11 segs, 54.5 K docs, 215.7 MB 155.2s _1e5: 9 segs, 45.5 K docs, 180.0 MB 136.2s _1ed: 8 segs, 72.3 K docs, 287.3 MB 122.6s _1el: 8 segs, 109.1 K docs, 434.2 MB 106.6s _1es: 8 segs, 92.7 K docs, 368.7 MB 85.7s _1f1: 8 segs, 39.4 K docs, 155.8 MB 71.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 56.8s _1ff: 8 segs, 175.7 K docs, 700.4 MB 50.1s _1fi: 10 segs, 40.0 K docs, 158.3 MB 34.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 55.0 sec: 154 segments, 16 merges 551.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 308.5s _1bs: 8 segs, 40.8 K docs, 161.7 MB 282.7s _1c8: 8 segs, 212.5 K docs, 847.2 MB 247.7s _1cu: 8 segs, 226.7 K docs, 903.8 MB 219.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 207.6s _1dj: 13 segs, 65.5 K docs, 259.3 MB 187.7s _1dv: 11 segs, 54.5 K docs, 215.7 MB 160.1s _1e5: 9 segs, 45.5 K docs, 180.0 MB 141.1s _1ed: 8 segs, 72.3 K docs, 287.3 MB 127.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 111.5s _1es: 8 segs, 92.7 K docs, 368.7 MB 90.7s _1f1: 8 segs, 39.4 K docs, 155.8 MB 76.1s _1f8: 8 segs, 129.5 K docs, 515.9 MB 61.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 55.0s _1fi: 10 segs, 40.0 K docs, 158.3 MB 39.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 60.0 sec: 147 segments, 15 merges 556.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 287.7s _1c8: 8 segs, 212.5 K docs, 847.2 MB 252.7s _1cu: 8 segs, 226.7 K docs, 903.8 MB 224.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 212.6s _1dj: 13 segs, 65.5 K docs, 259.3 MB 192.8s _1dv: 11 segs, 54.5 K docs, 215.7 MB 165.1s _1e5: 9 segs, 45.5 K docs, 180.0 MB 146.1s _1ed: 8 segs, 72.3 K docs, 287.3 MB 132.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 116.5s _1es: 8 segs, 92.7 K docs, 368.7 MB 95.7s _1f1: 8 segs, 39.4 K docs, 155.8 MB 81.1s _1f8: 8 segs, 129.5 K docs, 515.9 MB 66.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 60.0s _1fi: 10 segs, 40.0 K docs, 158.3 MB 44.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 65.0 sec: 147 segments, 15 merges 561.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 292.8s _1c8: 8 segs, 212.5 K docs, 847.2 MB 257.7s _1cu: 8 segs, 226.7 K docs, 903.8 MB 229.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 217.6s _1dj: 13 segs, 65.5 K docs, 259.3 MB 197.8s _1dv: 11 segs, 54.5 K docs, 215.7 MB 170.1s _1e5: 9 segs, 45.5 K docs, 180.0 MB 151.1s _1ed: 8 segs, 72.3 K docs, 287.3 MB 137.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 121.5s _1es: 8 segs, 92.7 K docs, 368.7 MB 100.7s _1f1: 8 segs, 39.4 K docs, 155.8 MB 86.1s _1f8: 8 segs, 129.5 K docs, 515.9 MB 71.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 65.0s _1fi: 10 segs, 40.0 K docs, 158.3 MB 49.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 70.0 sec: 147 segments, 15 merges 566.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 297.8s _1c8: 8 segs, 212.5 K docs, 847.2 MB 262.7s _1cu: 8 segs, 226.7 K docs, 903.8 MB 234.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 222.6s _1dj: 13 segs, 65.5 K docs, 259.3 MB 202.8s _1dv: 11 segs, 54.5 K docs, 215.7 MB 175.1s _1e5: 9 segs, 45.5 K docs, 180.0 MB 156.1s _1ed: 8 segs, 72.3 K docs, 287.3 MB 142.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 126.5s _1es: 8 segs, 92.7 K docs, 368.7 MB 105.7s _1f1: 8 segs, 39.4 K docs, 155.8 MB 91.1s _1f8: 8 segs, 129.5 K docs, 515.9 MB 76.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 70.0s _1fi: 10 segs, 40.0 K docs, 158.3 MB 54.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 75.0 sec: 139 segments, 14 merges 571.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 302.8s _1c8: 8 segs, 212.5 K docs, 847.2 MB 267.7s _1cu: 8 segs, 226.7 K docs, 903.8 MB 239.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 227.6s _1dj: 13 segs, 65.5 K docs, 259.3 MB 207.8s _1dv: 11 segs, 54.5 K docs, 215.7 MB 161.1s _1ed: 8 segs, 72.3 K docs, 287.3 MB 147.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 131.5s _1es: 8 segs, 92.7 K docs, 368.7 MB 110.7s _1f1: 8 segs, 39.4 K docs, 155.8 MB 96.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 81.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 75.0s _1fi: 10 segs, 40.0 K docs, 158.3 MB 59.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 80.0 sec: 139 segments, 14 merges 576.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 307.8s _1c8: 8 segs, 212.5 K docs, 847.2 MB 272.7s _1cu: 8 segs, 226.7 K docs, 903.8 MB 244.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 232.6s _1dj: 13 segs, 65.5 K docs, 259.3 MB 212.8s _1dv: 11 segs, 54.5 K docs, 215.7 MB 166.2s _1ed: 8 segs, 72.3 K docs, 287.3 MB 152.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 136.5s _1es: 8 segs, 92.7 K docs, 368.7 MB 115.7s _1f1: 8 segs, 39.4 K docs, 155.8 MB 101.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 86.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 80.0s _1fi: 10 segs, 40.0 K docs, 158.3 MB 64.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 85.0 sec: 139 segments, 14 merges 581.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 312.8s _1c8: 8 segs, 212.5 K docs, 847.2 MB 277.7s _1cu: 8 segs, 226.7 K docs, 903.8 MB 249.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 237.6s _1dj: 13 segs, 65.5 K docs, 259.3 MB 217.8s _1dv: 11 segs, 54.5 K docs, 215.7 MB 171.2s _1ed: 8 segs, 72.3 K docs, 287.3 MB 157.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 141.5s _1es: 8 segs, 92.7 K docs, 368.7 MB 120.7s _1f1: 8 segs, 39.4 K docs, 155.8 MB 106.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 91.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 85.0s _1fi: 10 segs, 40.0 K docs, 158.3 MB 69.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 90.0 sec: 139 segments, 14 merges 586.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 317.8s _1c8: 8 segs, 212.5 K docs, 847.2 MB 282.8s _1cu: 8 segs, 226.7 K docs, 903.8 MB 254.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 242.6s _1dj: 13 segs, 65.5 K docs, 259.3 MB 222.8s _1dv: 11 segs, 54.5 K docs, 215.7 MB 176.2s _1ed: 8 segs, 72.3 K docs, 287.3 MB 162.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 146.5s _1es: 8 segs, 92.7 K docs, 368.7 MB 125.7s _1f1: 8 segs, 39.4 K docs, 155.8 MB 111.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 96.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 90.0s _1fi: 10 segs, 40.0 K docs, 158.3 MB 74.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 95.1 sec: 129 segments, 13 merges 591.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 322.8s _1c8: 8 segs, 212.5 K docs, 847.2 MB 287.8s _1cu: 8 segs, 226.7 K docs, 903.8 MB 259.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 247.6s _1dj: 13 segs, 65.5 K docs, 259.3 MB 181.2s _1ed: 8 segs, 72.3 K docs, 287.3 MB 167.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 151.5s _1es: 8 segs, 92.7 K docs, 368.7 MB 130.7s _1f1: 8 segs, 39.4 K docs, 155.8 MB 116.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 101.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 95.1s _1fi: 10 segs, 40.0 K docs, 158.3 MB 79.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 100.0 sec: 129 segments, 13 merges 596.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 327.7s _1c8: 8 segs, 212.5 K docs, 847.2 MB 292.7s _1cu: 8 segs, 226.7 K docs, 903.8 MB 264.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 252.6s _1dj: 13 segs, 65.5 K docs, 259.3 MB 186.1s _1ed: 8 segs, 72.3 K docs, 287.3 MB 172.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 156.5s _1es: 8 segs, 92.7 K docs, 368.7 MB 135.7s _1f1: 8 segs, 39.4 K docs, 155.8 MB 121.1s _1f8: 8 segs, 129.5 K docs, 515.9 MB 106.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 100.0s _1fi: 10 segs, 40.0 K docs, 158.3 MB 84.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 105.0 sec: 129 segments, 13 merges 601.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 332.7s _1c8: 8 segs, 212.5 K docs, 847.2 MB 297.7s _1cu: 8 segs, 226.7 K docs, 903.8 MB 269.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 257.6s _1dj: 13 segs, 65.5 K docs, 259.3 MB 191.1s _1ed: 8 segs, 72.3 K docs, 287.3 MB 177.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 161.5s _1es: 8 segs, 92.7 K docs, 368.7 MB 140.7s _1f1: 8 segs, 39.4 K docs, 155.8 MB 126.1s _1f8: 8 segs, 129.5 K docs, 515.9 MB 111.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 105.0s _1fi: 10 segs, 40.0 K docs, 158.3 MB 89.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 110.0 sec: 115 segments, 11 merges 606.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 337.7s _1c8: 8 segs, 212.5 K docs, 847.2 MB 302.7s _1cu: 8 segs, 226.7 K docs, 903.8 MB 274.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 262.6s _1dj: 13 segs, 65.5 K docs, 259.3 MB 182.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 145.7s _1f1: 8 segs, 39.4 K docs, 155.8 MB 131.1s _1f8: 8 segs, 129.5 K docs, 515.9 MB 116.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 110.0s _1fi: 10 segs, 40.0 K docs, 158.3 MB 94.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 115.0 sec: 115 segments, 11 merges 611.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 342.8s _1c8: 8 segs, 212.5 K docs, 847.2 MB 307.7s _1cu: 8 segs, 226.7 K docs, 903.8 MB 279.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 267.6s _1dj: 13 segs, 65.5 K docs, 259.3 MB 187.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 150.7s _1f1: 8 segs, 39.4 K docs, 155.8 MB 136.1s _1f8: 8 segs, 129.5 K docs, 515.9 MB 121.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 115.0s _1fi: 10 segs, 40.0 K docs, 158.3 MB 99.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 120.0 sec: 115 segments, 11 merges 616.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 347.8s _1c8: 8 segs, 212.5 K docs, 847.2 MB 312.7s _1cu: 8 segs, 226.7 K docs, 903.8 MB 284.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 272.6s _1dj: 13 segs, 65.5 K docs, 259.3 MB 192.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 155.7s _1f1: 8 segs, 39.4 K docs, 155.8 MB 141.1s _1f8: 8 segs, 129.5 K docs, 515.9 MB 126.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 120.0s _1fi: 10 segs, 40.0 K docs, 158.3 MB 104.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 125.0 sec: 115 segments, 11 merges 621.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 352.8s _1c8: 8 segs, 212.5 K docs, 847.2 MB 317.7s _1cu: 8 segs, 226.7 K docs, 903.8 MB 289.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 277.6s _1dj: 13 segs, 65.5 K docs, 259.3 MB 197.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 160.7s _1f1: 8 segs, 39.4 K docs, 155.8 MB 146.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 131.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 125.0s _1fi: 10 segs, 40.0 K docs, 158.3 MB 109.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 130.0 sec: 115 segments, 11 merges 626.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 357.8s _1c8: 8 segs, 212.5 K docs, 847.2 MB 322.7s _1cu: 8 segs, 226.7 K docs, 903.8 MB 294.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 282.6s _1dj: 13 segs, 65.5 K docs, 259.3 MB 202.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 165.7s _1f1: 8 segs, 39.4 K docs, 155.8 MB 151.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 136.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 130.0s _1fi: 10 segs, 40.0 K docs, 158.3 MB 114.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 135.0 sec: 115 segments, 11 merges 631.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 362.8s _1c8: 8 segs, 212.5 K docs, 847.2 MB 327.7s _1cu: 8 segs, 226.7 K docs, 903.8 MB 299.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 287.6s _1dj: 13 segs, 65.5 K docs, 259.3 MB 207.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 170.7s _1f1: 8 segs, 39.4 K docs, 155.8 MB 156.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 141.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 135.0s _1fi: 10 segs, 40.0 K docs, 158.3 MB 119.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 140.0 sec: 115 segments, 11 merges 636.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 367.8s _1c8: 8 segs, 212.5 K docs, 847.2 MB 332.7s _1cu: 8 segs, 226.7 K docs, 903.8 MB 304.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 292.6s _1dj: 13 segs, 65.5 K docs, 259.3 MB 212.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 175.7s _1f1: 8 segs, 39.4 K docs, 155.8 MB 161.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 146.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 140.0s _1fi: 10 segs, 40.0 K docs, 158.3 MB 124.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 145.1 sec: 108 segments, 11 merges 641.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 372.8s _1c8: 8 segs, 212.5 K docs, 847.2 MB 337.8s _1cu: 8 segs, 226.7 K docs, 903.8 MB 309.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 297.6s _1dj: 13 segs, 65.5 K docs, 259.3 MB 217.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 166.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 151.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 145.0s _1fi: 10 segs, 40.0 K docs, 158.3 MB 129.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 4.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 150.1 sec: 108 segments, 11 merges 646.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 377.8s _1c8: 8 segs, 212.5 K docs, 847.2 MB 342.8s _1cu: 8 segs, 226.7 K docs, 903.8 MB 314.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 302.6s _1dj: 13 segs, 65.5 K docs, 259.3 MB 222.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 171.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 156.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 150.1s _1fi: 10 segs, 40.0 K docs, 158.3 MB 134.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 9.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 155.1 sec: 108 segments, 11 merges 651.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 382.8s _1c8: 8 segs, 212.5 K docs, 847.2 MB 347.8s _1cu: 8 segs, 226.7 K docs, 903.8 MB 319.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 307.6s _1dj: 13 segs, 65.5 K docs, 259.3 MB 227.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 176.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 161.8s _1ff: 8 segs, 175.7 K docs, 700.4 MB 155.1s _1fi: 10 segs, 40.0 K docs, 158.3 MB 139.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 14.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 160.1 sec: 108 segments, 11 merges 656.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 387.8s _1c8: 8 segs, 212.5 K docs, 847.2 MB 352.8s _1cu: 8 segs, 226.7 K docs, 903.8 MB 324.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 312.6s _1dj: 13 segs, 65.5 K docs, 259.3 MB 232.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 181.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 166.8s _1ff: 8 segs, 175.7 K docs, 700.4 MB 160.1s _1fi: 10 segs, 40.0 K docs, 158.3 MB 144.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 19.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 165.1 sec: 96 segments, 10 merges 661.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 392.8s _1c8: 8 segs, 212.5 K docs, 847.2 MB 357.8s _1cu: 8 segs, 226.7 K docs, 903.8 MB 329.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 237.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 186.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 171.8s _1ff: 8 segs, 175.7 K docs, 700.4 MB 165.1s _1fi: 10 segs, 40.0 K docs, 158.3 MB 149.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 24.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 170.1 sec: 96 segments, 10 merges 666.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 397.8s _1c8: 8 segs, 212.5 K docs, 847.2 MB 362.8s _1cu: 8 segs, 226.7 K docs, 903.8 MB 334.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 242.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 191.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 176.8s _1ff: 8 segs, 175.7 K docs, 700.4 MB 170.1s _1fi: 10 segs, 40.0 K docs, 158.3 MB 154.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 29.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 175.1 sec: 96 segments, 10 merges 671.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 402.8s _1c8: 8 segs, 212.5 K docs, 847.2 MB 367.8s _1cu: 8 segs, 226.7 K docs, 903.8 MB 339.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 247.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 196.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 181.8s _1ff: 8 segs, 175.7 K docs, 700.4 MB 175.1s _1fi: 10 segs, 40.0 K docs, 158.3 MB 159.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 34.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 180.1 sec: 96 segments, 10 merges 676.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 407.8s _1c8: 8 segs, 212.5 K docs, 847.2 MB 372.8s _1cu: 8 segs, 226.7 K docs, 903.8 MB 344.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 252.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 201.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 186.8s _1ff: 8 segs, 175.7 K docs, 700.4 MB 180.1s _1fi: 10 segs, 40.0 K docs, 158.3 MB 164.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 39.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 185.1 sec: 96 segments, 10 merges 681.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 412.8s _1c8: 8 segs, 212.5 K docs, 847.2 MB 377.8s _1cu: 8 segs, 226.7 K docs, 903.8 MB 349.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 257.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 206.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 191.8s _1ff: 8 segs, 175.7 K docs, 700.4 MB 185.1s _1fi: 10 segs, 40.0 K docs, 158.3 MB 169.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 44.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 190.1 sec: 96 segments, 10 merges 686.7s _18c: 8 segs, 634.6 K docs, 2534.8 MB 417.8s _1c8: 8 segs, 212.5 K docs, 847.2 MB 382.8s _1cu: 8 segs, 226.7 K docs, 903.8 MB 354.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 262.6s _1el: 8 segs, 109.1 K docs, 434.2 MB 211.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 196.8s _1ff: 8 segs, 175.7 K docs, 700.4 MB 190.1s _1fi: 10 segs, 40.0 K docs, 158.3 MB 174.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 49.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 195.1 sec: 96 segments, 10 merges 691.7s _18c: 8 segs, 634.6 K docs, 2534.8 MB 422.8s _1c8: 8 segs, 212.5 K docs, 847.2 MB 387.8s _1cu: 8 segs, 226.7 K docs, 903.8 MB 359.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 267.6s _1el: 8 segs, 109.1 K docs, 434.2 MB 216.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 201.8s _1ff: 8 segs, 175.7 K docs, 700.4 MB 195.1s _1fi: 10 segs, 40.0 K docs, 158.3 MB 179.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 54.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 200.0 sec: 96 segments, 10 merges 696.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 427.7s _1c8: 8 segs, 212.5 K docs, 847.2 MB 392.7s _1cu: 8 segs, 226.7 K docs, 903.8 MB 364.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 272.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 221.1s _1f8: 8 segs, 129.5 K docs, 515.9 MB 206.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 200.0s _1fi: 10 segs, 40.0 K docs, 158.3 MB 184.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 59.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 205.0 sec: 96 segments, 10 merges 701.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 432.7s _1c8: 8 segs, 212.5 K docs, 847.2 MB 397.7s _1cu: 8 segs, 226.7 K docs, 903.8 MB 369.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 277.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 226.1s _1f8: 8 segs, 129.5 K docs, 515.9 MB 211.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 205.0s _1fi: 10 segs, 40.0 K docs, 158.3 MB 189.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 64.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 210.0 sec: 96 segments, 10 merges 706.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 437.7s _1c8: 8 segs, 212.5 K docs, 847.2 MB 402.7s _1cu: 8 segs, 226.7 K docs, 903.8 MB 374.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 282.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 231.1s _1f8: 8 segs, 129.5 K docs, 515.9 MB 216.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 210.0s _1fi: 10 segs, 40.0 K docs, 158.3 MB 194.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 69.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 215.0 sec: 96 segments, 10 merges 711.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 442.7s _1c8: 8 segs, 212.5 K docs, 847.2 MB 407.7s _1cu: 8 segs, 226.7 K docs, 903.8 MB 379.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 287.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 236.1s _1f8: 8 segs, 129.5 K docs, 515.9 MB 221.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 215.0s _1fi: 10 segs, 40.0 K docs, 158.3 MB 199.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 74.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 220.0 sec: 89 segments, 9 merges 716.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 412.7s _1cu: 8 segs, 226.7 K docs, 903.8 MB 384.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 292.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 241.1s _1f8: 8 segs, 129.5 K docs, 515.9 MB 226.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 220.0s _1fi: 10 segs, 40.0 K docs, 158.3 MB 204.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 79.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 225.0 sec: 89 segments, 9 merges 721.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 417.7s _1cu: 8 segs, 226.7 K docs, 903.8 MB 389.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 297.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 246.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 231.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 225.0s _1fi: 10 segs, 40.0 K docs, 158.3 MB 209.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 84.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 230.0 sec: 80 segments, 8 merges 726.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 422.7s _1cu: 8 segs, 226.7 K docs, 903.8 MB 394.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 302.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 251.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 236.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 214.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 89.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 235.0 sec: 80 segments, 8 merges 731.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 427.7s _1cu: 8 segs, 226.7 K docs, 903.8 MB 399.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 307.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 256.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 241.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 219.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 94.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 240.0 sec: 80 segments, 8 merges 736.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 432.7s _1cu: 8 segs, 226.7 K docs, 903.8 MB 404.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 312.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 261.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 246.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 224.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 99.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 245.0 sec: 80 segments, 8 merges 741.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 437.7s _1cu: 8 segs, 226.7 K docs, 903.8 MB 409.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 317.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 266.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 251.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 229.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 104.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 250.0 sec: 80 segments, 8 merges 746.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 442.8s _1cu: 8 segs, 226.7 K docs, 903.8 MB 414.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 322.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 271.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 256.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 234.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 109.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 255.1 sec: 80 segments, 8 merges 751.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 447.8s _1cu: 8 segs, 226.7 K docs, 903.8 MB 419.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 327.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 276.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 261.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 239.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 114.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 260.1 sec: 80 segments, 8 merges 756.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 452.8s _1cu: 8 segs, 226.7 K docs, 903.8 MB 424.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 332.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 281.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 266.7s _1ff: 8 segs, 175.7 K docs, 700.4 MB 244.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 119.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 265.1 sec: 80 segments, 8 merges 761.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 457.8s _1cu: 8 segs, 226.7 K docs, 903.8 MB 429.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 337.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 286.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 271.8s _1ff: 8 segs, 175.7 K docs, 700.4 MB 249.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 124.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 270.1 sec: 80 segments, 8 merges 766.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 462.8s _1cu: 8 segs, 226.7 K docs, 903.8 MB 434.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 342.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 291.2s _1f8: 8 segs, 129.5 K docs, 515.9 MB 276.8s _1ff: 8 segs, 175.7 K docs, 700.4 MB 254.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 129.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 275.1 sec: 66 segments, 6 merges 771.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 467.8s _1cu: 8 segs, 226.7 K docs, 903.8 MB 439.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 347.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 259.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 134.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 280.1 sec: 66 segments, 6 merges 776.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 472.8s _1cu: 8 segs, 226.7 K docs, 903.8 MB 444.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 352.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 264.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 139.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 285.1 sec: 66 segments, 6 merges 781.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 477.8s _1cu: 8 segs, 226.7 K docs, 903.8 MB 449.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 357.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 269.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 144.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 290.1 sec: 66 segments, 6 merges 786.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 482.8s _1cu: 8 segs, 226.7 K docs, 903.8 MB 454.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 362.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 274.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 149.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 295.1 sec: 66 segments, 6 merges 791.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 487.8s _1cu: 8 segs, 226.7 K docs, 903.8 MB 459.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 367.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 279.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 154.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 300.1 sec: 66 segments, 6 merges 796.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 492.8s _1cu: 8 segs, 226.7 K docs, 903.8 MB 464.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 372.5s _1el: 8 segs, 109.1 K docs, 434.2 MB 284.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 159.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 305.1 sec: 66 segments, 6 merges 801.7s _18c: 8 segs, 634.6 K docs, 2534.8 MB 497.8s _1cu: 8 segs, 226.7 K docs, 903.8 MB 469.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 377.6s _1el: 8 segs, 109.1 K docs, 434.2 MB 289.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 164.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 310.0 sec: 52 segments, 4 merges 806.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 474.3s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 294.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 169.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 315.0 sec: 52 segments, 4 merges 811.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 479.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 299.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 174.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 320.0 sec: 52 segments, 4 merges 816.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 484.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 304.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 179.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 325.0 sec: 52 segments, 4 merges 821.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 489.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 309.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 184.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 330.2 sec: 52 segments, 4 merges 826.7s _18c: 8 segs, 634.6 K docs, 2534.8 MB 494.5s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 314.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 189.2s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 335.1 sec: 52 segments, 4 merges 831.6s _18c: 8 segs, 634.6 K docs, 2534.8 MB 499.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 319.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 194.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 340.1 sec: 45 segments, 4 merges 504.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 324.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 199.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 3.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 345.1 sec: 45 segments, 4 merges 509.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 329.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 204.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 8.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 350.1 sec: 45 segments, 4 merges 514.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 334.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 209.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 13.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 355.1 sec: 45 segments, 4 merges 519.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 339.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 214.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 18.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 360.1 sec: 45 segments, 4 merges 524.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 344.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 219.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 23.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 365.1 sec: 45 segments, 4 merges 529.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 349.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 224.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 28.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 370.1 sec: 45 segments, 4 merges 534.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 354.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 229.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 33.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 375.1 sec: 45 segments, 4 merges 539.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 359.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 234.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 38.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 380.0 sec: 45 segments, 4 merges 544.3s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 364.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 239.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 43.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 385.0 sec: 45 segments, 4 merges 549.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 369.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 244.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 48.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 390.0 sec: 45 segments, 4 merges 554.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 374.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 249.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 53.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 395.0 sec: 45 segments, 4 merges 559.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 379.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 254.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 58.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 400.0 sec: 45 segments, 4 merges 564.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 384.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 259.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 63.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 405.0 sec: 45 segments, 4 merges 569.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 389.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 264.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 68.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 410.0 sec: 45 segments, 4 merges 574.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 394.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 269.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 73.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 415.0 sec: 45 segments, 4 merges 579.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 399.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 274.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 78.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 420.0 sec: 45 segments, 4 merges 584.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 404.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 279.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 83.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 425.0 sec: 45 segments, 4 merges 589.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 409.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 284.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 88.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 430.1 sec: 45 segments, 4 merges 594.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 414.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 289.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 93.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 435.1 sec: 45 segments, 4 merges 599.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 419.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 294.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 98.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 440.1 sec: 45 segments, 4 merges 604.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 424.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 299.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 103.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 445.1 sec: 45 segments, 4 merges 609.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 429.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 304.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 108.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 450.0 sec: 45 segments, 4 merges 614.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 434.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 309.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 113.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 455.0 sec: 45 segments, 4 merges 619.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 439.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 314.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 118.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 460.0 sec: 45 segments, 4 merges 624.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 444.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 319.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 123.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 465.0 sec: 45 segments, 4 merges 629.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 449.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 324.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 128.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 470.0 sec: 45 segments, 4 merges 634.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 454.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 329.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 133.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 475.0 sec: 45 segments, 4 merges 639.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 459.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 334.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 138.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 480.1 sec: 45 segments, 4 merges 644.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 464.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 339.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 143.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 485.1 sec: 45 segments, 4 merges 649.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 469.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 344.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 148.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 490.1 sec: 45 segments, 4 merges 654.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 474.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 349.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 153.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 495.1 sec: 45 segments, 4 merges 659.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 479.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 354.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 158.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 500.1 sec: 45 segments, 4 merges 664.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 484.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 359.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 163.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 505.1 sec: 45 segments, 4 merges 669.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 489.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 364.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 168.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 510.0 sec: 45 segments, 4 merges 674.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 494.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 369.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 173.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 515.0 sec: 45 segments, 4 merges 679.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 499.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 374.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 178.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 520.0 sec: 45 segments, 4 merges 684.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 504.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 379.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 183.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 525.0 sec: 45 segments, 4 merges 689.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 509.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 384.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 188.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 530.0 sec: 45 segments, 4 merges 694.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 514.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 389.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 193.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 535.0 sec: 45 segments, 4 merges 699.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 519.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 394.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 198.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 540.1 sec: 45 segments, 4 merges 704.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 524.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 399.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 203.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 545.1 sec: 45 segments, 4 merges 709.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 529.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 404.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 208.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 550.1 sec: 45 segments, 4 merges 714.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 534.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 409.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 213.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 555.1 sec: 45 segments, 4 merges 719.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 539.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 414.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 218.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 560.1 sec: 45 segments, 4 merges 724.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 544.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 419.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 223.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 565.1 sec: 45 segments, 4 merges 729.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 549.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 424.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 228.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 570.1 sec: 45 segments, 4 merges 734.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 554.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 429.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 233.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 575.1 sec: 45 segments, 4 merges 739.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 559.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 434.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 238.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 580.1 sec: 45 segments, 4 merges 744.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 564.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 439.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 243.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 585.0 sec: 45 segments, 4 merges 749.3s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 569.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 444.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 248.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 590.0 sec: 45 segments, 4 merges 754.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 574.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 449.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 253.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 595.0 sec: 45 segments, 4 merges 759.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 579.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 454.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 258.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 600.0 sec: 45 segments, 4 merges 764.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 584.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 459.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 263.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 605.0 sec: 45 segments, 4 merges 769.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 589.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 464.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 268.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 610.0 sec: 45 segments, 4 merges 774.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 594.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 469.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 273.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 615.0 sec: 45 segments, 4 merges 779.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 599.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 474.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 278.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 620.0 sec: 45 segments, 4 merges 784.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 604.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 479.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 283.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 625.0 sec: 45 segments, 4 merges 789.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 609.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 484.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 288.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 630.0 sec: 45 segments, 4 merges 794.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 614.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 489.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 293.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 635.1 sec: 45 segments, 4 merges 799.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 619.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 494.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 298.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 640.1 sec: 45 segments, 4 merges 804.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 624.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 499.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 303.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 645.1 sec: 45 segments, 4 merges 809.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 629.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 504.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 308.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 650.1 sec: 45 segments, 4 merges 814.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 634.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 509.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 313.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 655.1 sec: 45 segments, 4 merges 819.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 639.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 514.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 318.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 660.1 sec: 45 segments, 4 merges 824.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 644.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 519.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 323.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 665.1 sec: 45 segments, 4 merges 829.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 649.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 524.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 328.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 670.1 sec: 45 segments, 4 merges 834.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 654.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 529.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 333.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 675.1 sec: 45 segments, 4 merges 839.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 659.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 534.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 338.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 680.1 sec: 45 segments, 4 merges 844.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 664.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 539.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 343.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 685.1 sec: 45 segments, 4 merges 849.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 669.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 544.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 348.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 690.0 sec: 45 segments, 4 merges 854.3s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 674.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 549.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 353.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 695.0 sec: 45 segments, 4 merges 859.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 679.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 554.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 358.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 700.0 sec: 45 segments, 4 merges 864.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 684.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 559.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 363.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 705.0 sec: 45 segments, 4 merges 869.4s _1db: 8 segs, 1035.6 K docs, 4137.8 MB 689.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 564.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 368.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 710.0 sec: 38 segments, 3 merges 694.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 569.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 373.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 715.0 sec: 38 segments, 3 merges 699.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 574.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 378.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 720.0 sec: 38 segments, 3 merges 704.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 579.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 383.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 725.0 sec: 38 segments, 3 merges 709.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 584.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 388.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 730.0 sec: 38 segments, 3 merges 714.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 589.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 393.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 735.0 sec: 38 segments, 3 merges 719.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 594.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 398.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 740.0 sec: 38 segments, 3 merges 724.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 599.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 403.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 745.0 sec: 38 segments, 3 merges 729.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 604.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 408.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 750.1 sec: 38 segments, 3 merges 734.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 609.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 413.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 755.1 sec: 38 segments, 3 merges 739.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 614.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 418.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 760.1 sec: 38 segments, 3 merges 744.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 619.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 423.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 765.1 sec: 38 segments, 3 merges 749.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 624.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 428.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 770.1 sec: 38 segments, 3 merges 754.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 629.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 433.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 775.1 sec: 38 segments, 3 merges 759.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 634.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 438.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 780.1 sec: 38 segments, 3 merges 764.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 639.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 443.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 785.1 sec: 38 segments, 3 merges 769.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 644.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 448.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 790.1 sec: 38 segments, 3 merges 774.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 649.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 453.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 795.1 sec: 38 segments, 3 merges 779.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 654.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 458.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 800.1 sec: 38 segments, 3 merges 784.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 659.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 463.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 805.0 sec: 38 segments, 3 merges 789.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 664.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 468.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 810.0 sec: 38 segments, 3 merges 794.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 669.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 473.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 815.0 sec: 38 segments, 3 merges 799.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 674.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 478.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 820.0 sec: 38 segments, 3 merges 804.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 679.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 483.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 825.0 sec: 38 segments, 3 merges 809.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 684.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 488.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 830.0 sec: 38 segments, 3 merges 814.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 689.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 493.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 835.0 sec: 38 segments, 3 merges 819.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 694.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 498.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 840.0 sec: 38 segments, 3 merges 824.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 699.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 503.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 845.0 sec: 38 segments, 3 merges 829.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 704.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 508.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 850.0 sec: 38 segments, 3 merges 834.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 709.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 513.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 855.0 sec: 38 segments, 3 merges 839.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 714.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 518.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 860.1 sec: 38 segments, 3 merges 844.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 719.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 523.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 865.1 sec: 38 segments, 3 merges 849.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 724.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 528.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 870.1 sec: 38 segments, 3 merges 854.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 729.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 533.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 875.1 sec: 38 segments, 3 merges 859.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 734.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 538.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 880.1 sec: 38 segments, 3 merges 864.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 739.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 543.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 885.1 sec: 38 segments, 3 merges 869.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 744.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 548.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 890.1 sec: 38 segments, 3 merges 874.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 749.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 553.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 895.1 sec: 38 segments, 3 merges 879.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 754.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 558.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 900.1 sec: 38 segments, 3 merges 884.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 759.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 563.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 905.1 sec: 38 segments, 3 merges 889.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 764.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 568.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 910.1 sec: 38 segments, 3 merges 894.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 769.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 573.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 915.1 sec: 38 segments, 3 merges 899.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 774.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 578.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 920.0 sec: 38 segments, 3 merges 904.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 779.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 583.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 925.0 sec: 38 segments, 3 merges 909.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 784.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 588.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 930.0 sec: 38 segments, 3 merges 914.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 789.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 593.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 935.0 sec: 38 segments, 3 merges 919.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 794.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 598.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 940.0 sec: 38 segments, 3 merges 924.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 799.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 603.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 945.0 sec: 38 segments, 3 merges 929.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 804.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 608.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 950.0 sec: 38 segments, 3 merges 934.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 809.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 613.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 955.0 sec: 38 segments, 3 merges 939.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 814.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 618.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 960.1 sec: 38 segments, 3 merges 944.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 819.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 623.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 965.1 sec: 38 segments, 3 merges 949.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 824.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 628.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 970.1 sec: 38 segments, 3 merges 954.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 829.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 633.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 975.1 sec: 38 segments, 3 merges 959.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 834.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 638.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 980.1 sec: 38 segments, 3 merges 964.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 839.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 643.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 985.1 sec: 38 segments, 3 merges 969.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 844.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 648.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 990.1 sec: 38 segments, 3 merges 974.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 849.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 653.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 995.1 sec: 38 segments, 3 merges 979.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 854.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 658.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1000.1 sec: 38 segments, 3 merges 984.9s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 859.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 663.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1005.0 sec: 38 segments, 3 merges 989.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 864.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 668.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1010.0 sec: 38 segments, 3 merges 994.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 869.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 673.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1015.0 sec: 38 segments, 3 merges 999.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 874.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 678.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1020.0 sec: 38 segments, 3 merges 1004.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 879.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 683.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1025.0 sec: 38 segments, 3 merges 1009.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 884.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 688.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1030.0 sec: 38 segments, 3 merges 1014.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 889.0s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 693.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1035.0 sec: 38 segments, 3 merges 1019.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 894.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 698.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1040.0 sec: 38 segments, 3 merges 1024.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 899.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 703.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1045.0 sec: 38 segments, 3 merges 1029.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 904.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 708.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1050.0 sec: 38 segments, 3 merges 1034.8s _1fj: 8 segs, 1182.2 K docs, 4723.9 MB 909.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 713.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1055.0 sec: 31 segments, 2 merges 914.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 718.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1060.0 sec: 31 segments, 2 merges 919.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 723.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1065.1 sec: 31 segments, 2 merges 924.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 728.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1070.1 sec: 31 segments, 2 merges 929.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 733.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1075.1 sec: 31 segments, 2 merges 934.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 738.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1080.1 sec: 31 segments, 2 merges 939.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 743.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1085.1 sec: 31 segments, 2 merges 944.1s _1fk: 8 segs, 358.1 K docs, 1427.8 MB 748.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1090.1 sec: 24 segments, 1 merges 753.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1095.1 sec: 24 segments, 1 merges 758.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1100.1 sec: 24 segments, 1 merges 763.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1105.1 sec: 24 segments, 1 merges 768.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1110.1 sec: 24 segments, 1 merges 773.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1115.1 sec: 24 segments, 1 merges 778.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1120.1 sec: 24 segments, 1 merges 783.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1125.0 sec: 24 segments, 1 merges 788.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1130.0 sec: 24 segments, 1 merges 793.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1135.0 sec: 24 segments, 1 merges 798.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1140.0 sec: 24 segments, 1 merges 803.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1145.0 sec: 24 segments, 1 merges 808.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1150.0 sec: 24 segments, 1 merges 813.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1155.0 sec: 24 segments, 1 merges 818.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1160.0 sec: 24 segments, 1 merges 823.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1165.0 sec: 24 segments, 1 merges 828.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1170.0 sec: 24 segments, 1 merges 833.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1175.0 sec: 24 segments, 1 merges 838.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1180.0 sec: 24 segments, 1 merges 843.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1185.0 sec: 24 segments, 1 merges 848.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1190.1 sec: 24 segments, 1 merges 853.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1195.1 sec: 24 segments, 1 merges 858.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1200.1 sec: 24 segments, 1 merges 863.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1205.1 sec: 24 segments, 1 merges 868.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1210.1 sec: 24 segments, 1 merges 873.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1215.1 sec: 24 segments, 1 merges 878.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1220.1 sec: 24 segments, 1 merges 883.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1225.1 sec: 24 segments, 1 merges 888.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1230.1 sec: 24 segments, 1 merges 893.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1235.1 sec: 24 segments, 1 merges 898.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1240.1 sec: 24 segments, 1 merges 903.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1245.0 sec: 24 segments, 1 merges 908.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1250.0 sec: 24 segments, 1 merges 913.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1255.0 sec: 24 segments, 1 merges 918.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1260.0 sec: 24 segments, 1 merges 923.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1265.0 sec: 24 segments, 1 merges 928.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1270.0 sec: 24 segments, 1 merges 933.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1275.0 sec: 24 segments, 1 merges 938.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1280.0 sec: 24 segments, 1 merges 943.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1285.0 sec: 24 segments, 1 merges 948.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1290.0 sec: 24 segments, 1 merges 953.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1295.0 sec: 24 segments, 1 merges 958.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1300.1 sec: 24 segments, 1 merges 963.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1305.1 sec: 24 segments, 1 merges 968.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1310.1 sec: 24 segments, 1 merges 973.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1315.1 sec: 24 segments, 1 merges 978.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1320.1 sec: 24 segments, 1 merges 983.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1325.1 sec: 24 segments, 1 merges 988.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1330.1 sec: 24 segments, 1 merges 993.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1335.1 sec: 24 segments, 1 merges 998.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1340.1 sec: 24 segments, 1 merges 1003.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1345.1 sec: 24 segments, 1 merges 1008.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1350.1 sec: 24 segments, 1 merges 1013.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1355.1 sec: 24 segments, 1 merges 1018.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1360.1 sec: 24 segments, 1 merges 1023.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1365.0 sec: 24 segments, 1 merges 1028.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1370.0 sec: 24 segments, 1 merges 1033.1s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1375.1 sec: 24 segments, 1 merges 1038.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1380.1 sec: 24 segments, 1 merges 1043.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1385.1 sec: 24 segments, 1 merges 1048.2s _1fl: 8 segs, 1185.6 K docs, 4737.6 MB 1390.1 sec: 17 segments, 0 merges done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 2935 seconds reindex takes 2935.05 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 _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 10.0 sec: 17 segments, 1 merges 10.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 15.0 sec: 17 segments, 1 merges 15.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 20.0 sec: 17 segments, 1 merges 20.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 25.0 sec: 17 segments, 1 merges 25.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 30.0 sec: 17 segments, 1 merges 30.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 35.0 sec: 17 segments, 1 merges 35.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 40.0 sec: 17 segments, 1 merges 40.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 45.0 sec: 17 segments, 1 merges 45.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 50.0 sec: 17 segments, 1 merges 50.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 55.0 sec: 17 segments, 1 merges 55.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 60.0 sec: 17 segments, 1 merges 60.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 65.1 sec: 17 segments, 1 merges 65.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 70.1 sec: 17 segments, 1 merges 70.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 75.1 sec: 17 segments, 1 merges 75.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 80.1 sec: 17 segments, 1 merges 80.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 85.1 sec: 17 segments, 1 merges 85.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 90.1 sec: 17 segments, 1 merges 90.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 95.1 sec: 17 segments, 1 merges 95.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 100.1 sec: 17 segments, 1 merges 100.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 105.1 sec: 17 segments, 1 merges 105.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 110.0 sec: 17 segments, 1 merges 110.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 115.0 sec: 17 segments, 1 merges 115.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 120.0 sec: 17 segments, 1 merges 120.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 125.0 sec: 17 segments, 1 merges 125.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 130.0 sec: 17 segments, 1 merges 130.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 135.0 sec: 17 segments, 1 merges 135.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 140.0 sec: 17 segments, 1 merges 140.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 145.0 sec: 17 segments, 1 merges 145.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 150.0 sec: 17 segments, 1 merges 150.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 155.0 sec: 17 segments, 1 merges 155.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 160.1 sec: 17 segments, 1 merges 160.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 165.1 sec: 17 segments, 1 merges 165.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 170.1 sec: 17 segments, 1 merges 170.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 175.1 sec: 17 segments, 1 merges 175.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 180.1 sec: 17 segments, 1 merges 180.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 185.1 sec: 17 segments, 1 merges 185.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 190.1 sec: 17 segments, 1 merges 190.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 195.1 sec: 17 segments, 1 merges 195.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 200.1 sec: 17 segments, 1 merges 200.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 205.0 sec: 17 segments, 1 merges 205.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 210.0 sec: 17 segments, 1 merges 210.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 215.0 sec: 17 segments, 1 merges 215.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 220.0 sec: 17 segments, 1 merges 220.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 225.0 sec: 17 segments, 1 merges 225.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 230.0 sec: 17 segments, 1 merges 230.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 235.0 sec: 17 segments, 1 merges 235.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 240.0 sec: 17 segments, 1 merges 240.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 245.0 sec: 17 segments, 1 merges 245.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 250.0 sec: 17 segments, 1 merges 250.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 255.1 sec: 17 segments, 1 merges 255.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 260.1 sec: 17 segments, 1 merges 260.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 265.1 sec: 17 segments, 1 merges 265.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 270.1 sec: 17 segments, 1 merges 270.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 275.1 sec: 17 segments, 1 merges 275.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 280.1 sec: 17 segments, 1 merges 280.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 285.1 sec: 17 segments, 1 merges 285.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 290.1 sec: 17 segments, 1 merges 290.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 295.1 sec: 17 segments, 1 merges 295.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 300.1 sec: 17 segments, 1 merges 300.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 305.0 sec: 17 segments, 1 merges 305.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 310.0 sec: 17 segments, 1 merges 310.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 315.0 sec: 17 segments, 1 merges 315.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 320.0 sec: 17 segments, 1 merges 320.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 325.0 sec: 17 segments, 1 merges 325.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 330.0 sec: 17 segments, 1 merges 330.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 335.0 sec: 17 segments, 1 merges 335.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 340.0 sec: 17 segments, 1 merges 340.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 345.0 sec: 17 segments, 1 merges 345.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 350.0 sec: 17 segments, 1 merges 350.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 355.1 sec: 17 segments, 1 merges 355.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 360.1 sec: 17 segments, 1 merges 360.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 365.1 sec: 17 segments, 1 merges 365.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 370.1 sec: 17 segments, 1 merges 370.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 375.1 sec: 17 segments, 1 merges 375.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 380.1 sec: 17 segments, 1 merges 380.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 385.1 sec: 17 segments, 1 merges 385.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 390.1 sec: 17 segments, 1 merges 390.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 395.1 sec: 17 segments, 1 merges 395.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 400.1 sec: 17 segments, 1 merges 400.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 405.0 sec: 17 segments, 1 merges 405.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 410.0 sec: 17 segments, 1 merges 410.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 415.0 sec: 17 segments, 1 merges 415.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 420.0 sec: 17 segments, 1 merges 420.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 425.0 sec: 17 segments, 1 merges 425.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 430.0 sec: 17 segments, 1 merges 430.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 435.0 sec: 17 segments, 1 merges 435.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 440.0 sec: 17 segments, 1 merges 440.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 445.1 sec: 17 segments, 1 merges 445.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 450.1 sec: 17 segments, 1 merges 450.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 455.1 sec: 17 segments, 1 merges 455.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 460.1 sec: 17 segments, 1 merges 460.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 465.1 sec: 17 segments, 1 merges 465.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 470.1 sec: 17 segments, 1 merges 470.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 475.1 sec: 17 segments, 1 merges 475.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 480.0 sec: 17 segments, 1 merges 480.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 485.0 sec: 17 segments, 1 merges 485.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 490.0 sec: 17 segments, 1 merges 490.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 495.0 sec: 17 segments, 1 merges 495.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 500.0 sec: 17 segments, 1 merges 500.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 505.0 sec: 17 segments, 1 merges 505.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 510.0 sec: 17 segments, 1 merges 510.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 515.0 sec: 17 segments, 1 merges 515.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 520.1 sec: 17 segments, 1 merges 520.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 525.1 sec: 17 segments, 1 merges 525.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 530.1 sec: 17 segments, 1 merges 530.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 535.1 sec: 17 segments, 1 merges 535.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 540.1 sec: 17 segments, 1 merges 540.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 545.1 sec: 17 segments, 1 merges 545.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 550.1 sec: 17 segments, 1 merges 550.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 555.1 sec: 17 segments, 1 merges 555.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 560.1 sec: 17 segments, 1 merges 560.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 565.1 sec: 17 segments, 1 merges 565.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 570.0 sec: 17 segments, 1 merges 570.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 575.0 sec: 17 segments, 1 merges 575.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 580.0 sec: 17 segments, 1 merges 580.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 585.0 sec: 17 segments, 1 merges 585.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 590.0 sec: 17 segments, 1 merges 590.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 595.0 sec: 17 segments, 1 merges 595.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 600.0 sec: 17 segments, 1 merges 600.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 605.0 sec: 17 segments, 1 merges 605.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 610.0 sec: 17 segments, 1 merges 610.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 615.0 sec: 17 segments, 1 merges 615.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 620.0 sec: 17 segments, 1 merges 620.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 625.1 sec: 17 segments, 1 merges 625.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 630.1 sec: 17 segments, 1 merges 630.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 635.1 sec: 17 segments, 1 merges 635.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 640.1 sec: 17 segments, 1 merges 640.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 645.1 sec: 17 segments, 1 merges 645.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 650.1 sec: 17 segments, 1 merges 650.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 655.1 sec: 17 segments, 1 merges 655.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 660.1 sec: 17 segments, 1 merges 660.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 665.1 sec: 17 segments, 1 merges 665.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 670.1 sec: 17 segments, 1 merges 670.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 675.1 sec: 17 segments, 1 merges 675.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 680.0 sec: 17 segments, 1 merges 680.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 685.0 sec: 17 segments, 1 merges 685.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 690.0 sec: 17 segments, 1 merges 690.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 695.0 sec: 17 segments, 1 merges 695.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 700.0 sec: 17 segments, 1 merges 700.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 705.0 sec: 17 segments, 1 merges 705.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 710.0 sec: 17 segments, 1 merges 710.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 715.0 sec: 17 segments, 1 merges 715.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 720.0 sec: 17 segments, 1 merges 720.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 725.0 sec: 17 segments, 1 merges 725.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 730.1 sec: 17 segments, 1 merges 730.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 735.1 sec: 17 segments, 1 merges 735.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 740.1 sec: 17 segments, 1 merges 740.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 745.1 sec: 17 segments, 1 merges 745.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 750.1 sec: 17 segments, 1 merges 750.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 755.1 sec: 17 segments, 1 merges 755.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 760.1 sec: 17 segments, 1 merges 760.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 765.1 sec: 17 segments, 1 merges 765.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 770.1 sec: 17 segments, 1 merges 770.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 775.1 sec: 17 segments, 1 merges 775.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 780.1 sec: 17 segments, 1 merges 780.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 785.1 sec: 17 segments, 1 merges 785.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 790.1 sec: 17 segments, 1 merges 790.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 795.0 sec: 17 segments, 1 merges 795.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 800.0 sec: 17 segments, 1 merges 800.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 805.0 sec: 17 segments, 1 merges 805.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 810.0 sec: 17 segments, 1 merges 810.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 815.0 sec: 17 segments, 1 merges 815.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 820.0 sec: 17 segments, 1 merges 820.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 825.0 sec: 17 segments, 1 merges 825.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 830.0 sec: 17 segments, 1 merges 830.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 835.0 sec: 17 segments, 1 merges 835.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 840.0 sec: 17 segments, 1 merges 840.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 845.0 sec: 17 segments, 1 merges 845.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 850.0 sec: 17 segments, 1 merges 850.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 855.0 sec: 17 segments, 1 merges 855.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 860.1 sec: 17 segments, 1 merges 860.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 865.1 sec: 17 segments, 1 merges 865.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 870.1 sec: 17 segments, 1 merges 870.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 875.1 sec: 17 segments, 1 merges 875.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 880.1 sec: 17 segments, 1 merges 880.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 885.1 sec: 17 segments, 1 merges 885.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 890.1 sec: 17 segments, 1 merges 890.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 895.1 sec: 17 segments, 1 merges 895.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 900.1 sec: 17 segments, 1 merges 900.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 905.1 sec: 17 segments, 1 merges 905.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 910.1 sec: 17 segments, 1 merges 910.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 915.1 sec: 17 segments, 1 merges 915.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 920.1 sec: 17 segments, 1 merges 920.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 925.0 sec: 17 segments, 1 merges 925.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 930.0 sec: 17 segments, 1 merges 930.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 935.0 sec: 17 segments, 1 merges 935.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 940.0 sec: 17 segments, 1 merges 940.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 945.0 sec: 17 segments, 1 merges 945.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 950.0 sec: 17 segments, 1 merges 950.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 955.0 sec: 17 segments, 1 merges 955.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 960.0 sec: 17 segments, 1 merges 960.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 965.0 sec: 17 segments, 1 merges 965.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 970.0 sec: 17 segments, 1 merges 970.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 975.0 sec: 17 segments, 1 merges 975.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 980.0 sec: 17 segments, 1 merges 980.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 985.0 sec: 17 segments, 1 merges 985.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 990.1 sec: 17 segments, 1 merges 990.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 995.1 sec: 17 segments, 1 merges 995.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1000.1 sec: 17 segments, 1 merges 1000.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1005.1 sec: 17 segments, 1 merges 1005.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1010.1 sec: 17 segments, 1 merges 1010.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1015.1 sec: 17 segments, 1 merges 1015.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1020.1 sec: 17 segments, 1 merges 1020.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1025.1 sec: 17 segments, 1 merges 1025.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1030.1 sec: 17 segments, 1 merges 1030.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1035.1 sec: 17 segments, 1 merges 1035.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1040.0 sec: 17 segments, 1 merges 1040.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1045.0 sec: 17 segments, 1 merges 1045.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1050.0 sec: 17 segments, 1 merges 1050.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1055.0 sec: 17 segments, 1 merges 1055.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1060.0 sec: 17 segments, 1 merges 1060.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1065.0 sec: 17 segments, 1 merges 1065.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1070.0 sec: 17 segments, 1 merges 1070.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1075.0 sec: 17 segments, 1 merges 1075.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1080.0 sec: 17 segments, 1 merges 1080.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1085.0 sec: 17 segments, 1 merges 1085.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1090.0 sec: 17 segments, 1 merges 1090.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1095.0 sec: 17 segments, 1 merges 1095.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1100.0 sec: 17 segments, 1 merges 1100.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1105.0 sec: 17 segments, 1 merges 1105.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1110.1 sec: 17 segments, 1 merges 1110.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1115.1 sec: 17 segments, 1 merges 1115.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1120.1 sec: 17 segments, 1 merges 1120.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1125.1 sec: 17 segments, 1 merges 1125.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1130.1 sec: 17 segments, 1 merges 1130.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1135.1 sec: 17 segments, 1 merges 1135.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1140.1 sec: 17 segments, 1 merges 1140.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1145.1 sec: 17 segments, 1 merges 1145.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1150.1 sec: 17 segments, 1 merges 1150.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1155.1 sec: 17 segments, 1 merges 1155.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1160.1 sec: 17 segments, 1 merges 1160.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1165.1 sec: 17 segments, 1 merges 1165.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1170.1 sec: 17 segments, 1 merges 1170.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1175.0 sec: 17 segments, 1 merges 1175.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1180.0 sec: 17 segments, 1 merges 1180.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1185.0 sec: 17 segments, 1 merges 1185.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1190.0 sec: 17 segments, 1 merges 1190.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1195.0 sec: 17 segments, 1 merges 1195.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1200.0 sec: 17 segments, 1 merges 1200.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1205.0 sec: 17 segments, 1 merges 1205.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1210.0 sec: 17 segments, 1 merges 1210.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1215.0 sec: 17 segments, 1 merges 1215.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1220.0 sec: 17 segments, 1 merges 1220.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1225.0 sec: 17 segments, 1 merges 1225.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1230.0 sec: 17 segments, 1 merges 1230.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1235.0 sec: 17 segments, 1 merges 1235.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1240.1 sec: 17 segments, 1 merges 1240.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1245.1 sec: 17 segments, 1 merges 1245.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1250.1 sec: 17 segments, 1 merges 1250.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1255.1 sec: 17 segments, 1 merges 1255.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1260.1 sec: 17 segments, 1 merges 1260.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1265.1 sec: 17 segments, 1 merges 1265.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1270.1 sec: 17 segments, 1 merges 1270.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1275.1 sec: 17 segments, 1 merges 1275.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1280.1 sec: 17 segments, 1 merges 1280.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1285.1 sec: 17 segments, 1 merges 1285.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1290.1 sec: 17 segments, 1 merges 1290.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1295.1 sec: 17 segments, 1 merges 1295.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1300.1 sec: 17 segments, 1 merges 1300.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1305.0 sec: 17 segments, 1 merges 1305.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1310.0 sec: 17 segments, 1 merges 1310.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1315.0 sec: 17 segments, 1 merges 1315.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1320.0 sec: 17 segments, 1 merges 1320.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1325.0 sec: 17 segments, 1 merges 1325.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1330.0 sec: 17 segments, 1 merges 1330.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1335.0 sec: 17 segments, 1 merges 1335.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1340.0 sec: 17 segments, 1 merges 1340.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1345.0 sec: 17 segments, 1 merges 1345.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1350.0 sec: 17 segments, 1 merges 1350.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1355.0 sec: 17 segments, 1 merges 1355.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1360.0 sec: 17 segments, 1 merges 1360.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1365.0 sec: 17 segments, 1 merges 1365.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1370.0 sec: 17 segments, 1 merges 1370.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1375.1 sec: 17 segments, 1 merges 1375.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1380.1 sec: 17 segments, 1 merges 1380.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1385.1 sec: 17 segments, 1 merges 1385.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1390.1 sec: 17 segments, 1 merges 1390.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1395.1 sec: 17 segments, 1 merges 1395.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1400.1 sec: 17 segments, 1 merges 1400.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1405.1 sec: 17 segments, 1 merges 1405.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1410.1 sec: 17 segments, 1 merges 1410.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1415.1 sec: 17 segments, 1 merges 1415.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1420.1 sec: 17 segments, 1 merges 1420.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1425.1 sec: 17 segments, 1 merges 1425.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1430.1 sec: 17 segments, 1 merges 1430.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1435.1 sec: 17 segments, 1 merges 1435.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1440.0 sec: 17 segments, 1 merges 1440.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1445.0 sec: 17 segments, 1 merges 1445.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1450.0 sec: 17 segments, 1 merges 1450.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1455.0 sec: 17 segments, 1 merges 1455.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1460.0 sec: 17 segments, 1 merges 1460.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1465.0 sec: 17 segments, 1 merges 1465.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1470.0 sec: 17 segments, 1 merges 1470.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1475.0 sec: 17 segments, 1 merges 1475.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1480.0 sec: 17 segments, 1 merges 1480.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1485.0 sec: 17 segments, 1 merges 1485.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1490.0 sec: 17 segments, 1 merges 1490.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1495.0 sec: 17 segments, 1 merges 1495.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1500.0 sec: 17 segments, 1 merges 1500.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1505.0 sec: 17 segments, 1 merges 1505.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1510.0 sec: 17 segments, 1 merges 1510.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1515.1 sec: 17 segments, 1 merges 1515.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1520.1 sec: 17 segments, 1 merges 1520.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1525.1 sec: 17 segments, 1 merges 1525.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1530.1 sec: 17 segments, 1 merges 1530.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1535.1 sec: 17 segments, 1 merges 1535.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1540.1 sec: 17 segments, 1 merges 1540.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1545.1 sec: 17 segments, 1 merges 1545.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1550.1 sec: 17 segments, 1 merges 1550.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1555.1 sec: 17 segments, 1 merges 1555.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1560.1 sec: 17 segments, 1 merges 1560.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1565.1 sec: 17 segments, 1 merges 1565.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1570.1 sec: 17 segments, 1 merges 1570.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1575.1 sec: 17 segments, 1 merges 1575.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1580.1 sec: 17 segments, 1 merges 1580.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1585.0 sec: 17 segments, 1 merges 1585.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1590.0 sec: 17 segments, 1 merges 1590.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1595.0 sec: 17 segments, 1 merges 1595.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1600.0 sec: 17 segments, 1 merges 1600.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1605.0 sec: 17 segments, 1 merges 1605.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1610.0 sec: 17 segments, 1 merges 1610.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1615.0 sec: 17 segments, 1 merges 1615.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1620.0 sec: 17 segments, 1 merges 1620.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1625.0 sec: 17 segments, 1 merges 1625.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1630.0 sec: 17 segments, 1 merges 1630.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1635.0 sec: 17 segments, 1 merges 1635.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1640.0 sec: 17 segments, 1 merges 1640.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1645.0 sec: 17 segments, 1 merges 1645.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1650.0 sec: 17 segments, 1 merges 1650.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1655.1 sec: 17 segments, 1 merges 1655.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1660.1 sec: 17 segments, 1 merges 1660.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1665.1 sec: 17 segments, 1 merges 1665.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1670.1 sec: 17 segments, 1 merges 1670.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1675.1 sec: 17 segments, 1 merges 1675.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1680.1 sec: 17 segments, 1 merges 1680.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1685.1 sec: 17 segments, 1 merges 1685.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1690.1 sec: 17 segments, 1 merges 1690.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1695.1 sec: 17 segments, 1 merges 1695.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1700.1 sec: 17 segments, 1 merges 1700.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1705.1 sec: 17 segments, 1 merges 1705.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1710.1 sec: 17 segments, 1 merges 1710.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1715.1 sec: 17 segments, 1 merges 1715.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1720.1 sec: 17 segments, 1 merges 1720.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1725.0 sec: 17 segments, 1 merges 1725.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1730.0 sec: 17 segments, 1 merges 1730.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1735.0 sec: 17 segments, 1 merges 1735.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1740.0 sec: 17 segments, 1 merges 1740.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1745.0 sec: 17 segments, 1 merges 1745.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1750.0 sec: 17 segments, 1 merges 1750.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1755.0 sec: 17 segments, 1 merges 1755.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1760.0 sec: 17 segments, 1 merges 1760.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1765.0 sec: 17 segments, 1 merges 1765.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1770.0 sec: 17 segments, 1 merges 1770.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1775.0 sec: 17 segments, 1 merges 1775.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1780.0 sec: 17 segments, 1 merges 1780.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1785.0 sec: 17 segments, 1 merges 1785.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1790.0 sec: 17 segments, 1 merges 1790.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1795.1 sec: 17 segments, 1 merges 1795.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1800.1 sec: 17 segments, 1 merges 1800.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1805.1 sec: 17 segments, 1 merges 1805.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1810.1 sec: 17 segments, 1 merges 1810.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1815.1 sec: 17 segments, 1 merges 1815.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1820.1 sec: 17 segments, 1 merges 1820.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1825.1 sec: 17 segments, 1 merges 1825.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1830.1 sec: 17 segments, 1 merges 1830.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1835.1 sec: 17 segments, 1 merges 1835.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1840.1 sec: 17 segments, 1 merges 1840.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1845.1 sec: 17 segments, 1 merges 1845.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1850.1 sec: 17 segments, 1 merges 1850.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1855.1 sec: 17 segments, 1 merges 1855.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1860.0 sec: 17 segments, 1 merges 1860.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1865.0 sec: 17 segments, 1 merges 1865.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1870.0 sec: 17 segments, 1 merges 1870.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1875.0 sec: 17 segments, 1 merges 1875.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1880.0 sec: 17 segments, 1 merges 1880.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1885.0 sec: 17 segments, 1 merges 1885.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1890.0 sec: 17 segments, 1 merges 1890.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1895.0 sec: 17 segments, 1 merges 1895.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1900.0 sec: 17 segments, 1 merges 1900.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1905.0 sec: 17 segments, 1 merges 1905.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1910.0 sec: 17 segments, 1 merges 1910.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1915.0 sec: 17 segments, 1 merges 1915.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1920.1 sec: 17 segments, 1 merges 1920.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1925.1 sec: 17 segments, 1 merges 1925.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1930.1 sec: 17 segments, 1 merges 1930.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1935.1 sec: 17 segments, 1 merges 1935.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1940.1 sec: 17 segments, 1 merges 1940.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1945.1 sec: 17 segments, 1 merges 1945.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1950.1 sec: 17 segments, 1 merges 1950.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1955.1 sec: 17 segments, 1 merges 1955.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1960.1 sec: 17 segments, 1 merges 1960.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1965.1 sec: 17 segments, 1 merges 1965.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1970.1 sec: 17 segments, 1 merges 1970.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1975.1 sec: 17 segments, 1 merges 1975.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1980.1 sec: 17 segments, 1 merges 1980.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1985.1 sec: 17 segments, 1 merges 1985.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1990.0 sec: 17 segments, 1 merges 1990.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 1995.0 sec: 17 segments, 1 merges 1995.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2000.0 sec: 17 segments, 1 merges 2000.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2005.0 sec: 17 segments, 1 merges 2005.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2010.0 sec: 17 segments, 1 merges 2010.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2015.0 sec: 17 segments, 1 merges 2015.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2020.0 sec: 17 segments, 1 merges 2020.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2025.0 sec: 17 segments, 1 merges 2025.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2030.0 sec: 17 segments, 1 merges 2030.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2035.0 sec: 17 segments, 1 merges 2035.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2040.0 sec: 17 segments, 1 merges 2040.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2045.0 sec: 17 segments, 1 merges 2045.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2050.0 sec: 17 segments, 1 merges 2050.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2055.0 sec: 17 segments, 1 merges 2055.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2060.1 sec: 17 segments, 1 merges 2060.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2065.1 sec: 17 segments, 1 merges 2065.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2070.1 sec: 17 segments, 1 merges 2070.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2075.1 sec: 17 segments, 1 merges 2075.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2080.1 sec: 17 segments, 1 merges 2080.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2085.1 sec: 17 segments, 1 merges 2085.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2090.1 sec: 17 segments, 1 merges 2090.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2095.1 sec: 17 segments, 1 merges 2095.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2100.1 sec: 17 segments, 1 merges 2100.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2105.1 sec: 17 segments, 1 merges 2105.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2110.1 sec: 17 segments, 1 merges 2110.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2115.1 sec: 17 segments, 1 merges 2115.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2120.1 sec: 17 segments, 1 merges 2120.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2125.1 sec: 17 segments, 1 merges 2125.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2130.0 sec: 17 segments, 1 merges 2130.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2135.0 sec: 17 segments, 1 merges 2135.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2140.0 sec: 17 segments, 1 merges 2140.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2145.0 sec: 17 segments, 1 merges 2145.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2150.0 sec: 17 segments, 1 merges 2150.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2155.0 sec: 17 segments, 1 merges 2155.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2160.0 sec: 17 segments, 1 merges 2160.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2165.0 sec: 17 segments, 1 merges 2165.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2170.0 sec: 17 segments, 1 merges 2170.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2175.0 sec: 17 segments, 1 merges 2175.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2180.0 sec: 17 segments, 1 merges 2180.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2185.0 sec: 17 segments, 1 merges 2185.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2190.0 sec: 17 segments, 1 merges 2190.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2195.0 sec: 17 segments, 1 merges 2195.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2200.1 sec: 17 segments, 1 merges 2200.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2205.1 sec: 17 segments, 1 merges 2205.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2210.1 sec: 17 segments, 1 merges 2210.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2215.1 sec: 17 segments, 1 merges 2215.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2220.1 sec: 17 segments, 1 merges 2220.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2225.1 sec: 17 segments, 1 merges 2225.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2230.1 sec: 17 segments, 1 merges 2230.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2235.1 sec: 17 segments, 1 merges 2235.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2240.1 sec: 17 segments, 1 merges 2240.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2245.1 sec: 17 segments, 1 merges 2245.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2250.1 sec: 17 segments, 1 merges 2250.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2255.1 sec: 17 segments, 1 merges 2255.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2260.1 sec: 17 segments, 1 merges 2260.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2265.1 sec: 17 segments, 1 merges 2265.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2270.0 sec: 17 segments, 1 merges 2270.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2275.0 sec: 17 segments, 1 merges 2275.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2280.0 sec: 17 segments, 1 merges 2280.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2285.0 sec: 17 segments, 1 merges 2285.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2290.0 sec: 17 segments, 1 merges 2290.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2295.0 sec: 17 segments, 1 merges 2295.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2300.0 sec: 17 segments, 1 merges 2300.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2305.0 sec: 17 segments, 1 merges 2305.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2310.0 sec: 17 segments, 1 merges 2310.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2315.0 sec: 17 segments, 1 merges 2315.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2320.0 sec: 17 segments, 1 merges 2320.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2325.0 sec: 17 segments, 1 merges 2325.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2330.0 sec: 17 segments, 1 merges 2330.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2335.1 sec: 17 segments, 1 merges 2335.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2340.1 sec: 17 segments, 1 merges 2340.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2345.1 sec: 17 segments, 1 merges 2345.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2350.1 sec: 17 segments, 1 merges 2350.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2355.1 sec: 17 segments, 1 merges 2355.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2360.1 sec: 17 segments, 1 merges 2360.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2365.1 sec: 17 segments, 1 merges 2365.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2370.1 sec: 17 segments, 1 merges 2370.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2375.1 sec: 17 segments, 1 merges 2375.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2380.1 sec: 17 segments, 1 merges 2380.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2385.1 sec: 17 segments, 1 merges 2385.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2390.1 sec: 17 segments, 1 merges 2390.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2395.1 sec: 17 segments, 1 merges 2395.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2400.0 sec: 17 segments, 1 merges 2400.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2405.0 sec: 17 segments, 1 merges 2405.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2410.0 sec: 17 segments, 1 merges 2410.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2415.0 sec: 17 segments, 1 merges 2415.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2420.0 sec: 17 segments, 1 merges 2420.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2425.0 sec: 17 segments, 1 merges 2425.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2430.0 sec: 17 segments, 1 merges 2430.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2435.0 sec: 17 segments, 1 merges 2435.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2440.0 sec: 17 segments, 1 merges 2440.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2445.0 sec: 17 segments, 1 merges 2445.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2450.0 sec: 17 segments, 1 merges 2450.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2455.0 sec: 17 segments, 1 merges 2455.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2460.0 sec: 17 segments, 1 merges 2460.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2465.1 sec: 17 segments, 1 merges 2465.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2470.1 sec: 17 segments, 1 merges 2470.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2475.1 sec: 17 segments, 1 merges 2475.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2480.1 sec: 17 segments, 1 merges 2480.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2485.1 sec: 17 segments, 1 merges 2485.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2490.1 sec: 17 segments, 1 merges 2490.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2495.1 sec: 17 segments, 1 merges 2495.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2500.1 sec: 17 segments, 1 merges 2500.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2505.1 sec: 17 segments, 1 merges 2505.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2510.1 sec: 17 segments, 1 merges 2510.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2515.1 sec: 17 segments, 1 merges 2515.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2520.1 sec: 17 segments, 1 merges 2520.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2525.1 sec: 17 segments, 1 merges 2525.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2530.0 sec: 17 segments, 1 merges 2530.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2535.0 sec: 17 segments, 1 merges 2535.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2540.0 sec: 17 segments, 1 merges 2540.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2545.0 sec: 17 segments, 1 merges 2545.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2550.0 sec: 17 segments, 1 merges 2550.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2555.1 sec: 17 segments, 1 merges 2555.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2560.1 sec: 17 segments, 1 merges 2560.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2565.1 sec: 17 segments, 1 merges 2565.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2570.1 sec: 17 segments, 1 merges 2570.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2575.1 sec: 17 segments, 1 merges 2575.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2580.1 sec: 17 segments, 1 merges 2580.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2585.1 sec: 17 segments, 1 merges 2585.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2590.1 sec: 17 segments, 1 merges 2590.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2595.1 sec: 17 segments, 1 merges 2595.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2600.1 sec: 17 segments, 1 merges 2600.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2605.0 sec: 17 segments, 1 merges 2605.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2610.0 sec: 17 segments, 1 merges 2610.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2615.0 sec: 17 segments, 1 merges 2615.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2620.0 sec: 17 segments, 1 merges 2620.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2625.0 sec: 17 segments, 1 merges 2625.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2630.0 sec: 17 segments, 1 merges 2630.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2635.0 sec: 17 segments, 1 merges 2635.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2640.0 sec: 17 segments, 1 merges 2640.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2645.0 sec: 17 segments, 1 merges 2645.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2650.0 sec: 17 segments, 1 merges 2650.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2655.0 sec: 17 segments, 1 merges 2655.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2660.0 sec: 17 segments, 1 merges 2660.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2665.0 sec: 17 segments, 1 merges 2665.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2670.1 sec: 17 segments, 1 merges 2670.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2675.1 sec: 17 segments, 1 merges 2675.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2680.1 sec: 17 segments, 1 merges 2680.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2685.1 sec: 17 segments, 1 merges 2685.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2690.1 sec: 17 segments, 1 merges 2690.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2695.1 sec: 17 segments, 1 merges 2695.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2700.1 sec: 17 segments, 1 merges 2700.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2705.1 sec: 17 segments, 1 merges 2705.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2710.1 sec: 17 segments, 1 merges 2710.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2715.1 sec: 17 segments, 1 merges 2715.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2720.1 sec: 17 segments, 1 merges 2720.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2725.1 sec: 17 segments, 1 merges 2725.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2730.1 sec: 17 segments, 1 merges 2730.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2735.0 sec: 17 segments, 1 merges 2735.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2740.0 sec: 17 segments, 1 merges 2740.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2745.0 sec: 17 segments, 1 merges 2745.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2750.0 sec: 17 segments, 1 merges 2750.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2755.0 sec: 17 segments, 1 merges 2755.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2760.0 sec: 17 segments, 1 merges 2760.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2765.0 sec: 17 segments, 1 merges 2765.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2770.0 sec: 17 segments, 1 merges 2770.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2775.0 sec: 17 segments, 1 merges 2775.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2780.0 sec: 17 segments, 1 merges 2780.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2785.0 sec: 17 segments, 1 merges 2785.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2790.0 sec: 17 segments, 1 merges 2790.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2795.0 sec: 17 segments, 1 merges 2795.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2800.1 sec: 17 segments, 1 merges 2800.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2805.1 sec: 17 segments, 1 merges 2805.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2810.1 sec: 17 segments, 1 merges 2810.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2815.1 sec: 17 segments, 1 merges 2815.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2820.1 sec: 17 segments, 1 merges 2820.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2825.1 sec: 17 segments, 1 merges 2825.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2830.1 sec: 17 segments, 1 merges 2830.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2835.1 sec: 17 segments, 1 merges 2835.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2840.1 sec: 17 segments, 1 merges 2840.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2845.1 sec: 17 segments, 1 merges 2845.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2850.1 sec: 17 segments, 1 merges 2850.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2855.1 sec: 17 segments, 1 merges 2855.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2860.0 sec: 17 segments, 1 merges 2860.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2865.0 sec: 17 segments, 1 merges 2865.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2870.0 sec: 17 segments, 1 merges 2870.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2875.0 sec: 17 segments, 1 merges 2875.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2880.0 sec: 17 segments, 1 merges 2880.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2885.0 sec: 17 segments, 1 merges 2885.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2890.1 sec: 17 segments, 1 merges 2890.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2895.1 sec: 17 segments, 1 merges 2895.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2900.1 sec: 17 segments, 1 merges 2900.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2905.1 sec: 17 segments, 1 merges 2905.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2910.1 sec: 17 segments, 1 merges 2910.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2915.1 sec: 17 segments, 1 merges 2915.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2920.1 sec: 17 segments, 1 merges 2920.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2925.1 sec: 17 segments, 1 merges 2925.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2930.1 sec: 17 segments, 1 merges 2930.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2935.1 sec: 17 segments, 1 merges 2935.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2940.1 sec: 17 segments, 1 merges 2940.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2945.1 sec: 17 segments, 1 merges 2945.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2950.0 sec: 17 segments, 1 merges 2950.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2955.0 sec: 17 segments, 1 merges 2955.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2960.0 sec: 17 segments, 1 merges 2960.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2965.0 sec: 17 segments, 1 merges 2965.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2970.0 sec: 17 segments, 1 merges 2970.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2975.0 sec: 17 segments, 1 merges 2975.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2980.0 sec: 17 segments, 1 merges 2980.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2985.0 sec: 17 segments, 1 merges 2985.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2990.0 sec: 17 segments, 1 merges 2990.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 2995.0 sec: 17 segments, 1 merges 2995.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 3000.0 sec: 17 segments, 1 merges 3000.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 3005.0 sec: 17 segments, 1 merges 3005.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 3010.1 sec: 17 segments, 1 merges 3010.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 3015.1 sec: 17 segments, 1 merges 3015.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 3020.1 sec: 17 segments, 1 merges 3020.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 3025.1 sec: 17 segments, 1 merges 3025.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 3030.1 sec: 17 segments, 1 merges 3030.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 3035.1 sec: 17 segments, 1 merges 3035.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 3040.1 sec: 17 segments, 1 merges 3040.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 3045.1 sec: 17 segments, 1 merges 3045.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 3050.1 sec: 17 segments, 1 merges 3050.1s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 3055.0 sec: 17 segments, 1 merges 3055.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 3060.0 sec: 17 segments, 1 merges 3060.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 3065.0 sec: 17 segments, 1 merges 3065.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 3070.0 sec: 17 segments, 1 merges 3070.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 3075.0 sec: 17 segments, 1 merges 3075.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 3080.0 sec: 17 segments, 1 merges 3080.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 3085.0 sec: 17 segments, 1 merges 3085.0s _1fm: 17 segs, 8000.0 K docs, 32010.9 MB 3090.1 sec: 1 segments, 0 merges done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 3092.91 sec index has 1 segments: segments_3: _1fm(11.0.0):C8000000 _1fm: 32156.0 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=4.0 index disk usage is 32156.01 MB vector disk usage is 31250.00 MB vector RAM usage is 31250.00 MB exact nn key = cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100 read pre-cached exact match vectors from cache file "knn-reuse/exact-nn/cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100.bin" read pre-cached exact match scores from cache file "knn-reuse/exact-nn/cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100.scores" EXACT_NN_SCORES_PATH: /l/util.nightly/knn-reuse/exact-nn/cohere-v3-wikipedia-en-scattered-1024d.docs.vec-dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-8000000-qcohere-v3-wikipedia-en-scattered-1024d.queries.vec-1000-dot_product-knn-100.scores EXACT_NN_METRIC: dot_product path=/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec dim=1024 vectorEncoding.byteSize=4 1778739 query vectors in queryPath "/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec" searching 1000 query vectors; topK=100, fanout=100 done warmup thread 3 name=main cpu@start=48624258740 cpu@end=51771933638 deltaMS=3147.674898 thread 14 name=Reference Handler cpu@start=1694780 cpu@end=1694780 deltaMS=0.0 thread 15 name=Finalizer cpu@start=157179 cpu@end=157179 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=64962 cpu@end=64962 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=34472114 cpu@end=34472114 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=54786724859 cpu@end=54787605947 deltaMS=0.881088 thread 42 name=JFR Periodic Tasks cpu@start=500878853071 cpu@end=501030295636 deltaMS=151.442565 thread 45 name=Notification Thread cpu@start=115036 cpu@end=115036 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=7319602498224 cpu@end=7319602498224 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=7317723692568 cpu@end=7317723692568 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=7314798201306 cpu@end=7314798201306 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=7313009484554 cpu@end=7313009484554 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=7317512371083 cpu@end=7317512371083 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=7316246804548 cpu@end=7316246804548 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=7322175245141 cpu@end=7322175245141 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=7315821340147 cpu@end=7315821340147 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=7322140279185 cpu@end=7322140279185 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=7321624758700 cpu@end=7321624758700 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=7322724173917 cpu@end=7322724173917 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=7315950558216 cpu@end=7315950558216 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=7314717104656 cpu@end=7314717104656 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=7316111269652 cpu@end=7316111269652 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=7320226941177 cpu@end=7320226941177 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=7320957196939 cpu@end=7320957196939 deltaMS=0.0 Average CPU cores used: 1.0459989071246474 completed 1000 searches in 3154 ms: 317 QPS CPU time=3299 ms checking results SUMMARY: 0.944 3.154 3.299 1.046 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 5678 2935.05 2725.68 3092.91 1 32156.01 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=229, Fanout min=6, mean=15.68, max=30, meandelta=401626.16 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 13 14 15 16 18 20 22 30 Graph level=2 size=7621, Fanout min=8, mean=27.35, max=32, meandelta=267352.06 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 25 28 31 32 32 32 32 32 Graph level=1 size=247076, Fanout min=1, mean=28.31, max=32, meandelta=258361.34 % 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=194617.33 % 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=229, connectedness=1.00 Graph level=2 size=7621, connectedness=1.00 Graph level=1 size=247076, 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.18.10.03.33/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': 209,511,931.74 msec task-clock:u 803,708,196,049,604 cycles:u (36.36%) 82,977,526,693,305 instructions:u (36.36%) 13,324,772,675,804 cache-references:u (36.36%) 3,626,530,729,963 cache-misses:u (36.36%) 51,543,637,172,900 L1-dcache-loads:u (36.36%) 3,536,399,387,877 L1-dcache-load-misses:u (36.36%) 3,995,921,409,005 L1-icache-loads:u (36.36%) 41,821,944,417 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 36,522,790 faults:u 15,163,571 minor-faults:u 144 major-faults:u 10,654,736,386,676 branches:u (36.36%) 113,550,725,532 branch-misses:u (36.36%) 10,847,865,597,638 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 7500.488243465 seconds time elapsed 208257.545513000 seconds user 1208.717019000 seconds sys took 2:05:00.516434 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='ff110e83c79fc1519b68b5e1735c32456112c99a', luceneutil_git_rev='63c1b2b252f377e272313c1ac0f182be79ad78b6', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=True, recall=0.944, cpu_time_ms=3.154, net_cpu_ms=3.299, 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=5678, index_time_sec=2935.05, index_docs_per_sec=2725.68, force_merge_time_sec=3092.91, index_num_segments=1, index_size_on_disk_mb=32156.01, selectivity=None, pre_post_filter='null', vec_disk_mb=31250.0, vec_ram_mb=31250.0, graph_level_conn_p_values={3: (229, {0: 0, 10: 10, 20: 11, 30: 13, 40: 14, 50: 15, 60: 16, 70: 18, 80: 20, 90: 22, 100: 30}), 2: (7621, {0: 0, 10: 18, 20: 22, 30: 25, 40: 28, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247076, {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=7500, microseconds=516434)) Profiler summary for /l/logs.nightly/2026.05.18.10.03.33/bench-knn-q32-fmTrue.jfr Version: 2.1 Chunks: 165 Start: 2026-05-18 21:22:16 (UTC) Duration: 5111 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 105204745 1862008156 jdk.FileWrite 8317925 195288594 jdk.FileRead 1300196 30532308 jdk.CPULoad 95604 1970225 jdk.BooleanFlag 81840 2627697 jdk.ObjectAllocationInNewTLAB 32388 649802 jdk.Checkpoint 13910 25024510 jdk.UnsignedIntFlag 7920 272406 jdk.IntFlag 7260 268323 jdk.StringFlag 5610 220413 jdk.ObjectAllocationOutsideTLAB 1155 21591 jdk.Compilation 1070 29250 jdk.CPUInformation 165 247902 jdk.GCConfiguration 165 4362 jdk.JVMInformation 165 149727 jdk.Metadata 165 18237027 jdk.GarbageCollection 27 668 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.18.10.03.33/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q32-fmTrue.jfr is 2038.54 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 105204745 events (total: 105M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 44.55% 46M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 42.40% 44M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 4.83% 5M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 1.53% 1M org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 1.43% 1M java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 1.31% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.69% 723336 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.63% 660666 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.46% 479405 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.40% 425482 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.22% 234985 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.20% 210163 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.17% 183886 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.15% 157240 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.11% 118929 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 0.08% 84907 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.07% 75568 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.07% 70376 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():49 [JIT compiled code] 0.05% 52767 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.04% 38845 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.04% 37578 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.03% 33393 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] 0.03% 29576 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.02% 24935 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.02% 20773 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.02% 20480 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.02% 17429 sun.nio.ch.NativeThread#current0() [Native code] 0.02% 17099 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.02% 16680 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.01% 15570 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.01% 15347 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.01% 14540 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [Inlined code] 0.01% 14335 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():512 [JIT compiled code] 0.01% 14168 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.01% 14148 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [JIT compiled code] 0.01% 13850 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.01% 13485 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.01% 12440 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.01% 12351 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():347 [JIT compiled code] 0.01% 11300 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.01% 10868 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.01% 10852 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.01% 10598 org.apache.lucene.store.MemorySegmentIndexInput#seek():324 [Inlined code] 0.01% 10105 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.01% 9886 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.01% 9386 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.01% 8707 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.01% 7847 java.util.Objects#checkIndex():365 [Inlined code] 0.01% 7630 org.apache.lucene.internal.hppc.IntIntHashMap#containsKey():297 [Inlined code] 0.01% 7480 org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [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.18.10.03.33/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q32-fmTrue.jfr is 2038.54 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 105204745 events (total: 105M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 41.72% 43M 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] 41.56% 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] 4.83% 5M 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.99% 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.43% 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.28% 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] 0.81% 853492 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.69% 723326 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.68% 711365 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.63% 658885 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.44% 461741 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.40% 416479 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#isWorstNonDiverse():318 [JIT compiled code] 0.23% 240650 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.22% 234985 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.22% 228323 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.20% 209907 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.18% 190910 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.17% 183797 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.11% 116683 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#copyMemoryInternal():143 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#copyMemory():130 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():653 [Inlined code] 0.09% 90770 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.08% 82992 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% 52767 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.05% 48053 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.04% 46964 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():49 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.03% 34838 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% 31617 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.03% 31611 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% 31206 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% 29227 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.03% 28165 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% 24416 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] at org.apache.lucene.codecs.CodecUtil#checksumEntireFile():619 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsReader#checkIntegrity():194 [Inlined code] 0.02% 22857 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [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.02% 21756 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 [JIT compiled code] 0.02% 21567 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.02% 19315 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():49 [JIT compiled 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.01% 15347 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% 14810 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% 14807 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.01% 14335 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.01% 14310 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():369 [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.01% 14264 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% 14148 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] 0.01% 13850 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% 13485 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.01% 12883 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% 12713 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.01% 12662 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.0x00000000641730b8#accept() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#alertOnHeapMemoryUsageChange():118 [Inlined code] 0.01% 12577 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% 12211 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% 11749 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 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.18.10.03.33/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q32-fmTrue.jfr is 2038.54 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 105204745 events (total: 105M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 38.21% 40M 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.0x000000006419d268#call() [Inlined code] 24.76% 26M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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 [Inlined code] 13.60% 14M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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] 3.07% 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 2.47% 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.0x000000006419d268#call() [Inlined code] 1.45% 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.0x000000006419d268#call() [Inlined code] 1.37% 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] 1.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 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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 [Inlined code] 1.09% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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.81% 854300 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006419d268#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.0x000000006419d7c0#run() [JIT compiled code] 0.80% 839899 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.75% 786258 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.68% 714246 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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.47% 495804 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 [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.0x000000006419d268#call() [Inlined code] 0.45% 470913 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006419d268#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.43% 454704 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():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.41% 429808 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.41% 429226 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006419d268#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.39% 409968 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#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.38% 395426 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 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.33% 349748 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():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.32% 339451 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():790 [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% 334723 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.0x000000006419d268#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.0x000000006419d7c0#run() [JIT compiled code] 0.31% 324557 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.27% 283729 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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 [Inlined code] 0.22% 228475 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 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] 0.21% 222499 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006419d268#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.0x000000006419d7c0#run() [JIT compiled code] 0.21% 220832 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.0x000000006419d268#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.19% 202019 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.0x000000006419d268#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.18% 185583 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.0x000000006419d268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.18% 184613 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.0x000000006407aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.14% 152127 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] 0.14% 147775 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006419d268#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.0x000000006419d7c0#run() [JIT compiled code] 0.13% 140995 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.0x000000006419d268#call() [Inlined code] 0.11% 113111 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():790 [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.11% 112005 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():790 [Inlined code] 0.10% 106188 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.0x000000006419d268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.10% 105411 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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.10% 102756 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.0x000000006419d268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.09% 95856 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.0x000000006419d268#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.0x000000006419d7c0#run() [JIT compiled code] 0.09% 90476 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():164 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():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.07% 76932 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.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% 72885 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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] 0.06% 67342 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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 [Inlined code] 0.06% 62874 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.0x000000006419d268#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.0x000000006419d7c0#run() [JIT compiled code] 0.06% 62453 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] 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 [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.06% 62319 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.06% 62238 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.0x000000006419d268#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.06% 62237 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.0x000000006419d268#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] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#build():101 [JIT compiled code] 0.06% 61396 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 [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 [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 [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.18.10.03.33/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q32-fmTrue.jfr is 2038.54 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 33533 events (total: 230662M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 27.52% 63471M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 27.50% 63425M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 27.43% 63266M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 3.62% 8338M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.44% 5636M java.lang.Integer#valueOf():1006 [Inlined code] 2.39% 5508M java.util.Arrays#copyOf():3478 [Inlined code] 2.20% 5065M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 0.78% 1794M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.75% 1725M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.72% 1658M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.62% 1429M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.53% 1222M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] 0.42% 958M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.35% 808M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.34% 789M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.22% 516M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.20% 456M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.16% 359M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.15% 351M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.12% 273M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.11% 245M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.08% 194M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.08% 180M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.08% 179M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.07% 169M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.07% 156M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.07% 155M java.util.HashMap#newNode():1910 [Inlined code] 0.07% 153M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.06% 145M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] 0.06% 128M java.util.ArrayList#grow():240 [Inlined code] 0.05% 125M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.05% 122M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.05% 111M knn.KnnIndexer#waitForMergesWithStatus():297 [Interpreted code] 0.05% 106M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.04% 92M knn.KnnIndexer#createIndex():264 [Interpreted code] 0.04% 90M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.04% 87M java.util.logging.LogManager#reset():1298 [Interpreted code] 0.04% 87M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.04% 83M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [Interpreted code] 0.04% 81M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.04% 80M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():743 [Interpreted code] 0.03% 77M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Interpreted code] 0.03% 73M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.03% 60M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.03% 60M java.lang.Thread#beforeSleep():473 [Inlined code] 0.03% 57M java.util.HashMap#resize():711 [JIT compiled code] 0.02% 51M org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():526 [JIT compiled code] 0.02% 42M java.util.List#of():935 [Inlined code] 0.02% 39M java.io.BufferedOutputStream#():92 [Inlined code] 0.02% 39M knn.IndexerThread#_run():125 [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.18.10.03.33/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q32-fmTrue.jfr is 2038.54 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 33533 events (total: 230662M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.93% 52880M 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.84% 52680M 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.88% 38940M 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.64% 24531M 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.57% 10536M 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.55% 10502M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 3.62% 8338M 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.37% 5457M 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.36% 5438M 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.20% 5065M 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% 1658M 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% 1429M 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% 1222M 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.41% 938M 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.40% 918M 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.35% 808M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2274 [JIT compiled code] 0.31% 709M 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% 704M 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.29% 675M 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.20% 456M 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.18% 407M 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.17% 383M 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.15% 353M 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.12% 273M 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.08% 189M 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 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.08% 180M 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% 178M 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.07% 167M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] 0.07% 155M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():170 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [JIT compiled code] 0.07% 155M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] at org.apache.lucene.util.SparseFixedBitSet#getAndSet():164 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] at org.apache.lucene.util.hnsw.AbstractHnswGraphSearcher#search():83 [JIT compiled code] 0.07% 155M java.lang.Integer#valueOf():1006 [Inlined code] at knn.KnnGraphTester#compareNN():1553 [JIT compiled code] at knn.KnnGraphTester#checkResults():1543 [Interpreted code] at knn.KnnGraphTester#testSearch():1325 [Interpreted code] 0.07% 155M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():534 [JIT compiled code] 0.06% 149M 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% 145M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():355 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.06% 144M 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% 142M 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.06% 135M 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% 128M 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.05% 125M 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% 122M 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.05% 109M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#putVal():638 [JIT compiled code] at java.util.HashMap#put():619 [JIT compiled code] at java.util.HashSet#add():230 [Inlined code] 0.05% 105M 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.04% 97M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.04% 95M 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.0x000000006417f400#concat() [Inlined code] 0.04% 93M knn.KnnIndexer#waitForMergesWithStatus():297 [Interpreted code] at knn.KnnIndexer#createIndex():269 [Interpreted code] at knn.KnnGraphTester#run():689 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 0.04% 92M 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% 90M 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.04% 87M java.util.logging.LogManager#reset():1298 [Interpreted code] at java.util.logging.LogManager$Cleaner#run():275 [Interpreted code] 0.04% 87M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.18.10.03.33/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.18.10.03.33/bench-knn-q32-fmTrue.jfr is 2038.54 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 33533 events (total: 230662M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.85% 38876M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():752 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 9.31% 21480M 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.0x000000006419d268#call() [Inlined code] 9.04% 20853M 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.0x000000006419d268#call() [Inlined code] 7.10% 16370M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():624 [Interpreted code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [Interpreted code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 6.10% 14078M 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006419d268#call() [JIT compiled code] 6.09% 14047M 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006419d268#call() [JIT compiled code] 3.54% 8160M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():752 [Interpreted code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():280 [Interpreted code] 3.48% 8036M 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.0x000000006419d268#call() [Interpreted code] 3.46% 7990M 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.0x000000006419d268#call() [Interpreted code] 2.37% 5457M 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.36% 5438M 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% 5065M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():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.72% 3964M 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():790 [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] 1.66% 3837M 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.65% 3812M 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.55% 3579M 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] 1.53% 3534M 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():790 [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] 1.42% 3276M 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] 1.14% 2619M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():453 [Interpreted code] 1.09% 2503M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():453 [Interpreted code] 1.07% 2457M 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] 1.03% 2383M 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] 1.03% 2378M 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006419d268#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.78% 1797M 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.0x000000006419d268#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.74% 1700M 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.0x000000006419d268#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.65% 1493M 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 [Inlined code] 0.62% 1438M 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 [Inlined code] 0.50% 1160M 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 [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.0x000000006419d268#call() [Inlined code] 0.48% 1103M 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.0x000000006419d268#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.39% 891M 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():790 [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.37% 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 [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.34% 784M 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.32% 740M 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 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006419d268#call() [JIT compiled code] 0.31% 707M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2274 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():873 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#rewrite():884 [Inlined code] at org.apache.lucene.search.IndexSearcher#search():753 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#searchAfter():601 [JIT compiled code] at org.apache.lucene.search.IndexSearcher#search():624 [Inlined code] at knn.KnnGraphTester#doFloatVectorQuery():1527 [JIT compiled code] at knn.KnnGraphTester#testSearch():1253 [Interpreted code] at knn.KnnGraphTester#run():770 [Interpreted code] 0.30% 685M 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.27% 615M 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 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006419d268#call() [Interpreted code] 0.23% 534M 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():1255 [JIT compiled code] 0.22% 507M 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006419d268#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.21% 490M 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():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [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.18% 421M 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.0x000000006419d268#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.17% 388M 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():771 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():787 [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.16% 367M 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.0x000000006419d268#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% 295M 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():790 [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.13% 291M 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 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006419d268#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.0x000000006419d7c0#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.13% 290M 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.0x000000006419d268#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.13% 288M 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006419d268#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.11% 262M 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 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000006419d268#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.11% 242M 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.0x000000006419d268#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.10% 232M 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] 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 [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.0x000000006419d268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.10% 221M 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.0x000000006419d268#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] now remove KNN index knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-fm nDoc searchType topK fanout resultSimilarity decay resultCount maxConn beamWidth overSample bp-reorder indexType rerank quantized vec_disk(MB) vec_RAM(MB) index(s) index_docs/s force_merge(s) num_segments index_size(MB) recall latency(ms) netCPU avgCpuCount 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no 4 bits 35278.320 4028.320 964.38 8295.48 0.00 18 36038.11 0.897 13.600 14.244 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no 4 bits 35278.320 4028.320 1028.89 7775.34 1132.92 1 36186.13 0.880 2.376 2.486 1.046 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no 7 bits 39184.570 7934.570 1515.26 5279.63 1328.67 1 40090.63 0.929 2.490 2.595 1.042 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no 7 bits 39184.570 7934.570 1545.19 5177.35 0.00 18 39942.94 0.954 14.254 14.929 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no no 31250.000 31250.000 2935.05 2725.68 3092.91 1 32156.01 0.944 3.154 3.299 1.046 8000000 KNN 100 100 N/A N/A 100.000 32 100 1.000 false HNSW no no 31250.000 31250.000 3339.07 2395.87 0.00 12 32020.14 0.976 11.071 11.598 1.048 saving all results to /l/logs.nightly/2026.05.18.10.03.33/knn_results.pk done! took 28460.2 seconds total removing KNN indices dir /l/util.nightly/knn-reuse/indices [2026-05-18 19:14:33.448459] now generate KNN nightly charts [2026-05-18 19:14:36.818196] 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=702026 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Version: 2.1 Chunks: 16 Start: 2026-05-18 23:14:37 (UTC) Duration: 126 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 3889163 81330321 jdk.CPUTimeSample 3585594 62671364 jdk.FileRead 796363 18936129 jdk.ObjectAllocationInNewTLAB 696218 12124883 jdk.ObjectAllocationOutsideTLAB 176473 2792326 jdk.BooleanFlag 11072 350892 jdk.Compilation 6268 161667 jdk.CPULoad 2253 44451 jdk.UnsignedIntFlag 992 34266 jdk.IntFlag 896 32152 jdk.Checkpoint 825 26319303 jdk.StringFlag 720 26887 jdk.GarbageCollection 44 1045 jdk.CPUInformation 16 24027 jdk.GCConfiguration 16 411 jdk.JVMInformation 16 16907 jdk.Metadata 16 1768428 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for cpu at stackSize=1 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 197.06 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3585594 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 6.94% 248863 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] 5.44% 195195 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 4.79% 171850 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 4.39% 157307 java.lang.Character#codePointAtImpl():9670 [Inlined code] 3.62% 129852 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 3.05% 109512 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 3.02% 108187 java.lang.Character#codePointAt():9662 [Inlined code] 2.83% 101319 java.lang.Character#isHighSurrogate():9464 [Inlined code] 2.55% 91298 java.lang.Integer#rotateLeft():1650 [Inlined code] 2.54% 91053 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 1.84% 66054 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.52% 54657 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.49% 53577 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 1.46% 52219 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.38% 49621 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.28% 45957 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] 1.25% 44836 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.19% 42623 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] 1.10% 39620 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 1.10% 39527 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 1.05% 37545 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 1.03% 36992 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] 0.95% 33999 java.lang.Character#toChars():9872 [Inlined code] 0.94% 33744 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.89% 31956 java.lang.ThreadLocal#get():171 [Inlined code] 0.86% 30948 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.74% 26379 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.59% 21196 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 0.56% 20202 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] 0.53% 18940 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.48% 17092 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] 0.47% 16915 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] 0.44% 15752 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.44% 15745 java.lang.Character#codePointAt():9665 [Inlined code] 0.44% 15698 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.43% 15290 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] 0.43% 15262 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.42% 15222 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.42% 15041 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.42% 14915 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.39% 14131 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.39% 13813 java.lang.Character#toLowerCase():11251 [Inlined code] 0.36% 13084 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.36% 12779 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] 0.35% 12719 org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] 0.34% 12128 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] 0.33% 11877 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():169 [JIT compiled code] 0.33% 11840 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] 0.33% 11773 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] 0.32% 11639 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for cpu at stackSize=2 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 197.06 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3585594 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 6.94% 248863 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 4.79% 171672 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 4.39% 157307 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 3.62% 129851 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 3.05% 109474 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.88% 103197 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 2.81% 100897 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 2.55% 91297 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 2.54% 91053 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 1.84% 66053 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.55% 55407 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 1.52% 54656 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.49% 53555 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.46% 52219 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.40% 50247 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 1.38% 49621 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 1.30% 46465 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 1.27% 45683 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 1.25% 44836 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.20% 43076 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 1.19% 42623 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] 1.10% 39527 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 1.03% 36992 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 0.95% 33999 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 0.94% 33730 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] 0.86% 30946 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.80% 28540 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] 0.58% 20778 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [JIT compiled code] 0.57% 20264 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.56% 20202 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] 0.54% 19317 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] 0.53% 19165 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.48% 17092 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] 0.47% 16906 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.44% 15600 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.43% 15433 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.43% 15373 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.43% 15343 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.43% 15290 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] 0.42% 15222 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.42% 15187 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.42% 14899 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.39% 14131 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.38% 13673 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.36% 12785 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.36% 12779 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.34% 12128 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.33% 11875 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():169 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.33% 11773 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] 0.32% 11636 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] at org.apache.lucene.index.DocIDMerger$SequentialDocIDMerger#next():123 [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 197.06 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3585594 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 4.79% 171636 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] 4.26% 152678 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.55% 127312 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] 3.49% 125267 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.38% 121171 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] 2.87% 103003 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] 2.74% 98238 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 2.54% 91047 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.52% 90440 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] 1.84% 66053 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 1.65% 59235 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.52% 54469 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.49% 53550 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.46% 52219 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.39% 49877 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.38% 49621 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.29% 46119 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.25% 44836 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.19% 42623 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 1.18% 42472 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.09% 39024 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.09% 38973 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.03% 36992 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.95% 33999 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.86% 30943 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.79% 28391 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.67% 24013 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.67% 23935 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.67% 23887 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.61% 21789 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.58% 20778 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.56% 20202 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.56% 20151 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.48% 17092 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.47% 16906 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.44% 15600 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% 15432 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.43% 15290 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.43% 15250 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% 15222 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.42% 15187 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.42% 15185 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.42% 14986 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.39% 14131 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% 13673 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.36% 12770 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.35% 12661 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.35% 12500 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.34% 12128 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.33% 11874 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 [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 197.06 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3585594 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 2.91% 104212 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.74% 98238 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% 82735 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.30% 82634 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] 2.26% 81198 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] 2.20% 78771 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.14% 76729 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.12% 75949 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.03% 72937 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] 1.65% 59235 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.0x00000000a11d6220#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.57% 56131 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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] 1.33% 47733 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] 1.31% 46823 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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] 1.29% 46105 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.18% 42474 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] 1.18% 42462 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.12% 40145 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.10% 39401 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 [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] 1.09% 39006 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.09% 38960 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] 0.97% 34921 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 [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.87% 31122 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.85% 30300 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.79% 28391 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.79% 28353 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.74% 26393 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.72% 25741 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.70% 24959 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.69% 24619 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.68% 24224 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.64% 22905 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.61% 21773 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.61% 21761 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.59% 21315 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% 20591 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.56% 20204 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.51% 18233 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.48% 17236 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.46% 16567 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.45% 16200 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.45% 16178 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.45% 16103 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.45% 16062 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.44% 15786 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.42% 15187 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] 0.42% 14953 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.39% 14108 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.38% 13802 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.36% 12991 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.35% 12658 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] 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 197.06 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3585594 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 2.90% 104025 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 2.30% 82579 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 [Inlined code] 2.30% 82544 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 [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] 2.26% 81083 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 [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] 2.19% 78625 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 [Inlined code] 2.03% 72800 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 [Inlined code] 1.65% 59235 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.0x00000000a11d6220#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.47% 52686 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.46% 52183 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.20% 42882 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.12% 40092 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] 1.12% 40074 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 1.10% 39619 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.10% 39399 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] 1.07% 38246 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 [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] 1.05% 37673 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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] 1.00% 36017 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.00% 35855 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.96% 34294 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] 0.94% 33743 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 [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.90% 32175 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.87% 31062 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 [Inlined code] 0.84% 30235 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 [Inlined code] 0.84% 30012 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.79% 28391 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.79% 28290 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.74% 26355 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 [Inlined code] 0.69% 24912 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.69% 24577 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.66% 23693 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.65% 23472 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.64% 22859 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 [Inlined code] 0.62% 22372 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.62% 22138 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 [Inlined code] 0.61% 21755 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.61% 21731 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.59% 21281 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.53% 18999 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.51% 18216 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 [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.48% 17203 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 [Inlined code] 0.47% 16892 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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 [Inlined code] 0.46% 16541 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.45% 16177 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.45% 16161 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 [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.45% 15995 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.44% 15727 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.43% 15254 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 [Inlined code] 0.42% 15171 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] 0.42% 15095 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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 [Inlined code] 0.39% 14086 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 [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.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 197.06 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 872664 events (total: 311000M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.15% 53332M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 9.48% 29470M java.lang.StringUTF16#compress():212 [Inlined code] 8.28% 25739M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 7.34% 22813M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 7.11% 22098M perf.LineFileDocs#readDocs():176 [JIT compiled code] 4.58% 14228M java.lang.StringUTF16#compress():216 [Inlined code] 3.41% 10609M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 3.21% 9975M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 3.19% 9916M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 2.75% 8567M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 2.27% 7047M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 1.99% 6179M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.93% 5999M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.83% 5689M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.78% 5546M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.74% 5408M org.apache.lucene.util.BytesRef#():71 [Inlined code] 1.72% 5358M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.60% 4970M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.55% 4810M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.43% 4445M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.40% 4365M java.util.TreeMap#keyIterator():1421 [Inlined code] 1.23% 3809M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 1.21% 3755M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.98% 3037M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.63% 1956M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.62% 1927M java.util.ArrayList#grow():240 [Inlined code] 0.61% 1905M java.nio.HeapByteBuffer#():75 [Inlined code] 0.50% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] 0.48% 1501M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] 0.48% 1497M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.46% 1433M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.44% 1364M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.42% 1304M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.36% 1113M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.35% 1073M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.32% 992M java.util.ArrayDeque#():179 [Inlined code] 0.32% 985M perf.LineFileDocs#nextDoc():654 [JIT compiled code] 0.31% 972M perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.30% 934M perf.LineFileDocs#intToID():299 [Inlined code] 0.30% 920M perf.LineFileDocs#nextDoc():652 [JIT compiled code] 0.27% 853M perf.LineFileDocs#intToID():305 [Inlined code] 0.26% 805M java.util.List#of():935 [Inlined code] 0.20% 633M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] 0.19% 576M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] 0.17% 541M perf.LineFileDocs#nextDoc():605 [Interpreted code] 0.16% 487M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.14% 450M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] 0.14% 431M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.13% 409M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.12% 374M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#writeImpacts():541 [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.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 197.06 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 872664 events (total: 311000M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.09% 53160M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 9.48% 29470M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 8.27% 25723M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 7.34% 22813M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 7.11% 22098M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.58% 14228M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 3.41% 10592M 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.17% 9846M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.75% 8567M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.46% 7643M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 2.26% 7024M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 1.99% 6179M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.93% 5999M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.83% 5689M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.78% 5546M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.72% 5358M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.66% 5149M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 1.60% 4970M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.55% 4810M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.43% 4445M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.40% 4365M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 1.23% 3809M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.21% 3755M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.73% 2272M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.63% 1956M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.62% 1927M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.61% 1905M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 0.50% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.48% 1501M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.47% 1455M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.46% 1433M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.44% 1364M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.36% 1114M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.36% 1113M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.35% 1073M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.33% 1011M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.32% 989M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.32% 985M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.30% 939M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.30% 934M perf.LineFileDocs#intToID():299 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.30% 929M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.30% 920M perf.LineFileDocs#nextDoc():652 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.29% 911M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.27% 853M perf.LineFileDocs#intToID():305 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.26% 805M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1883 [JIT compiled code] 0.19% 576M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.17% 541M perf.LineFileDocs#nextDoc():605 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.16% 487M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined code] 0.14% 450M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] 0.14% 421M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x00000000a11b4400#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 197.06 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 872664 events (total: 311000M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.09% 53160M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.54% 26562M 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.25% 25658M 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.11% 22098M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.73% 17832M 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% 14114M 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.17% 9843M 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.75% 8564M 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.46% 7643M 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.26% 7024M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.99% 6179M 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.93% 5999M 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.83% 5689M 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.77% 5501M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 1.72% 5358M 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% 5117M 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.60% 4970M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.55% 4810M 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.43% 4445M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.40% 4349M 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.36% 4217M 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.23% 3809M 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.09% 3394M 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.03% 3215M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] 0.93% 2907M 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.73% 2272M 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.62% 1927M 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.59% 1821M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x00000000a113e570#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.50% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.47% 1455M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.47% 1447M 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% 1394M 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.44% 1364M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.43% 1326M 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 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [Inlined code] 0.38% 1191M 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.38% 1189M 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.36% 1114M 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.36% 1113M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.34% 1066M 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.33% 1032M 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.33% 1011M 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% 997M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValue():57 [Inlined code] at perf.LineFileDocs#nextDoc():754 [JIT compiled code] 0.32% 989M 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.32% 985M 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% 958M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValue():57 [Inlined code] at perf.LineFileDocs#nextDoc():763 [JIT compiled code] 0.30% 935M 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.30% 934M 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% 929M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.30% 920M perf.LineFileDocs#nextDoc():652 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.29% 911M 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] 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 197.06 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 872664 events (total: 311000M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.09% 53160M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.53% 26519M 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.11% 22098M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.52% 14071M 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.45% 10731M 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.34% 7264M 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.26% 7024M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.81% 5642M 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.77% 5501M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 1.72% 5358M 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.67% 5206M 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.66% 5172M 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.63% 5078M 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.55% 4819M 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.55% 4810M 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.49% 4626M 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.43% 4445M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.36% 4217M 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.0x00000000a11d6220#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.33% 4137M 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.33% 4134M 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.0x00000000a11d6220#merge() [Interpreted code] 1.22% 3797M 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.06% 3311M 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.0x00000000a11d6220#merge() [Interpreted code] 1.05% 3266M 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] 1.01% 3151M 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.93% 2887M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [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.92% 2864M 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% 2858M 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.91% 2838M 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.86% 2685M 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.82% 2547M 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.81% 2525M 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.80% 2478M 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.78% 2425M 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.66% 2057M 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.60% 1854M 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.59% 1822M 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.56% 1730M 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.52% 1630M 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.52% 1614M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x00000000a113e570#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] at org.apache.lucene.store.ByteBuffersDataOutput#writeByte():187 [Inlined code] at org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#append():138 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():488 [JIT compiled code] 0.50% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.50% 1543M 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.48% 1492M 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.47% 1455M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.45% 1394M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.41% 1280M 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 [Inlined 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% 1162M 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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#flush():361 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():492 [Interpreted code] 0.37% 1146M 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.36% 1114M 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.36% 1113M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.35% 1074M 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] 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 197.06 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 872664 events (total: 311000M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.09% 53160M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.53% 26519M 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.11% 22098M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.52% 14071M 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.45% 10731M 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.0x00000000a11d6220#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.26% 7024M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.99% 6184M 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.77% 5501M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000a11d6220#merge() [Interpreted code] 1.61% 4997M 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.59% 4942M 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.56% 4858M 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.55% 4810M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():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.49% 4626M 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.0x00000000a11d6220#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.48% 4588M 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.43% 4445M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.42% 4429M 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.37% 4256M 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.36% 4217M 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.0x00000000a11d6220#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.33% 4134M 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.0x00000000a11d6220#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.26% 3906M 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.06% 3311M 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.0x00000000a11d6220#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.05% 3260M 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.93% 2882M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [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 [Inlined code] 0.92% 2864M 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% 2863M 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.91% 2838M 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.84% 2611M 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.80% 2478M 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.78% 2424M 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.77% 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] 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.70% 2162M 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.66% 2057M 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% 1854M 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.56% 1743M 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.52% 1617M 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.52% 1614M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x00000000a113e570#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] at org.apache.lucene.store.ByteBuffersDataOutput#writeByte():187 [Inlined code] at org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#append():138 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():488 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm():1039 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():995 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.50% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.48% 1505M 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.48% 1492M 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.0x00000000a11d6220#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.47% 1455M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000a11d6220#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% 1443M 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.45% 1394M 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.45% 1385M 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.43% 1324M 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.41% 1280M 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 [Inlined 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 [Inlined code] 0.37% 1146M 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.36% 1114M 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.36% 1113M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.35% 1087M 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 [Interpreted code] 0.35% 1074M 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] move log to /l/logs.nightly/2026.05.18.10.03.33/fastIndexMediumDocs.log move vmstat log to /l/logs.nightly/2026.05.18.10.03.33/fastIndexMediumDocs.vmstat.log move top log to /l/logs.nightly/2026.05.18.10.03.33/fastIndexMediumDocs.top.log [2026-05-18 19:18:39.248508] took 99.3 sec [2026-05-18 19:18:39.253022] medIndexAtClose None [2026-05-18 19:18:39.254289] 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=705680 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Version: 2.1 Chunks: 59 Start: 2026-05-19 02:49:56 (UTC) Duration: 1507 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 98008089 1960130157 jdk.FileWrite 4090752 111910957 jdk.ObjectAllocationInNewTLAB 107666 2346234 jdk.FileRead 80870 2328549 jdk.BooleanFlag 40828 1347501 jdk.ObjectAllocationOutsideTLAB 7895 157076 jdk.CPULoad 6451 135471 jdk.UnsignedIntFlag 3658 131157 jdk.IntFlag 3304 122897 jdk.StringFlag 2655 103840 jdk.Checkpoint 1659 58080094 jdk.Compilation 133 3713 jdk.CPUInformation 59 88677 jdk.GCConfiguration 59 1593 jdk.JVMInformation 59 71154 jdk.Metadata 59 6521152 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 2044.19 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 98008088 events (total: 98M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 67.80% 66M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 10.74% 10M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 4.84% 4M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 1.87% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] 1.58% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 1.07% 1M java.util.ArrayList#elementData():412 [Inlined code] 0.98% 963125 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] 0.97% 954631 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 0.51% 504114 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.48% 471848 java.util.Arrays#fill():3144 [Inlined code] 0.42% 416329 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.35% 346040 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.29% 284392 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.25% 242391 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():101 [JIT compiled code] 0.24% 237440 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.24% 231220 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.19% 185623 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] 0.17% 163128 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] 0.16% 157682 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.16% 157198 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 0.15% 146227 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.14% 141553 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.14% 134339 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.14% 132441 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] 0.12% 122332 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.12% 119302 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] 0.11% 105084 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.10% 98174 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] 0.10% 97969 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():293 [JIT compiled code] 0.10% 96576 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] 0.09% 84809 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.08% 82852 org.apache.lucene.util.TernaryLongHeap#top():111 [Inlined code] 0.08% 81614 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] 0.08% 77086 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] 0.08% 74065 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] 0.07% 72932 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] 0.07% 68767 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.07% 68148 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.07% 67966 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.07% 67553 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.07% 64470 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.07% 63745 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():345 [JIT compiled code] 0.06% 59637 org.apache.lucene.util.hnsw.NeighborQueue#size():68 [Inlined code] 0.06% 58005 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.06% 57228 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.06% 56635 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] 0.06% 56387 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():315 [JIT compiled code] 0.06% 55146 java.util.Arrays#fill():3143 [Inlined code] 0.06% 54046 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] 0.05% 52755 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():319 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=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 2044.19 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 98008088 events (total: 98M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 67.80% 66M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 10.74% 10M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 4.84% 4M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 1.72% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 1.58% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 1.07% 1M java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.98% 963125 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.97% 954631 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 0.51% 504114 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] 0.48% 471848 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.42% 416329 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.28% 274840 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.25% 242391 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.24% 231220 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.19% 185623 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.18% 176519 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.16% 158687 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.16% 157682 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% 146535 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] 0.15% 144630 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.15% 144193 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] 0.14% 140907 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% 134339 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.14% 132441 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] 0.12% 122332 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.12% 118809 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.11% 112089 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% 96576 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.09% 85130 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#normalizeRawScore():153 [Inlined code] 0.08% 82852 org.apache.lucene.util.TernaryLongHeap#top():111 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] 0.08% 78753 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] 0.08% 77086 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] 0.08% 74538 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():249 [JIT compiled code] 0.07% 70343 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.07% 70266 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 0.07% 67966 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.07% 67553 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.07% 66365 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.06% 63515 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.06% 59843 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():345 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.06% 59789 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.06% 58005 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.06% 57228 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] 0.06% 55146 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.06% 55030 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% 54046 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% 51782 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.05% 51201 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% 50626 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.05% 48832 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():188 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [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.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 2044.19 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 98008088 events (total: 98M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 67.80% 66M 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.74% 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.19% 3M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():82 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] 1.64% 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.58% 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.16% 1M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():128 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.98% 957620 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.85% 829515 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.72% 700989 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.49% 478789 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.49% 476279 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.48% 471848 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.42% 415199 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% 262745 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 [Inlined code] 0.24% 231220 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% 197320 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.20% 192264 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.18% 177617 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.18% 176519 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.16% 156274 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.15% 149456 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.15% 144193 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.14% 138563 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.14% 134339 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.13% 127952 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.12% 122332 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.12% 118178 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.12% 117267 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.11% 111378 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.09% 91802 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] 0.09% 90331 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 [Inlined code] 0.08% 78753 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% 76893 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.08% 75562 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 [Inlined code] 0.07% 71815 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.07% 70343 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [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.07% 69653 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.07% 68046 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.07% 67553 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.07% 64882 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% 63934 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.06% 62828 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.06% 60417 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% 58005 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 0.06% 55146 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] 0.06% 54719 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.05% 53237 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% 51372 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.05% 50626 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():293 [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.05% 50530 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 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.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 2044.19 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 98008088 events (total: 98M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 13.68% 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.96% 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.22% 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] 12.12% 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.29% 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.93% 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.18% 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.88% 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.49% 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.00% 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.60% 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():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 1.56% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():112 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 1.34% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():113 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 1.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.90% 880395 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.85% 829240 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.85% 828302 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.84% 822810 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 [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.72% 700988 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.71% 696751 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.65% 632427 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.53% 514662 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.49% 478789 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.44% 431992 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.43% 421692 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.43% 419611 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.42% 415199 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.27% 262745 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 [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.22% 217314 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.20% 199718 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.20% 192264 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% 177617 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.17% 169346 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():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 0.16% 160896 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 0.15% 149456 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] 0.14% 138563 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] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.14% 137786 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% 134339 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.13% 127065 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():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [Inlined code] 0.12% 117267 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.0x00000000461fc8c8#call() [JIT compiled code] 0.12% 114089 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.11% 111378 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():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.11% 109591 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 [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.11% 109530 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.10% 100610 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 [Inlined code] 0.10% 99452 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():478 [Inlined code] 0.10% 96668 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% 90231 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 [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% 76872 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.08% 74703 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 [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 [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 2044.19 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 98008088 events (total: 98M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 12.03% 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 [Inlined code] 11.35% 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 [Inlined code] 11.19% 10M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 10.36% 10M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 7.14% 6M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 3.07% 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 [Inlined code] 2.69% 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] 2.00% 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.98% 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.86% 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 [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] 1.78% 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.60% 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():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [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.40% 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.30% 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 [Inlined code] 1.27% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():113 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.16% 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 [Inlined code] 0.97% 954569 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.85% 828302 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():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.84% 818630 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 [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 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 0.82% 802903 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.79% 776735 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.0x00000000461fc8c8#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.73% 717578 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.71% 696606 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():790 [JIT compiled code] 0.65% 632427 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.64% 632002 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.54% 526564 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 [Inlined code] 0.52% 505082 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.49% 478789 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 [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.47% 459903 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.47% 459035 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.45% 441716 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.45% 441546 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 [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.44% 434732 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.43% 419611 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.0x00000000461fc8c8#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.42% 407092 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 [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.40% 392667 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.39% 379407 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% 369391 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 [Inlined code] 0.37% 357896 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 [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.36% 354622 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 [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.36% 352162 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.34% 336320 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.34% 335485 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.33% 325585 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():790 [JIT compiled code] 0.26% 250826 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 [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.0x00000000461fc8c8#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.22% 217314 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.0x00000000461fc8c8#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.20% 199718 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] 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.19% 189657 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.19% 183281 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():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.18% 174244 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] 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 2044.19 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 115560 events (total: 122738M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.31% 28615M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 23.25% 28536M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 7.13% 8752M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 6.88% 8439M java.nio.HeapByteBuffer#():75 [Inlined code] 5.84% 7165M perf.LineFileDocs#readVector():212 [Inlined code] 3.44% 4220M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 3.04% 3732M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 2.84% 3490M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.07% 2541M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 1.87% 2294M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.64% 2017M java.lang.StringUTF16#compress():212 [Inlined code] 1.35% 1659M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 1.27% 1563M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 1.22% 1502M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 1.07% 1315M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.92% 1123M java.lang.StringUTF16#compress():216 [Inlined code] 0.90% 1098M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.88% 1081M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.73% 892M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] 0.62% 760M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.57% 701M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.50% 615M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 0.50% 612M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.43% 533M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.43% 527M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 0.38% 464M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.38% 463M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 0.36% 447M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.35% 426M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.33% 408M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.32% 395M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.28% 340M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.25% 305M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.25% 305M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.19% 237M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.17% 206M perf.LineFileDocs#readVector():212 [JIT compiled code] 0.16% 198M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.16% 190M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.15% 183M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 0.15% 181M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.14% 172M java.util.ArrayDeque#():179 [Inlined code] 0.13% 161M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.13% 154M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.12% 150M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.11% 136M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] 0.11% 135M java.util.ArrayList#grow():240 [Inlined code] 0.10% 121M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.10% 117M perf.LineFileDocs#readDocs():176 [Interpreted code] 0.10% 117M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.09% 115M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [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.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 2044.19 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 115560 events (total: 122738M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.31% 28615M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 23.09% 28344M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 7.13% 8752M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] 6.88% 8439M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 5.84% 7165M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 3.44% 4220M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 3.04% 3732M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 2.84% 3490M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] 2.07% 2541M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 1.87% 2294M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.64% 2017M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.35% 1659M 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.27% 1563M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 1.20% 1473M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 1.07% 1315M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.92% 1123M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.90% 1098M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.73% 892M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.68% 833M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.50% 615M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.50% 612M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.43% 533M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.43% 527M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.40% 491M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.38% 463M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.35% 431M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.35% 426M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.34% 415M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.33% 409M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.30% 372M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.28% 340M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.25% 305M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.25% 305M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.23% 283M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.22% 270M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.22% 269M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.20% 247M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.17% 206M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] 0.16% 192M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.15% 183M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.15% 179M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] 0.14% 172M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.13% 154M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 0.12% 150M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.12% 148M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.12% 145M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 0.11% 136M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.11% 135M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.10% 124M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.10% 121M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [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 2044.19 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 115560 events (total: 122738M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 21.34% 26186M 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] 21.01% 25793M 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] 7.13% 8752M 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.29% 7725M 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.84% 7165M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.44% 4220M 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] 3.04% 3732M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.08% 2551M 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.01% 2463M 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.98% 2428M 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.87% 2294M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.55% 1900M 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.45% 1778M 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.20% 1473M 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] 1.07% 1315M 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% 1116M 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.90% 1098M 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.88% 1076M 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.84% 1027M 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] 0.74% 903M 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.68% 833M 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.62% 755M 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.52% 641M 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.52% 632M 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.50% 615M 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.50% 612M 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.43% 533M 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.43% 527M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.38% 463M 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.35% 426M 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.29% 352M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] 0.28% 342M 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.28% 340M 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.28% 339M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x0000000046181410#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.28% 339M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 0.25% 307M 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.25% 305M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.23% 285M 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.23% 284M 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.23% 276M 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.21% 259M 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.21% 258M 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.20% 247M 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.17% 206M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.16% 196M 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.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [JIT compiled code] 0.15% 183M 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% 175M 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.14% 173M 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.14% 172M 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.13% 157M 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] 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 2044.19 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 115560 events (total: 122738M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 13.49% 16551M 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] 13.17% 16170M 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] 7.13% 8752M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 6.29% 7725M 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.84% 7165M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.64% 6926M 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():790 [JIT compiled code] 5.56% 6822M 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():790 [JIT compiled code] 3.04% 3732M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.98% 2432M 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.90% 2334M 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.87% 2294M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.55% 1900M 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():226 [Inlined code] 1.54% 1885M 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.50% 1843M 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.47% 1802M 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] 1.45% 1778M 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.19% 1459M 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.18% 1450M 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.91% 1116M 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% 1098M 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.84% 1027M 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():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.74% 903M 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.0x00000000461e6f70#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.70% 859M 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.0x00000000461e6f70#merge() [Interpreted code] 0.64% 780M 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] 0.62% 756M 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.0x00000000461e6f70#merge() [Interpreted code] 0.57% 703M 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.57% 701M 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] 0.52% 638M 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():790 [JIT compiled code] 0.51% 626M 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 [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.50% 614M 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.49% 606M 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.48% 591M 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.46% 558M 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.43% 531M 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.43% 528M 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.43% 527M 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.42% 510M 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.38% 463M 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.37% 457M 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% 388M 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.30% 370M 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% 367M 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.29% 357M 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.29% 352M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.28% 340M 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.28% 338M 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] 0.26% 313M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.25% 308M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x0000000046181410#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.25% 307M 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 [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% 285M 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] 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 2044.19 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 115560 events (total: 122738M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 13.49% 16551M 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.0x00000000461fc8c8#call() [JIT compiled code] 13.17% 16170M 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.0x00000000461fc8c8#call() [JIT compiled code] 7.13% 8752M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 6.29% 7725M 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.84% 7165M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.64% 6926M 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():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 5.56% 6822M 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():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 3.04% 3732M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.90% 2334M 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.0x00000000461e6f70#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.87% 2294M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.84% 2264M 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.0x00000000461fc8c8#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% 1900M 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 [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.0x00000000461fc8c8#call() [JIT compiled code] 1.49% 1832M 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] 1.46% 1797M 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] 1.45% 1778M 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.19% 1459M 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] 1.18% 1450M 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] 1.00% 1222M 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.91% 1116M 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% 1098M 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.0x00000000461e6f70#merge() [Interpreted code] 0.84% 1027M 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():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.74% 903M 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.0x00000000461e6f70#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.70% 859M 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.0x00000000461e6f70#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.64% 780M 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():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.62% 756M 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.0x00000000461e6f70#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.57% 701M 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():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.56% 691M 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():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [Inlined code] 0.52% 638M 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():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.48% 591M 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.0x00000000461e6f70#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.48% 584M 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():790 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [Inlined code] 0.47% 581M 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 [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.0x00000000461fc8c8#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.43% 531M 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] 0.43% 528M 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] 0.43% 527M 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] 0.42% 510M 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.38% 463M 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] 0.37% 457M 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] 0.32% 397M 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% 388M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():453 [Interpreted code] 0.31% 375M 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.30% 370M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():453 [Interpreted code] 0.30% 369M 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.29% 357M 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] 0.29% 352M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.28% 340M 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.0x00000000461e6f70#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.26% 319M 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.0x00000000461fc8c8#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.26% 313M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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 [Inlined code] 0.25% 308M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x0000000046181410#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.24% 294M 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% 293M 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 [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.0x00000000461fc8c8#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.18.10.03.33/fastIndexMediumDocsWithVectors.log move vmstat log to /l/logs.nightly/2026.05.18.10.03.33/fastIndexMediumDocsWithVectors.vmstat.log move top log to /l/logs.nightly/2026.05.18.10.03.33/fastIndexMediumDocsWithVectors.top.log [2026-05-18 23:55:54.997191] took 13782.7 sec [2026-05-18 23:55:55.854796] medIndexVectorsAtClose None [2026-05-18 23:55:55.862936] 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=873996 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Version: 2.1 Chunks: 161 Start: 2026-05-19 05:32:41 (UTC) Duration: 1360 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 83392965 1667759227 jdk.FileWrite 10931462 297948330 jdk.ObjectAllocationInNewTLAB 478589 9620076 jdk.FileRead 202393 5914583 jdk.BooleanFlag 111412 3677079 jdk.ObjectAllocationOutsideTLAB 78151 1417886 jdk.CPULoad 20207 424347 jdk.UnsignedIntFlag 9982 357903 jdk.IntFlag 9016 335363 jdk.StringFlag 7245 285775 jdk.Checkpoint 6099 133869402 jdk.CPUInformation 161 241983 jdk.Compilation 161 4483 jdk.GCConfiguration 161 4347 jdk.JVMInformation 161 200445 jdk.Metadata 161 17795008 jdk.GarbageCollection 42 1095 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 2040.74 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83392965 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 36.19% 30M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 35.63% 29M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 5.95% 4M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] 3.45% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] 3.22% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.30% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 1.26% 1M java.util.ArrayList#elementData():412 [Inlined code] 0.63% 523274 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.58% 482296 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 0.49% 406560 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] 0.45% 373658 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] 0.35% 290199 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] 0.31% 255498 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] 0.29% 243069 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.27% 228367 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] 0.26% 217999 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] 0.24% 202688 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] 0.22% 185980 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.21% 178261 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.19% 161359 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.19% 154949 java.util.Arrays#fill():3144 [Inlined code] 0.18% 151336 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.18% 147768 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] 0.16% 136380 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.15% 127708 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.14% 115064 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.13% 112507 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.13% 108695 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] 0.13% 105073 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.12% 99026 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():329 [JIT compiled code] 0.12% 97148 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.11% 88248 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.10% 81326 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] 0.09% 76116 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.08% 66282 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.08% 65162 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.07% 60552 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():247 [JIT compiled code] 0.07% 58690 sun.nio.ch.NativeThread#current0() [Native code] 0.07% 57123 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 0.07% 56356 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] 0.06% 51926 java.util.Arrays#fill():3143 [Inlined code] 0.06% 49106 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():228 [JIT compiled code] 0.06% 48742 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.06% 48344 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():328 [JIT compiled code] 0.05% 45521 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.05% 41508 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] 0.05% 41440 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.05% 41318 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():188 [Inlined code] 0.05% 41032 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.05% 40353 org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [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 2040.74 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83392965 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 35.63% 29M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 34.94% 29M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 5.95% 4M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] 3.22% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 3.19% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 2.30% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 1.26% 1M java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.65% 538853 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% 482296 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 0.58% 482106 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.49% 406560 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.45% 373657 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#isAlignedForElement():385 [Inlined code] 0.39% 324617 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.35% 290199 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] 0.29% 243069 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.27% 228367 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.27% 222293 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] 0.26% 217999 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] 0.24% 202688 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% 197258 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] 0.22% 185980 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.21% 173789 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.19% 161359 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.19% 154949 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.18% 151761 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% 147768 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.15% 127708 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.14% 115064 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.13% 108695 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.12% 99026 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% 98605 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.12% 97148 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.11% 94308 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.11% 88248 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.09% 76116 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] 0.08% 68752 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.08% 66282 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] 0.07% 60552 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% 58690 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] 0.07% 58240 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():307 [JIT compiled code] 0.07% 57123 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.07% 56356 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 0.06% 51926 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.06% 51631 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [JIT compiled code] 0.06% 48677 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.06% 48344 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% 47312 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 0.06% 46864 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.05% 45521 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] 0.05% 44783 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 2040.74 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83392965 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 35.63% 29M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 33.08% 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] 5.95% 4M 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.22% 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] 3.02% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 1.70% 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.27% 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.13% 943355 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% 538853 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% 482296 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.58% 482106 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.57% 473926 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.49% 406560 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.46% 380660 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.45% 373115 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.39% 324617 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.35% 290192 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.29% 242707 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% 222044 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.25% 210603 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.23% 194138 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.22% 185980 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.19% 161359 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% 154949 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% 153575 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.17% 144190 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.15% 127708 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% 125755 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] 0.14% 115295 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% 115064 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% 114190 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():144 [JIT compiled code] 0.13% 109484 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% 107083 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.13% 105910 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.11% 94037 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.11% 93843 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.11% 92333 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% 90353 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.11% 88248 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.10% 81126 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% 76116 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% 71503 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% 65787 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.08% 64234 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():329 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] 0.07% 58086 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% 55182 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.07% 54823 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.06% 51926 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#prepareScratchState():374 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():290 [JIT compiled code] 0.06% 51631 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% 49409 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():247 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 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 2040.74 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83392965 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 33.08% 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] 27.38% 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] 5.95% 4M 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.82% 4M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 2.95% 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 2.53% 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.79% 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 1.70% 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.40% 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.27% 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.01% 843695 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.90% 752723 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% 538853 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% 482106 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.57% 473926 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] 0.54% 453920 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% 406454 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.46% 380660 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.43% 361371 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.38% 313039 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 0.35% 290192 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.29% 242707 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.25% 210015 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [Inlined code] 0.23% 194138 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.21% 175196 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% 168847 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.19% 161359 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% 153575 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.0x0000000038200268#call() [JIT compiled code] 0.17% 144190 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.16% 134535 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% 125420 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] 0.14% 119496 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% 115295 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.14% 114190 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():144 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.13% 105677 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 [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.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 0.11% 92333 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] 0.11% 87668 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.10% 85832 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] 0.10% 81613 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] 0.10% 81126 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.09% 73464 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.0x000000003807aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 0.09% 71503 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#flush():209 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] 0.08% 69814 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.08% 64234 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():329 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] 0.07% 61680 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% 60625 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] 0.07% 60419 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 0.07% 58920 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% 58086 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% 55182 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():209 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#flush():123 [JIT compiled code] at org.apache.lucene.index.VectorValuesConsumer#flush():76 [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 2040.74 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 83392965 events (total: 83M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 33.08% 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.0x0000000038200268#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.96% 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.47% 3M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 3.61% 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] 2.95% 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [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.31% 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.79% 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 [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.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [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 [JIT compiled 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] 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.40% 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():790 [Inlined code] 1.27% 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.0x0000000038200268#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.01% 843389 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.75% 628380 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.70% 579805 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% 538853 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.61% 507208 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% 482106 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.57% 473926 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000038200268#call() [JIT compiled code] 0.47% 391154 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():790 [Inlined code] 0.46% 381451 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000038200268#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.42% 354116 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.38% 313039 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [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% 298569 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.28% 229821 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% 215589 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.25% 210015 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [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 [Inlined code] 0.23% 187875 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.IntVector#add():1380 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():456 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.22% 181885 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.0x0000000038200268#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.22% 180351 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.21% 175196 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.0x0000000038200268#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.19% 162014 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% 161359 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% 158928 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.0x0000000038200268#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% 144190 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.0x0000000038200268#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% 143911 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.0x0000000038200268#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.0x00000000382007c0#run() [JIT compiled code] 0.16% 134535 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.0x0000000038200268#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.16% 133022 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.15% 125420 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000381fc4e8#merge() [Interpreted code] 0.14% 119496 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.0x0000000038200268#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.14% 115285 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.13% 112067 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.13% 108544 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.13% 106763 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.13% 105677 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 [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.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [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.11% 94632 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% 92333 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#mergeOneFlatVectorField():349 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#mergeOneField():422 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat$FieldsWriter#mergeOneField():129 [Interpreted code] at org.apache.lucene.codecs.KnnVectorsWriter#merge():127 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeVectorValues():272 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000381fc4e8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.11% 87668 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] 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.10% 85832 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.10% 81613 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 [Inlined code] 0.10% 81125 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [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.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 2040.74 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 556738 events (total: 337702M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 21.12% 71327M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 17.10% 57736M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 16.88% 57020M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 6.16% 20804M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 6.15% 20773M java.nio.HeapByteBuffer#():75 [Inlined code] 5.71% 19297M perf.LineFileDocs#readVector():212 [Inlined code] 2.89% 9743M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.68% 9062M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 2.49% 8393M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 1.56% 5263M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.51% 5101M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 1.47% 4971M java.lang.StringUTF16#compress():212 [Inlined code] 1.00% 3384M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 0.92% 3112M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 0.91% 3066M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 0.84% 2821M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.73% 2466M java.lang.StringUTF16#compress():216 [Inlined code] 0.61% 2061M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.57% 1921M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.51% 1733M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] 0.48% 1617M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.44% 1498M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 0.43% 1460M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.43% 1445M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.41% 1397M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 0.40% 1334M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.36% 1221M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 0.33% 1112M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.32% 1066M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.29% 970M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.26% 893M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.25% 844M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():330 [JIT compiled code] 0.23% 779M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.16% 550M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.16% 537M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.15% 510M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.14% 479M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 0.14% 474M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] 0.14% 456M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.12% 402M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.11% 386M java.util.ArrayList#grow():240 [Inlined code] 0.11% 373M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.10% 330M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():306 [JIT compiled code] 0.10% 327M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.09% 301M java.util.ArrayDeque#():179 [Inlined code] 0.09% 290M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] 0.08% 258M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.07% 251M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.07% 243M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.06% 215M 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 2040.74 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 556738 events (total: 337702M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.00% 57412M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 16.88% 57020M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 11.18% 37767M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] 9.94% 33560M 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.16% 20804M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] 6.15% 20773M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 5.71% 19297M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 2.89% 9743M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] 2.68% 9062M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 2.49% 8393M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 1.56% 5263M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.51% 5101M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 1.47% 4971M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.00% 3384M 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% 3112M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 0.89% 3013M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 0.84% 2821M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.73% 2466M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.61% 2061M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.51% 1733M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.48% 1617M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.45% 1527M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.44% 1498M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.41% 1397M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.40% 1334M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.36% 1221M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.33% 1112M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.29% 977M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.29% 970M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.28% 936M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.27% 920M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.25% 844M 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% 818M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.23% 779M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.16% 550M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.16% 524M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.16% 524M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.14% 479M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.14% 474M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():320 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [JIT compiled code] 0.12% 407M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] 0.12% 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% 386M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.11% 362M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] 0.10% 353M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():286 [JIT compiled code] 0.10% 330M 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% 327M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.10% 324M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.09% 300M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.09% 290M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.07% 251M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [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 2040.74 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 556738 events (total: 337702M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.41% 52056M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 15.32% 51725M 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] 10.87% 36704M 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.70% 29393M 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] 6.16% 20804M 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.96% 20115M 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.71% 19297M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 2.89% 9743M 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.68% 9062M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.49% 8393M 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.59% 5355M 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.57% 5294M 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.56% 5263M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.32% 4441M 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.22% 4128M 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.04% 3504M 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.89% 3013M 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.84% 2821M 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.72% 2443M 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.64% 2173M 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.61% 2061M 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.52% 1748M 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% 1733M 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.48% 1635M 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.48% 1617M 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 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.47% 1597M 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% 1527M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.44% 1498M 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 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.41% 1397M 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 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.40% 1334M 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 [JIT compiled code] 0.36% 1221M 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 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.33% 1112M 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 [JIT compiled code] 0.31% 1063M 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% 936M 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% 920M 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.26% 883M 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.23% 779M 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 [JIT compiled code] 0.19% 651M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 0.18% 595M 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% 593M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000003813da30#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.16% 550M 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.15% 522M 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.15% 519M 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.14% 479M 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% 477M 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.14% 470M 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.12% 407M 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.12% 391M 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% 386M 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% 360M 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] 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 2040.74 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 556738 events (total: 337702M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 10.87% 36704M 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.79% 29678M 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.74% 29515M 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.70% 29393M 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] 6.16% 20804M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 5.96% 20115M 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.71% 19297M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.94% 16669M 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():790 [Inlined code] 4.91% 16577M 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():790 [Inlined code] 2.68% 9062M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.67% 5633M 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.56% 5272M 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] 1.56% 5263M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.49% 5035M 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] 1.32% 4441M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.26% 4242M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 1.23% 4151M 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.22% 4128M 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.19% 4029M 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 1.04% 3504M 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.80% 2692M 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.77% 2598M 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.72% 2443M 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.61% 2061M 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.53% 1799M 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.52% 1760M 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.48% 1635M 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.0x00000000381ef568#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.47% 1595M 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():790 [Inlined code] 0.45% 1530M 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.45% 1509M 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.45% 1503M 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.0x00000000381ef568#merge() [Interpreted code] 0.42% 1407M 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 [JIT compiled 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% 1397M 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 [JIT compiled 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% 1337M 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 [JIT compiled 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% 1291M 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.0x00000000381ef568#merge() [Interpreted code] 0.36% 1221M 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 [JIT compiled 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.35% 1169M 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.34% 1147M 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 [JIT compiled 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.33% 1101M 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.31% 1063M 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.0x0000000038200268#call() [JIT compiled code] 0.31% 1045M 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.28% 935M 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% 895M 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 [JIT compiled 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% 883M 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.26% 864M 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% 758M 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% 666M 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.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.18% 623M 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.18% 605M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.18% 596M 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 [JIT compiled 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] 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 2040.74 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 556738 events (total: 337702M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 10.87% 36704M 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.79% 29678M 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.0x0000000038200268#call() [JIT compiled code] 8.74% 29515M 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.0x0000000038200268#call() [JIT compiled code] 8.70% 29393M 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000038200268#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 6.16% 20804M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():568 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$FieldWriter#addValue():518 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [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] 5.96% 20115M 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.71% 19297M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.94% 16669M 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 4.91% 16577M 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 2.68% 9062M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.56% 5263M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.52% 5148M 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.0x0000000038200268#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.32% 4441M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] at java.lang.String#():314 [Inlined code] at perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.26% 4242M 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.0x00000000381ef568#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.22% 4128M 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.0x0000000038200268#call() [JIT compiled code] 1.19% 4029M 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 1.04% 3504M 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.0x0000000038200268#call() [JIT compiled code] 1.02% 3439M 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 1.01% 3413M 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] 0.85% 2869M 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.80% 2692M 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% 2598M 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.72% 2443M 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.61% 2061M 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.0x00000000381ef568#merge() [Interpreted code] 0.53% 1804M 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.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.51% 1739M 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [Inlined code] 0.51% 1724M 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [Inlined code] 0.48% 1635M 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.0x00000000381ef568#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.47% 1600M 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.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] 0.47% 1595M 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [Inlined code] at org.apache.lucene.index.IndexingChain#processDocument():645 [JIT compiled code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():291 [Inlined code] 0.45% 1503M 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.0x00000000381ef568#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.42% 1407M 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 [JIT compiled 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] 0.41% 1397M 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 [JIT compiled 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] 0.40% 1337M 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 [JIT compiled 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] 0.38% 1291M 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.0x00000000381ef568#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.36% 1221M 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 [JIT compiled 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] 0.35% 1169M 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.34% 1147M 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 [JIT compiled 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.33% 1101M 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.0x00000000381ef568#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.32% 1082M 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.31% 1044M 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.0x0000000038200268#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.0x00000000382007c0#run() [JIT compiled code] 0.29% 995M 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.29% 979M 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.29% 969M 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():97 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x0000000038200268#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.28% 935M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():440 [Interpreted code] 0.27% 895M 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 [JIT compiled 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.26% 883M 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.26% 864M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():440 [Interpreted code] 0.20% 666M 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.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1255 [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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.18% 605M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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 [Inlined code] move log to /l/logs.nightly/2026.05.18.10.03.33/fastIndexMediumDocsWithVectorsQuantized.log move vmstat log to /l/logs.nightly/2026.05.18.10.03.33/fastIndexMediumDocsWithVectorsQuantized.vmstat.log move top log to /l/logs.nightly/2026.05.18.10.03.33/fastIndexMediumDocsWithVectorsQuantized.top.log [2026-05-19 02:29:00.335105] took 7087.6 sec [2026-05-19 02:29:00.339232] medIndexVectorsAtClose None [2026-05-19 02:29:00.348574] 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=967431 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-19 06:29:00 (UTC) Duration: 187 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 5044120 120733239 jdk.CPUTimeSample 3727035 65500074 jdk.FileRead 796623 18882939 jdk.ObjectAllocationInNewTLAB 213333 3905132 jdk.ObjectAllocationOutsideTLAB 61685 1028710 jdk.BooleanFlag 13148 417333 jdk.Compilation 7156 185312 jdk.CPULoad 3382 67035 jdk.UnsignedIntFlag 1178 40749 jdk.IntFlag 1064 38233 jdk.Checkpoint 1057 32516194 jdk.StringFlag 855 32164 jdk.GarbageCollection 49 1162 jdk.CPUInformation 19 28533 jdk.GCConfiguration 19 489 jdk.JVMInformation 19 21180 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 234.13 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3727035 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 6.84% 254845 java.lang.Character#codePointAtImpl():9670 [Inlined code] 6.15% 229300 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] 5.35% 199508 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 3.76% 140161 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 3.65% 136029 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 3.59% 133698 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 2.71% 101148 java.lang.Character#isHighSurrogate():9464 [Inlined code] 2.60% 96726 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 2.51% 93652 java.lang.Integer#rotateLeft():1650 [Inlined code] 1.78% 66160 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.63% 60806 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 1.53% 57207 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.37% 51132 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 1.34% 49895 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.33% 49667 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.16% 43140 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 1.11% 41246 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.03% 38521 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 1.00% 37348 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 0.98% 36372 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.96% 35945 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 0.93% 34846 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] 0.92% 34421 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] 0.81% 30112 java.lang.Character#toChars():9872 [Inlined code] 0.72% 26807 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.71% 26562 java.lang.ThreadLocal#get():171 [Inlined code] 0.68% 25518 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] 0.68% 25504 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.55% 20389 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] 0.53% 19862 java.lang.Character#codePointAt():9662 [Inlined code] 0.52% 19415 org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] 0.50% 18561 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.50% 18472 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.48% 17906 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] 0.47% 17659 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():169 [JIT compiled code] 0.47% 17572 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 0.45% 16895 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] 0.43% 16151 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.42% 15558 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.41% 15165 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.41% 15137 java.lang.Character#toLowerCase():11251 [Inlined code] 0.38% 14259 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] 0.38% 14174 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] 0.37% 13942 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.35% 13073 java.lang.Character#codePointAt():9665 [Inlined code] 0.35% 13056 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] 0.34% 12587 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] 0.33% 12233 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] 0.33% 12181 org.apache.lucene.codecs.CompetitiveImpactAccumulator#add():67 [Inlined code] 0.32% 12055 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [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 234.13 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3727035 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 6.84% 254845 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 6.15% 229300 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 3.76% 139992 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 3.62% 134951 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [Inlined code] 3.56% 132759 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.70% 100592 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 2.60% 96726 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 2.51% 93651 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 1.78% 66159 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.63% 60806 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 1.53% 57010 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [Inlined code] 1.50% 55781 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 1.40% 52135 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 1.37% 51117 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.34% 49895 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 1.33% 49667 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.24% 46074 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 1.22% 45518 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 1.16% 43140 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 1.11% 41246 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.02% 38009 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.98% 36354 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.93% 34846 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 0.92% 34421 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] 0.81% 30112 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 0.70% 26267 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] 0.68% 25518 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] at org.apache.lucene.document.IntField#setIntValue():97 [Inlined code] 0.58% 21784 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.55% 20389 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] 0.55% 20379 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.50% 18504 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.48% 17901 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] at org.apache.lucene.index.DocIDMerger$SequentialDocIDMerger#next():123 [Inlined code] 0.47% 17658 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():169 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.47% 17541 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.46% 17088 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [JIT compiled code] 0.45% 16895 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] 0.45% 16812 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] 0.43% 16050 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.42% 15494 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.41% 15174 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.39% 14591 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.38% 14259 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.38% 14154 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.37% 13942 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.36% 13581 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.36% 13252 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.35% 13129 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.35% 13055 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():170 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.34% 12587 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.33% 12473 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [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.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 234.13 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3727035 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 6.72% 250491 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.76% 139953 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.49% 129985 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 3.08% 114867 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] 3.06% 113877 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] 2.64% 98224 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 2.58% 96274 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 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 2.49% 92689 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 [Inlined code] 2.13% 79221 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.78% 66159 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.52% 56707 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [Inlined 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.39% 51772 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.37% 51112 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.34% 49895 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.33% 49667 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.23% 45720 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.16% 43080 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.11% 41246 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.10% 41142 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.09% 40665 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.05% 39282 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.98% 36354 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.93% 34846 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.92% 34421 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.81% 30112 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.72% 26768 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.70% 26156 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] at perf.LineFileDocs#nextDoc():610 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.68% 25402 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.58% 21780 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.58% 21683 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] 0.57% 21387 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.55% 20389 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.53% 19921 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.50% 18504 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.47% 17658 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.46% 17086 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.45% 16895 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 0.42% 15746 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] 0.41% 15353 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 [Inlined code] 0.39% 14660 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% 14591 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 0.39% 14501 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.38% 14259 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.38% 14217 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#byteAt():77 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#getBucket():207 [Inlined code] 0.38% 14154 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.37% 13942 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.36% 13334 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.35% 13055 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.35% 13012 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.35% 12956 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-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 234.13 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3727035 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.43% 127925 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] 3.29% 122566 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.89% 107692 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [Inlined 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] 2.64% 98224 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.39% 89082 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] 2.38% 88752 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] 2.13% 79221 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.0x000000002a1ec6b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 2.03% 75790 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 [Inlined 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] 1.81% 67641 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.65% 61560 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.31% 48879 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 [Inlined 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] 1.23% 45718 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.17% 43618 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 [Inlined 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] 1.16% 43079 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.11% 41540 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [Inlined 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.10% 41128 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.09% 40663 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% 32988 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.86% 32062 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.84% 31335 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% 29939 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.77% 28785 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.70% 26156 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] at perf.LineFileDocs#nextDoc():610 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.68% 25402 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% 25339 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.68% 25249 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 [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.68% 25245 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.65% 24408 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 [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.65% 24078 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.64% 24022 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.62% 22987 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.59% 21984 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.58% 21665 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.58% 21465 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.57% 21065 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% 19884 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.53% 19756 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.50% 18504 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.49% 18184 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] 0.44% 16459 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.44% 16394 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.42% 15725 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.42% 15596 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.39% 14651 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% 14581 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] 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.39% 14500 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.39% 14417 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.38% 14171 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#byteAt():77 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#getBucket():207 [Inlined code] at org.apache.lucene.util.BytesRefHash$1$1#buildHistogram():223 [JIT compiled code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogramPart2():267 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogramPart1():257 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#computeCommonPrefixLengthAndBuildHistogram():220 [JIT compiled code] 0.38% 14141 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.37% 13765 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] 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 234.13 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3727035 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 2.87% 106923 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [Inlined 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.68% 99725 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] 2.55% 95057 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] 2.39% 89082 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] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 2.38% 88752 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] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] at perf.IndexThreads$IndexThread#run():419 [JIT compiled code] 2.13% 79221 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.0x000000002a1ec6b0#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] 2.02% 75235 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 [Inlined 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] 1.80% 67149 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] 1.64% 61070 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.13% 42005 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.11% 41246 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [Inlined 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.09% 40772 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 [Inlined 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] 1.08% 40129 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.07% 39768 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] 1.06% 39388 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] 1.01% 37507 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.00% 37227 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] 0.99% 37076 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 [Inlined 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] 0.87% 32578 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.85% 31772 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.84% 31132 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% 29720 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.75% 27920 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.73% 27268 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.71% 26389 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.70% 26156 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():570 [Inlined code] at perf.LineFileDocs#nextDoc():610 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.68% 25402 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.67% 25029 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.65% 24343 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 [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.64% 23912 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.64% 23865 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% 23323 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 [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.59% 22076 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.59% 21814 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.58% 21487 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.56% 20927 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% 19884 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.53% 19594 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.48% 18034 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.48% 17964 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] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.44% 16264 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.44% 16223 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():56 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():49 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():694 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#readByte():754 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer$3#longValue():396 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():289 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.42% 15585 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.42% 15510 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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% 15074 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.39% 14651 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.0x000000002a1ec6b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.39% 14492 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] 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.39% 14417 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.39% 14404 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.38% 14047 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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 234.13 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 274985 events (total: 344416M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.33% 52815M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 8.85% 30492M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 8.83% 30397M java.lang.StringUTF16#compress():212 [Inlined code] 6.53% 22498M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 6.51% 22431M perf.LineFileDocs#readDocs():176 [JIT compiled code] 4.03% 13866M java.lang.StringUTF16#compress():216 [Inlined code] 3.44% 11865M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 3.42% 11777M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 3.37% 11592M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.78% 9574M org.apache.lucene.util.BytesRef#():71 [Inlined code] 2.64% 9106M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 2.28% 7859M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 2.17% 7475M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.86% 6402M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.81% 6238M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.63% 5630M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.62% 5575M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.48% 5087M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.46% 5011M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.38% 4768M java.util.TreeMap#keyIterator():1421 [Inlined code] 1.22% 4190M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.16% 4006M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 1.16% 3992M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.84% 2878M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.67% 2313M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.63% 2164M java.nio.HeapByteBuffer#():75 [Inlined code] 0.57% 1969M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] 0.56% 1939M java.util.ArrayList#grow():240 [Inlined code] 0.56% 1921M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.53% 1810M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.48% 1646M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] 0.47% 1608M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.45% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] 0.44% 1499M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.41% 1395M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.38% 1299M java.lang.Long#valueOf():1000 [Inlined code] 0.37% 1287M java.util.ArrayDeque#():179 [Inlined code] 0.30% 1025M perf.LineFileDocs#intToID():299 [Inlined code] 0.29% 1009M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.29% 1008M perf.LineFileDocs#intToID():305 [Inlined code] 0.29% 993M perf.LineFileDocs#nextDoc():652 [JIT compiled code] 0.27% 937M java.util.List#of():935 [Inlined code] 0.27% 926M perf.LineFileDocs#nextDoc():739 [JIT compiled code] 0.26% 910M perf.LineFileDocs#nextDoc():644 [JIT compiled code] 0.26% 905M org.apache.lucene.document.IntField#binaryValue():87 [JIT compiled code] 0.26% 891M perf.LineFileDocs#nextDoc():654 [JIT compiled code] 0.26% 888M org.apache.lucene.document.LongField#binaryValue():90 [JIT compiled code] 0.23% 788M org.apache.lucene.document.LongField#binaryValue():88 [JIT compiled code] 0.23% 777M org.apache.lucene.util.PagedBytes$PagedBytesDataOutput#writeBytes():412 [Inlined code] 0.22% 745M 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 234.13 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 274985 events (total: 344416M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.32% 52769M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 8.85% 30474M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 8.83% 30397M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 6.53% 22498M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 6.51% 22431M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.03% 13866M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 3.44% 11865M 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.30% 11380M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.70% 9282M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 2.66% 9155M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 2.55% 8799M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.28% 7836M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 2.17% 7475M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.86% 6402M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.81% 6238M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.63% 5630M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.62% 5575M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.48% 5087M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.46% 5011M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.38% 4768M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 1.22% 4190M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.16% 3992M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.14% 3930M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [Inlined code] 0.83% 2845M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.76% 2621M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.67% 2313M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.63% 2164M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 0.56% 1939M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.53% 1810M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.48% 1646M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.47% 1608M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.45% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.41% 1395M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.38% 1299M java.lang.Long#valueOf():1000 [Inlined code] at org.apache.lucene.document.Field#setLongValue():381 [Inlined code] 0.37% 1284M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.32% 1085M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.31% 1069M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.30% 1025M perf.LineFileDocs#intToID():299 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.29% 1009M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.29% 1008M perf.LineFileDocs#intToID():305 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.29% 993M perf.LineFileDocs#nextDoc():652 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.29% 984M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():737 [JIT compiled code] 0.27% 937M java.util.List#of():935 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1883 [JIT compiled code] 0.27% 937M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():753 [JIT compiled code] 0.27% 926M perf.LineFileDocs#nextDoc():739 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.26% 910M perf.LineFileDocs#nextDoc():644 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.26% 899M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():742 [JIT compiled code] 0.26% 891M perf.LineFileDocs#nextDoc():654 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.26% 888M org.apache.lucene.document.LongField#binaryValue():90 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1252 [Inlined code] 0.24% 842M org.apache.lucene.document.IntField#binaryValue():87 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():1252 [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.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 234.13 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 274985 events (total: 344416M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.32% 52769M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.49% 29247M 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.97% 27457M 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.51% 22431M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.10% 17580M 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.00% 13769M 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.29% 11331M 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.61% 8993M 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.51% 8661M 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.28% 7836M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.17% 7475M 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.86% 6402M 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.81% 6238M 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.69% 5836M 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.68% 5791M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 1.63% 5630M 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.62% 5575M 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.48% 5087M 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.46% 5011M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.38% 4768M 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.22% 4190M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.16% 3992M 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% 3608M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [Inlined 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.98% 3369M 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.93% 3196M 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.88% 3023M 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.76% 2601M 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.68% 2348M 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.67% 2292M 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.59% 2040M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000002a180570#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.56% 1939M 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.48% 1646M 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.46% 1596M 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.41% 1420M 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.39% 1339M 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 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():343 [Inlined code] 0.37% 1266M 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.32% 1119M 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.32% 1110M 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 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.31% 1067M 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.31% 1062M 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% 1025M 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.29% 1009M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.29% 1008M 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% 993M perf.LineFileDocs#nextDoc():652 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.29% 984M 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.27% 937M 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.27% 937M 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 perf.LineFileDocs#nextDoc():739 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for heap at stackSize=8 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 234.13 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 274985 events (total: 344416M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.32% 52769M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.95% 27371M 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.51% 22431M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.31% 14847M 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] 3.99% 13726M 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.32% 7997M 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.28% 7836M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.16% 7447M 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.77% 6091M 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.71% 5877M 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.69% 5836M 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.0x000000002a1ec6b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.64% 5655M 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.0x000000002a1ec6b0#merge() [Interpreted code] 1.63% 5630M 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 [Inlined 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% 5422M 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.56% 5368M 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 [Inlined 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.55% 5323M 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 [Inlined 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.48% 5087M 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 [Inlined 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.39% 4793M 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 [Inlined 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.24% 4270M 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 [Inlined 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.22% 4190M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.17% 4028M 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.0x000000002a1ec6b0#merge() [Interpreted code] 1.13% 3908M 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.01% 3469M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [Inlined 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.92% 3153M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.91% 3131M 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 [Inlined 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.88% 3039M 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.88% 3023M 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.83% 2852M 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.83% 2849M 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.76% 2610M 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% 2599M 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.72% 2484M 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.72% 2469M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 0.70% 2413M 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.68% 2330M 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.67% 2292M 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.66% 2265M 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.64% 2189M 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.54% 1850M 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.53% 1823M 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.52% 1787M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000002a180570#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.48% 1660M 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.43% 1495M 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% 1420M 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% 1327M 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.37% 1289M 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.36% 1256M 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] 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] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm():1039 [Inlined code] 0.36% 1240M 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.32% 1119M 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] 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 234.13 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 274985 events (total: 344416M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.32% 52769M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.95% 27371M 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.51% 22431M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.31% 14847M 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.0x000000002a1ec6b0#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] 3.99% 13726M 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.28% 7836M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.16% 7447M 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.0x000000002a1ec6b0#merge() [Interpreted code] 2.12% 7311M 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] 1.77% 6091M 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.0x000000002a1ec6b0#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.69% 5836M 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.0x000000002a1ec6b0#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.65% 5683M 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.64% 5655M 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.0x000000002a1ec6b0#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.46% 5039M 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 [Inlined 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.45% 4986M 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 [Inlined 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.44% 4942M 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 [Inlined 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.38% 4744M 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 [Inlined 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.28% 4424M 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 [Inlined 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% 4203M 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.22% 4190M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.17% 4028M 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.0x000000002a1ec6b0#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.17% 4025M 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 [Inlined 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.01% 3469M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [Inlined 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.92% 3153M 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.88% 3023M 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% 2877M 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 [Inlined 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.83% 2849M 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 [JIT compiled code] 0.82% 2836M 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.81% 2778M 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 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.72% 2469M 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.70% 2398M 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.68% 2358M 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 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():450 [JIT compiled code] 0.68% 2338M 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 [JIT compiled code] 0.68% 2330M 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.67% 2314M 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.67% 2292M 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.0x000000002a1ec6b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.66% 2265M 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.64% 2189M 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.54% 1850M 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.0x000000002a1ec6b0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.54% 1844M 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.51% 1741M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000002a180570#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] at org.apache.lucene.store.ByteBuffersDataOutput#writeByte():187 [Inlined code] at org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#append():138 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingBlock#compileIndex():488 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlocks():682 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#pushTerm():1039 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():995 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.50% 1719M 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.45% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.41% 1420M 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% 1358M 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 [Inlined code] 0.37% 1289M 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% 1283M 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.36% 1240M 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% 1219M 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.35% 1206M 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.33% 1131M 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.18.10.03.33/nrtIndexMediumDocs.log move vmstat log to /l/logs.nightly/2026.05.18.10.03.33/nrtIndexMediumDocs.vmstat.log move top log to /l/logs.nightly/2026.05.18.10.03.33/nrtIndexMediumDocs.top.log [2026-05-19 02:33:57.001631] took 186.7 sec [2026-05-19 02:33:57.005802] run CheckIndex [2026-05-19 02:33:57.005878] 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.18.10.03.33/checkIndex.nrtIndexMediumDocs.log 2>&1 [2026-05-19 02:41:59.561788] took 482.6 sec [2026-05-19 02:41:59.563146] nrtMedIndexAtClose 28 segments: segments_2: _1a(11.0.0):C442728 _1k(11.0.0):C562548 _4y(11.0.0):C6548772 _23(11.0.0):C900996 _78(11.0.0):C7072788 _5n(11.0.0):C921073 _8j(11.0.0):C7232676 _6c(11.0.0):C875636 _5w(11.0.0):C121128 _7h(11.0.0):C926778 _5x(11.0.0):C119690 _61(11.0.0):C119568 _8h(11.0.0):C151213 _8i(11.0.0):C686713 _7y(11.0.0):C62012 _7j(11.0.0):C107086 _83(11.0.0):C44647 _7m(11.0.0):C103896 _82(11.0.0):C50450 _7l(11.0.0):C98676 _81(11.0.0):C48537 _7v(11.0.0):C69548 _7z(11.0.0):C57541 _7i(11.0.0):C107577 _80(11.0.0):C51590 _7x(11.0.0):C66580 _86(11.0.0):C32521 _84(11.0.0):C42070 [2026-05-19 02:41:59.563403] 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.18.10.03.33/nrt.log 2>&1 [2026-05-19 03:12:00.594308] took 1801.0 sec [2026-05-19 03:12:00.598800] drop: 492.1 497.7 506.4 516.1 523.7 526.5 526.8 526.9 528.0 528.8 530.3 530.4 531.3 531.7 532.0 532.1 532.3 532.3 532.6 532.6 533.1 533.1 533.2 533.3 533.5 533.6 533.6 533.9 533.9 534.0 534.3 534.3 534.5 534.6 534.9 [2026-05-19 03:12:00.599177] times: 21.2 21.3 21.4 21.6 21.6 21.8 22.0 22.2 22.2 22.2 22.3 22.3 22.4 22.5 22.5 22.6 22.6 22.7 22.7 22.8 22.8 22.9 22.9 22.9 23.0 23.0 23.0 23.1 23.1 23.1 23.1 23.2 23.2 23.3 23.3 23.3 23.3 23.3 23.4 23.4 23.4 23.4 23.4 23.5 23.5 23.5 23.5 23.5 23.5 23.6 23.6 23.6 23.6 23.7 23.7 23.7 23.7 23.7 23.7 23.7 23.8 23.8 23.8 23.8 23.9 23.9 23.9 23.9 23.9 24.0 24.0 24.0 24.0 24.0 24.0 24.1 24.1 24.1 24.2 24.2 24.2 24.3 24.4 24.4 24.4 24.4 24.4 24.4 24.5 24.5 24.5 24.6 24.6 24.6 24.6 24.6 24.6 24.6 24.7 24.7 24.7 24.8 24.8 24.8 24.8 24.8 24.8 24.9 24.9 24.9 24.9 25.0 25.0 25.0 25.0 25.0 25.0 25.0 25.0 25.1 25.1 25.1 25.1 25.1 25.1 25.2 25.2 25.2 25.2 25.3 25.3 25.4 25.4 25.4 25.4 25.4 25.5 25.5 25.5 25.5 25.5 25.5 25.5 25.5 25.5 25.5 25.6 25.6 25.6 25.6 25.6 25.7 25.7 25.8 25.9 25.9 25.9 25.9 26.0 26.0 26.0 26.0 26.0 26.0 26.1 26.1 26.1 26.1 26.2 26.2 26.2 26.2 26.2 26.3 26.3 26.3 26.3 26.4 26.4 26.4 26.4 26.4 26.4 26.4 26.4 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.7 26.7 26.8 26.8 26.8 26.8 26.9 27.0 27.0 27.0 27.0 27.0 27.0 27.1 27.1 27.1 27.2 27.2 27.2 27.2 27.2 27.3 27.3 27.3 27.3 27.4 27.4 27.4 27.4 27.4 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.8 27.8 27.8 27.9 27.9 27.9 27.9 28.0 28.0 28.0 28.0 28.1 28.1 28.2 28.2 28.2 28.2 28.2 28.3 28.4 28.4 28.4 28.5 28.5 28.6 28.7 28.7 28.7 28.7 28.7 28.8 28.8 28.8 28.8 28.8 28.8 28.8 28.9 28.9 28.9 28.9 28.9 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.2 29.2 29.2 29.2 29.2 29.2 29.3 29.3 29.3 29.3 29.3 29.3 29.4 29.4 29.4 29.4 29.4 29.4 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.0 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.1 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.6 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.7 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 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.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.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.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.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.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.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.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 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.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.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.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.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.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.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.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 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.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.3 34.3 34.3 34.4 34.4 34.4 34.4 34.5 34.5 34.5 34.6 34.6 34.6 34.6 34.7 34.7 34.7 34.8 34.8 34.8 34.8 34.8 34.9 34.9 35.0 35.0 35.0 35.0 35.0 35.1 35.7 35.9 36.0 36.1 36.3 36.7 37.0 37.1 37.1 37.2 37.5 37.6 37.7 37.8 37.9 37.9 37.9 38.1 38.1 38.4 38.5 38.8 38.9 39.4 39.5 39.5 39.6 39.7 39.7 39.8 40.0 143.2 144.4 153.1 153.9 162.7 163.1 168.5 175.8 182.8 197.3 201.0 211.6 215.2 216.1 217.1 218.3 218.3 218.6 218.8 219.1 219.7 219.9 220.1 220.1 220.3 220.8 221.0 221.4 221.8 221.9 222.3 222.5 223.0 223.2 223.9 224.6 224.6 224.8 225.1 225.3 225.7 228.5 231.8 238.2 240.8 243.7 244.9 245.0 245.2 246.2 247.8 249.8 250.4 261.0 261.2 266.1 269.3 269.9 271.9 281.1 286.2 287.2 296.5 297.7 298.9 301.5 306.8 318.4 319.9 320.2 324.8 324.9 326.0 326.0 326.8 326.8 328.1 329.2 331.8 332.7 334.1 339.5 341.3 342.4 343.1 343.7 343.9 344.3 345.3 345.8 346.1 346.1 347.2 348.7 349.0 349.4 349.8 350.1 350.3 350.3 350.4 351.1 351.1 351.3 352.8 353.3 353.3 354.0 354.4 356.2 357.5 357.6 358.2 359.2 360.1 360.1 360.6 362.4 364.9 370.0 379.5 385.9 388.5 389.1 394.6 396.7 397.9 407.2 420.1 422.8 425.4 427.4 428.9 429.9 435.9 438.0 439.1 440.1 441.3 450.3 450.6 451.3 457.9 458.8 461.4 461.5 461.8 462.2 462.3 462.6 462.8 463.0 463.4 463.7 464.0 464.1 464.3 464.5 465.0 465.1 465.8 467.5 468.0 468.1 469.7 469.9 470.2 470.4 470.7 471.0 471.1 471.2 471.9 472.0 473.0 473.1 473.5 474.2 475.9 477.1 477.5 478.3 479.9 480.9 484.9 487.8 489.1 [2026-05-19 03:12:00.599322] NRT reopen time (msec) mean=64.0551 stdDev=101.4096 [2026-05-19 03:12:00.599328] run CheckIndex [2026-05-19 03:12:00.599398] 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.18.10.03.33/checkIndex.nrt.log 2>&1 [2026-05-19 03:19:43.542479] took 462.9 sec [2026-05-19 03:19:44.499574] 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=999002 Profiler summary for /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Version: 2.1 Chunks: 15 Start: 2026-05-19 07:19:44 (UTC) Duration: 119 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 3995165 83181009 jdk.CPUTimeSample 3357412 58944170 jdk.FileRead 624179 14684764 jdk.ObjectAllocationInNewTLAB 417608 7360925 jdk.ObjectAllocationOutsideTLAB 117172 1882318 jdk.BooleanFlag 10380 328745 jdk.Compilation 5815 149450 jdk.CPULoad 2134 42079 jdk.UnsignedIntFlag 930 32105 jdk.IntFlag 840 30125 jdk.Checkpoint 780 24388066 jdk.StringFlag 675 25155 jdk.GarbageCollection 41 968 jdk.CPUInformation 15 22525 jdk.GCConfiguration 15 385 jdk.JVMInformation 15 15625 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-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 183.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3357410 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 15.59% 523416 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [JIT compiled code] 5.19% 174243 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 4.62% 155003 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 4.62% 155000 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 3.53% 118659 java.lang.Character#codePointAtImpl():9670 [Inlined code] 3.15% 105781 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 2.98% 100112 java.lang.Integer#rotateLeft():1650 [Inlined code] 2.83% 94904 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 2.67% 89707 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 2.26% 75869 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 1.98% 66331 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.61% 54164 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.42% 47797 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.42% 47561 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 1.28% 42860 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] 1.20% 40301 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.11% 37171 org.apache.lucene.util.AttributeSource#getCurrentState():254 [Inlined code] 1.03% 34672 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 0.98% 33043 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 0.97% 32678 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.90% 30065 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] 0.71% 23789 java.lang.Character#isHighSurrogate():9464 [Inlined code] 0.71% 23698 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 0.69% 23287 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.60% 20105 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 0.56% 18814 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] 0.52% 17346 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.50% 16786 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] 0.46% 15382 java.lang.Character#toChars():9872 [Inlined code] 0.44% 14617 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.43% 14450 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.42% 13988 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] 0.41% 13875 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.41% 13715 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.40% 13399 org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.40% 13338 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] 0.39% 13085 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.38% 12608 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.37% 12549 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.37% 12287 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] 0.36% 11992 java.lang.Character#codePointAt():9665 [Inlined code] 0.35% 11872 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():667 [Inlined code] 0.35% 11699 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] 0.35% 11597 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.34% 11557 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] 0.33% 10987 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] 0.32% 10756 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1026 [JIT compiled code] 0.32% 10587 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.31% 10507 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 0.31% 10489 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=2 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 183.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3357410 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 15.59% 523416 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 4.61% 154891 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 3.53% 118659 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 3.15% 105781 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 2.98% 100112 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 2.83% 94869 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.67% 89678 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 2.62% 87834 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [JIT compiled code] 2.57% 86338 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1743 [Inlined code] 2.26% 75869 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 2.02% 67874 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 1.98% 66328 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 1.61% 54164 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 1.42% 47797 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.42% 47557 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.28% 42843 org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1855 [JIT compiled code] 1.20% 40301 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.11% 37169 org.apache.lucene.util.AttributeSource#getCurrentState():254 [Inlined code] at org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] 1.03% 34672 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 0.97% 32672 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [Inlined code] 0.97% 32474 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 0.91% 30436 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.90% 30052 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.72% 24216 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 0.70% 23568 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 0.70% 23366 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] 0.55% 18460 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] at perf.LineFileDocs#nextDoc():648 [JIT compiled code] 0.50% 16775 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] 0.49% 16460 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.48% 16036 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.46% 15382 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 0.45% 15115 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.43% 14584 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.43% 14449 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.42% 14237 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.42% 13979 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.40% 13509 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.40% 13399 org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] 0.40% 13338 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] 0.38% 12608 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [JIT compiled code] 0.37% 12549 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.37% 12279 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.35% 11689 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.34% 11556 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.33% 11107 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.33% 10987 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] 0.33% 10948 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.32% 10890 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.32% 10736 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1026 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.32% 10585 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=4 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 183.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3357410 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 15.59% 523414 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [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] 4.61% 154771 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] 3.43% 115268 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 [JIT compiled code] 3.11% 104290 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.96% 99535 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] 2.67% 89653 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] 2.61% 87709 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] 2.57% 86304 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] 2.26% 75862 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.98% 66319 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 1.45% 48519 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.43% 48087 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.42% 47769 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.42% 47557 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] 1.39% 46769 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.20% 40291 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.11% 37166 org.apache.lucene.util.AttributeSource#getCurrentState():254 [Inlined code] at org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 0.92% 30904 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] 0.90% 30065 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.90% 30050 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.89% 29965 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.74% 24857 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.72% 24099 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.70% 23366 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] 0.65% 21660 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.63% 21037 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.58% 19595 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.58% 19371 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] 0.57% 19022 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.52% 17478 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.50% 16775 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% 16036 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.46% 15378 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 [Inlined code] 0.45% 15114 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.43% 14584 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.43% 14447 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.42% 14236 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.42% 13969 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.41% 13601 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.40% 13323 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#postings():250 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.39% 13243 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():52 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1767 [JIT compiled code] 0.39% 13072 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% 12605 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.37% 12542 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.37% 12267 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [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.35% 11675 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.34% 11556 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1020 [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.33% 11103 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.32% 10823 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 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 0.32% 10726 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1026 [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 183.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3357410 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 7.83% 262971 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [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] 7.75% 260322 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [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] 2.51% 84310 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] 2.33% 78072 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 [Inlined code] 2.30% 77334 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 [Inlined code] 2.26% 76002 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] 2.25% 75672 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.75% 58788 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.73% 57941 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 [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] 1.71% 57289 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 [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] 1.52% 50910 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] 1.44% 48412 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.44% 48255 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] 1.43% 48087 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.0x00000000691c6000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.32% 44296 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] 1.31% 43862 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] 1.00% 33642 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] 0.96% 32365 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] 0.96% 32355 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] 0.89% 30032 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] 0.89% 29817 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] 0.87% 29264 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.81% 27060 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.73% 24451 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] 0.70% 23359 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.69% 23194 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.65% 21964 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] 0.61% 20435 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.60% 20101 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.59% 19915 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.58% 19468 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.58% 19367 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 [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] 0.57% 19187 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.55% 18319 org.apache.lucene.util.AttributeSource#getCurrentState():254 [Inlined code] at org.apache.lucene.util.AttributeSource#clearAttributes():273 [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] 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% 18234 org.apache.lucene.util.AttributeSource#getCurrentState():254 [Inlined code] at org.apache.lucene.util.AttributeSource#clearAttributes():273 [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] 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.52% 17478 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.51% 17084 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.50% 16774 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.50% 16631 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.44% 14873 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.44% 14837 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.43% 14583 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.43% 14563 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.43% 14337 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.42% 14027 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.38% 12862 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.38% 12843 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.38% 12700 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.35% 11616 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.34% 11351 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] 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 183.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3357410 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 7.81% 262123 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [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 [Inlined code] 7.73% 259551 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [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 [Inlined code] 2.31% 77436 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 [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] 2.28% 76656 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 [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] 2.25% 75501 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 2.03% 68276 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 [Inlined code] 2.03% 68073 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 [Inlined code] 1.70% 57215 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 [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] 1.69% 56652 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 [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] 1.57% 52731 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 [Inlined code] 1.45% 48740 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] 1.43% 48087 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.0x00000000691c6000#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.39% 46692 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.37% 45935 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] 1.15% 38632 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 [Inlined code] 1.13% 37992 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 [Inlined code] 0.90% 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.87% 29115 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 [Inlined code] 0.87% 29085 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 [Inlined code] 0.86% 28770 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] 0.81% 27336 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.80% 26739 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.66% 22059 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.62% 20823 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.59% 19717 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.59% 19660 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 [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.57% 19201 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 [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.56% 18802 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.54% 18140 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.52% 17478 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.51% 17122 org.apache.lucene.util.AttributeSource#getCurrentState():254 [Inlined code] at org.apache.lucene.util.AttributeSource#clearAttributes():273 [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] 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.51% 17085 org.apache.lucene.util.AttributeSource#getCurrentState():254 [Inlined code] at org.apache.lucene.util.AttributeSource#clearAttributes():273 [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] 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.50% 16860 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 [Inlined code] 0.50% 16774 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.0x00000000691c6000#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.45% 15227 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.45% 15120 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.43% 14570 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.41% 13696 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.40% 13374 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.39% 13017 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.39% 13012 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 [Inlined code] 0.36% 12031 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.34% 11382 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.30% 10169 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.30% 10076 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.30% 10031 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocument():1491 [Inlined code] 0.29% 9801 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.29% 9771 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 [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] 0.28% 9499 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 [Inlined code] 0.28% 9298 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 [Inlined 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-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 183.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 534750 events (total: 289826M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.33% 44426M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 12.30% 35642M java.lang.StringUTF16#compress():216 [Inlined code] 9.04% 26194M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 8.80% 25499M java.lang.StringUTF16#compress():212 [Inlined code] 7.50% 21746M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 7.00% 20285M perf.LineFileDocs#readDocs():176 [JIT compiled code] 3.07% 8906M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 3.04% 8809M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 2.88% 8357M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.77% 8026M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 1.90% 5512M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.85% 5366M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.81% 5257M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.81% 5243M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.76% 5106M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.70% 4933M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.70% 4918M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.65% 4791M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.36% 3942M perf.LineFileDocs#nextDoc():642 [JIT compiled code] 1.28% 3718M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 1.07% 3092M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 1.05% 3037M java.util.TreeMap#keyIterator():1421 [Inlined code] 0.90% 2610M perf.LineFileDocs#nextDoc():647 [Interpreted code] 0.56% 1628M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] 0.56% 1617M java.nio.HeapByteBuffer#():75 [Inlined code] 0.53% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] 0.52% 1503M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.52% 1493M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.50% 1461M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.45% 1299M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.32% 923M java.util.ArrayList#grow():240 [Inlined code] 0.26% 739M java.util.ArrayDeque#():179 [Inlined code] 0.22% 627M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.17% 481M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] 0.16% 458M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] 0.15% 434M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.14% 408M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.14% 403M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.14% 393M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.12% 361M perf.LineFileDocs#nextDoc():649 [JIT compiled code] 0.12% 343M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.11% 326M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.11% 318M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():725 [JIT compiled code] 0.10% 289M perf.LineFileDocs#nextDoc():652 [JIT compiled code] 0.09% 267M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] 0.09% 266M perf.LineFileDocs#nextDoc():605 [Interpreted code] 0.08% 235M java.lang.Thread#beforeSleep():473 [Interpreted code] 0.08% 230M perf.LineFileDocs#nextDoc():654 [JIT compiled code] 0.08% 229M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined code] 0.08% 220M 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 183.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 534750 events (total: 289826M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.47% 41948M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 12.30% 35642M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 9.04% 26194M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 8.80% 25499M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 7.50% 21746M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 7.00% 20285M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.04% 8809M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.84% 8236M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.75% 7956M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.72% 7876M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 1.90% 5512M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.85% 5366M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.81% 5257M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.76% 5106M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.75% 5070M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.70% 4933M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.70% 4918M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.61% 4661M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.28% 3718M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.17% 3383M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 1.07% 3092M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 1.05% 3037M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 0.90% 2610M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.86% 2478M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] 0.56% 1628M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1978 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.56% 1617M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 0.53% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.51% 1478M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.48% 1387M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.45% 1299M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.43% 1237M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.36% 1029M 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.26% 739M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] 0.19% 559M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] 0.17% 481M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] 0.15% 434M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.13% 390M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x00000000691a4400#newInvokeSpecial() [Inlined code] 0.13% 388M java.util.ArrayList#iterator():1030 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():126 [Interpreted code] 0.12% 356M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 0.12% 343M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():94 [Inlined code] 0.11% 326M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.10% 291M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.09% 267M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.09% 266M perf.LineFileDocs#nextDoc():605 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.09% 260M 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.09% 246M perf.LineFileDocs#nextDoc():652 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] 0.08% 235M java.lang.Thread#beforeSleep():473 [Interpreted code] at java.lang.Thread#sleepNanos():504 [Interpreted code] 0.08% 229M 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.08% 223M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():725 [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-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 183.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 534750 events (total: 289826M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.47% 41948M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 11.39% 33007M 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.04% 23314M 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.47% 21662M 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.27% 21067M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] 7.00% 20285M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 2.84% 8233M 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.75% 7956M 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.71% 7859M 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.90% 5512M 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% 5337M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 1.81% 5257M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.76% 5106M 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.75% 5070M 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.70% 4933M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.70% 4918M 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.66% 4800M 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.61% 4661M 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.29% 3734M 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.28% 3718M 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.23% 3574M 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.17% 3383M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.05% 3037M 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.03% 2971M 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.90% 2610M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.86% 2491M 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.86% 2478M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.56% 1628M 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% 1574M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000006913b480#apply() [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#appendBlock():506 [JIT compiled code] 0.53% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.51% 1478M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.51% 1465M 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.48% 1392M 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.48% 1387M 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.45% 1299M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.35% 1026M 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.26% 739M java.util.ArrayDeque#():179 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():112 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput#():138 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():82 [Inlined code] 0.23% 656M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.19% 559M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.17% 481M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#sort():134 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#radixSort():182 [JIT compiled code] 0.15% 433M 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.13% 390M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x00000000691a4400#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] 0.13% 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% 356M 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% 343M 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.10% 302M 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.10% 291M perf.LineFileDocs#nextDoc():649 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.09% 267M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.09% 266M perf.LineFileDocs#nextDoc():605 [Interpreted 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 183.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 534750 events (total: 289826M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.47% 41948M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 10.55% 30576M 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.51% 21761M 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.00% 20285M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.22% 9333M 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] 3.06% 8859M 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.47% 7162M 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.99% 5772M 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.84% 5337M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 1.76% 5102M 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.75% 5065M 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.70% 4933M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.70% 4916M 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.69% 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 [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.62% 4694M 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.62% 4680M 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.61% 4666M 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.45% 4213M 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.23% 3574M 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.0x00000000691c6000#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.20% 3471M 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% 3383M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.16% 3348M 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.15% 3338M 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.0x00000000691c6000#merge() [Interpreted code] 1.15% 3320M 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.0x00000000691c6000#merge() [Interpreted code] 1.02% 2963M 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] 0.94% 2728M 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.93% 2706M 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.90% 2621M 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.90% 2610M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.86% 2491M 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.86% 2478M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.84% 2430M 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.69% 1991M 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.60% 1733M 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.59% 1709M 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.56% 1636M 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.54% 1566M 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.54% 1552M 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% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.53% 1540M 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.51% 1478M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.50% 1448M 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.48% 1400M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000006913b480#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.48% 1380M 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.45% 1302M 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.45% 1301M 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.44% 1264M 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.42% 1215M 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.37% 1082M 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.33% 963M 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] 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 183.82 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 534750 events (total: 289826M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.47% 41948M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 10.55% 30576M 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.51% 21761M 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.00% 20285M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.06% 8859M 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.0x00000000691c6000#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.11% 6114M 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.84% 5337M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000691c6000#merge() [Interpreted code] 1.74% 5043M 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.70% 4933M 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.70% 4933M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.69% 4885M 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.67% 4853M 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.66% 4821M 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.62% 4680M 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.0x00000000691c6000#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.56% 4518M 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.51% 4377M 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.39% 4038M 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.23% 3574M 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.0x00000000691c6000#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% 3383M perf.LineFileDocs#nextDoc():642 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.15% 3338M 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.0x00000000691c6000#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.15% 3320M 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.0x00000000691c6000#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.11% 3219M 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% 3133M 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 [Inlined code] 1.08% 3131M 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] 0.96% 2783M 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.90% 2610M perf.LineFileDocs#nextDoc():647 [Interpreted code] at perf.LineFileDocs#nextDoc():588 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.89% 2573M 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.86% 2491M 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.86% 2478M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.LineFileDocs#nextDoc():588 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.84% 2430M 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.76% 2211M 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% 2051M 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.65% 1873M 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] 0.64% 1845M 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.60% 1734M 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.54% 1552M 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% 1546M perf.LineFileDocs#newDocState():509 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.53% 1540M 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.51% 1478M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000691c6000#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% 1448M 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.49% 1426M 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 [Inlined code] 0.48% 1400M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at org.apache.lucene.store.ByteBuffersDataOutput$$Lambda.0x000000006913b480#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.48% 1395M 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.48% 1380M 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.45% 1302M 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% 1301M 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.42% 1205M 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.40% 1171M 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.40% 1148M 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.37% 1082M 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1882 [JIT compiled code] move log to /l/logs.nightly/2026.05.18.10.03.33/fastIndexBigDocs.log move vmstat log to /l/logs.nightly/2026.05.18.10.03.33/fastIndexBigDocs.vmstat.log move top log to /l/logs.nightly/2026.05.18.10.03.33/fastIndexBigDocs.top.log [2026-05-19 03:23:30.675160] took 93.6 sec [2026-05-19 03:23:30.676228] bigIndexAtClose None [2026-05-19 03:23:30.677355] 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=1002342 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-19 15:13:38 (UTC) Duration: 11448 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 87696571 1665771597 jdk.FileWrite 14815314 340729849 jdk.FileRead 322459 8953279 jdk.CPULoad 216043 4536903 jdk.BooleanFlag 116256 3836952 jdk.Checkpoint 34058 97837461 jdk.ObjectAllocationInNewTLAB 33885 737796 jdk.UnsignedIntFlag 10416 373464 jdk.IntFlag 9408 349944 jdk.StringFlag 7560 323736 jdk.ObjectAllocationOutsideTLAB 204 3656 jdk.Compilation 176 4911 jdk.CPUInformation 168 252504 jdk.GCConfiguration 168 4536 jdk.JVMInformation 168 316512 jdk.Metadata 168 18568704 jdk.GarbageCollection 67 1742 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 2043.36 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 87696570 events (total: 87M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 43.10% 37M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 35.55% 31M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 7.94% 6M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 1.50% 1M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 1.22% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] 0.99% 870503 java.util.Arrays#fill():3144 [Inlined code] 0.81% 714496 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] 0.75% 655593 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] 0.53% 467122 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.38% 331728 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.37% 321109 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.32% 280545 java.util.ArrayList#elementData():412 [Inlined code] 0.31% 271432 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.27% 239182 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.27% 235457 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] 0.23% 199317 org.apache.lucene.util.VectorUtil#dotProduct():64 [Inlined code] 0.22% 191347 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] 0.18% 160759 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.18% 154426 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] 0.17% 150901 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] 0.15% 127925 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.14% 119732 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.13% 110519 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 0.12% 108543 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.12% 107545 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.11% 93814 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] 0.11% 92986 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 0.10% 87173 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.08% 74026 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.08% 71268 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] 0.08% 70514 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] 0.08% 67143 java.util.Arrays#fill():3143 [Inlined code] 0.07% 62702 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.07% 59270 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.06% 55862 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.06% 48521 org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] 0.05% 43848 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] 0.05% 43441 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.05% 41278 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.05% 40850 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] 0.05% 39547 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 0.04% 39145 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.04% 38374 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.04% 37604 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] 0.04% 35378 org.apache.lucene.store.MemorySegmentIndexInput#seek():321 [Inlined code] 0.04% 35314 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] 0.04% 35250 org.apache.lucene.util.TernaryLongHeap#top():111 [Inlined code] 0.04% 32438 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] 0.04% 31721 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.03% 30580 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 2043.36 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 87696570 events (total: 87M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 43.10% 37M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 35.55% 31M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 7.94% 6M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 1.50% 1M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 1.19% 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.99% 870503 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.81% 714496 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.75% 655593 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():477 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.53% 467122 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] 0.37% 321109 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.32% 280507 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.31% 271432 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.27% 239182 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.27% 235457 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.26% 229679 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% 199317 org.apache.lucene.util.VectorUtil#dotProduct():64 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.22% 191347 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.17% 150901 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.16% 139875 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.15% 127925 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.14% 119732 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] 0.13% 110519 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 0.13% 110082 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.12% 107545 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():247 [JIT compiled code] 0.12% 105355 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% 89977 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.10% 85425 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.09% 79752 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.09% 76923 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.08% 67143 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.07% 62702 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.07% 59270 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.06% 49800 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.06% 48521 org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.05% 45065 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():482 [Inlined code] 0.05% 43483 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.05% 43441 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.05% 41278 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.05% 40850 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] 0.05% 39775 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.05% 39547 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.04% 38374 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():451 [JIT compiled code] 0.04% 36667 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] 0.04% 35378 org.apache.lucene.store.MemorySegmentIndexInput#seek():321 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$MultiSegmentImpl#seek():863 [Inlined code] 0.04% 35250 org.apache.lucene.util.TernaryLongHeap#top():111 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] 0.04% 34312 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():718 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] 0.04% 32723 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():254 [JIT compiled code] 0.04% 31721 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.04% 31690 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.03% 30327 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [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.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 2043.36 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 87696570 events (total: 87M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 43.10% 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] 35.53% 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] 7.94% 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.17% 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.99% 870503 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.75% 655593 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.73% 636409 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% 587402 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.53% 467122 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.50% 442026 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.37% 321109 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.33% 286215 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.31% 270881 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% 270661 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.27% 239182 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.26% 224019 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.25% 217346 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.21% 187648 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.21% 183324 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.17% 147693 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.15% 129188 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.15% 127925 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% 113743 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% 104038 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.12% 103625 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.11% 99065 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.09% 82522 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():790 [Inlined code] 0.09% 80348 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.09% 79752 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphSeek():389 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.09% 78087 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.09% 76568 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.08% 67143 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.08% 66848 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.07% 59953 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.06% 49800 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.06% 48521 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.05% 47420 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% 45046 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():482 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.05% 43441 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.05% 41129 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% 38262 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% 36081 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% 34158 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.04% 33229 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 [Inlined code] 0.04% 32330 org.apache.lucene.store.MemorySegmentIndexInput#seek():321 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$MultiSegmentImpl#seek():863 [Inlined code] at org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#vectorValue():82 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 0.04% 31721 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] 0.04% 31016 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#collect():713 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():350 [JIT compiled code] 0.03% 29675 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] at 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] 0.03% 28722 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] 0.03% 26839 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [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] 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 2043.36 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 87696570 events (total: 87M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 32.56% 28M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 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] 12.25% 10M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 10.64% 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():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] 8.71% 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] 6.26% 5M 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.34% 2M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 2.03% 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.64% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():112 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 1.64% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():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.54% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():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.47% 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.14% 997605 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 0.94% 822008 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.84% 736588 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.83% 731310 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.76% 668189 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.73% 636409 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.71% 623196 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.67% 588323 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.66% 575012 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.64% 560794 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.64% 557199 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.63% 556038 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% 467122 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.0x000000006407aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 0.46% 403828 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.31% 270881 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.29% 257667 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.26% 224019 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.26% 223994 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.25% 217346 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.23% 198629 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% 169692 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.16% 139405 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.16% 136144 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% 132914 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% 128226 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.14% 118439 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.13% 113743 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% 104575 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.12% 103625 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.0x0000000064209848#call() [JIT compiled code] 0.11% 100346 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] 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.11% 99065 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] 0.10% 86973 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% 82522 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():790 [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% 80342 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.09% 80101 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% 79959 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():790 [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.09% 78069 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 0.09% 77068 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():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1562 [JIT compiled code] 0.08% 70720 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] 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 2043.36 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 87696570 events (total: 87M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 32.56% 28M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 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] 11.00% 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 [Inlined code] 9.19% 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.34% 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] 4.28% 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.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.02% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():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.67% 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.58% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():113 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.51% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():112 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():328 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():370 [Inlined code] 1.48% 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.47% 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.14% 997605 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():790 [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.99% 869451 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.84% 736588 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.0x0000000064209848#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.81% 711538 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.80% 703263 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.80% 700429 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.73% 636409 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.0x0000000064209848#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.71% 623008 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.65% 571908 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.63% 553172 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.63% 551202 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.60% 525007 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.0x0000000064209848#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.56% 493332 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% 467122 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.0x000000006407aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.51% 445706 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.43% 372858 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.40% 348242 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.33% 292866 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.32% 280195 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% 257642 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():790 [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.29% 255412 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.28% 249202 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.28% 242182 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.27% 239986 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.26% 223994 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.0x0000000064209848#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.25% 217346 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.0x0000000064209848#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.24% 210876 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.0x0000000064209848#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% 203200 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.22% 188781 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% 157115 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.0x0000000064209848#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.18% 154796 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.18% 154593 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.16% 144523 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.16% 141642 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.16% 139405 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.0x0000000064209848#call() [JIT compiled code] 0.15% 135751 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% 132914 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.0x0000000064209848#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.15% 130813 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():515 [Inlined code] 0.15% 128226 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] 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 2043.36 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34085 events (total: 646644M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.22% 98419M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 14.54% 94041M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 5.01% 32413M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 5.01% 32371M java.nio.HeapByteBuffer#():75 [Inlined code] 4.75% 30695M perf.LineFileDocs#readVector():212 [Inlined code] 3.22% 20809M org.apache.lucene.util.BytesRef#():71 [Inlined code] 2.47% 15960M java.util.Arrays#copyOf():3478 [Inlined code] 2.36% 15279M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] 2.04% 13181M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.93% 12505M perf.LineFileDocs#nextDoc():647 [JIT compiled code] 1.71% 11052M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] 1.62% 10489M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 1.56% 10081M java.util.Arrays#copyOf():3537 [Inlined code] 1.45% 9367M java.lang.StringUTF16#compress():212 [Inlined code] 1.43% 9251M java.util.Arrays#copyOfRange():3849 [Inlined code] 1.36% 8794M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 1.30% 8437M java.util.ArrayList#grow():240 [Inlined code] 1.18% 7662M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 1.18% 7641M java.lang.AbstractStringBuilder#():101 [Inlined code] 1.09% 7025M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.01% 6529M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] 0.95% 6163M org.apache.lucene.document.StringField#():61 [Inlined code] 0.89% 5745M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] 0.89% 5742M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] 0.88% 5693M java.util.HashMap#newNode():1910 [Inlined code] 0.78% 5070M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 0.76% 4946M java.lang.StringBuilder#toString():478 [Inlined code] 0.74% 4815M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 0.68% 4416M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.61% 3974M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] 0.61% 3912M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] 0.54% 3519M java.util.HashMap#resize():711 [JIT compiled code] 0.52% 3344M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.52% 3338M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.50% 3231M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] 0.49% 3186M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 0.49% 3182M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():423 [JIT compiled code] 0.47% 3042M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.46% 2991M java.lang.StringUTF16#compress():216 [Inlined code] 0.42% 2733M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.42% 2707M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.40% 2584M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] 0.38% 2435M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.38% 2429M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.37% 2398M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.37% 2395M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#loadBlock():195 [JIT compiled code] 0.37% 2376M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.35% 2234M java.lang.Long#valueOf():1000 [Inlined code] 0.35% 2233M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] 0.34% 2227M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=2 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2043.36 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34085 events (total: 646644M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.22% 98419M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 14.03% 90727M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 5.01% 32413M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] 4.93% 31878M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 4.75% 30695M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 3.22% 20798M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 2.47% 15960M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] 2.36% 15279M 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.04% 13181M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():674 [Inlined code] 1.93% 12505M perf.LineFileDocs#nextDoc():647 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 1.71% 11052M 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.62% 10489M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 1.56% 10081M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] 1.45% 9367M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.43% 9251M java.util.Arrays#copyOfRange():3849 [Inlined code] at java.lang.String#():4863 [Inlined code] 1.36% 8794M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] 1.30% 8437M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 1.18% 7662M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 1.18% 7641M java.lang.AbstractStringBuilder#():101 [Inlined code] at java.lang.StringBuilder#():106 [Inlined code] 1.09% 7025M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.89% 5745M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge():181 [JIT compiled code] 0.89% 5742M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] 0.76% 4946M java.lang.StringBuilder#toString():478 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():592 [JIT compiled code] 0.76% 4919M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 0.74% 4815M 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.68% 4416M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] at java.lang.StringConcatHelper#newArray():578 [Inlined code] 0.61% 3974M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():466 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():399 [JIT compiled code] 0.61% 3912M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] 0.61% 3912M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#():106 [Inlined code] 0.59% 3783M org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] 0.52% 3344M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.52% 3338M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.51% 3313M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.50% 3231M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] 0.49% 3186M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.46% 2991M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.42% 2733M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.42% 2707M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.42% 2686M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#computeIfAbsent():1241 [JIT compiled code] 0.40% 2617M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] 0.40% 2584M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] 0.37% 2398M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.37% 2395M 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.37% 2376M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.35% 2289M java.util.HashMap#resize():711 [JIT compiled code] at java.util.HashMap#computeIfAbsent():1207 [JIT compiled code] 0.35% 2285M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():306 [JIT compiled code] 0.35% 2233M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] 0.34% 2183M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.33% 2163M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.32% 2098M org.apache.lucene.facet.FacetsConfig#lambda$build$0():279 [Inlined code] at org.apache.lucene.facet.FacetsConfig$$Lambda.0x00000000641b22b0#apply() [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=4 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2043.36 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34085 events (total: 646644M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 13.91% 89963M 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.98% 83906M 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.01% 32413M 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] 4.93% 31878M 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] 4.75% 30695M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 2.47% 15960M 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.36% 15279M 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.04% 13181M 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.93% 12505M 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] 1.62% 10489M 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.56% 10081M 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.43% 9251M 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.36% 8794M 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.32% 8546M 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.31% 8455M 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.30% 8437M 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.30% 8393M 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.09% 7025M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.07% 6932M 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.05% 6820M 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.89% 5745M 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.89% 5742M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] 0.78% 5030M 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.76% 4919M 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.73% 4717M 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.66% 4277M 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.0x000000006404c400#concat() [Inlined code] 0.61% 3974M 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.61% 3912M 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.52% 3344M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.52% 3338M 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% 3231M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():365 [JIT compiled code] 0.49% 3186M 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.48% 3088M 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.47% 3054M 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.46% 2991M 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.46% 2960M 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.44% 2843M 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.42% 2733M 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.42% 2707M 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.40% 2617M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 0.40% 2584M 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.39% 2506M 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.37% 2395M 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.37% 2376M 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.35% 2285M 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.35% 2233M 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.34% 2203M 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.34% 2183M 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.33% 2163M 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% 2098M org.apache.lucene.facet.FacetsConfig#lambda$build$0():279 [Inlined code] at org.apache.lucene.facet.FacetsConfig$$Lambda.0x00000000641b22b0#apply() [JIT compiled code] at java.util.HashMap#computeIfAbsent():1229 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():279 [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 2043.36 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34085 events (total: 646644M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.18% 52869M 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.89% 51014M 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.01% 32413M 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():783 [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] 4.93% 31878M 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.75% 30695M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.43% 28664M 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():790 [Inlined code] 3.83% 24747M 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():790 [Inlined code] 2.36% 15279M 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] 1.93% 12505M 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 1.54% 9963M 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.32% 8546M 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.30% 8393M 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 [Inlined code] 1.22% 7867M 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] 1.17% 7588M 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.12% 7270M 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.09% 7025M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.99% 6377M 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.92% 5965M 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.89% 5745M 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.89% 5742M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#addCategory():389 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():383 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] 0.71% 4621M 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.70% 4523M 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.68% 4420M 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% 4277M 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.0x000000006404c400#concat() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeSpecial() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x000000006404c800#invoke() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.store.IndexInput#getFullSliceDescription():150 [Inlined code] 0.63% 4071M 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.61% 3912M 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 [Inlined code] 0.52% 3344M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.50% 3231M 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.50% 3217M 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():790 [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.48% 3088M 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.46% 2991M 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 [Inlined code] 0.46% 2960M 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.0x00000000641df508#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.44% 2860M 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.43% 2782M 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.43% 2782M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [JIT compiled code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000641df508#merge() [JIT compiled code] 0.40% 2617M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] 0.40% 2616M 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.40% 2584M 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.39% 2541M 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.39% 2506M 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.39% 2501M 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] 0.38% 2488M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 0.37% 2416M 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():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():790 [Inlined code] 0.37% 2395M 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.36% 2304M 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.35% 2285M 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.35% 2249M 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] 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.35% 2236M 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] 0.35% 2233M 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.34% 2230M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] at java.lang.AbstractStringBuilder#append():897 [Inlined code] at java.lang.StringBuilder#append():246 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():585 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] 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 2043.36 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34085 events (total: 646644M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.18% 52869M 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.0x0000000064209848#call() [JIT compiled code] 7.89% 51014M 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.0x0000000064209848#call() [JIT compiled code] 5.01% 32413M 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():783 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 4.93% 31878M 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.75% 30695M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.43% 28664M 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():790 [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.83% 24747M 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():790 [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.36% 15279M 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 [Inlined code] 1.93% 12505M 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 1.32% 8546M 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.30% 8393M 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 1.24% 8014M 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.0x0000000064209848#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.12% 7270M 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 [Inlined code] 1.09% 7025M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.99% 6377M 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.0x0000000064209848#call() [JIT compiled code] 0.92% 5965M 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.0x00000000641df508#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.90% 5808M 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.89% 5745M 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.89% 5742M 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 [Inlined code] 0.87% 5657M 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.71% 4621M 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.69% 4488M 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 [Inlined code] 0.68% 4420M 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.63% 4071M 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.61% 3912M 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.52% 3344M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [JIT compiled code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000641df508#merge() [JIT compiled code] 0.50% 3231M 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 [Inlined code] 0.50% 3217M 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():790 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 0.48% 3088M 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.46% 2991M 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.46% 2960M 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.0x00000000641df508#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.44% 2860M 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.43% 2782M 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 0.43% 2782M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [JIT compiled code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000641df508#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] 0.40% 2617M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [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#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.40% 2616M 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] 0.40% 2584M 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 [Inlined code] 0.39% 2541M 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.39% 2506M 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.39% 2501M 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 [Inlined 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% 2488M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#build():344 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():428 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.37% 2416M 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():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():790 [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.37% 2395M 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 [Inlined code] 0.36% 2304M 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.35% 2285M 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.35% 2249M 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] 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] 0.35% 2236M 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 [Inlined 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.35% 2233M 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1600 [JIT compiled code] at org.apache.lucene.index.IndexWriter#addDocuments():1524 [Inlined code] at perf.IndexThreads$IndexThread#run():275 [JIT compiled code] 0.34% 2230M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] at java.lang.AbstractStringBuilder#append():897 [Inlined code] at java.lang.StringBuilder#append():246 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():585 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():860 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] at perf.IndexThreads$IndexThread$1$1#next():279 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThread#updateDocuments():270 [Inlined code] 0.34% 2199M 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.0x000000006404c400#concat() [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#invokeSpecial() [Inlined code] at java.lang.invoke.LambdaForm$MH.0x000000006404c800#invoke() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.store.IndexInput#getFullSliceDescription():150 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#buildSlice():656 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#slice():604 [JIT compiled code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#slice():712 [Inlined code] at org.apache.lucene.store.IndexInput#randomAccessSlice():161 [Inlined code] move log to /l/logs.nightly/2026.05.18.10.03.33/fixedIndex.log move vmstat log to /l/logs.nightly/2026.05.18.10.03.33/fixedIndex.vmstat.log move top log to /l/logs.nightly/2026.05.18.10.03.33/fixedIndex.top.log [2026-05-19 15:00:30.379029] took 39655.1 sec [2026-05-19 15:00:30.382381] run CheckIndex [2026-05-19 15:00:30.382599] 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.18.10.03.33/checkIndex.fixedIndex.log 2>&1 [2026-05-19 15:06:25.495840] took 355.1 sec [2026-05-19 15:06:25.497039] 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-19 15:06:25.497169] search run vmstat: /usr/sbin/vmstat --active --wide --timestamp --unit M 1 > /l/logs.nightly/2026.05.18.10.03.33/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.18.10.03.33/search-tasks.top.log 2>&1 to /l/logs.nightly/2026.05.18.10.03.33/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 412.6 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.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 405.8 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 412.6 s 55.0 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 409.1 s 55.6 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 408.4 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.5 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-5.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -8701999 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.5 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 405.3 s 56.1 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 416.8 s 54.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.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 417.1 s 54.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.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 414.9 s 54.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.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 415.3 s 54.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 413.1 s 54.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.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 416.5 s 54.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.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 410.2 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.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 412.2 s 55.0 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 410.2 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.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 410.5 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.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 416.3 s 54.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.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.7 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.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.3 s 55.4 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.19 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-19.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -9532070 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.19 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 416.6 s 54.5 actual sustained QPS; 2.7 CPU cores used now kill vmstat: pid=1439152 [2026-05-19 17:24:31.170330] done search (2:18:05.673140) 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.582 1.574 -0.5% 4.971 4.927 -0.9% 5.540 5.153 -7.0% 5.772 5.173 -10.4% 6.302 5.291 -16.0% ('And3Terms', None) 1.606 1.634 1.7% 3.149 3.170 0.7% 3.432 3.382 -1.5% 3.445 3.505 1.7% 3.579 3.802 6.2% ('AndHighHigh', None) 4.828 4.869 0.9% 6.879 6.849 -0.4% 7.224 6.985 -3.3% 7.960 8.136 2.2% 17.525 27.154 54.9% ('AndHighHighDayTaxoFacets', None) 69.209 69.368 0.2% 130.546 130.548 0.0% 132.941 134.630 1.3% 138.727 135.851 -2.1% 179.011 160.117 -10.6% ('AndHighMed', None) 2.198 2.171 -1.2% 2.950 2.901 -1.6% 3.121 3.117 -0.1% 3.151 3.433 8.9% 3.167 3.698 16.7% ('AndHighMedDayTaxoFacets', None) 7.814 7.863 0.6% 22.138 22.585 2.0% 22.821 23.468 2.8% 22.892 25.144 9.8% 24.355 25.342 4.1% ('AndHighOrMedMed', None) 6.171 5.895 -4.5% 10.973 10.290 -6.2% 11.351 10.855 -4.4% 11.816 11.744 -0.6% 25.765 36.101 40.1% ('AndMedOrHighHigh', None) 4.409 4.240 -3.8% 11.847 11.386 -3.9% 12.535 11.664 -6.9% 13.284 14.620 10.1% 73.293 56.612 -22.8% ('AndMissingHigh', 'Title') 0.154 0.149 -3.1% 0.269 0.275 2.3% 0.526 0.421 -19.9% 0.573 0.565 -1.4% 0.664 0.587 -11.5% ('AndStopWords', None) 6.575 6.336 -3.6% 18.887 18.625 -1.4% 21.286 19.313 -9.3% 21.286 19.313 -9.3% 21.903 20.048 -8.5% ('BrowseDateSSDVFacets', None) 653.098 652.218 -0.1% 656.738 661.077 0.7% 667.752 682.740 2.2% 667.752 682.740 2.2% 795.059 743.953 -6.4% ('BrowseDateTaxoFacets', None) 138.590 138.475 -0.1% 142.170 141.750 -0.3% 154.317 153.216 -0.7% 154.317 153.216 -0.7% 160.589 153.745 -4.3% ('BrowseDayOfYearSSDVFacets', None) 173.669 173.312 -0.2% 182.035 175.325 -3.7% 185.072 183.777 -0.7% 185.072 183.777 -0.7% 186.519 184.516 -1.1% ('BrowseDayOfYearTaxoFacets', None) 137.655 137.839 0.1% 140.186 139.594 -0.4% 152.704 152.393 -0.2% 152.704 152.393 -0.2% 152.977 154.121 0.7% ('BrowseMonthSSDVFacets', None) 161.988 161.649 -0.2% 163.800 163.240 -0.3% 172.102 171.069 -0.6% 172.102 171.069 -0.6% 174.670 172.441 -1.3% ('BrowseMonthTaxoFacets', None) 147.928 147.904 -0.0% 150.897 149.709 -0.8% 158.325 158.606 0.2% 158.325 158.606 0.2% 209.654 209.787 0.1% ('BrowseRandomLabelSSDVFacets', None) 212.032 209.967 -1.0% 221.516 219.571 -0.9% 245.453 236.700 -3.6% 245.453 236.700 -3.6% 249.138 240.006 -3.7% ('BrowseRandomLabelTaxoFacets', None) 156.603 156.782 0.1% 164.070 161.424 -1.6% 167.912 171.021 1.9% 167.912 171.021 1.9% 169.281 178.035 5.2% ('CombinedAndHighHigh', None) 17.819 17.589 -1.3% 19.005 18.745 -1.4% 19.569 20.436 4.4% 21.505 21.263 -1.1% 51.273 53.864 5.1% ('CombinedAndHighMed', None) 3.171 3.122 -1.6% 8.971 8.856 -1.3% 9.663 9.420 -2.5% 9.847 9.745 -1.0% 82.752 87.748 6.0% ('CombinedOrHighHigh', None) 18.227 19.249 5.6% 19.340 20.786 7.5% 20.378 21.430 5.2% 21.612 22.171 2.6% 22.834 22.706 -0.6% ('CombinedOrHighMed', None) 3.290 3.358 2.1% 9.080 9.767 7.6% 9.546 10.082 5.6% 10.028 10.155 1.3% 22.032 30.199 37.1% ('CombinedTerm', None) 6.444 6.933 7.6% 12.547 13.477 7.4% 13.059 13.816 5.8% 13.198 14.119 7.0% 36.655 111.538 204.3% ('CountAndHighHigh', None) 1.813 1.810 -0.2% 2.046 2.030 -0.8% 2.200 2.203 0.2% 2.297 2.410 4.9% 2.468 3.094 25.3% ('CountAndHighMed', None) 1.681 1.703 1.4% 1.966 1.988 1.1% 2.829 2.632 -7.0% 56.079 56.888 1.4% 88.915 90.831 2.2% ('CountFilteredIntNRQ', None) 6.701 6.612 -1.3% 7.596 7.500 -1.3% 8.259 8.270 0.1% 35.350 34.319 -2.9% 42.669 39.243 -8.0% ('CountFilteredOrHighHigh', None) 4.881 4.822 -1.2% 5.117 5.081 -0.7% 5.356 5.403 0.9% 6.556 5.533 -15.6% 29.076 20.119 -30.8% ('CountFilteredOrHighMed', None) 4.382 4.371 -0.2% 4.791 4.719 -1.5% 6.832 4.933 -27.8% 7.892 7.643 -3.2% 8.630 7.958 -7.8% ('CountFilteredOrMany', None) 17.518 16.743 -4.4% 20.681 19.649 -5.0% 22.574 21.033 -6.8% 31.098 28.166 -9.4% 95.713 110.929 15.9% ('CountFilteredPhrase', None) 11.830 12.011 1.5% 17.114 17.406 1.7% 18.090 19.733 9.1% 31.822 29.862 -6.2% 119.955 125.056 4.3% ('CountOrHighHigh', None) 1.749 1.697 -3.0% 1.971 1.925 -2.3% 2.274 2.312 1.6% 2.385 2.490 4.4% 2.882 2.734 -5.1% ('CountOrHighMed', None) 1.637 1.618 -1.2% 1.936 1.942 0.3% 2.247 2.595 15.5% 3.196 3.388 6.0% 16.557 15.670 -5.4% ('CountOrMany', None) 15.687 14.819 -5.5% 19.355 18.428 -4.8% 20.113 18.851 -6.3% 21.478 19.700 -8.3% 24.133 23.541 -2.5% ('CountPhrase', None) 40.534 38.884 -4.1% 80.251 77.700 -3.2% 90.206 87.372 -3.1% 91.333 88.696 -2.9% 94.015 89.016 -5.3% ('CountTerm', None) 0.105 0.103 -2.2% 0.153 0.158 3.1% 0.329 0.281 -14.7% 0.339 0.330 -2.7% 0.543 0.383 -29.5% ('DismaxOrHighHigh', None) 2.764 2.746 -0.6% 7.008 7.044 0.5% 7.332 7.350 0.2% 14.805 13.345 -9.9% 14.994 13.594 -9.3% ('DismaxOrHighMed', None) 2.498 2.474 -0.9% 3.057 3.079 0.7% 3.389 3.345 -1.3% 7.685 3.462 -55.0% 17.376 5.978 -65.6% ('DismaxTerm', None) 0.681 0.703 3.2% 0.907 0.920 1.5% 2.271 2.669 17.5% 2.985 3.381 13.3% 4.254 4.376 2.9% ('FilteredAnd2Terms2StopWords', None) 1.014 1.016 0.2% 6.250 6.207 -0.7% 6.671 6.407 -4.0% 7.798 6.487 -16.8% 10.387 6.520 -37.2% ('FilteredAnd3Terms', None) 1.505 1.454 -3.4% 2.506 2.495 -0.5% 2.802 2.768 -1.2% 3.136 7.816 149.2% 58.326 68.216 17.0% ('FilteredAndHighHigh', None) 7.350 7.364 0.2% 7.581 7.610 0.4% 7.875 7.825 -0.6% 7.891 9.080 15.1% 8.508 9.396 10.4% ('FilteredAndHighMed', None) 2.220 2.209 -0.5% 5.606 5.564 -0.8% 5.794 5.719 -1.3% 6.011 5.881 -2.2% 7.315 5.962 -18.5% ('FilteredAndStopWords', None) 9.345 8.236 -11.9% 10.125 10.056 -0.7% 10.471 10.230 -2.3% 10.471 10.230 -2.3% 106.325 103.726 -2.4% ('FilteredDismaxOrHighHigh', None) 9.992 10.175 1.8% 10.762 10.888 1.2% 11.346 11.211 -1.2% 14.141 14.004 -1.0% 29.683 31.323 5.5% ('FilteredDismaxOrHighMed', None) 3.087 3.091 0.2% 7.230 7.328 1.4% 7.535 7.833 4.0% 8.034 13.044 62.4% 87.241 129.760 48.7% ('FilteredDismaxTerm', None) 3.505 3.519 0.4% 4.718 4.695 -0.5% 4.972 4.951 -0.4% 5.054 5.367 6.2% 6.882 6.145 -10.7% ('FilteredIntNRQ', None) 3.288 3.243 -1.4% 4.226 4.040 -4.4% 4.807 4.409 -8.3% 5.327 4.698 -11.8% 54.338 54.418 0.1% ('FilteredOr2Terms2StopWords', None) 3.407 3.382 -0.7% 7.309 7.334 0.3% 7.661 7.720 0.8% 7.879 9.280 17.8% 110.079 86.566 -21.4% ('FilteredOr3Terms', None) 4.576 4.615 0.9% 6.112 6.015 -1.6% 6.346 6.206 -2.2% 6.621 6.246 -5.7% 6.924 6.315 -8.8% ('FilteredOrHighHigh', None) 7.623 7.721 1.3% 7.963 8.000 0.5% 8.707 9.668 11.0% 8.800 10.326 17.4% 87.873 59.595 -32.2% ('FilteredOrHighMed', None) 2.249 2.236 -0.6% 5.494 5.548 1.0% 6.074 5.931 -2.4% 7.455 6.903 -7.4% 34.589 29.878 -13.6% ('FilteredOrMany', None) 31.196 31.346 0.5% 34.085 34.425 1.0% 36.192 35.844 -1.0% 36.578 38.533 5.3% 144.793 140.797 -2.8% ('FilteredOrStopWords', None) 11.428 11.586 1.4% 11.953 12.026 0.6% 14.202 14.573 2.6% 14.202 14.573 2.6% 142.059 146.061 2.8% ('FilteredPhrase', None) 10.959 11.048 0.8% 16.884 16.964 0.5% 18.675 18.755 0.4% 26.443 23.999 -9.2% 29.337 25.881 -11.8% ('FilteredPrefix3', None) 1.785 1.830 2.5% 3.946 4.070 3.1% 4.421 4.430 0.2% 6.090 4.532 -25.6% 6.884 5.872 -14.7% ('FilteredTerm', None) 3.148 3.136 -0.4% 4.479 4.472 -0.1% 4.797 4.909 2.3% 6.756 5.550 -17.9% 30.881 30.889 0.0% ('Fuzzy1', None) 8.894 9.045 1.7% 10.911 11.003 0.8% 11.515 11.532 0.1% 11.929 11.839 -0.8% 62.431 37.653 -39.7% ('Fuzzy2', None) 9.888 10.069 1.8% 11.791 11.875 0.7% 12.559 12.637 0.6% 12.983 13.065 0.6% 14.133 14.162 0.2% ('IntNRQ', None) 3.300 3.135 -5.0% 4.060 4.027 -0.8% 4.510 4.327 -4.0% 5.023 4.431 -11.8% 8.885 4.844 -45.5% ('IntSet', None) 1.173 1.174 0.0% 1.394 1.332 -4.4% 16.252 3.111 -80.9% 20.569 21.568 4.9% 26.547 27.831 4.8% ('IntervalsOrdered', None) 35.244 34.991 -0.7% 91.695 91.408 -0.3% 92.957 95.439 2.7% 95.312 96.245 1.0% 118.815 105.768 -11.0% ('MedTermDayTaxoFacets', None) 24.912 24.654 -1.0% 30.324 29.222 -3.6% 31.035 30.332 -2.3% 31.090 32.540 4.7% 31.653 33.836 6.9% ('Or2Terms2StopWords', None) 1.770 1.705 -3.7% 4.983 4.961 -0.4% 5.440 5.580 2.6% 5.853 5.674 -3.1% 36.127 34.499 -4.5% ('Or3Terms', None) 2.122 2.154 1.5% 3.594 3.566 -0.8% 4.024 3.956 -1.7% 19.115 4.237 -77.8% 268.525 273.576 1.9% ('OrHighHigh', None) 5.132 5.160 0.6% 5.750 5.808 1.0% 6.416 7.490 16.7% 8.052 8.088 0.4% 15.527 16.570 6.7% ('OrHighMed', None) 1.691 1.648 -2.6% 2.764 2.750 -0.5% 3.124 3.019 -3.4% 3.333 6.140 84.2% 8.993 8.996 0.0% ('OrHighMedDayTaxoFacets', None) 86.924 86.896 -0.0% 290.421 290.165 -0.1% 294.640 293.951 -0.2% 309.719 299.893 -3.2% 421.406 311.879 -26.0% ('OrHighRare', None) 2.944 2.866 -2.7% 3.261 3.182 -2.4% 3.584 3.598 0.4% 3.834 3.854 0.5% 15.769 10.347 -34.4% ('OrMany', None) 24.711 24.514 -0.8% 27.430 27.616 0.7% 30.368 30.818 1.5% 42.793 31.054 -27.4% 46.453 39.125 -15.8% ('OrStopWords', None) 7.868 5.869 -25.4% 15.446 15.391 -0.4% 15.699 15.634 -0.4% 15.699 15.634 -0.4% 15.741 16.024 1.8% ('PKLookup',) 2.743 2.769 0.9% 2.911 2.938 0.9% 4.302 4.082 -5.1% 5.546 5.555 0.2% 7.556 7.644 1.2% ('Phrase', None) 14.598 15.226 4.3% 39.946 42.896 7.4% 42.194 44.726 6.0% 42.323 45.555 7.6% 57.745 56.988 -1.3% ('PostFilteredVectorSearch', None) 2.027 1.808 -10.8% 2.381 2.048 -14.0% 6.226 5.367 -13.8% 6.973 6.103 -12.5% 7.412 6.636 -10.5% ('PreFilteredVectorSearch', None) 5.742 5.762 0.3% 6.272 6.324 0.8% 8.813 9.633 9.3% 86.203 74.165 -14.0% 305.934 303.323 -0.9% ('Prefix3', None) 1.106 1.084 -2.0% 3.377 3.527 4.4% 4.121 3.987 -3.3% 5.452 4.630 -15.1% 88.674 89.947 1.4% ('Respell',) 14.525 14.598 0.5% 16.917 16.961 0.3% 19.709 17.833 -9.5% 25.904 26.690 3.0% 32.477 33.289 2.5% ('SloppyPhrase', None) 78.638 80.198 2.0% 207.497 210.830 1.6% 212.587 214.077 0.7% 241.042 230.494 -4.4% 308.064 297.540 -3.4% ('SpanNear', None) 34.193 33.573 -1.8% 90.732 88.870 -2.1% 91.767 90.931 -0.9% 92.421 92.127 -0.3% 193.736 193.064 -0.3% ('Term', None) 0.829 0.840 1.4% 0.993 1.032 4.0% 1.218 1.290 5.9% 1.316 1.498 13.8% 21.786 21.960 0.8% ('TermBGroup1M', None) 50.219 51.056 1.7% 81.734 83.455 2.1% 83.960 84.881 1.1% 84.142 85.744 1.9% 84.196 86.354 2.6% ('TermBGroup1M1P', None) 24.852 25.470 2.5% 44.416 45.762 3.0% 45.082 46.684 3.6% 46.573 46.847 0.6% 50.914 51.010 0.2% ('TermDateFacets', None) 33.907 32.540 -4.0% 58.601 57.410 -2.0% 59.721 59.084 -1.1% 65.212 64.450 -1.2% 180.970 167.867 -7.2% ('TermDateTimeSort', 'DateTime') 4.200 4.275 1.8% 5.684 5.912 4.0% 5.986 6.314 5.5% 23.553 37.901 60.9% 76.829 71.197 -7.3% ('TermDateTimeSortSkipper', 'LastModified (skipper)') 6.174 6.352 2.9% 9.654 9.561 -1.0% 9.929 10.011 0.8% 10.139 10.230 0.9% 41.822 39.200 -6.3% ('TermDayOfYearSort', 'DayOfYear') 2.352 2.240 -4.8% 3.674 3.578 -2.6% 4.109 4.097 -0.3% 18.727 22.740 21.4% 22.419 23.135 3.2% ('TermDayOfYearSortSkipper', 'DayOfYear (skipper)') 6.126 6.232 1.7% 10.585 10.550 -0.3% 11.244 10.866 -3.4% 11.611 11.087 -4.5% 12.427 13.067 5.2% ('TermGroup100', None) 56.409 56.945 0.9% 107.269 109.095 1.7% 107.946 110.655 2.5% 108.519 111.388 2.6% 108.753 112.439 3.4% ('TermGroup10K', None) 62.752 62.939 0.3% 107.815 108.725 0.8% 109.480 111.097 1.5% 110.325 112.709 2.2% 130.090 130.290 0.2% ('TermGroup1M', None) 63.332 63.927 0.9% 112.591 113.818 1.1% 113.699 115.518 1.6% 114.236 116.602 2.1% 115.605 117.461 1.6% ('TermMonthSort', 'Month') 0.915 0.931 1.7% 1.082 1.068 -1.3% 1.451 1.351 -6.9% 2.495 1.502 -39.8% 2.506 1.698 -32.2% ('TermMonthSortSkipper', 'Month (skipper)') 4.962 4.951 -0.2% 8.403 8.350 -0.6% 8.929 8.608 -3.6% 9.447 8.697 -7.9% 62.796 58.784 -6.4% ('TermTitleSort', 'Title') 7.819 7.400 -5.4% 10.225 9.926 -2.9% 14.814 17.926 21.0% 68.866 61.922 -10.1% 125.538 158.931 26.6% ('TermTitleSortSkipper', 'Title (skipper)') 6.386 6.477 1.4% 9.640 9.648 0.1% 9.859 10.370 5.2% 9.925 10.963 10.5% 74.232 70.826 -4.6% ('VectorSearch', None) 2.097 2.136 1.8% 2.335 2.667 14.2% 6.133 6.153 0.3% 6.701 8.662 29.3% 9.035 9.147 1.2% ('Wildcard', None) 23.604 23.597 -0.0% 39.046 35.557 -8.9% 50.251 46.858 -6.8% 52.785 50.012 -5.3% 78.093 79.460 1.7% generate vmstat pretties /l/reports.nightly/2026.05.18.10.03.33/fastIndexMediumDocsWithVectorsQuantized /l/reports.nightly/2026.05.18.10.03.33/search-tasks /l/reports.nightly/2026.05.18.10.03.33/fastIndexBigDocs /l/reports.nightly/2026.05.18.10.03.33/fixedIndex /l/reports.nightly/2026.05.18.10.03.33/fastIndexMediumDocsWithVectors /l/reports.nightly/2026.05.18.10.03.33/nrtIndexMediumDocs /l/reports.nightly/2026.05.18.10.03.33/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 53.05 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 65.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=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.86 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 159.17 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 226.43 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 14.88 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=2 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 13.96 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.92 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=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.24 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.21 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.69.4, 3.5.75.77, 3.5.69.18, 3.5.69.57, 3.5.66.19, 3.5.75.111, 52.92.0.248, 3.5.67.214 * Trying 3.5.69.4: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.69.4 port 443) from 10.17.4.7 port 40308 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/c647cef0-25b5-4f31-915a-9a2b3e703564.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEBIaCWV1LXdlc3QtMSJGMEQCIDIpw6xhnMZPSNWQZkkR3oXLtz06NNOEFEZcXADylH1KAiAIeT0oNgPrxFadKj7d9d0AZwpVG%2B%2FO7Sgg9f8fV8f2KyrDBQjb%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F8BEAAaDDgzNTQ5NDc1MzEyNiIM73aoQrxr4sEyjmYMKpcFQ8mqiYo1tMOGzYuFz%2BhTrm3IKhn0GBrN5idoims65Tmd6yB5GwHeToAPxd%2BKgxTvGvbeoBzWn%2FNELSyIPp273luxWP%2BkHN%2BlO0DDUppvjuIUddg0w81P04iL%2F5YqWUqESJGS3dK0GE7XhgBaT17GqJkjyHjwN6PG5AbrNe8kAcKMCDIg7%2BkHNjaudBJ0%2Fwg91iZ0H1XUiyaqRQlj%2Fpsaej2dneW3nXis75RFeeK3gUil4sDiqlYC1oAvXzQPX0fwcX48kdFAKusRxAVPGHgPmtr6iaxGwWxaU1Ll3ASzwJ2QspOP17QSqkJaz%2BFrEBszKGTupGQIRe7089VyLdDHHTYmmlkP9U65MvELvX2koJJaggaFAzFvK6NtJOQHXjQTk8knqlbs5YYNIt7UNF0WCI7jAGhw1hLaeTw15P%2BYJgyvz%2Fz%2BIu4GzIIC4n2Ciuk7HpoBuKNFMZv4LcofxqQuxCresyClnGcnWD%2F5u0GXzwsw%2FMl6wx76zMGA%2BEpvlp310e9yeHXq7bgSMSg0jaLqJEsCCkv0VYcQhxCLbsqA9YArpmkkXt9QwqfxHT38IC%2FLXu2rQMDXNIbs1oROeKLqeFwdnkNVyq0%2Bn0n1%2FgDiRArRdwVnjou2P729EsABN7Ooa0rbvgKqI8fFK%2BvJhIu6NcAechZ7yA7EYNElDS0PEcv%2FhnppuL96qMY6MgEO0f1ef4T%2FA20v6Ri1Z0f3zUiOjOstAMjftF2oRK6Zd6latp2Jqk9bpStQSuVNQTfV2iwiziWTxw0g3OtvxcK6wtzAEKTI%2FU46dLaHBfkyiKLk6uBhzyZqTT%2F2rFvaXDCBbF66xt5sUXXA4wZcfU7GbShVQLxC7FON%2Fgd%2Bxg0PFwNsGeYf4zwviwfTMOK5stAGOrIBH4hk%2FzTr%2FesdP4ShfRIPfxw9WdoBbOe7WJNT7F9TEgNnmMmi%2FX4Mj9IDL808sCoBXomzTLyXkIHDPUzCPuZ%2FRMfIRv4kx8KZx4ewdP8nC8CZAVu%2BHIRk8td1KvsHlSbG2OUhY4Jz6M99plEvSSPMMBGG4RwSW3ZCSwYLQDoY9dwAi7CUO6GcJ99xAG0lJvPXZIb8aMN9pBW0SDdenGq32Dgx13Y75RYaHE1I4VmFM%2BsphA%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260519T213740Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTJQZMWENJ%2F20260519%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=00d5d7fca9494855dd9cdc4c021446c5b204be448e78b856fdc48911bf339a26 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 429402692 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 409.5M 0 0 0 3.43M 0 3.11M 02:11 00:01 02:10 3.11M 2 409.5M 0 0 2 10.56M 0 4.99M 01:21 00:02 01:19 5.00M 4 409.5M 0 0 4 18.00M 0 5.77M 01:10 00:03 01:07 5.77M 6 409.5M 0 0 6 26.00M 0 6.31M 01:04 00:04 01:00 6.31M 8 409.5M 0 0 8 34.31M 0 6.70M 01:01 00:05 00:56 6.70M 10 409.5M 0 0 10 43.00M 0 7.01M 00:58 00:06 00:52 7.87M 12 409.5M 0 0 12 51.81M 0 7.27M 00:56 00:07 00:49 8.22M 14 409.5M 0 0 14 60.68M 0 7.46M 00:54 00:08 00:46 8.51M 17 409.5M 0 0 17 69.62M 0 7.62M 00:53 00:09 00:44 8.70M 19 409.5M 0 0 19 78.50M 0 7.74M 00:52 00:10 00:42 8.80M 21 409.5M 0 0 21 87.37M 0 7.84M 00:52 00:11 00:41 8.85M 23 409.5M 0 0 23 96.43M 0 7.94M 00:51 00:12 00:39 8.89M 25 409.5M 0 0 25 105.6M 0 8.03M 00:50 00:13 00:37 8.96M 28 409.5M 0 0 28 115.1M 0 8.14M 00:50 00:14 00:36 9.08M 30 409.5M 0 0 30 125.0M 0 8.25M 00:49 00:15 00:34 9.29M 32 409.5M 0 0 32 134.9M 0 8.35M 00:49 00:16 00:33 9.48M 34 409.5M 0 0 34 143.3M 0 8.35M 00:49 00:17 00:32 9.34M 37 409.5M 0 0 37 152.5M 0 8.40M 00:48 00:18 00:30 9.35M 39 409.5M 0 0 39 162.3M 0 8.47M 00:48 00:19 00:29 9.41M 42 409.5M 0 0 42 172.7M 0 8.56M 00:47 00:20 00:27 9.49M 44 409.5M 0 0 44 183.2M 0 8.65M 00:47 00:21 00:26 9.62M 47 409.5M 0 0 47 194.0M 0 8.75M 00:46 00:22 00:24 10.10M 49 409.5M 0 0 49 204.7M 0 8.83M 00:46 00:23 00:23 10.41M 52 409.5M 0 0 52 215.5M 0 8.91M 00:45 00:24 00:21 10.60M 55 409.5M 0 0 55 226.3M 0 8.98M 00:45 00:25 00:20 10.69M 57 409.5M 0 0 57 237.1M 0 9.05M 00:45 00:26 00:19 10.75M 60 409.5M 0 0 60 247.9M 0 9.12M 00:44 00:27 00:17 10.76M 63 409.5M 0 0 63 259.0M 0 9.19M 00:44 00:28 00:16 10.83M 65 409.5M 0 0 65 269.9M 0 9.24M 00:44 00:29 00:15 10.84M 68 409.5M 0 0 68 278.6M 0 9.23M 00:44 00:30 00:14 10.44M 70 409.5M 0 0 70 288.3M 0 9.24M 00:44 00:31 00:13 10.21M 72 409.5M 0 0 72 298.7M 0 9.27M 00:44 00:32 00:12 10.12M 75 409.5M 0 0 75 309.6M 0 9.32M 00:43 00:33 00:10 10.08M 78 409.5M 0 0 78 320.8M 0 9.38M 00:43 00:34 00:09 10.15M 81 409.5M 0 0 81 332.3M 0 9.43M 00:43 00:35 00:08 10.68M 83 409.5M 0 0 83 343.7M 0 9.49M 00:43 00:36 00:07 11.03M 86 409.5M 0 0 86 355.1M 0 9.54M 00:42 00:37 00:05 11.24M 89 409.5M 0 0 89 366.6M 0 9.59M 00:42 00:38 00:04 11.36M 92 409.5M 0 0 92 378.0M 0 9.63M 00:42 00:39 00:03 11.40M 95 409.5M 0 0 95 389.6M 0 9.68M 00:42 00:40 00:02 11.42M 97 409.5M 0 0 97 398.8M 0 9.67M 00:42 00:41 00:01 10.99M 99 409.5M 0 0 99 408.3M 0 9.66M 00:42 00:42 10.60M* upload completely sent off: 429402692 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: 1sflH/wuR8lK1QYA2YA9zOz9cFrN7PTw8qC2wMC4AYCKjAr3KKAPwKXx+dhvmrz8bOKzTt4+wsKDbrIp054A2idOVNOVNO2t < x-amz-request-id: 9S2YAMG23TSBZXND < Date: Tue, 19 May 2026 21:38:13 GMT < x-amz-server-side-encryption: AES256 < ETag: "4dee48cea46dcb57b3f7f1c8cb896ddf" < x-amz-checksum-crc64nvme: m6hKiY15ZQc= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 409.5M 0 0 100 409.5M 0 9.60M 00:42 00:42 10.60M 100 409.5M 0 0 100 409.5M 0 9.60M 00:42 00:42 10.60M 100 409.5M 0 0 100 409.5M 0 9.60M 00:42 00:42 10.60M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 74.16 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: 52.92.0.112, 3.5.69.11, 3.5.74.13, 3.5.67.235, 3.5.69.56, 3.5.75.69, 3.5.75.44, 3.5.75.71 * Trying 52.92.0.112:443... * ALPN: curl offers h2,http/1.1 } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [1570 bytes data] * SSL Trust Anchors: * CAfile: /etc/ssl/certs/ca-certificates.crt { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [1210 bytes data] * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [25 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4422 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [36 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [36 bytes data] * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256 / X25519MLKEM768 / RSASSA-PSS * ALPN: server accepted http/1.1 * Server certificate: * subject: CN=*.s3-eu-west-1.amazonaws.com * start date: Sep 5 00:00:00 2025 GMT * expire date: Aug 7 23:59:59 2026 GMT * issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M04 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * subjectAltName: "s3.eu-west-1.amazonaws.com" matches cert's "s3.eu-west-1.amazonaws.com" * SSL certificate verified via OpenSSL. * Established connection to s3.eu-west-1.amazonaws.com (52.92.0.112 port 443) from 10.17.4.7 port 58130 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/ac7dae56-4ff9-4661-9f78-15ab40e10b2e.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEBIaCWV1LXdlc3QtMSJGMEQCIDIpw6xhnMZPSNWQZkkR3oXLtz06NNOEFEZcXADylH1KAiAIeT0oNgPrxFadKj7d9d0AZwpVG%2B%2FO7Sgg9f8fV8f2KyrDBQjb%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F8BEAAaDDgzNTQ5NDc1MzEyNiIM73aoQrxr4sEyjmYMKpcFQ8mqiYo1tMOGzYuFz%2BhTrm3IKhn0GBrN5idoims65Tmd6yB5GwHeToAPxd%2BKgxTvGvbeoBzWn%2FNELSyIPp273luxWP%2BkHN%2BlO0DDUppvjuIUddg0w81P04iL%2F5YqWUqESJGS3dK0GE7XhgBaT17GqJkjyHjwN6PG5AbrNe8kAcKMCDIg7%2BkHNjaudBJ0%2Fwg91iZ0H1XUiyaqRQlj%2Fpsaej2dneW3nXis75RFeeK3gUil4sDiqlYC1oAvXzQPX0fwcX48kdFAKusRxAVPGHgPmtr6iaxGwWxaU1Ll3ASzwJ2QspOP17QSqkJaz%2BFrEBszKGTupGQIRe7089VyLdDHHTYmmlkP9U65MvELvX2koJJaggaFAzFvK6NtJOQHXjQTk8knqlbs5YYNIt7UNF0WCI7jAGhw1hLaeTw15P%2BYJgyvz%2Fz%2BIu4GzIIC4n2Ciuk7HpoBuKNFMZv4LcofxqQuxCresyClnGcnWD%2F5u0GXzwsw%2FMl6wx76zMGA%2BEpvlp310e9yeHXq7bgSMSg0jaLqJEsCCkv0VYcQhxCLbsqA9YArpmkkXt9QwqfxHT38IC%2FLXu2rQMDXNIbs1oROeKLqeFwdnkNVyq0%2Bn0n1%2FgDiRArRdwVnjou2P729EsABN7Ooa0rbvgKqI8fFK%2BvJhIu6NcAechZ7yA7EYNElDS0PEcv%2FhnppuL96qMY6MgEO0f1ef4T%2FA20v6Ri1Z0f3zUiOjOstAMjftF2oRK6Zd6latp2Jqk9bpStQSuVNQTfV2iwiziWTxw0g3OtvxcK6wtzAEKTI%2FU46dLaHBfkyiKLk6uBhzyZqTT%2F2rFvaXDCBbF66xt5sUXXA4wZcfU7GbShVQLxC7FON%2Fgd%2Bxg0PFwNsGeYf4zwviwfTMOK5stAGOrIBH4hk%2FzTr%2FesdP4ShfRIPfxw9WdoBbOe7WJNT7F9TEgNnmMmi%2FX4Mj9IDL808sCoBXomzTLyXkIHDPUzCPuZ%2FRMfIRv4kx8KZx4ewdP8nC8CZAVu%2BHIRk8td1KvsHlSbG2OUhY4Jz6M99plEvSSPMMBGG4RwSW3ZCSwYLQDoY9dwAi7CUO6GcJ99xAG0lJvPXZIb8aMN9pBW0SDdenGq32Dgx13Y75RYaHE1I4VmFM%2BsphA%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260519T213855Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTJQZMWENJ%2F20260519%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=def79349ad8cf04c9dd4bfd823315159afa42a0c61e6afe8ad53602c8f19ac2c HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 71769550 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 68.44M 0 0 0 384.0k 0 367.7k 03:10 00:01 03:09 367.8k 0 68.44M 0 0 0 576.0k 0 247.8k 04:42 00:02 04:40 247.9k 1 68.44M 0 0 1 704.0k 0 181.1k 06:26 00:03 06:23 181.1k 1 68.44M 0 0 1 832.0k 0 163.7k 07:08 00:05 07:03 163.7k 1 68.44M 0 0 1 960.0k 0 150.4k 07:45 00:06 07:39 150.4k 1 68.44M 0 0 1 1.06M 0 143.6k 08:07 00:07 08:00 107.8k 1 68.44M 0 0 1 1.25M 0 144.9k 08:03 00:08 07:55 108.2k 2 68.44M 0 0 2 1.43M 0 147.8k 07:54 00:09 07:45 126.5k 2 68.44M 0 0 2 1.62M 0 149.3k 07:49 00:11 07:38 137.3k 2 68.44M 0 0 2 1.81M 0 149.4k 07:49 00:12 07:37 148.3k 3 68.44M 0 0 3 2.06M 0 155.3k 07:31 00:13 07:18 169.9k 3 68.44M 0 0 3 2.25M 0 157.0k 07:26 00:14 07:12 175.4k 3 68.44M 0 0 3 2.43M 0 158.2k 07:22 00:15 07:07 176.0k 3 68.44M 0 0 3 2.62M 0 157.6k 07:24 00:17 07:07 173.2k 4 68.44M 0 0 4 2.81M 0 157.7k 07:24 00:18 07:06 175.5k 4 68.44M 0 0 4 3.06M 0 159.7k 07:18 00:19 06:59 169.8k 4 68.44M 0 0 4 3.25M 0 159.6k 07:18 00:20 06:58 165.8k 5 68.44M 0 0 5 3.43M 0 158.8k 07:21 00:22 06:59 160.5k 5 68.44M 0 0 5 3.62M 0 159.9k 07:18 00:23 06:55 166.2k 5 68.44M 0 0 5 3.81M 0 158.2k 07:22 00:24 06:58 159.7k 5 68.44M 0 0 5 3.93M 0 155.3k 07:31 00:25 07:06 141.7k 5 68.44M 0 0 5 4.06M 0 153.8k 07:35 00:27 07:08 134.2k 6 68.44M 0 0 6 4.25M 0 153.3k 07:36 00:28 07:08 133.7k 6 68.44M 0 0 6 4.43M 0 152.6k 07:38 00:29 07:09 127.0k 6 68.44M 0 0 6 4.56M 0 151.7k 07:41 00:30 07:11 125.3k 6 68.44M 0 0 6 4.68M 0 149.1k 07:49 00:32 07:17 123.3k 7 68.44M 0 0 7 4.81M 0 146.1k 07:59 00:33 07:26 114.8k 7 68.44M 0 0 7 4.93M 0 145.2k 08:02 00:34 07:28 109.5k 7 68.44M 0 0 7 5.06M 0 144.7k 08:04 00:35 07:29 105.6k 7 68.44M 0 0 7 5.18M 0 142.5k 08:11 00:37 07:34 98.96k 7 68.44M 0 0 7 5.31M 0 141.5k 08:15 00:38 07:37 102.3k 8 68.44M 0 0 8 5.50M 0 142.0k 08:13 00:39 07:34 118.6k 8 68.44M 0 0 8 5.75M 0 144.3k 08:05 00:40 07:25 138.6k 8 68.44M 0 0 8 6.00M 0 146.9k 07:56 00:41 07:15 160.3k 9 68.44M 0 0 9 6.31M 0 150.4k 07:45 00:42 07:03 202.2k 9 68.44M 0 0 9 6.56M 0 151.9k 07:41 00:44 06:57 220.8k 9 68.44M 0 0 9 6.75M 0 152.4k 07:39 00:45 06:54 225.3k 10 68.44M 0 0 10 6.93M 0 153.1k 07:37 00:46 06:51 218.2k 10 68.44M 0 0 10 7.12M 0 153.3k 07:37 00:47 06:50 199.3k 10 68.44M 0 0 10 7.25M 0 152.7k 07:38 00:48 06:50 170.0k 10 68.44M 0 0 10 7.43M 0 151.8k 07:41 00:50 06:51 150.8k 11 68.44M 0 0 11 7.62M 0 151.5k 07:42 00:51 06:51 144.6k 11 68.44M 0 0 11 7.81M 0 151.1k 07:43 00:52 06:51 136.8k 11 68.44M 0 0 11 7.93M 0 148.6k 07:51 00:54 06:57 117.4k 11 68.44M 0 0 11 8.06M 0 147.8k 07:54 00:55 06:59 114.6k 11 68.44M 0 0 11 8.18M 0 147.1k 07:56 00:56 07:00 112.9k 12 68.44M 0 0 12 8.37M 0 146.6k 07:57 00:58 06:59 110.6k 12 68.44M 0 0 12 8.50M 0 144.4k 08:05 01:00 07:05 98335 12 68.44M 0 0 12 8.62M 0 143.9k 08:06 01:01 07:05 105.2k 12 68.44M 0 0 12 8.75M 0 143.4k 08:08 01:02 07:06 106.7k 12 68.44M 0 0 12 8.87M 0 143.0k 08:10 01:03 07:07 106.9k 13 68.44M 0 0 13 9.00M 0 141.6k 08:14 01:05 07:09 99191 13 68.44M 0 0 13 9.18M 0 141.7k 08:14 01:06 07:08 115.2k 13 68.44M 0 0 13 9.37M 0 142.3k 08:12 01:07 07:05 125.8k 13 68.44M 0 0 13 9.50M 0 142.0k 08:13 01:08 07:05 127.7k 14 68.44M 0 0 14 9.62M 0 141.1k 08:16 01:09 07:07 122.5k 14 68.44M 0 0 14 9.81M 0 141.3k 08:15 01:11 07:04 138.4k 14 68.44M 0 0 14 10.00M 0 141.8k 08:14 01:12 07:02 142.8k 14 68.44M 0 0 14 10.18M 0 142.2k 08:12 01:13 06:59 141.9k 15 68.44M 0 0 15 10.37M 0 142.8k 08:10 01:14 06:56 151.3k 15 68.44M 0 0 15 10.50M 0 142.5k 08:11 01:15 06:56 159.5k 15 68.44M 0 0 15 10.68M 0 142.4k 08:11 01:16 06:55 156.4k 15 68.44M 0 0 15 10.81M 0 142.2k 08:12 01:17 06:55 147.5k 15 68.44M 0 0 15 10.93M 0 141.6k 08:14 01:19 06:55 134.1k 16 68.44M 0 0 16 11.06M 0 141.5k 08:15 01:20 06:55 124.2k 16 68.44M 0 0 16 11.18M 0 141.1k 08:16 01:21 06:55 123.2k 16 68.44M 0 0 16 11.37M 0 141.1k 08:16 01:22 06:54 123.6k 16 68.44M 0 0 16 11.50M 0 140.7k 08:17 01:23 06:54 120.5k 16 68.44M 0 0 16 11.62M 0 140.2k 08:19 01:24 06:55 121.1k 17 68.44M 0 0 17 11.81M 0 140.6k 08:18 01:26 06:52 129.0k 17 68.44M 0 0 17 11.93M 0 140.2k 08:19 01:27 06:52 128.0k 17 68.44M 0 0 17 12.12M 0 140.5k 08:18 01:28 06:50 131.8k 17 68.44M 0 0 17 12.31M 0 140.2k 08:19 01:29 06:50 133.8k 18 68.44M 0 0 18 12.43M 0 139.7k 08:21 01:31 06:50 132.0k 18 68.44M 0 0 18 12.62M 0 139.6k 08:21 01:32 06:49 126.8k 18 68.44M 0 0 18 12.75M 0 139.4k 08:22 01:33 06:49 128.5k 18 68.44M 0 0 18 12.87M 0 139.1k 08:23 01:34 06:49 120.3k 19 68.44M 0 0 19 13.06M 0 138.9k 08:24 01:36 06:48 120.2k 19 68.44M 0 0 19 13.18M 0 138.8k 08:24 01:37 06:47 125.5k 19 68.44M 0 0 19 13.37M 0 138.4k 08:26 01:38 06:48 120.6k 19 68.44M 0 0 19 13.50M 0 137.8k 08:28 01:40 06:48 115.5k 19 68.44M 0 0 19 13.62M 0 137.0k 08:31 01:41 06:50 108.7k 20 68.44M 0 0 20 13.75M 0 136.3k 08:34 01:43 06:51 100.0k 20 68.44M 0 0 20 13.87M 0 135.8k 08:36 01:44 06:52 98348 20 68.44M 0 0 20 14.00M 0 135.4k 08:37 01:45 06:52 94486 20 68.44M 0 0 20 14.18M 0 135.4k 08:37 01:47 06:50 100.9k 21 68.44M 0 0 21 14.37M 0 135.4k 08:37 01:48 06:49 111.2k 21 68.44M 0 0 21 14.56M 0 135.2k 08:38 01:50 06:48 119.3k 21 68.44M 0 0 21 14.68M 0 135.0k 08:38 01:51 06:47 123.0k 21 68.44M 0 0 21 14.81M 0 134.8k 08:39 01:52 06:47 125.5k 21 68.44M 0 0 21 14.93M 0 134.5k 08:40 01:53 06:47 119.4k 22 68.44M 0 0 22 15.06M 0 134.5k 08:41 01:54 06:47 117.6k 22 68.44M 0 0 22 15.25M 0 134.8k 08:39 01:55 06:44 128.0k 22 68.44M 0 0 22 15.43M 0 135.0k 08:38 01:57 06:41 135.4k 22 68.44M 0 0 22 15.68M 0 135.8k 08:35 01:58 06:37 156.1k 23 68.44M 0 0 23 15.93M 0 136.6k 08:32 01:59 06:33 177.9k 23 68.44M 0 0 23 16.12M 0 136.7k 08:32 02:00 06:32 177.7k 23 68.44M 0 0 23 16.25M 0 136.4k 08:33 02:01 06:32 164.8k 24 68.44M 0 0 24 16.43M 0 136.2k 08:34 02:03 06:31 157.5k 24 68.44M 0 0 24 16.56M 0 136.0k 08:35 02:04 06:31 140.0k 24 68.44M 0 0 24 16.68M 0 135.8k 08:36 02:05 06:31 119.9k 24 68.44M 0 0 24 16.81M 0 135.7k 08:36 02:06 06:30 116.7k 24 68.44M 0 0 24 16.93M 0 135.6k 08:36 02:07 06:29 120.4k 25 68.44M 0 0 25 17.12M 0 136.0k 08:35 02:08 06:27 131.5k 25 68.44M 0 0 25 17.31M 0 136.0k 08:35 02:10 06:25 135.6k 25 68.44M 0 0 25 17.43M 0 135.8k 08:36 02:11 06:25 135.9k 25 68.44M 0 0 25 17.62M 0 135.9k 08:35 02:12 06:23 139.4k 26 68.44M 0 0 26 17.81M 0 135.9k 08:35 02:14 06:21 142.2k 26 68.44M 0 0 26 18.00M 0 136.1k 08:34 02:15 06:19 138.6k 26 68.44M 0 0 26 18.18M 0 136.5k 08:33 02:16 06:17 145.7k 26 68.44M 0 0 26 18.37M 0 136.8k 08:32 02:17 06:15 160.0k 27 68.44M 0 0 27 18.56M 0 137.1k 08:30 02:18 06:12 165.8k 27 68.44M 0 0 27 18.75M 0 137.5k 08:29 02:19 06:10 176.1k 27 68.44M 0 0 27 19.00M 0 138.0k 08:27 02:20 06:07 183.1k 28 68.44M 0 0 28 19.18M 0 138.2k 08:27 02:22 06:05 178.8k 28 68.44M 0 0 28 19.37M 0 138.3k 08:26 02:23 06:03 172.5k 28 68.44M 0 0 28 19.56M 0 138.5k 08:25 02:24 06:01 170.1k 28 68.44M 0 0 28 19.75M 0 138.4k 08:26 02:26 06:00 158.1k 29 68.44M 0 0 29 19.93M 0 138.5k 08:25 02:27 05:58 150.2k 29 68.44M 0 0 29 20.12M 0 138.7k 08:25 02:28 05:57 151.0k 29 68.44M 0 0 29 20.25M 0 138.5k 08:25 02:29 05:56 142.2k 29 68.44M 0 0 29 20.37M 0 138.2k 08:26 02:30 05:56 131.4k 29 68.44M 0 0 29 20.50M 0 137.9k 08:28 02:32 05:56 124.7k 30 68.44M 0 0 30 20.62M 0 137.8k 08:28 02:33 05:55 119.6k 30 68.44M 0 0 30 20.81M 0 137.9k 08:28 02:34 05:54 117.7k 30 68.44M 0 0 30 21.00M 0 138.0k 08:27 02:35 05:52 126.3k 31 68.44M 0 0 31 21.25M 0 138.5k 08:25 02:37 05:48 147.2k 31 68.44M 0 0 31 21.37M 0 138.5k 08:25 02:38 05:47 154.2k 31 68.44M 0 0 31 21.50M 0 138.2k 08:26 02:39 05:47 149.7k 31 68.44M 0 0 31 21.68M 0 138.4k 08:26 02:40 05:46 151.8k 32 68.44M 0 0 32 21.93M 0 138.9k 08:24 02:41 05:43 162.6k 32 68.44M 0 0 32 22.12M 0 138.6k 08:25 02:43 05:42 138.8k 32 68.44M 0 0 32 22.25M 0 138.0k 08:27 02:44 05:43 128.2k 32 68.44M 0 0 32 22.43M 0 138.1k 08:27 02:46 05:41 135.4k 33 68.44M 0 0 33 22.62M 0 138.1k 08:27 02:47 05:40 132.2k 33 68.44M 0 0 33 22.75M 0 138.0k 08:27 02:48 05:39 117.5k 33 68.44M 0 0 33 22.93M 0 137.9k 08:27 02:50 05:37 122.8k 33 68.44M 0 0 33 23.06M 0 137.9k 08:28 02:51 05:37 133.3k 33 68.44M 0 0 33 23.25M 0 138.0k 08:27 02:52 05:35 133.4k 34 68.44M 0 0 34 23.37M 0 137.7k 08:28 02:53 05:35 125.9k 34 68.44M 0 0 34 23.56M 0 137.8k 08:28 02:54 05:34 133.8k 34 68.44M 0 0 34 23.75M 0 138.0k 08:27 02:56 05:31 141.4k 34 68.44M 0 0 34 23.93M 0 138.2k 08:26 02:57 05:29 148.1k 35 68.44M 0 0 35 24.18M 0 138.7k 08:25 02:58 05:27 161.4k 35 68.44M 0 0 35 24.43M 0 139.3k 08:22 02:59 05:23 188.1k 36 68.44M 0 0 36 24.68M 0 139.9k 08:20 03:00 05:20 202.3k 36 68.44M 0 0 36 25.00M 0 140.6k 08:18 03:01 05:17 219.2k 36 68.44M 0 0 36 25.25M 0 141.2k 08:16 03:03 05:13 230.7k 37 68.44M 0 0 37 25.50M 0 141.6k 08:14 03:04 05:10 229.7k 37 68.44M 0 0 37 25.75M 0 142.1k 08:13 03:05 05:08 226.2k 37 68.44M 0 0 37 26.00M 0 142.5k 08:11 03:06 05:05 221.8k 38 68.44M 0 0 38 26.25M 0 143.0k 08:09 03:07 05:02 214.1k 38 68.44M 0 0 38 26.50M 0 143.4k 08:08 03:09 04:59 210.0k 38 68.44M 0 0 38 26.68M 0 143.6k 08:07 03:10 04:57 205.1k 39 68.44M 0 0 39 26.87M 0 143.5k 08:08 03:11 04:57 184.6k 39 68.44M 0 0 39 27.00M 0 143.2k 08:09 03:13 04:56 162.8k 39 68.44M 0 0 39 27.12M 0 142.8k 08:10 03:14 04:56 137.9k 39 68.44M 0 0 39 27.25M 0 142.7k 08:10 03:15 04:55 123.2k 40 68.44M 0 0 40 27.43M 0 142.6k 08:11 03:16 04:55 115.3k 40 68.44M 0 0 40 27.56M 0 142.4k 08:12 03:18 04:54 108.8k 40 68.44M 0 0 40 27.68M 0 142.1k 08:13 03:19 04:54 108.8k 40 68.44M 0 0 40 27.81M 0 142.0k 08:13 03:20 04:53 114.8k 40 68.44M 0 0 40 28.00M 0 142.0k 08:13 03:21 04:52 119.0k 41 68.44M 0 0 41 28.18M 0 142.1k 08:13 03:23 04:50 125.1k 41 68.44M 0 0 41 28.37M 0 142.1k 08:13 03:24 04:49 133.9k 41 68.44M 0 0 41 28.50M 0 142.0k 08:13 03:25 04:48 138.0k 41 68.44M 0 0 41 28.68M 0 142.1k 08:13 03:26 04:47 145.8k 42 68.44M 0 0 42 28.81M 0 141.9k 08:13 03:27 04:46 140.6k 42 68.44M 0 0 42 29.00M 0 142.1k 08:13 03:28 04:45 140.8k 42 68.44M 0 0 42 29.25M 0 142.4k 08:11 03:30 04:41 153.0k 43 68.44M 0 0 43 29.50M 0 142.8k 08:10 03:31 04:39 170.8k 43 68.44M 0 0 43 29.75M 0 143.1k 08:09 03:32 04:37 178.8k 43 68.44M 0 0 43 29.87M 0 143.0k 08:10 03:33 04:37 178.7k 43 68.44M 0 0 43 30.00M 0 142.9k 08:10 03:34 04:36 171.6k 44 68.44M 0 0 44 30.18M 0 143.0k 08:09 03:36 04:33 164.0k 44 68.44M 0 0 44 30.37M 0 143.1k 08:09 03:37 04:32 155.2k 44 68.44M 0 0 44 30.56M 0 143.2k 08:09 03:38 04:31 146.4k 44 68.44M 0 0 44 30.75M 0 143.4k 08:08 03:39 04:29 160.2k 45 68.44M 0 0 45 30.93M 0 143.5k 08:08 03:40 04:28 166.4k 45 68.44M 0 0 45 31.12M 0 143.7k 08:07 03:41 04:26 168.9k 45 68.44M 0 0 45 31.31M 0 143.8k 08:07 03:42 04:25 168.5k 46 68.44M 0 0 46 31.50M 0 143.8k 08:07 03:44 04:23 165.0k 46 68.44M 0 0 46 31.68M 0 143.9k 08:07 03:45 04:22 159.7k 46 68.44M 0 0 46 31.87M 0 143.6k 08:07 03:47 04:20 147.7k 46 68.44M 0 0 46 32.00M 0 143.4k 08:08 03:48 04:20 135.9k 47 68.44M 0 0 47 32.18M 0 143.3k 08:08 03:49 04:19 128.1k 47 68.44M 0 0 47 32.31M 0 143.1k 08:09 03:51 04:18 121.2k 47 68.44M 0 0 47 32.43M 0 143.0k 08:09 03:52 04:17 115.4k 47 68.44M 0 0 47 32.56M 0 143.0k 08:10 03:53 04:17 117.7k 47 68.44M 0 0 47 32.75M 0 142.9k 08:10 03:54 04:16 124.6k 48 68.44M 0 0 48 32.93M 0 143.1k 08:09 03:55 04:14 134.8k 48 68.44M 0 0 48 33.12M 0 143.1k 08:09 03:56 04:13 144.1k 48 68.44M 0 0 48 33.31M 0 143.3k 08:08 03:57 04:11 154.9k 49 68.44M 0 0 49 33.56M 0 143.7k 08:07 03:59 04:08 170.3k 49 68.44M 0 0 49 33.81M 0 143.9k 08:06 04:00 04:06 182.3k 49 68.44M 0 0 49 34.06M 0 144.1k 08:06 04:01 04:05 184.3k 50 68.44M 0 0 50 34.25M 0 144.2k 08:05 04:03 04:02 186.1k 50 68.44M 0 0 50 34.43M 0 144.3k 08:05 04:04 04:01 183.1k 50 68.44M 0 0 50 34.62M 0 144.5k 08:04 04:05 03:59 177.7k 50 68.44M 0 0 50 34.81M 0 144.5k 08:04 04:06 03:58 169.1k 51 68.44M 0 0 51 35.00M 0 144.7k 08:04 04:07 03:57 166.8k 51 68.44M 0 0 51 35.25M 0 145.0k 08:03 04:08 03:55 176.0k 51 68.44M 0 0 51 35.56M 0 145.5k 08:01 04:10 03:51 194.8k 52 68.44M 0 0 52 35.75M 0 145.7k 08:00 04:11 03:49 194.8k 52 68.44M 0 0 52 35.87M 0 145.6k 08:01 04:12 03:49 191.5k 52 68.44M 0 0 52 36.00M 0 145.4k 08:01 04:13 03:48 175.5k 52 68.44M 0 0 52 36.12M 0 145.0k 08:03 04:15 03:48 145.0k 52 68.44M 0 0 52 36.25M 0 144.9k 08:03 04:16 03:47 117.2k 53 68.44M 0 0 53 36.37M 0 144.8k 08:03 04:17 03:46 106.3k 53 68.44M 0 0 53 36.62M 0 145.0k 08:03 04:18 03:45 121.0k 53 68.44M 0 0 53 36.81M 0 145.1k 08:02 04:19 03:43 132.6k 54 68.44M 0 0 54 37.00M 0 145.2k 08:02 04:20 03:42 158.0k 54 68.44M 0 0 54 37.18M 0 145.3k 08:02 04:22 03:40 162.9k 54 68.44M 0 0 54 37.37M 0 145.3k 08:02 04:23 03:39 169.8k 54 68.44M 0 0 54 37.56M 0 145.5k 08:01 04:24 03:37 168.0k 55 68.44M 0 0 55 37.75M 0 145.7k 08:01 04:25 03:36 173.5k 55 68.44M 0 0 55 37.87M 0 145.5k 08:01 04:26 03:35 159.2k 55 68.44M 0 0 55 38.06M 0 145.6k 08:01 04:27 03:34 161.2k 55 68.44M 0 0 55 38.25M 0 145.8k 08:00 04:28 03:32 167.4k 56 68.44M 0 0 56 38.43M 0 145.8k 08:00 04:29 03:31 160.1k 56 68.44M 0 0 56 38.62M 0 145.8k 08:00 04:31 03:29 150.1k 56 68.44M 0 0 56 38.75M 0 145.7k 08:00 04:32 03:28 151.9k 56 68.44M 0 0 56 38.87M 0 145.4k 08:01 04:33 03:28 134.7k 56 68.44M 0 0 56 39.00M 0 145.2k 08:02 04:34 03:28 120.8k 57 68.44M 0 0 57 39.12M 0 144.9k 08:03 04:36 03:27 109.1k 57 68.44M 0 0 57 39.25M 0 144.6k 08:04 04:37 03:27 98907 57 68.44M 0 0 57 39.43M 0 144.5k 08:04 04:39 03:25 100.2k 57 68.44M 0 0 57 39.56M 0 144.4k 08:05 04:40 03:25 105.2k 57 68.44M 0 0 57 39.68M 0 144.1k 08:06 04:41 03:25 101.5k 58 68.44M 0 0 58 39.81M 0 144.0k 08:06 04:43 03:23 104.5k 58 68.44M 0 0 58 39.93M 0 143.8k 08:07 04:44 03:23 109.0k 58 68.44M 0 0 58 40.06M 0 143.7k 08:07 04:45 03:22 103.9k 58 68.44M 0 0 58 40.18M 0 143.3k 08:08 04:47 03:21 99826 58 68.44M 0 0 58 40.31M 0 143.1k 08:09 04:48 03:21 99462 59 68.44M 0 0 59 40.43M 0 142.9k 08:10 04:49 03:21 98.12k 59 68.44M 0 0 59 40.56M 0 142.9k 08:10 04:50 03:20 101.4k 59 68.44M 0 0 59 40.75M 0 142.9k 08:10 04:51 03:19 109.7k 59 68.44M 0 0 59 40.93M 0 142.9k 08:10 04:53 03:17 124.1k 59 68.44M 0 0 59 41.06M 0 142.9k 08:10 04:54 03:16 133.0k 60 68.44M 0 0 60 41.18M 0 142.8k 08:10 04:55 03:15 133.3k 60 68.44M 0 0 60 41.37M 0 142.8k 08:10 04:56 03:14 139.1k 60 68.44M 0 0 60 41.56M 0 142.9k 08:10 04:57 03:13 144.3k 60 68.44M 0 0 60 41.75M 0 143.1k 08:09 04:58 03:11 150.1k 61 68.44M 0 0 61 41.87M 0 142.9k 08:10 05:00 03:10 143.7k 61 68.44M 0 0 61 42.00M 0 142.7k 08:11 05:01 03:10 139.6k 61 68.44M 0 0 61 42.18M 0 142.7k 08:10 05:02 03:08 140.8k 62 68.44M 0 0 62 42.43M 0 143.1k 08:09 05:03 03:06 149.3k 62 68.44M 0 0 62 42.68M 0 143.3k 08:08 05:04 03:04 155.5k 62 68.44M 0 0 62 42.93M 0 143.6k 08:07 05:06 03:01 179.3k 63 68.44M 0 0 63 43.18M 0 143.8k 08:07 05:07 03:00 201.5k 63 68.44M 0 0 63 43.31M 0 143.7k 08:07 05:08 02:59 195.1k 63 68.44M 0 0 63 43.50M 0 143.6k 08:07 05:10 02:57 167.9k 63 68.44M 0 0 63 43.62M 0 143.3k 08:08 05:11 02:57 144.2k 64 68.44M 0 0 64 43.81M 0 143.4k 08:08 05:12 02:56 135.8k 64 68.44M 0 0 64 44.00M 0 143.4k 08:08 05:14 02:54 130.2k 64 68.44M 0 0 64 44.00M 0 143.4k 08:08 05:14 02:54 143.4k 64 68.44M 0 0 64 44.18M 0 143.3k 08:08 05:15 02:53 127.8k 64 68.44M 0 0 64 44.37M 0 143.4k 08:08 05:16 02:52 142.2k 65 68.44M 0 0 65 44.56M 0 143.4k 08:08 05:18 02:50 144.5k 65 68.44M 0 0 65 44.81M 0 143.7k 08:07 05:19 02:48 160.5k 65 68.44M 0 0 65 45.06M 0 143.9k 08:06 05:20 02:46 166.2k 66 68.44M 0 0 66 45.25M 0 144.0k 08:06 05:21 02:45 177.1k 66 68.44M 0 0 66 45.43M 0 144.1k 08:06 05:22 02:44 177.4k 66 68.44M 0 0 66 45.68M 0 144.3k 08:05 05:24 02:41 186.7k 67 68.44M 0 0 67 45.87M 0 144.3k 08:05 05:25 02:40 172.6k 67 68.44M 0 0 67 46.00M 0 144.0k 08:06 05:26 02:40 149.9k 67 68.44M 0 0 67 46.12M 0 143.8k 08:07 05:28 02:39 134.6k 67 68.44M 0 0 67 46.25M 0 143.7k 08:07 05:29 02:38 126.8k 67 68.44M 0 0 67 46.37M 0 143.6k 08:07 05:30 02:37 111.2k 68 68.44M 0 0 68 46.56M 0 143.6k 08:07 05:31 02:36 110.2k 68 68.44M 0 0 68 46.68M 0 143.6k 08:08 05:32 02:36 118.8k 68 68.44M 0 0 68 46.87M 0 143.6k 08:07 05:34 02:33 132.4k 68 68.44M 0 0 68 47.12M 0 143.8k 08:07 05:35 02:32 146.2k 69 68.44M 0 0 69 47.25M 0 143.6k 08:07 05:36 02:31 143.1k 69 68.44M 0 0 69 47.43M 0 143.6k 08:08 05:38 02:30 140.9k 69 68.44M 0 0 69 47.62M 0 143.5k 08:08 05:39 02:29 141.0k 69 68.44M 0 0 69 47.81M 0 143.6k 08:08 05:40 02:28 141.6k 70 68.44M 0 0 70 47.93M 0 143.4k 08:08 05:42 02:26 125.6k 70 68.44M 0 0 70 48.12M 0 143.4k 08:08 05:43 02:25 134.1k 70 68.44M 0 0 70 48.31M 0 143.6k 08:08 05:44 02:24 144.3k 70 68.44M 0 0 70 48.50M 0 143.7k 08:07 05:45 02:22 155.6k 71 68.44M 0 0 71 48.68M 0 143.7k 08:07 05:46 02:21 151.8k 71 68.44M 0 0 71 48.81M 0 143.6k 08:07 05:47 02:20 156.6k 71 68.44M 0 0 71 48.93M 0 143.4k 08:08 05:49 02:19 142.9k 71 68.44M 0 0 71 49.12M 0 143.4k 08:08 05:50 02:18 134.0k 72 68.44M 0 0 72 49.31M 0 143.4k 08:08 05:52 02:16 127.3k 72 68.44M 0 0 72 49.43M 0 143.2k 08:09 05:53 02:16 114.8k 72 68.44M 0 0 72 49.56M 0 143.1k 08:09 05:54 02:15 114.0k 72 68.44M 0 0 72 49.75M 0 143.1k 08:09 05:55 02:14 126.2k 72 68.44M 0 0 72 49.93M 0 143.1k 08:09 05:57 02:12 129.1k 73 68.44M 0 0 73 50.18M 0 143.4k 08:08 05:58 02:10 140.8k 73 68.44M 0 0 73 50.31M 0 143.3k 08:08 05:59 02:09 150.5k 73 68.44M 0 0 73 50.50M 0 143.3k 08:09 06:00 02:09 155.2k 74 68.44M 0 0 74 50.68M 0 143.3k 08:08 06:02 02:06 156.4k 74 68.44M 0 0 74 50.93M 0 143.5k 08:08 06:03 02:05 165.6k 74 68.44M 0 0 74 51.06M 0 143.4k 08:08 06:04 02:04 146.2k 74 68.44M 0 0 74 51.25M 0 143.5k 08:08 06:05 02:03 154.7k 75 68.44M 0 0 75 51.50M 0 143.7k 08:07 06:06 02:01 169.1k 75 68.44M 0 0 75 51.81M 0 144.1k 08:06 06:08 01:58 191.9k 76 68.44M 0 0 76 52.12M 0 144.6k 08:04 06:09 01:55 209.4k 76 68.44M 0 0 76 52.37M 0 144.9k 08:03 06:10 01:53 239.4k 76 68.44M 0 0 76 52.62M 0 145.0k 08:03 06:11 01:52 240.2k 77 68.44M 0 0 77 52.75M 0 144.8k 08:03 06:12 01:51 213.7k 77 68.44M 0 0 77 52.87M 0 144.7k 08:04 06:14 01:50 177.8k 77 68.44M 0 0 77 53.00M 0 144.5k 08:04 06:15 01:49 143.8k 77 68.44M 0 0 77 53.12M 0 144.4k 08:05 06:16 01:49 120.0k 77 68.44M 0 0 77 53.31M 0 144.6k 08:04 06:17 01:47 117.1k 78 68.44M 0 0 78 53.56M 0 144.8k 08:04 06:18 01:46 140.8k 78 68.44M 0 0 78 53.87M 0 145.1k 08:02 06:20 01:42 172.0k 79 68.44M 0 0 79 54.12M 0 145.3k 08:02 06:21 01:41 193.7k 79 68.44M 0 0 79 54.43M 0 145.7k 08:01 06:22 01:39 221.7k 79 68.44M 0 0 79 54.68M 0 145.8k 08:00 06:23 01:37 221.5k 80 68.44M 0 0 80 54.87M 0 145.8k 08:00 06:25 01:35 209.0k 80 68.44M 0 0 80 55.00M 0 145.5k 08:01 06:26 01:35 170.8k 80 68.44M 0 0 80 55.12M 0 145.4k 08:01 06:27 01:34 152.9k 80 68.44M 0 0 80 55.31M 0 145.5k 08:01 06:29 01:32 135.0k 81 68.44M 0 0 81 55.56M 0 145.7k 08:01 06:30 01:31 135.6k 81 68.44M 0 0 81 55.75M 0 145.6k 08:01 06:31 01:30 134.7k 81 68.44M 0 0 81 55.93M 0 145.7k 08:00 06:33 01:27 154.6k 82 68.44M 0 0 82 56.12M 0 145.8k 08:00 06:34 01:26 167.6k 82 68.44M 0 0 82 56.31M 0 145.9k 08:00 06:35 01:25 171.1k 82 68.44M 0 0 82 56.50M 0 146.0k 07:59 06:36 01:23 167.3k 82 68.44M 0 0 82 56.68M 0 146.1k 07:59 06:37 01:22 178.2k 83 68.44M 0 0 83 56.87M 0 146.2k 07:59 06:38 01:21 180.7k 83 68.44M 0 0 83 57.12M 0 146.3k 07:58 06:39 01:19 181.8k 83 68.44M 0 0 83 57.31M 0 146.3k 07:59 06:41 01:18 172.8k 84 68.44M 0 0 84 57.50M 0 146.3k 07:58 06:42 01:16 168.4k 84 68.44M 0 0 84 57.62M 0 146.2k 07:59 06:43 01:16 152.9k 84 68.44M 0 0 84 57.75M 0 146.1k 07:59 06:44 01:15 143.1k 84 68.44M 0 0 84 58.00M 0 146.3k 07:58 06:45 01:13 145.0k 85 68.44M 0 0 85 58.18M 0 146.3k 07:58 06:47 01:11 151.4k 85 68.44M 0 0 85 58.31M 0 146.3k 07:59 06:48 01:11 143.4k 85 68.44M 0 0 85 58.50M 0 146.3k 07:59 06:49 01:10 150.9k 85 68.44M 0 0 85 58.68M 0 146.3k 07:59 06:50 01:09 156.3k 86 68.44M 0 0 86 58.87M 0 146.2k 07:59 06:52 01:07 143.9k 86 68.44M 0 0 86 59.06M 0 146.2k 07:59 06:53 01:06 137.1k 86 68.44M 0 0 86 59.25M 0 146.3k 07:58 06:54 01:04 147.1k 86 68.44M 0 0 86 59.37M 0 146.2k 07:59 06:55 01:04 143.0k 86 68.44M 0 0 86 59.50M 0 146.1k 07:59 06:56 01:03 137.1k 87 68.44M 0 0 87 59.62M 0 146.0k 07:59 06:58 01:01 130.2k 87 68.44M 0 0 87 59.81M 0 146.0k 07:59 06:59 01:00 134.2k 87 68.44M 0 0 87 59.93M 0 146.0k 07:59 07:00 00:59 123.2k 87 68.44M 0 0 87 60.12M 0 146.0k 07:59 07:01 00:58 131.0k 88 68.44M 0 0 88 60.31M 0 145.9k 08:00 07:03 00:57 132.3k 88 68.44M 0 0 88 60.50M 0 145.9k 08:00 07:04 00:56 140.3k 88 68.44M 0 0 88 60.68M 0 145.9k 08:00 07:05 00:55 140.2k 88 68.44M 0 0 88 60.87M 0 146.0k 08:00 07:06 00:54 145.0k 89 68.44M 0 0 89 61.00M 0 145.9k 08:00 07:08 00:52 137.7k 89 68.44M 0 0 89 61.18M 0 145.9k 08:00 07:09 00:51 145.0k 89 68.44M 0 0 89 61.37M 0 145.9k 08:00 07:10 00:50 147.5k 89 68.44M 0 0 89 61.56M 0 146.0k 07:59 07:11 00:48 148.9k 90 68.44M 0 0 90 61.75M 0 146.0k 07:59 07:12 00:47 151.1k 90 68.44M 0 0 90 62.00M 0 146.1k 07:59 07:14 00:45 163.2k 90 68.44M 0 0 90 62.18M 0 146.2k 07:59 07:15 00:44 165.3k 91 68.44M 0 0 91 62.31M 0 146.1k 07:59 07:16 00:43 159.6k 91 68.44M 0 0 91 62.43M 0 146.1k 07:59 07:17 00:42 154.4k 91 68.44M 0 0 91 62.62M 0 146.2k 07:59 07:18 00:41 155.7k 91 68.44M 0 0 91 62.81M 0 146.2k 07:59 07:19 00:40 150.7k 92 68.44M 0 0 92 63.00M 0 146.2k 07:59 07:21 00:38 146.4k 92 68.44M 0 0 92 63.12M 0 146.0k 07:59 07:22 00:37 139.6k 92 68.44M 0 0 92 63.25M 0 145.9k 08:00 07:23 00:37 133.4k 92 68.44M 0 0 92 63.37M 0 145.9k 08:00 07:24 00:36 125.1k 92 68.44M 0 0 92 63.50M 0 145.7k 08:00 07:26 00:34 112.3k 92 68.44M 0 0 92 63.62M 0 145.7k 08:01 07:27 00:34 106.6k 93 68.44M 0 0 93 63.81M 0 145.7k 08:00 07:28 00:32 119.1k 93 68.44M 0 0 93 64.00M 0 145.8k 08:00 07:29 00:31 133.3k 93 68.44M 0 0 93 64.18M 0 145.9k 08:00 07:30 00:30 145.4k 94 68.44M 0 0 94 64.37M 0 145.8k 08:00 07:31 00:29 153.8k 94 68.44M 0 0 94 64.50M 0 145.6k 08:01 07:33 00:28 145.0k 94 68.44M 0 0 94 64.62M 0 145.6k 08:01 07:34 00:27 139.0k 94 68.44M 0 0 94 64.75M 0 145.5k 08:01 07:35 00:26 127.3k 94 68.44M 0 0 94 64.93M 0 145.6k 08:01 07:36 00:25 127.1k 95 68.44M 0 0 95 65.12M 0 145.7k 08:00 07:37 00:23 137.7k 95 68.44M 0 0 95 65.31M 0 145.6k 08:01 07:39 00:22 142.0k 95 68.44M 0 0 95 65.43M 0 145.4k 08:01 07:40 00:21 131.2k 95 68.44M 0 0 95 65.56M 0 145.4k 08:01 07:41 00:20 135.0k 96 68.44M 0 0 96 65.75M 0 145.4k 08:01 07:42 00:19 131.3k 96 68.44M 0 0 96 65.87M 0 145.4k 08:02 07:43 00:19 120.4k 96 68.44M 0 0 96 66.00M 0 145.3k 08:02 07:44 00:18 122.9k 96 68.44M 0 0 96 66.18M 0 145.3k 08:02 07:46 00:16 133.3k 96 68.44M 0 0 96 66.37M 0 145.3k 08:02 07:47 00:15 138.0k 97 68.44M 0 0 97 66.50M 0 145.1k 08:02 07:49 00:13 123.1k 97 68.44M 0 0 97 66.62M 0 145.1k 08:02 07:50 00:12 123.6k 97 68.44M 0 0 97 66.75M 0 144.9k 08:03 07:51 00:12 117.1k 97 68.44M 0 0 97 66.93M 0 145.0k 08:03 07:52 00:11 122.9k 97 68.44M 0 0 97 67.06M 0 144.8k 08:03 07:53 00:10 111.8k 98 68.44M 0 0 98 67.25M 0 144.8k 08:03 07:55 00:08 121.9k 98 68.44M 0 0 98 67.43M 0 144.8k 08:03 07:56 00:07 126.7k 98 68.44M 0 0 98 67.62M 0 144.9k 08:03 07:57 00:06 142.7k 99 68.44M 0 0 99 67.87M 0 145.0k 08:03 07:59 00:04 151.1k 99 68.44M 0 0 99 68.06M 0 145.1k 08:02 08:00 00:02 169.2k 99 68.44M 0 0 99 68.25M 0 145.2k 08:02 08:01 00:01 175.4k 99 68.44M 0 0 99 68.37M 0 145.1k 08:02 08:02 165.0k* upload completely sent off: 71769550 bytes 100 68.44M 0 0 100 68.44M 0 144.7k 08:04 08:04 127.0k 100 68.44M 0 0 100 68.44M 0 144.4k 08:05 08:05 94444{ [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: EZ3lwvSVOwsIcQ3F9+T/VVUaIMMFtsrvYeJ8RYeaI0D0XvxPhqIaf0st298Li+0fzJQGqDlL59k= < x-amz-request-id: 4TXNZPKXNVHXCS0D < Date: Tue, 19 May 2026 21:39:02 GMT < x-amz-server-side-encryption: AES256 < ETag: "70106036d474c24b1e7bca6afee295fb" < x-amz-checksum-crc64nvme: waTCikz74tc= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < Connection: close < 100 68.44M 0 0 100 68.44M 0 144.3k 08:05 08:05 94444 100 68.44M 0 0 100 68.44M 0 144.3k 08:05 08:05 94444 100 68.44M 0 0 100 68.44M 0 144.3k 08:05 08:05 94444 * shutting down connection #0 took: 491.28 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.73.58, 3.5.72.117, 3.5.66.18, 3.5.65.124, 52.92.16.72, 52.92.20.168, 3.5.71.66, 3.5.75.103 * Trying 3.5.73.58: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.73.58 port 443) from 10.17.4.7 port 48074 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/4cfc87d5-cb14-4796-b797-17af05a15280.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEBIaCWV1LXdlc3QtMSJGMEQCIDIpw6xhnMZPSNWQZkkR3oXLtz06NNOEFEZcXADylH1KAiAIeT0oNgPrxFadKj7d9d0AZwpVG%2B%2FO7Sgg9f8fV8f2KyrDBQjb%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F8BEAAaDDgzNTQ5NDc1MzEyNiIM73aoQrxr4sEyjmYMKpcFQ8mqiYo1tMOGzYuFz%2BhTrm3IKhn0GBrN5idoims65Tmd6yB5GwHeToAPxd%2BKgxTvGvbeoBzWn%2FNELSyIPp273luxWP%2BkHN%2BlO0DDUppvjuIUddg0w81P04iL%2F5YqWUqESJGS3dK0GE7XhgBaT17GqJkjyHjwN6PG5AbrNe8kAcKMCDIg7%2BkHNjaudBJ0%2Fwg91iZ0H1XUiyaqRQlj%2Fpsaej2dneW3nXis75RFeeK3gUil4sDiqlYC1oAvXzQPX0fwcX48kdFAKusRxAVPGHgPmtr6iaxGwWxaU1Ll3ASzwJ2QspOP17QSqkJaz%2BFrEBszKGTupGQIRe7089VyLdDHHTYmmlkP9U65MvELvX2koJJaggaFAzFvK6NtJOQHXjQTk8knqlbs5YYNIt7UNF0WCI7jAGhw1hLaeTw15P%2BYJgyvz%2Fz%2BIu4GzIIC4n2Ciuk7HpoBuKNFMZv4LcofxqQuxCresyClnGcnWD%2F5u0GXzwsw%2FMl6wx76zMGA%2BEpvlp310e9yeHXq7bgSMSg0jaLqJEsCCkv0VYcQhxCLbsqA9YArpmkkXt9QwqfxHT38IC%2FLXu2rQMDXNIbs1oROeKLqeFwdnkNVyq0%2Bn0n1%2FgDiRArRdwVnjou2P729EsABN7Ooa0rbvgKqI8fFK%2BvJhIu6NcAechZ7yA7EYNElDS0PEcv%2FhnppuL96qMY6MgEO0f1ef4T%2FA20v6Ri1Z0f3zUiOjOstAMjftF2oRK6Zd6latp2Jqk9bpStQSuVNQTfV2iwiziWTxw0g3OtvxcK6wtzAEKTI%2FU46dLaHBfkyiKLk6uBhzyZqTT%2F2rFvaXDCBbF66xt5sUXXA4wZcfU7GbShVQLxC7FON%2Fgd%2Bxg0PFwNsGeYf4zwviwfTMOK5stAGOrIBH4hk%2FzTr%2FesdP4ShfRIPfxw9WdoBbOe7WJNT7F9TEgNnmMmi%2FX4Mj9IDL808sCoBXomzTLyXkIHDPUzCPuZ%2FRMfIRv4kx8KZx4ewdP8nC8CZAVu%2BHIRk8td1KvsHlSbG2OUhY4Jz6M99plEvSSPMMBGG4RwSW3ZCSwYLQDoY9dwAi7CUO6GcJ99xAG0lJvPXZIb8aMN9pBW0SDdenGq32Dgx13Y75RYaHE1I4VmFM%2BsphA%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260519T214706Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTJQZMWENJ%2F20260519%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=496d6ce3868fbdcfe0261679b5ff9b59b2652274d95ab290d9f1c61862052fe7 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 649994977 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 619.8M 0 0 0 1.75M 0 1.72M 05:58 00:01 05:57 1.73M 1 619.8M 0 0 1 8.93M 0 4.42M 02:19 00:02 02:17 4.43M 2 619.8M 0 0 2 14.43M 0 4.76M 02:09 00:03 02:06 4.76M 3 619.8M 0 0 3 19.87M 0 4.93M 02:05 00:04 02:01 4.93M 4 619.8M 0 0 4 25.56M 0 5.08M 02:01 00:05 01:56 5.08M 5 619.8M 0 0 5 31.43M 0 5.21M 01:58 00:06 01:52 5.91M 6 619.8M 0 0 6 37.37M 0 5.31M 01:56 00:07 01:49 5.66M 6 619.8M 0 0 6 43.31M 0 5.38M 01:55 00:08 01:47 5.75M 7 619.8M 0 0 7 49.25M 0 5.44M 01:53 00:09 01:44 5.85M 8 619.8M 0 0 8 55.25M 0 5.49M 01:52 00:10 01:42 5.91M 9 619.8M 0 0 9 61.31M 0 5.54M 01:51 00:11 01:40 5.94M 10 619.8M 0 0 10 67.56M 0 5.60M 01:50 00:12 01:38 6.01M 11 619.8M 0 0 11 74.18M 0 5.68M 01:49 00:13 01:36 6.15M 13 619.8M 0 0 13 81.25M 0 5.77M 01:47 00:14 01:33 6.38M 14 619.8M 0 0 14 89.00M 0 5.90M 01:44 00:15 01:29 6.73M 15 619.8M 0 0 15 97.75M 0 6.08M 01:41 00:16 01:25 7.27M 17 619.8M 0 0 17 106.8M 0 6.25M 01:39 00:17 01:22 7.83M 18 619.8M 0 0 18 114.7M 0 6.35M 01:37 00:18 01:19 8.09M 19 619.8M 0 0 19 123.3M 0 6.46M 01:35 00:19 01:16 8.39M 20 619.8M 0 0 20 130.1M 0 6.48M 01:35 00:20 01:15 8.20M 22 619.8M 0 0 22 137.1M 0 6.50M 01:35 00:21 01:14 7.87M 23 619.8M 0 0 23 144.6M 0 6.54M 01:34 00:22 01:12 7.54M 24 619.8M 0 0 24 152.2M 0 6.59M 01:33 00:23 01:10 7.47M 25 619.8M 0 0 25 159.9M 0 6.64M 01:33 00:24 01:09 7.30M 27 619.8M 0 0 27 167.6M 0 6.68M 01:32 00:25 01:07 7.49M 28 619.8M 0 0 28 175.3M 0 6.72M 01:32 00:26 01:06 7.62M 29 619.8M 0 0 29 183.0M 0 6.75M 01:31 00:27 01:04 7.67M 30 619.8M 0 0 30 190.8M 0 6.79M 01:31 00:28 01:03 7.70M 31 619.8M 0 0 31 197.3M 0 6.78M 01:31 00:29 01:02 7.45M 32 619.8M 0 0 32 203.6M 0 6.76M 01:31 00:30 01:01 7.17M 33 619.8M 0 0 33 210.6M 0 6.77M 01:31 00:31 01:00 7.04M 35 619.8M 0 0 35 218.1M 0 6.79M 01:31 00:32 00:59 6.99M 36 619.8M 0 0 36 225.8M 0 6.82M 01:30 00:33 00:57 6.98M 37 619.8M 0 0 37 233.6M 0 6.85M 01:30 00:34 00:56 7.26M 38 619.8M 0 0 38 241.6M 0 6.88M 01:30 00:35 00:55 7.57M 40 619.8M 0 0 40 249.5M 0 6.91M 01:29 00:36 00:53 7.75M 41 619.8M 0 0 41 256.3M 0 6.90M 01:29 00:37 00:52 7.61M 42 619.8M 0 0 42 262.7M 0 6.89M 01:29 00:38 00:51 7.35M 43 619.8M 0 0 43 269.7M 0 6.89M 01:29 00:39 00:50 7.18M 44 619.8M 0 0 44 277.1M 0 6.90M 01:29 00:40 00:49 7.08M 45 619.8M 0 0 45 284.9M 0 6.92M 01:29 00:41 00:48 7.04M 47 619.8M 0 0 47 292.8M 0 6.94M 01:29 00:42 00:47 7.25M 48 619.8M 0 0 48 300.7M 0 6.96M 01:28 00:43 00:45 7.56M 49 619.8M 0 0 49 308.6M 0 6.99M 01:28 00:44 00:44 7.75M 51 619.8M 0 0 51 316.6M 0 7.01M 01:28 00:45 00:43 7.85M 52 619.8M 0 0 52 324.5M 0 7.03M 01:28 00:46 00:42 7.90M 53 619.8M 0 0 53 332.5M 0 7.05M 01:27 00:47 00:40 7.94M 54 619.8M 0 0 54 340.8M 0 7.07M 01:27 00:48 00:39 8.00M 56 619.8M 0 0 56 349.0M 0 7.09M 01:27 00:49 00:38 8.02M 57 619.8M 0 0 57 356.1M 0 7.09M 01:27 00:50 00:37 7.86M 58 619.8M 0 0 58 363.5M 0 7.10M 01:27 00:51 00:36 7.75M 59 619.8M 0 0 59 371.5M 0 7.11M 01:27 00:52 00:35 7.73M 61 619.8M 0 0 61 379.9M 0 7.14M 01:26 00:53 00:33 7.76M 62 619.8M 0 0 62 388.5M 0 7.16M 01:26 00:54 00:32 7.86M 64 619.8M 0 0 64 397.2M 0 7.19M 01:26 00:55 00:31 8.18M 65 619.8M 0 0 65 406.0M 0 7.22M 01:25 00:56 00:29 8.44M 66 619.8M 0 0 66 414.8M 0 7.25M 01:25 00:57 00:28 8.61M 68 619.8M 0 0 68 423.6M 0 7.27M 01:25 00:58 00:27 8.69M 69 619.8M 0 0 69 432.4M 0 7.30M 01:24 00:59 00:25 8.75M 71 619.8M 0 0 71 441.3M 0 7.33M 01:24 01:00 00:24 8.79M 72 619.8M 0 0 72 450.5M 0 7.35M 01:24 01:01 00:23 8.88M 74 619.8M 0 0 74 460.0M 0 7.39M 01:23 01:02 00:21 9.02M 75 619.8M 0 0 75 470.1M 0 7.43M 01:23 01:03 00:20 9.28M 77 619.8M 0 0 77 480.9M 0 7.48M 01:22 01:04 00:18 9.67M 79 619.8M 0 0 79 492.6M 0 7.55M 01:22 01:05 00:17 10.24M 81 619.8M 0 0 81 505.8M 0 7.63M 01:21 01:06 00:15 11.03M 83 619.8M 0 0 83 520.5M 0 7.74M 01:20 01:07 00:13 12.08M 86 619.8M 0 0 86 537.2M 0 7.87M 01:18 01:08 00:10 13.41M 89 619.8M 0 0 89 556.3M 0 8.03M 01:17 01:09 00:08 15.07M 91 619.8M 0 0 91 566.0M 0 8.05M 01:16 01:10 00:06 14.63M 92 619.8M 0 0 92 573.6M 0 8.05M 01:16 01:11 00:05 13.54M 93 619.8M 0 0 93 581.8M 0 8.05M 01:16 01:12 00:04 12.24M 95 619.8M 0 0 95 590.3M 0 8.05M 01:16 01:13 00:03 10.59M 96 619.8M 0 0 96 596.9M 0 8.04M 01:17 01:14 00:03 8.08M 97 619.8M 0 0 97 603.6M 0 8.02M 01:17 01:15 00:02 7.50M 98 619.8M 0 0 98 610.6M 0 8.00M 01:17 01:16 00:01 7.36M 99 619.8M 0 0 99 617.8M 0 7.99M 01:17 01:17 7.15M* upload completely sent off: 649994977 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: LjUi+yZq+HcLjcCXFoheSItNPFJUUyq4OG0U9aMgBAOD886bMtpHP+qJDPuyv24ObEGsk65wE186rSWu4NEgfG5H+aKNJOyl < x-amz-request-id: SSNV39AT2FWAS4K9 < Date: Tue, 19 May 2026 21:48:03 GMT < x-amz-server-side-encryption: AES256 < ETag: "192d8976c68cbb0bc423270b2ec75cc7" < x-amz-checksum-crc64nvme: zUFpCmTJkWU= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 619.8M 0 0 100 619.8M 0 7.95M 01:17 01:17 7.15M 100 619.8M 0 0 100 619.8M 0 7.95M 01:17 01:17 7.15M 100 619.8M 0 0 100 619.8M 0 7.95M 01:17 01:17 7.15M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 133.43 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.66.0, 3.5.71.67, 52.92.36.112, 3.5.75.77, 3.5.75.88, 3.5.64.223, 52.92.17.88, 3.5.67.215 * Trying 3.5.66.0: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.66.0 port 443) from 10.17.4.7 port 55316 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/a1e4d125-bb56-43ca-9129-5215765d4442.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEBIaCWV1LXdlc3QtMSJGMEQCIDIpw6xhnMZPSNWQZkkR3oXLtz06NNOEFEZcXADylH1KAiAIeT0oNgPrxFadKj7d9d0AZwpVG%2B%2FO7Sgg9f8fV8f2KyrDBQjb%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F8BEAAaDDgzNTQ5NDc1MzEyNiIM73aoQrxr4sEyjmYMKpcFQ8mqiYo1tMOGzYuFz%2BhTrm3IKhn0GBrN5idoims65Tmd6yB5GwHeToAPxd%2BKgxTvGvbeoBzWn%2FNELSyIPp273luxWP%2BkHN%2BlO0DDUppvjuIUddg0w81P04iL%2F5YqWUqESJGS3dK0GE7XhgBaT17GqJkjyHjwN6PG5AbrNe8kAcKMCDIg7%2BkHNjaudBJ0%2Fwg91iZ0H1XUiyaqRQlj%2Fpsaej2dneW3nXis75RFeeK3gUil4sDiqlYC1oAvXzQPX0fwcX48kdFAKusRxAVPGHgPmtr6iaxGwWxaU1Ll3ASzwJ2QspOP17QSqkJaz%2BFrEBszKGTupGQIRe7089VyLdDHHTYmmlkP9U65MvELvX2koJJaggaFAzFvK6NtJOQHXjQTk8knqlbs5YYNIt7UNF0WCI7jAGhw1hLaeTw15P%2BYJgyvz%2Fz%2BIu4GzIIC4n2Ciuk7HpoBuKNFMZv4LcofxqQuxCresyClnGcnWD%2F5u0GXzwsw%2FMl6wx76zMGA%2BEpvlp310e9yeHXq7bgSMSg0jaLqJEsCCkv0VYcQhxCLbsqA9YArpmkkXt9QwqfxHT38IC%2FLXu2rQMDXNIbs1oROeKLqeFwdnkNVyq0%2Bn0n1%2FgDiRArRdwVnjou2P729EsABN7Ooa0rbvgKqI8fFK%2BvJhIu6NcAechZ7yA7EYNElDS0PEcv%2FhnppuL96qMY6MgEO0f1ef4T%2FA20v6Ri1Z0f3zUiOjOstAMjftF2oRK6Zd6latp2Jqk9bpStQSuVNQTfV2iwiziWTxw0g3OtvxcK6wtzAEKTI%2FU46dLaHBfkyiKLk6uBhzyZqTT%2F2rFvaXDCBbF66xt5sUXXA4wZcfU7GbShVQLxC7FON%2Fgd%2Bxg0PFwNsGeYf4zwviwfTMOK5stAGOrIBH4hk%2FzTr%2FesdP4ShfRIPfxw9WdoBbOe7WJNT7F9TEgNnmMmi%2FX4Mj9IDL808sCoBXomzTLyXkIHDPUzCPuZ%2FRMfIRv4kx8KZx4ewdP8nC8CZAVu%2BHIRk8td1KvsHlSbG2OUhY4Jz6M99plEvSSPMMBGG4RwSW3ZCSwYLQDoY9dwAi7CUO6GcJ99xAG0lJvPXZIb8aMN9pBW0SDdenGq32Dgx13Y75RYaHE1I4VmFM%2BsphA%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260519T214920Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTJQZMWENJ%2F20260519%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=4443e6e313542271fc405703ba551d1ae7e04a7fabf254b977242403b7e03bfd HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 65735195 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 4 62.68M 0 0 4 3.00M 0 2.99M 00:20 00:01 00:19 3.00M 14 62.68M 0 0 14 9.06M 0 4.50M 00:13 00:02 00:11 4.50M 25 62.68M 0 0 25 15.75M 0 5.22M 00:12 00:03 00:09 5.22M 34 62.68M 0 0 34 21.37M 0 5.31M 00:11 00:04 00:07 5.31M 42 62.68M 0 0 42 26.93M 0 5.35M 00:11 00:05 00:06 5.35M 52 62.68M 0 0 52 32.75M 0 5.42M 00:11 00:06 00:05 5.90M 61 62.68M 0 0 61 38.75M 0 5.50M 00:11 00:07 00:04 5.89M 71 62.68M 0 0 71 44.75M 0 5.55M 00:11 00:08 00:03 5.75M 81 62.68M 0 0 81 50.81M 0 5.61M 00:11 00:09 00:02 5.85M 90 62.68M 0 0 90 56.75M 0 5.63M 00:11 00:10 00:01 5.92M* upload completely sent off: 65735195 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: rCL9joj9ai5hL2NQPomSDhIk38aSH9/RqDObUjUkbU1tcKfMhL1MokCeVqM9Oijyq/W1hiCtbc7gG9fvhmYRA4HCMZ0G4mJc < x-amz-request-id: V3ZS7X6BFTBKFQEB < Date: Tue, 19 May 2026 21:49:27 GMT < x-amz-server-side-encryption: AES256 < ETag: "250784091b4de74f28a548af86eaa70a" < x-amz-checksum-crc64nvme: k5miimTSlA0= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 62.68M 0 0 100 62.68M 0 5.45M 00:11 00:11 5.47M 100 62.68M 0 0 100 62.68M 0 5.45M 00:11 00:11 5.47M 100 62.68M 0 0 100 62.68M 0 5.45M 00:11 00:11 5.47M 100 62.68M 0 0 100 62.68M 0 5.45M 00:11 00:11 5.47M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 16.82 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.75.20, 52.92.36.40, 52.92.34.80, 52.92.17.72, 52.92.2.112, 52.92.19.192, 3.5.74.63, 52.92.19.16 * Trying 3.5.75.20: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.20 port 443) from 10.17.4.7 port 42214 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/23728129-3035-485a-928f-c6d0a4ec91c7.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEBIaCWV1LXdlc3QtMSJGMEQCIDIpw6xhnMZPSNWQZkkR3oXLtz06NNOEFEZcXADylH1KAiAIeT0oNgPrxFadKj7d9d0AZwpVG%2B%2FO7Sgg9f8fV8f2KyrDBQjb%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F8BEAAaDDgzNTQ5NDc1MzEyNiIM73aoQrxr4sEyjmYMKpcFQ8mqiYo1tMOGzYuFz%2BhTrm3IKhn0GBrN5idoims65Tmd6yB5GwHeToAPxd%2BKgxTvGvbeoBzWn%2FNELSyIPp273luxWP%2BkHN%2BlO0DDUppvjuIUddg0w81P04iL%2F5YqWUqESJGS3dK0GE7XhgBaT17GqJkjyHjwN6PG5AbrNe8kAcKMCDIg7%2BkHNjaudBJ0%2Fwg91iZ0H1XUiyaqRQlj%2Fpsaej2dneW3nXis75RFeeK3gUil4sDiqlYC1oAvXzQPX0fwcX48kdFAKusRxAVPGHgPmtr6iaxGwWxaU1Ll3ASzwJ2QspOP17QSqkJaz%2BFrEBszKGTupGQIRe7089VyLdDHHTYmmlkP9U65MvELvX2koJJaggaFAzFvK6NtJOQHXjQTk8knqlbs5YYNIt7UNF0WCI7jAGhw1hLaeTw15P%2BYJgyvz%2Fz%2BIu4GzIIC4n2Ciuk7HpoBuKNFMZv4LcofxqQuxCresyClnGcnWD%2F5u0GXzwsw%2FMl6wx76zMGA%2BEpvlp310e9yeHXq7bgSMSg0jaLqJEsCCkv0VYcQhxCLbsqA9YArpmkkXt9QwqfxHT38IC%2FLXu2rQMDXNIbs1oROeKLqeFwdnkNVyq0%2Bn0n1%2FgDiRArRdwVnjou2P729EsABN7Ooa0rbvgKqI8fFK%2BvJhIu6NcAechZ7yA7EYNElDS0PEcv%2FhnppuL96qMY6MgEO0f1ef4T%2FA20v6Ri1Z0f3zUiOjOstAMjftF2oRK6Zd6latp2Jqk9bpStQSuVNQTfV2iwiziWTxw0g3OtvxcK6wtzAEKTI%2FU46dLaHBfkyiKLk6uBhzyZqTT%2F2rFvaXDCBbF66xt5sUXXA4wZcfU7GbShVQLxC7FON%2Fgd%2Bxg0PFwNsGeYf4zwviwfTMOK5stAGOrIBH4hk%2FzTr%2FesdP4ShfRIPfxw9WdoBbOe7WJNT7F9TEgNnmMmi%2FX4Mj9IDL808sCoBXomzTLyXkIHDPUzCPuZ%2FRMfIRv4kx8KZx4ewdP8nC8CZAVu%2BHIRk8td1KvsHlSbG2OUhY4Jz6M99plEvSSPMMBGG4RwSW3ZCSwYLQDoY9dwAi7CUO6GcJ99xAG0lJvPXZIb8aMN9pBW0SDdenGq32Dgx13Y75RYaHE1I4VmFM%2BsphA%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260519T214938Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTJQZMWENJ%2F20260519%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=75309805dd5a1af12dff538b37244590f43d8a65643bd9e448ac7da0d74f4d1e HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 586169039 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 559.0M 0 0 0 3.37M 0 3.16M 02:56 00:01 02:55 3.17M 1 559.0M 0 0 1 10.31M 0 4.98M 01:52 00:02 01:50 4.98M 3 559.0M 0 0 3 17.56M 0 5.71M 01:37 00:03 01:34 5.71M 4 559.0M 0 0 4 24.62M 0 6.03M 01:32 00:04 01:28 6.03M 5 559.0M 0 0 5 30.56M 0 6.00M 01:33 00:05 01:28 6.00M 6 559.0M 0 0 6 36.87M 0 6.05M 01:32 00:06 01:26 6.66M 7 559.0M 0 0 7 40.81M 0 5.74M 01:37 00:07 01:30 6.05M 7 559.0M 0 0 7 44.43M 0 5.47M 01:42 00:08 01:34 5.32M 8 559.0M 0 0 8 48.31M 0 5.28M 01:45 00:09 01:36 4.68M 9 559.0M 0 0 9 52.18M 0 5.14M 01:48 00:10 01:38 4.27M 10 559.0M 0 0 10 56.12M 0 5.03M 01:51 00:11 01:40 3.81M 10 559.0M 0 0 10 60.06M 0 4.93M 01:53 00:12 01:41 3.80M 11 559.0M 0 0 11 64.00M 0 4.86M 01:54 00:13 01:41 3.87M 12 559.0M 0 0 12 68.00M 0 4.79M 01:56 00:14 01:42 3.91M 12 559.0M 0 0 12 72.12M 0 4.75M 01:57 00:15 01:42 3.96M 13 559.0M 0 0 13 76.62M 0 4.73M 01:58 00:16 01:42 4.07M 14 559.0M 0 0 14 81.50M 0 4.74M 01:57 00:17 01:40 4.26M 15 559.0M 0 0 15 87.06M 0 4.78M 01:56 00:18 01:38 4.59M 16 559.0M 0 0 16 93.50M 0 4.87M 01:54 00:19 01:35 5.07M 17 559.0M 0 0 17 100.3M 0 4.96M 01:52 00:20 01:32 5.61M 18 559.0M 0 0 18 105.0M 0 4.94M 01:52 00:21 01:31 5.63M 19 559.0M 0 0 19 109.2M 0 4.91M 01:53 00:22 01:31 5.50M 20 559.0M 0 0 20 112.6M 0 4.85M 01:55 00:23 01:32 5.08M 20 559.0M 0 0 20 116.3M 0 4.80M 01:56 00:24 01:32 4.54M 21 559.0M 0 0 21 120.1M 0 4.76M 01:57 00:25 01:32 3.93M 22 559.0M 0 0 22 123.6M 0 4.71M 01:58 00:26 01:32 3.72M 22 559.0M 0 0 22 126.8M 0 4.65M 02:00 00:27 01:33 3.50M 23 559.0M 0 0 23 130.4M 0 4.61M 02:01 00:28 01:33 3.52M 24 559.0M 0 0 24 134.1M 0 4.58M 02:01 00:29 01:32 3.53M 24 559.0M 0 0 24 138.0M 0 4.55M 02:02 00:30 01:32 3.53M 25 559.0M 0 0 25 142.0M 0 4.53M 02:03 00:31 01:32 3.62M 26 559.0M 0 0 26 145.8M 0 4.51M 02:03 00:32 01:31 3.76M 26 559.0M 0 0 26 149.8M 0 4.49M 02:04 00:33 01:31 3.83M 27 559.0M 0 0 27 153.7M 0 4.48M 02:04 00:34 01:30 3.88M 28 559.0M 0 0 28 157.8M 0 4.46M 02:05 00:35 01:30 3.93M 29 559.0M 0 0 29 162.1M 0 4.46M 02:05 00:36 01:29 4.00M 29 559.0M 0 0 29 167.0M 0 4.47M 02:04 00:37 01:27 4.19M 30 559.0M 0 0 30 172.0M 0 4.48M 02:04 00:38 01:26 4.41M 31 559.0M 0 0 31 176.3M 0 4.48M 02:04 00:39 01:25 4.48M 32 559.0M 0 0 32 181.1M 0 4.48M 02:04 00:40 01:24 4.62M 33 559.0M 0 0 33 186.3M 0 4.50M 02:04 00:41 01:23 4.80M 34 559.0M 0 0 34 191.7M 0 4.52M 02:03 00:42 01:21 4.93M 35 559.0M 0 0 35 197.1M 0 4.54M 02:02 00:43 01:19 5.02M 36 559.0M 0 0 36 202.7M 0 4.57M 02:02 00:44 01:18 5.27M 37 559.0M 0 0 37 208.3M 0 4.59M 02:01 00:45 01:16 5.41M 38 559.0M 0 0 38 213.8M 0 4.61M 02:01 00:46 01:15 5.48M 39 559.0M 0 0 39 219.5M 0 4.63M 02:00 00:47 01:13 5.52M 40 559.0M 0 0 40 225.2M 0 4.65M 02:00 00:48 01:12 5.58M 41 559.0M 0 0 41 231.2M 0 4.68M 01:59 00:49 01:10 5.67M 42 559.0M 0 0 42 237.6M 0 4.71M 01:58 00:50 01:08 5.85M 43 559.0M 0 0 43 244.7M 0 4.76M 01:57 00:51 01:06 6.14M 45 559.0M 0 0 45 252.6M 0 4.82M 01:55 00:52 01:03 6.59M 46 559.0M 0 0 46 261.6M 0 4.89M 01:54 00:53 01:01 7.24M 48 559.0M 0 0 48 270.5M 0 4.97M 01:52 00:54 00:58 7.82M 49 559.0M 0 0 49 278.8M 0 5.03M 01:51 00:55 00:56 8.18M 51 559.0M 0 0 51 287.8M 0 5.10M 01:49 00:56 00:53 8.59M 53 559.0M 0 0 53 297.5M 0 5.18M 01:47 00:57 00:50 8.94M 55 559.0M 0 0 55 307.5M 0 5.26M 01:46 00:58 00:48 9.13M 56 559.0M 0 0 56 317.7M 0 5.34M 01:44 00:59 00:45 9.39M 58 559.0M 0 0 58 328.1M 0 5.42M 01:42 01:00 00:42 9.82M 60 559.0M 0 0 60 338.5M 0 5.51M 01:41 01:01 00:40 10.09M 62 559.0M 0 0 62 349.0M 0 5.58M 01:40 01:02 00:38 10.26M 64 559.0M 0 0 64 359.3M 0 5.66M 01:38 01:03 00:35 10.34M 66 559.0M 0 0 66 369.8M 0 5.73M 01:37 01:04 00:33 10.39M 68 559.0M 0 0 68 380.5M 0 5.81M 01:36 01:05 00:31 10.44M 69 559.0M 0 0 69 389.1M 0 5.85M 01:35 01:06 00:29 10.07M 71 559.0M 0 0 71 397.9M 0 5.89M 01:34 01:07 00:27 9.75M 72 559.0M 0 0 72 407.3M 0 5.95M 01:33 01:08 00:25 9.55M 74 559.0M 0 0 74 415.4M 0 5.98M 01:33 01:09 00:24 9.07M 75 559.0M 0 0 75 423.0M 0 6.00M 01:33 01:10 00:23 8.49M 77 559.0M 0 0 77 431.0M 0 6.03M 01:32 01:11 00:21 8.36M 78 559.0M 0 0 78 439.3M 0 6.06M 01:32 01:12 00:20 8.26M 80 559.0M 0 0 80 447.7M 0 6.09M 01:31 01:13 00:18 8.06M 81 559.0M 0 0 81 456.1M 0 6.12M 01:31 01:14 00:17 8.12M 83 559.0M 0 0 83 464.6M 0 6.15M 01:30 01:15 00:15 8.28M 84 559.0M 0 0 84 473.0M 0 6.18M 01:30 01:16 00:14 8.37M 86 559.0M 0 0 86 481.5M 0 6.21M 01:29 01:17 00:12 8.40M 87 559.0M 0 0 87 490.0M 0 6.24M 01:29 01:18 00:11 8.43M 89 559.0M 0 0 89 498.8M 0 6.27M 01:29 01:19 00:10 8.52M 90 559.0M 0 0 90 508.0M 0 6.31M 01:28 01:20 00:08 8.65M 92 559.0M 0 0 92 517.7M 0 6.35M 01:27 01:21 00:06 8.91M 94 559.0M 0 0 94 528.1M 0 6.40M 01:27 01:22 00:05 9.30M 96 559.0M 0 0 96 539.7M 0 6.46M 01:26 01:23 00:03 9.91M 98 559.0M 0 0 98 551.3M 0 6.52M 01:25 01:24 00:01 10.46M* upload completely sent off: 586169039 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: wb0ig0H1FtwbXNRYaQ+T3whUaM8N+mi3DwbDms8wFWeKsSTz2CoEaqnVdAp0Xq7PxqmcXFRJIXRlM30FaEWwpfFa5ws2iZeP < x-amz-request-id: EQFAQPQBFY4R8GED < Date: Tue, 19 May 2026 21:50:26 GMT < x-amz-server-side-encryption: AES256 < ETag: "5fc5c882855710253bf428c09cd70bad" < x-amz-checksum-crc64nvme: bKw1Ri3FGqI= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 559.0M 0 0 100 559.0M 0 6.53M 01:25 01:25 10.05M 100 559.0M 0 0 100 559.0M 0 6.53M 01:25 01:25 10.05M 100 559.0M 0 0 100 559.0M 0 6.53M 01:25 01:25 10.05M 100 559.0M 0 0 100 559.0M 0 6.53M 01:25 01:25 10.05M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 132.78 seconds no out.png (QPSChart)! heaps: (156870760, 160597648, 158300754.8, 916006.1392403782) [2026-05-19 17:51:54.871662] RUN: tar cjf logs.tar.bz2 --exclude=*.pk * [2026-05-19 17:53:01.664029] took 66.8 sec /l/logs.nightly/2026.05.18.10.03.33/logs.tar.bz2: fixed index size 125222.37 MB /l/logs.nightly/2026.05.18.10.03.33/logs.tar.bz2: fixed index time 39655.1s, bytes 25526799676 (from log) [2026-05-19 17:53:43.450506] done: total time 1 day, 7:50:09.916239 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 + 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-19 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 ff110e83c79..1ca725763e9 main -> origin/main Updating ff110e83c79..1ca725763e9 Fast-forward gradle/validation/ast-grep/rules/java-patterns.yml | 14 + gradle/validation/ast-grep/tests/java-patterns.yml | 10 + lucene/CHANGES.txt | 18 +- .../lucene/codecs/hnsw/FlatFieldVectorsWriter.java | 23 ++ .../codecs/lucene99/Lucene99HnswVectorsWriter.java | 20 +- .../document/SortedNumericDocValuesRangeQuery.java | 94 ++--- .../org/apache/lucene/search/LRUQueryCache.java | 23 +- .../org/apache/lucene/util/RoaringDocIdSet.java | 132 ++++++- .../apache/lucene/search/TestDocValuesQueries.java | 43 ++- .../apache/lucene/search/TestLRUQueryCache.java | 30 ++ .../apache/lucene/util/TestRoaringDocIdSet.java | 117 ++++++ .../apache/lucene/misc/search/DocValuesStats.java | 130 ++++++- .../misc/search/DocValuesStatsCollector.java | 5 + .../search/DocValuesStatsCollectorManager.java | 69 ++++ .../misc/search/TestDocValuesStatsCollector.java | 404 +++++++++++---------- .../search/LargeNumHitsTopDocsCollector.java | 13 +- .../search/TestLargeNumHitsTopDocsCollector.java | 23 +- 17 files changed, 872 insertions(+), 296 deletions(-) create mode 100644 lucene/misc/src/java/org/apache/lucene/misc/search/DocValuesStatsCollectorManager.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-19.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-19.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 ff110e83c79fc1519b68b5e1735c32456112c99a NOTE: logging all output to /l/logs.nightly/geo/2026.05.19.18.01.22.log.txt; saving results to /l/logs.nightly/geo/2026.05.19.18.01.22.pk RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -polyRussia -reindex 1.5s: points, polyRussia: 1000000... 3.3s: points, polyRussia: 2000000... 4.7s: points, polyRussia: 3000000... 6.0s: points, polyRussia: 4000000... 7.4s: points, polyRussia: 5000000... 8.8s: points, polyRussia: 6000000... 10.1s: points, polyRussia: 7000000... 11.4s: points, polyRussia: 8000000... 12.8s: points, polyRussia: 9000000... 14.2s: points, polyRussia: 10000000... 21.6s: points, polyRussia: 11000000... 22.5s: points, polyRussia: 12000000... 23.8s: points, polyRussia: 13000000... 25.2s: points, polyRussia: 14000000... 26.5s: points, polyRussia: 15000000... 27.8s: points, polyRussia: 16000000... 29.2s: points, polyRussia: 17000000... 30.6s: points, polyRussia: 18000000... 31.9s: points, polyRussia: 19000000... 33.2s: points, polyRussia: 20000000... 34.6s: points, polyRussia: 21000000... 41.9s: points, polyRussia: 22000000... 42.8s: points, polyRussia: 23000000... 44.1s: points, polyRussia: 24000000... 45.5s: points, polyRussia: 25000000... 46.8s: points, polyRussia: 26000000... 48.1s: points, polyRussia: 27000000... 49.4s: points, polyRussia: 28000000... 50.8s: points, polyRussia: 29000000... 52.1s: points, polyRussia: 30000000... 53.4s: points, polyRussia: 31000000... 54.7s: points, polyRussia: 32000000... 62.0s: points, polyRussia: 33000000... 63.3s: points, polyRussia: 34000000... 64.2s: points, polyRussia: 35000000... 65.5s: points, polyRussia: 36000000... 66.9s: points, polyRussia: 37000000... 68.2s: points, polyRussia: 38000000... 69.5s: points, polyRussia: 39000000... 70.8s: points, polyRussia: 40000000... 72.1s: points, polyRussia: 41000000... 73.5s: points, polyRussia: 42000000... 74.8s: points, polyRussia: 43000000... 82.1s: points, polyRussia: 44000000... 83.4s: points, polyRussia: 45000000... 84.3s: points, polyRussia: 46000000... 85.6s: points, polyRussia: 47000000... 86.9s: points, polyRussia: 48000000... 88.2s: points, polyRussia: 49000000... 89.6s: points, polyRussia: 50000000... 90.9s: points, polyRussia: 51000000... 92.2s: points, polyRussia: 52000000... 93.6s: points, polyRussia: 53000000... 94.9s: points, polyRussia: 54000000... 102.1s: points, polyRussia: 55000000... 103.5s: points, polyRussia: 56000000... 104.4s: points, polyRussia: 57000000... 105.8s: points, polyRussia: 58000000... 107.1s: points, polyRussia: 59000000... 108.4s: points, polyRussia: 60000000... 111.0s: points, polyRussia: 110.92992694 sec to index part 0 111.0s: points, polyRussia: INDEX SIZE: 0.4939169967547059 GB 111.0s: points, polyRussia: READER MB: 0.0 111.0s: points, polyRussia: maxDoc=60844404 111.3s: points, polyRussia: ITER 0: 15.33 M hits/sec, 4.37 QPS (0.23 sec for 1 queries), totHits=3508846 111.3s: points, polyRussia: *** 111.4s: points, polyRussia: ITER 1: 55.90 M hits/sec, 15.93 QPS (0.06 sec for 1 queries), totHits=3508846 111.4s: points, polyRussia: *** 111.4s: points, polyRussia: ITER 2: 60.80 M hits/sec, 17.33 QPS (0.06 sec for 1 queries), totHits=3508846 111.4s: points, polyRussia: *** 111.5s: points, polyRussia: ITER 3: 44.51 M hits/sec, 12.68 QPS (0.08 sec for 1 queries), totHits=3508846 111.6s: points, polyRussia: ITER 4: 61.18 M hits/sec, 17.44 QPS (0.06 sec for 1 queries), totHits=3508846 111.6s: points, polyRussia: *** 111.6s: points, polyRussia: ITER 5: 62.38 M hits/sec, 17.78 QPS (0.06 sec for 1 queries), totHits=3508846 111.6s: points, polyRussia: *** 111.7s: points, polyRussia: ITER 6: 61.88 M hits/sec, 17.63 QPS (0.06 sec for 1 queries), totHits=3508846 111.7s: points, polyRussia: ITER 7: 62.02 M hits/sec, 17.67 QPS (0.06 sec for 1 queries), totHits=3508846 111.8s: points, polyRussia: ITER 8: 63.08 M hits/sec, 17.98 QPS (0.06 sec for 1 queries), totHits=3508846 111.8s: points, polyRussia: *** 111.8s: points, polyRussia: ITER 9: 63.37 M hits/sec, 18.06 QPS (0.06 sec for 1 queries), totHits=3508846 111.8s: points, polyRussia: *** 111.9s: points, polyRussia: ITER 10: 64.06 M hits/sec, 18.26 QPS (0.05 sec for 1 queries), totHits=3508846 111.9s: points, polyRussia: *** 112.0s: points, polyRussia: ITER 11: 63.93 M hits/sec, 18.22 QPS (0.05 sec for 1 queries), totHits=3508846 112.0s: points, polyRussia: ITER 12: 62.99 M hits/sec, 17.95 QPS (0.06 sec for 1 queries), totHits=3508846 112.1s: points, polyRussia: ITER 13: 64.16 M hits/sec, 18.29 QPS (0.05 sec for 1 queries), totHits=3508846 112.1s: points, polyRussia: *** 112.1s: points, polyRussia: ITER 14: 61.12 M hits/sec, 17.42 QPS (0.06 sec for 1 queries), totHits=3508846 112.2s: points, polyRussia: ITER 15: 62.63 M hits/sec, 17.85 QPS (0.06 sec for 1 queries), totHits=3508846 112.2s: points, polyRussia: ITER 16: 64.70 M hits/sec, 18.44 QPS (0.05 sec for 1 queries), totHits=3508846 112.2s: points, polyRussia: *** 112.3s: points, polyRussia: ITER 17: 64.92 M hits/sec, 18.50 QPS (0.05 sec for 1 queries), totHits=3508846 112.3s: points, polyRussia: *** 112.3s: points, polyRussia: ITER 18: 58.21 M hits/sec, 16.59 QPS (0.06 sec for 1 queries), totHits=3508846 112.4s: points, polyRussia: ITER 19: 63.51 M hits/sec, 18.10 QPS (0.06 sec for 1 queries), totHits=3508846 112.4s: points, polyRussia: BEST M hits/sec: 64.92088971166329 112.4s: points, polyRussia: BEST QPS: 18.502062989274336 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |points|110.9s|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|64.92|18.50|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|||| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -geo3dlarge -polyRussia -reindex 114.2s: geo3d, polyRussia: 1000000... 116.3s: geo3d, polyRussia: 2000000... 118.1s: geo3d, polyRussia: 3000000... 119.8s: geo3d, polyRussia: 4000000... 121.5s: geo3d, polyRussia: 5000000... 123.2s: geo3d, polyRussia: 6000000... 124.9s: geo3d, polyRussia: 7000000... 126.5s: geo3d, polyRussia: 8000000... 128.3s: geo3d, polyRussia: 9000000... 129.9s: geo3d, polyRussia: 10000000... 138.9s: geo3d, polyRussia: 11000000... 140.0s: geo3d, polyRussia: 12000000... 141.6s: geo3d, polyRussia: 13000000... 143.3s: geo3d, polyRussia: 14000000... 144.9s: geo3d, polyRussia: 15000000... 146.6s: geo3d, polyRussia: 16000000... 148.3s: geo3d, polyRussia: 17000000... 150.0s: geo3d, polyRussia: 18000000... 151.6s: geo3d, polyRussia: 19000000... 153.3s: geo3d, polyRussia: 20000000... 154.9s: geo3d, polyRussia: 21000000... 163.9s: geo3d, polyRussia: 22000000... 165.0s: geo3d, polyRussia: 23000000... 166.6s: geo3d, polyRussia: 24000000... 168.3s: geo3d, polyRussia: 25000000... 169.9s: geo3d, polyRussia: 26000000... 171.6s: geo3d, polyRussia: 27000000... 173.2s: geo3d, polyRussia: 28000000... 174.8s: geo3d, polyRussia: 29000000... 176.5s: geo3d, polyRussia: 30000000... 178.1s: geo3d, polyRussia: 31000000... 179.7s: geo3d, polyRussia: 32000000... 188.8s: geo3d, polyRussia: 33000000... 190.4s: geo3d, polyRussia: 34000000... 191.5s: geo3d, polyRussia: 35000000... 193.1s: geo3d, polyRussia: 36000000... 194.7s: geo3d, polyRussia: 37000000... 196.4s: geo3d, polyRussia: 38000000... 198.0s: geo3d, polyRussia: 39000000... 199.6s: geo3d, polyRussia: 40000000... 201.2s: geo3d, polyRussia: 41000000... 202.9s: geo3d, polyRussia: 42000000... 204.6s: geo3d, polyRussia: 43000000... 213.5s: geo3d, polyRussia: 44000000... 215.1s: geo3d, polyRussia: 45000000... 216.2s: geo3d, polyRussia: 46000000... 217.8s: geo3d, polyRussia: 47000000... 219.5s: geo3d, polyRussia: 48000000... 221.1s: geo3d, polyRussia: 49000000... 222.8s: geo3d, polyRussia: 50000000... 224.4s: geo3d, polyRussia: 51000000... 226.1s: geo3d, polyRussia: 52000000... 227.7s: geo3d, polyRussia: 53000000... 229.3s: geo3d, polyRussia: 54000000... 238.3s: geo3d, polyRussia: 55000000... 239.9s: geo3d, polyRussia: 56000000... 241.0s: geo3d, polyRussia: 57000000... 242.7s: geo3d, polyRussia: 58000000... 244.3s: geo3d, polyRussia: 59000000... 245.9s: geo3d, polyRussia: 60000000... 249.3s: geo3d, polyRussia: 136.834702799 sec to index part 0 249.3s: geo3d, polyRussia: INDEX SIZE: 0.6990031152963638 GB 249.3s: geo3d, polyRussia: READER MB: 0.0 249.3s: geo3d, polyRussia: maxDoc=60844404 250.8s: geo3d, polyRussia: ITER 0: 2.33 M hits/sec, 0.66 QPS (1.51 sec for 1 queries), totHits=3508671 250.8s: geo3d, polyRussia: *** 252.0s: geo3d, polyRussia: ITER 1: 3.14 M hits/sec, 0.90 QPS (1.12 sec for 1 queries), totHits=3508671 252.0s: geo3d, polyRussia: *** 253.2s: geo3d, polyRussia: ITER 2: 2.78 M hits/sec, 0.79 QPS (1.26 sec for 1 queries), totHits=3508671 254.3s: geo3d, polyRussia: ITER 3: 3.35 M hits/sec, 0.96 QPS (1.05 sec for 1 queries), totHits=3508671 254.3s: geo3d, polyRussia: *** 255.3s: geo3d, polyRussia: ITER 4: 3.22 M hits/sec, 0.92 QPS (1.09 sec for 1 queries), totHits=3508671 256.4s: geo3d, polyRussia: ITER 5: 3.36 M hits/sec, 0.96 QPS (1.04 sec for 1 queries), totHits=3508671 256.4s: geo3d, polyRussia: *** 257.5s: geo3d, polyRussia: ITER 6: 3.19 M hits/sec, 0.91 QPS (1.10 sec for 1 queries), totHits=3508671 258.6s: geo3d, polyRussia: ITER 7: 3.21 M hits/sec, 0.91 QPS (1.09 sec for 1 queries), totHits=3508671 259.7s: geo3d, polyRussia: ITER 8: 3.23 M hits/sec, 0.92 QPS (1.09 sec for 1 queries), totHits=3508671 260.7s: geo3d, polyRussia: ITER 9: 3.30 M hits/sec, 0.94 QPS (1.06 sec for 1 queries), totHits=3508671 261.8s: geo3d, polyRussia: ITER 10: 3.34 M hits/sec, 0.95 QPS (1.05 sec for 1 queries), totHits=3508671 262.9s: geo3d, polyRussia: ITER 11: 3.29 M hits/sec, 0.94 QPS (1.07 sec for 1 queries), totHits=3508671 263.9s: geo3d, polyRussia: ITER 12: 3.36 M hits/sec, 0.96 QPS (1.04 sec for 1 queries), totHits=3508671 264.9s: geo3d, polyRussia: ITER 13: 3.34 M hits/sec, 0.95 QPS (1.05 sec for 1 queries), totHits=3508671 266.0s: geo3d, polyRussia: ITER 14: 3.45 M hits/sec, 0.98 QPS (1.02 sec for 1 queries), totHits=3508671 266.0s: geo3d, polyRussia: *** 267.0s: geo3d, polyRussia: ITER 15: 3.43 M hits/sec, 0.98 QPS (1.02 sec for 1 queries), totHits=3508671 268.0s: geo3d, polyRussia: ITER 16: 3.39 M hits/sec, 0.97 QPS (1.04 sec for 1 queries), totHits=3508671 269.1s: geo3d, polyRussia: ITER 17: 3.32 M hits/sec, 0.95 QPS (1.06 sec for 1 queries), totHits=3508671 270.1s: geo3d, polyRussia: ITER 18: 3.31 M hits/sec, 0.94 QPS (1.06 sec for 1 queries), totHits=3508671 271.2s: geo3d, polyRussia: ITER 19: 3.27 M hits/sec, 0.93 QPS (1.07 sec for 1 queries), totHits=3508671 271.2s: geo3d, polyRussia: BEST M hits/sec: 3.454180161169734 271.2s: geo3d, polyRussia: BEST QPS: 0.984469664203265 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.8s|0.0s|0.70|0.00| |points|110.9s|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.45|0.98|3508671| |polyRussia|points|64.92|18.50|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 273.1s: shapes, polyRussia: 1000000... 275.4s: shapes, polyRussia: 2000000... 277.5s: shapes, polyRussia: 3000000... 279.4s: shapes, polyRussia: 4000000... 281.4s: shapes, polyRussia: 5000000... 283.3s: shapes, polyRussia: 6000000... 285.3s: shapes, polyRussia: 7000000... 287.2s: shapes, polyRussia: 8000000... 289.3s: shapes, polyRussia: 9000000... 291.2s: shapes, polyRussia: 10000000... 302.9s: shapes, polyRussia: 11000000... 304.1s: shapes, polyRussia: 12000000... 306.1s: shapes, polyRussia: 13000000... 308.0s: shapes, polyRussia: 14000000... 309.9s: shapes, polyRussia: 15000000... 311.9s: shapes, polyRussia: 16000000... 313.9s: shapes, polyRussia: 17000000... 315.9s: shapes, polyRussia: 18000000... 317.8s: shapes, polyRussia: 19000000... 319.8s: shapes, polyRussia: 20000000... 321.7s: shapes, polyRussia: 21000000... 333.5s: shapes, polyRussia: 22000000... 334.7s: shapes, polyRussia: 23000000... 336.6s: shapes, polyRussia: 24000000... 338.6s: shapes, polyRussia: 25000000... 340.6s: shapes, polyRussia: 26000000... 342.5s: shapes, polyRussia: 27000000... 344.4s: shapes, polyRussia: 28000000... 346.4s: shapes, polyRussia: 29000000... 348.3s: shapes, polyRussia: 30000000... 350.2s: shapes, polyRussia: 31000000... 352.2s: shapes, polyRussia: 32000000... 364.0s: shapes, polyRussia: 33000000... 365.9s: shapes, polyRussia: 34000000... 367.1s: shapes, polyRussia: 35000000... 369.0s: shapes, polyRussia: 36000000... 370.9s: shapes, polyRussia: 37000000... 372.9s: shapes, polyRussia: 38000000... 374.8s: shapes, polyRussia: 39000000... 376.7s: shapes, polyRussia: 40000000... 378.7s: shapes, polyRussia: 41000000... 380.7s: shapes, polyRussia: 42000000... 382.6s: shapes, polyRussia: 43000000... 394.3s: shapes, polyRussia: 44000000... 396.2s: shapes, polyRussia: 45000000... 397.4s: shapes, polyRussia: 46000000... 399.3s: shapes, polyRussia: 47000000... 401.2s: shapes, polyRussia: 48000000... 403.2s: shapes, polyRussia: 49000000... 405.2s: shapes, polyRussia: 50000000... 407.1s: shapes, polyRussia: 51000000... 409.0s: shapes, polyRussia: 52000000... 411.0s: shapes, polyRussia: 53000000... 412.9s: shapes, polyRussia: 54000000... 424.6s: shapes, polyRussia: 55000000... 426.5s: shapes, polyRussia: 56000000... 427.7s: shapes, polyRussia: 57000000... 429.7s: shapes, polyRussia: 58000000... 431.6s: shapes, polyRussia: 59000000... 433.5s: shapes, polyRussia: 60000000... 438.5s: shapes, polyRussia: 167.141623436 sec to index part 0 438.5s: shapes, polyRussia: INDEX SIZE: 1.2543620793148875 GB 438.5s: shapes, polyRussia: READER MB: 0.0 438.5s: shapes, polyRussia: maxDoc=60844404 438.7s: shapes, polyRussia: ITER 0: 18.82 M hits/sec, 5.36 QPS (0.19 sec for 1 queries), totHits=3508846 438.7s: shapes, polyRussia: *** 438.8s: shapes, polyRussia: ITER 1: 41.49 M hits/sec, 11.82 QPS (0.08 sec for 1 queries), totHits=3508846 438.8s: shapes, polyRussia: *** 438.9s: shapes, polyRussia: ITER 2: 42.66 M hits/sec, 12.16 QPS (0.08 sec for 1 queries), totHits=3508846 438.9s: shapes, polyRussia: *** 439.0s: shapes, polyRussia: ITER 3: 43.25 M hits/sec, 12.33 QPS (0.08 sec for 1 queries), totHits=3508846 439.0s: shapes, polyRussia: *** 439.0s: shapes, polyRussia: ITER 4: 41.12 M hits/sec, 11.72 QPS (0.09 sec for 1 queries), totHits=3508846 439.1s: shapes, polyRussia: ITER 5: 45.79 M hits/sec, 13.05 QPS (0.08 sec for 1 queries), totHits=3508846 439.1s: shapes, polyRussia: *** 439.2s: shapes, polyRussia: ITER 6: 46.27 M hits/sec, 13.19 QPS (0.08 sec for 1 queries), totHits=3508846 439.2s: shapes, polyRussia: *** 439.3s: shapes, polyRussia: ITER 7: 45.92 M hits/sec, 13.09 QPS (0.08 sec for 1 queries), totHits=3508846 439.4s: shapes, polyRussia: ITER 8: 45.73 M hits/sec, 13.03 QPS (0.08 sec for 1 queries), totHits=3508846 439.4s: shapes, polyRussia: ITER 9: 46.23 M hits/sec, 13.18 QPS (0.08 sec for 1 queries), totHits=3508846 439.5s: shapes, polyRussia: ITER 10: 46.45 M hits/sec, 13.24 QPS (0.08 sec for 1 queries), totHits=3508846 439.5s: shapes, polyRussia: *** 439.6s: shapes, polyRussia: ITER 11: 45.98 M hits/sec, 13.10 QPS (0.08 sec for 1 queries), totHits=3508846 439.7s: shapes, polyRussia: ITER 12: 47.21 M hits/sec, 13.46 QPS (0.07 sec for 1 queries), totHits=3508846 439.7s: shapes, polyRussia: *** 439.7s: shapes, polyRussia: ITER 13: 46.16 M hits/sec, 13.15 QPS (0.08 sec for 1 queries), totHits=3508846 439.8s: shapes, polyRussia: ITER 14: 47.19 M hits/sec, 13.45 QPS (0.07 sec for 1 queries), totHits=3508846 439.9s: shapes, polyRussia: ITER 15: 47.38 M hits/sec, 13.50 QPS (0.07 sec for 1 queries), totHits=3508846 439.9s: shapes, polyRussia: *** 440.0s: shapes, polyRussia: ITER 16: 45.77 M hits/sec, 13.04 QPS (0.08 sec for 1 queries), totHits=3508846 440.0s: shapes, polyRussia: ITER 17: 46.09 M hits/sec, 13.14 QPS (0.08 sec for 1 queries), totHits=3508846 440.1s: shapes, polyRussia: ITER 18: 44.13 M hits/sec, 12.58 QPS (0.08 sec for 1 queries), totHits=3508846 440.2s: shapes, polyRussia: ITER 19: 46.43 M hits/sec, 13.23 QPS (0.08 sec for 1 queries), totHits=3508846 440.2s: shapes, polyRussia: BEST M hits/sec: 47.37611742469351 440.2s: shapes, polyRussia: BEST QPS: 13.501908440750466 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.8s|0.0s|0.70|0.00| |points|110.9s|0.0s|0.49|0.00| |shapes|167.1s|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.45|0.98|3508671| |polyRussia|points|64.92|18.50|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|47.38|13.50|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 440.4s: points, polyMedium: INDEX SIZE: 0.4939169967547059 GB 440.4s: points, polyMedium: READER MB: 0.0 440.4s: points, polyMedium: maxDoc=60844404 441.0s: points, polyMedium: ITER 0: 6.56 M hits/sec, 80.35 QPS (0.41 sec for 33 queries), totHits=2693559 441.0s: points, polyMedium: *** 441.2s: points, polyMedium: ITER 1: 15.97 M hits/sec, 195.62 QPS (0.17 sec for 33 queries), totHits=2693559 441.2s: points, polyMedium: *** 441.3s: points, polyMedium: ITER 2: 16.57 M hits/sec, 203.01 QPS (0.16 sec for 33 queries), totHits=2693559 441.3s: points, polyMedium: *** 441.5s: points, polyMedium: ITER 3: 16.66 M hits/sec, 204.08 QPS (0.16 sec for 33 queries), totHits=2693559 441.5s: points, polyMedium: *** 441.6s: points, polyMedium: ITER 4: 15.96 M hits/sec, 195.54 QPS (0.17 sec for 33 queries), totHits=2693559 441.8s: points, polyMedium: ITER 5: 16.85 M hits/sec, 206.44 QPS (0.16 sec for 33 queries), totHits=2693559 441.8s: points, polyMedium: *** 442.0s: points, polyMedium: ITER 6: 16.74 M hits/sec, 205.07 QPS (0.16 sec for 33 queries), totHits=2693559 442.1s: points, polyMedium: ITER 7: 16.68 M hits/sec, 204.37 QPS (0.16 sec for 33 queries), totHits=2693559 442.3s: points, polyMedium: ITER 8: 16.81 M hits/sec, 205.95 QPS (0.16 sec for 33 queries), totHits=2693559 442.5s: points, polyMedium: ITER 9: 16.48 M hits/sec, 201.87 QPS (0.16 sec for 33 queries), totHits=2693559 442.6s: points, polyMedium: ITER 10: 16.33 M hits/sec, 200.12 QPS (0.16 sec for 33 queries), totHits=2693559 442.8s: points, polyMedium: ITER 11: 16.25 M hits/sec, 199.04 QPS (0.17 sec for 33 queries), totHits=2693559 442.9s: points, polyMedium: ITER 12: 16.39 M hits/sec, 200.81 QPS (0.16 sec for 33 queries), totHits=2693559 443.1s: points, polyMedium: ITER 13: 16.37 M hits/sec, 200.52 QPS (0.16 sec for 33 queries), totHits=2693559 443.3s: points, polyMedium: ITER 14: 16.48 M hits/sec, 201.92 QPS (0.16 sec for 33 queries), totHits=2693559 443.4s: points, polyMedium: ITER 15: 16.58 M hits/sec, 203.09 QPS (0.16 sec for 33 queries), totHits=2693559 443.6s: points, polyMedium: ITER 16: 16.15 M hits/sec, 197.82 QPS (0.17 sec for 33 queries), totHits=2693559 443.8s: points, polyMedium: ITER 17: 16.88 M hits/sec, 206.77 QPS (0.16 sec for 33 queries), totHits=2693559 443.8s: points, polyMedium: *** 443.9s: points, polyMedium: ITER 18: 16.88 M hits/sec, 206.83 QPS (0.16 sec for 33 queries), totHits=2693559 443.9s: points, polyMedium: *** 444.1s: points, polyMedium: ITER 19: 16.79 M hits/sec, 205.74 QPS (0.16 sec for 33 queries), totHits=2693559 444.1s: points, polyMedium: BEST M hits/sec: 16.882283839234187 444.1s: points, polyMedium: BEST QPS: 206.8324349660535 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.8s|0.0s|0.70|0.00| |points|110.9s|0.0s|0.49|0.00| |shapes|167.1s|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.88|206.83|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.45|0.98|3508671| |polyRussia|points|64.92|18.50|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|47.38|13.50|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 444.3s: geo3d, polyMedium: INDEX SIZE: 0.6990031152963638 GB 444.3s: geo3d, polyMedium: READER MB: 0.0 444.3s: geo3d, polyMedium: maxDoc=60844404 446.0s: geo3d, polyMedium: ITER 0: 1.72 M hits/sec, 21.07 QPS (1.57 sec for 33 queries), totHits=2693541 446.0s: geo3d, polyMedium: *** 447.1s: geo3d, polyMedium: ITER 1: 2.51 M hits/sec, 30.76 QPS (1.07 sec for 33 queries), totHits=2693541 447.1s: geo3d, polyMedium: *** 448.2s: geo3d, polyMedium: ITER 2: 2.54 M hits/sec, 31.13 QPS (1.06 sec for 33 queries), totHits=2693541 448.2s: geo3d, polyMedium: *** 449.2s: geo3d, polyMedium: ITER 3: 2.55 M hits/sec, 31.30 QPS (1.05 sec for 33 queries), totHits=2693541 449.2s: geo3d, polyMedium: *** 450.3s: geo3d, polyMedium: ITER 4: 2.48 M hits/sec, 30.43 QPS (1.08 sec for 33 queries), totHits=2693541 451.4s: geo3d, polyMedium: ITER 5: 2.42 M hits/sec, 29.62 QPS (1.11 sec for 33 queries), totHits=2693541 452.5s: geo3d, polyMedium: ITER 6: 2.43 M hits/sec, 29.82 QPS (1.11 sec for 33 queries), totHits=2693541 453.6s: geo3d, polyMedium: ITER 7: 2.38 M hits/sec, 29.18 QPS (1.13 sec for 33 queries), totHits=2693541 454.8s: geo3d, polyMedium: ITER 8: 2.35 M hits/sec, 28.85 QPS (1.14 sec for 33 queries), totHits=2693541 455.9s: geo3d, polyMedium: ITER 9: 2.40 M hits/sec, 29.37 QPS (1.12 sec for 33 queries), totHits=2693541 457.0s: geo3d, polyMedium: ITER 10: 2.42 M hits/sec, 29.65 QPS (1.11 sec for 33 queries), totHits=2693541 458.1s: geo3d, polyMedium: ITER 11: 2.41 M hits/sec, 29.54 QPS (1.12 sec for 33 queries), totHits=2693541 459.3s: geo3d, polyMedium: ITER 12: 2.42 M hits/sec, 29.59 QPS (1.12 sec for 33 queries), totHits=2693541 460.4s: geo3d, polyMedium: ITER 13: 2.39 M hits/sec, 29.30 QPS (1.13 sec for 33 queries), totHits=2693541 461.5s: geo3d, polyMedium: ITER 14: 2.48 M hits/sec, 30.38 QPS (1.09 sec for 33 queries), totHits=2693541 462.6s: geo3d, polyMedium: ITER 15: 2.47 M hits/sec, 30.23 QPS (1.09 sec for 33 queries), totHits=2693541 463.7s: geo3d, polyMedium: ITER 16: 2.46 M hits/sec, 30.18 QPS (1.09 sec for 33 queries), totHits=2693541 464.8s: geo3d, polyMedium: ITER 17: 2.46 M hits/sec, 30.14 QPS (1.09 sec for 33 queries), totHits=2693541 465.9s: geo3d, polyMedium: ITER 18: 2.40 M hits/sec, 29.37 QPS (1.12 sec for 33 queries), totHits=2693541 466.9s: geo3d, polyMedium: ITER 19: 2.54 M hits/sec, 31.11 QPS (1.06 sec for 33 queries), totHits=2693541 466.9s: geo3d, polyMedium: BEST M hits/sec: 2.5544052268638113 466.9s: geo3d, polyMedium: BEST QPS: 31.295373817033326 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.8s|0.0s|0.70|0.00| |points|110.9s|0.0s|0.49|0.00| |shapes|167.1s|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.55|31.30|2693541| |polyMedium|points|16.88|206.83|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.45|0.98|3508671| |polyRussia|points|64.92|18.50|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|47.38|13.50|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 467.2s: shapes, polyMedium: INDEX SIZE: 1.2543620793148875 GB 467.2s: shapes, polyMedium: READER MB: 0.0 467.2s: shapes, polyMedium: maxDoc=60844404 467.8s: shapes, polyMedium: ITER 0: 5.09 M hits/sec, 62.36 QPS (0.53 sec for 33 queries), totHits=2693559 467.8s: shapes, polyMedium: *** 468.0s: shapes, polyMedium: ITER 1: 13.64 M hits/sec, 167.06 QPS (0.20 sec for 33 queries), totHits=2693559 468.0s: shapes, polyMedium: *** 468.2s: shapes, polyMedium: ITER 2: 13.68 M hits/sec, 167.59 QPS (0.20 sec for 33 queries), totHits=2693559 468.2s: shapes, polyMedium: *** 468.4s: shapes, polyMedium: ITER 3: 13.23 M hits/sec, 162.03 QPS (0.20 sec for 33 queries), totHits=2693559 468.7s: shapes, polyMedium: ITER 4: 13.05 M hits/sec, 159.83 QPS (0.21 sec for 33 queries), totHits=2693559 468.9s: shapes, polyMedium: ITER 5: 13.40 M hits/sec, 164.18 QPS (0.20 sec for 33 queries), totHits=2693559 469.1s: shapes, polyMedium: ITER 6: 13.65 M hits/sec, 167.19 QPS (0.20 sec for 33 queries), totHits=2693559 469.3s: shapes, polyMedium: ITER 7: 13.55 M hits/sec, 165.97 QPS (0.20 sec for 33 queries), totHits=2693559 469.5s: shapes, polyMedium: ITER 8: 13.64 M hits/sec, 167.11 QPS (0.20 sec for 33 queries), totHits=2693559 469.7s: shapes, polyMedium: ITER 9: 13.32 M hits/sec, 163.21 QPS (0.20 sec for 33 queries), totHits=2693559 469.9s: shapes, polyMedium: ITER 10: 13.53 M hits/sec, 165.80 QPS (0.20 sec for 33 queries), totHits=2693559 470.0s: shapes, polyMedium: ITER 11: 13.79 M hits/sec, 168.92 QPS (0.20 sec for 33 queries), totHits=2693559 470.0s: shapes, polyMedium: *** 470.2s: shapes, polyMedium: ITER 12: 13.67 M hits/sec, 167.51 QPS (0.20 sec for 33 queries), totHits=2693559 470.4s: shapes, polyMedium: ITER 13: 13.58 M hits/sec, 166.43 QPS (0.20 sec for 33 queries), totHits=2693559 470.6s: shapes, polyMedium: ITER 14: 13.60 M hits/sec, 166.59 QPS (0.20 sec for 33 queries), totHits=2693559 470.8s: shapes, polyMedium: ITER 15: 13.54 M hits/sec, 165.85 QPS (0.20 sec for 33 queries), totHits=2693559 471.0s: shapes, polyMedium: ITER 16: 13.75 M hits/sec, 168.43 QPS (0.20 sec for 33 queries), totHits=2693559 471.2s: shapes, polyMedium: ITER 17: 12.85 M hits/sec, 157.47 QPS (0.21 sec for 33 queries), totHits=2693559 471.4s: shapes, polyMedium: ITER 18: 13.42 M hits/sec, 164.41 QPS (0.20 sec for 33 queries), totHits=2693559 471.6s: shapes, polyMedium: ITER 19: 13.56 M hits/sec, 166.10 QPS (0.20 sec for 33 queries), totHits=2693559 471.6s: shapes, polyMedium: BEST M hits/sec: 13.787879661182782 471.6s: shapes, polyMedium: BEST QPS: 168.9215008169607 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.8s|0.0s|0.70|0.00| |points|110.9s|0.0s|0.49|0.00| |shapes|167.1s|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.55|31.30|2693541| |polyMedium|points|16.88|206.83|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.79|168.92|2693559| |polyRussia|geo3d|3.45|0.98|3508671| |polyRussia|points|64.92|18.50|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|47.38|13.50|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 471.9s: points, poly 10: INDEX SIZE: 0.4939169967547059 GB 471.9s: points, poly 10: READER MB: 0.0 471.9s: points, poly 10: maxDoc=60844404 474.0s: points, poly 10: ITER 0: 173.15 M hits/sec, 109.49 QPS (2.05 sec for 225 queries), totHits=355809475 474.0s: points, poly 10: *** 475.5s: points, poly 10: ITER 1: 226.63 M hits/sec, 143.31 QPS (1.57 sec for 225 queries), totHits=355809475 475.5s: points, poly 10: *** 476.8s: points, poly 10: ITER 2: 276.20 M hits/sec, 174.66 QPS (1.29 sec for 225 queries), totHits=355809475 476.8s: points, poly 10: *** 478.1s: points, poly 10: ITER 3: 271.11 M hits/sec, 171.44 QPS (1.31 sec for 225 queries), totHits=355809475 479.5s: points, poly 10: ITER 4: 265.55 M hits/sec, 167.92 QPS (1.34 sec for 225 queries), totHits=355809475 480.7s: points, poly 10: ITER 5: 284.61 M hits/sec, 179.98 QPS (1.25 sec for 225 queries), totHits=355809475 480.7s: points, poly 10: *** 482.0s: points, poly 10: ITER 6: 278.23 M hits/sec, 175.94 QPS (1.28 sec for 225 queries), totHits=355809475 483.3s: points, poly 10: ITER 7: 284.95 M hits/sec, 180.19 QPS (1.25 sec for 225 queries), totHits=355809475 483.3s: points, poly 10: *** 484.5s: points, poly 10: ITER 8: 282.92 M hits/sec, 178.91 QPS (1.26 sec for 225 queries), totHits=355809475 485.8s: points, poly 10: ITER 9: 284.75 M hits/sec, 180.07 QPS (1.25 sec for 225 queries), totHits=355809475 487.0s: points, poly 10: ITER 10: 287.77 M hits/sec, 181.98 QPS (1.24 sec for 225 queries), totHits=355809475 487.0s: points, poly 10: *** 488.2s: points, poly 10: ITER 11: 288.10 M hits/sec, 182.18 QPS (1.24 sec for 225 queries), totHits=355809475 488.2s: points, poly 10: *** 489.5s: points, poly 10: ITER 12: 288.25 M hits/sec, 182.28 QPS (1.23 sec for 225 queries), totHits=355809475 489.5s: points, poly 10: *** 490.7s: points, poly 10: ITER 13: 283.35 M hits/sec, 179.18 QPS (1.26 sec for 225 queries), totHits=355809475 492.0s: points, poly 10: ITER 14: 285.85 M hits/sec, 180.76 QPS (1.24 sec for 225 queries), totHits=355809475 493.2s: points, poly 10: ITER 15: 284.69 M hits/sec, 180.03 QPS (1.25 sec for 225 queries), totHits=355809475 494.5s: points, poly 10: ITER 16: 280.45 M hits/sec, 177.34 QPS (1.27 sec for 225 queries), totHits=355809475 495.7s: points, poly 10: ITER 17: 288.84 M hits/sec, 182.65 QPS (1.23 sec for 225 queries), totHits=355809475 495.7s: points, poly 10: *** 497.0s: points, poly 10: ITER 18: 286.12 M hits/sec, 180.93 QPS (1.24 sec for 225 queries), totHits=355809475 498.2s: points, poly 10: ITER 19: 279.34 M hits/sec, 176.64 QPS (1.27 sec for 225 queries), totHits=355809475 498.2s: points, poly 10: BEST M hits/sec: 288.84019924341777 498.2s: points, poly 10: BEST QPS: 182.65124848001588 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.8s|0.0s|0.70|0.00| |points|110.9s|0.0s|0.49|0.00| |shapes|167.1s|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|288.84|182.65|355809475| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.55|31.30|2693541| |polyMedium|points|16.88|206.83|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.79|168.92|2693559| |polyRussia|geo3d|3.45|0.98|3508671| |polyRussia|points|64.92|18.50|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|47.38|13.50|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.5s: geo3d, poly 10: INDEX SIZE: 0.6990031152963638 GB 498.5s: geo3d, poly 10: READER MB: 0.0 498.5s: geo3d, poly 10: maxDoc=60844404 500.4s: geo3d, poly 10: ITER 0: 190.48 M hits/sec, 120.43 QPS (1.87 sec for 225 queries), totHits=355855227 500.4s: geo3d, poly 10: *** 501.9s: geo3d, poly 10: ITER 1: 239.52 M hits/sec, 151.44 QPS (1.49 sec for 225 queries), totHits=355855227 501.9s: geo3d, poly 10: *** 503.4s: geo3d, poly 10: ITER 2: 239.96 M hits/sec, 151.72 QPS (1.48 sec for 225 queries), totHits=355855227 503.4s: geo3d, poly 10: *** 504.9s: geo3d, poly 10: ITER 3: 236.77 M hits/sec, 149.70 QPS (1.50 sec for 225 queries), totHits=355855227 506.4s: geo3d, poly 10: ITER 4: 237.04 M hits/sec, 149.87 QPS (1.50 sec for 225 queries), totHits=355855227 507.8s: geo3d, poly 10: ITER 5: 247.42 M hits/sec, 156.44 QPS (1.44 sec for 225 queries), totHits=355855227 507.8s: geo3d, poly 10: *** 509.2s: geo3d, poly 10: ITER 6: 247.96 M hits/sec, 156.78 QPS (1.44 sec for 225 queries), totHits=355855227 509.2s: geo3d, poly 10: *** 510.7s: geo3d, poly 10: ITER 7: 248.25 M hits/sec, 156.96 QPS (1.43 sec for 225 queries), totHits=355855227 510.7s: geo3d, poly 10: *** 512.1s: geo3d, poly 10: ITER 8: 249.64 M hits/sec, 157.84 QPS (1.43 sec for 225 queries), totHits=355855227 512.1s: geo3d, poly 10: *** 513.5s: geo3d, poly 10: ITER 9: 247.92 M hits/sec, 156.76 QPS (1.44 sec for 225 queries), totHits=355855227 515.0s: geo3d, poly 10: ITER 10: 246.69 M hits/sec, 155.98 QPS (1.44 sec for 225 queries), totHits=355855227 516.4s: geo3d, poly 10: ITER 11: 251.26 M hits/sec, 158.87 QPS (1.42 sec for 225 queries), totHits=355855227 516.4s: geo3d, poly 10: *** 517.8s: geo3d, poly 10: ITER 12: 247.80 M hits/sec, 156.68 QPS (1.44 sec for 225 queries), totHits=355855227 519.3s: geo3d, poly 10: ITER 13: 248.68 M hits/sec, 157.23 QPS (1.43 sec for 225 queries), totHits=355855227 520.7s: geo3d, poly 10: ITER 14: 247.86 M hits/sec, 156.71 QPS (1.44 sec for 225 queries), totHits=355855227 522.1s: geo3d, poly 10: ITER 15: 250.26 M hits/sec, 158.24 QPS (1.42 sec for 225 queries), totHits=355855227 523.5s: geo3d, poly 10: ITER 16: 249.18 M hits/sec, 157.55 QPS (1.43 sec for 225 queries), totHits=355855227 525.0s: geo3d, poly 10: ITER 17: 245.57 M hits/sec, 155.27 QPS (1.45 sec for 225 queries), totHits=355855227 526.4s: geo3d, poly 10: ITER 18: 244.82 M hits/sec, 154.80 QPS (1.45 sec for 225 queries), totHits=355855227 527.9s: geo3d, poly 10: ITER 19: 239.51 M hits/sec, 151.44 QPS (1.49 sec for 225 queries), totHits=355855227 527.9s: geo3d, poly 10: BEST M hits/sec: 251.25945650694064 527.9s: geo3d, poly 10: BEST QPS: 158.86622824304234 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.8s|0.0s|0.70|0.00| |points|110.9s|0.0s|0.49|0.00| |shapes|167.1s|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|251.26|158.87|355855227| |poly 10|points|288.84|182.65|355809475| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.55|31.30|2693541| |polyMedium|points|16.88|206.83|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.79|168.92|2693559| |polyRussia|geo3d|3.45|0.98|3508671| |polyRussia|points|64.92|18.50|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|47.38|13.50|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 528.2s: shapes, poly 10: INDEX SIZE: 1.2543620793148875 GB 528.2s: shapes, poly 10: READER MB: 0.0 528.2s: shapes, poly 10: maxDoc=60844404 530.4s: shapes, poly 10: ITER 0: 161.44 M hits/sec, 102.09 QPS (2.20 sec for 225 queries), totHits=355809475 530.4s: shapes, poly 10: *** 532.4s: shapes, poly 10: ITER 1: 184.14 M hits/sec, 116.45 QPS (1.93 sec for 225 queries), totHits=355809475 532.4s: shapes, poly 10: *** 534.3s: shapes, poly 10: ITER 2: 180.62 M hits/sec, 114.22 QPS (1.97 sec for 225 queries), totHits=355809475 536.3s: shapes, poly 10: ITER 3: 183.08 M hits/sec, 115.77 QPS (1.94 sec for 225 queries), totHits=355809475 538.2s: shapes, poly 10: ITER 4: 189.16 M hits/sec, 119.62 QPS (1.88 sec for 225 queries), totHits=355809475 538.2s: shapes, poly 10: *** 540.0s: shapes, poly 10: ITER 5: 188.14 M hits/sec, 118.97 QPS (1.89 sec for 225 queries), totHits=355809475 541.9s: shapes, poly 10: ITER 6: 187.81 M hits/sec, 118.76 QPS (1.89 sec for 225 queries), totHits=355809475 543.8s: shapes, poly 10: ITER 7: 188.57 M hits/sec, 119.24 QPS (1.89 sec for 225 queries), totHits=355809475 545.7s: shapes, poly 10: ITER 8: 188.85 M hits/sec, 119.42 QPS (1.88 sec for 225 queries), totHits=355809475 547.6s: shapes, poly 10: ITER 9: 187.61 M hits/sec, 118.64 QPS (1.90 sec for 225 queries), totHits=355809475 549.5s: shapes, poly 10: ITER 10: 190.25 M hits/sec, 120.30 QPS (1.87 sec for 225 queries), totHits=355809475 549.5s: shapes, poly 10: *** 551.4s: shapes, poly 10: ITER 11: 187.63 M hits/sec, 118.65 QPS (1.90 sec for 225 queries), totHits=355809475 553.3s: shapes, poly 10: ITER 12: 186.16 M hits/sec, 117.72 QPS (1.91 sec for 225 queries), totHits=355809475 555.2s: shapes, poly 10: ITER 13: 187.05 M hits/sec, 118.28 QPS (1.90 sec for 225 queries), totHits=355809475 557.1s: shapes, poly 10: ITER 14: 189.28 M hits/sec, 119.69 QPS (1.88 sec for 225 queries), totHits=355809475 559.0s: shapes, poly 10: ITER 15: 186.41 M hits/sec, 117.88 QPS (1.91 sec for 225 queries), totHits=355809475 560.9s: shapes, poly 10: ITER 16: 188.56 M hits/sec, 119.24 QPS (1.89 sec for 225 queries), totHits=355809475 562.7s: shapes, poly 10: ITER 17: 188.73 M hits/sec, 119.34 QPS (1.89 sec for 225 queries), totHits=355809475 564.6s: shapes, poly 10: ITER 18: 188.71 M hits/sec, 119.33 QPS (1.89 sec for 225 queries), totHits=355809475 566.6s: shapes, poly 10: ITER 19: 185.71 M hits/sec, 117.43 QPS (1.92 sec for 225 queries), totHits=355809475 566.6s: shapes, poly 10: BEST M hits/sec: 190.24736897047362 566.6s: shapes, poly 10: BEST QPS: 120.30499755060362 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.8s|0.0s|0.70|0.00| |points|110.9s|0.0s|0.49|0.00| |shapes|167.1s|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|251.26|158.87|355855227| |poly 10|points|288.84|182.65|355809475| |poly 10|geopoint|||| |poly 10|shapes|190.25|120.30|355809475| |polyMedium|geo3d|2.55|31.30|2693541| |polyMedium|points|16.88|206.83|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.79|168.92|2693559| |polyRussia|geo3d|3.45|0.98|3508671| |polyRussia|points|64.92|18.50|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|47.38|13.50|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -nearest 10 566.8s: points, nearest 10: INDEX SIZE: 0.4939169967547059 GB 566.8s: points, nearest 10: READER MB: 0.0 566.8s: points, nearest 10: maxDoc=60844404 567.0s: points, nearest 10: ITER 0: 1454.05 QPS (0.15 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.0s: points, nearest 10: *** 567.0s: points, nearest 10: ITER 1: 2803.45 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.0s: points, nearest 10: *** 567.1s: points, nearest 10: ITER 2: 2931.18 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.1s: points, nearest 10: *** 567.2s: points, nearest 10: ITER 3: 2940.77 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.2s: points, nearest 10: *** 567.3s: points, nearest 10: ITER 4: 3016.90 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.3s: points, nearest 10: *** 567.3s: points, nearest 10: ITER 5: 3035.62 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.3s: points, nearest 10: *** 567.4s: points, nearest 10: ITER 6: 3048.25 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.4s: points, nearest 10: *** 567.5s: points, nearest 10: ITER 7: 2740.21 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.6s: points, nearest 10: ITER 8: 3150.99 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.6s: points, nearest 10: *** 567.6s: points, nearest 10: ITER 9: 3150.01 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.7s: points, nearest 10: ITER 10: 3193.31 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.7s: points, nearest 10: *** 567.8s: points, nearest 10: ITER 11: 3172.16 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.8s: points, nearest 10: ITER 12: 3198.85 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.8s: points, nearest 10: *** 567.9s: points, nearest 10: ITER 13: 3204.67 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 567.9s: points, nearest 10: *** 568.0s: points, nearest 10: ITER 14: 3202.69 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 568.1s: points, nearest 10: ITER 15: 3046.24 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 568.1s: points, nearest 10: ITER 16: 3201.74 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 568.2s: points, nearest 10: ITER 17: 3197.37 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 568.3s: points, nearest 10: ITER 18: 3208.00 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 568.3s: points, nearest 10: *** 568.3s: points, nearest 10: ITER 19: 3209.84 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 568.3s: points, nearest 10: *** 568.3s: points, nearest 10: BEST M hits/sec: 0.0320984210059143 568.3s: points, nearest 10: BEST QPS: 3209.8421005914297 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.8s|0.0s|0.70|0.00| |points|110.9s|0.0s|0.49|0.00| |shapes|167.1s|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|251.26|158.87|355855227| |poly 10|points|288.84|182.65|355809475| |poly 10|geopoint|||| |poly 10|shapes|190.25|120.30|355809475| |polyMedium|geo3d|2.55|31.30|2693541| |polyMedium|points|16.88|206.83|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.79|168.92|2693559| |polyRussia|geo3d|3.45|0.98|3508671| |polyRussia|points|64.92|18.50|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|47.38|13.50|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3209.84|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -sort -box -reindex 570.0s: points, sort: 1000000... 572.1s: points, sort: 2000000... 573.6s: points, sort: 3000000... 575.1s: points, sort: 4000000... 576.5s: points, sort: 5000000... 577.9s: points, sort: 6000000... 579.4s: points, sort: 7000000... 580.8s: points, sort: 8000000... 582.3s: points, sort: 9000000... 583.7s: points, sort: 10000000... 591.4s: points, sort: 11000000... 592.4s: points, sort: 12000000... 593.8s: points, sort: 13000000... 595.3s: points, sort: 14000000... 596.7s: points, sort: 15000000... 598.2s: points, sort: 16000000... 599.7s: points, sort: 17000000... 601.1s: points, sort: 18000000... 602.5s: points, sort: 19000000... 604.0s: points, sort: 20000000... 605.4s: points, sort: 21000000... 613.0s: points, sort: 22000000... 614.0s: points, sort: 23000000... 615.4s: points, sort: 24000000... 616.9s: points, sort: 25000000... 618.3s: points, sort: 26000000... 619.7s: points, sort: 27000000... 621.2s: points, sort: 28000000... 622.6s: points, sort: 29000000... 624.0s: points, sort: 30000000... 625.4s: points, sort: 31000000... 626.8s: points, sort: 32000000... 634.4s: points, sort: 33000000... 635.8s: points, sort: 34000000... 636.8s: points, sort: 35000000... 638.2s: points, sort: 36000000... 639.6s: points, sort: 37000000... 641.0s: points, sort: 38000000... 642.4s: points, sort: 39000000... 643.8s: points, sort: 40000000... 645.2s: points, sort: 41000000... 646.7s: points, sort: 42000000... 648.1s: points, sort: 43000000... 655.6s: points, sort: 44000000... 657.0s: points, sort: 45000000... 658.0s: points, sort: 46000000... 659.4s: points, sort: 47000000... 660.8s: points, sort: 48000000... 662.2s: points, sort: 49000000... 663.7s: points, sort: 50000000... 665.1s: points, sort: 51000000... 666.5s: points, sort: 52000000... 667.9s: points, sort: 53000000... 669.3s: points, sort: 54000000... 676.8s: points, sort: 55000000... 678.2s: points, sort: 56000000... 679.2s: points, sort: 57000000... 680.7s: points, sort: 58000000... 682.1s: points, sort: 59000000... 683.5s: points, sort: 60000000... 688.0s: points, sort: 119.639540281 sec to index part 0 688.0s: points, sort: INDEX SIZE: 0.9472499107941985 GB 688.0s: points, sort: READER MB: 0.0 688.0s: points, sort: maxDoc=60844404 690.5s: points, sort: ITER 0: 124.63 M hits/sec, 126.81 QPS (1.77 sec for 225 queries), totHits=221118844 690.5s: points, sort: *** 692.7s: points, sort: ITER 1: 141.82 M hits/sec, 144.31 QPS (1.56 sec for 225 queries), totHits=221118844 692.7s: points, sort: *** 695.0s: points, sort: ITER 2: 140.71 M hits/sec, 143.18 QPS (1.57 sec for 225 queries), totHits=221118844 697.2s: points, sort: ITER 3: 142.03 M hits/sec, 144.52 QPS (1.56 sec for 225 queries), totHits=221118844 697.2s: points, sort: *** 699.4s: points, sort: ITER 4: 144.43 M hits/sec, 146.97 QPS (1.53 sec for 225 queries), totHits=221118844 699.4s: points, sort: *** 701.6s: points, sort: ITER 5: 143.02 M hits/sec, 145.53 QPS (1.55 sec for 225 queries), totHits=221118844 703.8s: points, sort: ITER 6: 142.74 M hits/sec, 145.24 QPS (1.55 sec for 225 queries), totHits=221118844 706.0s: points, sort: ITER 7: 143.65 M hits/sec, 146.17 QPS (1.54 sec for 225 queries), totHits=221118844 708.2s: points, sort: ITER 8: 144.05 M hits/sec, 146.57 QPS (1.54 sec for 225 queries), totHits=221118844 710.5s: points, sort: ITER 9: 142.29 M hits/sec, 144.78 QPS (1.55 sec for 225 queries), totHits=221118844 712.7s: points, sort: ITER 10: 143.31 M hits/sec, 145.82 QPS (1.54 sec for 225 queries), totHits=221118844 714.9s: points, sort: ITER 11: 141.77 M hits/sec, 144.26 QPS (1.56 sec for 225 queries), totHits=221118844 717.1s: points, sort: ITER 12: 143.85 M hits/sec, 146.37 QPS (1.54 sec for 225 queries), totHits=221118844 719.3s: points, sort: ITER 13: 145.15 M hits/sec, 147.70 QPS (1.52 sec for 225 queries), totHits=221118844 719.3s: points, sort: *** 721.6s: points, sort: ITER 14: 143.26 M hits/sec, 145.78 QPS (1.54 sec for 225 queries), totHits=221118844 723.8s: points, sort: ITER 15: 142.74 M hits/sec, 145.24 QPS (1.55 sec for 225 queries), totHits=221118844 726.0s: points, sort: ITER 16: 144.40 M hits/sec, 146.93 QPS (1.53 sec for 225 queries), totHits=221118844 728.2s: points, sort: ITER 17: 143.22 M hits/sec, 145.73 QPS (1.54 sec for 225 queries), totHits=221118844 730.4s: points, sort: ITER 18: 142.86 M hits/sec, 145.37 QPS (1.55 sec for 225 queries), totHits=221118844 732.6s: points, sort: ITER 19: 145.55 M hits/sec, 148.10 QPS (1.52 sec for 225 queries), totHits=221118844 732.6s: points, sort: *** 732.6s: points, sort: BEST M hits/sec: 145.54840681158257 732.6s: points, sort: BEST QPS: 148.10312382334126 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.8s|0.0s|0.70|0.00| |points|110.9s|0.0s|0.49|0.00| |shapes|167.1s|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|251.26|158.87|355855227| |poly 10|points|288.84|182.65|355809475| |poly 10|geopoint|||| |poly 10|shapes|190.25|120.30|355809475| |polyMedium|geo3d|2.55|31.30|2693541| |polyMedium|points|16.88|206.83|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.79|168.92|2693559| |polyRussia|geo3d|3.45|0.98|3508671| |polyRussia|points|64.92|18.50|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|47.38|13.50|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3209.84|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|145.55|148.10|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 732.9s: points, distance: INDEX SIZE: 0.4939169967547059 GB 732.9s: points, distance: READER MB: 0.0 732.9s: points, distance: maxDoc=60844404 734.4s: points, distance: ITER 0: 258.51 M hits/sec, 151.88 QPS (1.48 sec for 225 queries), totHits=382961957 734.4s: points, distance: *** 735.6s: points, distance: ITER 1: 323.11 M hits/sec, 189.83 QPS (1.19 sec for 225 queries), totHits=382961957 735.6s: points, distance: *** 736.7s: points, distance: ITER 2: 328.10 M hits/sec, 192.77 QPS (1.17 sec for 225 queries), totHits=382961957 736.7s: points, distance: *** 737.9s: points, distance: ITER 3: 318.82 M hits/sec, 187.31 QPS (1.20 sec for 225 queries), totHits=382961957 739.1s: points, distance: ITER 4: 319.72 M hits/sec, 187.84 QPS (1.20 sec for 225 queries), totHits=382961957 740.4s: points, distance: ITER 5: 310.38 M hits/sec, 182.36 QPS (1.23 sec for 225 queries), totHits=382961957 741.5s: points, distance: ITER 6: 322.22 M hits/sec, 189.31 QPS (1.19 sec for 225 queries), totHits=382961957 742.7s: points, distance: ITER 7: 330.53 M hits/sec, 194.20 QPS (1.16 sec for 225 queries), totHits=382961957 742.7s: points, distance: *** 743.9s: points, distance: ITER 8: 334.54 M hits/sec, 196.55 QPS (1.14 sec for 225 queries), totHits=382961957 743.9s: points, distance: *** 745.0s: points, distance: ITER 9: 332.94 M hits/sec, 195.61 QPS (1.15 sec for 225 queries), totHits=382961957 746.1s: points, distance: ITER 10: 334.51 M hits/sec, 196.53 QPS (1.14 sec for 225 queries), totHits=382961957 747.3s: points, distance: ITER 11: 334.76 M hits/sec, 196.68 QPS (1.14 sec for 225 queries), totHits=382961957 747.3s: points, distance: *** 748.4s: points, distance: ITER 12: 331.55 M hits/sec, 194.79 QPS (1.16 sec for 225 queries), totHits=382961957 749.6s: points, distance: ITER 13: 329.89 M hits/sec, 193.82 QPS (1.16 sec for 225 queries), totHits=382961957 750.8s: points, distance: ITER 14: 320.44 M hits/sec, 188.27 QPS (1.20 sec for 225 queries), totHits=382961957 752.0s: points, distance: ITER 15: 325.67 M hits/sec, 191.34 QPS (1.18 sec for 225 queries), totHits=382961957 753.2s: points, distance: ITER 16: 324.69 M hits/sec, 190.76 QPS (1.18 sec for 225 queries), totHits=382961957 754.3s: points, distance: ITER 17: 327.59 M hits/sec, 192.47 QPS (1.17 sec for 225 queries), totHits=382961957 755.5s: points, distance: ITER 18: 324.70 M hits/sec, 190.77 QPS (1.18 sec for 225 queries), totHits=382961957 756.7s: points, distance: ITER 19: 325.42 M hits/sec, 191.19 QPS (1.18 sec for 225 queries), totHits=382961957 756.7s: points, distance: BEST M hits/sec: 334.76315907252825 756.7s: points, distance: BEST QPS: 196.6819664839943 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.8s|0.0s|0.70|0.00| |points|110.9s|0.0s|0.49|0.00| |shapes|167.1s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|334.76|196.68|382961957| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|251.26|158.87|355855227| |poly 10|points|288.84|182.65|355809475| |poly 10|geopoint|||| |poly 10|shapes|190.25|120.30|355809475| |polyMedium|geo3d|2.55|31.30|2693541| |polyMedium|points|16.88|206.83|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.79|168.92|2693559| |polyRussia|geo3d|3.45|0.98|3508671| |polyRussia|points|64.92|18.50|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|47.38|13.50|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3209.84|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|145.55|148.10|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 756.9s: geo3d, distance: INDEX SIZE: 0.6990031152963638 GB 756.9s: geo3d, distance: READER MB: 0.0 756.9s: geo3d, distance: maxDoc=60844404 758.5s: geo3d, distance: ITER 0: 244.51 M hits/sec, 143.50 QPS (1.57 sec for 225 queries), totHits=383371904 758.5s: geo3d, distance: *** 759.8s: geo3d, distance: ITER 1: 304.73 M hits/sec, 178.85 QPS (1.26 sec for 225 queries), totHits=383371904 759.8s: geo3d, distance: *** 761.0s: geo3d, distance: ITER 2: 311.64 M hits/sec, 182.90 QPS (1.23 sec for 225 queries), totHits=383371904 761.0s: geo3d, distance: *** 762.2s: geo3d, distance: ITER 3: 310.64 M hits/sec, 182.31 QPS (1.23 sec for 225 queries), totHits=383371904 763.5s: geo3d, distance: ITER 4: 292.06 M hits/sec, 171.41 QPS (1.31 sec for 225 queries), totHits=383371904 764.8s: geo3d, distance: ITER 5: 315.14 M hits/sec, 184.95 QPS (1.22 sec for 225 queries), totHits=383371904 764.8s: geo3d, distance: *** 766.0s: geo3d, distance: ITER 6: 318.39 M hits/sec, 186.86 QPS (1.20 sec for 225 queries), totHits=383371904 766.0s: geo3d, distance: *** 767.2s: geo3d, distance: ITER 7: 321.38 M hits/sec, 188.62 QPS (1.19 sec for 225 queries), totHits=383371904 767.2s: geo3d, distance: *** 768.4s: geo3d, distance: ITER 8: 318.28 M hits/sec, 186.80 QPS (1.20 sec for 225 queries), totHits=383371904 769.6s: geo3d, distance: ITER 9: 313.58 M hits/sec, 184.04 QPS (1.22 sec for 225 queries), totHits=383371904 770.8s: geo3d, distance: ITER 10: 310.47 M hits/sec, 182.21 QPS (1.23 sec for 225 queries), totHits=383371904 772.0s: geo3d, distance: ITER 11: 318.49 M hits/sec, 186.92 QPS (1.20 sec for 225 queries), totHits=383371904 773.2s: geo3d, distance: ITER 12: 322.51 M hits/sec, 189.28 QPS (1.19 sec for 225 queries), totHits=383371904 773.2s: geo3d, distance: *** 774.4s: geo3d, distance: ITER 13: 318.52 M hits/sec, 186.94 QPS (1.20 sec for 225 queries), totHits=383371904 775.6s: geo3d, distance: ITER 14: 314.85 M hits/sec, 184.78 QPS (1.22 sec for 225 queries), totHits=383371904 776.9s: geo3d, distance: ITER 15: 307.14 M hits/sec, 180.26 QPS (1.25 sec for 225 queries), totHits=383371904 778.1s: geo3d, distance: ITER 16: 308.56 M hits/sec, 181.09 QPS (1.24 sec for 225 queries), totHits=383371904 779.4s: geo3d, distance: ITER 17: 309.10 M hits/sec, 181.41 QPS (1.24 sec for 225 queries), totHits=383371904 780.6s: geo3d, distance: ITER 18: 305.35 M hits/sec, 179.21 QPS (1.26 sec for 225 queries), totHits=383371904 781.9s: geo3d, distance: ITER 19: 307.02 M hits/sec, 180.19 QPS (1.25 sec for 225 queries), totHits=383371904 781.9s: geo3d, distance: BEST M hits/sec: 322.5072767735207 781.9s: geo3d, distance: BEST QPS: 189.27870435190306 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.8s|0.0s|0.70|0.00| |points|110.9s|0.0s|0.49|0.00| |shapes|167.1s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|322.51|189.28|383371904| |distance|points|334.76|196.68|382961957| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|251.26|158.87|355855227| |poly 10|points|288.84|182.65|355809475| |poly 10|geopoint|||| |poly 10|shapes|190.25|120.30|355809475| |polyMedium|geo3d|2.55|31.30|2693541| |polyMedium|points|16.88|206.83|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.79|168.92|2693559| |polyRussia|geo3d|3.45|0.98|3508671| |polyRussia|points|64.92|18.50|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|47.38|13.50|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3209.84|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|145.55|148.10|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 782.2s: shapes, distance: INDEX SIZE: 1.2543620793148875 GB 782.2s: shapes, distance: READER MB: 0.0 782.2s: shapes, distance: maxDoc=60844404 784.2s: shapes, distance: ITER 0: 190.92 M hits/sec, 112.17 QPS (2.01 sec for 225 queries), totHits=382961957 784.2s: shapes, distance: *** 785.9s: shapes, distance: ITER 1: 219.13 M hits/sec, 128.74 QPS (1.75 sec for 225 queries), totHits=382961957 785.9s: shapes, distance: *** 787.7s: shapes, distance: ITER 2: 219.84 M hits/sec, 129.16 QPS (1.74 sec for 225 queries), totHits=382961957 787.7s: shapes, distance: *** 789.4s: shapes, distance: ITER 3: 221.94 M hits/sec, 130.40 QPS (1.73 sec for 225 queries), totHits=382961957 789.4s: shapes, distance: *** 791.1s: shapes, distance: ITER 4: 226.14 M hits/sec, 132.86 QPS (1.69 sec for 225 queries), totHits=382961957 791.1s: shapes, distance: *** 792.8s: shapes, distance: ITER 5: 226.66 M hits/sec, 133.17 QPS (1.69 sec for 225 queries), totHits=382961957 792.8s: shapes, distance: *** 794.5s: shapes, distance: ITER 6: 223.21 M hits/sec, 131.14 QPS (1.72 sec for 225 queries), totHits=382961957 796.2s: shapes, distance: ITER 7: 223.89 M hits/sec, 131.54 QPS (1.71 sec for 225 queries), totHits=382961957 797.9s: shapes, distance: ITER 8: 220.68 M hits/sec, 129.65 QPS (1.74 sec for 225 queries), totHits=382961957 799.6s: shapes, distance: ITER 9: 224.16 M hits/sec, 131.70 QPS (1.71 sec for 225 queries), totHits=382961957 801.3s: shapes, distance: ITER 10: 226.03 M hits/sec, 132.80 QPS (1.69 sec for 225 queries), totHits=382961957 803.0s: shapes, distance: ITER 11: 227.41 M hits/sec, 133.61 QPS (1.68 sec for 225 queries), totHits=382961957 803.0s: shapes, distance: *** 804.7s: shapes, distance: ITER 12: 224.13 M hits/sec, 131.68 QPS (1.71 sec for 225 queries), totHits=382961957 806.4s: shapes, distance: ITER 13: 225.35 M hits/sec, 132.40 QPS (1.70 sec for 225 queries), totHits=382961957 808.1s: shapes, distance: ITER 14: 225.09 M hits/sec, 132.25 QPS (1.70 sec for 225 queries), totHits=382961957 809.8s: shapes, distance: ITER 15: 224.81 M hits/sec, 132.08 QPS (1.70 sec for 225 queries), totHits=382961957 811.5s: shapes, distance: ITER 16: 225.79 M hits/sec, 132.65 QPS (1.70 sec for 225 queries), totHits=382961957 813.2s: shapes, distance: ITER 17: 223.64 M hits/sec, 131.40 QPS (1.71 sec for 225 queries), totHits=382961957 814.9s: shapes, distance: ITER 18: 223.65 M hits/sec, 131.40 QPS (1.71 sec for 225 queries), totHits=382961957 816.7s: shapes, distance: ITER 19: 223.14 M hits/sec, 131.10 QPS (1.72 sec for 225 queries), totHits=382961957 816.7s: shapes, distance: BEST M hits/sec: 227.40647002755819 816.7s: shapes, distance: BEST QPS: 133.60715032120174 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.8s|0.0s|0.70|0.00| |points|110.9s|0.0s|0.49|0.00| |shapes|167.1s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|322.51|189.28|383371904| |distance|points|334.76|196.68|382961957| |distance|geopoint|||| |distance|shapes|227.41|133.61|382961957| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|251.26|158.87|355855227| |poly 10|points|288.84|182.65|355809475| |poly 10|geopoint|||| |poly 10|shapes|190.25|120.30|355809475| |polyMedium|geo3d|2.55|31.30|2693541| |polyMedium|points|16.88|206.83|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.79|168.92|2693559| |polyRussia|geo3d|3.45|0.98|3508671| |polyRussia|points|64.92|18.50|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|47.38|13.50|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3209.84|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|145.55|148.10|221118844| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -box 816.9s: points, box: INDEX SIZE: 0.4939169967547059 GB 816.9s: points, box: READER MB: 0.0 816.9s: points, box: maxDoc=60844404 817.8s: points, box: ITER 0: 254.54 M hits/sec, 259.00 QPS (0.87 sec for 225 queries), totHits=221118844 817.8s: points, box: *** 818.4s: points, box: ITER 1: 380.68 M hits/sec, 387.36 QPS (0.58 sec for 225 queries), totHits=221118844 818.4s: points, box: *** 818.9s: points, box: ITER 2: 388.99 M hits/sec, 395.82 QPS (0.57 sec for 225 queries), totHits=221118844 818.9s: points, box: *** 819.5s: points, box: ITER 3: 388.33 M hits/sec, 395.15 QPS (0.57 sec for 225 queries), totHits=221118844 820.1s: points, box: ITER 4: 394.83 M hits/sec, 401.76 QPS (0.56 sec for 225 queries), totHits=221118844 820.1s: points, box: *** 820.7s: points, box: ITER 5: 372.69 M hits/sec, 379.23 QPS (0.59 sec for 225 queries), totHits=221118844 821.3s: points, box: ITER 6: 368.48 M hits/sec, 374.95 QPS (0.60 sec for 225 queries), totHits=221118844 821.8s: points, box: ITER 7: 386.85 M hits/sec, 393.64 QPS (0.57 sec for 225 queries), totHits=221118844 822.4s: points, box: ITER 8: 386.26 M hits/sec, 393.04 QPS (0.57 sec for 225 queries), totHits=221118844 823.0s: points, box: ITER 9: 382.63 M hits/sec, 389.35 QPS (0.58 sec for 225 queries), totHits=221118844 823.5s: points, box: ITER 10: 421.14 M hits/sec, 428.53 QPS (0.53 sec for 225 queries), totHits=221118844 823.5s: points, box: *** 824.0s: points, box: ITER 11: 420.84 M hits/sec, 428.23 QPS (0.53 sec for 225 queries), totHits=221118844 824.6s: points, box: ITER 12: 423.42 M hits/sec, 430.85 QPS (0.52 sec for 225 queries), totHits=221118844 824.6s: points, box: *** 825.1s: points, box: ITER 13: 412.81 M hits/sec, 420.05 QPS (0.54 sec for 225 queries), totHits=221118844 825.6s: points, box: ITER 14: 411.77 M hits/sec, 419.00 QPS (0.54 sec for 225 queries), totHits=221118844 826.2s: points, box: ITER 15: 416.81 M hits/sec, 424.13 QPS (0.53 sec for 225 queries), totHits=221118844 826.7s: points, box: ITER 16: 411.58 M hits/sec, 418.80 QPS (0.54 sec for 225 queries), totHits=221118844 827.2s: points, box: ITER 17: 419.02 M hits/sec, 426.38 QPS (0.53 sec for 225 queries), totHits=221118844 827.8s: points, box: ITER 18: 411.86 M hits/sec, 419.09 QPS (0.54 sec for 225 queries), totHits=221118844 828.3s: points, box: ITER 19: 402.87 M hits/sec, 409.94 QPS (0.55 sec for 225 queries), totHits=221118844 828.3s: points, box: BEST M hits/sec: 423.4167686003696 828.3s: points, box: BEST QPS: 430.8487291796947 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.8s|0.0s|0.70|0.00| |points|110.9s|0.0s|0.49|0.00| |shapes|167.1s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|322.51|189.28|383371904| |distance|points|334.76|196.68|382961957| |distance|geopoint|||| |distance|shapes|227.41|133.61|382961957| |box|geo3d|||| |box|points|423.42|430.85|221118844| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|251.26|158.87|355855227| |poly 10|points|288.84|182.65|355809475| |poly 10|geopoint|||| |poly 10|shapes|190.25|120.30|355809475| |polyMedium|geo3d|2.55|31.30|2693541| |polyMedium|points|16.88|206.83|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.79|168.92|2693559| |polyRussia|geo3d|3.45|0.98|3508671| |polyRussia|points|64.92|18.50|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|47.38|13.50|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3209.84|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|145.55|148.10|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 828.6s: geo3d, box: INDEX SIZE: 0.6990031152963638 GB 828.6s: geo3d, box: READER MB: 0.0 828.6s: geo3d, box: maxDoc=60844404 829.9s: geo3d, box: ITER 0: 170.30 M hits/sec, 173.29 QPS (1.30 sec for 225 queries), totHits=221118844 829.9s: geo3d, box: *** 830.8s: geo3d, box: ITER 1: 231.56 M hits/sec, 235.62 QPS (0.95 sec for 225 queries), totHits=221118844 830.8s: geo3d, box: *** 831.8s: geo3d, box: ITER 2: 236.05 M hits/sec, 240.20 QPS (0.94 sec for 225 queries), totHits=221118844 831.8s: geo3d, box: *** 832.7s: geo3d, box: ITER 3: 230.80 M hits/sec, 234.85 QPS (0.96 sec for 225 queries), totHits=221118844 833.6s: geo3d, box: ITER 4: 245.03 M hits/sec, 249.33 QPS (0.90 sec for 225 queries), totHits=221118844 833.6s: geo3d, box: *** 834.6s: geo3d, box: ITER 5: 219.83 M hits/sec, 223.68 QPS (1.01 sec for 225 queries), totHits=221118844 835.6s: geo3d, box: ITER 6: 240.02 M hits/sec, 244.24 QPS (0.92 sec for 225 queries), totHits=221118844 836.5s: geo3d, box: ITER 7: 249.52 M hits/sec, 253.90 QPS (0.89 sec for 225 queries), totHits=221118844 836.5s: geo3d, box: *** 837.3s: geo3d, box: ITER 8: 251.39 M hits/sec, 255.80 QPS (0.88 sec for 225 queries), totHits=221118844 837.3s: geo3d, box: *** 838.2s: geo3d, box: ITER 9: 246.69 M hits/sec, 251.02 QPS (0.90 sec for 225 queries), totHits=221118844 839.1s: geo3d, box: ITER 10: 245.87 M hits/sec, 250.19 QPS (0.90 sec for 225 queries), totHits=221118844 840.0s: geo3d, box: ITER 11: 248.39 M hits/sec, 252.75 QPS (0.89 sec for 225 queries), totHits=221118844 840.9s: geo3d, box: ITER 12: 245.07 M hits/sec, 249.37 QPS (0.90 sec for 225 queries), totHits=221118844 841.8s: geo3d, box: ITER 13: 247.92 M hits/sec, 252.27 QPS (0.89 sec for 225 queries), totHits=221118844 842.7s: geo3d, box: ITER 14: 239.62 M hits/sec, 243.82 QPS (0.92 sec for 225 queries), totHits=221118844 843.6s: geo3d, box: ITER 15: 243.10 M hits/sec, 247.37 QPS (0.91 sec for 225 queries), totHits=221118844 844.5s: geo3d, box: ITER 16: 245.43 M hits/sec, 249.73 QPS (0.90 sec for 225 queries), totHits=221118844 845.5s: geo3d, box: ITER 17: 240.42 M hits/sec, 244.64 QPS (0.92 sec for 225 queries), totHits=221118844 846.4s: geo3d, box: ITER 18: 239.75 M hits/sec, 243.96 QPS (0.92 sec for 225 queries), totHits=221118844 847.3s: geo3d, box: ITER 19: 240.88 M hits/sec, 245.11 QPS (0.92 sec for 225 queries), totHits=221118844 847.3s: geo3d, box: BEST M hits/sec: 251.38750638648625 847.3s: geo3d, box: BEST QPS: 255.79994863286913 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.8s|0.0s|0.70|0.00| |points|110.9s|0.0s|0.49|0.00| |shapes|167.1s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|322.51|189.28|383371904| |distance|points|334.76|196.68|382961957| |distance|geopoint|||| |distance|shapes|227.41|133.61|382961957| |box|geo3d|251.39|255.80|221118844| |box|points|423.42|430.85|221118844| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|251.26|158.87|355855227| |poly 10|points|288.84|182.65|355809475| |poly 10|geopoint|||| |poly 10|shapes|190.25|120.30|355809475| |polyMedium|geo3d|2.55|31.30|2693541| |polyMedium|points|16.88|206.83|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.79|168.92|2693559| |polyRussia|geo3d|3.45|0.98|3508671| |polyRussia|points|64.92|18.50|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|47.38|13.50|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3209.84|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|145.55|148.10|221118844| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -shapes -box 847.6s: shapes, box: INDEX SIZE: 1.2543620793148875 GB 847.6s: shapes, box: READER MB: 0.0 847.6s: shapes, box: maxDoc=60844404 849.2s: shapes, box: ITER 0: 134.23 M hits/sec, 136.59 QPS (1.65 sec for 225 queries), totHits=221118844 849.2s: shapes, box: *** 850.4s: shapes, box: ITER 1: 180.39 M hits/sec, 183.56 QPS (1.23 sec for 225 queries), totHits=221118844 850.4s: shapes, box: *** 851.6s: shapes, box: ITER 2: 199.64 M hits/sec, 203.14 QPS (1.11 sec for 225 queries), totHits=221118844 851.6s: shapes, box: *** 852.6s: shapes, box: ITER 3: 204.18 M hits/sec, 207.77 QPS (1.08 sec for 225 queries), totHits=221118844 852.6s: shapes, box: *** 853.8s: shapes, box: ITER 4: 188.03 M hits/sec, 191.33 QPS (1.18 sec for 225 queries), totHits=221118844 854.9s: shapes, box: ITER 5: 207.46 M hits/sec, 211.10 QPS (1.07 sec for 225 queries), totHits=221118844 854.9s: shapes, box: *** 855.9s: shapes, box: ITER 6: 208.39 M hits/sec, 212.04 QPS (1.06 sec for 225 queries), totHits=221118844 855.9s: shapes, box: *** 857.0s: shapes, box: ITER 7: 207.30 M hits/sec, 210.94 QPS (1.07 sec for 225 queries), totHits=221118844 858.1s: shapes, box: ITER 8: 208.92 M hits/sec, 212.58 QPS (1.06 sec for 225 queries), totHits=221118844 858.1s: shapes, box: *** 859.1s: shapes, box: ITER 9: 207.68 M hits/sec, 211.32 QPS (1.06 sec for 225 queries), totHits=221118844 860.2s: shapes, box: ITER 10: 207.58 M hits/sec, 211.22 QPS (1.07 sec for 225 queries), totHits=221118844 861.3s: shapes, box: ITER 11: 201.55 M hits/sec, 205.09 QPS (1.10 sec for 225 queries), totHits=221118844 862.4s: shapes, box: ITER 12: 207.74 M hits/sec, 211.38 QPS (1.06 sec for 225 queries), totHits=221118844 863.4s: shapes, box: ITER 13: 205.00 M hits/sec, 208.60 QPS (1.08 sec for 225 queries), totHits=221118844 864.5s: shapes, box: ITER 14: 203.79 M hits/sec, 207.37 QPS (1.09 sec for 225 queries), totHits=221118844 865.6s: shapes, box: ITER 15: 210.28 M hits/sec, 213.97 QPS (1.05 sec for 225 queries), totHits=221118844 865.6s: shapes, box: *** 866.6s: shapes, box: ITER 16: 209.01 M hits/sec, 212.68 QPS (1.06 sec for 225 queries), totHits=221118844 867.7s: shapes, box: ITER 17: 205.20 M hits/sec, 208.80 QPS (1.08 sec for 225 queries), totHits=221118844 868.8s: shapes, box: ITER 18: 209.49 M hits/sec, 213.17 QPS (1.06 sec for 225 queries), totHits=221118844 869.8s: shapes, box: ITER 19: 207.02 M hits/sec, 210.66 QPS (1.07 sec for 225 queries), totHits=221118844 869.8s: shapes, box: BEST M hits/sec: 210.27756525059556 869.8s: shapes, box: BEST QPS: 213.9684312992519 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|136.8s|0.0s|0.70|0.00| |points|110.9s|0.0s|0.49|0.00| |shapes|167.1s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|322.51|189.28|383371904| |distance|points|334.76|196.68|382961957| |distance|geopoint|||| |distance|shapes|227.41|133.61|382961957| |box|geo3d|251.39|255.80|221118844| |box|points|423.42|430.85|221118844| |box|geopoint|||| |box|shapes|210.28|213.97|221118844| |poly 10|geo3d|251.26|158.87|355855227| |poly 10|points|288.84|182.65|355809475| |poly 10|geopoint|||| |poly 10|shapes|190.25|120.30|355809475| |polyMedium|geo3d|2.55|31.30|2693541| |polyMedium|points|16.88|206.83|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.79|168.92|2693559| |polyRussia|geo3d|3.45|0.98|3508671| |polyRussia|points|64.92|18.50|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|47.38|13.50|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3209.84|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|145.55|148.10|221118844| |sort|geopoint|||| |sort|shapes|||| Took 871.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 ff110e83c79..1ca725763e9 main -> origin/main Updating ff110e83c79..1ca725763e9 Fast-forward gradle/validation/ast-grep/rules/java-patterns.yml | 14 + gradle/validation/ast-grep/tests/java-patterns.yml | 10 + lucene/CHANGES.txt | 18 +- .../lucene/codecs/hnsw/FlatFieldVectorsWriter.java | 23 ++ .../codecs/lucene99/Lucene99HnswVectorsWriter.java | 20 +- .../document/SortedNumericDocValuesRangeQuery.java | 94 ++--- .../org/apache/lucene/search/LRUQueryCache.java | 23 +- .../org/apache/lucene/util/RoaringDocIdSet.java | 132 ++++++- .../apache/lucene/search/TestDocValuesQueries.java | 43 ++- .../apache/lucene/search/TestLRUQueryCache.java | 30 ++ .../apache/lucene/util/TestRoaringDocIdSet.java | 117 ++++++ .../apache/lucene/misc/search/DocValuesStats.java | 130 ++++++- .../misc/search/DocValuesStatsCollector.java | 5 + .../search/DocValuesStatsCollectorManager.java | 69 ++++ .../misc/search/TestDocValuesStatsCollector.java | 404 +++++++++++---------- .../search/LargeNumHitsTopDocsCollector.java | 13 +- .../search/TestLargeNumHitsTopDocsCollector.java | 23 +- 17 files changed, 872 insertions(+), 296 deletions(-) create mode 100644 lucene/misc/src/java/org/apache/lucene/misc/search/DocValuesStatsCollectorManager.java creating directories /l/logs.nightly/taxis/2026.05.19.18.16.04... Lucene git hash: 1ca725763e910c5ae3f6f6ec9fabb4b1dc6bc8be Compile lucene core... run: "../../gradlew jar" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core log: /l/logs.nightly/taxis/2026.05.19.18.16.04/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.19.18.16.04/index.1threads.sparse.sorted.log 3.2 sec: 0.3 M docs; 95.0 K docs/sec 6.8 sec: 0.6 M docs; 88.8 K docs/sec 10.0 sec: 0.9 M docs; 89.6 K docs/sec 13.3 sec: 1.2 M docs; 90.3 K docs/sec 16.5 sec: 1.5 M docs; 90.8 K docs/sec 20.5 sec: 1.9 M docs; 92.7 K docs/sec 23.8 sec: 2.2 M docs; 92.5 K docs/sec 27.8 sec: 2.6 M docs; 93.6 K docs/sec 31.8 sec: 3.0 M docs; 94.4 K docs/sec 35.0 sec: 3.3 M docs; 94.2 K docs/sec 47.6 sec: 3.7 M docs; 77.7 K docs/sec 51.6 sec: 4.1 M docs; 79.4 K docs/sec 54.9 sec: 4.4 M docs; 80.2 K docs/sec 58.9 sec: 4.8 M docs; 81.5 K docs/sec 62.9 sec: 5.2 M docs; 82.6 K docs/sec 66.1 sec: 5.5 M docs; 83.2 K docs/sec 70.2 sec: 5.9 M docs; 84.1 K docs/sec 74.2 sec: 6.3 M docs; 84.9 K docs/sec 77.4 sec: 6.6 M docs; 85.3 K docs/sec 81.4 sec: 7.0 M docs; 86.0 K docs/sec 94.0 sec: 7.4 M docs; 78.8 K docs/sec 97.2 sec: 7.7 M docs; 79.2 K docs/sec 101.2 sec: 8.1 M docs; 80.1 K docs/sec 105.2 sec: 8.5 M docs; 80.8 K docs/sec 108.4 sec: 8.8 M docs; 81.2 K docs/sec 112.4 sec: 9.2 M docs; 81.8 K docs/sec 116.4 sec: 9.6 M docs; 82.5 K docs/sec 119.6 sec: 9.9 M docs; 82.7 K docs/sec 123.7 sec: 10.3 M docs; 83.3 K docs/sec 127.7 sec: 10.7 M docs; 83.8 K docs/sec 139.4 sec: 11.0 M docs; 78.9 K docs/sec 143.4 sec: 11.4 M docs; 79.5 K docs/sec 147.5 sec: 11.8 M docs; 80.0 K docs/sec 150.6 sec: 12.1 M docs; 80.3 K docs/sec 154.7 sec: 12.5 M docs; 80.8 K docs/sec 158.7 sec: 12.9 M docs; 81.3 K docs/sec 161.9 sec: 13.2 M docs; 81.5 K docs/sec 165.9 sec: 13.6 M docs; 82.0 K docs/sec 169.9 sec: 14.0 M docs; 82.4 K docs/sec 173.1 sec: 14.3 M docs; 82.6 K docs/sec 185.7 sec: 14.7 M docs; 79.2 K docs/sec 189.7 sec: 15.1 M docs; 79.6 K docs/sec 192.9 sec: 15.4 M docs; 79.8 K docs/sec 196.9 sec: 15.8 M docs; 80.2 K docs/sec 200.9 sec: 16.2 M docs; 80.6 K docs/sec 204.1 sec: 16.5 M docs; 80.8 K docs/sec 208.1 sec: 16.9 M docs; 81.2 K docs/sec 212.1 sec: 17.3 M docs; 81.6 K docs/sec 215.3 sec: 17.6 M docs; 81.7 K docs/sec 219.3 sec: 18.0 M docs; 82.1 K docs/sec 231.8 sec: 18.4 M docs; 79.4 K docs/sec 235.1 sec: 18.7 M docs; 79.6 K docs/sec 239.1 sec: 19.1 M docs; 79.9 K docs/sec 242.4 sec: 19.4 M docs; 80.0 K docs/sec 246.3 sec: 19.8 M docs; 80.4 K docs/sec 247.9 sec: 20.0 M docs; 80.7 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.19.18.16.04/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.19.18.16.04/diskUsagesparse-sorted.log took 51.1 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.19.18.16.04/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.19.18.16.04/index.1threads.sparse.log 3.0 sec: 0.3 M docs; 99.9 K docs/sec 6.6 sec: 0.6 M docs; 90.4 K docs/sec 9.9 sec: 0.9 M docs; 91.3 K docs/sec 13.0 sec: 1.2 M docs; 92.3 K docs/sec 16.2 sec: 1.5 M docs; 92.9 K docs/sec 20.1 sec: 1.9 M docs; 94.4 K docs/sec 23.3 sec: 2.2 M docs; 94.4 K docs/sec 27.2 sec: 2.6 M docs; 95.6 K docs/sec 31.1 sec: 3.0 M docs; 96.5 K docs/sec 34.2 sec: 3.3 M docs; 96.6 K docs/sec 46.0 sec: 3.7 M docs; 80.5 K docs/sec 49.8 sec: 4.1 M docs; 82.2 K docs/sec 52.9 sec: 4.4 M docs; 83.1 K docs/sec 56.8 sec: 4.8 M docs; 84.5 K docs/sec 60.6 sec: 5.2 M docs; 85.7 K docs/sec 63.7 sec: 5.5 M docs; 86.3 K docs/sec 67.6 sec: 5.9 M docs; 87.3 K docs/sec 71.5 sec: 6.3 M docs; 88.2 K docs/sec 74.5 sec: 6.6 M docs; 88.5 K docs/sec 78.4 sec: 7.0 M docs; 89.3 K docs/sec 90.3 sec: 7.4 M docs; 82.0 K docs/sec 93.4 sec: 7.7 M docs; 82.5 K docs/sec 97.2 sec: 8.1 M docs; 83.3 K docs/sec 101.1 sec: 8.5 M docs; 84.1 K docs/sec 104.1 sec: 8.8 M docs; 84.5 K docs/sec 108.0 sec: 9.2 M docs; 85.2 K docs/sec 111.9 sec: 9.6 M docs; 85.8 K docs/sec 115.0 sec: 9.9 M docs; 86.1 K docs/sec 118.8 sec: 10.3 M docs; 86.7 K docs/sec 122.7 sec: 10.7 M docs; 87.2 K docs/sec 133.8 sec: 11.0 M docs; 82.2 K docs/sec 137.7 sec: 11.4 M docs; 82.8 K docs/sec 141.5 sec: 11.8 M docs; 83.4 K docs/sec 144.6 sec: 12.1 M docs; 83.7 K docs/sec 148.5 sec: 12.5 M docs; 84.2 K docs/sec 152.3 sec: 12.9 M docs; 84.7 K docs/sec 155.4 sec: 13.2 M docs; 84.9 K docs/sec 159.3 sec: 13.6 M docs; 85.4 K docs/sec 163.1 sec: 14.0 M docs; 85.8 K docs/sec 166.2 sec: 14.3 M docs; 86.0 K docs/sec 178.1 sec: 14.7 M docs; 82.5 K docs/sec 182.0 sec: 15.1 M docs; 83.0 K docs/sec 185.1 sec: 15.4 M docs; 83.2 K docs/sec 188.9 sec: 15.8 M docs; 83.6 K docs/sec 192.8 sec: 16.2 M docs; 84.0 K docs/sec 195.9 sec: 16.5 M docs; 84.2 K docs/sec 199.8 sec: 16.9 M docs; 84.6 K docs/sec 203.6 sec: 17.3 M docs; 85.0 K docs/sec 206.7 sec: 17.6 M docs; 85.1 K docs/sec 210.6 sec: 18.0 M docs; 85.5 K docs/sec 222.5 sec: 18.4 M docs; 82.7 K docs/sec 225.6 sec: 18.7 M docs; 82.9 K docs/sec 229.5 sec: 19.1 M docs; 83.2 K docs/sec 232.6 sec: 19.4 M docs; 83.4 K docs/sec 236.4 sec: 19.8 M docs; 83.8 K docs/sec 238.0 sec: 20.0 M docs; 84.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.19.18.16.04/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.19.18.16.04/diskUsagesparse.log took 52.3 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.19.18.16.04/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.19.18.16.04/index.1threads.nonsparse.log 2.9 sec: 0.3 M docs; 101.9 K docs/sec 6.4 sec: 0.6 M docs; 94.2 K docs/sec 9.4 sec: 0.9 M docs; 95.3 K docs/sec 12.4 sec: 1.2 M docs; 96.4 K docs/sec 15.5 sec: 1.5 M docs; 97.0 K docs/sec 19.2 sec: 1.9 M docs; 98.9 K docs/sec 22.3 sec: 2.2 M docs; 98.8 K docs/sec 26.0 sec: 2.6 M docs; 100.0 K docs/sec 29.8 sec: 3.0 M docs; 100.8 K docs/sec 33.4 sec: 3.4 M docs; 101.7 K docs/sec 44.2 sec: 3.7 M docs; 83.7 K docs/sec 48.0 sec: 4.1 M docs; 85.4 K docs/sec 51.0 sec: 4.4 M docs; 86.3 K docs/sec 54.8 sec: 4.8 M docs; 87.6 K docs/sec 58.5 sec: 5.2 M docs; 88.9 K docs/sec 62.3 sec: 5.6 M docs; 89.9 K docs/sec 65.9 sec: 6.0 M docs; 91.0 K docs/sec 69.0 sec: 6.3 M docs; 91.3 K docs/sec 72.7 sec: 6.7 M docs; 92.1 K docs/sec 75.8 sec: 7.0 M docs; 92.4 K docs/sec 87.3 sec: 7.4 M docs; 84.8 K docs/sec 91.0 sec: 7.8 M docs; 85.7 K docs/sec 94.7 sec: 8.2 M docs; 86.6 K docs/sec 97.7 sec: 8.5 M docs; 87.0 K docs/sec 101.5 sec: 8.9 M docs; 87.7 K docs/sec 105.2 sec: 9.3 M docs; 88.4 K docs/sec 108.2 sec: 9.6 M docs; 88.7 K docs/sec 111.2 sec: 9.9 M docs; 89.0 K docs/sec 115.0 sec: 10.3 M docs; 89.6 K docs/sec 118.8 sec: 10.7 M docs; 90.1 K docs/sec 129.4 sec: 11.0 M docs; 85.0 K docs/sec 133.2 sec: 11.4 M docs; 85.6 K docs/sec 136.9 sec: 11.8 M docs; 86.2 K docs/sec 140.7 sec: 12.2 M docs; 86.7 K docs/sec 144.4 sec: 12.6 M docs; 87.2 K docs/sec 148.2 sec: 13.0 M docs; 87.7 K docs/sec 152.0 sec: 13.4 M docs; 88.2 K docs/sec 155.6 sec: 13.8 M docs; 88.7 K docs/sec 158.7 sec: 14.1 M docs; 88.8 K docs/sec 162.5 sec: 14.5 M docs; 89.2 K docs/sec 172.4 sec: 14.7 M docs; 85.3 K docs/sec 176.1 sec: 15.1 M docs; 85.7 K docs/sec 179.9 sec: 15.5 M docs; 86.2 K docs/sec 183.6 sec: 15.9 M docs; 86.6 K docs/sec 187.4 sec: 16.3 M docs; 87.0 K docs/sec 191.1 sec: 16.7 M docs; 87.4 K docs/sec 194.9 sec: 17.1 M docs; 87.8 K docs/sec 198.6 sec: 17.5 M docs; 88.1 K docs/sec 202.3 sec: 17.9 M docs; 88.5 K docs/sec 206.0 sec: 18.3 M docs; 88.8 K docs/sec 215.3 sec: 18.4 M docs; 85.5 K docs/sec 219.0 sec: 18.8 M docs; 85.8 K docs/sec 222.7 sec: 19.2 M docs; 86.2 K docs/sec 226.5 sec: 19.6 M docs; 86.5 K docs/sec 230.2 sec: 20.0 M docs; 86.9 K docs/sec 230.2 sec: 20.0 M docs; 86.9 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.19.18.16.04/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.19.18.16.04/diskUsagenonsparse.log took 45.4 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.19.18.16.04/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 Tue May 19 06:31:32 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 Tue May 19 06:34:46 PM EDT 2026 + touch /x/tmp/beast3.nightly.bench + echo 'Backup bench logs to /ssd/logs.nightly.bak' Backup bench logs to /ssd/logs.nightly.bak + rsync -a /l/logs.nightly/ /ssd/logs.nightly.bak/ + echo 'end: disk usage on /l:' end: disk usage on /l: + df -h /l Filesystem Size Used Avail Use% Mounted on /dev/nvme1n1p1 880G 351G 484G 42% / + echo 'Stopping background df process...' Stopping background df process... + kill 344501 + wait 344501 + 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.18.10.03.33 now shutil.copy2 /l/logs.nightly/all.log to /l/reports.nightly/2026.05.18.10.03.33